:root {
    --brand_color: #032476;
    --brand_second_color: #8f81bc;
    --light-gray: #c7c9d0;
    --medium-gray: #757575;
    --dark-gray: #223039;
}

[dir="ltr"] .btn-primary {
    background-color: var(--brand_color) !important;
    border-color: var(--brand_color) !important;
}

[dir="ltr"] .btn-third {
    background-color: var(--brand_second_color) !important;
    border-color: var(--brand_second_color) !important;
    color: white;
}

.text-medium-gray {
    color: var(--medium-gray);
}

.full-height {
    height: 100%;
}

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

.medium-size {
    font-size: 4rem !important;
}

/* MENU */
.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 64px;
    background: var(--brand_color);
    /* background   : rgb(129, 196, 221); */
    /* background   : linear-gradient(152deg, rgba(129, 196, 221, 1) 0%, rgba(33, 48, 89, 1) 61%); */
    border-bottom: 1px solid var(--brand_color);
}

.menu-container {
    display: flex;
    margin: 0px 120px;
    align-items: center;
    height: 100%;
}

.menu-container .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130%;
    background: white;
    width: 200px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.menu-container .logo-box img {
    max-width: 100%;
    width: 150px;
}

.menu-container .logo-box span {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}

.menu-container ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
}

.menu-container .nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.menu-container .nav-item:first-child {
    margin-left: 0;
}

.menu-container .nav-item .link-nav {
    color: var(--light-gray);
    font-size: 16px;
    font-weight: 500;
}

.menu-container .nav-item .link-nav:hover {
    color: white;
}

/* BANNER */
.main-banner {
    position: relative;
    display: block;
    height: 100%;
    max-height: 700px;
    background-color: #fff;
    margin-top: 64px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

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

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
}

.bg-brand {
    background-color: var(--brand_color);
}

.text-brand {
    color: var(--brand_color) !important;
}

.bg-gray {
    background-color: var(--dark-gray);
}

.fsize-100 {
    font-size: 100% !important;
}

.btn-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100% !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-instagram {
    background-color: #c32aa3 !important;
}

.bg-youtube {
    background-color: #ff1302 !important;
}

.bg-linkedin {
    background-color: #0377b5 !important;
}

.svg-facebook,
.svg-instagram,
.svg-linkedin,
.svg-youtube {
    fill: currentColor;
    color: white;
    width: 20px;
    height: 20px;
}

.separate-content {
    margin-top: 100px;
}

.separate-navbar {
    margin-top: 64px;
}

.card-course-img img {
    width: 500px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    max-height: 100%;
    object-fit: cover;
}

.card-horizontal {
    flex-direction: row !important;
    max-height: 260px;
    /* border        : unset !important; */
}

.card-description {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-description .subtitle {
    color: #2f3956;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.card-description small {
    color: var(--medium-gray);
}

.mt64 {
    margin-top: 64px;
}

.posts-card-popular .card-img {
    height: 250px !important;
}

.posts-card-popular .card-body {
    background: rgb(129, 196, 221);
    background: linear-gradient(
        152deg,
        rgba(129, 196, 221, 1) 0%,
        rgba(33, 48, 89, 1) 61%
    );
    opacity: 0.9;
}

a.card-news {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(33, 48, 89, 0) 100%
        ),
        var(--bg-img);
    height: 20em;
    width: 15em;
    font-size: 1.5em;
    color: white;
    border-radius: 1em;
    padding: 1em;
    /*margin           : 2em;*/
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: -120px;
    box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
        0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
    transition: all, 0.5s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.card-news:hover {
    transform: rotate(0);
}

.card-news .news-title {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2em;
    display: block;
    margin-bottom: 20px;
}

.card-news p {
    font-size: 0.75em;
    margin-top: 0.5em;
    line-height: 2em;
}

.card-news .tags {
    display: flex;
}

.card-news .tags .tag {
    font-size: 0.75em;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.3rem;
    padding: 0 0.5em;
    margin-right: 0.5em;
    line-height: 1.5em;
    transition: all, 0.5s;
}

.card-news:hover .tags .tag {
    background: var(--brand_color);
    color: white;
}

.card-news .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75em;
    padding: 1em;
    line-height: 1em;
    opacity: 0.8;
}

