@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, p, li, a, span, button, label, strong {
  font-family: 'Poppins', sans-serif; }

h1, h2, h3, h4 {
  font-weight: 700; }

.bg-white {
  background: #ffffff; }

.bg-blue {
  background-color: #6E87FE; }

.bg-green {
  background: #6E87FE; }

.bg-fixed {
  -webkit-box-shadow: 0px 5px 33px -5px #004A6C;
  box-shadow: 0px 5px 33px -5px #004A6C;
  background: #ffffff;
  top: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px; }

html, body {
  height: 100%; }
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden; } }

@media (min-width: 768px) {
  .pd-d {
    padding: 0; } }

@media (max-width: 768px) {
  .pd-m {
    padding: 0; } }

@media (min-width: 768px) {
  .pd-der {
    padding-right: 0; } }

@media (min-width: 768px) {
  .pd-izq {
    padding-left: 0; } }

@media (max-width: 767px) {
  .dip-mob {
    display: none !important; } }

@media (min-width: 768px) {
  .dip-desk {
    display: none !important; } }

.border-none {
  border: none; }

@media (max-width: 768px) {
  .flex-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse; } }

.dipb {
  display: block; }

.dipn {
  display: none; }

.button-purple {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #6E87FE;
  border-radius: 16px;
  padding: 20px;
  font-family: 'Montserrat';
  max-width: 240px;
  width: 240px;
  text-align: center;
  display: block;
  border: none; }
  .button-purple:hover {
    color: #ffffff; }

.button-black {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #1E1E1E;
  border-radius: 16px;
  padding: 20px;
  font-family: 'Montserrat';
  max-width: 240px;
  width: 240px;
  text-align: center;
  display: block;
  border: none; }
  .button-black:hover {
    color: #ffffff; }

.banner .item-slide {
  height: 600px;
  background-size: 100% 100%;
  position: relative; }
  .banner .item-slide .object-center {
    position: absolute;
    left: 50%;
    bottom: 50px;
    max-width: 24%;
    margin-left: -12%; }
    .banner .item-slide .object-center img {
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .banner .item-slide .text-banner {
    max-width: 45%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .banner .item-slide .text-banner h2 {
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 115.5%;
      color: #ffffff;
      margin-bottom: 23px; }
    .banner .item-slide .text-banner p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #ffffff; }

.banner .swiper-pagination {
  bottom: 100px; }
  .banner .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
    margin-right: 24px; }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1; }

@media (max-width: 768px) {
  .banner .item-slide {
    height: 630px; }
    .banner .item-slide .text-banner {
      max-width: 100%;
      height: 630px; }
      .banner .item-slide .text-banner h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 36px; }
      .banner .item-slide .text-banner p {
        font-size: 18px;
        line-height: 28px; }
  .banner .swiper-pagination {
    bottom: 80px; } }

.know-us {
  padding-bottom: 90px;
  position: relative; }
  .know-us .barra-superior {
    position: relative; }
    .know-us .barra-superior:before {
      content: "";
      position: absolute;
      left: -30px;
      width: calc(100% + 60px);
      height: 50px;
      top: -50px;
      background: #ffffff;
      border-top-right-radius: 32px;
      border-top-left-radius: 32px;
      z-index: 1; }
  .know-us .text-know {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .know-us .text-know h3 {
      font-weight: 600;
      font-size: 15px;
      line-height: 19px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6E87FE;
      margin: 0; }
    .know-us .text-know h2 {
      font-weight: 600;
      font-size: 40px;
      line-height: 115%;
      color: #3A3A37;
      margin-bottom: 20px; }
    .know-us .text-know p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #3A3A37;
      opacity: 0.8;
      margin: 0; }
    .know-us .text-know ul {
      padding-left: 15px;
      margin-top: 20px; }
  .know-us .content-slider-know {
    position: relative; }
    .know-us .content-slider-know .item-image {
      position: relative; }
      .know-us .content-slider-know .item-image img {
        border-radius: 36px; }
      .know-us .content-slider-know .item-image:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: red;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 178, 183, 0.8)), to(rgba(57, 178, 183, 0)));
        background: -webkit-linear-gradient(top, rgba(57, 178, 183, 0.8) 0%, rgba(57, 178, 183, 0) 100%);
        background: -o-linear-gradient(top, rgba(57, 178, 183, 0.8) 0%, rgba(57, 178, 183, 0) 100%);
        background: linear-gradient(180deg, rgba(57, 178, 183, 0.8) 0%, rgba(57, 178, 183, 0) 100%);
        border-radius: 30px;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .know-us .content-slider-know .thumbs-container {
      background: #ffffff;
      position: absolute;
      bottom: 15px;
      left: 24%;
      width: 44%;
      margin-left: -22%;
      z-index: 2;
      padding: 5px 15px;
      border-radius: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .know-us .content-slider-know .thumbs-container .swiper-slide-thumb {
        cursor: pointer;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .know-us .content-slider-know .thumbs-container .swiper-slide-thumb img {
          max-width: 100%;
          height: auto;
          border-radius: 8px; }
      .know-us .content-slider-know .thumbs-container .swiper-slide-thumb-active {
        border: 1.5px solid #6E87FE;
        -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
        border-radius: 8px;
        position: relative; }
        .know-us .content-slider-know .thumbs-container .swiper-slide-thumb-active:before {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: red;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 178, 183, 0.8)), to(rgba(57, 178, 183, 0)));
          background: -webkit-linear-gradient(top, rgba(57, 178, 183, 0.8) 0%, rgba(57, 178, 183, 0) 100%);
          background: -o-linear-gradient(top, rgba(57, 178, 183, 0.8) 0%, rgba(57, 178, 183, 0) 100%);
          background: linear-gradient(180deg, rgba(57, 178, 183, 0.8) 0%, rgba(57, 178, 183, 0) 100%);
          border-radius: 6px;
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        .know-us .content-slider-know .thumbs-container .swiper-slide-thumb-active img {
          height: 100px;
          -o-object-fit: cover;
          object-fit: cover; }
  @media (max-width: 768px) {
    .know-us .barra-superior:before {
      left: 0;
      width: 100%;
      border-top-right-radius: 24px;
      border-top-left-radius: 24px;
      height: 37px;
      top: -37px; }
    .know-us .text-know {
      margin-bottom: 45px;
      min-height: 475px; }
      .know-us .text-know h3 {
        font-size: 14px;
        line-height: 20px; }
      .know-us .text-know h2 {
        font-size: 35px;
        line-height: 121.5%;
        margin-bottom: 35px; }
      .know-us .text-know p {
        font-size: 18px;
        line-height: 28px; }
    .know-us .content-slider-know .thumbs-container {
      width: 90%;
      left: 50%;
      margin-left: -45%;
      padding: 5px; } }

