@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;700&family=Open+Sans&family=Oswald:wght@500&family=Philosopher&display=swap');
/* start all */
/* start all */
* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Philosopher', sans-serif !important;
}

img {
    max-width: 100%;
}

p {
    font-size: 22px;
    line-height: 28px;
}


/** Blog Internas **/
.banner h1,
.banner p {
    color: #fff;
}

.card {
    border: none;
}
.blog-aula-1 .col-md-6 .accordion-button {
    color: #fff;
}

.blog-aula-1 .col-md-6:nth-child(1) .accordion-button {
    background: #462753 !important;
}

.blog-aula-1 .col-md-6:nth-child(2) .accordion-button {
    background: #FD5258 !important;
}

.blog-aula-1 .col-md-6:nth-child(3) .accordion-button {
    background: #FD5258 !important;
}

.blog-aula-1 .col-md-6:nth-child(4) .accordion-button {
    background: #462753 !important;
}

.blog-aula-1 .col-md-6:nth-child(5) .accordion-button {
    background: #462753 !important;
}

.blog-aula-1 .col-md-6:nth-child(6) .accordion-button {
    background: #FD5258 !important;
}

.blog-aula-1 a {
    background: #2A2C41;
    color: #fff;
    padding: 1rem;
    border-radius: 29px;
    font-weight: bold;
    width: 10rem;
    text-align: center;
}
.blog-life-2 a {
    background: #3BC9C9;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 29px;
}
.blog-programa-1 .col-md-6:nth-child(1) .accordion-button {
    background: #462753 !important;
}

.blog-programa-1 .col-md-6:nth-child(2) .accordion-button {
    background: #FD5258 !important;
}

.blog-programa-1 .col-md-6:nth-child(3) .accordion-button {
    background: #FD5258 !important;
}

.blog-programa-1 .col-md-6:nth-child(4) .accordion-button {
    background: #462753 !important;
}

.blog-programa-1 .col-md-6:nth-child(5) .accordion-button {
    background: #462753 !important;
}
.blog-sanamente-1 .col-md-6:nth-child(1) .accordion-button {
    background: #462753 !important;
}

.blog-sanamente-1 .col-md-6:nth-child(2) .accordion-button {
    background: #FD5258 !important;
}

.blog-sanamente-1 a {
    background: #3BC9C9;
    color: #fff;
    padding: 1rem;
    border-radius: 29px;
    font-weight: bold;
    width: 10rem;
    text-align: center;
}

.blog-curso-2 a {
    background: #2A2C41;
    border-radius: 29px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 3rem 0;
    font-weight: bold;
}
/** Fin Blod Internas**/

/* start preload */
/* start preload */

#preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-dot-loading {
    display: block;
    margin: 0px auto;
    width: 97px;
}

.preloader-dot-loading .cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: #A6444D;
}

.preloader-dot-loading .cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}

.preloader-dot-loading .cssload-loading i:nth-child(2),
.preloader-dot-loading .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader-dot-loading .cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}

/* end preload */
/* end preload */

/* end all */
/* end all */

/* start carousel */
/* start carousel */
.carousel .carousel-control-prev {
    width: 2rem;
    height: 2rem;
    top: 50%;
    /* left: -3rem; */
}

.carousel .carousel-control-next {
    width: 2rem;
    height: 2rem;
    /* right: -3rem; */
}

/* end carousel */
/* end carousel */

/* start navbar */
/* start navbar */

.navbar {
    background: #fff;
    padding: 0 5rem;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 5rem;
}

.navbar .nav-link {
    font-weight: bold;
}

.navbar .img-nav {
    width: 15rem;
}

.navbar .active {
    border-bottom: solid;
}

/* end navbar */
/* end navbar */

/* start banner */
/* start banner */
.banner {
    margin-top: 7vh;
}

/* contenedor texto izquierda */
.banner .container-text-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 53%;
    height: 100%;
    background: #00000075;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7rem;
}

/* contenedor texto derecha */
.banner .container-text-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 53%;
    height: 100%;
    background: #00000075;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7rem;
}

/* contenedor video */
.banner .container-video {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: #00000075;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7rem;
}

/* iframe */
.banner .container-video iframe {
    width: 50%;
    height: 70%;
}

