* {
    font-family: "Open Sans";
    box-sizing: border-box;
}

.container {
    max-width: 1152px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}

/* HEADER */

.containt-header {
    height: 64px;
}

header {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
header img {
    height: 44px;
}
header .menu__head {
    display: flex;
    justify-content: space-between;
    padding: 24px;
}
header .menu__close {
    font-weight: 700;
    font-size: 18px;
}
header .menu__item {
    font-weight: 700;
    color: #72716f;
    font-weight: 700;
    text-align: center;
    border-bottom: 4px solid transparent;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    height: 65px;
    text-align: left;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid #eaeaea;
}
header .menu__item a,
header .menu__item span {
    display: inline-block;
    color: #72716f;
    font-weight: 700;
    text-decoration: none;
}
header .menu__item:focus {
    border-bottom: 4px solid #db3694;
}
header .menu-mobile {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: #fff;
    inset: 0;
    margin-left: 0;
    flex-direction: column;
    justify-content: initial;
    gap: 0;
    transform: translatex(100%);
    transition: 0.5s all ease;
}
header .menu-mobile.active {
    transform: translatex(0);
}
header .colapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .colapse__open {
    cursor: pointer;
}
header .menu__item .header-active {
    color: #1898cf;
}
@media (min-width: 1200px) {
    .containt-header {
        height: 88px;
    }
    header {
        height: 88px;
    }
    header img {
        height: 56px;
    }
    header .container {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    header .menu {
        display: flex;
        align-items: center;
        list-style: none;
        gap: 15px;
    }
    header .menu__item {
        justify-content: center;
        border-bottom: 1px solid transparent;
        padding: 0;
        text-align: center;
    }
    header .menu__item a,
    header .menu__item span {
        display: block;
        font-weight: 700;
    }
    header .menu__item--control {
        min-width: 210px;
    }
    header .menu-mobile {
        position: relative;
        width: initial;
        height: initial;
        flex-direction: row;
        transform: initial;
        padding-left: 30px;
    }
    header .menu__head {
        display: none;
    }
    header .colapse__open {
        display: none;
    }
}

/* FIN HEADER */

footer {
    background-color: #1898cf;
    color: #fff;
    padding: 20px 5%;
    position: relative;
    z-index: 2;
}
.footer__logo {
    margin-bottom: 25px;
}
.footer__item {
    max-width: 315px;
    margin: 0 auto;
    color: #e9eaf4;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 24px;
}
.footer__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #e9eaf4;
    margin-bottom: 15px;
}
.footer__copy {
    border-top: 1px solid #2f3462;
    padding: 16px 16px 0 16px;
    text-align: center;
    max-width: 1152px;
    margin: 20px auto 0 auto;
    font-weight: 300;
    font-size: 12px;
    color: #e9eaf4;
}

.footer__item--flex {
    display: flex;
    flex-direction: column-reverse;
}
.footer__text {
    margin-bottom: 0;
    min-height: 32px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer__hours {
    max-width: 210px;
}

.footer__text--separator {
    margin-top: 15px;
}
.footer-links {
    margin-bottom: 15px;
}
.footer-links a {
    margin-right: 12px;
}
@media (min-width: 960px) {
    footer {
        padding-top: 55px;
    }
    .footer__group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
        max-width: 1152px;
        margin: 0 auto;
    }
    .footer__title {
        font-size: 20px;
    }
    .footer__item {
        font-size: 16px;
    }
    .footer__copy {
        font-size: 14px;
    }
    .footer__copy {
        margin-top: 40px;
    }
    .footer__item--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* BUTTON */
.button--secondary {
    background: #1898cf;
    border-radius: 12px;
    font-style: normal;
    color: #fff;
    padding: 14px;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}
.button--secondary:focus,
.button--secondary:hover {
    color: #fff;
}

header .menu__item .menu__button {
    width: max-content;
    padding: 10px 15px;
    color: white;
    background: #1898cf;
    font-size: 14px;
    border-radius: 10px;
}
header .menu__item .menu__buttons {
    display: flex;
    gap: 10px;
}

header .menu__item .menu__button--invert {
    width: max-content;
    padding: 10px 15px;
    color: #1898cf;
    background: white;
    border: 1px solid #1898cf;
    font-size: 14px;
    border-radius: 10px;
}
/* BUTTON */

/* BANNER HOME */
.banner {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
    position: relative;
}
.banner__search {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.banner__search .button {
    background: #000 !important;
    color: #fff !important;
    width: 150px;
    height: 56px;
    margin-bottom: 16px;
}

.splide:not(.is-overflow) .solution-pagination {
    display: block;
    bottom: -40px;
    z-index: 1;
}

.splide__pagination__page {
    width: 8px;
    height: 8px;
}

.splide__pagination__page.is-active {
    background: #00b4ec;
}
.banner .splide__pagination {
    bottom: 10px;
    z-index: 1;
}
.banner .splide__arrow--prev {
    left: 20vw;
}
.banner .splide__arrow--next {
    right: 20vw;
}
.banner .splide__arrow {
    z-index: 2;
    top: initial;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.banner .splide__arrow svg {
    fill: #fff;
}
.banner .splide__arrows {
    display: none;
}
.banner .splide__slide {
    min-height: 350px;
    height: 350px;
}
.banner__image {
    position: relative;
    height: 300px;
}
.banner__description {
    position: absolute;
    padding: 10px 15px;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner__description li {
    margin-bottom: 5px;
}
.banner__description .button--secondary {
    width: 250px;
}
.banner__sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 2px;
}
.banner__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #1898cf;
    font-weight: 700;
}
.banner__title span {
    font-weight: 700;
    color: #935295;
}
.banner__title div {
    font-weight: 700;
    color: #935295;
}
.banner p,
.banner ul,
.banner__text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #72716f;
    margin-bottom: 10px;
}
.banner__img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 300px;
    height: 100%;
    -o-object-position: left;
    object-position: left;
    width: 100%;
}
.banner__line {
    width: 20px;
    height: 4px;
    background: #ffbf3f;
    margin-bottom: 8px;
    border-radius: 4px;
}
.banner__container {
    position: relative;
}

@media (min-width: 480px) {
    .banner .splide__arrow--prev {
        left: 30vw;
    }
    .banner .splide__arrow--next {
        right: 30vw;
    }
}
@media (min-width: 640px) {
    .banner .splide__slide {
        height: 380px;
    }
}
@media (min-width: 768px) {
    .banner .splide__slide {
        height: initial;
    }
    .banner__description {
        max-width: 575px;
        padding-left: 50px;
        text-align: right;
        right: 0;
        left: initial;
    }
    .banner__description .button--secondary {
        margin-top: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: 220px;
        margin-left: auto;
        margin-right: initial;
    }
}

@media (min-width: 960px) {
    .banner__title {
        font-size: 40px;
        margin-bottom: 16px;
    }
    .banner p,
    .banner ul,
    .banner__text {
        font-size: 18px;
    }
    .banner {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .banner .splide__arrows {
        display: block;
    }
    .banner .splide__pagination {
        right: 28%;
        bottom: 20px;
    }
    .banner .splide__arrow--prev {
        left: calc(36% - 75px);
    }
    .banner .splide__arrow--next {
        left: calc(36% + 40px);
        right: initial;
    }
    .banner .splide__arrow {
        bottom: 5px;
    }
    .banner .splide__slide {
        max-height: 570px;
        min-height: 570px;
    }
    .banner__image {
        max-height: 800px;
    }
    .banner__line {
        margin-bottom: 20px;
    }
    .banner__container {
        max-width: 1152px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        border-radius: 16px;
        padding: 20px 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .banner__description {
        margin-left: 20px;
        padding-left: 0;
        right: 45%;
        bottom: 30%;
        width: 500px;
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%);
    }
}
/* BANNER HOME */

/* HOME */

.subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #1898cf;
    margin-bottom: 24px;
}
.subtitle span {
    font-weight: 700;
    font-size: 22px;
    color: #935295;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.subtitle__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #757575;
}

.nosotros h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0a0a0a;
}
.nosotros h4 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    color: #616161;
}
.nosotros h5 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    color: #616161;
    line-height: 24px;
}
.nosotros ul li {
    text-align: left;
    line-height: 24px;
    color: #616161;
}
.nosotros .subtitle {
    text-align: center;
}
.nosotros__info {
    color: #adadad;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-align: left;
}
.nosotros__name {
    font-weight: 700;
    margin-bottom: 30px;
}
.nosotros__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1898cf;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
}
.nosotros__number {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.nosotros__type {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nosotros__items {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    background: #1898cf;
    border-radius: 10px;
}
.nosotros__img {
    display: none;
}
@media (min-width: 960px) {
    .nosotros__img {
        display: block;
        min-width: 600px;
    }
    .nosotros__item {
        width: 180px;
        height: 180px;
        padding: 15px;
    }
    .nosotros__type {
        font-size: 16px;
    }
    .nosotros__number {
        font-size: 52px;
    }
    .nosotros .subtitle {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .subtitle {
        font-size: 40px;
        line-height: 45px;
    }
    .subtitle span {
        font-size: 40px;
        line-height: 36px;
    }
    .subtitle__text {
        font-size: 24px;
        line-height: 30px;
    }
    .nosotros__flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 50px;
        margin-top: 50px;
    }
}
/* HOME */

/* TITLE GLOBAL */
.section__title {
    color: #00b4ec;
    margin-bottom: 30px;
}

.section__desciption {
    line-height: 25px;
    justify-content: center;
    margin: 0 auto;
    max-width: 960px;
    margin-bottom: 50px;
}

@media (min-width: 960px) {
    .section__title {
        font-size: 30px;
    }
    .section__desciption {
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .section__title {
        font-size: 40px;
        max-width: 650px;
        text-align: center;
        margin: 0 auto;
        line-height: 50px;
        margin-bottom: 40px;
    }
}
/* TITLE GLOBAL */

/* ESPECIALIDADES */

.spciality__item {
    position: relative;
}

.spciality__item:hover .spciality__img {
    transform: scale(1.15);
    transition: all 1s ease-out;
}
.spciality__img {
    width: 100%;
    max-width: 500px;
    max-height: 250px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 1s ease-out;
}

.spciality__img-wrapper {
    overflow: hidden;
    border-radius: 20px;
    height: 250px;
}

.spciality__item-info {
    background: #ffffffdb;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #00b4ec;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 75px;
}

.spciality__button {
    background: #00b4ec;
    position: absolute;
    bottom: -14px;
    display: block;
    color: white;
    left: 0;
    right: 0;
    width: 180px;
    padding: 7px;
    border-radius: 10px;
    text-decoration: none;
    margin: 0 auto;
    font-size: 15px;
}

.spciality__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
}

.spciality__search {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}

.spciality__button-search {
    background: #00b4ec;
    text-align: center;
    color: white;
    padding: 15px;
    border-radius: 10px;
}

.select2-search__field {
    min-height: auto;
}

.select2-container--classic .select2-selection.select2-selection--multiple {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background: initial;
    border: none !important;
    background-color: white !important;
}

.select2-selection__choice button {
    width: initial;
}

@media (min-width: 1024px) {
    .spciality__list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }

    .spciality__item {
        width: initial;
    }

    .spciality__list--home .spciality__item {
        width: 30%;
    }

    .spciality__button {
        padding: 10px 15px;
    }

    .spciality__img {
        height: 250px;
        object-fit: cover;
    }

    .spciality__search {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .spciality__search select {
        width: 350px;
    }

    .spciality__button-search {
        padding: 15px 30px;
    }
}
/* ESPECIALIDADES */

/* BANNER INTERIOR */

.banner-interior {
    position: relative;
}
.banner-interior__img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: right;
}

.banner-interior__content {
    position: absolute;
    padding: 10px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffffd4;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.banner-interior__content p {
    margin: 0;
}

.banner-interior__content .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.banner-interior__pretitle {
    margin: 0;
    color: #72716f;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    text-align: right;
}
.banner-interior__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #1898cf;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.banner-interior__subtitle {
    color: #935295;
}

@media (min-width: 768px) {
    .banner-interior__content {
        max-width: 575px;
        padding-left: 50px;
        text-align: right;
        right: 0;
        left: initial;
        bottom: 150px;
        background: transparent;
    }
}

@media (min-width: 960px) {
    .banner-interior__title {
        font-size: 40px;
        margin-bottom: 16px;
        text-align: right;
    }
    .banner-interior__pretitle {
        font-size: 28px;
    }
}
@media (min-width: 1024px) {
    .banner-interior__img {
        width: 100%;
        height: initial;
        max-height: 570px;
        object-fit: cover;
    }

    .banner-interior__content {
        margin-left: 20px;
        padding-left: 0;
        right: 45%;
        bottom: 30%;
        width: 500px;
        transform: translate(100%);
    }
}
/* BANNER INTERIOR */

/*  QUIENES SOMOS */

.quienes_somos__items {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quienes_somos__item {
    background: #00b4ec;
    padding: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
}

.quienes_somos__img {
    width: 100%;
}

.quienes_somos__icon {
    width: 30px;
}

.quienes_somos__text {
    color: white;
    font-size: 16px;
    text-align: left;
}
@media (min-width: 960px) {
    .quienes_somos__info {
        display: flex;
        gap: 50px;
    }
    .quienes_somos__img {
        width: 50%;
    }
    .quienes_somos__item {
        padding: 10px 20px;
    }

    .quienes_somos__items {
        gap: 30px;
    }
}

@media (min-width: 1200px) {
    .quienes_somos__img {
        width: auto;
        height: 450px;
    }

    .quienes_somos__info {
        justify-content: center;
        align-items: center;
    }

    .quienes_somos__item {
        padding: 10px 40px;
    }
}
/*  QUIENES SOMOS */
/* ESPECIALIDAD */

.advantage__cards {
    margin-top: 50px;
}

.advantage__cards .splide__list {
    justify-content: center;
}

.advantage__card {
    background: linear-gradient(0deg, #00b4ec, #0274f6);
    padding: 1px;
    border-radius: 22px;
    margin-left: 16px;
    margin-right: 16px;
    height: 100%;
}
.advantage__content {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
}
.advantage__img {
    width: 56px;
    height: 56px;
}
.advantage__name {
    font-size: 20px;
    color: #00b4ec;
    margin: 0;
}
.advantage__info {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    text-align: center;
}

.solution_prev {
    background: url(/image/button-previous.png);
    background-size: cover;
}
.solution_next {
    background: url(/image/button-next.png);
    background-size: cover;
}

.especilidad-detalle__button {
    border-radius: 12px;
    font-style: normal;
    color: #fff;
    padding: 14px;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin-top: -100px;
    display: flex;
    align-items: center;
    background: #d14080;
    z-index: 2;
    justify-content: center;
    gap: 5px;
    position: relative;
    text-decoration: none;
}

.especilidad-detalle__doctor {
    margin-top: 50px;
}

.section_link .container {
    padding-bottom: 35px;
}

@media (min-width: 1200px) {
    .advantage__name {
        font-size: 20px;
    }
    .advantage__content {
        padding: 35px;
        height: 100%;
    }
    .advantage__img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .section_link .container {
        padding-bottom: 35px;
    }

    .especilidad-detalle .container {
        padding-bottom: 39px;
    }
}
/* ESPECIALIDAD */

/* SERVICES */
.services .spciality__button {
    width: 80%;
}

.cobertura {
    background: #ecf7fd;
}

.cobertura__content__img {
    display: none;
}

.cobertura__title {
    color: #00b4ec;
    font-size: 25px;
    margin-bottom: 20px;
}

.cobertura-information__img {
    height: 52px;
}

.cobertura-information__name {
    font-weight: 700;
    margin: 16px 0;
    color: #1898cf;
}
.cobertura-information__description {
    margin: 0 auto;
    max-width: 285px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
}

@media (min-width: 1024px) {
    .cobertura-information {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .cobertura__title {
        font-size: 40px;
        margin-top: 0;
    }

    .cobertura__content__img-wrapper {
        min-width: 420px;
        position: relative;
    }

    .cobertura__content__img {
        display: block;
        max-height: 500px;
        position: absolute;
        bottom: -250px;
    }

    .cobertura__title {
        margin-bottom: 35px;
    }

    .cobertura {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 400px;
        display: flex;
        align-items: center;
        margin: 100px 0 100px 0;
    }
    .cobertura .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cobertura__content {
        display: flex;
        gap: 0;
        align-items: center;
        justify-content: center;
    }

    .cobertura-information__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/* SERVICES */

/* STAFF  */

.section__search {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    box-sizing: border-box;
}

input {
    padding: 13px 15px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #bbbbbb;
    height: 48px;
    width: 100%;
}

button {
    background: #1898cf;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100px;
}

@media (min-width: 768px) {
    .section__search {
        max-width: 700px;
        margin: 40px auto 0;
        gap: 25px;
    }
}

@media (min-width: 768px) {
    button {
        width: 250px;
    }
}

.doctors {
    padding: 0 16px 50px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
}

.card__image {
    width: 100%;
}

select {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #bbbbbb;
    width: 100%;
}

.card {
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 12px 12px 50px #00000005;
}

.card__avatar {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.card__description {
    padding: 20px;
    border-left: 1px solid #1898cf;
    border-bottom: 1px solid #1898cf;
    border-right: 1px solid #1898cf;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card__tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1898cf;
    color: #fff;
    padding: 16px;
    border-top-right-radius: 12px;
}

.card__name {
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.card__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card__info {
    font-size: 18px;
}

.card__button {
    border: 1px solid #1898cf;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
    color: #1898cf;
    justify-content: center;
    box-sizing: border-box;
}

.card__button span {
    color: #1898cf;
    font-weight: 700;
}

.card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .card__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .doctors {
        padding-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .card__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .doctors {
        border-bottom-right-radius: 300px;
        margin-bottom: 130px;
    }
}
/* STAFF  */

/* BLOG */

.card-blog {
    background: rgba(93, 183, 221, 0.1);
    border-radius: 0.75rem;
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
    text-decoration: none;
    max-width: 330px;
}

.card-blog__img {
    max-width: 100%;
    height: auto;
    min-height: 195px;
}

.card-blog__tag {
    position: absolute;
    top: 0;
    left: 1.25rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: white;
    background: #1898cf;
}

.card-blog__date {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #78818a;
    margin-bottom: 0.25rem;
    margin-top: 0;
}

.card-blog__title {
    margin-bottom: 0.5rem;
    text-align: justify;
    font-weight: bold;
    height: 48px;
    color: black;
    margin-top: 0;
    font-size: 16px;
}

.card-blog__container {
    padding: 16px;
}

.card-blog__description {
    margin: 0;
    text-align: justify;
    margin-bottom: 2rem;
    color: #2c3e50;
    line-height: 22px;
}

.card-blog__button {
    padding: 10px;
}

.blog-star__container {
    display: none;
}

.blog__tags {
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.blog__tag {
    background: #1898cf;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 15px;
    padding-top: 15px;
    color: white;
    text-decoration: none;
    border-radius: 0.375rem;
    width: 100%;
    display: block;
}

.blog__title {
    margin: 0;
    color: #1898cf;
}

.blog__subtitle {
    margin: 0;
    color: #1898cf;
}

.blog-back {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.back__container {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog-back__text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #db3694;
    text-decoration: none;
    font-weight: bold;
}

.blog-description__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-description__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #1898cf;
    font-weight: bold;
    margin-bottom: 50px;
}

.blog-description__share {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.blog-description__body {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
    margin-top: 12px;
}

.blog-description__body li,
.blog-description__body p {
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-size: 16px;
}

@media (min-width: 1024px) {
    .blog__tags {
        margin-bottom: 50px;
        display: flex;
        margin-top: 50px;
        justify-content: center;
    }

    .blog__tag {
        width: auto;
    }

    .blog__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .blog__subtitle {
        font-size: 32px;
    }

    .blog-description__header {
        flex-wrap: nowrap;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .blog-star__container {
        display: block;
        position: relative;
        background: linear-gradient(
            90deg,
            #1898cf 54%,
            #1898cfb5 83%,
            #1898cf3d 100%
        );
        border-radius: 30px;
        overflow: hidden;
        height: 400px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .blog-star__image {
        position: relative;
        z-index: -1;
    }

    .blog-star__image img {
        width: 100%;
    }

    .blog-star__content {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        padding: 50px;
        color: white;
        text-align: left;
        margin-top: 40px;
    }

    .blog-star__button {
        width: max-content;
        padding: 10px 15px;
        color: white;
        background: #935295;
        font-size: 14px;
        border-radius: 10px;
        margin-top: 30px;
        display: block;
        padding: 15px 80px;
        text-decoration: none;
        font-weight: bold;
    }

    .blog-star__text {
        font-weight: 400;
        line-height: 30px;
    }

    .blog-star__tag {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        width: max-content;
        position: absolute;
        top: 35px;
        border-radius: 0;
        left: 0;
        color: #935295;
        background: #fff;
        border-radius: 0 22px 22px 0;
        padding: 10px 20px;
    }
}
/* BLOG */

/* EVENTOS */
.card-evento {
    background: rgba(93, 183, 221, 0.1);
    border-radius: 0.75rem;
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
    text-decoration: none;
    max-width: 330px;
}

.card-evento__img {
    max-width: 100%;
    height: auto;
    min-height: 195px;
}

.card-evento__tag {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: white;
    background: #1898cf;
}

.card-evento__date {
    color: #78818a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-evento__title {
    margin-bottom: 0.5rem;
    text-align: justify;
    font-weight: bold;
    height: 48px;
    color: black;
    margin-top: 0;
    font-size: 16px;
}

.card-evento__container {
    padding: 16px;
}

.card-evento__description {
    margin: 0;
    text-align: justify;
    margin-bottom: 2rem;
    color: #2c3e50;
    line-height: 22px;
}

.card-evento__button {
    padding: 10px;
    background: #1898cf;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100px;
    text-decoration: none;
}

.card-evento__redes {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.form-inscription {
    max-width: 450px;
    margin: 0 auto;
}

.webinar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.webinar__theme {
    font-size: 25px;
}

.webinar__share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.evento__description {
    text-align: left;
}

.evento__platform {
    margin: 50px 0;
    text-align: left;
}
@media (min-width: 768px) {
    .card-evento__button {
        width: 250px;
    }
    .form-inscription {
        width: 450px;
    }

    .webinar__form .form__card {
        width: 450px;
    }
}

@media (min-width: 1024px) {
    .webinar__info {
        display: flex;
        gap: 30px;
    }
    .webinar__content {
        width: 100%;
    }

    .webinar__form .form__card {
        margin-top: 0;
    }
}
/* EVENTOS */

/* CANALES CONTACTO */
.info-contact__img {
    display: none;
}

.info-contact__data {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-contact__item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-contact__icon {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.info-contact__wrapper {
    text-align: left;
}

.info-contact__container {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 30px;
    color: #1898cf;
}

.info-contact__item-description {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    text-decoration: none;
    color: #1898cf;
    display: block;
}

.info-contact__item-title {
    font-size: 14px;
    font-weight: bold;
}

.info-contact__item-hours {
    font-size: 14px;
}

@media (min-width: 1024px) {
    .info-contact__image {
        width: 50%;
    }
    .info-contact__img {
        display: block;
        position: absolute;
        height: 800px;
        top: -105px;
    }
    .info-contact__container {
        position: relative;
        display: flex;
        gap: 100px;
    }
    .info-contact__item {
        padding: 20px 0;
        border-bottom: 2px solid #1898cf;
    }
    .info-contact__item:last-child {
        padding: 20px 0;
        border-bottom: 2px solid transparent;
    }
    .info-contact__data {
        gap: 0;
    }
    .info-contact__item-description {
        font-size: 22px;
    }
    .info-contact__item-hours {
        font-size: 15px;
        max-width: 180px;
        line-height: 24px;
    }
    .info-contact__icon {
        height: 50px;
        width: 50px;
        object-fit: cover;
    }
    .info-contact .container {
        padding-bottom: 0;
    }
}
/* CANALES CONTACTO */

/* FLOTANTE */
.flotante__avatar {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}

.flotante__icon-avatar {
    width: 55px;
    height: 55px;
}

.flotante__content {
    display: none;
    background: #f2f2f2;
    width: 320px;
    padding: 15px;
    border: 1px solid #1898cf;
    border-radius: 20px;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 10;
}

.flotante__close {
    width: 30px;
    height: 30px;
    background: #00b4ec;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: auto;
}

.flotante__title {
    font-weight: bold;
    margin-bottom: 20px;
}

.flotante__whatsapp {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 10px;
    background: #6ac910;
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    margin-bottom: 30px;
    font-size: 15px;
    text-decoration: none;
}

.flotante__item-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flotante__whatsapp-icon {
    width: 16px;
}
.flotante__subtitle {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.flotante__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    justify-content: space-between;
    color: #3b3939;
    text-decoration: none;
}

.flotante__icon {
    width: 32px;
    height: 32px;
}

/* FLOTANTE */

/* POLITICA PRIVACIDAD */

.politics__title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #1898cf;
    margin-bottom: 40px;
    text-align: center;
}

.politics__menu {
    display: none;
}

.politics__description {
    display: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-top: 18px;
    margin-bottom: 30px;
    color: #000;
    padding-left: 20px;
}

.politics__description p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #000;
}

.politics__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(117, 117, 117, 0.3);
    cursor: pointer;
    font-weight: 700;
}

@media (min-width: 960px) {
    .politics__title {
        font-size: 36px;
    }
    .politics__info {
        display: flex;
        gap: 36px;
    }
    .politics__menu {
        display: block;
        min-width: 270px;
        list-style-type: none;
        border-left: 1px solid #d3d7e5;
        position: sticky;
        top: 120px;
        max-width: 350px;
    }
    .politics__menu-item {
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 22px;
        padding: 10px;
        cursor: pointer;
        border-left: 4px solid transparent;
        min-width: 270px;
    }
    .politics__item {
        padding-top: 0;
        margin-bottom: 24px;
    }
    .politics__head {
        border: none;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .politics__description {
        display: block !important;
    }
    .politics__description ul {
        padding-left: 20px;
    }

    .politics__description li {
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-bottom: 10px;
        text-align: justify;
    }
}
/* POLITICA PRIVACIDAD */

/* FORMULARIO */
.form {
    padding: 32px 16px;
}

.form__title {
    text-align: center;
}

.form__card {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 11px 32px #00000036;
    max-width: 800px;
    margin: 0 auto;
}

.form__label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
}

input[type="text"],
textarea {
    padding: 12px 10px;
    min-height: 48px;
    width: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 8px;
}

.form__item {
    margin-bottom: 16px;
    text-align: left;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.button-search {
    font-size: 15px;
    background: #1898cf;
    height: 48px;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.terms {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
}

.terms label a {
    color: #1898cf;
    text-decoration: none;
}
.form__item.error .error {
    font-size: 10px;
    color: #f9423a;
}

.form__item.error input,
.form__item.error textarea {
    border: 1px solid #f9423a;
}

.terms {
    position: relative;
}

.terms .error {
    position: absolute;
    bottom: -18px;
    font-size: 10px;
    color: rgb(249, 66, 58);
}

.loading {
    position: absolute;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #000000b5;
}

.info-success {
    position: absolute;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 16px;
}

.form__button {
    background: #1898cf;
    width: 100%;
    padding: 14px;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
}

.form__servicios {
    background: #ecf7fd;
}

.form__servicios .form__card {
    position: relative;
}
.form__tratamiento .form__card {
    position: relative;
}

.loading {
    position: absolute;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #000000b5;
}

.form .info-success--show {
    display: flex;
}

.incription-form .info-success--show {
    display: flex;
}

.loading--show {
    display: flex;
    z-index: 10;
}

.info-success__content {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-success__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #2c3e50;
    margin-bottom: 16px;
    margin-top: 24px;
}

.info-success__text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #2c3e50;
}

.info-success {
    position: absolute;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 16px;
}

.webinar__form {
    position: relative;
}
@media (min-width: 960px) {
    .form {
        padding-bottom: 100px;
    }

    .form__card {
        margin-top: 40px;
        padding: 40px;
    }

    .form__title {
        font-size: 30px;
        margin-top: 0;
    }

    .form__group {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
    }

    .form__item {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .form-contact {
        position: absolute;
        top: 100px;
        right: 10%;
        z-index: 10;
        padding: 0;
        background: none;
        max-width: 640px;
    }

    .loading {
        border-radius: 16px;
    }
}
/* FORMULARIO */

iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 1rem auto; /* centrado y separación */
}

.loading__modal {
    position: fixed;
}

.modal-message__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1898cf;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.modal-message__img {
    text-align: center;
}

.modal-message {
    background: #10101070;
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
}

.modal-message__correlativo {
    text-align: center;
    font-weight: bold;
}

.modal-message-content {
    max-width: 400px;
    background-color: white;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}

.modal-message__title {
    text-align: center;
    font-weight: bold;
}

.moda-center {
    text-align: center;
}
