@charset "UTF-8";
/*
sass --watch scss/main.scss ../assets/css/main.min.css
*/
:root {
    --primary-color: #0096AD;
    --primary-light-color: #E6F8FA;
    --secondary-color: #511E84;
    --secondary-sub-color: #E6F8FA;
    --secondary-ligth-color: #A7ABE9;
    --tertiary-color: #4F53D1;
    --padding: 32px;
}

@media screen and (min-width: 992px) {
    :root {
        --padding: 56px;
    }
}

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

.weight-500 {
    font-weight: 500;
}

.text-primary {
    color: var(--primary-color);
}

.text-secondary {
    color: var(--primary-color);
}

.p-0 {
    padding: 0 !important;
}

.text-center {
    text-align: center !important;
}

a {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .page-single-entry {
        padding: var(--padding) 0;
    }
}

.web-button {
    border: 2px solid var(--primary-color);
    padding: 12px 24px !important;
    border-radius: 32px !important;
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px !important;
    line-height: 1;
    display: inline-block;
    background: transparent;
    color: var(--primary-color);
}

.web-button:hover {
    background: var(--primary-color) !important;
    color: white !important;
}

.web-button--medium {
    font-size: 14px !important;
}

.web-button--white {
    background-color: white;
    border-color: white;
    color: var(--primary-color);
}

.web-button--white:visited, .web-button--white:active, .web-button--white:focus {
    color: var(--primary-color);
}

.web-button--block {
    display: block;
    width: 100%;
    text-align: center;
}

.web-button--fill {
    background: var(--primary-color) !important;
    color: white !important;
}

.web-button--tertiary {
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
    color: white;
}

.web-button--small {
    font-size: 10px !important;
    white-space: nowrap;
}

.web-button--md {
    font-size: 14px !important;
    padding: 8px 18px !important;
}

.atom-input {
    background: white;
    font-size: 14px;
    line-height: 1;
    font-family: Poppins;
    color: #696C80;
    padding: 16px !important;
    border-radius: 10px;
    border-color: #D3D7E5;
    border-width: 1px;
    background: white !important;
    border-style: solid;
}

.app-input-search {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #D3D7E5;
    padding: 12px 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.app-input-search input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #696C80 !important;
    padding: 0 !important;
    background: transparent;
    border: none !important;
}

.app-input-search button {
    color: var(--primary-color);
    padding: 0 !important;
    border: 0;
    background: transparent;
}

input[type=checkbox] {
    position: relative;
    border: 2px solid var(--primary-color) !important;
    border-radius: 4px;
    background: transparent !important;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
    flex-shrink: 0;
}

