@font-face {
  font-family: 'MP';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"), url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MP';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: local("Myriad Pro Bold"), local("MyriadPro-Bold"), url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MP';
  src: url("../fonts/MyriadPro-Light.eot");
  src: local("Myriad Pro Light"), local("MyriadPro-Light"), url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

body {
  font-family: "MP", "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 0.9rem;
  line-height: 130%;
  font-weight: 400;
  color: #6D7274; }

a, a:hover {
  text-decoration: none;
  -webkit-transition: all 210ms;
  -moz-transition: all 210ms;
  -o-transition: all 210ms;
  transition: all 210ms; }

section {
  padding: 40px 0; }

.btn {
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700; }

.fondo-gris {
  position: absolute;
  height: 35px;
  width: 100%;
  background: #E0E7EC; }

.nav-tabs {
  border-bottom: 0px solid #dee2e6; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #3B4D71;
  background-color: transparent;
  border: #dee2e6 0px solid !important;
  position: relative;
  font-weight: bold; }
  .nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after {
    content: '';
    width: 100%;
    background: #3B4D71;
    height: 7px;
    left: 0;
    bottom: 0;
    position: absolute; }

.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-size: 1rem;
  color: #7190A2;
  font-weight: bold; }

.btn-landing {
  height: 130px;
  margin-bottom: 60px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .btn-landing img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
  .btn-landing h4 {
    font-size: 1.2rem !important;
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
    padding: 10px;
    width: 80%;
    color: #fff;
    font-weight: 600 !important;
    z-index: 9; }
  .btn-landing:hover:before {
    width: 100%; }
  .btn-landing:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .btn-landing:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(0, 0, 0, 0.61)));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 56, 39, 0)), to(rgba(0, 0, 0, 0.61)));
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=0);
    z-index: 1; }
  .btn-landing:before {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4C5E7E;
    z-index: 2;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
  @media (max-width: 768px) {
    .btn-landing {
      display: none; } }
 
header {
  background-image: url(../images/bkg2.jpg);
  background-size: cover;
  background-position: left top;
  min-height: 680px;
  height: 100vh;
  position: relative; }
  header .vidatres {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right; }
    header .vidatres img {
      width: 220px;
      height: auto;
      margin-top: 30px;
      float: left; }
  header .info {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    color: #68799b;
    padding: 40px 0 70px;
    width: 100%; }
    header .info h3 {
      font-size: 2.7rem;
      line-height: 120%;
      font-weight: 400; }
  header .conoce-mas {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-image: url(../images/mas.svg);
    background-size: cover;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
    z-index: 999999; }

.form-sect {
  position: absolute;
  top: 0;
  padding: 0;
  left: 0;
  width: 100%; }
  .form-sect .container {
    position: relative; }

.custom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  min-height: 680px;
  position: absolute;
  top: 25px;
  right: 0; }