.banner .carousel .carousel-control-prev {
    left: 3rem;
}

.banner .carousel-control-next {
    right: 3rem;
}

.banner .carousel .carousel-indicators button {
    position: relative;
    left: 50rem;
    width: 6rem;
    height: .5rem;
    margin-right: 10px;

}

.banner .carousel .carousel-item .carousel-item-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.banner .carousel .carousel-item .carousel-item-text {
    position: absolute;
    top: 50%;
    left: 71%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.banner .carousel .carousel-item a {
    background: #003142;
    color: #fff;
    border-radius: 15px;
    padding: 10px 1rem;
    border: none;
    text-decoration: none;
}

.banner .carousel .carousel-item button {
    background: #003142;
    color: #fff;
    border-radius: 15px;
    padding: 10px 1rem;
    border: none;
}

/* end banner */
/* end banner */

/* start section 1 */
/* start section 1 */
.section-1 {
    background-image: url(/sites/default/files/2023-04/home-espacios-fondo_0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem;
    position: relative;
}

.section-1 .carousel img {
    width: 100%;
}

.section-1 .carousel .carousel-indicators {
    bottom: -4rem;
}

.section-1 .section-1-h1 {
    /* text-decoration: underline; */
    padding-bottom: 1rem;
}

.section-1 .carousel .carousel-indicators button {
    border-radius: 50%;
    width: 1rem !important;
    height: 1rem !important;
}

.section-1 .carousel .carousel-item .carousel-item-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 81%;
}

.section-1 .carousel .carousel-item .carousel-item-container iframe {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 25rem;
    height: 13rem;
}

.section-1 .carousel .carousel-control-prev {
    left: -3rem;
}

.section-1 .carousel .carousel-control-next {
    right: -3rem;
}

/* end section 1 */
/* end section 1 */

/* start section 2 */
/* start section 2 */

.section-2 img {
    transition: all 1s ease-in-out;
    /* height: 100%; */
}

.section-2 #exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.section-2 nav img:hover {
    transform: scale(1.1);
}

.section-2 nav .section-2-h1 {
    text-decoration: underline;
    padding-bottom: 1rem;
    text-align: center;
}

/* item 1 */
.section-2 p {
    text-align: left;
}

.section-2 .tab-content .tab-pane a {
    background: #D9D9D9;
    padding: 10px 1rem;
    border-radius: 15px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    color: #2A2C41;
}

.section-2 .tab-content .play-store {
    background: transparent !important;

}

.section-2 .tab-content .play-store img {
    width: 3rem;
}

.section-2 .tab-content .tab-pane:nth-child(1) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(1) .row .col-md-6:nth-child(2) {
    background: #492656;
}

/* item 2 */
.section-2 .tab-content .tab-pane:nth-child(2) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(2) .row .col-md-6:nth-child(2) {
    background: #FD5258;
}

/* item 3 */
.section-2 .tab-content .tab-pane:nth-child(3) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(3) .row .col-md-6:nth-child(2) {
    background: #fff;
}

/* item 4 */
.section-2 .tab-content .tab-pane:nth-child(4) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(4) .row .col-md-6:nth-child(2) {
    background: #62EAEA;
}

/* item 4 */
.section-2 .tab-content .tab-pane:nth-child(5) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(5) .row .col-md-6:nth-child(2) {
    background: #FFAE2E;
}

/* item 6 */
.section-2 .tab-content .tab-pane:nth-child(6) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(6) .row .col-md-6:nth-child(2) {
    background: #41B853;
}

/* item 7 */
.section-2 .tab-content .tab-pane:nth-child(7) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(7) .row .col-md-6:nth-child(2) {
    background: #3E2B6B;
}

/* item 8 */
.section-2 .tab-content .tab-pane:nth-child(8) .row .col-md-6:nth-child(1) iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
}

.section-2 .tab-content .tab-pane:nth-child(8) .row .col-md-6:nth-child(2) {
    background: #2A2C41;
}

.section-2 #exTab1 {
    width: 80%;
    margin: auto;
}

/* end section 2 */
/* end section 2 */

/* start section 3 */
/* start section 3 */

.section-3 {
    position: relative;
}


.section-3 img {
    width: 100%;
    transition: all 2s ease-in-out;
}

.section-3 img:hover {
    transform: scale(1.1);
}