input[type=checkbox]:focus {
    outline: none;
    outline-offset: 0;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: var(--primary-color) !important;
    opacity: 1;
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF !important;
    border-width: 0 2px 2px 0 !important;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.web-select {
    background: var(--primary-color);
    cursor: pointer;
    color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 12px 24px;
    text-align-last: center;
    border-color: var(--primary-color);
    background-image: url("../../images/icons/select.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 18px;
}

.web-select option {
    background-color: white;
    color: black;
    font-weight: 500;
}

@media screen and (min-width: 992px) {
    .web-select {
        padding: 8px 34px 8px 16px;
        background-position: calc(100% - 15px) 16px;
    }
}

.web-tag {
    background-color: var(--primary-color);
    color: white;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 32px;
    display: inline-block;
}

.web-tag--new {
    background: var(--secondary-sub-color);
    color: var(--primary-color);
    padding: 4px 12px;
}

.blog-pagination--new .blog-pagination-center a {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #696C80;
    border: 2px solid transparent;
}

.blog-pagination--new .blog-pagination-center a.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.blog-pagination--new .blog-pagination-center a.disabled {
    color: #D3D7E5;
}

.blog-pagination--new .blog-pagination-center a.next-link {
    color: #696C80;
    visibility: hidden;
    position: relative;
}

.blog-pagination--new .blog-pagination-center a.next-link::after {
    content: ">";
    visibility: visible;
    display: block;
    position: absolute;
    padding: 5px;
    top: 2px;
}

.blog-pagination--new .blog-pagination-center a.next-link:first-child::after {
    content: "<";
}

@media screen and (min-width: 1366px) {
    .blog-pagination--new {
        margin-top: var(--padding) !important;
    }
}

.single-downloadable {
    padding: var(--padding) 24px;
    display: flex;
    flex-direction: column-reverse;
    font-size: 20px;
    font-weight: 500;
}

.single-downloadable h3 {
    margin: 16px 0 24px;
}

.single-downloadable p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.single-downloadable figure {
    margin-top: 24px;
}

.single-downloadable figure img {
    border-radius: 16px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .single-downloadable {
        flex-direction: row;
        gap: 56px;
        padding: var(--padding) 0;
    }

    .single-downloadable .noticia {
        width: 100%;
        display: block;
    }

    .single-downloadable h3 {
        font-size: 40px;
    }

    .single-downloadable p {
        font-size: 16px;
        margin: 16px 0;
    }

    .single-downloadable .noticia_text {
        width: 450px;
        flex-shrink: 0;
    }

    .single-downloadable figure {
        margin-top: 0;
        width: 100%;
        height: 380px !important;
    }

    .single-downloadable figure img {
        height: 100%;
        object-fit: cover;
    }
}

.single-entry {
    padding: var(--padding) calc(var(--padding) - 10px);
    display: flex;
    flex-direction: column-reverse;
    font-size: 20px;
    font-weight: 500;
}

.single-entry h3 {
    margin: 16px 0 24px;
}

.single-entry p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 24px;
}

.single-entry figure {
    margin-top: 24px;
    margin-bottom: 24px;
}

.single-entry figure img {
    border-radius: 16px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .single-entry {
        padding: 0;
        margin-right: 128px;
    }

    .single-entry .noticia {
        width: 100%;
        display: block;
    }

    .single-entry h3 {
        font-size: 40px;
    }

    .single-entry p {
        font-size: 16px;
        margin: 16px 0;
    }

    .single-entry .web-button {
        display: none;
    }

    .single-entry .noticia_text {
        flex-shrink: 0;
    }

    .single-entry figure {
        margin-top: 0;
        width: 100%;
        height: 380px !important;
        margin-bottom: 56px;
    }

    .single-entry figure img {
        height: 100%;
        object-fit: cover;
    }
}

#suscriberForm {
    display: none;
}

#suscriberForm.active {
    display: block;
}

#suscriberThanks {
    display: none;
}

#suscriberThanks.active {
    display: block;
}

.single-blog {
    padding: var(--padding) 14px;
}

.single-blog__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #0D1436;
    margin-bottom: 24px;
    margin-top: 16px;
}

.single-blog__team {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
}

.single-blog__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #696C80;
    margin-bottom: 50px;
}

.single-blog__audio {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-blog__audio audio {
    background-color: white;
    color: black;
}

.single-blog__audio audio::-webkit-media-controls-play-button,
.single-blog__audio audio::-webkit-media-controls-panel {
    background-color: #F2F3F4;
}

.single-blog__audio .background-tint > .blur {
    background-color: #F2F3F4;
    -webkit-backdrop-filter: none;
}

.single-blog__audio .background-tint > .tint {
    mix-blend-mode: none;
}

.single-blog figure {
    width: 100%;
}

.single-blog img {
    max-width: 100%;
    border-radius: 16px;
    display: block;
    height: auto;
}

.single-blog #index {
    background: #E6F8FA !important;
    border: 1px solid #0096AD;
    padding: 24px;
}

.single-blog #index * {
    color: #0D1436;
    font-size: 16px;
    font-weight: 400;
}