.card-news:before,
.card-news:after {
    content: "";
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    transition: all, 0.5s;
    transition-timing-function: ease-in-out;
}

.card-news:before {
    background: rgba(33, 48, 89, 1);
    width: 250%;
    height: 250%;
}

.card-news:after {
    background: linear-gradient(
        152deg,
        rgba(129, 196, 221, 1) 0%,
        rgba(33, 48, 89, 1) 61%
    );
    width: 200%;
    height: 200%;
}

a.card-news:hover {
    color: white;
}

.card-news:hover:before,
.card-news:hover:after {
    transform: scale(1);
}

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

.news-slider {
    overflow: hidden;
}

.swiper-arrows {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 1px -2px rgba(39, 44, 51, 0.2),
        0 2px 2px 0 rgba(39, 44, 51, 0.14), 0 1px 5px 0 rgba(39, 44, 51, 0.12);
    color: #272c33 !important;
}

.swiper-arrows.swiper-button-next:after,
.swiper-arrows.swiper-button-prev:after {
    font-size: 1.5rem !important;
}

.swiper-arrows.swiper-button-next {
    right: -10px;
}

.swiper-arrows.swiper-button-prev {
    left: -10px;
}

.swiper-arrows:hover {
    background-color: var(--brand_color);
    color: white !important;
}

.img-course-box img {
    max-width: 100%;
    border-radius: 0.5rem;
}

h2.course-title {
    font-size: 2rem;
    color: white;
}

p.course-description {
    font-size: 1rem;
    color: #a0a7ac;
}

.course-caract {
    color: #c8cdd0;
    font-size: 0.9rem;
}

.course-caract ul {
    list-style: none;
    padding: 0;
}

.course-caract ul li {
    margin-bottom: 12px;
}

.course-caract ul li i {
    color: #7cbdd7;
    margin-right: 10px;
}

.profesional-box {
    display: flex;
    padding-right: 40px;
}

.profesional-box img {
    width: 50px;
    height: 50px;
    margin-left: 20px;
}

.profesional-box h4 {
    color: white;
    font-size: 1.1rem;
}

.profesional-box p {
    margin-top: 5px;
}

.profesional-box > div {
    flex: 1;
}

.file-bg {
    background-color: #8f81b7 !important;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 2rem 1rem 2rem 1.5rem !important;
}

.box-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto;
    color: white;
}

.box-circle:hover {
    color: #55ff73;
}

.accordion__toggle-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
}

.module-title {
    font-size: 1rem;
}

.module-title small {
    display: block;
    font-size: 0.7rem;
    color: var(--medium-gray);
}

.module-title-box {
    min-height: 72px;
}

.bg-modulo {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        var(--bg-modulo);
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    background-size: cover;
    padding: 2rem 1rem 2rem 1.5rem !important;
}

.bg-modulo3 {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url("/assets/images/talleres/test.jpg");
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    background-size: cover;
    padding: 2rem 1rem 2rem 1.5rem !important;
}

.download-files {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.file-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem;
    margin-top: 10px;
    font-weight: 500;
    border: 1px solid #ffe6e2;
    padding: 15px;
    border-radius: 0.5rem;
    color: var(--dark-gray);
    width: 195px;
    margin-right: 20px;
    text-align: center;
}

.file-card img {
    width: 60px;
    margin-bottom: 10px;
}

.file-card:hover {
    background-color: #ffe6e2;
    color: #fc573b !important;
}

.files-box {
    display: flex;
}

.big-title {
    display: block;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
    /* margin-bottom: 20px; */
}

.big-title let {
    font-weight: 400;
    font-size: 2.8rem;
}