.services {
  padding: 90px 0 0 0;
  position: relative; }
  .services:before {
    content: "";
    position: absolute;
    left: -150px;
    top: 0;
    background: #6E87FE;
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 300px;
    height: 300px;
    border-radius: 50%; }
  .services .content-swiper-services {
    background-color: #F0F0F0;
    height: 100%;
    border-top-left-radius: 77px; }
    .services .content-swiper-services .background-image {
      border-radius: 77px 77px 77px 0px;
      height: 100%;
      background-image: url("../img/assets/background-services.png");
      background-size: 100% 100%;
      padding: 0 20px;
      position: relative; }
      .services .content-swiper-services .background-image .before-vela {
        position: absolute;
        left: -3%;
        bottom: -11%; }
        .services .content-swiper-services .background-image .before-vela img {
          max-width: 80%;
          height: auto; }
      .services .content-swiper-services .background-image .item-services {
        position: relative; }
        .services .content-swiper-services .background-image .item-services .image-2 {
          text-align: center;
          min-height: 330px; }
          .services .content-swiper-services .background-image .item-services .image-2 img {
            max-width: 180px;
            height: auto; }
        .services .content-swiper-services .background-image .item-services .image {
          text-align: center;
          min-height: 330px; }
          .services .content-swiper-services .background-image .item-services .image img {
            max-width: 100%;
            height: auto; }
        .services .content-swiper-services .background-image .item-services .text {
          text-align: center;
          padding: 0 16px;
          margin: 0 0 40px 0; }
          .services .content-swiper-services .background-image .item-services .text h3 {
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 22px;
            letter-spacing: -0.02em;
            color: #ffffff; }
          .services .content-swiper-services .background-image .item-services .text p {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            color: #ffffff;
            opacity: 0.8;
            min-height: 130px; }
          .services .content-swiper-services .background-image .item-services .text .button-black {
            margin: 0 auto; }
        .services .content-swiper-services .background-image .item-services .before-image {
          position: absolute;
          right: 0;
          bottom: 0; }
  .services .text-services {
    background-color: #F0F0F0;
    border-radius: 0px 77px 0px 0px;
    padding: 108px 50px 85px 30px;
    height: 100%;
    position: relative; }
    .services .text-services .before-vela-text {
      position: absolute;
      right: 15px;
      bottom: 0; }
      .services .text-services .before-vela-text img {
        max-width: 80%; }
    .services .text-services h3 {
      font-weight: 600;
      font-size: 15px;
      line-height: 19px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6E87FE;
      margin: 0; }
    .services .text-services h2 {
      font-weight: 600;
      font-size: 40px;
      line-height: 115%;
      color: #3A3A37;
      margin-bottom: 25px; }
    .services .text-services p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #3A3A37;
      opacity: 0.8;
      margin: 0; }
  .services .swiper-button-next, .services .swiper-button-prev {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #1E1E1E; }
    .services .swiper-button-next:after, .services .swiper-button-prev:after {
      font-size: 16px; }
  .services .swiper-button-next {
    right: 5px; }
  .services .swiper-button-prev {
    left: 5px; }
  @media (max-width: 768px) {
    .services .content-swiper-services {
      background-color: #ffffff; }
      .services .content-swiper-services .background-image {
        padding: 0; }
        .services .content-swiper-services .background-image .before-vela {
          display: none; }
        .services .content-swiper-services .background-image .item-services .text p {
          min-height: auto; }
        .services .content-swiper-services .background-image .item-services .image, .services .content-swiper-services .background-image .item-services .image-2 {
          min-height: auto;
          padding-top: 100px;
          position: relative; }
          .services .content-swiper-services .background-image .item-services .image:before, .services .content-swiper-services .background-image .item-services .image-2:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 75px;
            background-color: #F0F0F0; }
        .services .content-swiper-services .background-image .item-services .before-image {
          display: none; }
    .services .text-services {
      padding: 40px 16px 0px 16px; }
      .services .text-services h3 {
        font-size: 14px; }
      .services .text-services h2 {
        font-size: 35px;
        line-height: 130.5%; }
      .services .text-services p {
        font-size: 18px;
        line-height: 28px; }
      .services .text-services .before-vela-text {
        display: none; }
    .services .swiper-button-next {
      right: -10px; }
    .services .swiper-button-prev {
      left: -10px; } }

.results {
  padding: 200px 0 170px 0;
  position: relative;
  overflow-x: hidden; }
  .results:before {
    content: "";
    position: absolute;
    right: -150px;
    top: 30%;
    background: #13CEA8;
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 300px;
    height: 300px;
    border-radius: 50%; }
  .results .content-result {
    background-color: #F0F0F0;
    border-radius: 45px;
    position: relative; }
    .results .content-result .before-right {
      right: 0;
      top: 0;
      position: absolute;
      width: 30%;
      height: auto; }
    .results .content-result .before-left {
      left: 0;
      bottom: 0;
      position: absolute;
      width: 85%;
      height: auto;
      border-bottom-left-radius: 45px; }
    .results .content-result .text-result {
      padding: 53px 0 47px 68px; }
      .results .content-result .text-result h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #6E87FE;
        margin-bottom: 5px; }
      .results .content-result .text-result h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 115%;
        color: #3A3A37;
        margin-bottom: 0; }
      .results .content-result .text-result p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #3A3A37;
        opacity: 0.8;
        margin: 16px 0 24px 0; }
    .results .content-result .image-result {
      position: relative;
      width: 100%;
      height: 100%; }
      .results .content-result .image-result img {
        position: absolute;
        max-width: 100%;
        height: auto;
        right: 60px;
        bottom: 0; }
  @media (max-width: 768px) {
    .results {
      padding: 95px 0 130px 0; }
      .results:before {
        content: none; }
      .results .content-result .before-right {
        width: 70%;
        top: 47%;
        z-index: 1; }
      .results .content-result .before-left {
        width: 80%;
        bottom: 13%; }
      .results .content-result .text-result {
        padding: 40px 20px 0 34px; }
        .results .content-result .text-result h3 {
          font-size: 14px; }
        .results .content-result .text-result h2 {
          font-size: 35px;
          line-height: 132%; }
        .results .content-result .text-result p {
          font-size: 18px;
          line-height: 28px;
          margin: 16px 0 34px 0; }
      .results .content-result .image-result {
        margin-top: 33px; }
        .results .content-result .image-result img {
          position: relative;
          max-width: 85%;
          right: 0;
          margin: 0 auto;
          display: block;
          z-index: 1; } }

