﻿* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../../../fonts/CentroRBS/Raleway-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../../../fonts/CentroRBS/Raleway-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../../../fonts/CentroRBS/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../../../fonts/CentroRBS/Raleway-SemiBold.ttf') format('truetype');
}


.view-more {
    display: inline-block;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 22px;
    font-variant: small-caps;
    font-size: 1.250em;
    padding: 0.2em 1em;
}


#header {
    width: 100%;
    background-color: #FFF;
}

    #header .bg-light {
        background-color: #FFF !important;
        border-bottom: 1px solid #cecece;
    }


    #header nav {
        /* max-width: 1565px;*/
        /* margin: 0 auto;*/
    }

        #header nav > i {
            display: inline-block;
            max-width: 244px;
            font-family: Raleway-Medium;
        }

#footer {
    width: 100%;
    /* padding: 2em 15px;*/
    background-color: #000;
    color: #FFF;
}

    #footer .footer-wrap {
        /*    max-width: 1400px !important;*/
        margin: 0 auto;
    }

        #footer .footer-wrap p {
            font-variant: small-caps;
        }

        #footer .footer-wrap a {
            color: #FFF;
            text-decoration: none;
            margin-right: 10px;
        }

footer hr {
    border-top: 1px solid #3D3C41;
}

#header_blog {
    height: 250px;
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
    border-bottom: 5px solid #F1BB50;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

    #header_blog .pleca-blog {
        max-width: 1400px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        #header_blog .pleca-blog img {
            position: absolute;
            bottom: 0px;
        }

#nav_blog {
    width: 100%;
    padding: 15px;
}

    #nav_blog ul {
        max-width: 1143px;
        margin: 0px auto;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        #nav_blog ul li {
            list-style: none;
            display: inline-block;
        }

            #nav_blog ul li a {
                font-family: Raleway-Regular;
                font-size: 16px;
                color: #555555;
            }

                #nav_blog ul li a.active {
                    display: inline-block;
                    color: #FFF;
                    background-color: #283A4D;
                    padding: 0.4em 1em;
                    border-radius: 15px;
                }

.divider {
    padding: 15px;
}

    .divider hr {
        margin: 0 auto;
        max-width: 1400px;
    }

@media (min-width: 768px) {
    #header_blog {
        margin-bottom: 35px;
    }
}

/* Intereses */
#intereses {
    background-color: #EDEDED;
    padding: 2em 15px;
}

    #intereses .header_intereses {
        padding-bottom: 2em;
    }

    #intereses .header_intereses {
        width: 100%;
        max-width: 1400px;
        margin: auto;
    }

    #intereses .wrapper_intereses {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
    }

        #intereses .wrapper_intereses .listado_intereses {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }



        #intereses .wrapper_intereses .swiper-button-next-intereses, #intereses .wrapper_intereses .swiper-button-prev-intereses {
            color: #000;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            border: 2px solid #000;
        }

            #intereses .wrapper_intereses .swiper-button-next-intereses:after, #intereses .wrapper_intereses .swiper-button-prev-intereses:after {
                font-size: 1em;
                font-weight: 600;
            }

        #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card {
            color: #000;
            position: relative;
            text-decoration: none;
            overflow: hidden;
            z-index: 0;
        }


            /* Cambiar el contenido de cada logo activo respectivamente */
            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card:hover .arte___y___cultura {
                content: url(/content/assets/CentroRBS/images/fundador/logo-arte-active.png);
            }

            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card:hover .caminos___de___la___libertad {
                content: url(/content/assets/CentroRBS/images/fundador/logo-arte-active.png);
            }

            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card:hover .ciudad___de___las___ideas {
                content: url(/content/assets/CentroRBS/images/fundador/logo-arte-active.png);
            }

            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card:hover .kybernus {
                content: url(/content/assets/CentroRBS/images/fundador/logo-arte-active.png);
            }

            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card:hover {
                color: #FFF;
            }

            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card:after {
                content: " ";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 0;
                background-color: #283A4D;
                transition: all 0.5s;
                z-index: -1;
            }

            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card:hover:after {
                height: 100%;
            }


            #intereses .wrapper_intereses .listado_intereses .swiper-wrapper .card .card-footer {
                background-color: transparent;
                border: none !important;
            }

