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

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

@media (min-width:1200px) {
  .swiper-slide img {
    padding: 0 30px;
    max-height: 110px;
  }
}

@media (min-width:1600px) {
  .swiper-slide img {
    padding: 0 40px;
  }
}

@media (min-width:1200px) {
  .jquery-modal .modal {
    max-width: 65%;
    z-index: 14;
  }
}

@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:768px) {
  .header {
    padding: 20px 40px;
  }

  .header.fixed {
    padding: 12px 38px;
  }
}

@media (min-width:1024px) {
  .header {
    padding: 25px 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__toggle {
    display: none;
  }

  .header .logo {
    width: 120px;
  }

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

  .header.fixed {
    position: absolute;
  }

  .header.is-active {
    position: absolute;
    background: none;
    z-index: 10;
  }
}

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

  section.menu.fixed {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  section.menu .menu-inner {
    font-weight: 700;
  }

  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 10px;
  }

  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: 36px;
    color: #e5e5e5;
    padding: 0;
    transition: all .4s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.menu .menu-inner .menu-list li a .svg {
    width: 16px;
  }

  section.menu .menu-inner .menu-list li a:hover {
    color: #1b1d3c;
  }

  section.menu .menu-inner .menu-list li a:hover svg {
    fill: #1b1d3c;
    transition: all .4s ease;
  }

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

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

  section.menu.fixed {
    top: 0;
    padding: 13px 40px;
    background: url(../img/logosmart.svg) 4% no-repeat;
    background-color: #1b1d3c;
    background-size: 50px;
    position: fixed;
    animation: b .5s ease-out;
  }

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

  section.menu.fixed .menu-inner .menu-list li a {
    color: #fff;
    transition: all .4s ease;
  }

  section.menu.fixed .menu-inner .menu-list li a:hover {
    color: #237eb6;
  }

  section.menu.fixed .menu-inner .menu-list li a:hover svg {
    fill: #237eb6;
  }
}

@media (min-width:1200px) {
  section.menu .menu-inner .menu-list li a {
    padding: 0 28px!important;
  }

  section.menu .menu-inner .menu-list li a svg {
    width: 20px;
  }
}