.contact {
  padding: 0 0 100px 0; }
  .contact .text-form h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6E87FE; }
  .contact .text-form h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 144.5%;
    color: #3A3A37; }
    .contact .text-form h2 span {
      color: #6E87FE; }
  .contact .note {
    margin-bottom: 45px; }
    .contact .note p {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #7C7C7C;
      margin: 0; }
  .contact .mapa-general {
    position: relative;
    height: calc(100% - 29px);
    width: 90%;
    margin: 0 auto;
    border-radius: 32px; }
    .contact .mapa-general .map {
      width: 100%;
      height: 100%;
      border-radius: 32px;
      background: transparent; }
    .contact .mapa-general .content-map {
      border-radius: 32px;
      background: #ffffff;
      width: 90%;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -45%;
      padding: 24px 20px;
      z-index: 1;
      -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
      .contact .mapa-general .content-map ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .contact .mapa-general .content-map ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 9px; }
          .contact .mapa-general .content-map ul li .image {
            margin-right: 20px; }
            .contact .mapa-general .content-map ul li .image img {
              max-width: 39px; }
          .contact .mapa-general .content-map ul li .text p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%; }
            .contact .mapa-general .content-map ul li .text p span {
              font-weight: 700; }
  @media (max-width: 768px) {
    .contact {
      padding: 0 0 80px 0; }
      .contact .text-form h3 {
        font-size: 14px; }
      .contact .text-form h2 {
        font-size: 35px; }
      .contact .mapa-general {
        width: 100%; }
        .contact .mapa-general .map {
          min-height: 600px; } }

