.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('//img/divisor.webp') !important; */
    background-image: url('/static/img/web/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;  
    font-weight: bolder !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: 400px !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;
}


.logo_plan{
    height: 200px !important;
    width: auto !important;
    margin-top: -220px !important;
    opacity: .3 !important;
    z-index: 1 !important;
}


.contenedor_gerencia{
    padding: 50px 0px;
    background-image: url(/static/img/web/fondo.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.seccion_cabecera{
    margin-top: -200px !important;
}
.titulo_blanco{
    color: white !important;
    font-weight: bolder !important;
}
.titulo_plan_maestro{
    color: black !important;
    font-weight: bolder !important;
}
.tomo_plan{
    /* background-color: rgb(28 28 28 / 81%) !important;
    min-height: 200px !important;
    width: 100% !important;
    padding: 40px !important;
    text-align: center !important; */
    /* background-color: rgb(159 159 159 / 48%) !important; */
    background-color: #ffffffcf !important;
    min-height: 200px !important;
    width: 100% !important;
    /* padding: 40px !important; */
    padding: 60px !important;
    text-align: center !important;
    padding-bottom: 80px !important;
}
.color_negro{
    color: black !important;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* RESPONSIVIDAD */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 990px) {
    .container_flex{
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .seccion_cabecera{
        margin-top: -100px !important;
    }
    .titulo_secciones{
        text-align: center !important;
    }

    .titulo_seccion_titulo{
        text-align: center !important;
        /* margin-top: 50px !important; */
    }

    .foto_gerente{
        margin-bottom: 50px !important;
    }
    .contenedor_gerencia{
        /* padding: 50px 0px !important; */
        padding: 0px !important;
        background-image: url(/static/img/web/fondo.svg) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important; 
    }
    
    .mapa_catalogacion{
        width: 400px !important;
    }   
    .texto_titulo_pagina{
        margin-top: 0px !important;
    }
    .titulo_seccion{
        margin-top: 50px !important;
    }
    .texto_titulo{
        /* font-size: 20px !important; */
        font-size: 25px !important;
        line-height: 35px !important;
    }
}
@media (max-width: 425px) {
    .mapa_catalogacion{
        width: 300px !important;
    }
    .divisor{
        width: 100% !important;
    }
    p{
        font-size:  15px !important;
    }   
}
@media (max-width: 768px) {
    .titulo_pagina{
        font-size: 25px;
        text-align: center !important;
    }
    .subtitulo{
        line-height: 30px !important;
        margin-top: 30px !important;
    }
    .accordion-box .block .acc-btn{
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #3f3f3f !important;
        line-height: 20px !important; 
    }
}

.texto_16{
    font-size: 16px !important;
}
.texto_15{
    font-size: 15px !important;
}
.letra_footer{
    font-family: 'Oswald', sans-serif !important;
    color: #999 !important;
    letter-spacing: 3px !important;
    font-weight: 300;
}
.titulo_pagina{
    font-size: 25px;
}
.subtitulo_pagina{
    font-weight: 300 !important;
    font-size: 19px !important;
    color: #1c1c1c !important;
}
.cont_libro{
    width: 100%; background-color: rgb(111, 110, 110); height: 700px;padding-left: 0px; padding-right: 0px !important;
}


.texto_arriba{
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #b19777 !important;
}
.mt_10{
    margin-top: 20px !important;
}
.mb_15{
    margin-bottom: 15px !important;
}