:root {
    --brand_color: #336699;
    --brand_second_color: #9acc67;
    --brand_third_color: #0066a0;
    --light-gray: #c7c9d0;
    --medium-gray: #757575;
    --dark-gray: #223039;
    --white: #ffffff;
    --swiper-theme-color: #9acc67;
}

html {
    scroll-behavior: smooth;
}

.exo-2 {
    font-family: "Exo 2", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

strong{
    font-weight: bold !important;
}

[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);
    border-color: var(--brand_second_color);
    color: white;
}

.hide {
    display: none;
}

.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;
}

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

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 700;
}

/* 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: 230px;
    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: 95%;
    /* width: 175px; */
    max-height: 80px;
}

.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);
}

.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%;
}

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

.card-horizontal-ah {
    flex-direction: row !important;
}

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

.card-description ul {
    font-size: 0.9rem;
}

.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;
}

.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;
}

.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-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 0px;
}

.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;
}

.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;
}

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-test-estres {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.288) 100%,
            rgba(33, 48, 89, 0) 100%
        ),
        url("/assets/images/estres.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

.bg-test-gradient {
    background: rgb(51, 102, 153);
    background: -moz-linear-gradient(
        180deg,
        rgba(51, 102, 153, 1) 0%,
        rgba(12, 170, 181, 1) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(51, 102, 153, 1) 0%,
        rgba(12, 170, 181, 1) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(51, 102, 153, 1) 0%,
        rgba(12, 170, 181, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#336699",endColorstr="#0caab5",GradientType=1);
}

.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;
}

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

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

/*
* 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;
}

.check-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #bfdbfe;
}

.check-circle svg {
    width: 20px;
    height: 20px;
    color: #1d4ed8;
}

.check-list {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding-top: 20px;
    padding-left: 0;
}

.check-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.check-list li span {
    font-size: 1rem;
    margin-left: 15px;
    font-weight: 500;
}

.img-box-hand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 10px 30px;
}

.img-box-hand img {
    max-width: 100%;
}

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

.esp-box {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.video-box {
    width: 500px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    height: 100%;
    max-height: 100%;
}

.desc-box {
    padding: 20px;
    text-align: center;
}

.esp-box span {
    font-size: 1.2rem;
    font-weight: bold;
}

.esp-box .video-box {
    height: 300px;
    border-top: 2rem;
}

.cta-programa {
    background-color: #dbeafe;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta-programa span {
    font-size: 1.3rem;
    font-weight: bold;
}

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

.btn-blue-cta {
    background-color: #1d4ed8 !important;
    color: white !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
}

.btn-blue-cta:hover {
    background-color: #163daa;
    color: white;
}

.blog-detail p,
.blog-detail li {
    font-size: 1.1rem;
    line-height: 1.556;
    font-weight: 400;
}

.pausas-container-index {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.pausas-container-index img {
    max-width: 100%;
}

.banner-perro {
    border-radius: 10px;
    height: 200px;
    background-image: url('../images/perro_amistad.jpg');
    background-position: 0px -80px;
    background-size: cover;
    margin-bottom: 20px;
}

.grid2column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}

.bg-podcast{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 100%, rgba(33, 48, 89, 0) 100%), url(https://wod.nyc3.digitaloceanspaces.com/imagenes/podcast/bg_podcast_2.png);
    background-size: cover;
    background-position: 0px 0px;
}

.podcast-container {
    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: 320px;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;

}

.podcast-thumb{
    height: 290px;
    background-size: contain;
    background-position: center;
}

/*PAT*/

.hero-section-bg{
    background-color: var(--white);
}

.hero-left-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6% !important;
}

h1.pat-title {
    color: var(--brand_color);
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 800 !important;
    font-size: 4rem !important;
    line-height: 2.5rem;
}

h2.pat-title{
    color: var(--brand_color);
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 800 !important;
    font-size: 2rem !important;
    line-height: 2.5rem;
}

p.pat-subtitle{
    font-size: 1.1rem;
}

.btn.button-primary{
    border: var(--brand_color) 2px solid;
    background-color: var(--brand_color);
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 600;
}

.btn.button-underline{
    border: var(--brand_color) 2px solid;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--brand_color);
    font-weight: 600;
}