@media (min-width: 576px) {
    #intereses .wrapper_intereses .swiper-wrapper {
        display: flex;
        align-items: stretch;
        height: 800px;
    }
}


#blog {
    background-color: #B4CAD0;
    padding: 2em 15px;
}

    #blog .header_blog {
        padding-bottom: 2em;
    }

    #blog .header_blog {
        width: 100%;
        /* max-width: 1400px;*/
        margin: auto;
    }

    #blog .wrapper_blog {
        width: 100%;
        /*     max-width: 1400px;*/
        margin: 0 auto;
        position: relative;
    }

        #blog .wrapper_blog .listado_blog {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }


            #blog .wrapper_blog .listado_blog .swiper-wrapper a {
                color: #000;
                position: relative;
                text-decoration: none;
                overflow: hidden;
                z-index: 0;
            }

                #blog .wrapper_blog .listado_blog .swiper-wrapper a:hover {
                    color: #FFF;
                }

                #blog .wrapper_blog .listado_blog .swiper-wrapper a:after {
                    content: " ";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 0;
                    background-color: #283A4D;
                    transition: all 0.5s;
                    z-index: -1;
                }

                #blog .wrapper_blog .listado_blog .swiper-wrapper a:hover:after {
                    height: 100%;
                }


        #blog .wrapper_blog .swiper-button-next-blogs, #blog .wrapper_blog .swiper-button-prev-blogs {
            color: #000;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            border: 2px solid #000;
            z-index: 999999999999999999999999999999999999999;
        }

            #blog .wrapper_blog .swiper-button-next-blogs:after, #blog .wrapper_blog .swiper-button-prev-blogs:after {
                font-size: 1em;
                font-weight: 600;
            }


@media (min-width: 576px) {
    #blog .wrapper_blog .listado_blog .swiper-wrapper {
        display: flex;
        align-items: stretch;
        height: 700px;
    }

    #conferencias .wrapper_swiper_conferencias .slick-slide {
        margin-left: 40px;
        margin-right: 40px;
    }
}




#conferencias {
    width: 100%;
    background-image: url('/content/assets/CentroRBS/images/conferencias/bk-conferencias.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    padding: 2em 15px;
}

    #conferencias .wrapper_conferencias {
        max-width: 1745.5px;
        width: 100%;
        margin: 0 auto;
    }

        #conferencias .wrapper_conferencias .wrapper_title {
            width: 100%;
            max-width: 1600px;
            margin: 0 auto;
        }


    #conferencias .wrapper_swiper_conferencias {
        width: 100%;
    }

.slick-track {
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}


.slick-initialized .slick-slide > div {
    height: 283px;
}

.slick-initialized .slick-slide.slick-current > div {
    height: 450px;
}

.slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide .wrapper_image_and_video_conferencia img {
    visibility: visible;
    opacity: 1;
    transition: all 1s;
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide .wrapper_image_and_video_conferencia video {
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide .wrapper_text_conferencias {
    display: none;
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current > div {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 10px;
    background-color: #000;
}

@media (max-width: 768px) {
    .wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current > div {
        height: auto;
    }

    .wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current .wrapper_text_conferencias {
        padding: 18px;
    }
}

@media (max-width: 576px) {
    .wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current > div {
        padding: 18px;
    }
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current .wrapper_image_and_video_conferencia video {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current .wrapper_image_and_video_conferencia img {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current .wrapper_image_and_video_conferencia {
    background-color: #000;
}

.wrapper_swiper_conferencias .slick-list .slick-track .slick-slide.slick-current .wrapper_text_conferencias {
    display: block;
}

.slick-prev {
    left: 1%;
    top: 50%;
    margin-top: -40px;
}

.slick-next {
    right: 1%;
    top: 50%;
    margin-top: -40px;
}

.slick-prev, .slick-next {
    background-color: transparent;
    width: 80px;
    height: 80px;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    z-index: 9999999999;
    outline: none;
}

    .slick-next::after, .slick-prev:after {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #FFF;
        top: 0;
        left: 0;
        font-size: 3em;
        font-weight: 600;
        font-family: Raleway-Regular;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .slick-prev:after {
        content: '<';
    }

    .slick-next:after {
        content: '>';
    }


/* Biblioteca */
#biblioteca {
    background-color: #FFF;
    padding: 2em 15px;
}

    #biblioteca .header_biblioteca {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding-bottom: 2em;
    }

    #biblioteca .wrapper_biblioteca {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

        #biblioteca .wrapper_biblioteca a {
            display: inline-block;
            margin: 0.25em 0.28em;
        }



#blog_biblioteca {
    width: 100%;
    padding: 2em 15px;
}

    #blog_biblioteca .wrapper_blog_biblioteca, #blog_biblioteca .header_biblioteca {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        #blog_biblioteca .header_biblioteca div {
            width: 100%;
        }

        #blog_biblioteca .wrapper_blog_biblioteca div {
            display: inline-block;
            width: 320px;
            height: 320px;
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            transition: all 1s;
            margin: 10px;
            flex: 1 1 320px;
        }

            #blog_biblioteca .wrapper_blog_biblioteca div:hover {
                background-size: 110%;
            }

            #blog_biblioteca .wrapper_blog_biblioteca div a {
                position: absolute;
                bottom: 2%;
                right: 2%;
            }

