.linea{
    height:5px; 
    background-color: #ad9361; 
    width: 70px; 
    margin-top: 10px;
}
.linea_delgada{
    margin-top: -20px !important;
    margin-bottom: 30px !important; 
    height: 4px !important;
    background-color: #ad9361 !important;
    width: 70px;
}
.display_row{
  display: flex !important;  
  flex-direction: row !important;
  justify-content: center !important;
}

.titulo_seccion{
    margin-top: 200px !important;  
    margin-bottom: 50px !important;
}
.divisor{
    /* background-image: url('web_gerencia/img/divisor.webp') !important; */
    background-image: url('/web_gerencia/img/divisor.webp') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 500px !important;
    height: 40px !important;
}

.dorado  {
    color: #ad9361 !important;
}

.texto_titulo{
    color: black !important; 
    text-transform: uppercase !important; 
    letter-spacing: 3px !important;   
}

.titulo_pequenio{
    color: black !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center !important;
}

.mapa_catalogacion{
    width: 600px !important;
}
.texto_titulo_pagina{
    margin-top: -200px !important;
}
.container_flex{
    max-width: 80% !important;
}
.blanco
{
    color: white !important;
}
.humo
{
    color: #bfbcbc !important;
}
.texto_18{
    font-size: 18px !important;
}
.texto_fototeca{
    font-size: 14px !important;
}
@media (max-width: 990px) {
    .container_flex{
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .mapa_catalogacion{
        width: 400px !important;
    }   
    .texto_titulo_pagina{
        margin-top: 0px !important;
    }
    .titulo_seccion{
        margin-top: 50px !important;
    }
    .texto_titulo{
        font-size: 20px !important;
    }
}
@media (max-width: 425px) {
    .mapa_catalogacion{
        width: 300px !important;
    }   
}