.single-blog #index h3 {
    color: #0D1436 !important;
    font-weight: 600;
    font-size: 20px;
}

@media screen and (min-width: 992px) {
    .single-blog {
        padding-top: 0;
    }

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

    .single-blog__audio {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
}

.footer-blog__section {
    padding: 32px 0;
    border-bottom: 1px solid #D3D7E5;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-blog__section:last-child {
    border-bottom: 0;
}

.footer-blog__section label {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.footer-blog__section a {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.footer-blog__section__nets {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-blog__section__nets a {
    color: #696C80;
    font-size: 20px;
}

#modalDownload {
    display: none;
}

#modalSuscription {
    display: none;
}

.modal-download-container--active {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    padding: 15px;
    overflow-y: auto;
}

.modal-download {
    padding: 24px;
    background: #E6F8FA;
    border-radius: 24px;
    max-width: 400px;
}

.modal-download__form__header {
    text-align: right;
    margin-bottom: 8px;
}

.modal-download__form__btn-close {
    border: none;
    background: transparent;
    font-size: 24px;
}

.modal-download .form__title h2 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0;
}

.modal-download .form__title h2 span {
    color: var(--primary-color);
}

.modal-download label.hs-form-booleancheckbox-display > span {
    color: #696C80;
    font-weight: 400;
}

.modal-download label.hs-form-booleancheckbox-display > span strong {
    font-weight: 400;
}

.modal-download .inputs-list label {
    display: flex;
}

.modal-download .inputs-list label span {
    padding-left: 0;
    text-align: left;
}

.modal-download label.hs-form-booleancheckbox-display > span a {
    font-family: "Poppins";
}

.modal-download .hs-form fieldset {
    flex-direction: column;
    padding: 0 !important;
    max-width: 100% !important;
}

.modal-download .hs-form fieldset .field {
    margin-bottom: 32px;
    margin-right: 0 !important;
    width: 100% !important;
}

.modal-download .hs-form fieldset .field input {
    padding: 16px;
    background: white;
    color: #696C80;
    border: 1px solid #D3D7E5;
}

@media screen and (min-width: 992px) {
    #modalDownload {
        display: block;
    }

    .modal-download-container--active .modal-download {
        margin: auto;
    }

    .modal-download-container--active .modal-download__form__header {
        display: block;
    }

    .modal-download-container--active .modal-download .form__title h2 {
        text-align: center;
    }

    .modal-download {
        padding: 40px;
    }

    .modal-download__form__header {
        display: none;
    }

    .modal-download .form__title h2 {
        margin-bottom: 32px;
        font-size: 20px;
        text-align: left;
    }

    .modal-download .actions {
        text-align: left;
        max-width: 150px;
    }
}

.section-tape__line {
    background: var(--primary-light-color);
}

.section-tape__line__content {
    gap: 24px;
    padding: var(--padding) 24px;
    color: #0D1436;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.16;
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}

.section-tape__banner {
    color: #0D1436;
    padding: var(--padding) 0;
    position: relative;
}

.section-tape__banner__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.section-tape__banner__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

.section-tape__banner__sub-title {
    font-size: 20px;
    font-weight: 600;
}

.section-tape__banner__description {
    font-size: 16px;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .section-tape__line__content {
        font-size: 16px;
        font-weight: 600;
        padding: 24px 0;
    }
}

.section-downloaddables {
    padding: var(--padding);
    background: #E6F8FA;
}

.section-downloaddables__title {
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: var(--padding);
}

.section-downloaddables .last__title {
    margin-bottom: var(--padding);
}

.section-downloaddables .tabs__list {
    padding: 0;
}

.section-downloaddables .tabs__panels {
    margin: 0;
    padding: 0;
}

.section-downloaddables .panel__post-list {
    display: flex;
    flex-direction: column;
    gap: var(--padding);
}

.section-downloaddables .panel__post {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(105, 108, 128, 0.0784313725);
    overflow: hidden;
}