/* ---- start Accordion --- */

.section-3 .accordion {
    max-width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    margin: 50px auto;
    min-height: 85vh;
}

.section-3 .tab {
    position: relative;
    width: 20%;
    height: inherit;
    padding: 20px;
    background: #000;
    color: #FFF;
    cursor: pointer;
    transition: width .5s ease;
}

.section-3 .tab img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.section-3 .caption {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.495);
    padding: 1rem 0;
}

/* --- start Hover Effects --- */

.tab:hover img {
    opacity: .6;
}

.tab:hover {
    width: 100%;
}

.tab:hover .caption {
    transition: all .5s ease;
    opacity: 1;
}

/* --- end Hover Effects --- */
/* ---- end Accordion --- */

/* end section 3 */
/* end section 3 */

/* start section 4 */
/* start section 4 */
.section-4 {
    position: relative;
}

.section-4 .row {
    background: #FFAE2E;
}

.section-4 .col-md-6:nth-child(1) {
    background: #FFAE2E;
}

.section-4 .col-md-6:nth-child(2) {
    background: #58D1CF;
}

.section-4 .carousel-item {
    padding: 3rem;
}

.section-4 .carousel .carousel-indicators button {
    border-radius: 50%;
    width: 1rem !important;
    height: 1rem !important;
}

.section-4 .carousel .carousel-indicators {
    bottom: -1rem;
}

.section-4 .carousel-item {
    transition: none;
}

/* end section 4 */
/* end section 4 */

/* start section 5 */
/* start section 5 */
.section-5 .row:nth-child(1) {
    padding: 2rem 0;
}

/* end section 5 */
/* end section 5 */


/* start footer */
/* start footer */

footer {
    position: relative;
}

footer .vector {
    margin-left: 10px;
}

footer p {
    color: #fff;
}

footer h4 {
    padding: 1rem 0;
}

footer ul {
    list-style: none;
}

footer ul li {
    padding: 8px 0 0 0;
}

.footer-first {
    width: 100%;
    background: #1B142D;
}

.footer-second {
    width: 100%;
    background: #DA0921;
}

/* end footer */
/* end footer */



/*  */
.modal-backdrop.show {
    display: none !important;
}

/*  */

/* start accordion */
/* start accordion */
.accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/blog/Polygon\ 1.png);
    background-size: contain;
}

.accordion-button {
    background: transparent !important;
    color: #fff;
    border: none;
    font-size: 1.3rem;
}

.accordion-button::after {
    background-image: url(../img/blog/Polygon\ 1.png);
    background-size: contain;
    /* transform: rotate(180deg); */
}

.accordion-item:last-of-type {
    border: none;
}

.accordion-body {
    padding: 1rem;
    background: #D1D1D1;
}

/* end accordion */
/* end accordion */

/* start btn conocer mas */
/* start btn conocer mas */

.conocer-mas {
    background: #D9D9D9;
    padding: 10px 1rem;
    border-radius: 15px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    color: #2A2C41;
}

.conocer-mas:hover {
    background: #d9d9d9ce;
    color: #2A2C41;
}

/* end btn conocer mas */
/* end btn conocer mas */

/* start media query */
/* start media query */
@media(max-width: 1440px) {
    .banner .carousel .carousel-indicators button {
        left: 30rem;
    }
}

@media(max-width: 1366px) {
    .banner {
        margin-top: 14vh;
    }

    .banner .carousel .carousel-indicators button {
        left: 18rem;
    }

    p {
        font-size: 1rem;
        line-height: 22px;
    }
}

@media(max-width: 1280px) {
    p {
        font-size: 20px;
        line-height: 24px;
    }

    .banner .carousel .carousel-indicators button {
        position: relative;
        left: 20rem;
        width: 5rem;
        height: 5px;
        margin-right: 10px;
    }

    .banner .container-text-right {
        padding: 0px 2rem;
    }

    .banner .container-text-left {
        padding: 0 2rem;
    }
}

