/* block simple */
.simple__block {
    padding: 0px;
    width: 100%;
}

.container__simpleblock {
    padding: 30px 180px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #888B8D;
    min-height: 500px;
    justify-content: center;
    align-items: flex-start;
}

.container__simpleblock h3 {
    color: #FFF;
    font-size: 2.75rem;
    max-width: 500px;
    margin: 20px 0px;
    font-family: "Brandon Grotesque bold", sans-serif;
    text-transform: uppercase;
    line-height: 120%;
    overflow: hidden;
    max-width: 100%;
    word-wrap: break-word;
}

.container__simpleblock p {
    color: #FFF;
    font-size: 1.25rem;
    margin: 0px;
    line-height: 120%;
    max-width: 700px;
    font-family: "Brandon Grotesque bold", sans-serif;
    overflow: hidden;
    max-width: 100%;
    word-wrap: break-word;
    text-transform: uppercase;
}

.button__simpleBlock {
    background-color: #222731;
    color: #FFF !important;
    font-size: 1.25rem;
    padding: 25px;
    text-decoration: none;
    text-align: center;
    font-family: "Brandon Grotesque Black", sans-serif;
    text-transform: uppercase;
    width: 220px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button__simpleBlock:hover {
    color: #FFF;
}

@media screen and (max-width: 1024px) {
    .container__simpleblock {
        padding: 30px 44px;
    }
}

@media screen and (max-width: 820px) {
    .container__simpleblock {
        padding: 30px 44px;
    }
}

@media screen and (max-width: 768px) {
    .simple__block {
        padding: 0px;
    }

    .container__simpleblock {
        padding: 30px 30px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        background-color: #888B8D;
        min-height: 400px;
    }
}

/* block simple */

/* banner slider */

.banner__slider {
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    padding: 0 80px;
}

.info__slider {
    max-width: 1300px;
    width: 700px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.info__slider h3 {
    font-family: "Brandon Grotesque bold";
    font-size: 3.5rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin: 15px 0px;
}

.info__slider p {
    font-family: "Brandon Grotesque bold", sans-serif;
    width: 95%;
    font-size: 1.25rem;
    line-height: 140%;
    color: #ffffff;
    margin: 1.5rem 0;
    text-align: left;
    text-transform: uppercase;
}

.content__slider a {
    color: #fff;
    font-size: 18.667px;
}

.content__slider .btn__abbott {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    font-family: 'Brandon Grotesque Black', sans-serif;
    width: fit-content;
}

.splide.slider__banner {
    width: 100%;
    max-width: 1600px;
    padding: 0 180px;
}

.slider__banner .splide__track {
    width: 100%;
    max-height: 400px;
}


.slider__banner .splide__pagination {
    display: none !important;
}


.img__mob {
    display: none;
}

.img__desk {
    display: block;
}

.slider__banner .splide__slide img.img__mob,
.slider__banner .splide__slide img.img__desk {
    width: 100vw;
    height: 400px;
    object-fit: cover;
}

.slider__banner .splide__arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;

}

.slider__banner .splide__arrow svg {
    transform: scaleX(1);
}

.splide.slider__banner .splide__arrow svg {
    fill: none !important;
    height: 80px !important;
    width: 80px !important;
}

.slider__banner .splide__arrow svg path {
    fill: #ffffff !important;
}

.slider__banner .splide__arrow--prev {
    left: 180px !important;
}

.slider__banner .splide__arrow--next {
    right: 180px !important;
}

.slider__banner .splide__arrow--next svg path {
    fill: #ffffff00 !important;
    stroke: #fff;
}

@media screen and (max-width: 1536px) {
    .slider__banner .splide__arrow--prev {
        left: 180px !important;
    }

    .slider__banner .splide__arrow--next {
        right: 180px !important;
    }
}

@media screen and (max-width: 1080px) {
    .splide.slider__banner {
        padding: 0 44px;
    }
}

@media screen and (max-width: 1024px) {
    .slider__banner .splide__arrow--prev {
        left: 44px !important;
    }

    .slider__banner .splide__arrow--next {
        right: 44px !important;
    }

    .content__slider {
        padding: 30px 50px;
    }

    .splide.slider__banner {
        padding: 0 44px;
    }
}

@media screen and (max-width: 820px) {
    .content__slider {
        padding: 30px 100px;
    }

    .info__slider {
        width: 100%;
    }

    .slider__banner .splide__track.position__mobile {
        max-height: none;
    }

    .splide__slide.position__mobile {
        display: flex;
        flex-direction: column;
    }

    .content__slider.position__mobile {
        justify-content: flex-start;
        order: 1;
        position: relative;
        padding: 20px 0 0 0;
        height: auto;
        width: 100%;
    }

    .content__slider.position__mobile .info__slider p,
    .content__slider.position__mobile .info__slider h3 {
        color: #002a3a !important;
    }

    .img__desk .position__mobile {
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .content__slider {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
        padding: 20px 30px;
        color: #fff;
        box-sizing: border-box;
    }

    .info__slider {
        width: 90%;
    }

    .info__slider h3 {
        font-weight: 500;
        font-size: 2rem;
        line-height: 120%;
        text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    }

    .info__slider p {
        width: 100%;
        font-weight: 450;
        font-size: 1.25rem;
        line-height: 140%;
    }

    .img__mob {
        display: block;
    }

    .img__desk {
        display: none;
    }

    .img__mob .position__mobile {
        order: 2;
    }

    .slider__banner .splide__arrow--prev {
        left: 30px !important;
    }

    .slider__banner .splide__arrow--next {
        right: 30px !important;
    }

    .splide.slider__banner {
        padding: 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .img__mob {
        display: block;
    }

    .img__desk {
        display: none;
    }

    .content__slider {
        padding: 20px 0px;
        justify-content: flex-end;
    }

    .slider__banner .splide__arrow--next,
    .slider__banner .splide__arrow--prev {
        display: none !important;
    }
}

/* banner slider */

/* mas leidos */

.notas__lateral {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.label__container {
    display: flex;
    justify-content: center;
    position: relative;
}

hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: 100%;
    border: none;
}
*/
.text__label {
    font-family: "Brandon Grotesque bold";
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    padding: 1rem 2.5rem;
    border: 0.125rem solid #000000;
    border-radius: 1.25rem 0px;
    background-color: #ffffff;
    z-index: 2;
}

.text__label span {
    font-family: "Brandon Grotesque medium";
    font-size: 1.375rem;
}

.container__notas__lateral {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    padding: 0 180px;
}

.allNotas__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 70%;
}

.grid__allNotas__lateral {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.item__grid__allNotas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}

.content__img__allNotas {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.content__img__allNotas img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 247px;
    height: 247px;
}


.content__img__allNotas span {
    position: absolute;
    top: 15px;
    transform: translate(20%);
    color: #ffffff;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-family: "Brandon Grotesque bold";
    font-size: 1.125rem;
    text-transform: uppercase;
}

.tags__allNotas {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.tags__allNotas .category__allNotas {
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
    font-size: 0.875rem;
}

.tags__allNotas .type__allNotas {
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
}


.container__resumen__allNotas {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-wrap: break-word;
    white-space: normal;
}

.container__resumen__allNotas a:focus {
    outline: 0px;
}

.container__resumen__allNotas .title__allNotas {
    color: #000000;
    font-size: 1.375rem;
    margin: 0;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
    line-height: 140%;
}

.container__resumen__allNotas p {
    color: #000000;
    font-size: 1.25rem;
    margin: 0;
    font-family: "Georgia", serif;
    width: 100%;
    max-width: 100%;
}

.container__resumen__allNotas .date__allNotas {
    color: #4B4B4B;
    margin: 0;
    font-size: 0.875rem;
    font-family: Calabri;
}

.barra__lateral {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30%;
}

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

.categorys__allNotas .title__categorys {
    font-size: 1.5rem;
    margin: 0;
    font-family: "Brandon Grotesque Bold";
    text-transform: uppercase;
}

.list__category__allNotas {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30px;
    cursor: pointer;
}

.list__category__allNotas::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}

.list__category__allNotas li a {
    font-size: 0.875rem;
    position: relative;
    white-space: nowrap;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
}

.list__category__allNotas li a:hover::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: var(--hover-color, #000);
}

.other__tags {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.item__otherTags {
    display: flex;
    flex-direction: row;
    gap: 0;
    background-color: #F8F8F8;
    position: relative;
}

.img__otherTags {
    position: relative;
    display: flex;
    align-items: start;
    overflow: hidden;
    margin: 15px 5px 15px 15px;
    width: 40%;
    overflow: hidden;
}

.img__otherTags img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 111px;
    max-width: 100%;
}

.container__info__otherTags {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 15px 15px 10px;
    width: 60%;
    overflow: hidden;
}

.item__otherTags::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}

.container__info__otherTags .tag__title {
    color: #ffffff;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 10px 20px;
    max-width: 70px;
    width: 70px;
    text-align: center;
    font-family: "Brandon Grotesque black", sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__info__otherTags .title__otherTags {
    margin: 0;
    line-height: 140%;
    font-size: 14px;
    font-family: "Brandon Grotesque bold", sans-serif;
    color: #2C3131 !important;
    text-transform: uppercase;
    word-break: break-word;
}

@media screen and (max-width: 1080px) {
    .container__notas__lateral {
        padding: 0 44px;
    }
}

@media screen and (max-width: 1020px) {
    .img__otherTags {
        align-items: center;
    }
}

@media screen and (max-width: 820px) {
    .container__notas__lateral {
        flex-direction: column-reverse;
    }

    .allNotas__content {
        width: 100%;
    }

    .barra__lateral {
        width: 100%;
    }
    .list__category__allNotas {
        gap: 0px; 
        justify-content: space-between;
    }
    .other__tags {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .container__notas__lateral {
        flex-direction: column-reverse;
        padding: 0 30px;
    }

    .allNotas__content {
        width: 100%;
    }

    .barra__lateral {
        width: 100%;
    }

    .list__category__allNotas li.active::after {
        height: 2px;
        top: 15px;
    }

    .content__img__allNotas img {
        width: 100%;
        max-width: 100%;
    }

    .categorys__allNotas .title__categorys {
        margin: 25px 0px 0px;
    }

    .text__label span {
        font-size: 0.875rem;
    }
    .container__resumen__allNotas p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .text__label {
        padding: 1rem 8px;
        margin: 0;
    }

    .grid__allNotas__lateral {
        grid-template-columns: 1fr;
    }
    .list__category__allNotas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        overflow: hidden;
        gap: 10px;
    }
}

/* mas leidos */

/* notas recientes */
.notas__recientes__gridCuatro {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide.swipper__grid {
    width: 100%;
    max-width: 1600px;
    padding: 0 250px;
}

.container__img__notaReciente {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.item__card__notaReciente {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.container__img__notaReciente img {
    object-fit: cover;
    width: 588px;
    height: 384px;
    max-width: 588px;
}

.container__img__notaReciente span {
    position: absolute;
    top: 15px;
    transform: translate(20%);
    color: #ffffff;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 15px 20px;
    font-family: "Brandon Grotesque black", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.informacion__notaReciente {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.informacion__notaReciente .categoria {
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
    font-size: 0.875rem;
    margin: 0;
}

.informacion__notaReciente .tema__categoria {
    text-transform: uppercase;
}

.contenedor__resumen__notaReciente .fecha__notaReciente {
    color: #4B4B4B;
}

.contenedor__resumen__notaReciente {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.contenedor__resumen__notaReciente a .titulo__notaReciente {
    color: #000000;
    font-size: 1.25rem;
    font-family: "Brandon Grotesque bold";
    line-height: 140%;
    margin: 0;
    text-transform: uppercase;
    word-break: break-word;
}

.contenedor__resumen__notaReciente p {
    font-size: 1.25rem;
    font-family: "Georgia", serif;
    line-height: 150%;
    color: #000000;
    text-align: left;
    margin: 0;
    word-break: break-word;
}

/*
.label__container {
    display: flex;
    justify-content: center;
    position: relative;
}

hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: 100%;
    border: none;
}
*/
.splide.swipper__grid .splide__arrow svg {
    fill: none !important;
}

.splide.swipper__grid .splide__arrow--prev svg {
    transform: scaleX(1);
}

.swipper__grid .splide__arrow--next {
    right: 180px !important;
}

.swipper__grid .splide__arrow--prev {
    left: 180px !important;
}

@media screen and (max-width: 820px) {
    .contenedor__resumen__notaReciente {
        width: 100%;
    }

}

@media screen and (max-width: 1280px) {

    .container__img__notaReciente img {
        width: 100%;
        max-width: 100%;
        height: 230px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1080px) {
    .splide.swipper__grid {
        padding: 0px 94px;
    }

    .swipper__grid .splide__arrow--next {
        right: 44px !important;
    }

    .swipper__grid .splide__arrow--prev {
        left: 44px !important;
    }
}

@media screen and (max-width: 768px) {
    .splide.swipper__grid {
        padding: 0px 30px;
    }

    .informacion__notaReciente {
        width: 100%;
        gap: 10px;
    }

    .container__img__notaReciente span {
        padding: 10px 15px;
        font-size: 15px;
    }

    .item__card__notaReciente {
        padding: 0;
    }

    .container__img__notaReciente {
        width: 100%;
    }

    .container__img__notaReciente img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .informacion__notaReciente .categoria {
        padding: 0;
        margin: 0;
    }

    .contenedor__resumen__notaReciente {
        padding-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }
    .contenedor__resumen__notaReciente p{
        font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .container__img__notaReciente {
        width: 100%;
    }

    .container__img__notaReciente img {
        width: 100%;
        max-width: 100%;
        height: 247px;
    }

    .item__card__notaReciente {
        padding: 0px;
    }

    .splide.swipper__grid .splide__arrow--prev {
        top: 99%;
        left: 70px !important;
    }

    .splide.swipper__grid .splide__arrow--next {
        top: 99%;
        right: 70px !important;
    }
}

/* notas recientes */

/*Biblioteca Médica */
.biblioteca__medica {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.container__pictext {
    padding: 0 180px;
    width: 100%;
    max-width: 1600px;
    display: flex;
    column-gap: 1.5rem;
    background-color: #F8F8F8;
}

.container__pictext img {
    width: 50%;
}

.container__pictext.reversa img {
    width: 50%;
}

.container__pictext.reversa {
    flex-direction: row-reverse;
}

.container__pictext .texto__info__banner {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding: 10px 50px 10px 30px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.title {
    font-family: "Brandon Grotesque medium";
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.text__info {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    margin: 0;
    max-width: 100%;
}

.btn__text {
    font-family: "Brandon Grotesque Black";
    background-color: #009CDE;
    color: #FFF !important;
    border: none;
    font-size: 1.2rem;
    padding: 25px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: 220px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .container__pictext {
        align-items: center;
        background-color: transparent;
    }

    .container__pictext .texto__info__banner {
        background-color: #F8F8F8;
    }
}

@media screen and (max-width: 1220px) {
    .container__pictext .texto__info__banner {
        padding: 0px;
        margin: 25px;
    }

    .container__pictext.reversa .texto__info__banner {
        padding-left: 0px;
    }
}

@media screen and (max-width:1200px) {
    .container__pictext {
        padding: 30px 96px;
    }
}

@media screen and (max-width: 1080px) {
    .title {
        font-size: 24px;
        line-height: 150%;
    }

    .container__pictext {
        padding: 30px 44px;
    }

    .container__pictext .texto__info__banner {
        padding: 0px;
    }

    .container__pictext.reversa .texto__info__banner {
        padding: 0px;
    }

}

@media screen and (max-width: 1020px) {
    .container__pictext .texto__info__banner {
        padding: 0px;
        margin: 25px;
    }

    .container__pictext.reversa .texto__info__banner {
        padding: 0px;
    }

    .text__info {
        padding: 10px;
    }
}

@media screen and (max-width: 850px) {
    .container__pictext .texto__info__banner {
        padding: 0px 10px;
        margin: 0px;
    }

    .container__pictext.reversa .texto__info__banner {
        padding: 0px 10px;
        margin: 0;
    }

    .text__info {
        padding: 5px;
        font-size: 18px;
    }

}

@media screen and (max-width: 768px) {

    .container__pictext {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 30px;
    }

    .container__pictext img {
        width: 100%;
        max-width: 100%;
    }

    .container__pictext .texto__info__banner {
        padding: 30px 16px;
        gap: 15px;
        align-items: center;
        max-width: 100%;
    }

    .title {
        text-align: left;
        font-size: 25px;
        line-height: 150%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .text__info {
        font-size: 16px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }

    .btn__text {
        max-width: 100%;
        width: 100%;
    }

    .container__pictext.reversa {
        flex-direction: column;
    }

    .container__pictext.reversa .texto__info__banner {
        padding: 30px 16px;
        gap: 15px;
        align-items: center;
    }

    .container__pictext.reversa img {
        width: 100%;
    }

}

/* Notas recientes Grid */
.notas__destacadas__grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container__salient {
    width: 100%;
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px 180px;
}

/*
.label__container {
    display: flex;
    justify-content: center;
    position: relative;
}

hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: 100%;
    border: none;
}
*/

.item__salient {
    max-width: 100%;
    padding-bottom: 25px;
}

.content__salient__img {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.content__salient__img img {
    width: 100%;
    height: 247px;
    object-fit: cover;
    max-width: 100%;
    max-height: 247px;
}

.content__salient__img span {
    position: absolute;
    top: 15px;
    transform: translate(20%);
    color: #ffffff;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-family: "Brandon Grotesque black", sans-serif;
    text-transform: uppercase;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__info__salient {
    display: flex;
    flex-direction: column;
}

.title__info__salient {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
    gap: 10px;
}

.title__info__salient p {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Brandon Grotesque bold";
}

.type__salient {
    color: #888B8D;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
}

.info__gen__salient {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info__gen__salient a p {
    font-family: "Brandon Grotesque bold";
    color: #000000;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.2rem;
    text-transform: uppercase;
}

.info__gen__salient p {
    color: #000000;
    font-size: 1rem;
    margin: 0;
    font-family: Georgia;
}

.info__gen__salient .fecha__salient {
    color: #4B4B4B;
    margin: 0;
    font-size: 1rem;
    font-family: Calabri;
}

.continer__button__more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    padding: 0 180px;
}

.button__more {
    background-color: #009CDE;
    color: #FFF;
    font-size: 1rem;
    padding: 10px 20px;
    text-decoration: none;
    max-width: 150px;
    text-align: center;
    font-family: "Brandon Grotesque black", sans-serif;
    text-transform: uppercase;
    border: none;
    height: 34px;
}

.hidden {
    display: none;
}

@media screen and (max-width: 1220px) {
    .container__salient {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1080px) {
    .container__salient {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 30px;
    }

    .continer__button__more {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 768px) {
    .container__salient {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 30px;
    }

    .title__info__salient {
        gap: 5px;
    }

    .title__info__salient p {
        font-size: 0.825rem;
    }

    .continer__button__more {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 600px) {
    .container__salient {
        grid-template-columns: 1fr;
    }

    .item__salient {
        max-width: 100%;
        width: 100%;
    }

    .content__salient__img {
        width: 100%;
    }

    .content__salient__img img {
        width: 100%;
        height: 200px;
    }
}

/* Notas recientes Grid */

/* Notas 3-Grid */
.notes__grid__view__oneThree {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*
.label__container {
    display: flex;
    justify-content: center;
    position: relative;
}

hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: 100%;
    border: none;
}
*/
.item__main,
.item__secondary {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    cursor: pointer;
}

.container__notes__grid {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: stretch;
    width: 100%;
    max-width: 1600px;
    padding: 0 180px;
}

.content__item__main__img {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.content__item__main__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content__item__main__img span {
    position: absolute;
    top: 15px;
    transform: translate(20%);
    color: #ffffff !important;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__text__main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content__type__main {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 15px;
}

.cateogry__item__main {
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 0;
}

.content__type__main p span {
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    text-transform: uppercase;
}

.container__resumen__main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.container__resumen__main p {
    margin: 0;
    font-family: "Georgia", serif;
    color: #000000;
    font-size: 1.25rem;
    margin: 0;
}

.container__resumen__main p a {
    font-family: "Brandon Grotesque bold";
    color: #000000 !important;
    font-size: 1.2rem;
    margin: 0;
    text-transform: uppercase;
}

.container__resumen__main .date__main {
    color: #4B4B4B;
    margin: 0;
    font-size: 1rem;
    font-family: "Calibri";
}

.item__secondary {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.container__card__secondary {
    display: flex;
    flex-direction: row;
    gap: 20px;
    cursor: pointer;
}

.content__img__secondary img {
    max-width: 280px;
    max-height: 160px;
    width: 250px;
    height: 160px;
    object-fit: cover;
}

.content__info__secondary {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.category__secondary__item span {
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
}

.category__secondary__item {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.title__secondary__item {
    margin: 0;
}

.title__secondary__item a {
    font-family: "Brandon Grotesque bold";
    font-size: 1.2rem;
    margin: 0;
    color: #000 !important;
    text-transform: uppercase;
    line-height: 120%;
}

@media screen and (max-width: 1220px) {
    .container__notes__grid {
        padding: 0px 50px;
    }

    .content__item__main__img img {
        width: 100%;
        height: auto;
    }

    .content__img__secondary img {
        width: 150px;
        height: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .container__notes__grid {
        padding: 0px 44px;
    }

    .item__main,
    .item__secondary {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .container__notes__grid {
        padding: 0px 30px;
    }

    .container__notes__grid {
        flex-direction: column;
    }

    .container__card__secondary {
        flex-direction: row;
        gap: 15px;
        align-items: center;
    }

    .content__img__secondary img {
        width: 200px;
        height: 116px;
    }

    .content__img__secondary {
        width: 50%;
        overflow: hidden;
    }

    .content__info__secondary {
        width: 50%;
    }

    .content__item__main__img img {
        width: 100%;
        height: 420px;
        max-width: 100%;
        padding-bottom: 15px;
    }

    .content__type__main {
        gap: 5px;
    }

    .category__secondary__item span {
        font-size: 0.825rem;
    }

    .cateogry__item__main,
    .title__item__main {
        font-size: 0.825rem;
    }

    .title__secondary__item {
        font-size: 0.875rem;
        overflow-wrap: break-word;
        white-space: normal;
        max-width: 100%;
    }

    .container__resumen__main {
        overflow-wrap: break-word;
        white-space: normal;
        max-width: 100%;
    }
    .container__resumen__main p{
        font-size: 1rem;
    }
}

/* Notas 3-Grid */

/* Productos- Buscador */
hr.black {
    height: 2px;
}

hr.blue_fat {
    background: #009cde;
    height: 6px;
    width: 42px;
    border: none;
    margin: 0;
    top: -2px;
    position: absolute;
    border-radius: 1px;
}

.abbot__inner__container {
    background-image: url(../img/header_productos.png);
    padding: 124px 0;
}

.inner__info {
    justify-content: center;
}

.inner__text {
    width: fit-content;
}

.product__center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 3rem;
    gap: 1.5rem;
}

.product__center h2 {
    font-size: 1.25rem;
    line-height: 140%;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    align-self: flex-start;
    color: #002a3a;
    font-family: "Calibri";
}

.search__container__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-self: self-start;
    width: auto;
    z-index: 2;
    overflow: visible;
    -webkit-transition: opacity 200ms linear, visibility 200ms;
    -o-transition: opacity 200ms linear, visibility 200ms;
    transition: opacity 200ms linear, visibility 200ms;
    justify-content: center;
}

.search__container__product form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__container__product input {
    width: 420px;
    padding: 6px 6px 6px 1rem;
    font-size: 1rem;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222731;
    border: 3px solid #e9e9e9;
    outline: none;
    font-family: Georgia;
}

.search__container__product button {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    line-height: 1;
    margin-left: -1px;
}

.productos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productos__container {
    padding: 0 180px;
    max-width: 1600px;
    margin: auto;
    width: 100%;
}

.separador__producto {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productos__container .label__container__sub {
    font-family: Georgia;
    font-style: normal;
    text-align: center;
    font-size: 1.5rem;
    line-height: 140%;
    color: #2c3131;
    padding: 2rem 0;
    width: 75%;
    margin: auto;
}

.overlay {
    display: none;
}

.filters__category h4 {
    margin: 2rem 0;
    text-transform: uppercase;
    font-family: "Brandon Grotesque medium", sans-serif;
    font-size: 1.25rem;
}

#filter__select {
    width: 300px;
    height: 3rem;
    line-height: 1.35em;
    border-radius: 0.5rem;
    border: 2px solid #222731;
    padding: 0 1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.filters {
    display: none;
}

.filters .close__container {
    display: none;
}

.filters .container__select {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.filters .custom-select {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    position: relative;
    padding-top: 48px;
}

.filters .custom-select select {
    display: none;
}

.filters .custom-select .select-selected {
    display: none;
}

.filters .custom-select .select-items {
    display: flex;
    justify-content: space-between;
}

.filters .custom-select .select-items label {
    font-size: 1.5rem;
    line-height: 150%;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #004f71;
    cursor: pointer;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
    color: #D9D9D6 !important;
}

.filters .custom-select .select-items input {
    display: none;
}

.filters .custom-select .select-items input:checked+label {
    color: #009cde;
}

.filters label {
    font-family: "Brandon Grotesque bold";
    font-style: normal;
    font-size: 0.75rem;
    line-height: 160%;
    color: #222731;
    text-transform: uppercase;
}

.filters .small-label {
    display: none;
}

.filter_by_letter ul {
    justify-content: space-between;
    padding-top: 88px;
}

.filter_by_letter .filters {
    display: flex;
}

.filter_by_letter ul label {
    font-size: 1.5rem;
    line-height: 150%;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #004f71;
    cursor: pointer;
}

.filter_by_letter ul input {
    display: none;
}

.filter_by_letter ul input:checked+label {
    color: #009cde;
}

.block__search {
    display: none;
    padding: 34px 180px 0;
    max-width: 1600px;
    margin: auto;
    width: 100%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.block__search .lines {
    position: relative;
}

.block__search h1 {
    font-family: "Brandon Grotesque regular";
    font-size: 3.5rem;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #004f71;
    margin: 0;
}

.block__search .no__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.block__search .no__content h3 {
    font-family: "Brandon Grotesque bold";
    font-size: 1.75rem;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #2c3131;
}

.block__search .no__content p {
    font-family: "Georgia";
    font-size: 1rem;
    line-height: 150%;
    text-align: center;
    color: #222731;
}

.card__filter__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 34px 0;
    column-gap: 1.5rem;
    row-gap: 2rem;
}

.card__filter__container .card__filter {
    display: flex;
    flex-direction: column;
    border: 1px solid #D9D9D6;
    border-radius: 4px;
    padding: 1rem;
    row-gap: 0.5rem;
    cursor: pointer;
}

.card__filter__container .card__filter:hover {
    border: 1px solid #009cde;
}

.card__filter__container .card__filter:hover h3,
.card__filter__container .card__filter:hover p,
.card__filter__container .card__filter:hover span {
    color: #009cde;
}

.card__filter__container .card__filter h3 {
    font-family: "Brandon Grotesque medium";
    font-size: 1.375rem;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #002a3a;
}

.card__filter__container .card__filter p {
    font-family: "Georgia";
    font-style: normal;
    font-size: 1.25rem;
    line-height: 140%;
    color: #002a3a;
}

.card__filter__container .card__filter span {
    font-family: "Calibri";
    font-style: normal;
    font-size: 1rem;
    line-height: 150%;
    color: #002a3a;
}

@media screen and (max-width: 1550px) {
    .productos__container {
        padding: 0 156px;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 996px) {
    .productos__container {
        padding: 0 96px;
    }

    .block__search {
        padding: 0 96px;
    }

    .card__filter__container {
        grid-template-columns: 1fr 1fr;
    }

    .filter_by_letter ul {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .productos__container .label__container__sub {
        width: 100%;
        margin: 0;
        padding: 2rem;
    }

    .search__container__product input {
        width: 320px;
    }

    .abbot__inner__container::before {
        border-bottom-left-radius: 100px;
    }

    .productos__container {
        padding: 0 30px;
    }

    .block__search {
        padding: 0 30px;
    }

    .card__filter__container {
        grid-template-columns: 1fr;
    }

    .filter_by_letter ul {
        display: none;
    }

    .filter_by_letter .filters {
        display: flex;
    }

    .filters,
    .custom-select {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        width: 100%;
        position: relative;
    }

    .overlay {
        display: block;
    }

    .custom-select {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        flex: 1 1 auto;
        row-gap: 18px;
        width: 100%;
        position: relative;
    }

    .custom-select select {
        display: none;
    }

    .custom-select #profesion-select {
        display: flex;
    }

    select::-ms-expand {
        display: none;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    select:focus {
        outline: none;
    }

    .select-selected {
        background-color: #ffffff;
        border: 1px solid #767676;
    }

    .select-selected:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 20px;
        width: 7px;
        height: 7px;
        display: block;
        border-left: 2px solid #767676;
        border-bottom: 2px solid #767676;
        transform: rotate(-45deg);
        /* Giramos el cuadrado */
        transition: all 0.25s ease;
        z-index: 20;
    }

    .select-selected.select-arrow-active:after {
        transform: rotate(-225deg);
    }

    .select-selected.select-selected-bottom-rounded.select-arrow-active.select-selected-bottom-square {
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .select-items label,
    .select-selected {
        cursor: pointer;
        font-family: "Georgia";
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 150%;
        color: #222731;
        padding: 0.75rem 1rem;
        border-radius: 4px;
        transition: border-color 0.2s;
    }

    .select-items label {
        justify-content: flex-end;
        display: flex;
        border-bottom: none;
        flex-direction: row-reverse;
    }

    .select-items label .check__drop {
        margin-right: 0.5rem;
    }

    .select-items label {
        font-size: 1.125rem;
        line-height: 120%;
        text-transform: uppercase;
        color: #888b8d;
    }

    .select-items {
        display: flex;
        flex-direction: column;
        position: fixed;
        background-color: #ffffff;
        height: auto;
        top: 20%;
        left: 0;
        right: 0;
        z-index: 99;
        border-left: 1px solid #767676;
        border-right: 1px solid #767676;
        border-bottom: 1px solid #767676;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 0px 1px 8px 2px #cacaca;
        max-height: 540px;
        opacity: 1;
        transition: max-height 0.3s ease-in, overflow 0.4s ease-in,
            opacity 0.4s ease-in;

        z-index: 105;
    }

    .close__container {
        justify-content: end;
        padding: 1rem;
    }

    .btn-close {
        font-size: 1.5rem;
        transform: none;
        padding: 0;
        background: #0000;
        outline: none;
        border: none;
        cursor: pointer;
    }

    .container__select {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: inherit;
        padding: 0 48px 40px;
    }

    .select__hover {
        justify-content: center;
    }

    .select-hide {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease-out, overflow 0.4s ease-out,
            opacity 0.4s ease-out;
    }

    .select-items label:hover,
    .select-items .select-hover:hover,
    .same-as-selected {
        background-color: #edf9fe;
    }

    .same-as-selected {
        padding: 0.75rem 1rem !important;
        margin: 0.5rem 1rem;
    }

    .select-items::-webkit-scrollbar {
        width: 0.5rem;
    }

    .select-items::-webkit-scrollbar-track {
        background: #ffffff;
        border-radius: 4px 0px 4px 4px;
    }

    .select-items::-webkit-scrollbar-thumb {
        background-color: #d9d9d6;
        border-radius: 4px;
    }

    .select-items::-webkit-scrollbar-thumb:hover {
        background: rgba(118, 118, 118, 0.6);
        border-radius: 4px;
    }

    .filters .custom-select {
        padding: 0;
    }

    .filters .custom-select .select-items div {
        display: flex;
    }

    .filters .small-label {
        display: flex;
    }

    .filters .custom-select .select-selected {
        display: flex;
    }

    .filters .custom-select .select-items input {
        display: flex;
    }

    .filters .custom-select .select-items label {
        font-size: 1.125rem;
        line-height: 120%;
        text-transform: uppercase;
        color: #888b8d;
        text-decoration-line: none;
        width: 45px;
    }

    .productos {
        padding: 10px 0 60px;
    }

    .product__center {
        margin-top: 1rem;
    }

    .block__search {
        padding: 15px 2rem 0;
    }
}

/* buscador autocomplete */

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 56%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: scroll;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete svg {
    position: absolute;
    left: 380px;
    top: 35%;
    transform: translateY(-50%);
    pointer-events: none;
}

.container__paginador {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* Productos buscador */

/* Notas Recientes 1 pieza */
/*
.label__container {
    display: flex;
    justify-content: center;
    position: relative;
}

hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: 100%;
    border: none;
}
*/
.notas__recientes__vistaUno {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container__notas__vistaUno {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 1600px;
    padding: 0 180px;
}

.item__cardUno {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.container__img__cardUno {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.container__img__cardUno img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 385px;
}

.container__img__cardUno span {
    position: absolute;
    top: 15px;
    transform: translate(20%);
    color: #ffffff !important;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
}

.container__tags__cardUno {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.container__tags__cardUno .categoria {
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
    font-size: 0.875rem;
    margin: 0;
}

.container__tags__cardUno .thema__cardUno {
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
    font-size: 0.875rem;
}

.container__resumen__cardUno .resumen__cardUno {
    margin: 0;
    font-size: 1.2rem;
    font-family: "Calibri";
}

.container__resumen__cardUno .fecha__cardUno {
    color: #4B4B4B;
    margin: 0;
    font-size: 1rem;
    font-family: "Calibri";
}

.container__resumen__cardUno {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.container__resumen__cardUno p {
    margin: 0;
    font-family: Georgia;
    font-size: 1.125rem;
    color: #000;
    line-height: 150%;
}

.container__resumen__cardUno p a {
    color: #000000;
    margin: 0;
    font-size: 1.25rem;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
    line-height: 140%;
}

.container__resumen__cardUno .title__cardUno a {
    color: #000000;
    margin: 0;
    font-size: 1.25rem;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .container__notas__vistaUno {
        padding: 0px 44px;
    }
}

@media screen and (max-width: 768px) {
    .container__notas__vistaUno {
        padding: 0px 30px;
    }

    .container__tags__cardUno .category__cardUno {
        font-size: 0.675rem;
    }

    .container__tags__cardUno .thema__cardUno {
        font-size: 0.675rem;
    }

    .container__img__cardUno img {
        width: 100%;
        height: 224px;
    }
}

/* Notas recientes 1 pieza */

/* Webinars */
.conect__tv__section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.container__webinnars__grid {
    padding: 0px 180px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1600px;
}

.splide.webinars__grid {
    padding: 0px 250px;
    max-width: 1600px;
    width: 100%;
}

.grid__conectTV {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card__item__conectTV {
    width: 100%;
}

.content__img__conectTV {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 212px;
}

.content__img__conectTV img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-left: 0px;
    height: 212px;
    max-height: 212px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

.container__resumen__conecTV {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container__resumen__conecTV p {
    margin: 0;
    line-height: 150%;
    font-family: Georgia, serif;
    font-size: 1.18rem;
    color: #000 !important;
}

.content__img__conectTV svg {
    position: relative;
    z-index: 1;
    width: 50%;
    -webkit-transform: translate(50%, 80%);
    -ms-transform: translate(50%, 80%);
    transform: translate(50%, 80%);
}

.card__conecTV__category {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin: 0;
    font-family: "Brandon Grotesque bold";
}

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

.card__conecTV__title {
    font-size: 1.25rem;
    line-height: 140%;
    color: #000 !important;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
}

.speaker__conecTV,
.date__conecTV {
    font-size: 0.875rem;
    font-weight: 600;
}

.name__spaker,
.format__date {
    font-size: 0.875rem;
}

.mfp-iframe-scaler iframe {
    background-color: #fff !important;
    padding: 60px 30px 40px 30px;
}

.mfp-iframe-holder .mfp-close {
    left: -20px !important;
    color: #000 !important;
    opacity: 1;
}

.mfp-iframe-holder .mfp-close {
    top: 0 !important;
}

.mfp-container:before {
    height: 10% !important;
}

.container__button__mobile {
    display: none;
}

.card__gen__conect__link {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "Brandon Grotesque black", sans-serif;
    text-transform: uppercase;
}

.splide.webinars__grid .splide__arrow svg {
    fill: none !important;
}

.splide.webinars__grid .splide__arrow--prev svg {
    transform: scaleX(1);
}

.splide.webinars__grid .splide__arrows .splide__arrow--prev {
    left: 180px !important;
}

.splide.webinars__grid .splide__arrows .splide__arrow--next {
    right: 180px;
}

.item__webinnar .container__button__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #009CDE;
    color: #FFF;
    height: 34px;
}

.item__webinnar .container__button__mobile a {
    text-decoration: none;
    color: #FFF !important;
    font-size: 1.167rem;
    font-family: "Brandon Grotesque Black", sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .container__webinnars__grid {
        padding: 0px 44px;
    }
}

@media screen and (max-width: 1024px) {
    .splide.webinars__grid .splide__arrows .splide__arrow--prev {
        left: 4rem !important;
    }

    .splide.webinars__grid .splide__arrows .splide__arrow--next {
        right: 4rem;
    }

    .container__webinnars__grid {
        padding: 0px 44px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .splide.webinars__grid {
        padding: 0px 114px;
    }
}

@media screen and (max-width: 820px) {
    .splide.webinars__grid .splide__arrows .splide__arrow--prev {
        left: 44px !important;
    }

    .splide.webinars__grid .splide__arrows .splide__arrow--next {
        right: 44px;
    }

    .splide.webinars__grid .splide__arrows {
        display: block;
    }

    .splide.webinars__grid {
        padding: 24px 44px;
    }
}

@media screen and (max-width: 768px) {
    .container__webinnars__grid {
        padding: 0px 30px;
    }

    .splide.webinars__grid {
        padding: 0px 30px;
    }

    .card__item__conectTV a {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 25px;
    }

    .mfp-iframe-holder .mfp-content {
        height: 400px;
    }

    .button__view__video {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .watch__video {
        background-color: #009CDE;
        color: #FFF;
        font-size: 1rem;
        padding: 15px;
        text-decoration: none;
        width: 240px;
        text-align: center;
        font-family: "Brandon Grotesque Bold", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        border: none;
    }

    .autocomplete svg {
        position: absolute;
        left: 280px;
        top: 52%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .container__button__mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
        background-color: #009CDE;
        color: #FFF;
    }

    .container__button__mobile a {
        text-decoration: none;
        color: #FFF !important;
        font-size: 1rem;
        font-family: "Brandon Grotesque Bold", sans-serif;
        text-transform: uppercase;
    }

    .splide.webinars__grid .splide__arrows {
        display: block;
    }

    .splide.webinars__grid .splide__arrows .splide__arrow--prev {
        left: 30px !important;
    }

    .splide.webinars__grid .splide__arrows .splide__arrow--next {
        right: 30px;
    }
}

@media screen and (max-width: 600px) {
    .autocomplete svg {
        top: 30%;
    }

    .splide__arrow {
        top: 95%;
    }

    .container__webinnars__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}

/* Webinars */

/* Webinars Search */

.conect__tv__search {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container__search__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    padding: 0 180px;
    max-width: 1600px;
}

.container__menu__areas {
    padding: 0;
    width: 100%;
    left: 0;
    bottom: auto;
    right: 0;
    z-index: 9;
    top: 60px;
    border-bottom: 1px solid #e7e9ec;
    overflow-x: auto;
}

.container__menu__areas ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.container__menu__areas ul li {
    padding-bottom: 30px;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    font-family: "Brandon Grotesque bold";
}

.container__menu__areas ul li a {
    color: var(--active-color);
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    text-transform: uppercase;
}

.container__menu__areas ul li.active {
    position: relative;
}

.container__menu__areas ul li a::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: var(--hover-color);
}

.container__menu__areas ul li.active::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: var(--active-color)
}

.container__filter {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.autocomplete_webinnar {
    position: relative;
    display: inline-block;
}

.autocomplete_webinnar svg {
    position: absolute;
    left: 380px;
    top: 30%;
    transform: translateY(-50%);
    pointer-events: none;
}

.container__buscador {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-self: self-start;
    width: auto;
    z-index: 2;
    overflow: visible;
    -webkit-transition: opacity 200ms linear, visibility 200ms;
    -o-transition: opacity 200ms linear, visibility 200ms;
    transition: opacity 200ms linear, visibility 200ms;
    justify-content: center;
}

.container__buscador form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container__buscador input {
    width: 420px;
    padding: 6px 6px 6px 1rem;
    font-size: 1rem;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222731;
    border: 3px solid #e9e9e9;
    outline: none;
    font-family: Georgia;
}

.container__buscador button {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    line-height: 1;
    margin-left: -1px;
}

.container__grid__conectv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.card__gen__conect__search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 95%;
    height: 100%;
}

.card__item__conectSearch {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.content__img__conectSearch {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 212px;
}

.content__img__conectSearch img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-left: 0px;
    object-fit: cover;
    height: 100%;
}

.content__img__conectSearch svg {
    position: relative;
    z-index: 1;
    width: 50%;
    -webkit-transform: translate(50%, 80%);
    -ms-transform: translate(50%, 80%);
    transform: translate(50%, 80%);
}

.container__button__search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #009CDE;
    color: #FFF;
    max-width: 95%;
    margin-bottom: 4rem;
}

.container__button__search a {
    text-decoration: none;
    color: #FFF !important;
    font-size: 1rem;
    font-family: "Brandon Grotesque Bold";
    text-transform: uppercase;
}

.container__resumen__search {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
}

.container__resumen__search p {
    margin: 0;
    line-height: 150%;
    font-family: Georgia, serif;
    font-size: 1.18rem;
    color: #000 !important;
}

@media screen and (max-width: 1080px) {
    .container__search__menu {
        padding: 0 44px;
    }
}

@media screen and (max-width: 820px) {
    .container__grid__conectv {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .container__search__menu {
        padding: 0 30px;
    }

    .container__grid__conectv {
        grid-template-columns: repeat(1, 1fr);
    }

    .card__item__conectSearch {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .card__gen__conect__search {
        max-width: 100%;
        width: 100%;
    }

    .container__buscador input {
        width: 370px;
    }

    .autocomplete_webinnar svg {
        left: 330px;
    }
}

@media screen and (max-width: 480px) {
    .container__buscador input {
        width: 300px;
    }

    .autocomplete_webinnar svg {
        left: 266px;
    }
}

/* post template */

.menu__post {
    background-color: #F8F8F8;
    width: 100%;
    margin: 0;
    padding: 30px 156px;
}

.menu__postGen {
    display: flex;
    flex-direction: row;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__postGen li {
    display: flex;
    align-items: center;
}

.menu__postGen li.active__menuPost {
    font-weight: 600;
}

.menu__postGen li a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    font-family: "Brandon Grotesque bold";
    line-height: 140%;
    text-transform: uppercase;
}

.menu__postGen li a::after {
    content: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.33594%201.16699L6.66927%206.50033L1.33594%2011.8337%22%20stroke%3D%22%23004F71%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    right: -15px;
    top: 60%;
    transform: translateY(-50%);
    color: #000;
}

.content__post__gen {
    display: flex;
    flex-direction: column;
    padding: 0px 156px 56px;
}

.datos__postGen {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.datos__postGen .title__post {
    font-family: "Brandon Grotesque bold";
    font-size: 3.5rem;
    margin: 25px 0px 0px;
    text-transform: uppercase;
}

.tags__postGen {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-height: 35px;
}

.tags__postGen .category__postGen span {
    font-family: "Brandon Grotesque bold";
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase;
    color: red;
}

.tags__postGen .theme__postGen {
    font-family: "Brandon Grotesque bold";
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase;
    color: #009CDE;
}

.date__postGen p {
    margin: 0;
}

.date__postGen p span time {
    font-family: "Calibri";
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.links__postGen p {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 0.875rem;
    font-weight: 600;
    align-items: center;
    margin: 0;
    font-family: Clibri;
}

.links__postGen .send__postGen a {
    text-decoration: none;
}

.container__post__barra {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.content__informacion__post {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
}

.content__informacion__post p {
    font-size: 1.2rem;
    color: #000;
    font-family: Georgia, sans-serif;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    text-align: justify;
}

.container__text__img .text__rigth__img,
.content__informacion__post .text__postGen {
    font-size: 1.2rem;
    color: #000;
    font-family: Georgia;
    font-weight: 400;
    line-height: 150%;
}

.content__informacion__post h2 {
    font-family: "Brandon Grotesque regular";
    font-size: 2rem;
    margin: 0;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.container__text__img {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.references__postGen {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.references__postGen p {
    font-size: 0.875rem;
    color: #000;
    font-family: Georgia;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

p a {
    font-size: 0.875rem;
    font-family: Georgia, sans-serif;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.references__postGen .reference__postGen,
.references__postGen .title__reference {
    font-size: 0.875rem;
    color: #000;
    font-family: Georgia;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.navegation__rigth {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30%;
}

/*
.label__container {
    display: flex;
    justify-content: center;
    position: relative;
}

hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: 100%;
    border: none;
}
*/
.related__notes__content,
.proucts__navegation,
.biblioteca__navegation {
    border: 1px solid #000;
    padding: 15px;
}

.theme__notes,
.title__biblioteca__thema,
.title__produtcs__thema {
    position: relative;
    padding-bottom: 15px;
}

.title__theme__notes,
.title__theme__products,
.title__theme__biblioteca {
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    color: #009CDE;
    text-transform: uppercase;
}

.title__biblioteca__thema::after,
.title__produtcs__thema::after,
.theme__notes::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}

.cards__productos__nav,
.cards__realedNotes,
.cards__biblioteca {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

.card__relatedNote,
.card__producto__nav,
.card__biblioteca {
    position: relative;
    padding-bottom: 15px;
}

.card__relatedNote a,
.card__producto__nav a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.card__biblioteca a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.card__producto__nav::after,
.card__relatedNote::after,
.card__biblioteca::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}

.interior__card,
.interior__card__producNav {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 15px;
    text-decoration: none;
    background-color: #F8F8F8;
    align-items: center;
}

.interior__card__biblioteca {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
    text-decoration: none;
    background-color: #F8F8F8;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
}

.img__cardRelatedNote,
.img__productNav {
    width: 111px;
    object-fit: cover;
    max-width: 111px;
    height: 111px;
}

.prev__relatedNote,
.prev__productNav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tag__relatedNote,
.tag__productNav {
    top: 15px;
    color: #ffffff;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 10px 10px;
    max-width: 50px;
    text-align: center;
    width: 46px;
    font-family: 'Brandon Grotesque bold';
    font-size: 0.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.title__prev__relatedNote,
.title__prev__productNav,
.title__download__biblioteca {
    font-size: 0.875rem;
    color: #2C3131;
    font-family: "Brandon Grotesque bold" !important;
    line-height: 150%;
    margin: 0;
    text-transform: uppercase;
}

.button__download__biblioteca {
    top: 15px;
    color: #ffffff !important;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 15px 15px;
    max-width: 140px;
    text-align: center;
    text-decoration: none;
    font-family: "Brandon Grotesque Black";
    font-size: 0.875rem;
}

.number__official {
    font-family: "Brandon Grotesque medium";
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}


@media screen and (max-width:1080px) {
    .content__post__gen {
        padding: 0px 80px;
    }

    .menu__post {
        padding: 30px 80px;
    }
}

@media screen and (max-width: 1024px) {
    .content__post__gen {
        padding: 0px 80px;
    }

    .menu__post {
        padding: 30px 80px;
    }

    .interior__card,
    .interior__card__producNav {
        flex-direction: column;
    }

    .datos__postGen .title__post {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 960px) {
    .content__post__gen {
        padding: 0px 20px;
    }

    .menu__post {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 820px) {
    .container__post__barra {
        flex-direction: column;
    }

    .container__text__img {
        flex-direction: column;
    }

    .content__informacion__post {
        width: 100%;
    }

    .navegation__rigth {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content__post__gen {
        padding: 0px 16px;
    }

    .menu__post {
        padding: 30px 16px;
    }

    .container__post__barra {
        flex-direction: column;
    }

    .container__text__img {
        flex-direction: column;
    }

    .content__informacion__post {
        width: 100%;
    }

    .navegation__rigth {
        width: 100%;
    }

    .interior__card,
    .interior__card__producNav {
        flex-direction: row;
    }

    .datos__postGen .title__post {
        font-size: 1.5rem;
    }

    .menu__postGen li.active__menuPost {
        max-width: 65%;
    }

    .menu__postGen li a {
        font-size: 0.875rem;
    }

    .references__postGen {
        max-width: 100%;
        overflow: hidden;
    }

    .references__postGen ol {
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0;
    }

    .reference__postGen ol li a {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/* post template */

/* interior de producto */
.deatelle__producto__interior {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 70px 156px;
}

.menu__detalle {
    width: 20%;
}

.producto__interior {
    padding: 30px 0px;
    width: 100%;
}

.menu__detalle ul {
    list-style: none;
    margin: 0;
    max-width: 100%;
}

.menu__detalle ul li p {
    padding-bottom: 30px;
    color: #888B8D;
    font-size: 16px;
    cursor: pointer;
    font-family: "Brandon Grotesque bold";
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

.menu__detalle ul li.active p {
    color: #000;
}

.menu__detalle ul li p {
    position: relative;
}

.menu__detalle ul li.active p::after {
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: #009cde;
    width: 100%;
}

.menu__detalle ul li p:hover {
    color: #009cde;
}

.menu__detalle ul li p:hover:not(.active)::after {
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: #009cde;
    width: 100%;
}

.imagen__detalle {
    display: flex;
    flex-direction: column;
    padding: 25px;
    width: 40%;
}

.content__img {
    max-width: 100%;
    overflow: hidden;
}

.contet__descripcion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.detalles__descripcion {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.title__medicamento {
    color: #002A3A;
    font-size: 1rem;
    text-decoration: underline;
    font-family: "Brandon Grotesque medium";
}

.tipo__medicamento {
    color: #002A3A;
    font-size: 1rem;
    text-decoration: underline;
    font-family: Georgia;
}

.contenido__medicamento {
    color: #002A3A;
    font-size: 0.765rem;
    font-family: 'Calibri';
}

.logo__company {
    align-content: center;
}

.descripcion__detalles {
    max-height: 550px;
    overflow-y: auto;
    width: 40%;
}

.label__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: auto;
    border: none;
    max-width: 960px;
    left: 180px;
    right: 180px;
}

.descripcion__detalle__item {
    display: none;
}

.descripcion__detalle__item p {
    font-family: "Calibri";
    color: #222731;
    line-height: 140%;
    font-size: 1.5rem;
    margin: 0;
}

.descripcion__detalle__item.select {
    display: block;
}

.content__img img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1400px) {
    .grid__terapeuticas {
        padding: 50px 156px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1080px) {
    .deatelle__producto__interior {
        padding: 70px 80px;
    }

    .content__img img {
        width: 250px;
    }

    .content__img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contet__descripcion {
        gap: 25px;
    }

    .descripcion__detalles {
        height: 400px;
    }

    .menu__detalle ul li.active::after {
        top: 32px;
    }

    hr.super {
        left: 44px;
        right: 44px;
    }
}

@media screen and (max-width: 960px) {
    .deatelle__producto__interior {
        padding: 70px 20px;
    }
}

@media screen and (max-width: 768px) {

    .deatelle__producto__interior {
        display: flex;
        flex-direction: column;
        padding: 30px 16px;
    }

    .imagen__detalle,
    .menu__detalle,
    .descripcion__detalles {
        order: 0;
        width: 100%;
    }

    .menu__detalle {
        order: 1;
    }

    .descripcion__detalles {
        order: 2;
        width: 100%;
    }

    .menu__detalle {
        padding: 0;
        width: 100%;
        left: 0;
        bottom: auto;
        right: 0;
        z-index: 9;
        top: 60px;
        border-bottom: 1px solid #e7e9ec;
        overflow-x: auto;
        max-width: 100%;
        min-width: 100%;
    }

    .menu__detalle ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 320px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        gap: 20px;
    }

    .menu__detalle ul li {
        font-size: 0.675rem;
    }

    .menu__detalle ul li.active::after {
        top: 30px;
    }

    .content__img img {
        width: 100%;
        object-fit: cover;
        max-width: 100%;
        height: auto;
    }

    .our__areas {
        padding: 0 30px;
    }

    hr.super {
        left: 0px;
        right: 0px;
    }
}

/* interior de producto */

/* areas terapeuticas */
.areas__terapeuticas__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid__terapeuticas {
    padding: 50px 180px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1600px;
}

.item__terapeutica {
    height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 214px;
    text-decoration: none;
}

.contenedor__info__terapeutica {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 15px;
}

.contenedor__info__terapeutica img {
    width: 96px;
    height: 96px;
}

.contenedor__info__terapeutica span {
    color: #fff;
    text-transform: uppercase;
    font-family: "Brandon Grotesque medium";
    font-size: 0.746rem;
    line-height: 120%;
}

a {
    cursor: pointer;
    padding: 0;
}

@media screen and (max-width: 1220px) {
    .grid__terapeuticas {
        grid-template-columns: auto auto auto auto;
    }
}

@media screen and (max-width: 1020px) {
    .grid__terapeuticas {
        padding: 50px 80px;
    }
}

@media screen and (max-width: 1000px) {
    .grid__terapeuticas {
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 600px) {
    .grid__terapeuticas {
        grid-template-columns: auto auto;
        padding: 50px 16px;
        gap: 10px;
    }

    .item__terapeutica {
        width: 160px;
    }
}

/* areas terapeuticas */

/* Cards with menu */

.block__menu__cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container__menu__cards {
    padding: 3rem 180px;
    width: 100%;
    max-width: 1600px;
}

.menu__cards {
    padding: 0;
    width: 100%;
    left: 0;
    bottom: auto;
    right: 0;
    z-index: 10;
    top: 60px;
    border-bottom: 1px solid #e7e9ec;
    overflow-x: auto;
}

.menu__cards ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.menu__cards ul li {
    padding-bottom: 30px;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    font-family: "Brandon Grotesque bold";
}

.menu__cards ul li a {
    color: var(--active-color);
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    text-transform: uppercase;
}

.menu__cards ul li.active {
    position: relative;
}

.menu__cards ul li a:hover::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: var(--hover-color);
}

.menu__cards ul li.active::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: var(--active-color)
}

::-webkit-scrollbar {
    height: 5px;
    width: 10px;
    background: #e7e9ec;
}

::-webkit-scrollbar-track {
    background: #e7e9ec;
}

::-webkit-scrollbar-thumb {
    background: #e7e9ec;
}

::-webkit-scrollbar-thumb:hover {
    background: #e7e9ec;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #222731;
}

.container__grid__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.item__card__menucards {
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    padding: 15px;
    align-items: center;
    min-height: 425px;
    justify-content: space-around;
}

.information__menucards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.title__card__menucards {
    font-size: 1.25rem;
    margin: 0;
    line-height: 150%;
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
}

.information__menucards p {
    font-size: 1rem;
    margin: 0;
    line-height: 150%;
    font-family: "Calibri";
}

.information__menucards p.specta__code {
    font-size: 0.875rem;
    margin: 0;
    line-height: 150%;
    font-family: "Calibri";
}

.item__card__menucards .button__download__menucards {
    display: flex;
    width: fit-content;
    background-color: #009CDE;
    padding: 10px 5px;
    color: #FFF;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-family: "Brandon Grotesque bold";
    font-size: 1.25rem;
    text-transform: uppercase;
}

.content__btn__download {
    padding-top: 50px;
}

.container__grid__cards {
    display: none;
}

.container__grid__cards.select {
    display: grid;
}

@media screen and (max-width: 1080px) {
    .container__menu__cards {}
}

@media screen and (max-width: 1020px) {
    .container__menu__cards {
        padding: 0 44px;
    }
}

@media screen and (max-width: 768px) {
    .container__menu__cards {
        padding: 0 30px;
    }

    .container__grid__cards {
        grid-template-columns: 1fr;
    }
}

/* Cards with menu */

/* grid iconos  */

.section__icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.grid__icons {
    padding: 0px 180px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1600px;
}

.grid__icons a {
    text-decoration: none;
}

.grid__icons a span {
    color: #264E67 !important;
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    line-height: 140%;
}

.grid__icons div span {
    color: #264E67 !important;
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    line-height: 140%;
}

.item__icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.containet__backgroud {
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 165px;
    max-width: 165px;
    text-decoration: none;
    border-radius: 50%;
}

.container__icon {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 15px;
}

@media screen and (max-width: 1080px) {
    .grid__icons {
        padding: 0px 44px;
    }
}

@media screen and (max-width: 820px) {
    .grid__icons {
        padding: 30px 20px;
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 768px) {
    .grid__icons {
        padding: 0px 30px;
        grid-template-columns: auto;
    }

    .item__icon {
        flex-direction: row;
    }

    .containet__backgroud {
        width: 50%;
    }

    .grid__icons div span {
        width: 60%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .containet__backgroud {
        width: 40%;
        height: auto;
    }

    .grid__icons div span {
        width: 60%;
    }
}


/* grid iconos  */

/* menu with menu */
.menu__img__carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item__grid {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.container__grid__menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 1600px;
    padding: 0px 180px;
    align-items: baseline;
    justify-content: center;
}

.splide.img__carousel {
    padding: 0px 250px;
    width: 100%;
    max-width: 1600px;
}

.grid__slider__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.container__img__sliderMenu {
    width: 100%;
    height: auto;
    max-height: 245px;
    overflow: hidden;
}

.container__img__sliderMenu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.informacion__sliderMenu {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    height: auto;
    min-height: 120px;
    justify-content: space-between;
}

.informacion__sliderMenu .categoria {
    font-family: "Brandon Grotesque Bold", sans-serif;
    text-transform: uppercase;
    line-height: 140%;
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

.button__sliderMenu {
    display: inline-block;
    background-color: #009CDE;
    color: #ffffff !important;
    font-family: 'Brandon', sans-serif;
    font-size: 14pt;
    text-align: center;
    height: 34px;
    line-height: 14pt;
    text-decoration: none;
    border: none;
    border-radius: 0;
    white-space: nowrap;
}

.button__sliderMenu span {
    display: inline-block;
    width: 100%;
    font-family: "Brandon Grotesque Black", sans-serif;
    font-size: 1.167rem;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
}

.informacion__sliderMenu .category {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-top: 1.2rem;
    height: auto;
}

.splide.img__carousel .splide__arrow--prev {
    left: 180px !important;
}

.splide.img__carousel .splide__arrow--next {
    right: 180px !important;
}

.splide.img__carousel .splide__arrow svg {
    fill: none !important;
    height: 48px !important;
    width: 48px !important;
}

.splide.img__carousel .splide__arrow--prev svg {
    transform: scaleX(1);
}

.date__postGen p {
    font-family: "Brandon Grotesque medium", sans-serif;
    font-size: 20px;
    text-transform: capitalize;
}

.container__number__post {
    font-size: 0.875rem;
    color: #000;
    font-family: Georgia;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding-top: 15px;
}


@media (max-width: 1080px) {
    .container__grid__menu {
        padding: 0px 44px;
    }
    .container__img__sliderMenu {
        max-height: fit-content;
        padding: 10%;
    }
}

@media (max-width: 1024px) {
    .container__grid__menu {
        gap: 24px;
        padding: 0px 44px;
        grid-template-columns: repeat(3, 1fr);
    }

    .item__slider__menu {
        width: 100%;
    }

    .splide.img__carousel {
        padding: 0px 114px;
    }

    .splide.img__carousel .splide__arrow--prev {
        left: 44px !important;
    }

    .splide.img__carousel .splide__arrow--next {
        right: 44px !important;
    }
}

@media screen and (max-width: 820px) {
    .informacion__sliderMenu .categoria {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .item__slider__menu {
        width: 100%;
    }

    .splide.img__carousel {
        padding: 0px 30px;
    }

    .informacion__sliderMenu {
        height: auto;
        gap: 14px;
        min-height: auto;
    }

    .informacion__sliderMenu .category {
        padding-top: 1rem;
    }

    .container__grid__menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0px 30px;
    }

    .container__img__sliderMenu img {
        object-fit: contain;
    }

}

@media (max-width: 600px) {
    .splide.img__carousel .splide__arrow--prev {
        top: 98%;
        left: 30px !important;
    }

    .splide.img__carousel .splide__arrow--next {
        top: 98%;
        right: 30px !important;
    }

    .container__img__sliderMenu {
        height: auto;
        max-height: fit-content;
    }

    .container__grid__menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 0px 30px;
    }

    .informacion__sliderMenu .category {
        height: auto;
        min-height: auto;
    }

    .button__sliderMenu span {
        font-size: 0.875rem;
    }
}

/* menu with menu */

/* peticiones y quejas */
.peticiones__quejas {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__peticionesQuejas {
    padding: 0px 180px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    max-width: 1600px;
}

.descripcion__info__peticion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    width: 30%;
    justify-content: space-around;
    max-height: 300px;
}

.back__peticionesQuejas {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000 !important;
    text-decoration: underline;
    text-transform: capitalize;
}

.descripcion__info__peticion h1 {
    font-size: 2rem;
    margin: 0;
    color: #000;
}

.descripcion__contenido {
    display: flex;
    flex-direction: column;
}

.text__descibeQueja {
    color: #000;
    font-size: 1.2rem;
    margin: 0;
}

.text__descibeQueja a {
    text-decoration: underline;
    color: #000;
    font-size: 1.2rem;
    margin: 0;
}

.container__phones {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
}

.phone__peticionQueja {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.5rem;
}

.phone__peticionQueja p {
    position: absolute;
    margin: 0;
    top: 0;
}

.phone__peticionQueja td {
    position: relative;
    overflow: hidden;
    height: 2em;
}

.phone__peticionQueja tr:nth-child(even) {
    background-color: #ddd;
}

.phone__peticionQueja tr:hover {
    background-color: #f2f2f2;
}

.info__atencion__peticionQueja {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.horarios__atencion {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.horarios__atencion p {
    font-size: 0.875rem;
    color: #000;
    margin: 0;
}

.info__extra__peticionQueja p {
    font-size: 0.875rem;
    color: #000;
    margin: 0;
}

.info__extra__peticionQueja a {
    font-size: 0.875rem;
    color: #000;
    margin: 0;
}

@media screen and (max-width: 1080px) {
    .container__peticionesQuejas {
        padding: 30px 44px;
    }
}

@media screen and (max-width: 820px) {
    .container__peticionesQuejas {
        align-items: center;
    }

    .descripcion__info__peticion {
        height: auto;
        max-height: none;
        width: 50%;
    }

    .descripcion__info__peticion h1 {
        font-size: 1.5rem;
    }

    .phone__peticionQueja td {
        height: 1em;
    }
}

@media screen and (max-width: 768px) {
    .container__peticionesQuejas {
        padding: 0px 30px;
    }

    .container__phones,
    .descripcion__info__peticion {
        width: 100%;
        height: auto;
        max-height: none;
    }

    .container__peticionesQuejas {
        flex-direction: column;
        gap: 30px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .container__phones,
    .descripcion__info__peticion {
        width: 100%;
        overflow: hidden;
    }

    .phone__peticionQueja {
        max-width: 100%;
    }

    .phone__peticionQueja td {
        font-size: 0.875rem;
    }
}

/* peticiones y quejas */

/* Visita Médica */
.visita__medica {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__visitaMedica {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    max-width: 1600px;
    padding: 0 180px;
}

.descripcion__visitaMedica {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    width: 30%;
    justify-content: space-around;
    max-height: 300px;
}

.back__visitaMedica {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    color: #000 !important;
}

.descripcion__visitaMedica h1 {
    font-size: 2rem;
    margin: 0;
    color: #000;
    font-family: "Brandon Grotesque medium";
    font-weight: 400;
}

.descripcion__visitaMedica .subtitulo__visitaMedica {
    font-size: 1.75rem;
    margin: 0;
    color: #000;
    font-family: "Brandon Grotesque medium";
}

.descripcion__contenido__visita {
    display: flex;
    flex-direction: column;
}

.descripcion__contenido__visita p {
    color: #000;
    font-size: 1rem;
    margin: 0;
    font-family: "Georgia";
}

.container__formVisita {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
}

.container__datosGenerales .label__container {
    display: flex;
    justify-content: center;
    position: relative;
}

.container__datosGenerales hr.super {
    position: absolute;
    top: 1.375rem;
    background: #000000;
    height: 0.125rem;
    width: 100%;
    border: none;
    left: 0 !important;
    right: 0 !important;
}

.container__datosGenerales .text__label {
    font-family: "Brandon Grotesque Bold";
    font-weight: 420;
    font-size: 1.375rem;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    padding: 2px 2rem;
    border: 0.125rem solid #000000;
    border-radius: 1.25rem 0px;
    background-color: #ffffff;
    z-index: 2;
}

.container__datosGenerales .text__label span {
    font-family: "Brandon Grotesque medium";
}

.container__datosGenerales .label__container p {
    color: var(--Black-abbott, #000);
    text-align: center;
    font-family: var(--third-font);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.form__visitaMedica {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.error__span {
    display: none;
    color: red;
    font-family: "Calibri";
}

.container__inputLabel {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    width: 45%;
    margin-right: 20px;
    font-family: "Calibri";
    color: #929292;
}

.container__inputLabel p {
    margin: 0;
    width: 100%;
}

.input__wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input__wrapper input {
    width: 100%;
}

.container__formVisita {
    margin: 20px;
}

.form__visitaMedica {
    display: flex;
    flex-direction: column;
}

.container__datosGenerales {
    margin-bottom: 20px;
}

.label__container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    width: 100%;
}
/*
.label__container .text__label {
    margin-left: 10px;
}
*/
.container__inputsForm {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.input__visitaMedica {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.super {
    width: 100%;
    border: 1px solid #ccc;
}

.container__button p input {
    background-color: #009CDE;
    color: #ffffff;
    font-family: "Brandon Grotesque Black";
    padding: 15px 45px;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    line-height: 140%;
}

.container__inputLabel p span input {
    width: 100%
}

@media screen and (max-width: 1080px) {
    .container__visitaMedica {
        padding: 0px 44px;
    }
}

@media screen and (max-width: 1024px) {
    .container__visitaMedica {
        padding: 0px 44px;
    }

    .container__inputLabel p span input {
        width: 100%
    }
}

@media screen and (max-width: 820px) {
    .container__visitaMedica {
        padding: 0px 44px;
    }

    .container__inputLabel p span input {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .container__visitaMedica {
        padding: 0px 30px;
    }

    .container__visitaMedica {
        flex-direction: column;
        gap: 30px;
    }

    .descripcion__visitaMedica {
        width: 100%;
    }

    .container__formVisita {
        width: 100%;
        margin: 0px;
    }

    .container__datosGenerales {
        margin-bottom: 0px;
    }

    .container__inputsForm {
        flex-direction: column;
    }

    .container__inputLabel {
        width: 100%;
        margin: 10px 0;
    }

    .container__inputLabel p span input {
        width: 100%
    }
}

/* Termina Visita Médica */

/* News Slider 3 columns */
.news__trhee__grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide.swipper__grid__three {
    width: 100%;
    max-width: 1600px;
    padding: 0 180px;
}

.item__note__grid__three {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.container__img__gridThree {
    width: 100%;
    position: relative;
    height: 320px;
    overflow: hidden;
}

.container__img__gridThree span {
    position: absolute;
    top: 15px;
    transform: translate(20%);
    color: #ffffff;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-family: "Brandon Grotesque bold";
    font-size: 1.125rem;
    text-transform: uppercase;
}

.container__img__gridThree img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contenedor__info__gridThree {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    height: 70px;
}

.contenedor__info__gridThree .categoria {
    font-family: "Brandon Grotesque Bold";
    text-transform: uppercase;
    line-height: 140%;
    font-size: 18px;
    text-align: left;
}

.contenedor__resumen__gridThree {
    display: flex;
    justify-content: end;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    height: 300px
}

.contenedor__resumen__gridThree .title__gridThree {
    font-family: "Brandon Grotesque Bold";
    text-transform: uppercase;
    line-height: 140%;
    font-size: 1.25rem;
    text-align: left;
    margin: 0;
}

.contenedor__resumen__gridThree p {
    font-family: "Georgia";
    font-size: 1rem;
    line-height: 140%;
    text-align: left;
    margin: 0;
}

.contenedor__resumen__gridThree .btn__gridThree {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #009CDE;
    border: 1px solid transparent;
    padding: 20px 15px;
    text-align: center;
    font-family: "Brandon Grotesque Black";
    font-size: 1rem;
    text-transform: uppercase;
}

.resumen__gridThree {
    font-family: "Georgia";
    font-size: 1rem;
    line-height: 140%;
    text-align: left;
    margin: 0;
}

@media screen and (max-width: 1080px) {
    .splide.swipper__grid__three {
        padding: 0px 64px;
    }

    .splide.swipper__grid__three .splide__arrow--next {
        right: 40px !important;
    }

    .splide.swipper__grid__three .splide__arrow--prev {
        left: 40px !important;
    }
}

@media screen and (max-width: 820px) {
    .contenedor__resumen__gridThree {
        height: 420px;
    }

}

@media screen and (max-width: 768px) {
    .splide.swipper__grid__three {
        padding: 0px 30px;
    }

    .item__note__grid__three {
        justify-content: flex-start;
    }

    .contenedor__resumen__gridThree,
    .contenedor__info__gridThree {
        height: auto;
    }

    .splide.swipper__grid__three .splide__arrow--prev {
        left: 30px !important;
        top: 750px;
    }

    .splide.swipper__grid__three .splide__arrow--next {
        right: 30px !important;
        top: 750px;
    }
}

/* Grid areas serach */
.grid__areas__search {
    display: flex;
    flex-direction: row;
    padding: 0px 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.item__area__search {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    width: 20%;
    text-align: center;
    height: 200px;
}

.item__area__search img {
    width: 90px;
    height: 90px;
}

.item__area__search span {
    text-transform: uppercase;
    font-family: "Brandon Grotesque bold";
    font-size: 1rem;
    line-height: 140%;
}

@media screen and (max-width: 920px) {
    .item__area__search {
        width: 30%;
    }

}

@media screen and (max-width: 1280px) {
    .grid__areas__search {
        padding: 0px;
    }

}

@media screen and (max-width: 768px) {
    .grid__areas__search {
        padding: 0px;
    }

    .item__area__search img {
        width: 46px;
        height: 46px;
    }

    .item__area__search span {
        display: none;
    }

    .item__area__search {
        width: 20%;
        padding: 10px 0px;
        height: auto;
    }
}

/* News 3 columns versión 2 */
.recent__notes__grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent__notes__grid .recent__notes__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 180px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.notes__container__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 45px 0;
}

.button__card__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #009CDE;
    color: #FFF !important;
    text-decoration: none;
    font-family: "Brandon Grotesque bold";
    font-size: 1.25rem;
    text-transform: uppercase;
}

.tab__filter__item__grid {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    padding-bottom: 0.25rem;
    color: #888b8d;
    font-size: 1rem;
    font-weight: 450;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: 0.5rem;
}

.tab__filter__item__grid:visited {
    color: #888b8d;
}

.tab__filter__item__grid.active-filter {
    color: #000;
    border-color: #000;
}

.abbott__card__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.abbott__card__grid>div:first-child {
    position: relative;
    overflow: hidden;
}

.abbott__card__grid>div:first-child img {
    width: 100% !important;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    height: 300px;
    object-fit: cover;
}

.abbott__card__grid:hover>div:first-child img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.abbott__card__grid:hover>div:first-child::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(bottom,
            rgba(0, 76, 151, 0.3) 0%,
            rgba(0, 76, 151, 0.3) 100%);
    background: -webkit-gradient(linear,
            left bottom, left top,
            from(rgba(0, 76, 151, 0.3)),
            to(rgba(0, 76, 151, 0.3)));
    background: linear-gradient(0deg,
            rgba(0, 76, 151, 0.3) 0%,
            rgba(0, 76, 151, 0.3) 100%);
}

.abbott__card__grid:hover .btn__abbott.btn__transparent {
    opacity: 1;
}

.abbott__card__grid .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 16px;
    gap: 12px;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: space-between;
}

.info__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    align-items: center;
    justify-content: flex-start;
    height: 135px;
    max-height: 135px;
    max-width: 100%;
}

.title__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.abbott__card__grid .card__info h3 {
    color: var(--Black-abbott, #000);
    font-size: 20px;
    font-weight: 450;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
}

.abbott__card__grid .card__info p {
    color: #000;
    font-family: var(--third-font), "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.abbott__card__grid .card__info .date {
    color: var(--neutral-text-subdued-gray, #616161);
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1220px) {
    .notes__container__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .info__card {
        height: 155px;
        max-height: 155px;
    }
}

@media screen and (max-width: 1080px) {
    .recent__notes__grid .recent__notes__container {
        padding: 0px 44px;
    }
}

@media screen and (max-width: 1024px) {
    .recent__notes__grid {
        padding: 56px 0;
    }

    .recent__notes__grid .recent__notes__container {
        padding: 0px 44px;
    }

}

@media screen and (max-width: 820px) {
    .recent__notes__grid {
        padding: 56px 0;
    }

    .abbott__card__grid .card__info p {
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .notes__container__grid {
        grid-template-columns: 1fr;
    }

    .abbott__card__grid .card__info {
        height: auto;
        justify-content: flex-start;
        max-height: fit-content;
    }

    .recent__notes__grid {
        padding: 16px 0;
    }

    .recent__notes__grid .recent__notes__container {
        padding: 0px 30px;
    }

    .abbott__card__grid {
        width: 100%;
        overflow: hidden;
    }

    .info__card {
        height: auto;
    }

    .abbott__card__grid>div:first-child img {
        height: auto;
    }
}

/* Banner Slider with SVG */
.banner__slider__svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.splide.slider__banner__svg {
    width: 100%;
    max-width: 1600px;
    padding: 0 260px;
}

.container__banner__svg {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.item__banner__svg {
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    padding: 30px 40px;
    height: 100%;
}

.item__banner__svg h3 {
    font-family: "Brandon Grotesque bold";
    font-size: clamp(1.6rem, 2vw + 1rem, 4.8rem);
    line-height: 120%;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}

.item__banner__svg p {
    font-family: "Brandon Grotesque regular";
    width: 85%;
    font-size: clamp(1.6rem, 2vw + 1rem, 4.8rem);
    line-height: 140%;
    color: #ffffff;
    margin: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.item__banner__svg p span {
    display: flex;
}

.item__banner__svg p .svg__icon {
    max-width: 320px;
}

.item__banner__svg a {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: center;
}

.slider__banner__svg swiper-slide img.img__desk,
.slider__banner__svg swiper-slide img.img__mob {
    width: 100%;
    height: 400px;
    object-fit: cover;
    max-height: 400px;
}

.splide.slider__banner__svg .splide__arrow svg {
    fill: none !important;
    height: 80px !important;
    width: 80px !important;
}

.splide.slider__banner__svg .splide__arrow--next {
    right: 180px;
}

.splide.slider__banner__svg .splide__arrow--prev {
    left: 180px !important;
}

.splide.slider__banner__svg .splide__pagination {
    display: none;
}

.splide.slider__banner__svg .splide__arrow--prev svg {
    transform: scaleX(1);
}

/*.slider__banner__svg ul.splide__list {
    height: 300px;
}*/

.slider__banner__svg ul.splide__list .splide__slide img.img__desk {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Media query banners*/
@media screen and (max-width:1080px) {
    .splide.slider__banner__svg {
        padding: 0 44px;
    }

    .splide.slider__banner__svg .splide__arrow--prev {
        left: 0px !important;
    }

    .splide.slider__banner__svg .splide__arrow--next {
        right: 0px;
    }
}

@media screen and (max-width:1024px) {
    .item__banner__svg {
        gap: 20px;
        padding: 20px 70px;
    }

    .splide.slider__banner__svg {
        padding: 0 44px;
    }

    .splide.slider__banner__svg .splide__arrow--prev {
        left: 0px !important;
    }

    .splide.slider__banner__svg .splide__arrow--next {
        right: 0px;
    }

    .splide.slider__banner__svg .splide__arrow {
        top: 50%;
    }

    /*.slider__banner__svg ul.splide__list {
        height: 300px;
    }*/

    .slider__banner__svg ul.splide__list .splide__slide img.img__desk {
        height: auto;
        object-fit: fill;
    }

    .info__banner__svg .svg__icon {
        object-fit: cover;
    }

    .item__banner__svg p .svg__icon {
        width: 200px;
    }
}

@media screen and (max-width:768px) {
    .splide.slider__banner__svg {
        padding: 0 30px;
    }

    .banner__slider__svg .splide__arrows {
        display: block;
    }

    .slider__banner__svg ul.splide__list .splide__slide img.img__mob {
        width: 100%;
    }

    .splide.slider__banner__svg .splide__arrow--prev {
        left: 0rem !important;
        top: 98%;
    }

    .splide.slider__banner__svg .splide__arrow--next {
        right: 0rem;
        top: 98%;
    }
}

@media (max-width: 480px) {

    .slider__banner__svg ul.splide__list {
        height: 384px;
    }

    .item__banner__svg p {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
    }

    .slider__banner__svg ul.splide__list .splide__slide img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .item__banner__svg {
        overflow: hidden;
        justify-content: flex-start;
        padding: 20px 10px;
    }

    .item__banner__svg a {
        font-size: 1rem;
    }

    .button__slider__svg {
        padding: 10px 15px !important;
    }

    .info__banner__svg .svg__icon {
        width: 200px !important;
    }

    .splide.slider__banner__svg .splide__arrow--prev {
        left: 1rem !important;
    }

    .splide.slider__banner__svg .splide__arrow--next {
        right: 1rem;
    }
}

/* Banner Slider with SVG */

/* Section container 2 columns svg */
.section__blocks {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.item__block {
    width: 100%;
    max-width: 1600px;
    padding: 3rem 180px;
}

.container__block {
    display: flex;
    flex-direction: row;
    background-color: #F8F8F8;
    width: 100%;
    gap: 50px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px 30px;
}

.container__imgblock {
    width: min(30vw, 150px);
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background-color: #009CDE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__imgblock img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}


.container__textblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    width: 80%;
    padding-top: 20px;
}

.title__textblock {
    font-family: "Brandon Grotesque bold";
    font-size: clamp(1.143rem, 2vw + 1rem, 2.857rem);
    line-height: 120%;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}

.text__infoblock {
    font-family: "Calibri";
    font-size: 1.25rem;
    line-height: 140%;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}

@media screen and (max-width: 1024px) {
    .item__block {
        padding: 30px 44px;
    }

    .container__block {
        gap: 30px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .container__block {
        padding: 40px 20px;
        gap: 30px;
    }

    .item__block {
        padding: 30px 30px;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .container__block {
        flex-direction: column;
        padding: 30px 16px;
    }

    .container__textblock {
        width: 100%;
        padding: 0px;
        gap: 20px;
    }

    .item__block {
        gap: 30px;
        padding: 30px 30px;
    }
}

/* Section container 2 columns svg */

/* Hero Banner Main*/
.hero_main {
    padding: 30px 180px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background-image: var(--data-bg-desktop);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    max-height: 600px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.hero_main .hero__container_main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.hero_main .hero__container_main .hero__info_main {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 54%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.hero_main .hero__container_main h1 {
    font-family: var(--main-font);
    font-size: clamp(0.8rem, 2vw + 1rem, 2.8rem);
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.hero_main .hero__container_main p {
    font-family: "Brandon Grotesque regular";
    font-size: clamp(0.583rem, 2vw + 1rem, 1.667rem);
    line-height: 140%;
    margin: 0;
    max-width: 70%;
}

.background__mobile {
    display: none;
}

@media screen and (max-width: 1080px) {
    .hero_main .hero__container_main .hero__info_main {
        width: 60%;
    }

    .hero_main {
        padding: 30px 44px;
    }
}

@media screen and (max-width: 1024px) {
    .hero_main .hero__container_main .hero__info_main {
        gap: 9px;
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .hero_main {
        padding: 30px 44px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero_main {
        padding: 30px 30px;
        height: 400px;
    }

    .hero_main .hero__container_main .hero__info_main {
        width: 70%;
    }
}



@media screen and (max-width: 768px) {
    .hero_main {
        padding: 0px 0px 10px;
        height: auto;
        background-image: none;
        max-height: none;
    }

    .background__mobile {
        display: block;
        height: 500px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .background__mobile img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .hero_main .hero__container_main .hero__info_main {
        width: 100%;
    }

    .hero_main .hero__container_main {
        padding: 20px 30px;
        justify-content: flex-start !important;
    }

    .hero_main .hero__container_main p {
        width: 100%;
        max-width: 100%;
    }
}

/* Hero Banner Main*/

/* Modal required login */
.init__login {
    border-radius: 0px !important;
    max-width: 100%;
}

.buttons__modalcontainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal__btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 400px) {
    .modal__logrequired {
        padding: 52px 16px !important;
        margin: 20px 10px !important;
        max-width: 300px !important;
        left: 5% !important;
    }

    .input_search.search-field,
    .search__container__product form,
    .autocomplete,
    .search__container__product {
        max-width: 100%;
    }

    .autocomplete svg {
        left: 219px;
    }
}

/*Trust*/
/*Styles for oneThrust*/
.ot-form-wrapper {
    max-width: 750px;
    height: 800px;
    border: 1px solid #c0c2c7;
    margin: auto;
}

.ot-form-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.otnotice-content {
    margin: 0px !important;
    padding: 0px !important;
}

.otnotice-content .otnotice-menu {
    display: none !important;
}

.otnotice-content .otnotice-sections {
    margin-left: 5px !important;
    margin-right: 0px !important;
}

.ot-privacy-notice-language-dropdown-container {
    display: none !important;
}

div.otnotice__version {
    display: none !important;
}

.otnotice-section-content p span {
    font-family: "Georgia" !important;
    line-height: 1.2rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #404040 !important;
}

.selected-language-display {
    color: #667080 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    margin-left: 15px;
}

.otnotice-section-content p {
    font-family: "Georgia" !important;
    line-height: 1.2rem !important;
    font-size: 1rem !important;
    color: #000000 !important;
}

.otnotice-section-content {
    margin-left: 0px !important;
}

.side-by-side {
    display: inline-block;
    height: auto;
}

.otnotice-menu-mobile {
    display: none !important;
}

.otnotice-version {
    display: none !important;
}

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

.check_trust div {
    display: flex;
    flex-direction: row;
}

.otnotice-section-content span {
    background-color: transparent !important;
}

.onetrhust {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 3px 0px;
}

.check__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.otnotice-content .otnotice-sections .otnotice-section-content p {
    margin: 0 !important;
    font-family: "Georgia" !important;
    color: #404040 !important;
    font-size: 1rem !important;
}

.otnotice-content .otnotice-sections .otnotice-section-content a {
    font-family: "Georgia" !important;
    color: #404040 !important;
    font-size: 1rem !important;
}

@media screen and (max-width: 768px) {
    .onetrhust {
        align-items: flex-start;
    }

    .otnotice-version {
        display: none !important;
    }

    .onetrhust input {
        margin-top: 5px;
    }

    .otnotice-content .otnotice-sections .otnotice-section-content p {
        margin: 0;
    }

    .otnotice-sections>.otnotice-section>.otnotice-section-content {
        margin: 0 !important;
    }
}

/*References page */
.references__page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.references__page .references__postGen {
    width: 100%;
    gap: 0px;
    padding: 0px 180px;
    max-width: 1600px;
}

.references__page .references__postGen ol {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 10px;
}

@media screen and (max-width: 1080px) {
    .references__page .references__postGen {
        padding: 0px 44px;
    }
}

@media screen and (max-width: 1024px) {
    .references__page .references__postGen {
        padding: 0px 44px;
    }
}

@media screen and (max-width: 768px) {
    .references__page .references__postGen {
        padding: 0px 30px;
    }
}

/* Section space blocks */
.block__space__contents {
    padding: 1.5rem 0;
    width: 100%;
}

/* Section full video */
.block__full__video {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 180px;
    box-sizing: border-box;
}

.video__container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 1024px) {
    .block__full__video {
        padding: 0 44px;
    }
}

@media screen and (max-width: 768px) {
    .block__full__video {
        padding: 0 30px;
    }
}

/*New Modal */
.modal__acordeon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__button {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-height: 1600px;
    padding: 0 180px;
}

.background__button {
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 165px;
    max-width: 165px;
    text-decoration: none;
    border-radius: 50%;
}

.icon__acordeon {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 15px;
}

.modal__inpage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 101;
    display: none;
}

.container__modal {
    background-color: #FFF;
    max-width: 600px;
    border-radius: 24px;
    padding: 3rem;
    position: fixed;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 610px;
    overflow: auto;
}

.container__modal__grid{
    background-color: #FFF;
    max-width: 600px;
    border-radius: 24px;
    padding: 3rem;
    position: fixed;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-height: 610px;
    overflow: auto;
}

.item__grid__modal{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.item__grid__modal img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.body__modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #009CDE;
    padding: 10px;
}

.button__close {
    position: absolute;
    top: 2.875rem;
    right: 1.875rem;
    cursor: pointer;
}

.button__close img {
    font-size: 1.5rem;
    transform: translate(10px, -20px);
    padding: 0;
    background: #0000;
    outline: none;
    border: none;
    cursor: pointer;
    width: 25px;
}

.text__modal {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 1.25rem;
    color: #2C3131;
    text-transform: capitalize;
    margin: 0;
}

.button__modal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #009CDE;
    color: #FFF !important;
    text-decoration: none;
    font-family: "Brandon Grotesque bold", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    height: 34px;
}

.accordion__item {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #888B8D;
}

.accordion__header {
    width: 100%;
    background-color: transparent;
    color: #000;
    font-family: "Brandon Grotesque bold", sans-serif;
    font-size: 1.1rem;
    padding: 10px 0px;
    border: none;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
}

.accordion__body {
    display: none;
    padding: 10px 0px;
    background-color: #FFF;
}

.accordion__body.active {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.accordion__icon {
    float: right;
    margin-left: auto;
}

.accordion__icon--minus {
    display: none;
}

.accordion__header.active .accordion__icon--plus {
    display: none;
}

.accordion__header.active .accordion__icon--minus {
    display: inline;
}

@media screen and (max-width: 1080px) {
    .content__button {
        padding: 0 44px;
    }
    .container__modal__grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .content__button {
        padding: 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .content__button {
        justify-content: center;
    }

    .container__modal {
        width: 350px;
    }

    .accordion__item {
        margin-bottom: 0px;
    }
    .container__modal__grid{
        grid-template-columns: 1fr;
    }
}

/* bloque acordeon */
.acordeon__section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__acordeon {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 180px;
}

.item__accordion {
    width: 100%;
    border-bottom: 1px solid #888B8D;
    margin: 5px 0;
    overflow: hidden;
}

.accordion__title {
    width: 100%;
    background-color: transparent;
    color: #000;
    font-family: "Brandon Grotesque medium", sans-serif;
    font-size: 1.375rem;
    padding: 15px 0px;
    border: none;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion__content {
    display: none;
}

.accordion__content.active {
    display: block;

}

.accordion__title.active .accordion__icon--plus {
    display: none;
}

.accordion__title.active .accordion__icon--minus {
    display: inline;
}

.text__acordeon {
    font-size: 1.25rem;
    font-family: "Georgia", "Times New Roman", Times, serif;
    color: #000;
    text-align: justify;
}

@media screen and (max-width: 1080px) {
    .container__acordeon {
        padding: 0 44px;
    }
}

@media screen and (max-width: 768px) {
    .container__acordeon {
        padding: 0 30px;
    }

    .accordion__title {
        font-size: 0.875rem;
    }

    .text__acordeon {
        font-size: 1rem;
    }
}