.line-divider {
    position: relative;
    display: block;
    width: 100px;
    height: 3px;
    background-color: #3d64a9;
    margin: 20px auto;
}

.videos-container-pa {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.bg-news {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url("/assets/images/slider/news.jpg");
    background-size: cover;
    background-position: 0px -100px;
}

.bg-autocuidado {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url("/assets/images/autocuidado/portada.jpg");
    background-size: cover;
    background-position: 0px -300px;
}

.bg-contact {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url("/assets/images/slider/contact.png");
    background-size: cover;
    background-position: 0px -100px;
}

.bg-test {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url("/assets/images/slider/test.jpg");
    background-size: cover;
    background-position: 0px -100px;
}

.bg-seniors {
    background-image: url("/assets/images/slider/seniors.jpg");
    background-size: cover;
    background-position: center;
}

.bg-seniors-caida {
    background-image: url("/assets/images/slider/portada_caida.jpg");
    background-size: cover;
    background-position: center;
}

.bg-seniors-cerebro {
    background-image: url("/assets/images/slider/portada_cerebro.jpg");
    background-size: cover;
    background-position: center;
}

.bg-seniors-nutricion {
    background-image: url("/assets/images/slider/portada_nutricion.jpg");
    background-size: cover;
    background-position: center;
}

.bg-seniors-ejercicio {
    background-image: url("/assets/images/slider/portada_ejercicio_fisico.jpg");
    background-size: cover;
    background-position: center;
}

.bg-seniors-tecnologia {
    background-image: url("/assets/images/slider/portada_tecnologia.jpg");
    background-size: cover;
    background-position: center;
}

.infografia-section {
    position: relative;
    display: block;
    height: 700px;
    background-color: #fff;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.info-tips {
    background-image: url("/assets/images/infografias/InfografiasAutocuidado-Omint.png");
}

.info-mindfulness {
    background-image: url("/assets/images/infografias/InfografiasMindfulness-Omint.png");
}

.button-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.2rem;
    opacity: 0.9;
    cursor: pointer;
}

.button-card:hover {
    opacity: 1;
}

.bg-gradient-brand {
    background: rgb(129, 196, 221);
    background: linear-gradient(
        152deg,
        rgba(129, 196, 221, 1) 0%,
        rgba(33, 48, 89, 1) 61%
    );
}

.bg-habitos-saludables {
    /* background-image: linear-gradient(120deg, var(--dark-gray) 33%, #B1A5CD 67%), url('/assets/images/mindfulness.jpg'); */
    background-image: linear-gradient(
            29deg,
            rgba(158, 132, 192, 0.5) 0%,
            rgba(253, 195, 237, 0.5) 100%
        ),
        url("/assets/images/running.jpg");
    background-size: cover;
}

.bg-habitos-saludables h1 {
    color: white !important;
    /* text-transform: uppercase;
    font-size        : 3.5rem;
    line-height      : 3rem; */
}