@media(max-width: 1024px) {
    .banner .carousel .carousel-indicators button {
        left: 10rem;
        width: 5rem;
        height: 5px;
    }

    .banner .logo {
        width: 50%;
    }

    .banner .container-text-left {
        width: 66%;
    }

    .banner .container-text-right {
        width: 66%;
    }

    .section-1 .carousel .carousel-item .carousel-item-container iframe {
        width: 5rem;
        height: 3rem;
    }
}

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

    .banner .container-text-left {
        width: 100%;
    }

    .banner .container-text-right {
        width: 100%;
    }

    .banner p {
        /* display: none; */
    }

    .banner .carousel .carousel-item .btn-end {
        position: absolute;
        top: 41%;
        left: 64%;
        width: auto;
    }

    .section-1 .carousel .carousel-item .carousel-item-container iframe {
        width: 15rem;
        height: 8rem;
    }

    .section-2 #exTab1 {
        width: 100%;
    }
}

@media(max-width: 576px) {
    .banner .carousel .carousel-indicators button {
        left: 0rem;
    }

    .section-1 {
        padding: 0;
    }

    .banner {
        margin-top: 9vh;
    }

    .banner .logo {
        width: 28%;
    }

    .banner .container-video {
        padding: 0;
    }

    .section-1 .carousel .carousel-item .carousel-item-container iframe {
        display: none;
    }

    p {
        line-height: 20px;
    }

    .section-1 .carousel .carousel-indicators {
        bottom: 0;
    }

    .banner .container-text-left {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background: #00000075;
        padding: 0 0rem;
    }

    .banner .container-text-right {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background: #00000075;
        padding: 0 0rem;
    }

    .banner .container-video {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background: #00000075;
        padding: 0 0rem;
        min-height: 30vh;
    }

    .banner .carousel-control-prev {
        left: 10px !important;
    }

    .banner .carousel-control-next {
        right: 10px !important;
    }

    .banner .container-video iframe {
        width: 70%;
    }

    .banner .carousel .carousel-item .carousel-item-text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
        padding: 2rem;
    }

    .banner .carousel .carousel-item .carousel-item-img {
        position: relative;
    }
}

/* end media query */
/* end media query */

/*  */
/*  */

.investigacion-section-1 {
    padding: 0 5rem;
}

.investigacion-section-1 img {
    width: 60%;
    margin-bottom: 1rem;
    margin: auto;
}

.investigacion-section-1 p {
    text-align: center;
}

/*  */
/*  */
.investigacion-section-2 .row {
    background: #E5E5E5;
}

.investigacion-section-3 .carousel-inner {
    background-image: url("/sites/default/files/2023-04/investigacion-blanco-fondo.jpg");
    /* background: #D9D9D9; */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem;
    /* min-height: 90vh; */
    display: flex;
    align-items: center;
}

.investigacion-section-3 .carousel .carousel-item a {
    background: #2A2C41;
    color: #fff;
    text-decoration: underline;
    padding: 1rem 3rem;
    border-radius: 29px;
    font-weight: bold;
    position: relative;
    left: 25%;
    top: 2rem;
}

.investigacion-section-3 .carousel .carousel-item img {
    margin-left: 1rem;
}

.investigacion-section-3 .carousel .carousel-item .icon {
    width: 1.5rem;
}

.investigacion-section-3 .carousel-indicators {
    position: relative;
}

.investigacion-section-3 .carousel-indicators [data-bs-target] {
    width: 18rem;
    height: 18rem;
}

/*  */
.investigacion-section-4 {
    border-top: solid 10px #18223A;
}

.investigacion-section-4 a {
    background: #003142;
    color: #fff;
    border-radius: 25px;
    padding: 10px 1rem;
    border: none;
}

.investigacion-section-2 img {
    height: 85%;
}

@media(max-width: 576px) {
    .investigacion-section-3 .carousel-inner {
        padding: 5rem 1rem;
    }

    .investigacion-section-3 .carousel .carousel-item a {
        top: 0rem;
    }
}

/* start section 1 */
/* start section 1 */

.blog-section-1 {
    padding: 0 12rem;
}

.blog-section-1 .row .col-lg-4 p {
    background: #D1D1D1;
    padding: 1rem;
}

.blog-section-1 .row .col-lg-4:nth-child(1) h2 {
    background: #462753;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 1rem;
    margin: 0;
}

.blog-section-1 .row .col-lg-4:nth-child(2) h2 {
    background: #FD5258;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    padding: 1rem;
    margin: 0;
}

