@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
html {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    background-color: #2e2e2e;
    text-align: center;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

/* HEADER */
.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 10px 10px;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.site-header { 
  background-color: #0288d1;
  border-bottom: 1px solid #999999;
  padding: .5em 1em;
}

.site-header::after {
  content: "";
  display: table;
  clear: both;
}

.site-identity {
  float: left;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .7em 0 .3em 0;
  display: inline-block;
}

.site-identity img {
  max-width: 225px;
  float: left;
  margin: 0 10px 0 0;
}

.site-navigation {
  float: right;
}

.site-navigation ul, li {
  margin: 0; 
  padding: 0;
}

.site-navigation li {
  display: inline-block;
  margin: 1.4em 1em 1em 1em;
}


/* ----------------------------------------------------------------- CONTENIDO PAGINA ----------------------------------------------------------------- */
/* #BOX-SIZING */
   * {
    padding: 0;
    margin: 0;
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  

  /* #PAGE WRAPPER */  
  body {
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  
  a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: none;
  }
  
  /* #SPACING */
  .p-t-15 {
    padding-top: 15px;
  }
  
  .p-t-5 {
    padding-top: 5px;
  }
  
  .p-t-275 {
    padding-top: 200px;
  }
  
  @media (max-width: 767px) {
    .p-t-275 {
      padding-top: 120px;
    }
  }
  
  .p-t-165 {
    padding-top: 100px;
  }
  
  @media (max-width: 767px) {
    .p-t-165 {
      padding-top: 120px;
    }
  }
  
  .p-b-100 {
    padding-bottom: 100px;
  }
  
  @media (max-width: 767px) {
    .p-b-100 {
      padding-bottom: 250px;
    }
  }
  
  .m-r-45 {
    margin-right: 45px;
  }
  
  @media (max-width: 767px) {
    .m-r-45 {
      margin-right: 15px;
    }
  }
  
  /* #WRAPPER */
  .wrapper {
    margin: 0 auto;
  }
  
  .wrapper--w680 {
    max-width: 680px;
  }
  
  .wrapper--w720 {
    max-width: 720px;
  }
  
  /* #BUTTON */
  .btn-submit {
    display: block;
    margin-top: 32px;
    width: 100%;
    line-height: 50px;
    font-family: inherit;
    background: #0288d1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .btn-submit:hover {
    background: #003A79;
  }
  
  .m-t-0 {
    margin-top: 0;
  }
  
  .m-t-15 {
    margin-top: 15px;
  }
  
  /* #FORM */
  input {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 18px;
    font-family: inherit;
  }
  
  input:disabled {
    background: transparent;
    cursor: pointer;
  }
  
  button {
    cursor: pointer;
  }
  
  .input-group {
    position: relative;
    margin-bottom: 15px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 9px 13px;
    padding-bottom: 3px;
  }
  
  .input--style-1 {
    font-size: 16px;
    padding: 5px 0;
    padding-top: 0px;
    color: #808080;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
  }
  
  .input--style-1::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #808080;
  }
  
  .input--style-1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
    opacity: 1;
  }
  
  .input--style-1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
    opacity: 1;
  }
  
  .input--style-1:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
  }
  
  .input--style-1:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #808080;
  }
  
  /* #TAB */
  .tab-list {
    list-style: none;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    padding: 0 55px;
    padding-top: 32px;
  }
  
  .tab-list::after {
    content: "";
    clear: both;
    display: table;
  }
  
  @media (max-width: 767px) {
    .tab-list {
      padding: 0 10px;
      padding-top: 40px;
    }
  }
  
  .tab-list__item {
    float: left;
  }
  
  .tab-list__link {
    display: block;
    text-transform: capitalize;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #1e8ac5;
    padding: 0 20px;
  }
  
  .tab-list__link:hover {
    color: #003A79;
  }
  
  @media (max-width: 767px) {
    .tab-list__link {
      font-size: 22px;
    }
  }
  
  .tab-list .active .tab-list__link {
    color: #ffffff;
  }
  
  .tab-content > .tab-pane {
    display: none;
    padding: 20px 75px;
    padding-bottom: 35px;
  }
  
  .tab-content > .tab-pane.active {
    display: block;
  }
  
  @media (max-width: 767px) {
    .tab-content > .tab-pane {
      padding: 30px;
      padding-bottom: 45px;
    }
  }
  
  /* #CARD */
  .card-3 {
    background: #999999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  