.section-downloaddables .panel__post .post__tag {
    display: none;
}

.section-downloaddables .panel__post .post__details {
    padding: 24px;
    padding-bottom: 46px;
    height: calc(100% - 180px);
    position: relative;
}

.section-downloaddables .panel__post .post__details .post__title h2 {
    margin: 16px 0 24px;
    font-size: 20px;
    font-weight: 500;
}

.section-downloaddables .panel__post .post__details .post__button {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
}

.section-downloaddables .panel__post .post__details .post__button a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.section-downloaddables .panel__post .post__details .post__resume p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.5;
}

.section-downloaddables .panel__post img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .section-downloaddables__title {
        text-align: center;
        font-size: 32px;
    }

    .section-downloaddables__search {
        display: flex;
        justify-content: center;
    }

    .section-downloaddables__search .app-input-search {
        max-width: 450px;
    }

    .section-downloaddables .panel__post-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: var(--padding);
    }
}

.section-categories {
    background-color: var(--primary-light-color);
}

.section-categories__list {
    padding: var(--padding) 40px;
    display: grid;
    flex-direction: column;
    gap: var(--padding);
}

.section-categories__item {
    border-radius: 24px;
    background: white;
    padding: 40px;
    box-shadow: 0px 16px 32px 0px rgba(105, 108, 128, 0.0784313725);
}

.section-categories__item__icon {
    margin-bottom: 16px;
}

.section-categories__item__title {
    font-size: 20px;
    font-weight: 500;
    color: #0D1436;
    margin-bottom: 8px;
}

.section-categories__item__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #696C80;
    margin-bottom: 16px;
}