.card-course {
    background-image: var(--bg-img);
    height: 10em;
    width: 100%;
    font-size: 1.5em;
    color: white;
    border-radius: 0.5em;
    padding: 1em;
    /*margin           : 2em;*/
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
        0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
    transition: all, 0.5s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.course-body {
    position: relative;
    display: block;
    color: white;
}

.card-img-upside {
    height: 270px;
    padding-top: 180px;
}

.card-img-upside img {
    max-width: 95%;
    border-radius: 0.5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -10px;
    box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
        0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
}

.page-section-title h1 {
    color: white !important;
    margin-bottom: 0px;
    text-align: center;
}

.bg-gradient-pink {
    background: rgb(158, 132, 192);
    background: linear-gradient(
        29deg,
        rgba(158, 132, 192, 1) 0%,
        rgba(253, 195, 237, 1) 100%
    );
}

.bg-gradient-green {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.bg-gradient-red {
    background-image: linear-gradient(
        to right,
        #ff8177 0%,
        #ff867a 0%,
        #ff8c7f 21%,
        #f99185 52%,
        #cf556c 78%,
        #b12a5b 100%
    );
}

.bg-gradient-ig {
    background: linear-gradient(
        45deg,
        #405de6,
        #5851db,
        #833ab4,
        #c13584,
        #e1306c,
        #fd1d1d
    );
}

.bg-gradient-blue {
    background-color: #8bc6ec;
    background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
}

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

.padding-top-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.center-margin {
    margin: 0 auto;
}

.category-news-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 3rem;
    color: white;
    font-size: 2rem;
    padding-left: 20px;
}

.ig-tv {
    width: 60px !important;
    height: 60px !important;
}

.card-news-alt {
    background-image: var(--bg-img);
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border       : 1px solid #dfe2e6; */
    border-radius: 0.5rem;
    box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
        0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    height: 300px;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
}

.card-news-alt-body {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    min-height: 80px;
    background-color: #6161614d;
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
    padding: 10px;
    color: white;
}

.card-news-alt-body a {
    font-size: 1.2rem !important;
}

.card-news-alt-body:hover {
    background-color: transparent;
}

.bg-detail-news {
    background-image: var(--bg-img);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

.bg-detail-news-gradient {
    height: 300px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    background: rgb(3, 36, 118);
    background: -moz-linear-gradient(
        180deg,
        rgba(3, 36, 118, 1) 0%,
        rgba(143, 129, 188, 1) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(3, 36, 118, 1) 0%,
        rgba(143, 129, 188, 1) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(3, 36, 118, 1) 0%,
        rgba(143, 129, 188, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#032476",endColorstr="#8f81bc",GradientType=1);
}

div.overlay-black {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 100%,
        rgba(33, 48, 89, 0) 100%
    );
}

#slide1-text {
    color: var(--brand_color);
    position: absolute;
    top: 100px;
    left: 300px;
    font-size: 3rem;
    /* text-transform: uppercase; */
    font-family: exo\2, Helvetica Neue, Arial, sans-serif;
    line-height: 2.7rem;
}

.swiper-slide .btn {
    position: absolute;
    top: 220px;
}

.swiper-slide .btn a {
    color: white !important;
}

#talleresCTA {
    left: 300px;
}

#alimentacionCTA {
    right: 235px;
}

#pausasCTA {
    left: 298px;
}

#tallerCTA {
    left: 0px;
    top: 190px;
}

#slide2-text {
    color: var(--brand_color);
    position: absolute;
    top: 100px;
    right: 230px;
    font-size: 3rem;
    /* text-transform: uppercase; */
    font-family: exo\2, Helvetica Neue, Arial, sans-serif;
    line-height: 3rem;
    text-align: right;
}

#slide3-text {
    color: var(--brand_color);
    position: absolute;
    top: 100px;
    left: 300px;
    font-size: 2.5rem;
    /* text-transform: uppercase; */
    font-family: exo\2, Helvetica Neue, Arial, sans-serif;
    line-height: 3rem;
}

#slide4-text {
    color: white;
    position: absolute;
    top: 100px;
    left: 300px;
    font-size: 3rem;
    /* text-transform: uppercase; */
    font-family: exo\2, Helvetica Neue, Arial, sans-serif;
    line-height: 3rem;
}

.line-brand {
    width: 80px;
    height: 6px;
    background-color: var(--brand_color);
    margin-top: 40px;
    display: block;
}

#slide2-text .line-brand {
    margin-left: auto;
}

#slide4-text .line-brand {
    background-color: white;
}

.overlay--primary-dodger-blue .overlay__content {
    background-color: transparent;
}

.fsize-1 {
    font-size: 1rem;
}

.radio-rtas .custom-control {
    margin-bottom: 8px;
}

.radio-rtas label {
    font-size: 0.8rem;
}

.bg-satisfaccion-vida {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.288) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url(https://brockportchamber.org/wp-content/uploads/2017/09/happy-family.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-equilibrio-vida {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.288) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url(https://www.previsorageneral.com/wp-content/uploads/2018/05/equilibrio-entre-la-vida-personal-y-la-vida-laboral.jpg);
    background-size: cover;
    background-position: 0px -450px;
    background-repeat: no-repeat;
}

