/*=============================================================
Aspectos Generales
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #67c5e1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    color: #67c5e1;
    text-decoration: underline; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth; }

body {
  font-size: 10px;
  height: 100%;
  font-family: "raleway-rg"; }
  body .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
  body .wrapper-sm {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }

div img {
  width: 100%;
  display: block; }

strong {
  font: inherit; }

p, li, a, q {
  font-size: 1.7rem; }

p:not(:last-child) {
  margin-bottom: 1.5rem; }

.titulo {
  font: 4rem "raleway-bd";
  color: #34a7d6;
  margin-bottom: 2rem;
  line-height: 1; }

.subtitulo {
  font: 2.5rem "raleway-bd";
  color: #aaa;
  margin-bottom: 2rem;
  line-height: 1; }

.texto-blanco {
  color: #fff !important; }

.texto-azul {
  color: #112E6A; }

.texto-celeste {
  color: #67c5e1; }

.titulo-audio {
  position: absolute;
  color: #fff;
  font: 16px sans-serif;
  font-weight: lighter;
  padding: 10px 16px; }

.light {
  font-family: "raleway-rg"; }

.big-p {
  font-size: 2.4rem; }

.bold {
  font-weight: bold; }

.centrado {
  text-align: center; }

div img {
  width: 100%; }

input[type=text], input[type=tel], input[type=email], textarea, select {
  width: 100%; }

input[type=text], input[type=tel], input[type=email], input[type=url], label, textarea, select {
  display: block;
  font-size: 1.7rem; }

input, textarea, select {
  border: none;
  outline: none;
  padding: 1rem;
  border-radius: 6px 6px 6px 6px;
  background-color: #fff; }

select {
  height: 45.5px; }

.link {
  color: #34a7d6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.9rem;
  font-weight: bold; }
  .link:hover {
    text-decoration: none;
    color: #34a7d6; }
  .link .fas {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .link:hover .fas {
    margin-left: 1.33333rem; }

.cta-btn {
  color: #fff !important;
  background-color: #34a7d6;
  padding: 1.2rem 3.6rem;
  display: inline-block;
  border-radius: 8px;
  font: 1.8rem "raleway-bd";
  border: none;
  line-height: 1.8 !important;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .cta-btn {
      line-height: 1 !important; } }
  .cta-btn:hover {
    background-color: #2489b3;
    text-decoration: none; }

.contact-btn {
  position: fixed;
  z-index: 10;
  right: 2rem; }
  .contact-btn:hover {
    color: #fff;
    text-decoration: none; }

.whatsapp-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  bottom: 2rem; }

.faces-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #34a7d6;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  bottom: 8rem; }

.seccion-celeste {
  background-color: white; }

.seccion-gris {
  background-color: #eaeaea; }

.seccion {
  padding: 8rem 0;
  overflow: hidden !important; }
  .seccion .wrapper-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .seccion .wrapper-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .seccion .wrapper-flex .tarjeta {
      width: 100%;
      position: relative; }
      .seccion .wrapper-flex .tarjeta:not(:last-child) {
        margin-bottom: 2rem; }
        @media only screen and (min-width: 992px) {
          .seccion .wrapper-flex .tarjeta:not(:last-child) {
            margin-bottom: 0; } }
      .seccion .wrapper-flex .tarjeta .frame {
        padding: 2rem;
        border-radius: 20px; }
      .seccion .wrapper-flex .tarjeta p {
        color: #fff; }
    .seccion .wrapper-flex .fondo-gris {
      background-color: #aaa; }
    .seccion .wrapper-flex .fondo-azul {
      background-color: #112E6A; }
    .seccion .wrapper-flex .articulo {
      width: 100%;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 992px) {
        .seccion .wrapper-flex .articulo {
          width: calc(55% - 2rem);
          margin-bottom: 0; } }
    .seccion .wrapper-flex .tarjeta-img {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .seccion .wrapper-flex .tarjeta-img {
          width: calc(45% - 2rem); } }
      .seccion .wrapper-flex .tarjeta-img .frame {
        border-radius: 20px;
        overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .seccion .cards150 .tarjeta {
      width: calc(50% - 2rem); } }
  @media only screen and (min-width: 992px) {
    .seccion .cardsx2 .tarjeta {
      width: calc(50% - 2rem); } }

@media only screen and (min-width: 992px) {
  .seccion-articulo:nth-child(even) .art2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.whatsapp-modal {
  width: calc(100% - 2rem);
  position: fixed;
  right: 1rem;
  background-color: #EAE5DB;
  z-index: 10;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 576px) {
    .whatsapp-modal {
      max-width: 400px; } }
  .whatsapp-modal .whatsapp-header {
    background-color: #128c7e;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75); }
    .whatsapp-modal .whatsapp-header .destino {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .whatsapp-modal .whatsapp-header .destino p {
        color: #fff;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.7rem; }
        .whatsapp-modal .whatsapp-header .destino p span {
          font-weight: normal;
          font-size: 1.5rem; }
    .whatsapp-modal .whatsapp-header .pic {
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 1rem; }
    .whatsapp-modal .whatsapp-header .fas {
      font-size: 3rem;
      color: #0c5f55;
      cursor: pointer;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25); }
  .whatsapp-modal .whatsapp-body {
    padding: 2rem 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .whatsapp-modal .whatsapp-body .dialog {
      width: 13px;
      height: 12px;
      background-image: url(../img/dialog.png);
      position: relative;
      z-index: 2; }
    .whatsapp-modal .whatsapp-body .mensaje {
      background-color: #fff;
      padding: 1rem;
      border-radius: 0px 8px 8px 8px;
      -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25); }
      .whatsapp-modal .whatsapp-body .mensaje p {
        color: #000;
        font-size: 1.5rem; }
  .whatsapp-modal .whatsapp-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2rem 1rem 1rem; }
    .whatsapp-modal .whatsapp-footer .mensaje {
      background-color: #D1FEC9;
      padding: 1rem;
      border-radius: 16px;
      width: calc(100% - (50px + 2rem/2));
      -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15); }
      .whatsapp-modal .whatsapp-footer .mensaje p {
        color: #000;
        font-size: 1.5rem; }
    .whatsapp-modal .whatsapp-footer .send-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-image: url(../img/send-btn-dark.png); }

.emojis-modal {
  width: calc(100% - 2rem);
  position: fixed;
  right: 1rem;
  background-color: rgba(17, 46, 106, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 10;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 576px) {
    .emojis-modal {
      max-width: 400px; } }
  @media only screen and (min-width: 992px) {
    .emojis-modal {
      min-height: 191px; } }
  .emojis-modal .emojis-body {
    padding: 2rem;
    position: relative; }
    .emojis-modal .emojis-body .fas {
      position: absolute;
      right: 2rem;
      font-size: 3rem;
      color: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .emojis-modal .emojis-body .body-content p {
      color: #fff;
      line-height: 1.2; }
    .emojis-modal .emojis-body .body-content .emojis {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 3rem; }
      .emojis-modal .emojis-body .body-content .emojis .emoji {
        width: 40px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .emojis-modal .emojis-body .body-content .emojis .emoji:hover {
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3); }
    .emojis-modal .emojis-body .body-content .status {
      text-align: center;
      opacity: 0;
      margin-top: 2rem;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .emojis-modal .emojis-body .body-content .header-modal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 3rem 0 2rem; }
      .emojis-modal .emojis-body .body-content .header-modal .emoji {
        width: 60px; }
      .emojis-modal .emojis-body .body-content .header-modal .bold {
        width: calc(100% - (76px)); }

.display-modal {
  bottom: 1rem;
  opacity: 1; }

.animate span {
  display: inline-block; }

.animate span:nth-of-type(2) {
  -webkit-animation-delay: .05s;
  animation-delay: .05s; }

.animate span:nth-of-type(3) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.animate span:nth-of-type(4) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

.animate span:nth-of-type(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.animate span:nth-of-type(6) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.animate span:nth-of-type(7) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.animate span:nth-of-type(8) {
  -webkit-animation-delay: .35s;
  animation-delay: .35s; }

.animate span:nth-of-type(9) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.animate span:nth-of-type(10) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s; }

.animate span:nth-of-type(11) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.animate span:nth-of-type(12) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s; }

.animate span:nth-of-type(13) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.animate span:nth-of-type(14) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s; }

.animate span:nth-of-type(15) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.animate span:nth-of-type(16) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.animate span:nth-of-type(17) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.animate span:nth-of-type(18) {
  -webkit-animation-delay: .85s;
  animation-delay: .85s; }

.animate span:nth-of-type(19) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.animate span:nth-of-type(20) {
  -webkit-animation-delay: .95s;
  animation-delay: .95s; }

.animate span:nth-of-type(21) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animate span:nth-of-type(22) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s; }

.animate span:nth-of-type(23) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.animate span:nth-of-type(24) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s; }

.animate span:nth-of-type(25) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animate span:nth-of-type(26) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.animate span:nth-of-type(27) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.animate span:nth-of-type(28) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s; }

.animate span:nth-of-type(29) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.animate span:nth-of-type(30) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s; }

.animate span:nth-of-type(31) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .modal-bg .modal-cont {
    width: 90%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 992px) {
      .modal-bg .modal-cont {
        max-width: 700px; } }
    .modal-bg .modal-cont .titel {
      position: absolute;
      font: 3rem "raleway-bd";
      width: 100%;
      left: 0;
      bottom: 80px;
      color: #fff;
      text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.7); }
    .modal-bg .modal-cont .fas {
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-size: 3rem;
      color: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
      @media only screen and (min-width: 992px) {
        .modal-bg .modal-cont .fas {
          top: 2rem;
          right: 2rem; } }
    .modal-bg .modal-cont .modal-pie {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 1rem;
      color: #112E6A; }
      .modal-bg .modal-cont .modal-pie .info-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        @media only screen and (min-width: 992px) {
          .modal-bg .modal-cont .modal-pie .info-icons {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
      .modal-bg .modal-cont .modal-pie .lista li {
        font-size: 1rem; }
        @media only screen and (min-width: 576px) {
          .modal-bg .modal-cont .modal-pie .lista li {
            font-size: 1.5rem; } }
      .modal-bg .modal-cont .modal-pie h4 {
        font-size: 1.4rem;
        margin-right: 2rem; }
        @media only screen and (min-width: 992px) {
          .modal-bg .modal-cont .modal-pie h4 {
            font-size: 1.8rem; } }
      .modal-bg .modal-cont .modal-pie .contacto-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .modal-bg .modal-cont .modal-pie .contacto-icons li {
          text-align: center;
          list-style: none; }
          .modal-bg .modal-cont .modal-pie .contacto-icons li:not(:last-child) {
            margin-right: 1rem; }
          .modal-bg .modal-cont .modal-pie .contacto-icons li a {
            width: 44px;
            height: 44px;
            display: block;
            font-size: 2.4rem;
            color: #fff;
            line-height: 44px;
            background-color: #112E6A;
            border-radius: 50%; }

.seven span {
  opacity: 0;
  -webkit-transform: translate(-150px, 0) scale(0.3);
  -ms-transform: translate(-150px, 0) scale(0.3);
  transform: translate(-150px, 0) scale(0.3);
  -webkit-animation: leftRight 1s forwards;
  animation: leftRight 1s forwards; }

@-webkit-keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.7);
    transform: translate(50px, 0) scale(0.7);
    opacity: 0;
    color: #fff; }
  60% {
    color: #34a7d6; }
  80% {
    -webkit-transform: translate(0) scale(2);
    transform: translate(0) scale(2);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    opacity: 1; } }

@keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.7);
    transform: translate(50px, 0) scale(0.7);
    opacity: 0;
    color: #fff; }
  60% {
    color: #34a7d6; }
  80% {
    -webkit-transform: translate(0) scale(2);
    transform: translate(0) scale(2);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    opacity: 1; } }

.faq-cont {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 1200;
  width: 100%;
  padding: 2rem;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease; }
  @media only screen and (min-width: 992px) {
    .faq-cont {
      right: -744px;
      width: 744px;
      padding: 4rem; } }
  .faq-cont .faq-header {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .faq-cont .faq-header {
        margin-bottom: 4rem; } }
    .faq-cont .faq-header .fas {
      font-size: 3rem;
      color: rgba(170, 170, 170, 0.75);
      cursor: pointer;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.faq-showed {
  right: 0; }
  @media only screen and (min-width: 992px) {
    .faq-showed {
      -webkit-box-shadow: -20px 0 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: -20px 0 50px 0 rgba(0, 0, 0, 0.1); } }

.cojin {
  height: 70px; }
  @media only screen and (min-width: 992px) {
    .cojin {
      height: 108px; } }

@-webkit-keyframes agrandar {
  from {
    background-size: 100%; }
  to {
    background-size: 115%; } }

@keyframes agrandar {
  from {
    background-size: 100%; }
  to {
    background-size: 115%; } }

@-webkit-keyframes achicar {
  from {
    background-size: 115%; }
  to {
    background-size: 100%; } }

@keyframes achicar {
  from {
    background-size: 115%; }
  to {
    background-size: 100%; } }

/* Fin de Aspectos Generales  ================================*/
/*=============================================================
Header
==============================================================*/
.header {
  padding: 1rem 0;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media only screen and (min-width: 992px) {
    .header {
      padding: 0; } }
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .logo {
    width: 220px; }
    @media only screen and (min-width: 992px) {
      .header .logo {
        width: 300px;
        padding: 2rem 0; } }
  .header .menu-btn .uno, .header .menu-btn .dos, .header .menu-btn .tres {
    background-color: #112E6A; }
  .header .main-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 200; }
    @media only screen and (min-width: 992px) {
      .header .main-menu {
        position: relative;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        background-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none; } }
    .header .main-menu .close-btn {
      height: 72px; }
  .header .menu-opened {
    -webkit-clip-path: circle(150% at 50% 50%);
    clip-path: circle(150% at 50% 50%); }
  .header .menu-closed {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%); }
  .header .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .header .menu {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .header .menu li {
      position: relative;
      left: -100%; }
      @media only screen and (min-width: 992px) {
        .header .menu li {
          width: auto;
          left: 0; } }
      .header .menu li .submenu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0; }
        @media only screen and (min-width: 992px) {
          .header .menu li .submenu {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.85);
            width: 450px;
            text-align: left;
            -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
            -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1); } }
        .header .menu li .submenu li {
          height: 48px !important; }
          @media only screen and (min-width: 992px) {
            .header .menu li .submenu li {
              height: 32px !important; } }
        .header .menu li .submenu a {
          text-transform: none;
          font-family: "raleway-rg"; }
          @media only screen and (min-width: 992px) {
            .header .menu li .submenu a {
              line-height: 32px !important; } }
      .header .menu li .far {
        font-size: 2.5rem;
        position: relative;
        top: 2px; }
    .header .menu a {
      font: 2.4rem "raleway-bd";
      text-transform: capitalize;
      color: #112E6A;
      line-height: 1.7;
      display: block; }
      @media only screen and (min-width: 992px) {
        .header .menu a {
          font-size: 2rem;
          line-height: 108px;
          padding: 0 1.5rem;
          height: 100%; } }
      .header .menu a:hover {
        color: rgba(17, 46, 106, 0.5);
        text-decoration: none; }
    .header .menu .selected {
      color: rgba(17, 46, 106, 0.5); }