/* Filtros */

#filtro_blog, #filtro_noticias {
    padding: 15px;
    margin-bottom: 0px;
}

    #filtro_blog ul {
        margin: 0px auto;
        width: 100%;
        max-width: 1400px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #filtro_noticias ul {
        margin: 0px auto;
        width: 100%;
        max-width: 906px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        #filtro_blog ul li, #filtro_noticias ul li {
            list-style: none;
            display: inline-block;
        }

            #filtro_blog ul li a, #filtro_noticias ul li a {
                font-family: Raleway-Regular;
                font-size: 16px;
                color: #555555;
            }

                #filtro_blog ul li a.active, #filtro_noticias ul li a.active {
                    display: inline-block;
                    color: #FFF;
                    background-color: #283A4D;
                    padding: 0.4em 1em;
                    border-radius: 15px;
                }


            #filtro_blog ul li form, #filtro_noticias ul li form {
                position: relative;
            }

                #filtro_blog ul li form img, #filtro_noticias ul li form img {
                    position: absolute;
                    left: 10px;
                    top: 12px;
                    z-index: 10;
                }

                #filtro_blog ul li form input, #filtro_noticias ul li form input {
                    padding-left: 2em;
                    border-radius: 20px;
                    position: relative;
                }


                    #filtro_blog ul li form input:before, #filtro_noticias ul li form input:before {
                        content: url('/content/assets/CentroRBS/images/search-icon.png');
                        position: absolute;
                        left: 0px;
                        z-index: 99;
                        width: 10px;
                        height: 10px;
                    }

@media (max-width: 991px) {

    #filtro_noticias ul {
        justify-content: center;
        flex-wrap: wrap;
    }

        #filtro_noticias ul li {
            margin-bottom: 10px;
            margin-right: 1em;
        }
}



/* Detalle Comunicados y Blog */

/* Detalle comunicados - cobertura*/
#detalle_comunicado-cobertura, #detalle_blog {
    width: 100%;
    padding: 1em 15px;
}

    #detalle_comunicado-cobertura .wrapper_detalle_comunicados-coberturas, #detalle_blog .wrapper_detalle_blog {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

        #detalle_comunicado-cobertura .wrapper_detalle_comunicados-coberturas .info_comunicado, #detalle_blog .wrapper_detalle_blog .info_blog {
            width: 100%;
            max-width: 440px;
        }

.wrapper_detalle_comunicados-coberturas .info_comunicado .wrapper_comunicado_info .wrapper_comunicado_poster, .wrapper_detalle_blog .info_blog .wrapper_blog_info .wrapper_blog_poster {
    margin-bottom: 10px;
}

span.comunicado-info_lbl, span.blog-info_lbl {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

span.comunicado-info, span.blog-info {
    font-size: 20px;
    color: #555555;
}

#detalle_blog .wrapper_detalle_blog .detalle_blog p {
    font-size: 1.5em;
}

#detalle_blog .wrapper_detalle_blog .detalle_blog blockquote {
    padding-left: 2em;
    border-left: 5px solid #85B9C6;
    font-size: 1.75em;
    max-width: 579px;
}