.blog-section-1 .row .col-lg-4:nth-child(3) h2 {
    background: #F97AA4;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    padding: 1rem;
    margin: 0;
}

/* start section 1 */
/* start section 1 */


/* start section 1 */
/* start section 1 */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    display: block;
}

.flip-card-front h3 {
    color: #fff;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-back {
    background: #fff;
    color: #000;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.blog-section-2 {
    background-image: url("/sites/default/files/2023-04/blog-secciones-fondo.jpg");
}

.blog-section-2 .row .col-md-6:nth-child(1) .flip-card-front {
    background: #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(2) .flip-card-front {
    background: #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(3) .flip-card-front {
    background: #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(4) .flip-card-front {
    background: #FD5258;
}

.blog-section-2 .row .col-md-6:nth-child(5) .flip-card-front {
    background: #F97AA4;
}

.blog-section-2 .row .col-md-6:nth-child(6) .flip-card-front {
    background: #462753;
}

.blog-section-2 .row .col-md-6:nth-child(7) .flip-card-front {
    background: #2A2C41;
}

.blog-section-2 .row .col-md-6:nth-child(8) .flip-card-front {
    background: #62EAEA;
}

.blog-section-2 .row .col-md-6:nth-child(9) .flip-card-front {
    background: #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(10) .flip-card-front {
    background: #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(11) .flip-card-front {
    background: #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(12) .flip-card-front {
    background: #FD5258;
}

.blog-section-2 h1 {
    text-decoration: underline;
}

/* back */
.blog-section-2 .row .col-md-6:nth-child(1) .flip-card-back {
    border-bottom: solid 10px #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(2) .flip-card-back {
    border-bottom: solid 10px #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(3) .flip-card-back {
    border-bottom: solid 10px #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(4) .flip-card-back {
    border-bottom: solid 10px #FD5258;
}

.blog-section-2 .row .col-md-6:nth-child(5) .flip-card-back {
    border-bottom: solid 10px #F97AA4;
}

.blog-section-2 .row .col-md-6:nth-child(6) .flip-card-back {
    border-bottom: solid 10px #462753;
}

.blog-section-2 .row .col-md-6:nth-child(7) .flip-card-back {
    border-bottom: solid 10px #2A2C41;
}

.blog-section-2 .row .col-md-6:nth-child(8) .flip-card-back {
    border-bottom: solid 10px #62EAEA;
}

.blog-section-2 .row .col-md-6:nth-child(9) .flip-card-back {
    border-bottom: solid 10px #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(10) .flip-card-back {
    border-bottom: solid 10px #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(11) .flip-card-back {
    border-bottom: solid 10px #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(12) .flip-card-back {
    border-bottom: solid 10px #FD5258;
}


@media(max-width: 1366px) {
    .blog-section-1 .accordion-button {
        font-size: 1.2rem;
    }
}

@media(max-width: 768px) {
    .blog-section-1 {
        padding: 0 1rem;
    }
}

@media(max-width: 576px) {
    .blog-section-1 {
        padding: 0 1rem;
    }
}

/* end section 2 */
/* end section 2 */

/* start section 1 */
/* start section 1 */

.blog-section-1 {
    padding: 0 12rem;
}

.blog-section-1 .row .col-lg-4 p {
    background: #D1D1D1;
    padding: 1rem;
}

.blog-section-1 .row .col-lg-4:nth-child(1) h2 {
    background: #462753;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 1rem;
    margin: 0;
}

.blog-section-1 .row .col-lg-4:nth-child(2) h2 {
    background: #FD5258;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    padding: 1rem;
    margin: 0;
}

.blog-section-1 .row .col-lg-4:nth-child(3) h2 {
    background: #F97AA4;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    padding: 1rem;
    margin: 0;
}

/* start section 1 */
/* start section 1 */


/* start section 1 */
/* start section 1 */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    display: block;
}

.flip-card-front h3 {
    color: #fff;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-back {
    background: #fff;
    color: #000;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.blog-section-2 {
    background-image: url("/sites/default/files/2023-04/blog-secciones-fondo.jpg");
}

.blog-section-2 .row .col-md-6:nth-child(1) .flip-card-front {
    background: #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(2) .flip-card-front {
    background: #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(3) .flip-card-front {
    background: #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(4) .flip-card-front {
    background: #FD5258;
}

