:root {
    --dorado1: #9A5F19;
    --dorado2: #A27518;
    --dorado3: #BD9A5F;


    --gris1: #53565B;
    --gris2: #76777A;
    --gris3: #B0B0B0;

    --montserrat: 'Montserrat', sans-serif;
    --lora: 'Lora', serif;

}

body {
    font-family: var(--montserrat);
    overflow-x: hidden;
}

.head {
    background-color: var(--gris1);
}

.imgArea {
    margin: 60px;
    width: 500px;
}

.imgRedes {
    width: 70px;
    margin-top: 80px;
    margin-right: 70px;
    margin-bottom: 20px;
}

.divRedes {
    text-align: center;
}

.divArea {
    text-align: left;
}

.menu {
    background-color: var(--gris3);
    width: 100%;

}

.navbar-brand {
    margin-left: 70px;
}


.listaElement {
    float: left;
    margin-left: 80px;
    margin-top: 10px;
    font-size: max(1vw, 12px);
    color: white;
    font-weight: bold;
}

.listaUl {
    width: 100%;
}

.menuLista {
    background-color: var(--gris1);
}

.menuLista li a {
    font-weight: bold;
    color: white;
    font-size: max(0.7vw, 12px);
}

.imgPortada {
    width: 100%;
}


.ceroImgDiv {
    width: 54%;
}

.obsLinImgDiv1 {
    width: 22.5%;
}

.obsLinImgDiv2 {
    width: 22.5%;
}

.divcero {
    background-color: var(--gris3);
}

.iconosMenuDiv {
    margin: 100px;
    font-size: max(1.5vw, 12px);
    font-weight: bold;
    color: var(--gris2);
}

.iconosMenuImg {
    width: 100px;
}

.noMargin {
    margin: 0px;
    padding: 0px;
}

.conferenciasDiv {
    position: relative;
    display: inline-block;
    text-align: center;
}

.capsulasDiv {
    position: relative;
    display: inline-block;
    text-align: center;
}

.contactosDiv {
    position: relative;
    display: inline-block;
    text-align: center;
}

.centrado2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: max(1.5vw, 15px);
}


.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: max(1.5vw, 12px);
}

.centrado a {
    color: white;
    text-decoration: none;
}

.enlacesDiv {
    margin-top: 50px;
    margin-bottom: 50px;
}

.centerImg {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}


#mapa {
    background-image: url(../../images/mapa.png);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}

#mapa:hover {
    transform: scale(1.1);
}

.footerDiv {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
}

.redesFooter {
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.contenidoMicrositio {
    font-weight: bold;
    color: var(--gris2);
    text-align: justify;
    margin: 50px;
}

.tituloMicrositio {
    font-weight: 600;
    color: var(--gris1);
}

.acordeon a {
    text-decoration: none;
    color: var(--gris2);
}

.acordeon a:hover {
    text-decoration: none;
    color: var(--dorado2);
}

.accordion {
    --bs-accordion-btn-color: ghostwhite;
    --bs-accordion-btn-bg: #53565B;
    --bs-accordion-active-color: ghostwhite;
    --bs-accordion-active-bg: #BD9A5F;
    --bs-accordion-btn-focus-box-shadow: #A27518;
}

@media screen and (max-width: 529px) {
    .iconosMenuDiv {
        margin: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }
}



@media screen and (max-width: 573px) {
    .imgArea {
        width: 80%;
        margin-left: 20px;
        margin-bottom: 0px;
    }

    .imgRedes {
        margin-left: 20px;
        width: 30px;
        margin-right: 40px;
        margin-top: 15px;
    }
    .navbar-brand img{
        margin-left: 20px;
        width: 35px;
    }
    #whatsapp a img{
        width: 60px;
     }
}

@media screen and (max-width: 991px) {

    .divArea {
        text-align: center;
    }
}