/* Detalles Agenda y Conferencias */


#detalle_section {
    width: 100%;
    padding: 2em 15px;
}

    #detalle_section .wrapper_detalle_section {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

        #detalle_section .wrapper_detalle_section .info_section {
            width: 100%;
            max-width: 350px;
        }

.wrapper_detalle_section .info_section .wrapper_section_info .wrapper_section_poster {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 18px;
}

span.section-info_lbl {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

span.section-info {
    font-size: 20px;
    color: #555555;
}

#detalle_section .wrapper_detalle_section .detalle_section {
    width: 100%;
    max-width: 1000px;
}

    #detalle_section .wrapper_detalle_section .detalle_section h1 {
        font-size: 44px;
        display: inline-block;
        width: 100%;
        max-width: 640px;
    }

    #detalle_section .wrapper_detalle_section .detalle_section p {
        font-size: 24px;
        color: #555555;
    }

    #detalle_section .wrapper_detalle_section .detalle_section .fecha .fecha_in {
        line-height: 2em;
    }

        #detalle_section .wrapper_detalle_section .detalle_section .fecha .fecha_in .mes {
            font-size: 16px;
            font-weight: 600;
        }

        #detalle_section .wrapper_detalle_section .detalle_section .fecha .fecha_in .dia {
            font-size: 55px;
            font-weight: 600;
        }

        #detalle_section .wrapper_detalle_section .detalle_section .fecha .fecha_in .divider {
            font-size: 30px;
            font-weight: 600;
        }

    #detalle_section .wrapper_detalle_section .detalle_section .fecha .hora {
        text-align: center;
        font-weight: 800;
    }

    #detalle_section .wrapper_detalle_section .detalle_section .descripcion {
        margin-bottom: 10px;
    }

        #detalle_section .wrapper_detalle_section .detalle_section .descripcion p {
            font-size: 20px;
            font-family: Raleway-Bold;
        }

        #detalle_section .wrapper_detalle_section .detalle_section .descripcion .label-color {
            width: 257.63px;
            height: 29px;
            font-size: 18px;
            font-family: Raleway-Bold;
            background-repeat: no-repeat;
            background-size: 100%;
            text-align: center;
        }

.wrapper_otras_noticias ul {
    margin-left: 20px;
}

    .wrapper_otras_noticias ul li {
        list-style: disc url(/content/assets/CentroRBS/images/icons/dot.png);
        margin-bottom: 10px;
    }

        .wrapper_otras_noticias ul li a {
            color: #667D95;
            text-decoration: none;
            font-weight: 600;
            font-size: 20px;
        }

.detalle_comunicado h1 {
    font-size: 44px;
}

.detalle_comunicado p {
    font-size: 24px;
    color: #555555;
}

#video-conferencia {
    padding: 2em 0px;
    background-color: #000;
}

    #video-conferencia .wrapper-video {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 30px;
        position: relative;
    }


        #video-conferencia .wrapper-video .video {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }


/* Galerias */

#galerias-general {
    padding: 2em 15px;
}

    #galerias-general .wrapper-galerias {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        margin-bottom: 10px;
    }


@media (min-width: 576px) {
    .card-columns {
        column-count: 2 !important;
    }
}

@media (min-width: 768px) {
    #detalle_section .wrapper_detalle_section .detalle_section {
        padding-left: 10px;
    }
}

@media (min-width: 991px) {
    .card-columns {
        column-count: 3 !important;
    }
}



@media (min-width: 1200px) {
    .card-columns {
        column-count: 5 !important;
    }
}


#pagination {
    /* padding: 2em 15px;*/
    font-size: 1.5em;
    font-weight: 600;
}

    #pagination .wrapper_pagination {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
    }

    #pagination ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        #pagination ul li {
            margin: 0px 1em;
        }

.pagination-white {
    margin: 0 auto;
}

    .pagination-white ul li a {
        color: #FFF;
        text-decoration: none;
        transition: all 0.5s;
        font-family: Lato;
    }

        .pagination-white ul li a:hover {
            color: #888888;
        }

    .pagination-white ul li span {
        color: #000;
    }