.blog-section-2 .row .col-md-6:nth-child(5) .flip-card-front {
    background: #F97AA4;
}

.blog-section-2 .row .col-md-6:nth-child(6) .flip-card-front {
    background: #462753;
}

.blog-section-2 .row .col-md-6:nth-child(7) .flip-card-front {
    background: #2A2C41;
}

.blog-section-2 .row .col-md-6:nth-child(8) .flip-card-front {
    background: #62EAEA;
}

.blog-section-2 .row .col-md-6:nth-child(9) .flip-card-front {
    background: #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(10) .flip-card-front {
    background: #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(11) .flip-card-front {
    background: #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(12) .flip-card-front {
    background: #FD5258;
}

.blog-section-2 h1 {
    text-decoration: underline;
}

/* back */
.blog-section-2 .row .col-md-6:nth-child(1) .flip-card-back {
    border-bottom: solid 10px #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(2) .flip-card-back {
    border-bottom: solid 10px #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(3) .flip-card-back {
    border-bottom: solid 10px #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(4) .flip-card-back {
    border-bottom: solid 10px #FD5258;
}

.blog-section-2 .row .col-md-6:nth-child(5) .flip-card-back {
    border-bottom: solid 10px #F97AA4;
}

.blog-section-2 .row .col-md-6:nth-child(6) .flip-card-back {
    border-bottom: solid 10px #462753;
}

.blog-section-2 .row .col-md-6:nth-child(7) .flip-card-back {
    border-bottom: solid 10px #2A2C41;
}

.blog-section-2 .row .col-md-6:nth-child(8) .flip-card-back {
    border-bottom: solid 10px #62EAEA;
}

.blog-section-2 .row .col-md-6:nth-child(9) .flip-card-back {
    border-bottom: solid 10px #16C8B8;
}

.blog-section-2 .row .col-md-6:nth-child(10) .flip-card-back {
    border-bottom: solid 10px #3E2B6B;
}

.blog-section-2 .row .col-md-6:nth-child(11) .flip-card-back {
    border-bottom: solid 10px #FFAE2E;
}

.blog-section-2 .row .col-md-6:nth-child(12) .flip-card-back {
    border-bottom: solid 10px #FD5258;
}


@media(max-width: 1366px) {
    .blog-section-1 .accordion-button {
        font-size: 1.2rem;
    }
}

@media(max-width: 768px) {
    .blog-section-1 {
        padding: 0 1rem;
    }
}

@media(max-width: 576px) {
    .blog-section-1 {
        padding: 0 1rem;
    }
}

/* end section 2 */
/* end section 2 */