.bg-richmond {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.288) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url(https://as.com/deporteyvida/imagenes/2017/06/26/portada/1498495875_885011_1498496010_noticia_normal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-nicotina {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.288) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url("/assets/images/cigarettes.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay-dark {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.288);
}

.hidden {
    display: none !important;
}

.social-square {
    background: #8f81bc;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-square svg {
    width: 50px;
    height: 50px;
}

.social-square.facebook:hover {
    background: #3b5998;
}

.social-square.instagram:hover {
    background: #c32aa3;
}

.social-square.linkedin:hover {
    background: #0577b5;
}

.social-square.youtube:hover {
    background: #ff1304;
}

.lazy-loading-square {
    /* width: 640px; */
    height: auto;
}

#primary-menu-trigger {
    display: none;
}

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

.mt-msg-clave {
    margin-top: 64px;
}

tbody small {
    color: #96999e;
}

.bg-dark-blue {
    background-color: #001124;
}

.loading-overlay {
    position: absolute;
    background: #ffffffed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 5px;
}

.loading-text {
    font-size: 1.5rem;
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.loading-text i {
    margin-left: 20px;
}

.internal-title {
    display: block;
    font-size: 1.2rem;
    color: var(--brand_color);
    margin-bottom: 1rem;
}

[dir="ltr"] .lead {
    font-size: 1.1rem;
}

.btn.btn-outline-excel {
    color: #0f783e;
    border-color: #0f783e;
}

[dir="ltr"] .btn-outline-excel:hover {
    color: #fff;
    background-color: #0f783e;
}

/*  
* Rating styles
*/
.rating-modal {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 25px;
    overflow: hidden;
}

.rating-modal input {
    float: right;
    opacity: 0;
    position: absolute;
}

.rating__star {
    font-size: 1.3rem;
    cursor: pointer;
    color: #f9c32d;
    transition: filter linear 0.3s;
}

.pautas-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.pautas-container > div {
    text-align: center;
}

.pautas-container > div > p {
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
}

.white-card {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid;
    border-color: rgb(233, 237, 242) !important;
    height: 100%;
}

.img-container-card {
    position: relative;
    width: 100%;
    height: 300px;
}

.img-container-card img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.description-container-card {
    padding-top: 20px;
    padding-bottom: 20px;
}

.description-container-card a {
    padding: 6px 10px;
    background-color: var(--brand_color);
    color: white;
    border-radius: 5px;
    cursor: pointer !important;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.description-container-card a:hover {
    background-color: var(--brand_second_color) !important;
    color: white !important;
    cursor: pointer !important;
}

.description-container-card a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
}

.description-container-card h3 {
    font-size: 1.8rem;
}

.white-card:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.content-seniors li,
.content-seniors p {
    font-size: 1.2rem;
    padding-bottom: 10px;
}

.download-cta {
    position: relative;
    display: flex;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.download-cta .svg-container {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: var(--brand_color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.download-cta .svg-container {
    fill: currentColor;
    color: white;
}

.download-cta .cta-text-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.download-cta span {
    font-size: 1.2rem;
    font-weight: 500;
}

.download-cta .cta-text-container a {
    background-color: var(--brand_color);
    color: white;
    font-size: 1.1rem;
    border-radius: 10px;
    padding: 5px 10px;
}

.download-cta .cta-text-container a:hover {
    background-color: var(--brand_second_color);
}

.relative {
    position: relative;
}

.overlay-half-gray {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f7f7f9;
}

.overlay-half-darkgray {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eeeff1;
}

.news-cta {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f5f7fa;
    border-radius: 20px;
    overflow: hidden;
}

.news-cta .cta-img-container {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.news-cta .cta-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-content {
    grid-column-start: 2;
    padding: 30px;
}

.cta-content p {
    font-size: 1rem;
}