.section-categories__item__link a {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    .section-categories__list {
        grid-template-columns: 1fr 1fr;
        padding: var(--padding) 0;
    }

    .section-categories__item {
        padding-bottom: 63px;
        position: relative;
    }

    .section-categories__item__link {
        position: absolute;
        width: 100%;
        bottom: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .section-categories__content {
        display: flex;
        justify-content: center;
    }

    .section-categories__item:hover {
        cursor: pointer;
    }

    .section-categories__item:hover .section-categories__item__title {
        color: var(--primary-color);
    }

    .section-categories__list {
        max-width: 900px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.section-news {
    padding: var(--padding) 24px;
}

.section-news__tag {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 12px;
    background: var(--secondary-sub-color);
    color: var(--primary-color);
    border-radius: 20px;
}

.section-news__btn-more {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    margin: 25px 0;
}

.section-news .slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.section-news .slick-dots li {
    margin: 0 0.25rem;
}

.section-news .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 16px;
    background: #99DFEA !important;
    text-indent: -9999px;
}

.section-news .slick-dots li.slick-active button {
    background-color: var(--primary-color) !important;
    width: 48px;
    border-radius: 16px;
}

.section-news .noticia {
    display: flex !important;
    flex-direction: column-reverse;
    box-shadow: none !important;
    padding: 0 4px;
    margin-bottom: 20px !important;
}

.section-news .noticia:focus {
    outline: none;
}

.section-news .noticia .noticia_text {
    padding: 0 !important;
}

.section-news .noticia .noticia_text h3 {
    font-size: 20px;
    color: #0D1436;
    font-weight: 500;
    line-height: 1.2;
}

.section-news .noticia .noticia_text h5 {
    display: none;
}

.section-news .noticia .noticia_text p {
    color: #0D1436;
    font-weight: 400;
    font-size: 16px !important;
    margin: 0;
}

.section-news .noticia figure img {
    border-radius: 16px;
}

.noticias_rs.bloque {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .section-news {
        padding: var(--padding) 0;
    }

    .section-news__btn-more {
        font-size: 16px;
        margin-bottom: 0;
    }

    .section-news .slick-dots {
        position: absolute;
        right: 0;
        width: 460px;
        bottom: 60px;
        padding: 0;
    }

    .section-news .noticia {
        flex-direction: row;
        gap: 56px;
        margin: 0 !important;
    }

    .section-news .noticia .noticia_text {
        width: 450px;
        flex-shrink: 0;
    }

    .section-news .noticia .noticia_text h3 {
        font-size: 40px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* Número de líneas a mostrar */
        overflow: hidden;
        text-overflow: ellipsis;
        line-clamp: 3; /* Soporte para otros navegadores */
    }

    .section-news .noticia .noticia_text p {
        font-size: 16px;
    }

    .section-news .noticia figure {
        width: 100%;
        height: auto !important;
    }
}

.section-singup {
    background: #00B0CA;
    padding: var(--padding) 24px;
}

.section-singup__info {
    margin-top: 24px;
    margin-bottom: 32px;
    color: white;
    font-size: 24px;
    line-height: 1.2;
}

.section-singup__row {
    align-items: center;
}

@media screen and (min-width: 992px) {
    .section-singup__info {
        font-size: 39px;
    }
}

.section-internal-news {
    background: #E6F8FA;
    padding: var(--padding);
}

.section-internal-news__filter {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.section-internal-news__filter__selecteds {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.section-internal-news__filter__selecteds__item {
    display: flex;
    align-items: center;
    border: 0.5px solid var(--primary-color);
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
}

.section-internal-news__filter__selecteds__item__remove {
    margin-left: 5px;
    color: var(--primary-color);
}

.section-internal-news .noticia_text {
    margin-left: 16px;
}

.section-internal-news .noticia {
    display: flex !important;
    box-shadow: none !important;
    padding: 22px 0;
    border-bottom: 1px solid #D3D7E5;
    margin: 0 !important;
}

.section-internal-news .noticia p {
    display: none;
}

.section-internal-news .noticia figure {
    flex-shrink: 0;
    height: auto !important;
}

.section-internal-news .noticia figure img {
    width: 86px !important;
    height: 85px !important;
    border-radius: 16px;
    object-fit: cover;
}

.section-internal-news .noticia h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #0D1436;
    margin: 16px 0;
}

.section-internal-news .noticia h5 {
    color: #696C80;
}

.section-internal-news__btn-more {
    display: none;
}

@media screen and (min-width: 1200px) {
    .section-internal-news .noticia_text {
        margin-left: 0;
    }

    .section-internal-news .noticia {
        border-bottom: 0;
        height: 100%;
    }

    .section-internal-news__filter {
        display: block;
        margin-bottom: var(--padding);
    }

    .section-internal-news__filter__header {
        flex-direction: row;
        gap: 24px;
        display: flex;
        align-items: center;
        /*margin-bottom: 15px;*/
    }

    .section-internal-news__filter__header .app-input-search {
        max-width: 450px;
    }

    .section-internal-news__list {
        display: flex;
        gap: var(--padding);
    }

    .section-internal-news__btn-more {
        display: block;
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .section-internal-news .cont-noticia {
        width: 25% !important;
        background: white;
        padding: 0 !important;
        box-shadow: 0px 4px 8px 0px rgba(105, 108, 128, 0.0784313725);
        border-radius: 16px;
        overflow: hidden;
    }

    .section-internal-news .cont-noticia .noticia {
        flex-direction: column;
        padding: 0;
    }

    .section-internal-news .cont-noticia .noticia .noticia_text {
        padding: 24px 24px 48px;
        position: relative;
        height: 100%;
    }

    .section-internal-news .cont-noticia .noticia h3 {
        font-size: 20px;
    }

    .section-internal-news .cont-noticia .noticia figure img {
        width: 100% !important;
        height: 180px !important;
        border-radius: 0;
    }
}

.section-suscribe {
    background: #E6F8FA;
    padding-top: 50px;
    text-align: center;
}

.section-suscribe__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

.section-suscribe__sub-title {
    margin-bottom: 65px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.section-suscribe__row {
    display: flex;
    align-items: flex-end;
}

.section-suscribe__form fieldset {
    text-align: left !important;
    max-width: 100% !important;
    margin-bottom: 16px;
}

.section-suscribe__form fieldset.p-0 {
    padding: 0 !important;
}

.section-suscribe__form fieldset.p-0 label {
    line-height: 1;
    margin: 0 !important;
}

.section-suscribe__form fieldset.m-0 {
    margin: 0 !important;
}

.section-suscribe__form label.hs-form-booleancheckbox-display > span {
    font-size: 14px;
    color: #696C80;
    font-weight: 400;
    font-family: "Poppins";
}

.section-suscribe__form .hs_submit {
    margin-top: 40px;
    padding-bottom: 15px;
}

.section-suscribe__form .hs_submit .actions {
    text-align: left;
}

.nav-top {
    box-shadow: none;
}

.nav-top .logo {
    height: 60px;
    display: flex;
    align-items: center;
}

.nav-top .logo img {
    max-height: 16px;
}

.nav-top .left-nav ul li a img {
    width: 24px;
    height: 24px;
}

.nav-top .top-buttons {
    align-items: center;
}

.nav-top .top-buttons .item.tel-desktop {
    background: white;
}

.nav-top .top-buttons--active .item.buscar {
    visibility: hidden;
}

.nav-top .top-buttons--active .item-suscriber {
    visibility: hidden;
}

.nav-top .top-buttons--active .toggle-menu .icon-menu {
    display: none;
}

.nav-top .top-buttons--active .toggle-menu .icon-closed {
    display: block !important;
}

.nav-top .top-buttons .toggle-menu .icon-closed {
    display: none;
    padding: 0 12px;
}

.nav-top .top-buttons .item.buscar {
    display: flex;
    color: var(--primary-color);
}

.nav-top .top-buttons .item-suscriber {
    margin-right: 8px;
}

@media screen and (min-width: 992px) {
    .nav-top .logo {
        padding-left: 0;
    }

    .nav-top .logo img {
        max-height: 24px;
    }
}

#icon-youtube,
#icon-spotify {
    font-size: 20px;
}

.vds-icon-content {
    display: flex;
    align-items: center;
}

.blog-footer__left {
    border-top: 1px solid #d3d7e5;
}

.blog-footer .panel {
    box-shadow: none;
    position: relative;
}

.blog-footer .panel::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    background: #d3d7e5;
    width: calc(100% - 48px);
    height: 1px;
}

.blog-footer__sub {
    position: relative;
}

.blog-footer__sub::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 14px;
    width: calc(100% - 28px);
    background: #d3d7e5;
}

.blog-footer__sub__social {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 24px 40px;
}

.blog-footer__sub__social svg {
    fill: #696c80 !important;
}

.blog-footer__sub__p {
    font-size: 12px;
    text-align: center;
    padding: 24px;
    margin: 0;
    position: relative;
}

.blog-footer__sub__p::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 14px;
    top: 0;
    width: calc(100% - 28px);
    background: #d3d7e5;
}

.blog-footer__help__action__contact {
    border: 2px solid #0096AD;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    color: #0096AD !important;
}

.blog-footer__help__action__contact:hover {
    background: #0096AD;
    color: white !important;
}

.blog-footer__suscriber {
    background: #E6F8FA;
    padding: 16px 0;
    position: relative;
    z-index: 1;
}

.blog-footer__suscriber__text {
    margin-right: 24px;
    font-weight: 600;
    color: #0D1436;
}

.blog-footer__suscriber__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-footer__suscriber__row svg {
    fill: var(--primary-color);
}

.blog-footer__suscriber__arrow {
    transform: rotate(180deg);
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .blog-footer__left {
        border-top: 0;
    }

    .blog-footer {
        position: relative;
        padding-bottom: 77px;
    }

    .blog-footer__suscriber {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .blog-footer::before {
        content: "";
        background: rgba(245, 247, 250, 0.6);
        display: block;
        width: 50%;
        right: 0;
        top: 0;
        height: 100%;
        position: absolute;
    }

    .blog-footer__sub::before {
        width: calc(100% - 40px);
        left: 0;
    }

    .blog-footer__left {
        background: white;
        position: relative;
    }
}

.menu-top-container {
    height: 100vh;
    background: white;
    /*padding-top: 10px;*/
    box-sizing: border-box;
    overflow-y: auto;
}

.menu-top-container__title {
    font-size: 14px;
    font-weight: 500;
    padding: 24px 0 48px;
    margin: 0 25px;
    border-top: 1px solid #D3D7E5;
}

.nav-top .active .menu-top-container {
    height: 100vh;
}

.nav-top .top-buttons {
    padding-right: 15px;
}

.nav-top .left-nav {
    right: -100%;
    width: 100%;
}

.nav-top .left-nav ul li {
    border: 0;
    padding: 6px 25px;
}

.nav-top .left-nav ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #131336;
    display: block;
    padding: 8px;
    border-radius: 8px;
}

.nav-top .left-nav ul li a img {
    margin-right: 8px;
}

.nav-top .left-nav ul li a:active, .nav-top .left-nav ul li a:hover {
    background: #E6F6F9;
    color: #131336 !important;
}

.nav-top .left-nav ul li a.active {
    background: #E6F6F9;
    color: #131336 !important;
}

@media screen and (min-width: 992px) {
    .menu-top-container {
        height: initial;
        background: transparent;
        overflow-y: initial;
    }
}

/*# sourceMappingURL=main.min.css.map */


/*# */

/*.busqueda-top .active{*/
/*  background: red;*/
/*  width: 100vh;*/
/*  right: 0px !important;*/
/*  height: 100vh;*/
/*}*/

.busqueda-top {
    right: -1000px;
}

.busqueda-top.active {
    display: flex;
    padding-top: 5%;
    justify-content: center;
    position: fixed;
    right: inherit;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f0fbff;
    z-index: 1000;
}

.search-content {
    text-align: center;
    max-width: 650px;
    width: 100%;
    padding: 20px;
}

.close-search-modal {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: transparent;
}

.search-content::before {
    content: "✕";
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.search-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}

.search-title .highlight {
    color: #0096ad; /* Color azul para "quieres informarte" */
}

.searchform {
    display: flex;
    justify-content: center;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

.search-input-wrapper input[type="text"] {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: none;
}

.search-input-wrapper button {
    padding: 0 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search-input-wrapper button i {
    font-size: 20px;
    color: #0096ad; /* Color del icono de búsqueda */
}

.search-button-mobile {
    display: none;
}


/* Estilos para mobile */
@media (max-width: 768px) {
    .busqueda-top.active {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5); /* Fondo oscuro semitransparente para mobile */
        display: flex;
        justify-content: center;
        align-items: flex-start; /* Alinea hacia la parte superior */
        padding-top: 10vh; /* Ajusta la distancia desde la parte superior */
        padding: 0;
    }

    .search-content {
        margin-top: 15vh;
        width: 90%;
        max-width: 350px;
        padding: 20px;
        background: #f0fbff;
        border-radius: 12px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        position: relative;
    }

    /* Icono de cerrar */
    .search-content::before {
        content: "✕";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
        color: #333;
    }

    .search-title {
        font-size: 25px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
    }

    .search-title .highlight {
        color: #0096ad;
    }

    .search-input-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 10px;
        overflow: hidden;
        background-color: #ffffff;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .search-input-wrapper input[type="text"] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: none;
        outline: none;
    }

    .search-input-wrapper .search-icon-button {
        display: none; /* Oculta el ícono de búsqueda en mobile */
    }

    .search-button-mobile {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #0096ad;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .searchform {
        display: inherit;
    }
}