footer {
  background-image: url(../img/assets/fondo-footer.png);
  background-size: 100% 100%;
  color: #ffffff;
  padding: 90px 0 60px 0; }
  footer .logo-footer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .content-footer .list-social-mob {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 45px 0 63px 0; }
    footer .content-footer .list-social-mob li {
      margin-right: 20px; }
      footer .content-footer .list-social-mob li a {
        border: 1px solid #ffffff;
        border-radius: 50%;
        padding: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 28px;
        height: 28px; }
        footer .content-footer .list-social-mob li a img {
          width: 14px; }
  footer .content-footer .links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0; }
    footer .content-footer .links li {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      line-height: 20px;
      width: 100%;
      text-align: center; }
      footer .content-footer .links li a {
        color: #ffffff; }
      footer .content-footer .links li:hover {
        text-decoration: none;
        font-weight: 700; }
  footer .content-footer .thanks {
    padding-top: 70px; }
    footer .content-footer .thanks p {
      font-size: 14px;
      font-family: 'Inter', sans-serif;
      line-height: 17px;
      font-weight: normal;
      text-align: center;
      margin: 0; }
  footer .list-social {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    footer .list-social li {
      margin-right: 38px; }
  @media (max-width: 768px) {
    footer {
      background-image: url(../img/assets/fondo-footer-mobile.png);
      padding: 65px 0 45px; }
      footer .logo-footer img {
        max-width: 200px; }
      footer .content-footer .links {
        display: block; }
        footer .content-footer .links li {
          text-align: left;
          padding-bottom: 45px; }
      footer .content-footer .thanks {
        padding-top: 20px; }
      footer .list-social {
        display: none; } }

.form-talk {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  margin-top: 33px; }

.form-group {
  position: relative;
  margin-bottom: 24px; }
  .form-group input, .form-group textarea {
    font-size: 14px;
    padding: 15px 0 15px 18px;
    display: block;
    width: 100%;
    border: 1px solid #929292;
    border-radius: 16px;
    color: #929292;
    opacity: 0.8;
    margin-top: 12px; }
    .form-group input:focus, .form-group textarea:focus {
      outline: none; }
  .form-group textarea {
    height: 120px; }
  .form-group label {
    color: #6E87FE;
    font-size: 13px;
    margin: 0;
    font-weight: 500; }
    @media (max-width: 768px) {
      .form-group label {
        font-size: 14px; } }
  .form-group input, .form-group textarea {
    background-color: transparent; }
    .form-group input:focus ~ label, .form-group input:valid ~ label, .form-group textarea:focus ~ label, .form-group textarea:valid ~ label {
      top: -15px;
      font-size: 14px; }
  .form-group .bar {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto; }
    .form-group .bar:before, .form-group .bar:after {
      content: '';
      height: 1px;
      width: 0;
      bottom: 0;
      position: absolute;
      background: #6E87FE;
      -o-transition: 0.2s ease all;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    .form-group .bar:before {
      left: 50%; }
    .form-group .bar:after {
      right: 50%; }
  .form-group input:focus ~ .bar:before, .form-group input:focus ~ .bar:after, .form-group textarea:focus ~ .bar:before, .form-group textarea:focus ~ .bar:after {
    width: 50%; }
  .form-group .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 40%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .form-group input:focus ~ .highlight, .form-group textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.5s ease;
    -moz-animation: inputHighlighter 0.5s ease;
    animation: inputHighlighter 0.5s ease; }

@-webkit-keyframes inputHighlighter {
  from { }
  background: #F2C9DA;
  to { }
  width: 0;
  background: transparent; }

@-moz-keyframes inputHighlighter {
  from { }
  background: #F2C9DA;
  to { }
  width: 0;
  background: transparent; }

@keyframes inputHighlighter {
  from {
    background: #F2C9DA; }
  to {
    width: 0;
    background: transparent; } }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.form-check label {
  color: #ffffff; }

select:focus {
  outline: 0; }

i.material-icons.menu {
  font-family: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  background-color: #ffffff;
  border: none;
  padding: 5px;
  font-size: 60px;
  position: relative;
  right: 0;
  top: 0;
  color: #ffffff;
  width: 50%;
  text-align: right; }
  @media (min-width: 768px) {
    i.material-icons.menu {
      display: none; } }

.mask {
  display: none;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.mask.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4; }

section.menu {
  width: 100%;
  height: auto;
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 700;
  z-index: 5;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  @media (max-width: 768px) {
    section.menu {
      right: -100%;
      top: 0%;
      width: 80%;
      margin: 0 auto;
      height: 100%;
      background-color: #ffffff;
      display: block; } }
  section.menu i.material-icons {
    color: #ffffff;
    border-radius: 50%;
    padding: 5px;
    font-size: 30px; }
    @media (min-width: 768px) {
      section.menu i.material-icons {
        display: none; } }
  section.menu .content-items {
    background: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(34, 64, 86, 0.05);
    box-shadow: 0px 0px 15px 10px rgba(34, 64, 86, 0.05); }
    @media (max-width: 768px) {
      section.menu .content-items {
        -webkit-box-shadow: none;
        box-shadow: none; } }
  section.menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    position: relative; }
    section.menu .list .logo-menu {
      padding: 9px 0; }
      section.menu .list .logo-menu a img {
        max-width: 80%; }
      section.menu .list .logo-menu a:hover:after {
        content: none; }
    section.menu .list .list-social {
      list-style: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      section.menu .list .list-social li {
        margin-right: 38px; }
        section.menu .list .list-social li img {
          max-width: 15px;
          height: auto; }
    @media (max-width: 768px) {
      section.menu .list {
        display: block;
        padding: 0 20px;
        position: relative;
        margin: 0;
        z-index: 1;
        width: 100%; }
        section.menu .list .logo-menu {
          display: none; }
        section.menu .list .list-social {
          margin-top: 30px; }
          section.menu .list .list-social li:last-child {
            margin-right: 0; } }
    section.menu .list div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 16px 30px 16px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.menu .list div:nth-child(2) {
        padding: 30px 16px 30px 0; }
      @media (max-width: 768px) {
        section.menu .list div {
          display: block;
          padding: 0 0 25px 0;
          text-align: center; }
          section.menu .list div:nth-child(2) {
            padding: 0 0 25px 0; } }
      section.menu .list div .result {
        font-weight: 700;
        font-size: 18px; }
      section.menu .list div a {
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #3A3A37;
        position: relative;
        padding-bottom: 5px; }
        section.menu .list div a:hover {
          text-decoration: none;
          position: relative; }
          section.menu .list div a:hover:after {
            content: "";
            position: absolute;
            width: 70%;
            height: 2px;
            background: #6E87FE;
            bottom: 0;
            left: 50%;
            margin-left: -35%; }

.menu-mobile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px; }
  .menu-mobile .img-logo {
    width: 50%;
    height: auto; }

.menu-despegable-mobile {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 20px 90px 20px;
  text-align: center; }
  .menu-despegable-mobile .img-logo {
    width: 50%;
    height: auto; }
  .menu-despegable-mobile .material-icons {
    position: absolute;
    top: 15px;
    right: 0; }

.schedule-content {
  position: fixed;
  left: 50px;
  top: 80%;
  z-index: 10;
  text-align: right; }
  @media (max-width: 768px) {
    .schedule-content {
      right: 10px;
      text-align: right;
      top: 70%; } }
  .schedule-content .schedule-welcome {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .schedule-content .schedule-welcome a {
      z-index: 1; }
    .schedule-content .schedule-welcome img {
      margin-right: -10px;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-box-shadow: 0px 5px 25px 10px rgba(77, 77, 77, 0.3);
      box-shadow: 0px 5px 25px 10px rgba(77, 77, 77, 0.3);
      cursor: pointer; }
      @media (max-width: 768px) {
        .schedule-content .schedule-welcome img {
          margin-right: 0; } }
    .schedule-content .schedule-welcome .content-welcome {
      background-image: url(../img/icons/fondo-chat.png);
      background-size: cover;
      display: none;
      z-index: 0;
      margin: 20px 0 0 0; }
      .schedule-content .schedule-welcome .content-welcome a {
        padding: 25px 35px;
        display: block;
        width: 190px;
        height: 66px;
        position: relative; }
        .schedule-content .schedule-welcome .content-welcome a:hover {
          text-decoration: none; }
      .schedule-content .schedule-welcome .content-welcome button {
        position: absolute;
        left: -10px;
        top: 10px;
        background: transparent;
        font-size: 0;
        border: none; }
        .schedule-content .schedule-welcome .content-welcome button:focus {
          outline: 0; }
        .schedule-content .schedule-welcome .content-welcome button:before {
          content: url(../img/icons/close-wel.png);
          position: absolute;
          cursor: pointer; }
      .schedule-content .schedule-welcome .content-welcome p {
        color: #ffffff;
        margin: 0;
        font-size: 15px;
        position: absolute;
        top: 18px;
        left: 25px; }

        .fixed-corner-link {
          position: fixed;
          top: 20px; /* Ajusta esta propiedad para cambiar la distancia desde la parte superior */
          right: 20px; /* Ajusta esta propiedad para cambiar la distancia desde la parte derecha */
          z-index: 15; /* Ajusta este valor si necesitas que la imagen esté por encima de otros elementos */
        }

        .whatsapp {
          bottom: 30px;
          padding: 0px;
          position: fixed;
          right: 35px;
          z-index: 15;
        } 
        
        @media(max-width:578px){
          .whatsapp {
            right: 20px;
          }
        }
        
        .whatsapp a {
          align-items: center;
          background: #25d366;
          border-radius: 10em;
          box-shadow: 0px 3px 15px rgb(43 43 43 / 30%);
          display: flex;
          height: 60px;
          justify-content: center;
          overflow: hidden;
          padding: 0px 25px;
          white-space: nowrap;
          transition: all .25s;
          width: 60px;
          text-decoration: none;
        }
        
        .whatsapp a:hover {
          background: #24af57;
          width: 250px;
        }
        
        .whatsapp a:hover svg {
          margin-left: 20px;
          margin-right: 0px;
          transition: all .25s;
        }
        
        @media (max-width:991px){
          .whatsapp a {
            width: 44px !important;
            height: 48px;
          } 
           .whatsapp svg{
            overflow: initial !important;
            margin-right: 30px !important;
            width: 26px !important;
           }
        }
        
        .whatsapp span {
          position: relative;
          color: #fff;
        }

        .whatsapp svg{
          height: 50px;
          width: 34px;
          margin-left: 30px;
          margin-right: 133px;
          transition: all .25s;
          overflow: initial;
        }
        
        @media (max-width:991px){
          .whatsapp span{
            display: none;
          }
        }