body {
    font-family:nunito;
}
.MoradoDisenio
{
    background-color: #315d53;
}

.AmarilloDisenio
{
    background-color: #f89a23;

}

@font-face {
    font-family: nunito;
    src: url(fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf);
    /*font-weight: bold;*/
    font-style: normal;
}


.ImagenHeaderFoco:hover 
{
    filter: sepia(70%);

}
/*{filter: grayscale(80%);}*/

.SpanEncabezadoIzq
{
    border: 1px solid #315d53;
    padding: 2px;
    margin: 1px;
    
}
.SpanEncabezadoDer
{   
    padding: 2px;
    margin: 1px;
    
}

.MenuEncabezadop1 {
    margin-top: 1em;
    border-bottom: 2px solid #315d53;
    background: url('../imagesSite/Index/Encabezado/img_encabezado.png');
    /*background-repeat: repeat-x;*/
    background-repeat:repeat;
    padding-bottom: 1px;
    height:auto;
}
.MenuEncabezadop2
{
    margin-top: 1px;
    /*border-bottom: 2px solid #315d53;*/
    padding-top: 20px;
    padding-bottom: 10px;
    background-color:#FFFFFF;
     
}

.MenuEncabezadop3 {
    /*
    margin-top: 1px;
    border-top: 3px solid #315d53;
    border-bottom: 3px solid #315d53;
    float: none;
    background-color: #315d53;
    background: url('../imagesSite/Index/Encabezado/fondo_2400.png');
    background-repeat: no-repeat;
    height: 365px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
        */


    border-top: 3px solid #315d53;
    border-bottom: 3px solid #315d53;
    background-color: #315d53;
    background: url('../imagesSite/Index/Encabezado/fondo_2400.png') no-repeat center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    text-align: center;
}

.MenuEncabezadop4
{
    margin-top: 1px;

    border-bottom: 3px solid #315d53;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.sectionInformacionJudicial {

    /***/
    margin-top: 1px;
    border-top: 3px solid #315d53;
    border-bottom: 3px solid #315d53;
    float: none;
    background-color: #315d53;
    background: url('../imagesSite/Index/Inicio/fondo_inf_judicial2.png');
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    /* background-size: 100%;*/
    /*width: 2400px;*/
    /*background-image: url('/imagesSite/Index/Inicio/fondo_inf_judicial.png');*/
    /*
    background-repeat: no-repeat;
    background-position: bottom,left;
    background-size: 100%;
    background-attachment: fixed;
        */
    /*position: static;*/
    /*height: 630px;*/
    /*margin-top: 1px;
    border-bottom: 3px solid #315d53;
    color: #FFFFFF;
    background-color: #315d53;
    background-size: 100%;
    */
}

.sectionCalendarioLabores {
    background-color: #FFFFFF;
    border-bottom: 3px solid #315d53;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}


.sectionMicroSitios {
    background-color: #FFFFFF;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.nav.sectionInformacionJudicial {
    color:#FFFFFF;
}

.SectionFooter1 {
    background: url('../imagesSite/Index/footer/footer-completo.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* Cambia esto */
    /* height: 240px; */
    min-height: 240px;
    color: #fff;
    padding: 130px;
}

/* Abarca móviles y tablets (porque a 576–767 también suele romper) */
@media (max-width: 992px) {

    .SectionFooter1 {
        min-height: 0; /* deja que el contenido mande */
        height: auto; /* por si otra regla lo pisa */
        padding: 40px 16px 10px; /*  reduce laterales y da “colchón” abajo */
        background-color: #315d53;
    }

    .footer-social {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 14px;
    }

        .footer-social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }

        .footer-social .social-icon {
            width: 28px !important;
            height: 28px !important;
            max-width: 28px !important;
            max-height: 28px !important;
            object-fit: contain;
            display: block;
        }

    .footer-icon {
        max-width: 48px;
        height: auto;
    }
}






.FooterAmarillo {
    font-weight: bold;
    color: #000;
/*background: linear-gradient(311deg, rgba(247,148,30,1) 11%, rgba(255,189,59,1) 51%, rgba(247,148,30,1) 92%);*/
background: linear-gradient(311deg, #a02243 11%, #691a32 51%, #a02243 92%);
    height: auto; /*  */
    padding: 0px 0; /*  */
    position: relative;
    z-index: 2;
}