.pagination-black {
    margin: 0 auto;
}

    .pagination-black ul li a {
        color: #888888;
        text-decoration: none;
        transition: all 0.5s;
        font-family: Lato;
    }

        .pagination-black ul li a i.fa {
            color: #87B9C5;
            transition: all 0.5s;
        }

            .pagination-black ul li a i.fa:hover {
                color: #6397A4;
                transition: all 0.5s;
            }

        .pagination-black ul li a:hover {
            color: #000;
            text-decoration: none;
            transition: all 1s;
        }

    .pagination-black ul li span {
        color: #000;
    }

@media(max-width: 768px) {
    #pagination ul li {
        margin: 0px 0.6em;
    }

    .pagination-white ul li a {
        font-size: 1em;
    }

    .pagination-black ul li a {
        font-size: 1em;
    }
}


#pop-up {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    padding: 1em 15px;
}

    #pop-up.active {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        z-index: 9999999999999999999999999999999;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        opacity: 1;
        visibility: visible;
    }

    #pop-up .wrapper_pop_bliblioteca {
        width: 100%;
        max-width: 1000px;
        max-height: 554px;
        overflow: hidden;
        background-color: #FFF;
        border-radius: 10px;
    }

        #pop-up .wrapper_pop_bliblioteca .header-popup {
            padding: 1em;
        }

        #pop-up .wrapper_pop_bliblioteca .info_popup .card .card-footer {
            background-color: #FFF;
            border: none;
        }

    #pop-up .wrapper_pop_galerias {
        width: 100%;
        max-width: 1100px;
        position: relative;
    }

        #pop-up .wrapper_pop_galerias #galeria {
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
        }

            #pop-up .wrapper_pop_galerias #galeria .card {
                border: none;
                border-radius: 0px;
            }

                #pop-up .wrapper_pop_galerias #galeria .card .card-body {
                    background-color: #000;
                    color: #FFF;
                    padding: 2em;
                }

        #pop-up .wrapper_pop_galerias .next-button-galeria, #pop-up .wrapper_pop_galerias .prev-button-galeria {
            color: #FFF;
            width: 60px;
            height: 60px;
            border: 2px solid #FFF;
            border-radius: 50%;
            box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
        }

            #pop-up .wrapper_pop_galerias .next-button-galeria:after, #pop-up .wrapper_pop_galerias .prev-button-galeria:after {
                font-size: 1.2em;
                font-weight: 800;
                text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
            }

/* Familia */
#family {
    /*padding: 2em 15px;*/
}

    #family .header_family {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        /*  padding-top:2em;
        padding-bottom: 1.2em;*/
    }

    #family .wrapper_family {
        width: 100%;
        max-width: 1400px;
        padding-bottom: 2em;
        margin: 0 auto;
    }

        #family .wrapper_family .resume-family {
            /*   max-width: 1064px;*/
        }
        /*
            #family .wrapper_family .resume-family p {
                font-size: 1.7em;
                font-weight: 600;
            }
*/

        #family .wrapper_family div .col-lg-3 .card .card-body {
            background-color: #EDEDED;
            /*      padding: 3em 1em;*/
            text-align: center;
        }

        #family .wrapper_family div .col-lg-3, #family .wrapper_family div .col-md-6 {
            padding-right: 0px;
            /*  padding-left: 20px;*/
            margin-bottom: 1em;
            /* margin-right: 0.2em;*/
        }

            #family .wrapper_family div .col-lg-3:nth-child(4), #family .wrapper_family div .col-md-6:nth-child(2), #family .wrapper_family div .col-md-6:nth-child(4) {
                margin-right: 0px;
            }



@media (min-width: 768px) {
    #family .wrapper_family div .col-lg-3, #family .wrapper_family div .col-md-6 {
        max-width: 374px;
    }
}