.btn.button-primary:hover{
    border: var(--brand_third_color) 2px solid;
    background-color: var(--brand_third_color);
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 600;
}

.btn.button-underline:hover{
    background-color: var(--brand_color);
    color: var(--white);
}

.hero-container{
    display: flex;
    flex-direction: row;
}

.hero-section{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    padding: 0 5%;
    overflow-x: hidden;
    overflow-y: visible;
}

.hero-image {
    position: absolute;
    left: 0%;
    height: auto;
    max-width: 120% !important;
    top: 0%;
    transform: translateY(-5%);
    z-index: 2;
}

.hero-image-small{
    display: none;
}

.features-section-bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #F5F6F7;
    margin-top: -10%;
}

.features-left-container{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 6% !important;
}

.features-left-container img{
    margin: 12% 0% 3% 0%;
    padding: 0%;
    justify-self: flex-start;
    align-self: flex-start;
}

h2.features-title{
    color: var(--brand_color);
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 750 !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem;
}

h4.f-title{
    color: var(--brand_color);
    font-weight: 700 !important;
    padding: 0% 10%;
}

p.f-desc{
    color: var(--medium-gray);
    font-size: 1rem;
    margin-bottom: 20%;
}

.funcionamiento-section-bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: var(--white);
}

/* Container STEPS */
.func-desc-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px; /* Aumenta la separación entre flechas */
    padding: 3% 7%;
}

/* Base de cada flecha */
.bg-box-formulario,
.bg-box-registro,
.bg-box-usopat {
    position: relative;
    width: 220px; /* Tamaño reducido */
    height: 300px; /* Altura reducida */
    padding: 15px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    transition: transform 0.3s ease-in-out;
    padding-bottom: 60px;
    padding-right: 50px !important;
}

.bg-box-formulario h4,
.bg-box-registro h4,
.bg-box-usopat h4 {
    color: var(--white);
    font-size: 1.2rem;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.bg-box-formulario .func-text,
.bg-box-registro .func-text,
.bg-box-usopat .func-text {
    color: var(--white);
    font-size: 1rem;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 0 16%;
}

.btn.func-button-underline-white {
    border: var(--white) 2px solid;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 600;
}

.btn.func-button-underline-white:hover {
    background-color: var(--white) 2px solid;
    color: var(--white);
    padding: 10px 20px;
    border-radius: 5px;
}

/* Colores de cada paso */
.bg-box-formulario { background-color: #1d496d; }
.bg-box-registro { background-color: #2a6893; }
.bg-box-usopat { background-color: #3588b7; }

img.funcionamiento-icon{
    margin-top: 10%;
}

/* Paso en la esquina superior derecha */
.steps {
    position: absolute;
    top: 3px;
    right: 10%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 5px;
}

/* Hover para resaltar */
.bg-box-formulario:hover,
.bg-box-registro:hover,
.bg-box-usopat:hover {
    transform: scale(1.05);
}

/* Responsividad */
@media (max-width: 768px) {
    .func-desc-container {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .bg-box-formulario,
    .bg-box-registro,
    .bg-box-usopat {
        padding-bottom: 15%;
        margin-bottom: 5%;
        height: auto;
        clip-path: polygon(0% 0%, /* Esquina superior izquierda */
                           100% 0%, /* Esquina superior derecha */
                           100% 90%, /* Lado derecho casi hasta abajo */
                           50% 100%, /* Punta de la flecha en el centro inferior */
                           0% 90% /* Lado izquierdo casi hasta abajo */);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0px !important;
    }

    .bg-container-preguntas {
        background-size: cover;
        background-position: right;
    }
}


.preguntas-section-bg{
    margin-bottom: 2.5%;
}

.icon-pat{
    margin: 0% 0% 3% 0% !important;
    position: absolute;
    top: 35%;
    width: 60%;
}

.preguntas-container{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 6% !important;
}

.preguntas-container img{
    margin: 7% 0% 3% 0%;
    padding: 0%;
    justify-self: flex-start;
    align-self: flex-start;
}

.bg-container-preguntas{
    background-image: url(/assets/images/bg_preguntas_frecuentes_pat.png);
    background-repeat: no-repeat;
    background-color: #F5F6F7;
    background-size: 85%;
    background-position: top right;
}

#wrapper {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 6%;
    margin: 0% 0% 5% 0%;
    max-width: 65%;
    padding: 0px 30px;
}

#wrapper h1,
#wrapper h2 {
    color: #000;
}

#wrapper h1 {
    margin: 10% auto 0;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3px;
    font-weight: 100;
    text-align: center;
    display: table;
    padding: 10px 0;
    font-weight: bolder;
    border-bottom: 2px solid #000;
}

#wrapper h4 {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    margin: 0;
    cursor: pointer;
}

#wrapper p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    transition: all 500ms ease;
}