/* ---------- Blog | Secciones ----------*/
:root [class*='uremotion-blogsect-'] {
  --sect-font-primary: 'Bebas Neue', sans-serif;
  --sect-font-secondary: 'Philosopher', sans-serif;
  --sect-font-tertiary: 'Nunito', sans-serif;
}
:root [class*='uremotion-blogsect-'].crearte {--sect-color: #d79327;}
:root [class*='uremotion-blogsect-'].emocionarte {--sect-color: #e5464b;}
:root [class*='uremotion-blogsect-'].inspirarte {--sect-color: #e27013;}
:root [class*='uremotion-blogsect-'].punto-silencio {--sect-color: #e46992;}
:root [class*='uremotion-blogsect-'].aulas-seguras {--sect-color: #2a2c41;}
:root [class*='uremotion-blogsect-'].educando-corazon {--sect-color: #3e2b6b;}
:root [class*='uremotion-blogsect-'].conocerte {--sect-color: #14B0A2;}
:root [class*='uremotion-blogsect-'].prevencion {--sect-color: #D79327;}
:root [class*='uremotion-blogsect-'].recreate {--sect-color: #3E2B6B;}
:root [class*='uremotion-blogsect-'].life-team {--sect-color: #3BC9C9;}
:root [class*='uremotion-blogsect-'].ur-pheel {--sect-color: #462753;}

.uremotion-blogsect-banner {background-color: var(--sect-color);}
.uremotion-blogsect-banner .block--image-carousel,
.uremotion-blogsect-banner .carousel-images,
.uremotion-blogsect-banner .carousel-images .carousel-inner,
.uremotion-blogsect-banner .carousel-images .carousel-item,
.uremotion-blogsect-banner .carousel-images .carousel-item .contextual-region,
.uremotion-blogsect-banner .carousel-images .carousel-item .contextual-region > div:last-of-type,
.uremotion-blogsect-banner .carousel-images .carousel-item picture,
.uremotion-blogsect-banner .carousel-images .carousel-item img {height: 100%;}
.uremotion-blogsect-banner .carousel-images .carousel-item picture,
.uremotion-blogsect-banner .carousel-images .carousel-item img {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.uremotion-blogsect-banner .carousel-images .carousel-indicadores {
  justify-content: space-between;
  width: 94%;
  top: calc(50% - 48px);
  bottom: auto;
  left: 3%; 
}
.uremotion-blogsect-banner .carousel-images .carousel-indicadores .carousel-control-prev,
.uremotion-blogsect-banner .carousel-images .carousel-indicadores .carousel-control-next {padding: 0;}
.uremotion-blogsect-banner .carousel-images .carousel-indicadores button i {
  font-size: 3rem !important;
  color: white !important;
}
.uremotion-blogsect-banner .carousel-images .carousel-indicadores button i.fa-arrow-left:before {content: "\f104";}
.uremotion-blogsect-banner .carousel-images .carousel-indicadores button i.fa-arrow-right:before {content: "\f105";}
.uremotion-blogsect-banner .layout__region--second {
  display: flex;
  align-items: center;
}
.uremotion-blogsect-banner h2,
.uremotion-blogsect-banner p {
  color: white;
  line-height: 1.3;
}
.uremotion-blogsect-banner p:last-of-type {margin-bottom: 0;}
.uremotion-blogsect-banner h2 {
  font-family: var(--sect-font-primary);
  font-size: 2.5rem;
}
.uremotion-blogsect-banner p {
  font-family: var(--sect-font-secondary);
  font-size: 0.9rem;
}
.uremotion-blogsect-training > .layout-content {display: grid;}
.uremotion-blogsect-training p,
.uremotion-blogsect-training li {line-height: 1.3;}
.uremotion-blogsect-training .layout__region {
  background-color: #efefef;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.25);
  overflow: hidden;
}
.uremotion-blogsect-training .carousel-images {
  margin-bottom: 2.4rem;
  border-bottom: 1rem solid var(--sect-color);
}
.uremotion-blogsect-training .carousel-images .carousel-indicadores {display: none;}
.uremotion-blogsect-training .carousel-images .carousel-indicators {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  bottom: -3rem;
}
.uremotion-blogsect-training .carousel-images .carousel-indicators [data-bs-target] {
  background-color: #B8B8B8;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  border: none;
  border-radius: 50%;
}
.uremotion-blogsect-training .block--text {padding: 0.25rem 1rem 1.2rem;}
.uremotion-blogsect-training .block--text p {font-size: 0.9rem;}
.uremotion-blogsect-training .block--text p:last-of-type {margin-bottom: 0;}

@media (min-width: 576px) {
  .uremotion-blogsect-banner h2 {font-size: 3rem;}
  .uremotion-blogsect-banner p {font-size: 1.2rem;}
  .uremotion-blogsect-training .block--text {padding: 0.5rem 1.5rem 1.5rem;}
  .uremotion-blogsect-training .block--text p {font-size: 1.2rem;}
}
@media (min-width: 768px) {
  .uremotion-blogsect-banner p {font-size: 1rem;}
  .uremotion-blogsect-training .block--text {padding: 0.25rem 1rem 1.2rem;}
  .uremotion-blogsect-training .block--text p {font-size: 0.9rem;}
}
@media (min-width: 992px) {
  .uremotion-blogsect-banner p {font-size: 1.2rem;}
  .uremotion-blogsect-training .block--text {padding: 0.5rem 1.5rem 1.5rem;}
  .uremotion-blogsect-training .block--text p {font-size: 1.2rem;}
}
@media (min-width: 1200px) {
  .uremotion-blogsect-banner h2 {font-size: 5rem;}
  .uremotion-blogsect-banner p {font-size: 1.5rem;}
}
@media (min-width: 1400px) {
  .uremotion-blogsect-training .block--text {padding: 0.5rem 2rem 2rem;}
}
/* ---------- Fin Blog | Secciones ----------*/

