/*Simular dispositivo movil y no mostrar  navbar-brand
Samsung S20 Ultra 	412 x 915 (Viewport Size=pixeles logicos no fisicos)*/
@media screen and (max-width:575px) {
    #logo_udg_CUCS, .navbar-brand {
        display: none;
    }
}


/*  aprovechar el espacio hasta full hd*/
@media (min-width: 1680px)
{
    .container {
        max-width: 1650px;
    }
}
@media (min-width: 1900px)
{
    .container {
        max-width: 1870px;
    }
}

/*sobreescibir los estilos de html5up-big-picture-assets/css/main.css*/
body {
    padding-top: 0px;
    height: initial;
}

.main > .content {
    width: 100%;
}

.navbar {
    flex-wrap: wrap;
    padding-top: 0px;
}

.navbar button {
    height: initial;
}

body .navbar, body .footer {
    font-family: inherit;
    font-weight: initial;
    font-size: initial;
    line-height: initial;
    color: initial;
    letter-spacing: initial;
}

.navbar-brand {
    color: white;
    height: 90px;
    /*background: url('../images/logo_mps.png') #52477e no-repeat bottom 10px right 80px;*/
    background: url('../images/logo_integrado.png') #52477e no-repeat bottom 10px right 10px;
    padding:15px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    margin-right: 0px;
}

.navbar-brand.active {
    background-color: #52477e !important;
    font-weight: bolder;
}

footer.footer {
    margin-top: 2em;
    height: auto;
    overflow-y: auto;
    color: gray;
    background-color: rgba(248,249,250,1)!important;
    border-top: 1px solid #ddd;
    padding: 15px;
}

.main.style2 .content {
    width: 90%;
}

a {
    color: #52477e !important;
    text-decoration: none;
    /*font-weight: bold;*/
}

/*para boostrap multinivel extraido de https://jsfiddle.net/dallaslu/mvk4uhzL/*/
.dropdown-hover-all .dropdown-menu,
.dropdown-hover>.dropdown-menu.dropend {
    margin-left: -1px !important
}
/*fin de boostrap multinivel*/

.active, .dropdown-item.active, .dropdown-item:active ,
li.dropdown:has(a.dropdown-toggle.active),
li.nav-item:has(a.nav-link.active){
    background-color: LightGray;
    font-weight: bolder;
}

.content p {
    text-align: justify;
}

.image:before {
    background: initial;
}

#antecedentes {
    background: url("../html5up-big-picture-assets/css/images/overlay.png"), url("../images/factultad_piscologia.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

 #que_es_mps {
     background: url("../html5up-big-picture-assets/css/images/overlay.png"), url("../images/ques_ps.webp");
     background-size: 256px 256px, cover;
     background-attachment: fixed, fixed;
     background-position: top left, center center;
 }

#objetivos {
    background: url("../html5up-big-picture-assets/css/images/overlay.png"), url("../images/one.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#estadistica {
    background: url("../html5up-big-picture-assets/css/images/overlay.png"), url("../images/two.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
}


ol.custom-marker {
    counter-reset: list;
}

ol.custom-marker > li {
    list-style: none;
    counter-increment: list;
}

ol.custom-marker.parens-after.decimal > li::marker {
    content: counter(list) ")\a0";
}

ol.custom-marker.parens-around.lower-roman > li::marker {
    content: "(" counter(list, lower-roman) ")\a0";
}

ol.custom-marker.parens-after.lower-alpha > li::marker {
    content: counter(list, lower-alpha) ".\a0";
}

ol.custom-marker.parens-after.upper-roman > li::marker {
    content: counter(list, upper-roman) ".\a0";
}

ol.custom-marker.parens-after.disc > li::marker {
    content: counter(list, disc) " \a0";
}


h3 {
    font-size: 1.7em;
    line-height: 1.25em;
    letter-spacing: -0.05em;
}

.gallery article {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

table, tbody, tfoot, thead, tr, th, td {
    border: 1px solid lightgray;
}

@media (max-width:1000px) {
    #video_que_es_mps {
        width: 100%
    }
}
@media (min-width: 1001px)
{
    #video_que_es_mps {
        width: 50%;
        margin-right: 2em;
    }
}

@media (min-width: 1117px)
{ /*centrar la imagan de fondo si la resolucion es > 1117px*/
    #container_image-fondo-intro {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



.anchor { /*generar un desplazamiento por el nav siempre visible y tape a las anclas de los enlaces*/
    display: block;
    height: 90px; /*same height as header*/
    margin-top: -90px; /*same height as header*/
    visibility: hidden;
}

.duda {
    text-align: center !important;
    font-weight: bold;
    color: darkred;
    display: none;
}