/* Código para comunicación*/
.txtSpots{
    background-color: var(--gris1);
    color: white;
    font-weight: bold;
    font-size: max(3vw, 30px);
    text-align: center;
    width: 100%;
}
.spotsDiv {
    background-color: var(--gris1);
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.spotsImgDiv {
    background-color: var(--gris3);
    width: 80%;
}

/* Código para defensoría*/
.menu1Div{
    background-color: var(--gris2);
    padding: 5%;
}
.menu1Div:hover{
    cursor: pointer;
}
.sitiosInteresTtl{
    font-size: max(3vw, 30px);
    font-weight: bold;
    color: var(--gris1);
    margin-top: 50px;
    margin-left: 80px;
}
.spanInteres{
    color: var(--dorado2);
}
#whatsapp {
    position: fixed;
    bottom: 50px;
    right:50px;
 }


 .subtituloDefensoria{
    color:var(--gris1);
 }
 .enlaceMarcoJ{
    text-decoration: underline;
    color: var(--gris1);
 }

 .enlaceMarcoJ:hover{
    color: var(--dorado3);
 }


 .enlaceDescarga{
    color: var(--gris1);

 }
 .enlaceDescarga:hover{
    color: var(--dorado3);
 }
 #fileDenuncia{
    color: var(--gris2);
    font-weight: 600;
 }

/* Código para documentacion*/
 .menuDocu{
    background-color: var(--gris1);
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
 }
 .menuDocu span{
    font-size: max(3vw, 30px);
 }
 .menuDocuEnlace{
    text-decoration: none;
    color: white;
 }

 .menuDocuEnlace:hover{
    color: var(--dorado3);
 }

 .contenedorGacetaDiv{
    background-color: var(--gris3);
    padding: 5%;
 }
 .tituloAcervo{
    font-size: max(3vw, 30px);
    font-weight: bold;
    color: var(--gris1);
    text-align: center;
 }
 .tituloAcervo span{
    color: var(--dorado2);
 }
 .acervoDiv{
    font-weight: bold;
    color: var(--gris1);
 }
 .acervoDiv a{
    text-decoration: none;
    color: var(--gris1);
 }
 .acervoDiv a:hover{
    text-decoration: none;
    color: var(--dorado3);
 }
 .imgAcervo{
    width: 20%;
    min-width: 80px;
    margin-right: 20px;
 }
 .subtituloDocu{
    font-size: 20px;

 }
 .btnAnio{
    color: white;
    font-weight: bold;
    background-color: var(--gris1);
 }

 .btnAnio:hover{
    color: white;
    font-weight: bold;
    background-color: var(--dorado3);
 }

 .btnMes1{
    color: white;
    font-weight: bold;
    background-color: var(--dorado3);
    width: 100%;
 }
 .btnMes2{
    color: white;
    font-weight: bold;
    background-color: var(--gris2);
    width: 100%;
 }

 .btnMes1:hover{
    color: white;
    font-weight: bold;
    background-color: var(--gris3);
 }
 .btnMes2:hover{
    color: white;
    font-weight: bold;
    background-color: var(--dorado2);
 }
.tituloMesAnio{
    
    text-align: center;
    width: 40%;
    color: white;
    font-weight: bold;
    background-color: var(--gris1);
    padding-bottom: 5px;
}
.fontSizeTable{
    font-size: max(1vw, 10px);
}
.fontSizeTable2{
    font-size: max(1vw, 8px);
}

.visitasDiv{

    color: white;
    font-weight: bold;
 }



 .txtInfo{
    font-size: 45px;
    font-weight: bold;
    color: var(--gris1);
}

.sigBtn:hover{
    background-color: var(--dorado3);
}
.form-check-input:checked{
    background-color: var(--dorado3);
    border-color: var(--dorado3);
    box-shadow: 0 0 0px 1px var(--dorado3);
}
.form-check-input:focus[type=checkbox] {
  box-shadow: 0 0 0px 0px var(--dorado3);
  border-color: var(--dorado3);
}
.form-control::-webkit-input-placeholder {
    font-weight: lighter;
}
.form-control::-moz-placeholder {
    font-weight: lighter;
}
.form-control::-ms-input-placeholder {
    font-weight: lighter;
}
.form-control{
    font-weight: bold;
}

.form-control:focus {
box-shadow: 0 0 0px 1px var(--dorado3);
  border-color: var(--dorado3);
}