@media (min-width:1600px) {
  section.menu .menu-inner .menu-list li {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .footer {
    padding: 40px;
    background: url(../img/footer-ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 30px;
  }

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

  .footer_column_socials {
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 0;
    margin-bottom: 0;
  }

  .footer_column_socials svg {
    max-width: 40px;
  }

  .footer_column:first-child {
    justify-self: start;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_column form {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5,auto);
    column-gap: 10px;
  }

  .footer_column form .send {
    grid-row: 5/6;
    grid-column: 1/3;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
  }

  .footer_column form .send span {
    margin: 0;
  }

  .footer_column form select {
    grid-row: 1/1;
  }

  .footer_column form textarea {
    grid-row: 2/5;
  }
}

@media (min-width:1024px) {
  .footer {
    padding: 80px 60px 60px;
    background: url(../img/footer-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 60px;
  }

  .footer,
  .footer_column h3 {
    text-align: left;
  }

  .footer_column form .button__rayen:hover {
    background: linear-gradient(90deg,#166a99,#166a99);
  }
}

@media (min-width:1200px) {
  .footer {
    padding: 80px 10%;
    background: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
  }
}

@media (min-width:1600px) {
  .footer h2 {
    margin-bottom: 80px;
  }
}

@media (min-width:768px) {
  .hero {
    padding: 40px;
    background: url(../img/hero-ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .hero_tagline h2 {
    font-size: 52px;
    margin-bottom: 10px;
  }

  .hero_tagline_flags {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .hero_tagline_flags li {
    max-width: 35px;
    margin: 0 5px;
  }

  .hero form {
    width: 75%;
  }

  .hero form h3 {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .hero form .send {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero form .send span {
    margin: 0;
    line-height: 1.3;
  }

  .hero.especialidades h2 {
    font-size: 48px;
    max-width: 600px;
  }

  .hero.gracias {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero.gracias .hero_title {
    padding: 20px;
  }
}

@media (min-width:1024px) {
  .hero {
    padding: 60px;
    background: url(../img/hero-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero.gracias .hero_title {
    background: unset;
  }

  .hero_tagline {
    margin-bottom: 0;
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 40px;
  }

  .hero_tagline h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .hero_tagline h4 {
    font-size: 24px;
  }

  .hero_tagline_flags li {
    max-width: 39px;
    margin: 0 3px;
  }

  .hero form {
    width: 420px;
  }

  .hero form input {
    padding: 10px 15px;
  }

  .hero form .button__rayen {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .hero.especialidades {
    background-image: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.2) 80%),url(../img/bg-hero-especialidades.jpg);
    min-height: 80vh;
  }
}

@media (min-width:1200px) {
  .hero {
    padding: 120px 10% 60px;
    background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.2) 60%),url(../img/hero-bg.jpg);
    background-size: cover;
  }

  .hero_tagline {
    width: 65%;
  }

  .hero_tagline h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .hero_tagline h4 {
    font-size: 28px;
    max-width: 460px;
  }

  .hero_tagline_flags li {
    max-width: 43px;
    margin: 0 3px;
  }

  .hero form h3 {
    font-size: 36px;
  }

  .hero form .button__rayen {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .hero.especialidades {
    min-height: 90vh;
  }
}

@media (min-width:1600px) {
  .hero {
    padding: 0 10% 60px;
  }

  .hero_tagline h2 {
    font-size: 52px;
    margin-bottom: 20px;
  }

  .hero_tagline_flags li {
    max-width: 55px;
  }

  .hero form {
    width: 520px;
  }

  .hero form input,
  .hero form select,
  .hero form textarea {
    padding: 13px 18px;
    margin-bottom: 20px;
  }

  .hero form input:-ms-input-placeholder,
  .hero form select:-ms-input-placeholder,
  .hero form textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .hero form input::placeholder,
  .hero form select::placeholder,
  .hero form textarea::placeholder {
    font-size: 16px;
  }

  .hero form .button__rayen {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .hero.especialidades {
    background-image: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.2) 80%),url(../img/bg-hero-especialidades-h.jpg);
  }
}

@media (min-width:768px) {
  .about {
    padding: 40px;
    min-height: 40vh;
    background-size: contain;
    background-position: 100% 0;
  }

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

  .about.diferential .diferential_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 0;
  }

  .about.diferential .diferential_list li:nth-child(odd) {
    border-right: 2px solid #1b1d3c;
  }

  .about.diferential .diferential_list li figure {
    padding: 25px;
    column-gap: 10px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about.diferential .diferential_list li figure figcaption {
    text-align: left;
  }

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

  .about.experience .experience_list li figure {
    column-gap: 0;
  }

  .about.experience .experience_list li figure img {
    height: 100px;
  }

  .about.offer .offer_list li figure figcaption {
    padding: 30px;
    top: 30%;
  }

  .about.offer .offer_list li figure figcaption span {
    padding: 40px 50px;
    font-size: 38px;
  }

  .about.offer .offer_list li figure figcaption .description {
    padding: 20px;
  }

  .about.offer .offer_list li figure figcaption .description h3 {
    font-size: 24px;
  }

  .about.offer .offer_list li figure figcaption .description p,
  .about.offer .offer_list li figure figcaption .description ul {
    font-size: 16px;
  }
}

@media (min-width:1024px) {
  .about {
    padding: 60px;
    background: url(../img/we-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .about .partners-about {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .about .partners-about img {
    margin-top: -10px;
  }

  .about.diferential p {
    margin-bottom: 52px;
  }

  .about.diferential .diferential_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    column-gap: 0;
  }

  .about.diferential .diferential_list li {
    border-right: 2px solid #1b1d3c;
    margin: 0;
  }

  .about.diferential .diferential_list li:nth-child(3) {
    border-right: unset;
  }

  .about.diferential .diferential_list li figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about.diferential .diferential_list li figure img {
    margin-bottom: 28px;
  }

  .about.experience h2 {
    margin-bottom: 50px;
  }

  .about.experience .experience_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
  }

  .about.experience .experience_list li figure {
    -ms-flex-pack: start;
    justify-content: start;
  }

  .about.offer {
    background-size: 20%;
  }

  .about.offer h2,
  .about.offer p {
    max-width: unset;
  }

  .about.offer .offer_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    max-width: 90%;
  }

  .about.offer .offer_list li {
    margin-bottom: 20px;
  }

  .about.offer .offer_list li figure figcaption {
    top: 0;
    padding: 15px;
  }

  .about.offer .offer_list li figure figcaption span {
    padding: 30px 40px;
    font-size: 34px;
  }

  .about.offer .offer_list li figure figcaption p {
    max-width: unset;
  }
}

@media (min-width:1200px) {
  .about {
    padding: 80px 10% 60px;
    min-height: 50vh;
  }

  .about h2 {
    max-width: 50%;
  }

  .about.diferential .diferential_list li figure img {
    width: auto;
    height: 78px;
  }

  .about.diferential .diferential_list li figure figcaption {
    font-size: 18px;
  }

  .about.experience h2 {
    max-width: unset;
  }

  .about.experience .experience_list {
    column-gap: 60px;
  }

  .about.experience .experience_list li figure img {
    height: 120px;
  }

  .about.experience .experience_list li figure figcaption {
    font-size: 40px;
  }

  .about.experience .experience_list li figure figcaption span {
    font-size: 16px;
  }

  .about.offer {
    background-size: 15%;
  }

  .about.offer h2 {
    margin-bottom: 50px;
  }

  .about.offer .offer_list {
    max-width: 80%;
  }

  .about.offer .offer_list li figure figcaption {
    top: 5%;
  }
}

@media (min-width:1600px) {
  .about {
    padding: 100px 10% 80px;
  }

  .about h2 {
    max-width: 65%;
    font-size: 42px;
  }

  .about p {
    font-size: 32px;
  }

  .about.diferential p,
  .about.experience h2 {
    margin-bottom: 70px;
  }

  .about.diferential .diferential_list {
    column-gap: 40px;
  }

  .about.diferential .diferential_list li figure {
    padding: 40px;
  }

  .about.diferential .diferential_list li figure figcaption {
    font-size: 20px;
  }

  .about.offer .offer_list li figure figcaption {
    top: 20%;
  }
}

@media (min-width:768px) {
  .benefits {
    padding: 40px;
    background: url(../img/benefits-ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

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

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

@media (min-width:1024px) {
  .benefits {
    padding: 60px;
    background: url(../img/benefits-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .benefits h2 {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (min-width:1200px) {
  .benefits {
    padding: 80px 5%;
    background: url(../img/benefits-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 70vh;
  }

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

  .benefits_list li figure {
    padding: 30px;
  }
}

@media (min-width:1600px) {
  .benefits {
    padding: 100px 10%;
  }

  .benefits h2 {
    font-size: 42px;
    margin-bottom: 70px;
  }
}

@media (min-width:768px) {
  .profile {
    padding: 40px;
    background: url(../img/perfil-ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

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

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

@media (min-width:1024px) {
  .profile {
    padding: 60px;
    background: url(../img/perfil-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .profile h2 {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .profile_list figure {
    overflow: hidden;
  }

  .profile_list figure:after,
  .profile_list figure img {
    transition: all .4s ease;
  }

  .profile_list figure:hover img {
    transform: scale(1.15);
  }

  .profile_list figure:hover:after {
    background: linear-gradient(180deg,rgba(0,0,0,.2) 5%,rgba(0,0,0,.8));
  }
}

@media (min-width:1200px) {
  .profile {
    padding: 80px 5%;
    background: url(../img/perfil-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .profile_list figcaption {
    bottom: 20px;
    left: 20px;
  }
}

@media (min-width:1600px) {
  .profile {
    padding: 100px 10%;
  }

  .profile h2 {
    font-size: 42px;
    margin-bottom: 50px;
  }
}

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

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

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

  .team_list li figure figcaption {
    padding-right: 20px;
    top: 65%;
    left: 5%;
  }

  .team_list li figure figcaption h3 {
    font-size: 20px;
  }
}

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

  .team h2 {
    text-align: left;
  }

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

  .team_list li figure {
    overflow: hidden;
  }

  .team_list li figure img {
    transition: all .4s ease;
  }

  .team_list li figure:hover img {
    transform: scale(1.15);
  }

  .team_list li figure figcaption {
    padding-right: 20px;
  }
}

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

  .team_list li figure figcaption {
    top: 65%;
  }
}

@media (min-width:1600px) {
  .team {
    padding: 100px 10%;
  }

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

  .team_list li figure figcaption {
    top: 70%;
    left: 15%;
  }

  .team_list li figure figcaption h2 {
    font-size: 22px;
  }
}

@media (min-width:768px) {
  .how {
    padding: 40px;
    background: url(../img/hacemos-ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

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

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

  .how_list li span {
    font-size: 20px;
  }
}

@media (min-width:1024px) {
  .how {
    padding: 60px;
    background: url(../img/hacemos-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .how h2 {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .how_list li {
    margin-bottom: 20px;
  }

  .how_list li span {
    width: 20%;
  }
}

@media (min-width:1200px) {
  .how {
    padding: 80px 10%;
    background: url(../img/hacemos-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .how h2 {
    margin-bottom: 50px;
  }

  .how_list {
    column-gap: 60px;
  }

  .how_list li {
    margin-bottom: 60px;
  }

  .how_list li span {
    padding: 25px;
    width: unset;
    min-width: 30%;
    font-size: 36px;
  }

  .how_list li p {
    font-size: 18px;
  }
}

@media (min-width:1600px) {
  .how {
    padding: 100px 10%;
  }

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

  .how_list li span {
    min-width: 25%;
    margin-right: 40px;
  }

  .how_list li p {
    font-size: 20px;
  }
}

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

  .partners h2 {
    font-size: 32px;
    text-align: left;
  }
}

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

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

  .partners h2 {
    margin-bottom: 50px;
  }
}

@media (min-width:1600px) {
  .partners {
    padding: 100px 10%;
  }

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

@media (min-width:768px) {
  .contact {
    background-image: url(../img/bg-contact.jpg);
    padding: 30vh 60px 10vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    min-height: 65vh;
  }

  .contact .content {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0;
  }

  .contact form {
    grid-column: 2/3;
  }

  .contact form nav {
    width: auto;
  }
}

@media (min-width:1024px) {
  .contact {
    padding: 40vh 60px 60px;
    -ms-grid-rows: 30% auto;
    grid-template-rows: 30% auto;
  }

  .contact h2 {
    font-size: 46px;
  }

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

  .contact form input,
  .contact form textarea {
    margin: 0;
  }

  .contact form #email,
  .contact form nav {
    grid-column: 1/3;
  }
}

@media (min-width:1600px) {
  .contact {
    background-image: url(../img/bg-contact-h.jpg);
    padding: 40vh 10vw 60px;
  }
}

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

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

  .content-especialidades .list-profiles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 0 30px;
  }

  .content-especialidades .list-profiles li:nth-child(2n) {
    background-color: transparent;
    position: relative;
  }

  .content-especialidades .list-profiles li:nth-child(2n):after,
  .content-especialidades .list-profiles li:nth-child(2n):before {
    content: none;
    background-color: transparent;
  }

  .content-especialidades .list-profiles li:nth-child(4n) {
    background-color: transparent;
    position: relative;
  }

  .content-especialidades .list-profiles li:nth-child(4n):after {
    content: "";
    width: 200%;
    height: 32px;
    background-color: #d9ebf4;
    position: absolute;
    top: 0;
    z-index: -1;
    right: -100%;
  }

  .content-especialidades .list-profiles li:nth-child(4n):before {
    content: "";
    width: 200%;
    height: 32px;
    background-color: #d9ebf4;
    position: absolute;
    top: 0;
    left: -200%;
    z-index: -1;
  }

  .content-especialidades .list-profiles li.last {
    display: block;
    background-image: none;
  }
}

@media (min-width:1600px) {
  .content-especialidades {
    padding: 100px 10%;
  }
}