/* Fundador */
#header__fundador {
    /*    max-width: 1920px;*/
    height: 375px;
    padding-top: 4em;
    margin: 0 auto;
    /*background-image: url(/content/assets/CentroRBS/images/fundador/header-fundador.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
    color: #FFF;
    z-index: 0;
}

    #header__fundador:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: -1;
    }



    #header__fundador h4 {
        position: relative;
        margin-bottom: 1em;
        font-size: 1.5em;
    }



    #header__fundador .wrapper__header {
        /*max-width: 1650px;*/
        margin: 0 auto;
    }

        #header__fundador .wrapper__header .content__header {
            max-width: 977px;
        }

    #header__fundador p {
        font-size: 3em;
        color: #FFF;
        line-height: 1.3;
        word-spacing: 1px;
        font-weight: 300;
    }

        #header__fundador p b {
            color: #87B9C5;
            font-size: 0.7916666666666666em;
        }

    /*#header__fundador a {
        display: inline-block;
        color: #FFF;
        border: 1px solid #FFF;
        border-radius: 22px;
        font-variant: small-caps;
        font-size: 1.250em;
        padding: 0.2em 1em;
    }*/


    #header__fundador .header__blockquote {
        margin-top: 2em;
    }

        #header__fundador .header__blockquote blockquote {
            max-width: 327px;
            font-size: 1em;
            padding-left: 0.5em;
            border-left: 2px solid #87B9C5;
        }

.wrapper_social_networks {
    position: absolute;
    width: 100%;
    max-width: 204px;
    right: 8%;
    bottom: 15%;
}

    .wrapper_social_networks ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .wrapper_social_networks ul li a {
            display: flex;
            width: 30px;
            height: 30px;
            background-color: #FFF;
            border-radius: 50%;
            color: #000;
            transition: all 0.2s;
            flex-direction: row;
            justify-content: center;
            align-content: center;
            text-decoration: none;
        }

            .wrapper_social_networks ul li a:hover {
                background-color: #FFBF00;
                color: #FFF;
            }

            .wrapper_social_networks ul li a i {
                line-height: 30px;
            }


@media (max-width: 768px) {
    #header__fundador {
        /* padding-top: 2em;*/
    }

        #header__fundador p {
            font-size: 2.500em;
            color: #FFF;
            line-height: 1;
        }

            #header__fundador p b {
                color: #87B9C5;
                font-size: 0.7142857142857143em
            }
}


@media (max-width: 578px) {
    #header__fundador {
        padding-top: 4em;
        background-position: center center;
    }

        #header__fundador p {
            font-size: 2em;
            color: #FFF;
            line-height: 1;
        }

            #header__fundador p b {
                color: #87B9C5;
                font-size: 0.7142857142857143em
            }
}

#filtros {
    /* padding: 2em 15px 0px 15px;*/
}

    #filtros .wrapper_filtros {
        width: 100%;
        /*  max-width: 1013px;*/
        margin: 0 auto;
    }

        #filtros .wrapper_filtros ul {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-content: center;
        }


            #filtros .wrapper_filtros ul li span {
                display: inline-block;
                padding: 0.25em 0.8em;
                background-color: #283A4D;
                color: #FFF;
                font-weight: 500;
                border-radius: 20px;
            }


            #filtros .wrapper_filtros ul li a {
                display: inline-block;
                padding: 0.25em 0.8em;
                color: #555555;
                line-height: 10px;
            }

@media (max-width: 991px) {
    #filtros .wrapper_filtros {
        width: 100%;
        max-width: 1013px;
        margin: 0 auto;
    }

        #filtros .wrapper_filtros ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-content: center;
            flex-wrap: wrap;
        }

            #filtros .wrapper_filtros ul li {
                margin-bottom: 10px;
            }
}

/*@media only screen and (max-width: 575px) {
    #header__fundador {*/
        /*    max-width: 1920px;*/
        /*height: 85px;
        padding-top: .0em;
        margin: 0 auto;*/
        /*background-image: url(/content/assets/CentroRBS/images/fundador/header-fundador.png);*/
        /*background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
        position: relative;
        color: #FFF;
        z-index: 0;
    }
}*/



/*----------------------ULTIMOS_CAMBIOS----------------*/

.img-Nav-RBS {
    image-rendering: -webkit-optimize-contrast;
}

.navbar {
    position: relative !important;
    overflow: hidden !important;
    background-color: #fff !important;
    top: 0;
    width: 100% !important;
    z-index: 1000000000;
    box-shadow: rgba(0,0,0,0)
}


.main-navigation ul, .secondary-navigation ul, .filters-navigation ul {
    display: block;
    position: absolute;
    right: 0;
    width: 241px;
    z-index: 9999;
    background-color: #000;
    text-align: left;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
}

