@media (min-width:1024px) {
  .whatsapp-button {
    width: 52px;
    height: 52px;
    bottom: 42px;
    left: 42px;
  }

  .whatsapp-button .icon {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,.4));
  }
}

@media (min-width:1200px) {
  .come-in {
    transform: translateY(250px);
    animation: a .8s ease forwards;
  }

  .come-in:nth-child(odd) {
    animation-duration: .6s;
  }

  .already-visible {
    transform: translateY(0);
    animation: none;
  }
}

@media (min-width:1024px) {
  .header {
    padding: 20px 40px;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
  }

  .header__toggle {
    display: none;
  }

  .header .logo {
    z-index: 3;
    height: 52px;
  }

  .gracias .header .logo {
    display: block;
  }

  .header.fixed {
    position: absolute;
  }

  .header.is-active {
    position: absolute;
    background: #fff;
    z-index: 4;
  }
}

@media (min-width:1200px) {
  .header {
    padding: 20px 60px;
  }
}

@media (min-width:1920px) {
  .header {
    padding: 20px 80px;
  }
}

@media (min-width:1024px) {
  section.menu {
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 5;
    opacity: 1;
    background: transparent;
    padding: 0 40px;
    height: auto;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  section.menu .menu-inner,
  section.menu .menu-inner .menu-list {
    display: -ms-flexbox;
    display: flex;
  }

  section.menu .menu-inner .menu-list li {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
  }

  section.menu .menu-inner .menu-list li.inicio {
    display: block;
  }

  section.menu .menu-inner .menu-list li span {
    line-height: 1;
  }

  section.menu .menu-inner .menu-list li a {
    line-height: 32px;
    color: #6f6f6e;
    padding: 0 10px 5px;
    transition: color .4s ease;
    display: block;
  }

  section.menu .menu-inner .menu-list li a:hover {
    border-bottom: 2px solid #009ee2;
  }

  .fixed section.menu .menu-inner .menu-list li a {
    color: #fff;
  }

  section.menu.fixed {
    top: 0;
    padding: 13px 40px;
    background: #fff url(../img/logo.svg) no-repeat 20px;
    background-position-x: 40px;
    background-size: 320px;
    position: fixed;
    animation: b .5s ease-out;
  }
}

@media (min-width:1200px) {
  section.menu {
    padding: 0 60px;
  }

  section.menu.fixed {
    padding: 13px 60px;
    background-position-x: 60px;
  }

  section.menu .menu-inner .menu-list li a {
    margin: 0 28px;
    padding: 0;
  }
}

@media (min-width:1920px) {
  section.menu {
    padding: 0 80px;
  }

  section.menu.fixed {
    padding: 13px 80px;
    background-position-x: 80px;
  }
}

@media (min-width:768px) {
  .footer {
    padding: 40px;
  }

  .footer .countries {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }

  .footer .countries li {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .footer {
    padding: 60px;
    display: -ms-flexbox;
    display: flex;
  }

  .footer h2 {
    padding-right: 120px;
  }

  .footer .countries {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }

  .footer .countries li {
    margin-bottom: 0;
  }
}

@media (min-width:1200px) {
  .footer {
    padding: 80px;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .countries {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }
}

@media (min-width:1200px) {
  .footer h2 {
    padding-right: 240px;
  }
}

@media (min-width:768px) {
  .hero {
    background-image: linear-gradient(0deg,rgba(0,34,82,.9),rgba(0,34,82,.2)),url(../img/slide-02.jpg);
  }

  .hero .top-content {
    background: none;
  }

  .hero h2 {
    font-size: 36px;
  }

  .hero h2 span {
    display: block;
  }

  .hero p {
    font-size: 18px;
  }

  .hero form {
    margin: 0 auto;
    max-width: 80%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 0 20px;
  }

  .hero form .button {
    grid-column: 1/3;
    margin: auto;
    width: 320px;
  }
}

@media (min-width:1024px) {
  .hero {
    height: 75vh;
  }

  .hero .top-content {
    height: 75vh;
    padding-top: 125px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: none;
  }

  .hero form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    -ms-flex-align: end;
    align-items: end;
    padding: 0;
    max-width: 1100px;
  }

  .hero form .button,
  .hero form input,
  .hero form select {
    margin: 0;
    pointer-events: all;
  }

  .hero form .button {
    grid-column: 1/5;
    justify-self: center;
    width: 320px;
  }

  .hero.banner {
    background-image: linear-gradient(180deg,#1b222e,rgba(0,109,150,.2)),url(../img/banner.jpg);
    padding: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:1200px) {
  .hero_title {
    margin-bottom: 0;
  }

  .hero_title h2 {
    font-size: 44px;
  }

  .hero_title .border {
    width: 10%;
  }

  .hero form {
    bottom: 42px;
  }

  .gracias .hero {
    padding: 85px 0 0;
    background-image: linear-gradient(rgba(27,34,46,.7),rgba(27,34,46,.7)),url(../img/efective_desk.jpg);
  }
}

@media (min-width:1920px) {
  .hero_title {
    max-width: 1400px;
  }

  .hero_title h2 {
    font-size: 54px;
  }

  .hero_title p {
    font-size: 20px;
  }

  .hero form label {
    font-size: 18px;
  }
}

@media (min-width:768px) {
  .location {
    height: 25vh;
  }

  .location .bullets {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }
}

@media (min-width:1024px) {
  .location {
    padding: 0 3%;
    height: 25vh;
  }

  .location .bullets {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    padding: 20px 5%;
  }

  .location .bullets li img {
    margin-right: 20px;
  }

  .location .bullets li img:first-child {
    height: 25px;
    width: auto;
  }
}

@media (min-width:1200px) {
  .location .bullets li img {
    margin-right: 20px;
    width: 30px;
  }

  .location .bullets li img:first-child {
    height: 30px;
    width: auto;
  }

  .location .bullets li h3 {
    font-size: 18px;
  }
}

@media (min-width:1920px) {
  .location .bullets li h3 {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .about {
    padding: 40px;
  }

  .about_description h2 {
    font-size: 32px;
  }
}

@media (min-width:1024px) {
  .about {
    padding: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -ms-flex-align: start;
    align-items: start;
    margin: 0 auto;
  }

  .about_description {
    padding: 0 30px 20px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media (min-width:1200px) {
  .about {
    max-width: 1024px;
    padding: 80px;
  }

  .about_description {
    padding: 0 0 20px 30px;
  }

  .about_description h2 {
    font-size: 42px;
  }

  .about_description .border {
    margin-bottom: 40px;
  }
}

@media (min-width:1440px) {
  .about {
    max-width: 1200px;
  }
}

@media (min-width:1920px) {
  .about {
    padding: 100px 140px;
    max-width: 1440px;
  }

  .about_description {
    padding: 0 0 20px 80px;
  }

  .about_description h2 {
    font-size: 44px;
  }
}

@media (min-width:768px) {
  .enjoy {
    background-image: linear-gradient(rgba(27,34,46,.7),rgba(27,34,46,.7)),url(../img/efective_ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 30vh;
  }

  .enjoy_banner {
    padding: 40px;
  }
}

@media (min-width:1024px) {
  .enjoy {
    background-image: linear-gradient(rgba(27,34,46,.7),rgba(27,34,46,.7)),url(../img/efective_desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 30vh;
  }

  .enjoy_banner {
    max-width: 800px;
    padding: 60px;
  }

  .enjoy_banner h2 {
    font-size: 32px;
  }

  .enjoy_banner h2 span {
    display: block;
  }

  .enjoy_banner p {
    font-size: 18px;
  }
}

@media (min-width:1200px) {
  .enjoy {
    min-height: 70vh;
  }

  .enjoy_banner {
    max-width: 1024px;
    padding: 80px;
  }

  .enjoy_banner h2 {
    font-size: 40px;
  }

  .enjoy_banner p {
    font-size: 20px;
  }

  .enjoy.pregnant {
    min-height: 50vh;
  }
}

@media (min-width:1440px) {
  .enjoy_banner {
    max-width: 1200px;
  }
}

@media (min-width:1920px) {
  .enjoy_banner {
    max-width: 1440px;
  }
}

@media (min-width:768px) {
  .test {
    padding: 40px;
  }

  .test ul {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }

  .test ul li {
    min-width: auto;
  }

  .test ul li p {
    max-width: none;
  }

  .test p {
    margin-bottom: 40px;
  }
}

@media (min-width:1024px) {
  .test {
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
  }

  .test h2 {
    font-size: 32px;
  }

  .test ul {
    width: 100%;
  }

  .test ul li {
    height: 250px;
    margin-bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }

  .test ul li figure {
    max-width: 180px;
    margin: auto;
  }
}

@media (min-width:1200px) {
  .test {
    padding: 80px;
    max-width: 1024px;
  }

  .test h2 {
    font-size: 40px;
  }

  .test p {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .test ul {
    gap: 20px;
  }

  .test ul li {
    min-height: 350px;
  }

  .test ul li:hover {
    background-color: #009ee2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .test ul li:hover figure {
    display: none;
  }

  .test ul li:hover p {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
  }

  .test ul li.active p,
  .test ul li p {
    font-size: 16px;
  }

  .test ul li figure {
    max-width: 200px;
  }

  .test ul li figure figcaption {
    font-size: 20px;
  }
}

@media (min-width:1440px) {
  .test {
    max-width: 1200px;
  }
}

@media (min-width:1920px) {
  .test {
    max-width: 1440px;
  }
}

@media (min-width:768px) {
  .slider_main .swiper-wrapper .swiper-slide {
    padding: 40px;
    padding-right: 40%;
  }

  .slider_main .swiper-wrapper .swiper-slide:first-child {
    background-image: url(../img/banner-1.jpg);
    background-position: 100% 100%;
  }

  .slider_main .swiper-wrapper .swiper-slide:nth-child(2) {
    background-image: url(../img/banner-2.jpg);
    background-position: 100% 100%;
  }

  .slider_main .swiper-wrapper .swiper-slide:nth-child(3) {
    background-image: url(../img/banner-3.jpg);
    background-position: 100% 100%;
  }

  .slider_main .swiper-wrapper .swiper-slide:nth-child(4) {
    background-image: url(../img/banner-4.jpg);
    background-position: 100% 100%;
  }

  .slider_main .swiper-wrapper .swiper-slide:nth-child(5) {
    background-image: url(../img/banner-5.jpg);
    background-position: 100% 100%;
  }

  .slider_main .swiper-wrapper .swiper-slide:nth-child(6) {
    background-image: url(../img/banner-6.jpg);
    background-position: 100% 100%;
  }

  .slider_main .swiper-pagination {
    left: 95%!important;
  }
}

@media (min-width:1024px) {
  .slider_main .swiper-wrapper .swiper-slide {
    padding: 60px;
    padding-right: 40%;
  }

  .slider_main .swiper-wrapper .swiper-slide .content h2 {
    font-size: 32px;
  }

  .slider_main .swiper-wrapper .swiper-slide .content h3 {
    font-size: 28px;
  }

  .slider_main .swiper-wrapper .swiper-slide .content p {
    font-size: 18px;
  }
}

@media (min-width:1200px) {
  .slider_main .swiper-wrapper .swiper-slide {
    padding: 80px;
    padding-right: 40%;
  }

  .slider_main .swiper-wrapper .swiper-slide .content h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .slider_main .swiper-wrapper .swiper-slide .content h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .slider_main .swiper-wrapper .swiper-slide .content p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width:768px) {
  .testimonial {
    padding: 60px;
  }

  .testimonial p {
    max-width: 60%;
  }
}

@media (min-width:1024px) {
  .testimonial {
    padding: 80px;
  }

  .testimonial h2 {
    font-size: 32px;
  }

  .testimonial p {
    font-size: 18px;
  }
}

@media (min-width:1200px) {
  .testimonial {
    padding: 100px;
  }

  .testimonial h2 {
    font-size: 40px;
  }

  .testimonial .border {
    margin-bottom: 60px;
  }

  .testimonial p {
    line-height: 40px;
    font-size: 20px;
    max-width: 40%;
  }
}

@media (min-width:768px) {
  .contacto {
    padding: 40px;
  }

  .contacto form {
    padding: 40px;
    max-width: 820px;
    margin: auto;
  }
}

@media (min-width:1024px) {
  .contacto {
    padding: 60px;
  }

  .contacto form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }

  .contacto form .top {
    grid-column: 1/3;
  }

  .contacto form .top p,
  .contacto form input,
  .contacto form textarea {
    margin: 0;
  }

  .contacto form .button,
  .contacto form .content:last-of-type {
    grid-column: 1/3;
  }
}

@media (min-width:1200px) {
  .contacto {
    padding: 100px;
    column-gap: 80px;
  }

  .contacto form {
    padding: 60px;
  }

  .contacto form h2 {
    font-size: 32px;
  }

  .contacto_social iframe {
    margin-bottom: 50px;
    height: 500px;
  }

  .contacto_social h3 {
    font-size: 32px;
  }

  .contacto_social .border {
    margin-bottom: 30px;
  }

  .contacto_social ul li svg:hover {
    fill: #006d96;
  }
}

@media (min-width:1920px) {
  .contacto {
    padding: 140px;
  }

  .contacto_social h3,
  .contacto form h2 {
    font-size: 36px;
  }
}

@media (min-width:768px) {
  .neocbb {
    padding: 40px;
  }

  .neocbb_banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .neocbb_banner_section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .neocbb_description_title {
    margin: 30px 0;
  }

  .neocbb_description_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
  }

  .neocbb .items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }

  .neocbb .items li {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .neocbb {
    padding: 60px;
  }

  .neocbb_banner_section:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .neocbb_banner_section:nth-child(2) img {
    margin: 0;
  }

  .neocbb_banner_section:nth-child(2) img:first-child {
    max-width: 50%;
    margin-bottom: 0;
  }

  .neocbb_banner_section:nth-child(2) img:nth-child(2) {
    max-width: 25%;
    margin-bottom: 0;
  }

  .neocbb_description_title {
    margin: 40px 0;
  }

  .neocbb_description_list {
    column-gap: 40px;
  }
}

@media (min-width:1200px) {
  .neocbb {
    padding: 80px;
  }

  .neocbb_banner_section:first-child {
    font-size: 20px;
    padding: 30px 10%;
  }

  .neocbb_description {
    max-width: 1024px;
    padding: 80px;
    margin: 0 auto;
  }

  .neocbb_description_title {
    margin: 50px auto;
    font-size: 20px;
  }

  .neocbb_description_list {
    column-gap: 50px;
    margin: 0 auto;
  }

  .neocbb_description_list li {
    margin-bottom: 40px;
  }
}

@media (min-width:1440px) {
  .neocbb_description {
    max-width: 1200px;
  }

  .neocbb_description_title {
    margin: 50px auto;
  }

  .neocbb_description_list {
    column-gap: 60px;
  }
}

@media (min-width:1920px) {
  .neocbb_banner_section:first-child {
    font-size: 22px;
  }

  .neocbb_description {
    padding: 100px 140px;
    max-width: 1440px;
  }

  .neocbb_description_title {
    margin: 50px auto;
  }

  .neocbb_description_list {
    column-gap: 80px;
  }
}

@media (min-width:768px) {
  .difference {
    padding: 40px;
  }

  .difference p {
    margin-bottom: 40px;
  }

  .difference_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }
}

@media (min-width:1024px) {
  .difference {
    padding: 60px;
    max-width: 800px;
    margin: 0 auto;
  }

  .difference h2 {
    font-size: 32px;
  }

  .difference .border {
    margin-bottom: 30px;
  }

  .difference_list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
  }
}

@media (min-width:1200px) {
  .difference {
    padding: 80px;
    max-width: 1024px;
  }

  .difference h2 {
    font-size: 40px;
  }

  .difference p {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .difference .border {
    margin-bottom: 40px;
  }

  .difference_list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5,1fr);
    column-gap: 40px;
  }

  .difference_list li {
    margin-bottom: 30px;
  }

  .difference_list li img {
    margin-bottom: 20px;
  }
}

@media (min-width:1440px) {
  .difference {
    max-width: 1200px;
  }
}

@media (min-width:1920px) {
  .difference {
    max-width: 1440px;
  }
}