#wrapper p,
#wrapper ul li i:before,
#wrapper ul li i:after {
    transition: all 0.25s ease-in-out;
}

#wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#wrapper ul li {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

#wrapper ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 9px;
    right: 20px;
}

#wrapper ul li i:before,
#wrapper ul li i:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 3px;
    height: 16px;
}

#wrapper ul li input[type=checkbox] {
    position: absolute;
    cursor: default;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

#wrapper ul li input[type=checkbox] ~ p {
    margin-top: 20px;
    opacity: 1;
    display: block;
    transition: all 0.3s ease;
    max-height: 1000px;  /* Ajusta el valor según sea necesario */
}

#wrapper ul li input[type=checkbox] ~ i:before {
    margin-top: 9px;
    height: 9px;
    transform: translate(2px, 0) rotate(45deg);
    cursor: pointer;
}

#wrapper ul li input[type=checkbox] ~ i:after {
    margin-top: 9px;
    height: 9px;
    transform: translate(-2px, 0) rotate(-45deg);
    cursor: pointer;
}


#wrapper ul li:last-of-type {
    padding-bottom: 0;
}

#wrapper li {
    animation: bounceInUp 1s ease both;
}

.bg-form-container{
    background: url("/assets/images/bg_form_container.png") repeat-x;
    padding-left: 6%;
    padding-bottom: 1%;
}

.form-top-container{
    padding-left: 5%;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-right: 7%;
}

.form-top-container h3{
    padding-right: 7%;
}

.form-section{
    display: flex;
    flex-direction: column;
    justify-content: start;
}

h2.form-title{
    color: var(--white);
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 750 !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    padding-top: 2%;
}

h3.form-subtitle{
    color: var(--white);
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
    line-height: 2rem;
    padding-top: 2%;
}

.form-container{
    padding-left: 2%;
    font-size: 1.3rem;
    color: var(--white);
}

input.form-radio-btn {
    accent-color: var(--brand_second_color);
}

.form-group p{
    color: var(--white);
    font-size: 1.5rem;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    /*padding-bottom: 7%;*/
    font-weight: 800;
}

.form-group p.form-text{
    padding-bottom: 2%;
}

.form-check{
    font-size: 1.3rem;
    font-family: 'Exo 2';
}

[dir=ltr] .form-check-input {
    position: relative;
    margin-right: 10px;
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
    margin-top: -1px;
    vertical-align: baseline;
    width: 20px;
    height: .9em !important;
}

.bg-form-blur{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    width: 95%;
}

hr.form-divider{
    border-top: 2px solid var(--brand_second_color);
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: -1%;
    width: 94.5%;
}

.form-text-normal{
    font-weight: 600;
}

.btn.button-underline-white{
    border: var(--white) 2px solid;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 600;
}