.Nav-Rbs {
    padding-top: inherit !important;
}

.NavCollapse {
    border-bottom: unset !important;
}


/*.container {
    max-width: 1400px;
}
*/




@media only screen and (max-width: 576px) {
    .img-Nav-RBS {
        image-rendering: -webkit-optimize-contrast;
        width: 180px !important;
    }
}



@media only screen and (min-width: 577px) {
    .main-navigation ul, .secondary-navigation ul, .filters-navigation ul {
        display: block;
        position: absolute;
        right: 0;
        width: 241px;
        z-index: 9999;
        background-color: #000;
        text-align: left;
        border-left: 1px solid #444;
        border-bottom: 1px solid #444;
    }

    .img-Nav-RBS {
        image-rendering: -webkit-optimize-contrast;
        width: 180px !important;
    }
}

@media only screen and (min-width: 768px) {

    .img-Nav-RBS {
        image-rendering: -webkit-optimize-contrast;
        width: 200px !important;
    }

    /*#header .navbar {
        height: 90px !important;
    }*/
}

@media only screen and (min-width: 1024px) {
  /*  #header .navbar {
        height: 100px !important;
    }*/
}

@media only screen and (min-width: 1200px) {

    .img-Nav-RBS {
        image-rendering: -webkit-optimize-contrast;
        width: 200px !important;
    }
/*
    #header .navbar {
        height: 110px !important;
    }*/
}

.nav-item:hover {
    border-bottom: 2px solid #19204c;
}


@media only screen and (min-width: 1200px) {

    .img-Nav-RBS {
        image-rendering: -webkit-optimize-contrast;
        /*width: auto !important;*/
    }
}



@media only screen and (min-width: 1400px) {
    .img-Nav-RBS {
        image-rendering: -webkit-optimize-contrast;
        width: 210px !important;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: end;
    }
}

.navbar ul li a {
    font-family: 'Raleway-SemiBold' !important;
}

.navbar ul li.active {
    border-bottom: 2px solid #19204c !important;
}

/*
______________________________________NEW______________________________________*/

@media (min-width: 992px) {
    .nav-item:hover {
        border-bottom: 2px solid #19204c;
    }

    .nav-item {
        border-bottom: 2px solid transparent;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 476px) {
    .spanVerRedes {
        font-size: 14px !important;
    }
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #19204c !important;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 10px !important;
}

.borderMenu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

#footer a {
    color: white;
    text-decoration: none;
    background-color: transparent;
}


#footer .Redes {
    font-size: 30px;
    padding-left: 15px !important;
}

#footer .foot-text-terminos {
    font-family: 'Raleway-SemiBold';
    cursor: pointer;
    color: #ffcd01;
    font-size: 14px;
    text-decoration: underline;
    line-height: 26px;
}

#footer select {
    -webkit-appearance: button;
}

#dvFooter .segmento-redes a img:hover {
    background-color: #87b9c5;
    border-radius: 8px;
}

.navbar-nav .nav-link {
    color: rgba(0,0,0,.5) !important;
}

.nav-item:active {
    border-bottom: 2px solid #19204c;
}

.nav-item .active > .nav-link {
    color: #19204c !important;
}

#navbarMenu ul li.active {
    border-bottom: 2px solid #19204c !important;
}

.navbar {
    border-bottom: 1px solid lightgrey;
    z-index: 10000000;
    position: relative !important;
}

#masthead {
    z-index: 10000000000000;
}

.site-header {
    height: auto !important;
}

@media only screen and (max-width: 1199px) {
    .navbar-nav {
        display: block;
        position: fixed;
        right: 0;
        z-index: 9999;
        background-color: #fff;
        text-align: left;
        border-left: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
        padding: 5px;
    }

    .nav-item:hover {
        border-bottom: 1px solid #cacaca !important;
     
    }

    .nav-item {
        border-bottom: 1px solid #cacaca !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav {
        top: 102px;
        width: 245px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
    .navbar-nav {
        top: 110px;
        width: 350px;
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
    #navbarNavDropdown txt4, .Nav-Rbs txt4 {
        font-size: 12px !important;
    }
}