.blur {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px); }

.header2 {
  padding: 1rem 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: dropheader 0.5s linear;
  animation: dropheader 0.5s linear; }
  @media only screen and (min-width: 992px) {
    .header2 {
      padding: 0; } }
  .header2 .logo {
    width: 140px; }
    @media only screen and (min-width: 992px) {
      .header2 .logo {
        width: 220px;
        padding: 1rem 0; } }
  .header2 .main-menu .close-btn {
    height: 52px; }
  .header2 .menu-btn .uno, .header2 .menu-btn .dos, .header2 .menu-btn .tres {
    background-color: #112E6A; }
  .header2 .menu a {
    color: #112E6A;
    line-height: 70px; }
    @media only screen and (min-width: 992px) {
      .header2 .menu a:hover {
        color: rgba(17, 46, 106, 0.5);
        text-decoration: none; } }

@-webkit-keyframes dropheader {
  from {
    top: -76px; }
  to {
    top: 0; } }

@keyframes dropheader {
  from {
    top: -76px; }
  to {
    top: 0; } }

.faq-btn {
  color: #112E6A;
  font-size: 2.8rem;
  margin-right: 2rem;
  position: relative;
  top: 2px; }

.menu-btn, .menu-btn2, .menu-btn-close {
  width: 30px;
  cursor: pointer; }
  .menu-btn .uno, .menu-btn .dos, .menu-btn .tres, .menu-btn2 .uno, .menu-btn2 .dos, .menu-btn2 .tres, .menu-btn-close .uno, .menu-btn-close .dos, .menu-btn-close .tres {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .menu-btn .dos, .menu-btn2 .dos, .menu-btn-close .dos {
    margin: 6px 0; }

.close-btn {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 300; }

.menu-btn2 .dos, .menu-btn-close2 .dos {
  opacity: 0; }

.menu-btn2 .uno, .menu-btn-close2 .uno {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px); }

.menu-btn2 .tres, .menu-btn-close2 .tres {
  -webkit-transform: rotate(-45deg) translate(5px, -7px);
  -ms-transform: rotate(-45deg) translate(5px, -7px);
  transform: rotate(-45deg) translate(5px, -7px); }

.menu-btn-close .uno, .menu-btn-close .dos, .menu-btn-close .tres {
  background-color: #112E6A !important; }

/* Fin de Header  ============================================*/
/*=============================================================
Main
==============================================================*/
.slides {
  position: relative;
  margin: auto;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .slides {
      height: calc(100vh - 108px); } }
  .slides ul {
    position: relative;
    margin: auto;
    width: 300%;
    height: 100%;
    padding-left: 0; }
    .slides ul li {
      float: left;
      width: 33.3333333%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 6rem 0; }

/* Backgorund Images */
.slide:first-child {
  background: url(../img/home-slider/slide1.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .slide:first-child {
      -webkit-animation: agrandar 20s;
      animation: agrandar 20s; } }

.slide:nth-child(2) {
  background: url(../img/home-slider/slide2.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(2) {
      -webkit-animation: agrandar 20s;
      animation: agrandar 20s; } }

.slide:nth-child(3) {
  background: url(../img/home-slider/slide3.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(3) {
      -webkit-animation: agrandar 20s;
      animation: agrandar 20s; } }

.slide:nth-child(4) {
  background: url(../img/home-slider/slide4.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(4) {
      -webkit-animation: agrandar 20s;
      animation: agrandar 20s; } }

.slide:nth-child(5) {
  background: url(../img/home-slider/slide5.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(5) {
      -webkit-animation: agrandar 20s;
      animation: agrandar 20s; } }

.slide:nth-child(6) {
  background: url(../img/home-slider/slide6.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(6) {
      -webkit-animation: agrandar 20s;
      animation: agrandar 20s; } }

.wrapper-slider {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.animate {
  color: #fff;
  font-size: 4rem;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.7); }
  @media only screen and (min-width: 576px) {
    .animate {
      font-size: 5rem; } }

.seccion .art2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .seccion .art2col {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (min-width: 992px) {
    .seccion .art2col .texto-articulo {
      width: calc(50% - 2rem); } }
  .seccion .art2col .texto-articulo .icono {
    width: 80px;
    height: 70px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .seccion .art2col .texto-articulo .icono img {
      height: 100%;
      width: auto; }
  .seccion .art2col .img-articulo {
    overflow: hidden;
    border-radius: 20px 20px 20px 20px; }
    @media only screen and (min-width: 992px) {
      .seccion .art2col .img-articulo {
        margin-bottom: 0;
        width: calc(50% - 2rem); } }
  .seccion .art2col .articulo-item:first-child {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 992px) {
      .seccion .art2col .articulo-item:first-child {
        margin-bottom: 0; } }

.seccion .texto-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .seccion .texto-img {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .seccion .texto-img .imagen-col {
    overflow: hidden;
    border-radius: 20px 20px 20px 20px; }
    @media only screen and (min-width: 992px) {
      .seccion .texto-img .imagen-col {
        width: calc(50% - 2rem/2); } }
  .seccion .texto-img .texto-col {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 992px) {
      .seccion .texto-img .texto-col {
        width: calc(50% - 2rem/2);
        margin-bottom: 0; } }

.seccion-contacto .wrapper-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .seccion-contacto .wrapper-sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 992px) {
    .seccion-contacto .wrapper-sm .formulario-contacto, .seccion-contacto .wrapper-sm .datos-contacto {
      width: calc(50% - 2rem); } }

.seccion-contacto .formulario-contacto form {
  margin-top: 2rem; }

.seccion-contacto .formulario-contacto input[type=text], .seccion-contacto .formulario-contacto input[type=tel], .seccion-contacto .formulario-contacto input[type=email], .seccion-contacto .formulario-contacto textarea {
  margin-top: 3.6rem;
  border: 2px solid white; }

.seccion-contacto .formulario-contacto .formgroup {
  position: relative; }

.seccion-contacto .formulario-contacto label {
  position: absolute;
  color: #777;
  top: 1.33333rem;
  left: 1rem;
  text-align: left;
  cursor: text;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.seccion-contacto .formulario-contacto textarea {
  resize: none;
  height: 201px; }

.seccion-contacto .formulario-contacto .forminput:focus + .formlabel,
.seccion-contacto .formulario-contacto .forminput:not(:placeholder-shown) + .formlabel {
  -webkit-transform: translateY(-38px) scale(0.8);
  -ms-transform: translateY(-38px) scale(0.8);
  transform: translateY(-38px) scale(0.8);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  cursor: pointer;
  font-family: "raleway-bd"; }

.seccion-contacto .formulario-contacto input[type=button], .seccion-contacto .formulario-contacto input[type=submit] {
  margin-top: 3rem;
  width: 100%;
  height: 45px; }

.seccion-contacto .formulario-contacto .warning-text {
  color: #a94242;
  font-family: "raleway-bd";
  font-size: calc(1.6rem * 0.9);
  position: absolute;
  right: 1rem;
  top: -24px; }

.seccion-contacto .datos-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4.8rem; }

.seccion-contacto .dato-cont {
  border-radius: 12px 12px 12px 12px; }
  .seccion-contacto .dato-cont:not(:last-child) {
    background-color: #34a7d6;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .seccion-contacto .dato-cont:not(:last-child) {
        width: auto; } }
  .seccion-contacto .dato-cont:last-child {
    overflow: hidden;
    width: 100%;
    height: 321px; }
    .seccion-contacto .dato-cont:last-child iframe {
      height: 100%; }
  .seccion-contacto .dato-cont i {
    font-size: 2.6rem;
    margin-right: 2rem; }
  .seccion-contacto .dato-cont a {
    color: #fff;
    font-family: "raleway-bd"; }
  .seccion-contacto .dato-cont p {
    margin-bottom: 0;
    font: 1.5rem "raleway-rg";
    color: #fff; }

.acordiones-wrap {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  margin: 0 auto; }

.accordion-wrap:not(:last-child) {
  border-bottom: 1px solid #c4c4c4; }

.accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  padding: 2rem; }

.accordion-header {
  -webkit-transition: ease-in-out 100ms;
  -o-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
  font: 2rem "raleway-bd";
  color: #666666; }

.accordion-text {
  width: 100%;
  display: none;
  padding: 2rem;
  background-color: #eaeaea; }
  .accordion-text p:last-child,
  .accordion-text ul:last-child {
    margin-bottom: 0; }

.fa {
  -webkit-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms; }

.rotate-fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-header .fa {
  float: right;
  line-height: 35px; }

.accordion-rojo {
  color: #34a7d6; }

.accordion-no-bar {
  border-bottom: 0; }

.item-selected {
  background-color: #eaeaea; }

.seccion-fija {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.9))), url(../img/consulta-bg.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../img/consulta-bg.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../img/consulta-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../img/consulta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .seccion-fija .cta {
    margin-top: 2rem; }
    .seccion-fija .cta h2 {
      font-size: 3.5rem; }
    .seccion-fija .cta form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .seccion-fija .cta form input[type=email] {
        max-width: 400px;
        text-align: center; }
      .seccion-fija .cta form input[type=submit] {
        display: block; }

.seccion-servicios .servicios-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 576px) {
    .seccion-servicios .servicios-cards {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  .seccion-servicios .servicios-cards .servicios-card {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem;
    margin: 1.33333rem 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (min-width: 992px) {
      .seccion-servicios .servicios-cards .servicios-card {
        width: calc(33.3333333% - 2rem*2); } }
    .seccion-servicios .servicios-cards .servicios-card:hover {
      background-color: #dddddd;
      -webkit-transform: scale(1.035);
      -ms-transform: scale(1.035);
      transform: scale(1.035); }
    .seccion-servicios .servicios-cards .servicios-card .icon {
      height: 60px;
      margin-bottom: 2rem; }
      .seccion-servicios .servicios-cards .servicios-card .icon img {
        height: 100%;
        width: auto; }
    .seccion-servicios .servicios-cards .servicios-card h3 {
      font: 2.2rem "raleway-bd";
      text-transform: uppercase; }
    .seccion-servicios .servicios-cards .servicios-card p {
      line-height: 1; }
  .seccion-servicios .servicios-cards .fundamento i {
    color: #34a7d6;
    font-size: 5rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 2rem; }
  .seccion-servicios .servicios-cards .fundamento h3 {
    text-align: center; }
  .seccion-servicios .servicios-cards .fundamento p {
    line-height: 1.5;
    text-align: center; }

.seccion-especialistas .especialistas-cards, .seccion-especialistas .fundamento-cards, .seccion-fundamento .especialistas-cards, .seccion-fundamento .fundamento-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 576px) {
    .seccion-especialistas .especialistas-cards, .seccion-especialistas .fundamento-cards, .seccion-fundamento .especialistas-cards, .seccion-fundamento .fundamento-cards {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  .seccion-especialistas .especialistas-cards .contenedor, .seccion-especialistas .fundamento-cards .contenedor, .seccion-fundamento .especialistas-cards .contenedor, .seccion-fundamento .fundamento-cards .contenedor {
    width: 100%;
    height: 350px;
    margin: 1.33333rem 0;
    -webkit-perspective: 1500;
    perspective: 1500; }
    @media only screen and (min-width: 992px) {
      .seccion-especialistas .especialistas-cards .contenedor, .seccion-especialistas .fundamento-cards .contenedor, .seccion-fundamento .especialistas-cards .contenedor, .seccion-fundamento .fundamento-cards .contenedor {
        width: calc(33.3333333% - 2rem*2); } }
  .seccion-especialistas .especialistas-cards .especialistas-card, .seccion-especialistas .especialistas-cards .fundamento-card, .seccion-especialistas .fundamento-cards .especialistas-card, .seccion-especialistas .fundamento-cards .fundamento-card, .seccion-fundamento .especialistas-cards .especialistas-card, .seccion-fundamento .especialistas-cards .fundamento-card, .seccion-fundamento .fundamento-cards .especialistas-card, .seccion-fundamento .fundamento-cards .fundamento-card {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; }
    .seccion-especialistas .especialistas-cards .especialistas-card:hover, .seccion-especialistas .especialistas-cards .fundamento-card:hover, .seccion-especialistas .fundamento-cards .especialistas-card:hover, .seccion-especialistas .fundamento-cards .fundamento-card:hover, .seccion-fundamento .especialistas-cards .especialistas-card:hover, .seccion-fundamento .especialistas-cards .fundamento-card:hover, .seccion-fundamento .fundamento-cards .especialistas-card:hover, .seccion-fundamento .fundamento-cards .fundamento-card:hover {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .seccion-especialistas .especialistas-cards .especialistas-card .lado, .seccion-especialistas .especialistas-cards .fundamento-card .lado, .seccion-especialistas .fundamento-cards .especialistas-card .lado, .seccion-especialistas .fundamento-cards .fundamento-card .lado, .seccion-fundamento .especialistas-cards .especialistas-card .lado, .seccion-fundamento .especialistas-cards .fundamento-card .lado, .seccion-fundamento .fundamento-cards .especialistas-card .lado, .seccion-fundamento .fundamento-cards .fundamento-card .lado {
      border-radius: 20px;
      padding: 2rem;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute; }
    .seccion-especialistas .especialistas-cards .especialistas-card .frente-especialistas, .seccion-especialistas .especialistas-cards .fundamento-card .frente-especialistas, .seccion-especialistas .fundamento-cards .especialistas-card .frente-especialistas, .seccion-especialistas .fundamento-cards .fundamento-card .frente-especialistas, .seccion-fundamento .especialistas-cards .especialistas-card .frente-especialistas, .seccion-fundamento .especialistas-cards .fundamento-card .frente-especialistas, .seccion-fundamento .fundamento-cards .especialistas-card .frente-especialistas, .seccion-fundamento .fundamento-cards .fundamento-card .frente-especialistas {
      background-color: #efefef; }
    .seccion-especialistas .especialistas-cards .especialistas-card .frente-fundamento, .seccion-especialistas .especialistas-cards .fundamento-card .frente-fundamento, .seccion-especialistas .fundamento-cards .especialistas-card .frente-fundamento, .seccion-especialistas .fundamento-cards .fundamento-card .frente-fundamento, .seccion-fundamento .especialistas-cards .especialistas-card .frente-fundamento, .seccion-fundamento .especialistas-cards .fundamento-card .frente-fundamento, .seccion-fundamento .fundamento-cards .especialistas-card .frente-fundamento, .seccion-fundamento .fundamento-cards .fundamento-card .frente-fundamento {
      background-color: #fff; }
    .seccion-especialistas .especialistas-cards .especialistas-card .frente .foto, .seccion-especialistas .especialistas-cards .fundamento-card .frente .foto, .seccion-especialistas .fundamento-cards .especialistas-card .frente .foto, .seccion-especialistas .fundamento-cards .fundamento-card .frente .foto, .seccion-fundamento .especialistas-cards .especialistas-card .frente .foto, .seccion-fundamento .especialistas-cards .fundamento-card .frente .foto, .seccion-fundamento .fundamento-cards .especialistas-card .frente .foto, .seccion-fundamento .fundamento-cards .fundamento-card .frente .foto {
      width: 170px;
      margin: 0 auto 2rem;
      overflow: hidden;
      border-radius: 50%; }
      .seccion-especialistas .especialistas-cards .especialistas-card .frente .foto img, .seccion-especialistas .especialistas-cards .fundamento-card .frente .foto img, .seccion-especialistas .fundamento-cards .especialistas-card .frente .foto img, .seccion-especialistas .fundamento-cards .fundamento-card .frente .foto img, .seccion-fundamento .especialistas-cards .especialistas-card .frente .foto img, .seccion-fundamento .especialistas-cards .fundamento-card .frente .foto img, .seccion-fundamento .fundamento-cards .especialistas-card .frente .foto img, .seccion-fundamento .fundamento-cards .fundamento-card .frente .foto img {
        width: 100%; }
    .seccion-especialistas .especialistas-cards .especialistas-card .frente .fundamento-icono, .seccion-especialistas .especialistas-cards .fundamento-card .frente .fundamento-icono, .seccion-especialistas .fundamento-cards .especialistas-card .frente .fundamento-icono, .seccion-especialistas .fundamento-cards .fundamento-card .frente .fundamento-icono, .seccion-fundamento .especialistas-cards .especialistas-card .frente .fundamento-icono, .seccion-fundamento .especialistas-cards .fundamento-card .frente .fundamento-icono, .seccion-fundamento .fundamento-cards .especialistas-card .frente .fundamento-icono, .seccion-fundamento .fundamento-cards .fundamento-card .frente .fundamento-icono {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .seccion-especialistas .especialistas-cards .especialistas-card .frente .fundamento-icono img, .seccion-especialistas .especialistas-cards .fundamento-card .frente .fundamento-icono img, .seccion-especialistas .fundamento-cards .especialistas-card .frente .fundamento-icono img, .seccion-especialistas .fundamento-cards .fundamento-card .frente .fundamento-icono img, .seccion-fundamento .especialistas-cards .especialistas-card .frente .fundamento-icono img, .seccion-fundamento .especialistas-cards .fundamento-card .frente .fundamento-icono img, .seccion-fundamento .fundamento-cards .especialistas-card .frente .fundamento-icono img, .seccion-fundamento .fundamento-cards .fundamento-card .frente .fundamento-icono img {
        height: 100%;
        width: auto; }
    .seccion-especialistas .especialistas-cards .especialistas-card .frente h3, .seccion-especialistas .especialistas-cards .fundamento-card .frente h3, .seccion-especialistas .fundamento-cards .especialistas-card .frente h3, .seccion-especialistas .fundamento-cards .fundamento-card .frente h3, .seccion-fundamento .especialistas-cards .especialistas-card .frente h3, .seccion-fundamento .especialistas-cards .fundamento-card .frente h3, .seccion-fundamento .fundamento-cards .especialistas-card .frente h3, .seccion-fundamento .fundamento-cards .fundamento-card .frente h3 {
      font: 2.2rem "raleway-bd";
      text-transform: uppercase;
      text-align: center; }
    .seccion-especialistas .especialistas-cards .especialistas-card .frente p, .seccion-especialistas .especialistas-cards .fundamento-card .frente p, .seccion-especialistas .fundamento-cards .especialistas-card .frente p, .seccion-especialistas .fundamento-cards .fundamento-card .frente p, .seccion-fundamento .especialistas-cards .especialistas-card .frente p, .seccion-fundamento .especialistas-cards .fundamento-card .frente p, .seccion-fundamento .fundamento-cards .especialistas-card .frente p, .seccion-fundamento .fundamento-cards .fundamento-card .frente p {
      line-height: 1;
      font-size: 1.5rem; }
    .seccion-especialistas .especialistas-cards .especialistas-card .atras, .seccion-especialistas .especialistas-cards .fundamento-card .atras, .seccion-especialistas .fundamento-cards .especialistas-card .atras, .seccion-especialistas .fundamento-cards .fundamento-card .atras, .seccion-fundamento .especialistas-cards .especialistas-card .atras, .seccion-fundamento .especialistas-cards .fundamento-card .atras, .seccion-fundamento .fundamento-cards .especialistas-card .atras, .seccion-fundamento .fundamento-cards .fundamento-card .atras {
      background-color: #34a7d6;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      height: 100%; }
      .seccion-especialistas .especialistas-cards .especialistas-card .atras h3, .seccion-especialistas .especialistas-cards .fundamento-card .atras h3, .seccion-especialistas .fundamento-cards .especialistas-card .atras h3, .seccion-especialistas .fundamento-cards .fundamento-card .atras h3, .seccion-fundamento .especialistas-cards .especialistas-card .atras h3, .seccion-fundamento .especialistas-cards .fundamento-card .atras h3, .seccion-fundamento .fundamento-cards .especialistas-card .atras h3, .seccion-fundamento .fundamento-cards .fundamento-card .atras h3 {
        font: 2.2rem "raleway-bd";
        text-transform: uppercase;
        text-align: center;
        color: #fff; }
      .seccion-especialistas .especialistas-cards .especialistas-card .atras p, .seccion-especialistas .especialistas-cards .fundamento-card .atras p, .seccion-especialistas .fundamento-cards .especialistas-card .atras p, .seccion-especialistas .fundamento-cards .fundamento-card .atras p, .seccion-fundamento .especialistas-cards .especialistas-card .atras p, .seccion-fundamento .especialistas-cards .fundamento-card .atras p, .seccion-fundamento .fundamento-cards .especialistas-card .atras p, .seccion-fundamento .fundamento-cards .fundamento-card .atras p {
        line-height: 1;
        text-align: center;
        color: #fff; }
      .seccion-especialistas .especialistas-cards .especialistas-card .atras .link, .seccion-especialistas .especialistas-cards .fundamento-card .atras .link, .seccion-especialistas .fundamento-cards .especialistas-card .atras .link, .seccion-especialistas .fundamento-cards .fundamento-card .atras .link, .seccion-fundamento .especialistas-cards .especialistas-card .atras .link, .seccion-fundamento .especialistas-cards .fundamento-card .atras .link, .seccion-fundamento .fundamento-cards .especialistas-card .atras .link, .seccion-fundamento .fundamento-cards .fundamento-card .atras .link {
        color: #fff;
        width: 100%;
        height: 100%;
        line-height: 310px; }

.hero {
  height: calc(100vh - 70px); }
  @media only screen and (min-width: 992px) {
    .hero {
      height: calc(100vh - 108px); } }
  .hero .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.nosotros-hero {
  background: url(../img/nosotros-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .nosotros-hero {
      background-attachment: fixed; } }

.especialistas-hero {
  background: url(../img/especialistas-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .especialistas-hero {
      background-attachment: fixed; } }

.servicios-hero {
  background: url(../img/servicios-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: bottom center; }
  @media only screen and (min-width: 992px) {
    .servicios-hero {
      background-attachment: fixed; } }

.preguntas-hero {
  background: url(../img/preguntas-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px) {
    .preguntas-hero {
      background-attachment: fixed; } }

.blog-hero {
  background: url(../img/blog-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px) {
    .blog-hero {
      background-attachment: fixed; } }

.cursos-hero {
  background: url(../img/cursos-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px) {
    .cursos-hero {
      background-attachment: fixed; } }

.galeria-hero {
  background: url(../img/galeria-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px) {
    .galeria-hero {
      background-attachment: fixed; } }

.error-hero {
  background: url(../img/error404-hero.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px) {
    .error-hero {
      background-attachment: fixed; } }

.especialista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem; }
  @media only screen and (min-width: 992px) {
    .especialista {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (min-width: 992px) {
    .especialista .texto {
      width: calc(100% - (300px + 2rem*2)); } }
  .especialista .foto {
    width: 80%;
    max-width: 300px;
    margin-bottom: 2rem;
    border-radius: 20px;
    overflow: hidden; }
  .especialista h3 {
    font: 2.2rem "raleway-bd";
    margin-bottom: 0 !important; }

.servicios-cont, .nosotros-cont, .cursos-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .servicios-cont, .nosotros-cont, .cursos-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (min-width: 992px) {
    .servicios-cont .servicios-art, .servicios-cont .nosotros-art, .servicios-cont .cursos, .nosotros-cont .servicios-art, .nosotros-cont .nosotros-art, .nosotros-cont .cursos, .cursos-form .servicios-art, .cursos-form .nosotros-art, .cursos-form .cursos {
      width: calc(100% - (330px + 2rem*2)); } }
  .servicios-cont .servicios-art .img-articulo, .servicios-cont .servicios-art .foto, .servicios-cont .nosotros-art .img-articulo, .servicios-cont .nosotros-art .foto, .servicios-cont .cursos .img-articulo, .servicios-cont .cursos .foto, .nosotros-cont .servicios-art .img-articulo, .nosotros-cont .servicios-art .foto, .nosotros-cont .nosotros-art .img-articulo, .nosotros-cont .nosotros-art .foto, .nosotros-cont .cursos .img-articulo, .nosotros-cont .cursos .foto, .cursos-form .servicios-art .img-articulo, .cursos-form .servicios-art .foto, .cursos-form .nosotros-art .img-articulo, .cursos-form .nosotros-art .foto, .cursos-form .cursos .img-articulo, .cursos-form .cursos .foto {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 2rem; }
  .servicios-cont .foto-nombre, .nosotros-cont .foto-nombre, .cursos-form .foto-nombre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .servicios-cont .foto-nombre, .nosotros-cont .foto-nombre, .cursos-form .foto-nombre {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 2rem; } }
    .servicios-cont .foto-nombre .foto, .nosotros-cont .foto-nombre .foto, .cursos-form .foto-nombre .foto {
      width: 300px; }
      @media only screen and (min-width: 992px) {
        .servicios-cont .foto-nombre .foto, .nosotros-cont .foto-nombre .foto, .cursos-form .foto-nombre .foto {
          margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .servicios-cont .foto-nombre .nombre, .nosotros-cont .foto-nombre .nombre, .cursos-form .foto-nombre .nombre {
        width: calc(100% - (300px + 2rem)); } }

.galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem; }
  @media only screen and (min-width: 992px) {
    .galeria {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .galeria .foto {
    border-radius: 20px;
    overflow: hidden;
    margin: 2rem 0; }
  .galeria .foto-h {
    width: 340px; }
    @media only screen and (min-width: 576px) {
      .galeria .foto-h {
        width: 400px; } }
  .galeria .foto-v {
    width: 204px; }
    @media only screen and (min-width: 576px) {
      .galeria .foto-v {
        width: 240px; } }

.barra-servicios, .barra-nosotros, .inscribete {
  background-color: #aaa;
  padding: 2rem;
  margin-bottom: 4rem;
  border-radius: 20px; }
  @media only screen and (min-width: 992px) {
    .barra-servicios, .barra-nosotros, .inscribete {
      width: 330px; } }
  .barra-servicios h3, .barra-nosotros h3, .inscribete h3 {
    color: #fff;
    text-align: center; }
  .barra-servicios ul, .barra-nosotros ul, .inscribete ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .barra-servicios ul li:not(:last-child), .barra-nosotros ul li:not(:last-child), .inscribete ul li:not(:last-child) {
      margin-bottom: 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 1rem; }
    .barra-servicios ul a, .barra-nosotros ul a, .inscribete ul a {
      font-size: 1.9rem;
      color: #fff;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-weight: bold; }
      .barra-servicios ul a:hover, .barra-nosotros ul a:hover, .inscribete ul a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5); }
      .barra-servicios ul a .icono, .barra-nosotros ul a .icono, .inscribete ul a .icono {
        height: 35px;
        width: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .barra-servicios ul a .icono img, .barra-nosotros ul a .icono img, .inscribete ul a .icono img {
          height: 100%;
          width: auto; }
      .barra-servicios ul a span, .barra-nosotros ul a span, .inscribete ul a span {
        width: calc(100% - 60px); }

.entrada, .curso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem; }
  @media only screen and (min-width: 992px) {
    .entrada, .curso {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .entrada .foto, .curso .foto {
    width: 100%;
    max-width: 400px;
    margin-bottom: 2rem;
    border-radius: 20px;
    overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .entrada .texto, .curso .texto {
      width: calc(100% - (400px + 2rem)); } }
  .entrada .texto h3, .curso .texto h3 {
    text-transform: uppercase; }
  .entrada .texto .fecha, .curso .texto .fecha {
    font-size: 1.5rem;
    margin: 0.5rem 0;
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .entrada .texto .fecha span, .curso .texto .fecha span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 26px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.inscribete {
  margin-top: 4rem;
  margin-bottom: 0; }
  .inscribete input[type=email], .inscribete select {
    margin-bottom: 2rem; }
  .inscribete input[type=submit] {
    text-align: center;
    width: 100%; }

/* slider img */
.slider-img {
  height: 377px; }
  @media only screen and (min-width: 576px) {
    .slider-img {
      height: 585px; } }
  @media only screen and (min-width: 768px) {
    .slider-img {
      height: 442px; } }

/* slider-cards */
.slide-card-img {
  width: 290px; }
  @media only screen and (min-width: 576px) {
    .slide-card-img {
      width: 450px; } }
  @media only screen and (min-width: 768px) {
    .slide-card-img {
      width: 340px; } }
  .slide-card-img .card-caption {
    padding: 2rem;
    bottom: 0; }
  .slide-card-img h3 {
    font-size: 2.8rem; }
  .slide-card-img p {
    margin-bottom: 0;
    line-height: 1; }
  .slide-card-img h3, .slide-card-img p {
    color: #fff;
    position: relative;
    z-index: 100; }
  .slide-card-img .frame-ol:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    z-index: 50; }
  .slide-card-img .frame img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .slide-card-img:hover .frame img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .slide-card-img .frame ul li {
    position: relative;
    z-index: 55;
    color: #fff;
    line-height: 1; }

/* slider vid */
.slider-vid {
  height: 163px; }
  @media only screen and (min-width: 576px) {
    .slider-vid {
      height: 253px; } }
  @media only screen and (min-width: 768px) {
    .slider-vid {
      height: 293px; } }
  @media only screen and (min-width: 1440px) {
    .slider-vid {
      height: 309px; } }

/* slider-cards */
.slide-card-vid {
  width: 290px; }
  @media only screen and (min-width: 576px) {
    .slide-card-vid {
      width: 450px; } }
  @media only screen and (min-width: 768px) {
    .slide-card-vid {
      width: 520px; } }
  @media only screen and (min-width: 1440px) {
    .slide-card-vid {
      width: 550px; } }
  .slide-card-vid iframe {
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 163.125px; }
    @media only screen and (min-width: 576px) {
      .slide-card-vid iframe {
        width: 450px;
        height: 253.125px; } }
    @media only screen and (min-width: 768px) {
      .slide-card-vid iframe {
        width: 520px;
        height: 292.5px; } }
    @media only screen and (min-width: 1440px) {
      .slide-card-vid iframe {
        width: 550px;
        height: 309.375px; } }

.slider-vid2 {
  height: 510px; }
  @media only screen and (min-width: 576px) {
    .slider-vid2 {
      height: 405px; } }
  @media only screen and (min-width: 768px) {
    .slider-vid2 {
      height: 545px; } }
  @media only screen and (min-width: 992px) {
    .slider-vid2 {
      height: 616px; } }

.slide-card-vid2 {
  width: 290px; }
  .slide-card-vid2 iframe {
    width: 290px;
    height: 522px; }
  @media only screen and (min-width: 576px) {
    .slide-card-vid2 {
      width: 230px; }
      .slide-card-vid2 iframe {
        width: 230px;
        height: 414px; } }
  @media only screen and (min-width: 768px) {
    .slide-card-vid2 {
      width: 310px; }
      .slide-card-vid2 iframe {
        width: 310px;
        height: 558px; } }
  @media only screen and (min-width: 992px) {
    .slide-card-vid2 {
      width: 350px; }
      .slide-card-vid2 iframe {
        width: 350px;
        height: 630px; } }
  .slide-card-vid2 video {
    width: 100%; }

/* slider-arrows */
.arrow-btn {
  z-index: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .arrow-btn:hover i {
    color: #112E6A; }

.arrow {
  width: 40px;
  height: 40px;
  opacity: 0.7;
  background-color: rgba(170, 170, 170, 0.8);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }
  .arrow i {
    color: #fff; }

/* Fin de Main  ============================================*/
/*=============================================================
Footer
==============================================================*/
.footer {
  padding: 8rem 0 4rem 0;
  background-color: #262626;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .footer {
      text-align: left; } }
  .footer a, .footer p {
    color: #fff; }
  .footer ul {
    padding: 0; }
  .footer .wrapper .row .col:not(:first-child) {
    margin-top: 4rem; }
    @media only screen and (min-width: 992px) {
      .footer .wrapper .row .col:not(:first-child) {
        margin-top: 0; } }
  .footer .footer-menu li {
    list-style: none; }
    @media only screen and (min-width: 992px) {
      .footer .footer-menu li {
        list-style: square; }
        .footer .footer-menu li::marker {
          color: #fff; } }
  .footer .footer-menu a {
    text-transform: uppercase; }
  .footer .rs-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem; }
    @media only screen and (min-width: 992px) {
      .footer .rs-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .footer .rs-icons li {
      text-align: center;
      list-style: none; }
      .footer .rs-icons li:not(:last-child) {
        margin-right: 1rem; }
      .footer .rs-icons li a {
        width: 44px;
        height: 44px;
        display: block;
        font-size: 2.4rem;
        color: #262626;
        line-height: 44px;
        background-color: #fff;
        border-radius: 50%; }
  .footer .footer-contacto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 992px) {
      .footer .footer-contacto {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .footer .footer-contacto i {
      width: 24px; }
  .footer .logo-footer {
    width: 250px;
    margin: 0 auto;
    opacity: 0.5; }
  .footer .copyright {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem; }

/* Fin de Footer  ============================================*/
