body {
    font-family: 'Goldplay', sans-serif;
}

.autofocus {
    background-color: red !important;
}

.navbar-placeholder {
    height: 0px !important;
}

.owl-carousel-header .item {
    padding: 0 !important;
}

.owl-carousel-header .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.owl-carousel-header img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.btn-platform {
    color: white;
    background-color: #4F2D7D;
}

.btn-platform:hover {
    color: white;
    background-color: #570861;
}

.content_footer {
    padding-top: 2%;
    background-color: #ffffff;
    margin-top: 4%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.content_footer>.container {
    padding-bottom: 2%;
}

.copyright_footer {
    color: white;
    padding: 6px;
    text-align: center;
    background-color: #4F2D7D;
}




/* ======================= Page Index ======================= */

/* -- Banner header */
.owl-carousel-header .item .card {
    background-size: cover !important;
    text-align: center;
    height: 30rem;
    align-items: center;
}

.content_banner {
    border-radius: 15px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 50%;
    padding: 10px;
    background-color: #502d7d;
    z-index: 99999;
    /* Cambia según tu diseño */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.content_banner .title_banner p {
    font-size: 40px;
    font-family: 'Roboto-Bold';
    color: white !important;
}

.content_banner .description_banner p {
    font-size: 20px;
    font-family: 'Roboto-Light';
    color: white !important;
}

/* -- Fin Banner header */



/* -- Lo más reciente */

.the_most_recent .container .title_new_section {
    margin-bottom: 1rem;
    font-size: 40px;
    font-family: 'Roboto-Bold';
    padding-top: 3%;
    text-align: center;
    color: #4F2D7D !important;
}

.owl-carousel-recents .item {
    padding: 15px;
}

.owl-carousel-recents .item .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.owl-carousel-recents .item .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.owl-carousel-recents .item .card .title_unique_blog p {
    font-family: 'Roboto-Bold';
    color: #4F2D7D;
}

.owl-carousel-recents .item .card .summary_unique_blog p {
    font-family: 'Roboto-Light';
    color: #4F2D7D;
}

.owl-carousel-recents .item .card .metadatos_unique_blog table tr td {
    font-family: 'Roboto-Light-Italic';
    padding-top: 2%;
    align-items: center;
    text-align: center;
    font-size: 9px;
}

.owl-carousel-recents .item .card .metadatos_unique_blog table tr td svg {
    width: 15px;
}

/* -- Fin Lo más reciente */



/* -- Lo mas leido */

.the_most_read {
    margin-top: 2%;
    position: relative;
    padding-top: 0% !important;
    padding-bottom: 3% !important;
    background-color: #4F2D7D;
    z-index: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.the_most_read .container .title_new_section {
    margin-bottom: 1rem;
    font-size: 40px;
    font-family: 'Roboto-Bold';
    padding-top: 3%;
    text-align: center;
    color: white !important;
}


.the_most_read .item {
    padding: 15px;
}

.the_most_read .item .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.the_most_read .item .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.the_most_read .item .card .title_unique_blog p {
    font-family: 'Roboto-Bold';
    color: #4F2D7D;
}

.the_most_read .item .card .summary_unique_blog p {
    font-family: 'Roboto-Light';
    color: #4F2D7D;
}

.the_most_read .item .card .metadatos_unique_blog table tr td {
    font-family: 'Roboto-Light-Italic';
    padding-top: 2%;
    align-items: center;
    text-align: center;
    font-size: 9px;
}

.the_most_read .item .card .metadatos_unique_blog table tr td svg {
    width: 15px;
}

/* -- Fin Lo mas leido */




/* -- Contenido Multimedia */

.multimedia_content .container .title_new_section {
    margin-bottom: 1rem;
    font-size: 40px;
    font-family: 'Roboto-Bold';
    padding-top: 3%;
    text-align: center;
    color: #4F2D7D !important;
}

/* -- Fin Contenido Multimedia */




/* -- Agenda con un experto */


.scheduling {
    padding-top: 5em;
    padding-bottom: 5em;
    color: white;
    background-color: #4F2D7D;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contenedor_izquierdo_seis {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: white !important;
}

.titulo_izquierdo_seis p {
    font-size: 40px;
    font-family: "Roboto-Bold" !important;
    color: white !important;
}

.descripcion_izquierdo_seis p {
    padding-top: 20px !important;
    text-align: left !important;
    font-family: "Roboto-Regular" !important;
    display: block;
    font-size: 30px !important;
    line-height: 28px !important;
    color: white !important;
}

.contenedor_derecho_seis {
    z-index: 2;
    position: relative;
    text-align: left;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor_derecho_seis h1 {
    color: white;
    font-family: "Roboto-Bold";
    text-align: left;
}

.descripcion_derecho_seis {
    color: white;
}

.titulo_izquierdo_seis {
    display: block;
}

.titulo_derecho_seis {
    text-align: left;
}

.descripcion_derecho_seis p {
    font-family: "Roboto-Regular";
    font-size: 24px;
}


.contenedor_derecho_seis {
    z-index: 2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.title_day_calendar {
    font-size: 18px;
    font-family: "Roboto-Regular";
    color: white;
}

.fila_dias {
    text-align: center;
    align-content: center;
}

#current-month {
    color: white;
    font-size: 24px;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
}

.title_mmonth {
    text-align: justify;
}

#calendar-body {
    font-size: 30px !important;
    color: white !important;
    font-family: "Roboto-Regular" !important;
    text-align: center;
    align-content: center;
}

#calendar-body:hover {
    cursor: pointer;
}

#prev-month:hover,
#next-month:hover {
    cursor: pointer;
}

.dia_mes_seleccion {
    font-family: "Roboto-Regular" !important;
    font-size: 20px;
}

.dia_mes_seleccion a {
    font-family: "Roboto-Bold";
    margin: 0px !important;
    padding: 0px !important;
}

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

.calendario_centro {
    text-align: center;
}

.calendario_derecha {
    text-align: right;
}

.current-day {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
}

.current-day a {
    font-family: "Roboto-Bold";
    border: 2px solid white !important;
    border-radius: 50%;
    color: white;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    width: 100%;
    margin: 0px !important;

    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
}

.input-calendar label {
    font-size: 13px;
    font-family: 'Roboto-Regular';
    margin-top: 10px;
}

#button_agendar {
    color: white;
    background-color: #4F2D7D;
}