.formulario {
  width: 460px;
  border-radius: 4px;
  background-color: #FFF;
  padding: 34px;
  z-index: 999;
  position: absolute;
  right: 0;
  margin-top: 30px; }
  .formulario h4 {
    font-size: 1.15rem;
    line-height: 128%;
    font-weight: 400;
    color: #336CA3;
    margin: 0 0 30px 0; }
    .formulario h4 b {
      font-weight: 700; }
  .formulario .input {
    border: none;
    border-bottom: 1px solid #8a8a8a;
    padding: 10px;
    margin: 0 0 30px 0;
    width: 100%;
    background-color: #FFF;
    border-radius: 0;
    font-size: 0.85rem;
    line-height: 128%;
    font-weight: 400; }
    .formulario .input::-webkit-input-placeholder {
      color: #C0C0C0; }
    .formulario .input:-ms-input-placeholder {
      color: #C0C0C0; }
    .formulario .input::-ms-input-placeholder {
      color: #C0C0C0; }
    .formulario .input::placeholder {
      color: #C0C0C0; }
    .formulario .input:focus {
      outline: none; }
  .formulario select {
    background-image: url(../images/arrow.svg);
    background-position: 93% center;
    background-repeat: no-repeat; }
  .formulario .btn-green {
    background-color: #3EC370;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 20px;
    margin: 10px 0; }
    .formulario .btn-green:hover {
      background-color: #0b873b; }
  .formulario span.error {
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 10px;
    line-height: 1;
    position: absolute;
    top: 43px;
    display: block;
    color: red; }

.atributos {
  background-color: #3B4D71;
  color: #FFF;
  text-align: center; }
  .atributos .sign {
    font-size: 1.5rem;
    padding: 50px 0 0 0; }
  .atributos h5 {
    margin: 10px 0 0 0;
    font-size: 1rem; }

.navegacion {
  background-color: #E0E7EC;
  color: #4C5E7E;
  padding: 40px 0 0 0; }
  .navegacion h4 {
    margin: 0 0 40px 0;
    font-size: 2.8rem;
    line-height: 110%;
    font-weight: 300; }
  .navegacion .menu {
    margin: 0;
    padding: 0;
    width: 100%; }
    .navegacion .menu .menu-item {
      list-style: none;
      display: inline-block;
      margin: 0 30px 0 0;
      padding: 0; }
      .navegacion .menu .menu-item a {
        border-bottom: 7px solid #E0E7EC;
        display: inline-block;
        color: #7190A2;
        padding: 0 3px 10px;
        font-size: 1rem;
        line-height: 110%;
        font-weight: 700; }
        .navegacion .menu .menu-item a:hover {
          border-bottom: 7px solid #3B4D71;
          color: #3B4D71; }
      .navegacion .menu .menu-item.current-menu-item a {
        border-bottom: 7px solid #3B4D71;
        color: #3B4D71; }

main {
  min-height: 600px; }
  main ul {
    padding: 0;
    margin: 0; }
    main ul li {
      list-style: none;
      background-image: url("../images/check.svg");
      background-size: auto 30px;
      background-repeat: no-repeat;
      min-height: 30px;
      padding: 0 0 0 40px;
      margin: 0 0 10px 0; }
      main ul li span {
        padding: 0; }

.boton .btn {
  background-color: #BDCCD8;
  color: #fff;
  padding: 16px 40px;
  font-size: 1rem;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-top: 20px; }
  .boton .btn:hover {
    background: #4C5E7E; }

.contenidos {
  padding: 40px 0 10px; }
  .contenidos .cabecera {
    margin: 0;
    text-align: center; }
    .contenidos .cabecera.mt-40 {
      margin-top: 40px; }
    .contenidos .cabecera h2 {
      font-size: 3rem;
      line-height: 128%;
      font-weight: 300;
      color: #4C5E7E;
      margin: 0 0 10px 0; }
      .contenidos .cabecera h2::before, .contenidos .cabecera h2::after {
        content: '';
        background-image: url("../images/dot.svg");
        width: 8px;
        height: 18px;
        display: inline-block;
        margin: 0 15px; }
    .contenidos .cabecera h5 {
      font-size: 1.1rem;
      line-height: 128%;
      font-weight: 400;
      margin: 0 0 30px 0;
      padding: 0 10%;
      color: #7190A2; }
  .contenidos .descripcion {
    margin: 20px 0 40px 0;
    font-size: 1.7rem;
    line-height: 140%;
    font-weight: 400; }
    .contenidos .descripcion .mildos {
      font-size: 2.4rem;
      line-height: 95%;
      font-weight: 700;
      color: #4C5E7E; }
      .contenidos .descripcion .mildos span {
        font-size: 6rem;
        line-height: 100%;
        font-weight: 700;
        display: block; }
  .contenidos .caracteristicas {
    margin: 0 0 50px 0;
    font-size: 1.1rem;
    line-height: 160%;
    font-weight: 400; }
    .contenidos .caracteristicas li {
      margin: 0 0 30px 0;
      padding: 0 0 0 50px; }
  .contenidos .coberturas {
    /*.col-sm-6:nth-child(3n+2) {
            margin-top: -60px;
        }*/ }
  .contenidos .box-1 h4 {
    color: #4C5E7E; }
  .contenidos .box-1 p {
    color: #4C5E7E; }
  .contenidos .box {
    margin: 0 0 30px 0;
    border-radius: 4px;
    background-size: cover;
    height: 250px;
    margin-bottom: 20px;
    display: block; }
    .contenidos .box .gradient {
      border-radius: 4px;
      padding: 15px;
      width: 100%;
      height: 220px;
      background: -moz-linear-gradient(top, rgba(83, 167, 240, 0.2) 0%, #25385d 100%);
      background: -webkit-linear-gradient(top, rgba(83, 167, 240, 0.2) 0%, #25385d 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 167, 240, 0.2)), to(#25385d));
      background: -o-linear-gradient(top, rgba(83, 167, 240, 0.2) 0%, #25385d 100%);
      background: linear-gradient(to bottom, rgba(83, 167, 240, 0.2) 0%, #25385d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3353a7f0', endColorstr='#25385d', GradientType=0);
      overflow: hidden;
      cursor: default;
      position: relative; }
      .contenidos .box .gradient .info {
        position: absolute;
        bottom: 10px;
        -webkit-transition: all 220ms;
        -moz-transition: all 220ms;
        -o-transition: all 220ms;
        transition: all 220ms; }
        .contenidos .box .gradient .info h4 {
          font-size: 1.4rem;
          line-height: 128%;
          font-weight: 700;
          -webkit-transition: all 220ms;
          -moz-transition: all 220ms;
          -o-transition: all 220ms;
          transition: all 220ms;
          width: 80%; }
        .contenidos .box .gradient .info p {
          opacity: 0;
          -webkit-transition: all 300ms;
          -moz-transition: all 300ms;
          -o-transition: all 300ms;
          transition: all 300ms;
          font-size: 1rem;
          line-height: 128%;
          font-weight: 400; }
      .contenidos .box .gradient:hover .info {
        bottom: 15px; }
        .contenidos .box .gradient:hover .info h4 {
          bottom: 100px; }
        .contenidos .box .gradient:hover .info p {
          opacity: 1;
          bottom: 15px; }
  .contenidos .logos {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; }
    .contenidos .logos .logo {
      margin-bottom: 30px; }
  .contenidos .big-txt {
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: 400; }
  .contenidos .s-virtual {
    font-size: 1.1rem;
    line-height: 140%;
    font-weight: 400; }
  .contenidos .lista {
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: 700; }
    .contenidos .lista ul li {
      margin: 0 0 30px 0;
      padding: 0 0 0 45px; }
  .contenidos .l-bottom {
    margin: 40px 0 0 0;
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: 700; }
    .contenidos .l-bottom ul {
      width: 100%;
      padding: 0 5%;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contenidos .l-bottom ul li {
        text-align: left;
        margin: 0 0 30px 0;
        padding: 3px 20px 0 40px;
        width: 33.33333%; }
  .contenidos .descuentos .box {
    background-position: center center; }
  .contenidos .descuentos .gradient {
    height: 300px;
    padding: 30px; }
    .contenidos .descuentos .gradient .info {
      bottom: 10px;
      width: 90%; }
      .contenidos .descuentos .gradient .info h4 {
        text-transform: none; }
  .contenidos .descuentos .col-sm-12 .info {
    bottom: 10px; }

footer {
  background-color: #BDCCD8;
  padding: 40px 0;
  color: #7190A2; }
  footer h4 {
    font-size: 2.3rem;
    line-height: 128%;
    font-weight: 700;
    color: #4F607F;
    margin: 0 0 0 0; }
  footer p {
    margin: 20px 0 30px;
    font-size: 1.2rem;
    line-height: 132%;
    font-weight: 400; }
  footer .btn {
    background-color: #E0E7EC;
    color: #4C5E7E;
    padding: 16px 40px;
    font-size: .8rem; }
    footer .btn:hover {
      background-color: #3B4D71;
      color: #E0E7EC; }

.bottom {
  padding: 60px 0; }
  .bottom img {
    width: 100%;
    max-width: 220px; }
  .bottom span {
    font-size: 1.1rem;
    line-height: 132%;
    font-weight: 300;
    color: #9a9a9a; }

.facebook-btn {
  width: 40px;
  height: 40px;
  background-color: #3B4D71;
  color: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 0;
  top: 200px;
  text-align: center;
  line-height: 160%;
  font-size: 22px;
  border-radius: 5px 0px 0px 5px;
  z-index: 99999; }
  .facebook-btn:hover {
    color: #FFF; }

.twitter-btn {
  width: 40px;
  height: 40px;
  background-color: #2bc4ff;
  color: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 0;
  top: 250px;
  text-align: center;
  line-height: 160%;
  font-size: 22px;
  border-radius: 5px 0px 0px 5px;
  z-index: 99999; }
  .twitter-btn:hover {
    color: #FFF; }

.instagram-btn {
  width: 40px;
  height: 40px;
  background-color: #833AB4;
  color: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 0;
  top: 300px;
  text-align: center;
  line-height: 160%;
  font-size: 22px;
  border-radius: 5px 0px 0px 5px;
  z-index: 99999; }
  .instagram-btn:hover {
    color: #FFF; }

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #BDCCD8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@media (max-width: 1200px) {
  .contenidos .descripcion .mildos span {
    font-size: 5rem; } }

@media (max-width: 992px) {
  header {
    height: 80vh;
    min-height: 620px; }
  .contenidos .coberturas .col-sm-6:nth-child(3n+2) {
    margin-top: 0; }
  .contenidos .coberturas .col-sm-6:nth-child(2n+2) {
    margin-top: -30px; }
  .atributos .col {
    padding: 0; }
  .form-sect {
    position: relative;
    top: auto;
    padding: 0;
    left: auto;
    width: 100%; }
    .form-sect .container {
      position: relative; }
  .custom {
    display: block;
    position: relative;
    min-height: 100px;
    height: auto;
    padding: 30px 0; }
    .custom .formulario {
      position: relative;
      margin: 0;
      width: 100%; }
      .custom .formulario h4 {
        font-size: 1.3rem; }
  .navegacion .menu .menu-item {
    margin: 0 10px 0 0; }
  .contenidos .cabecera h2 {
    font-size: 2.8rem;
    line-height: 128%;
    font-weight: 300; }
    .contenidos .cabecera h2::before {
      display: none; }
    .contenidos .cabecera h2::after {
      display: block;
      background-position: center center;
      width: 100%;
      background-repeat: no-repeat;
      margin: 20px 0; } }

@media (max-width: 575px) {
  .fondo-gris {
    position: absolute;
    height: 49px; }
  .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    text-align: center; }
  .nav-tabs .nav-link {
    font-size: .8rem;
    padding-top: 5px;
    height: 49px;
    line-height: 14px; }
  .nav-link {
    display: block;
    padding: 0rem 0rem; }
  header {
	width: 100% !important;
    min-height: 300px;
    height: 440px;
    position: absolute;
    top: 0;
    background-position: -20px 0px; }
    header .vidatres {
      text-align: center; }
    header .info {
      position: relative;
      margin-top: 300px; 
	  width: auto !important;
	  min-width: 500px;
	  }
      header .info h1 {
        font-size: 1.4rem;
        text-align: center; }
  .contenidos .coberturas {
    margin-top: 30px; }
    .contenidos .coberturas .col-sm-6:nth-child(2n+2) {
      margin-top: 0; }
  .form-sect {
    margin-top: 390px; }
  .contenidos .box .gradient .info {
    bottom: -30px; }
  .contenidos .box {
    margin: 0 0 15px 0; }
    .contenidos .box .gradient {
      height: 160px; }
      .contenidos .box .gradient .info {
        bottom: 10px; }
        .contenidos .box .gradient .info h4 {
          font-size: 1.2rem; }
  .contenidos .cabecera h5 {
    padding: 0; }
  .atributos .col {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 15px 0; }
  .navegacion .menu .menu-item {
    width: auto;
    padding: 0;
    text-align: center;
    margin: 0;
    width: 25%;
    float: left; }
    .navegacion .menu .menu-item a {
      font-size: 0.9rem;
      line-height: 130%;
      font-weight: 700;
      border-size: 2px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
    @media screen and (max-width: 575px) and (max-width: 340px) {
      .navegacion .menu .menu-item a {
        font-size: 0.8rem;
        line-height: 130%;
        font-weight: 700; } }

@media (max-width: 575px) {
    .navegacion .menu .menu-item.current-menu-item a {
      border-size: 2px; }
  .contenidos .l-bottom ul {
    display: block;
    padding: 0; }
    .contenidos .l-bottom ul li {
      width: 100%; }
  .custom .formulario {
    padding: 15px; }
  .btn {
    padding: 16px !important;
    font-size: .8rem !important; }
  .contenidos .lista {
    font-size: 1rem; }
  .contenidos .l-bottom {
    font-size: 1rem;
    margin: 0; }
  .contenidos .descuentos .gradient {
    height: 180px;
    padding: 15px; }
    .contenidos .descuentos .gradient img {
      width: auto;
      height: 50px; }
    .contenidos .descuentos .gradient .info {
      bottom: 10px; }
      .contenidos .descuentos .gradient .info h4 {
        font-size: 1.3rem; }
  .contenidos .cabecera h2 {
    font-size: 2.2rem; }
  .contenidos .descripcion {
    font-size: 1.3rem; }
  .bottom div {
    text-align: center !important; }
  .bottom img {
    margin: 0 0 30px 0; }
  .conoce-mas {
    display: none; }

	}
@media (max-width: 475px) {
	header .info {
	  min-width: 400px;
	  }
}

@media (max-width: 375px) {
	header .info {
	  min-width: 300px;
	  }
}

@media (min-width: 1680px) {
	header {
		background-size: contain;
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #F0F1F3;
		min-height: 680px;
		height: 100vh;
		position: relative;
	}
}