.btn.button-underline-white:hover{
    border: var(--white) 3px solid;
    background-color: var(--brand_third_color);
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 700;
}

#envio-respuestas{
    margin: 3% 0%;
}

#mensaje-informativo {
    background: rgba(255, 255, 255, .9);
    padding: 2%;
    font-size: 1rem;
    font-family: 'Exo 2', Arial, Helvetica, serif;
    border-radius: 5px;
}

#mensaje-error{
    padding: 2%;
    font-size: 1rem;
    font-family: 'Exo 2', Arial, Helvetica, serif;
    border-radius: 5px;
}

#mensaje-positivo{
    background-color: var(--brand_second_color);
    color: var(--dark-gray);
    padding: 15px;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'Exo 2', Arial, Helvetica, serif;
}

.mensaje-informativo-title{
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-weight: 800 !important;
    font-size: 1.2rem !important;
}

.success-pat-information{
    background-color: var(--brand_second_color);
    color: var(--dark-gray);
    padding: 15px;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'Exo 2', Arial, Helvetica, serif;
}

.bg-pat{
    overflow: visible;
    background-image: url(/assets/images/pat_bg_left.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 75vh;
    width: auto !important;
    z-index: 12;
}

p.steps{
    margin-bottom: -1%;
    font-weight: 700;
    margin-top: 3%;
}

/* Agrego estilos para modal de Completar Perfil*/

.modal-completar-perfil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* ← Fondo gris oscuro con opacidad */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-completar-perfil.hidden {
  display: none;
}

.modal-content {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  width: 95%;
  max-width: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  z-index: 1001;
}

.modal-content h2 {
  margin-top: 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #888;
  cursor: pointer;
}

.btn-completar {
  display: block;
  margin: 20px auto 0;
  background: var(--brand_color);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-completar:hover {
  background: var(--brand_color);
  transform: scale(1.05);
}

.title-style {
    font-family: "Exo 2", Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.9rem !important;
    line-height: 1.5rem !important;
    color: #0066a0 !important;
    padding: 2% 0 1.5%;
    border-bottom: 2px solid #0066a0;
}

/* Para pantallas medianas (tablets) */
@media (max-width: 1024px) {
    .hero-container {
        display: flex;
        flex-direction: row;
    }

    .hero-section{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 60vh;
        padding: 0 5%;
        overflow-x: hidden;
        overflow-y: visible;
        padding-top: 0% !important;
    }

    h1.pat-title {
        color: var(--brand_color);
        font-family: "Exo 2", Arial, Helvetica, sans-serif;
        font-weight: 800 !important;
        font-size: 3.7rem !important;
        line-height: 3.7rem !important;
    }

    p.pat-subtitle {
        font-size: 1rem;
    }

    .hero-image {
        position: absolute;
        left: 0%;
        height: auto;
        max-width: 190% !important;
        top: 0%;
    }

    .bg-container-preguntas{
        background-color: #F5F6F7;
        background-image: none;
    }

    .icon-pat{
        width: 160%;
        position: absolute;
        right: 1%;
        top: 60%;
    }

    .bg-form-container {
        background-size: cover;
    }
}

/* Para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
    .hero-container{
        display: flex;
        flex-direction: row;
    }

    .hero-section{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 60vh;
        padding: 0 5%;
        overflow-x: hidden;
        overflow-y: visible;
    }



}

@media (max-width: 550px) {
    #wrapper {
        box-sizing: border-box;
        transform: translate(0, 0);
        max-width: 100%;
        min-height: 100%;
        margin: 0;
        left: 0;
    }
}


/* Para pantallas muy pequeñas (menos de 480px) */
@media (max-width: 480px) {
    .hero-container{
        display: block;
    }

    .hero-left-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-left-container h1.pat-title {
        font-size: 3.5rem !important;
        line-height: 3.5rem;
    }

    .hero-image {
        display: none;
    }

    .hero-image-small {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: 10%;
    }
}