/* Fin agenda con un experto */


/* ======================= End Page Index ======================= */




/* ======================= Start Page About ======================= */

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

    background-color: #4F2D7D;
    height: 150px;
    color: white;
}

.owl-carousel-about-header .item .card {
    background-size: cover !important;
    text-align: center;
    height: 30rem;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.share_social {
    background-color: #4F2D7D;
    position: fixed;
    left: 10px;
    top: 30%;
    padding: 15px;
    border-radius: 15px;
    z-index: 999999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.share_social ul {
    padding: 0 !important;
    list-style: none;
    margin-bottom: 0px !important;
}

.share_social ul li {
    padding: 0px;
}

.share_social ul li a img {
    margin-bottom: 5px;
    width: 30px;
}

.share_social ul li:focus,
.share_social ul li:active {
    outline: none;
    box-shadow: none;
    background: none;
    transform: none;
}

/* ======================= End Page About ======================= */




/* ======================= Start Page Blogs ======================= */

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

    background-color: #4F2D7D;
    height: 150px;
    color: white;
}

.owl-carousel-blogs-header .item .card {
    background-size: cover !important;
    text-align: center;
    height: 30rem;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.general_blogs {
    margin-top: 50px !important;
}

.general_blogs .blog_href .blog_unique img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.general_blogs .blog_href .blog_unique .title_unique_blog {
    font-family: 'Roboto-Bold';
    margin-top: 2%;
    font-size: 1.2rem;
    color: #4F2D7D;
}

.general_blogs .blog_href .blog_unique .summary_unique_blog {
    font-family: 'Roboto-Light-Italic';
    margin-top: 2%;
    font-size: 15px;
    color: #4F2D7D;
}



.general_blogs .blog_href .blog_unique .metadatos_unique_blog table tr td {
    font-family: 'Roboto-Light-Italic';
    padding-top: 2%;
    align-items: center;
    text-align: center;
    font-size: 9px;
}

.general_blogs .blog_href .blog_unique .metadatos_unique_blog table tr td svg {
    width: 15px;
}


.share_social_blog {
    background-color: #4F2D7D;
    position: fixed;
    left: 10px;
    top: 30%;
    padding: 15px;
    border-radius: 15px;
    z-index: 999999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.share_social_blog ul {
    padding: 0 !important;
    list-style: none;
    margin-bottom: 0px !important;
}

.share_social_blog ul li {
    padding: 0px;
}

.share_social_blog ul li a img {
    margin-bottom: 5px;
    width: 30px;
}

.share_social_blog ul li:focus,
.share_social_blog ul li:active {
    outline: none;
    box-shadow: none;
    background: none;
    transform: none;
}

.image_blog {
    position: relative;
}

.description_blog .image_blog {
    margin-top: 30px;
}

.description_blog .image_blog img {
    border-radius: 15px;
}

.content_favorite {
    position: absolute;
    background-color: white;
    z-index: 999;
    top: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 15px;
}

.content_favorite img {
    width: 40px;
}

.content_favorite:hover {
    cursor: pointer;
}


.metadata_complete_blog table tr td {
    font-family: 'Roboto-Light-Italic';
    padding-top: 2%;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.metadata_complete_blog table tr td svg {
    width: 25px;
}

/* ======================= End Page Blogs ======================= */



/* ======================= Start Page Live ======================= */


.general_galleries .gallery_href .gallery_unique img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.general_galleries .gallery_href .gallery_unique .title_unique_gallery {
    font-family: 'Roboto-Bold';
    margin-top: 2%;
    font-size: 1.2rem;
    color: #4F2D7D;
}

.general_galleries .gallery_href .gallery_unique .summary_unique_gallery {
    font-family: 'Roboto-Light-Italic';
    margin-top: 2%;
    font-size: 15px;
    color: #4F2D7D;
}



.general_galleries .gallery_href .gallery_unique .metadatos_unique_gallery table tr td {
    font-family: 'Roboto-Light-Italic';
    padding-top: 2%;
    align-items: center;
    text-align: center;
    font-size: 9px;
}

.general_galleries .gallery_href .gallery_unique .metadatos_unique_gallery table tr td svg {
    width: 15px;
}

.container_iframe {
    margin-top: 4%;
}

.container_iframe iframe {
    width: 100% !important;
    height: 700px;
}

/* ======================= End Page Live ======================= */



/************ My Profile /*************/
.header_page_profile {
    background-color: #4F2D7D;
    height: 70px;
}

.header_page_profile .container img {
    margin-top: 25px;
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #4F2D7D;
}




/* ======================= Start Footer ======================= */

.caption_one {
    text-align: center;
    margin-bottom: 20px;
}

.caption_one img {
    margin-bottom: 8px;
    width: 100px;
}

.caption_two {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.caption_two .title {
    font-family: 'Roboto-Bold';
    color: #4F2D7D;
}


.caption_three {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.caption_three .title {
    font-family: 'Roboto-Bold';
    color: #4F2D7D;
}

.caption_three ul {
    list-style: none;
}

.caption_three ul li {
    text-align: left;
}

.caption_three ul li a {
    text-decoration: none;
    font-size: 14px;
    color: black !important;
}

.caption_three ul li {
    text-align: left;
}

.caption_four {
    align-items: center;
    text-align: center;
}

.caption_four .title {
    font-family: 'Roboto-Bold';
    color: #4F2D7D;
}

/* ======================= End Footer ======================= */


/* *************************** Responsive *************************** */
@media (min-width: 0px) and (max-width: 320px) {

    /* ======================= General ======================= */

    .navbar-personalize {
        background-color: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 1000;
    }

    .navbar-placeholder {
        height: 0px !important;
    }

    .navbar-fixed {
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }


    .menu-first {
        display: flex;
        justify-content: center;
        align-items: center;

        color: white;
        height: 30px;
        background-color: #4F2D7D;
    }

    #navegation-movil {
        position: fixed;
        bottom: 0px;
        background-color: white !important;
        z-index: 99999999;
    }

    #navegation-movil {
        width: 100%;
        position: fixed;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 0px !important;
    }

    #navegation-movil ul {
        margin: 0;
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px !important;
    }

    #navegation-movil li a {
        text-decoration: none;
    }

    #navegation-movil li {
        font-size: 10px;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 20%;
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: back;
        /* Cambia el color según tus necesidades */
    }


    #navegation-movil>.navigation-ul>.active-option {
        border-top: 4px solid #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a {
        color: #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a>svg {
        color: #4F2D7D;
        fill: #4F2D7D;
        width: 25px;
    }

    /* ======================= End General ======================= */





    /* ======================= Page Index ======================= */

    /* -- Banner header */
    .owl-carousel-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 8rem;
        align-items: center;
    }

    .content_banner {
        border-radius: 15px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 80%;
        padding: 10px;
        background-color: #502d7d;
        z-index: 99999;
        /* Cambia según tu diseño */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .content_banner .title_banner p {
        font-size: 20px;
    }

    .content_banner .description_banner {
        padding: 0 !important;
    }

    .content_banner .description_banner p {
        font-size: 10px;
        font-family: 'Roboto-Light';
        color: white !important;
        padding: 0px !important;
    }

    /* -- Fin Banner header */



    /* -- Lo más reciente */

    .the_most_recent .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }


    /* -- Fin Lo más reciente */



    /* -- Lo mas leido */

    .the_most_read .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: white !important;
    }

    /* -- Fin Lo mas leido */




    /* -- Contenido Multimedia */

    .multimedia_content .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 20px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }

    /* -- Fin Contenido Multimedia */




    /* -- Agenda con un experto */

    .scheduling {
        padding-top: 2em;
        padding-bottom: 2em;
        color: white;
        background-color: #4F2D7D;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .contenedor_izquierdo_seis {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        color: white !important;
    }

    .titulo_izquierdo_seis {
        text-align: center;
    }

    .titulo_izquierdo_seis p {
        font-size: 25px;
        font-family: "Roboto-Bold" !important;
        color: white !important;
    }

    .descripcion_izquierdo_seis p {
        padding-top: 8px !important;
        text-align: justify !important;
        font-family: "Roboto-Light" !important;
        display: block;
        font-size: 20px !important;
        line-height: 19px !important;
        color: white !important;
    }

    /* Fin agenda con un experto */


    /* ======================= End Page Index ======================= */




    /* ======================= Start Page About ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-about-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 8rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .share_social {
        background-color: #4F2D7D;
        position: fixed;
        left: 10px;
        top: 30%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social ul li {
        padding: 0px;
    }

    .share_social ul li a img {
        margin-bottom: 5px;
        width: 30px;
    }

    .share_social ul li:focus,
    .share_social ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }

    /* ======================= End Page About ======================= */




    /* ======================= Start Page Blogs ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-blogs-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 8rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-carousel-blogs-header .item .card .content_banner .title_banner p {
        font-size: 20px;
        font-family: 'Roboto-Bold';
    }

    .owl-carousel-blogs-header .item .card .content_banner .description_banner p {
        font-size: 14px;
        font-family: 'Roboto-Light-Italic';
    }

    .share_social_blog {
        background-color: #4F2D7D;
        position: fixed;
        left: 0px !important;
        top: 15%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social_blog ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social_blog ul li {
        padding: 0px;
    }

    .share_social_blog ul li a img {
        margin-bottom: 5px;
        width: 20px;
    }

    .share_social_blog ul li:focus,
    .share_social_blog ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }


    .metadata_complete_blog table tr td {
        font-family: 'Roboto-Light-Italic';
        padding-top: 2%;
        align-items: center;
        text-align: center;
        font-size: 10px;
    }

    .metadata_complete_blog table tr td svg {
        width: 25px;
    }

    /* ======================= End Page Blogs ======================= */




    /* ======================= Start Page Live ======================= */


    .general_galleries .gallery_href .gallery_unique img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .general_galleries .gallery_href .gallery_unique .title_unique_gallery {
        font-family: 'Roboto-Bold';
        margin-top: 2%;
        font-size: 1.2rem;
        color: #4F2D7D;
    }

    .general_galleries .gallery_href .gallery_unique .summary_unique_gallery {
        font-family: 'Roboto-Light-Italic';
        margin-top: 2%;
        font-size: 15px;
        color: #4F2D7D;
    }

    .general_galleries .gallery_href .gallery_unique .metadatos_unique_gallery table tr td {
        font-family: 'Roboto-Light-Italic';
        padding-top: 2%;
        align-items: center;
        text-align: center;
        font-size: 9px;
    }

    .general_galleries .gallery_href .gallery_unique .metadatos_unique_gallery table tr td svg {
        width: 15px;
    }

    .container_iframe {
        margin-top: 4%;
    }

    .container_iframe iframe {
        width: 100% !important;
        height: auto;
    }

    .owl-carousel-galleries-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 8rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-carousel-galleries-header .item .card .content_banner .title_banner p {
        font-size: 20px;
        font-family: 'Roboto-Bold';
    }

    .owl-carousel-galleries-header .item .card .content_banner .description_banner p {
        font-size: 14px;
        font-family: 'Roboto-Light-Italic';
    }



    /* ======================= End Page Live ======================= */




    /* ======================= Start Footer ======================= */

    .caption_one {
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_one img {
        margin-bottom: 8px;
        width: 100px;
    }

    .caption_two {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_two .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }


    .caption_three {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_three .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    .caption_three ul {
        list-style: none;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_three ul li a {
        text-decoration: none;
        font-size: 14px;
        color: black !important;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_four {
        align-items: center;
        text-align: center;
        margin-bottom: 25%;
    }

    .caption_four .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    /* ======================= End Footer ======================= */

}

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

    /* ======================= General ======================= */

    .navbar-personalize {
        background-color: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 1000;
    }

    .navbar-placeholder {
        height: 0px !important;
    }

    .navbar-fixed {
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .menu-first {
        display: flex;
        justify-content: center;
        align-items: center;

        color: white;
        height: 30px;
        background-color: #4F2D7D;
    }

    #navegation-movil {
        position: fixed;
        bottom: 0px;
        background-color: white !important;
        z-index: 99999999;
    }

    #navegation-movil {
        width: 100%;
        position: fixed;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 0px !important;
    }

    #navegation-movil ul {
        margin: 0;
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px !important;
    }

    #navegation-movil li a {
        text-decoration: none;
    }

    #navegation-movil li {
        font-size: 10px;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 20%;
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: back;
        /* Cambia el color según tus necesidades */
    }

    #navegation-movil>.navigation-ul>.active-option {
        border-top: 4px solid #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a {
        color: #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a>svg {
        color: #4F2D7D;
        fill: #4F2D7D;
        width: 25px;
    }

    /* ======================= End General ======================= */



    /* ======================= Page Index ======================= */

    /* -- Banner header */
    .owl-carousel-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 9rem;
        align-items: center;
    }

    .content_banner {
        border-radius: 15px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 80%;
        padding: 10px;
        background-color: #502d7d;
        z-index: 99999;
        /* Cambia según tu diseño */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .content_banner .title_banner p {
        font-size: 20px;
    }

    .content_banner .description_banner {
        padding: 0 !important;
    }

    .content_banner .description_banner p {
        font-size: 10px;
        font-family: 'Roboto-Light';
        color: white !important;
        padding: 0px !important;
    }

    /* -- Fin Banner header */



    /* -- Lo más reciente */

    .the_most_recent .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }


    /* -- Fin Lo más reciente */


    /* -- Lo mas leido */

    .the_most_read .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: white !important;
    }

    /* -- Fin Lo mas leido */


    /* -- Contenido Multimedia */

    .multimedia_content .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 20px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }

    /* -- Fin Contenido Multimedia */




    /* -- Agenda con un experto */

    .scheduling {
        padding-top: 2em;
        padding-bottom: 2em;
        color: white;
        background-color: #4F2D7D;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .contenedor_izquierdo_seis {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        color: white !important;
    }

    .titulo_izquierdo_seis {
        text-align: center;
    }

    .titulo_izquierdo_seis p {
        font-size: 25px;
        font-family: "Roboto-Bold" !important;
        color: white !important;
    }

    .descripcion_izquierdo_seis p {
        padding-top: 8px !important;
        text-align: justify !important;
        font-family: "Roboto-Light" !important;
        display: block;
        font-size: 20px !important;
        line-height: 19px !important;
        color: white !important;
    }

    /* Fin agenda con un experto */


    /* ======================= End Page Index ======================= */




    /* ======================= Start Page About ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-about-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 9rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .share_social {
        background-color: #4F2D7D;
        position: fixed;
        left: 10px;
        top: 30%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social ul li {
        padding: 0px;
    }

    .share_social ul li a img {
        margin-bottom: 5px;
        width: 30px;
    }

    .share_social ul li:focus,
    .share_social ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }

    /* ======================= End Page About ======================= */




    /* ======================= Start Page Blogs ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-blogs-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 8rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-carousel-blogs-header .item .card .content_banner .title_banner p {
        font-size: 20px;
        font-family: 'Roboto-Bold';
    }

    .owl-carousel-blogs-header .item .card .content_banner .description_banner p {
        font-size: 14px;
        font-family: 'Roboto-Light-Italic';
    }

    .share_social_blog {
        background-color: #4F2D7D;
        position: fixed;
        left: 0px !important;
        top: 15%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social_blog ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social_blog ul li {
        padding: 0px;
    }

    .share_social_blog ul li a img {
        margin-bottom: 5px;
        width: 20px;
    }

    .share_social_blog ul li:focus,
    .share_social_blog ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }


    .metadata_complete_blog table tr td {
        font-family: 'Roboto-Light-Italic';
        padding-top: 2%;
        align-items: center;
        text-align: center;
        font-size: 10px;
    }

    .metadata_complete_blog table tr td svg {
        width: 25px;
    }

    /* ======================= End Page Blogs ======================= */



    /* ======================= Start Footer ======================= */

    .caption_one {
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_one img {
        margin-bottom: 8px;
        width: 100px;
    }

    .caption_two {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_two .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }


    .caption_three {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_three .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    .caption_three ul {
        list-style: none;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_three ul li a {
        text-decoration: none;
        font-size: 14px;
        color: black !important;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_four {
        align-items: center;
        text-align: center;
        margin-bottom: 25%;
    }

    .caption_four .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    /* ======================= End Footer ======================= */
}

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

    /* ======================= General ======================= */

    .navbar-personalize {
        background-color: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 1000;
    }

    .navbar-placeholder {
        height: 0px !important;
    }

    .navbar-fixed {
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .menu-first {
        display: flex;
        justify-content: center;
        align-items: center;

        color: white;
        height: 30px;
        background-color: #4F2D7D;
    }

    #navegation-movil {
        position: fixed;
        bottom: 0px;
        background-color: white !important;
        z-index: 99999999;
    }

    #navegation-movil {
        width: 100%;
        position: fixed;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 0px !important;
    }

    #navegation-movil ul {
        margin: 0;
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px !important;
    }

    #navegation-movil li a {
        text-decoration: none;
    }

    #navegation-movil li {
        font-size: 10px;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 20%;
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: back;
        /* Cambia el color según tus necesidades */
    }

    #navegation-movil>.navigation-ul>.active-option {
        border-top: 4px solid #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a {
        color: #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a>svg {
        color: #4F2D7D;
        fill: #4F2D7D;
        width: 25px;
    }

    /* ======================= End General ======================= */



    /* ======================= Page Index ======================= */

    /* -- Banner header */
    .owl-carousel-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 10rem;
        align-items: center;
    }

    .content_banner {
        border-radius: 15px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 80%;
        padding: 10px;
        background-color: #502d7d;
        z-index: 99999;
        /* Cambia según tu diseño */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .content_banner .title_banner p {
        font-size: 20px;
    }

    .content_banner .description_banner {
        padding: 0 !important;
    }

    .content_banner .description_banner p {
        font-size: 10px;
        font-family: 'Roboto-Light';
        color: white !important;
        padding: 0px !important;
    }

    /* -- Fin Banner header */



    /* -- Lo más reciente */

    .the_most_recent .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }


    /* -- Fin Lo más reciente */


    /* -- Lo mas leido */

    .the_most_read .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: white !important;
    }

    /* -- Fin Lo mas leido */


    /* -- Contenido Multimedia */

    .multimedia_content .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 20px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }

    /* -- Fin Contenido Multimedia */




    /* -- Agenda con un experto */

    .scheduling {
        padding-top: 2em;
        padding-bottom: 2em;
        color: white;
        background-color: #4F2D7D;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .contenedor_izquierdo_seis {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        color: white !important;
    }

    .titulo_izquierdo_seis {
        text-align: center;
    }

    .titulo_izquierdo_seis p {
        font-size: 25px;
        font-family: "Roboto-Bold" !important;
        color: white !important;
    }

    .descripcion_izquierdo_seis p {
        padding-top: 8px !important;
        text-align: justify !important;
        font-family: "Roboto-Light" !important;
        display: block;
        font-size: 20px !important;
        line-height: 19px !important;
        color: white !important;
    }

    /* Fin agenda con un experto */


    /* ======================= End Page Index ======================= */




    /* ======================= Start Page About ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-about-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 10rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .share_social {
        background-color: #4F2D7D;
        position: fixed;
        left: 10px;
        top: 30%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social ul li {
        padding: 0px;
    }

    .share_social ul li a img {
        margin-bottom: 5px;
        width: 30px;
    }

    .share_social ul li:focus,
    .share_social ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }

    /* ======================= End Page About ======================= */




    /* ======================= Start Page Blogs ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-blogs-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 10rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-carousel-blogs-header .item .card .content_banner .title_banner p {
        font-size: 20px;
        font-family: 'Roboto-Bold';
    }

    .owl-carousel-blogs-header .item .card .content_banner .description_banner p {
        font-size: 14px;
        font-family: 'Roboto-Light-Italic';
    }

    .share_social_blog {
        background-color: #4F2D7D;
        position: fixed;
        left: 0px !important;
        top: 15%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social_blog ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social_blog ul li {
        padding: 0px;
    }

    .share_social_blog ul li a img {
        margin-bottom: 5px;
        width: 20px;
    }

    .share_social_blog ul li:focus,
    .share_social_blog ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }


    .metadata_complete_blog table tr td {
        font-family: 'Roboto-Light-Italic';
        padding-top: 2%;
        align-items: center;
        text-align: center;
        font-size: 10px;
    }

    .metadata_complete_blog table tr td svg {
        width: 25px;
    }

    /* ======================= End Page Blogs ======================= */



    /* ======================= Start Footer ======================= */

    .caption_one {
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_one img {
        margin-bottom: 8px;
        width: 100px;
    }

    .caption_two {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_two .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }


    .caption_three {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_three .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    .caption_three ul {
        list-style: none;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_three ul li a {
        text-decoration: none;
        font-size: 14px;
        color: black !important;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_four {
        align-items: center;
        text-align: center;
        margin-bottom: 25%;
    }

    .caption_four .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    /* ======================= End Footer ======================= */
}

@media (min-width: 481px) and (max-width: 767px) {

    #navegation-pc {
        display: block;
    }

    #navegation-movil {
        display: none;
    }

    /* ======================= General ======================= */

    .navbar-personalize {
        background-color: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 1000;
    }

    .navbar-placeholder {
        height: 0px !important;
    }

    .navbar-fixed {
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .menu-first {
        display: flex;
        justify-content: center;
        align-items: center;

        color: white;
        height: 30px;
        background-color: #4F2D7D;
    }

    #navegation-movil {
        position: fixed;
        bottom: 0px;
        background-color: white !important;
        z-index: 99999999;
    }

    #navegation-movil {
        width: 100%;
        position: fixed;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 0px !important;
    }

    #navegation-movil ul {
        margin: 0;
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px !important;
    }

    #navegation-movil li a {
        text-decoration: none;
    }

    #navegation-movil li {
        font-size: 10px;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 20%;
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: back;
        /* Cambia el color según tus necesidades */
    }

    #navegation-movil>.navigation-ul>.active-option {
        border-top: 4px solid #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a {
        color: #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a>svg {
        color: #4F2D7D;
        fill: #4F2D7D;
        width: 25px;
    }

    /* ======================= End General ======================= */



    /* ======================= Page Index ======================= */

    /* -- Banner header */
    .owl-carousel-header .item .card {
        background-size: cover !important;
        text-align: center;
        height: 12rem;
        align-items: center;
    }

    .content_banner {
        border-radius: 15px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 80%;
        padding: 10px;
        background-color: #502d7d;
        z-index: 99999;
        /* Cambia según tu diseño */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .content_banner .title_banner p {
        font-size: 20px;
    }

    .content_banner .description_banner {
        padding: 0 !important;
    }

    .content_banner .description_banner p {
        font-size: 10px;
        font-family: 'Roboto-Light';
        color: white !important;
        padding: 0px !important;
    }

    /* -- Fin Banner header */



    /* -- Lo más reciente */

    .the_most_recent .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }


    /* -- Fin Lo más reciente */


    /* -- Lo mas leido */

    .the_most_read .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: white !important;
    }

    /* -- Fin Lo mas leido */


    /* -- Contenido Multimedia */

    .multimedia_content .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 20px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }

    /* -- Fin Contenido Multimedia */




    /* -- Agenda con un experto */

    .scheduling {
        padding-top: 2em;
        padding-bottom: 2em;
        color: white;
        background-color: #4F2D7D;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .contenedor_izquierdo_seis {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        color: white !important;
    }

    .titulo_izquierdo_seis {
        text-align: center;
    }

    .titulo_izquierdo_seis p {
        font-size: 25px;
        font-family: "Roboto-Bold" !important;
        color: white !important;
    }

    .descripcion_izquierdo_seis p {
        padding-top: 8px !important;
        text-align: justify !important;
        font-family: "Roboto-Light" !important;
        display: block;
        font-size: 20px !important;
        line-height: 19px !important;
        color: white !important;
    }

    /* Fin agenda con un experto */


    /* ======================= End Page Index ======================= */




    /* ======================= Start Page About ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-about-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 10rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .share_social {
        background-color: #4F2D7D;
        position: fixed;
        left: 10px;
        top: 30%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social ul li {
        padding: 0px;
    }

    .share_social ul li a img {
        margin-bottom: 5px;
        width: 30px;
    }

    .share_social ul li:focus,
    .share_social ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }

    /* ======================= End Page About ======================= */




    /* ======================= Start Page Blogs ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-blogs-header .item .card {
        background-size: cover !important;
        text-align: center;
        height: 12rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-carousel-blogs-header .item .card .content_banner .title_banner p {
        font-size: 20px;
        font-family: 'Roboto-Bold';
    }

    .owl-carousel-blogs-header .item .card .content_banner .description_banner p {
        font-size: 14px;
        font-family: 'Roboto-Light-Italic';
    }

    .share_social_blog {
        background-color: #4F2D7D;
        position: fixed;
        left: 0px !important;
        top: 15%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social_blog ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social_blog ul li {
        padding: 0px;
    }

    .share_social_blog ul li a img {
        margin-bottom: 5px;
        width: 20px;
    }

    .share_social_blog ul li:focus,
    .share_social_blog ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }


    .metadata_complete_blog table tr td {
        font-family: 'Roboto-Light-Italic';
        padding-top: 2%;
        align-items: center;
        text-align: center;
        font-size: 10px;
    }

    .metadata_complete_blog table tr td svg {
        width: 25px;
    }

    /* ======================= End Page Blogs ======================= */



    /* ======================= Start Footer ======================= */

    .caption_one {
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_one img {
        margin-bottom: 8px;
        width: 100px;
    }

    .caption_two {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_two .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }


    .caption_three {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_three .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    .caption_three ul {
        list-style: none;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_three ul li a {
        text-decoration: none;
        font-size: 14px;
        color: black !important;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_four {
        align-items: center;
        text-align: center;
        margin-bottom: 25%;
    }

    .caption_four .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    /* ======================= End Footer ======================= */
}

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

    #navegation-pc {
        display: block;
    }

    #navegation-movil {
        display: none;
    }




    /* ======================= Page Index ======================= */

    /* -- Banner header */
    .owl-carousel-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 12rem;
        align-items: center;
    }


    /* ======================= General ======================= */

    .navbar-personalize {
        background-color: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 1000;
    }

    .navbar-placeholder {
        height: 0px !important;
    }

    .navbar-fixed {
        position: fixed;
        top: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .menu-first {
        display: flex;
        justify-content: center;
        align-items: center;

        color: white;
        height: 30px;
        background-color: #4F2D7D;
    }

    #navegation-movil {
        position: fixed;
        bottom: 0px;
        background-color: white !important;
        z-index: 99999999;
    }

    #navegation-movil {
        width: 100%;
        position: fixed;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 0px !important;
    }

    #navegation-movil ul {
        margin: 0;
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px !important;
    }

    #navegation-movil li a {
        text-decoration: none;
    }

    #navegation-movil li {
        font-size: 10px;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 20%;
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: back;
        /* Cambia el color según tus necesidades */
    }

    #navegation-movil>.navigation-ul>.active-option {
        border-top: 4px solid #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a {
        color: #4F2D7D;
    }

    #navegation-movil>.navigation-ul>li>a>svg {
        color: #4F2D7D;
        fill: #4F2D7D;
        width: 25px;
    }

    /* ======================= End General ======================= */



    /* ======================= Page Index ======================= */

    /* -- Banner header */
    .owl-carousel-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 15rem;
        align-items: center;
    }

    .content_banner {
        border-radius: 15px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 80%;
        padding: 10px;
        background-color: #502d7d;
        z-index: 99999;
        /* Cambia según tu diseño */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .content_banner .title_banner p {
        font-size: 20px;
    }

    .content_banner .description_banner {
        padding: 0 !important;
    }

    .content_banner .description_banner p {
        font-size: 10px;
        font-family: 'Roboto-Light';
        color: white !important;
        padding: 0px !important;
    }

    /* -- Fin Banner header */



    /* -- Lo más reciente */

    .the_most_recent .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }


    /* -- Fin Lo más reciente */


    /* -- Lo mas leido */

    .the_most_read .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 30px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: white !important;
    }

    /* -- Fin Lo mas leido */


    /* -- Contenido Multimedia */

    .multimedia_content .container .title_new_section {
        margin-bottom: 1rem;
        font-size: 20px;
        font-family: 'Roboto-Bold';
        padding-top: 3%;
        text-align: center;
        color: #4F2D7D !important;
    }

    /* -- Fin Contenido Multimedia */




    /* -- Agenda con un experto */

    .scheduling {
        padding-top: 2em;
        padding-bottom: 2em;
        color: white;
        background-color: #4F2D7D;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .contenedor_izquierdo_seis {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        color: white !important;
    }

    .titulo_izquierdo_seis {
        text-align: center;
    }

    .titulo_izquierdo_seis p {
        font-size: 25px;
        font-family: "Roboto-Bold" !important;
        color: white !important;
    }

    .descripcion_izquierdo_seis p {
        padding-top: 8px !important;
        text-align: justify !important;
        font-family: "Roboto-Light" !important;
        display: block;
        font-size: 20px !important;
        line-height: 19px !important;
        color: white !important;
    }

    /* Fin agenda con un experto */


    /* ======================= End Page Index ======================= */




    /* ======================= Start Page About ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-about-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 18rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .share_social {
        background-color: #4F2D7D;
        position: fixed;
        left: 10px;
        top: 30%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social ul li {
        padding: 0px;
    }

    .share_social ul li a img {
        margin-bottom: 5px;
        width: 30px;
    }

    .share_social ul li:focus,
    .share_social ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }

    /* ======================= End Page About ======================= */




    /* ======================= Start Page Blogs ======================= */

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

        background-color: #4F2D7D;
        height: 150px;
        color: white;
    }

    .owl-carousel-blogs-header .item .card {
        background-size: 100% 100% !important;
        text-align: center;
        height: 18rem;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-carousel-blogs-header .item .card .content_banner .title_banner p {
        font-size: 20px;
        font-family: 'Roboto-Bold';
    }

    .owl-carousel-blogs-header .item .card .content_banner .description_banner p {
        font-size: 14px;
        font-family: 'Roboto-Light-Italic';
    }

    .share_social_blog {
        background-color: #4F2D7D;
        position: fixed;
        left: 0px !important;
        top: 15%;
        padding: 15px;
        border-radius: 15px;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .share_social_blog ul {
        padding: 0 !important;
        list-style: none;
        margin-bottom: 0px !important;
    }

    .share_social_blog ul li {
        padding: 0px;
    }

    .share_social_blog ul li a img {
        margin-bottom: 5px;
        width: 20px;
    }

    .share_social_blog ul li:focus,
    .share_social_blog ul li:active {
        outline: none;
        box-shadow: none;
        background: none;
        transform: none;
    }


    .metadata_complete_blog table tr td {
        font-family: 'Roboto-Light-Italic';
        padding-top: 2%;
        align-items: center;
        text-align: center;
        font-size: 10px;
    }

    .metadata_complete_blog table tr td svg {
        width: 25px;
    }

    /* ======================= End Page Blogs ======================= */



    /* ======================= Start Footer ======================= */

    .caption_one {
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_one img {
        margin-bottom: 8px;
        width: 100px;
    }

    .caption_two {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_two .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }


    .caption_three {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .caption_three .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    .caption_three ul {
        list-style: none;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_three ul li a {
        text-decoration: none;
        font-size: 14px;
        color: black !important;
    }

    .caption_three ul li {
        text-align: left;
    }

    .caption_four {
        align-items: center;
        text-align: center;
        margin-bottom: 25%;
    }

    .caption_four .title {
        font-family: 'Roboto-Bold';
        color: #4F2D7D;
    }

    /* ======================= End Footer ======================= */
}

/* Laptops y pantallas de escritorio pequeñas */
@media (min-width: 1025px) and (max-width: 1366px) {

    /* Navigation top */
    .header-app {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: 50px;
        display: flex;
        /* Habilita flexbox */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    }


    #navegation-movil {
        width: 100%;
        position: fixed;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 0px !important;
    }

    #navegation-movil ul {
        margin: 0;
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px !important;
    }

    #navegation-movil li a {
        text-decoration: none;
    }

    #navegation-movil li {
        font-size: 10px;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 20%;
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: back;
        /* Cambia el color según tus necesidades */
    }

    .active-option {
        border-top: 3px solid rgba(0, 0, 255, 0.61);
        color: rgba(0, 0, 255, 0.61);
    }

    li:hover {
        border-top: 3px solid rgba(0, 0, 255, 0.61);
        color: rgba(0, 0, 255, 0.61);
    }

    /* Login Sections */

    .img-login {
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .img-login img {
        width: 50%;
    }

    .container-form-login {
        font-size: 12px;
        padding: 8%;
        margin-top: 30%;
    }

    .container-form-login .form-group {
        margin-top: 5%;
    }

    .container-form-login>.container {
        background-color: white;
        border-radius: 4%;
        padding: 8%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .custom_input {
        display: flex;
        align-items: center;
        position: relative;
        max-width: 100%;
    }

    .input {
        font-size: 14px;
        padding: 5px 5px;
        width: 100%;
        padding-left: 20px;
        outline: none;
        background: #FFFFFF;
        color: #000000;
        border: 1px solid #C4D1EB;
        border-radius: 5px;
        box-shadow: 3px 3px 2px 0px #E2E2E2;
        transition: .3s ease;
    }

    .input:focus {
        background: #F2F2F2;
        border: 1px solid #5A7EC7;
        border-radius: 10px;
    }

    .feather-login-user {
        width: 90%;
        /* Ajusta el ancho */
        height: 90%;
        /* Ajusta la altura */
    }

    .or-separator {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .or-separator .line {
        flex-grow: 1;
        height: 1px;
        background-color: #ccc;
        margin: 0 10px;
    }

    .or-separator span {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .social-media {
        text-align: center;
    }

    .btn-login {
        border-radius: 5px;
        color: white;
        background-color: #0159a1;
    }

    svg {
        color: #0159a1;
    }


    /* My profile */
    .header-profile {
        border-radius: 4%;
        background-color: #0159a1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .avatar {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: white;
        transform: translateY(40%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        /* Ajusta según el tamaño deseado */
        border-radius: 50%;
        /* Hace el contenedor redondo si lo deseas */
        overflow: hidden;
        /* Recorta las imágenes fuera del contenedor circular */
    }

    .avatar img {
        max-width: 100%;
        /* Ajusta la imagen al contenedor */
        height: auto;
        /* Mantiene la proporción */
    }

    .information-basic {
        padding-left: 6%;
        padding-right: 6%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding-top: 15%;
        padding-bottom: 6%;
        background-color: white;
        margin-top: 0%;
        border-radius: 5%;
    }

    .option-navigation-profile {
        text-align: center;
    }

    .form-profile {
        margin-top: 15px;
        font-size: 12px;
    }

    .form-profile .form-group {
        margin-bottom: 20px;
    }

    .form-profile .form-group .form-control {
        margin-bottom: 10px;
        border-radius: 2%;
        border: 1px solid #2705a0;
        font-size: 12px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .close-session {
        margin-top: 6%;
    }
}

/* Pantallas grandes */
@media (min-width: 1367px) {

    .menu-first {
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        background-color: #4F2D7D;
    }

    #navegation-pc {
        padding: 0px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    #navegation-movil {
        display: none;
    }

    #navegation-movil ul {
        margin: 0;
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    #navegation-movil li a {
        text-decoration: none;
    }

    #navegation-movil li {
        font-size: 10px;
        padding-top: 3%;
        padding-bottom: 3%;
        width: 20%;
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: back;
        /* Cambia el color según tus necesidades */
    }

    .active-option {
        border-bottom: 3px solid #4F2D7D;
        color: #4F2D7D;
    }

    li:hover {
        border-bottom: 3px solid #4F2D7D;
        color: #4F2D7D;
    }

    .navbar-nav>li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-item-login {
        border: 1px solid #4F2D7D;
        background-color: #4F2D7D;
        color: white !important;
    }

    .nav-item-login>a {
        color: white !important;
    }

    /* Login Sections */

    .img-login {
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .img-login img {
        width: 50%;
    }

    .container-form-login {
        font-size: 12px;
        padding: 8%;
        margin-top: 30%;
    }

    .container-form-login .form-group {
        margin-top: 5%;
    }

    .container-form-login>.container {
        background-color: white;
        border-radius: 4%;
        padding: 8%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .custom_input {
        display: flex;
        align-items: center;
        position: relative;
        max-width: 100%;
    }

    .input {
        font-size: 14px;
        padding: 5px 5px;
        width: 100%;
        padding-left: 20px;
        outline: none;
        background: #FFFFFF;
        color: #000000;
        border: 1px solid #C4D1EB;
        border-radius: 5px;
        box-shadow: 3px 3px 2px 0px #E2E2E2;
        transition: .3s ease;
    }

    .input:focus {
        background: #F2F2F2;
        border: 1px solid #5A7EC7;
        border-radius: 10px;
    }

    .feather-login-user {
        width: 90%;
        /* Ajusta el ancho */
        height: 90%;
        /* Ajusta la altura */
    }

    .or-separator {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .or-separator .line {
        flex-grow: 1;
        height: 1px;
        background-color: #ccc;
        margin: 0 10px;
    }

    .or-separator span {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .social-media {
        text-align: center;
    }

    .btn-login {
        border-radius: 5px;
        color: white;
        background-color: #0159a1;
    }

    svg {
        color: #0159a1;
    }


    /* My profile */
    .header-profile {
        border-radius: 4%;
        background-color: #0159a1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .avatar {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: white;
        transform: translateY(40%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        /* Ajusta según el tamaño deseado */
        border-radius: 50%;
        /* Hace el contenedor redondo si lo deseas */
        overflow: hidden;
        /* Recorta las imágenes fuera del contenedor circular */
    }

    .avatar img {
        max-width: 100%;
        /* Ajusta la imagen al contenedor */
        height: auto;
        /* Mantiene la proporción */
    }

    .information-basic {
        padding-left: 6%;
        padding-right: 6%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding-top: 15%;
        padding-bottom: 6%;
        background-color: white;
        margin-top: 0%;
        border-radius: 5%;
    }

    .option-navigation-profile {
        text-align: center;
    }

    .form-profile {
        margin-top: 15px;
        font-size: 12px;
    }

    .form-profile .form-group {
        margin-bottom: 20px;
    }

    .form-profile .form-group .form-control {
        margin-bottom: 10px;
        border-radius: 2%;
        border: 1px solid #2705a0;
        font-size: 12px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .close-session {
        margin-top: 6%;
    }
}