header {
    &.ordenanzas-header {
        height: 465px;
    }

    .cabecera-articulo {
        &.cab-articulo {
            height: 465px;
        }

        /*.overlay-articulo {
            background-color: transparent;
        }*/

        .container__information-header {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            top: 0;
            position: static;
        }

        h1.title {
            margin-bottom: 60px;

            .field--name-title {
                color: #fff !important;
                font-style: normal;
                line-height: 70px;
                letter-spacing: 0px;
                font-weight: 400;
                font-size: 78px;
                font-family: neosans !important;
            }
        }

        .subtitle {
            color: #fff;
            white-space: nowrap;
            letter-spacing: 0px;
            font-family: calibri;
            font-size: 37px;
            line-height: 37px;
            font-weight: 400;
            margin: 0px;
        }

        a.ver_mas {
            color: #fff;
            /*background-color: #003683 !important;*/
            text-decoration: none;
            font-size: 17px;
            line-height: 17px;
            font-weight: 500;
            font-family: calibri;
            border-radius: 3px;
            cursor: pointer;
            margin: 45px 0px 0px 0px;
            padding: 9px 35px;
            letter-spacing: 0px;
            display: block;
            width: fit-content;
        }
    }
}

.texto-con-encabezado {
    padding-top:15px;
}

.texto-con-encabezado--field_contenido {
    width:60%;
    margin:auto;
    color:#000;
}

 .file-attach {
    padding-bottom:20px;
 }

/*.blanco {
    background-color: #fff;
}*/

.gris {
    background-color: rgba(234, 234, 234, 1);
}


.contenedor-distributiva {
    width: 60%;
    margin: auto;

}

.celda-distributiva {
    width: 48%;
    float:left;
    margin:10px;
     background-color: rgba(234, 234, 234, 1);
     box-sizing: border-box;
     height:135px;
}

.celda-distributiva--field-texto {
    font-size: 28px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    font-style: normal;
    font-family: neosans;  
    padding-top:20px;  
}

.file-attach a {
    background-size: 27px;
    background-position: left top;
    background-image: url(/sites/default/files/2021-10/pdf-azul.png) !important;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    color: #003683 !important;
}

.texto-con-encabezado span {    
    display: inline-block;
    width: 200px;
    border-bottom: 1px dotted #aaa;
}

.celda-distributiva--field-enlace {
    padding-top:10px;

}
.celda-distributiva--field-enlace .ver_mas {
    color: #fff;
    background-color: #003683 !important;
    border-color: #003683 !important;
    margin-bottom: 20px;
    padding:15px;
    border-radius:5px;
    text-decoration: none;
    font-family: calibri;
    font-size: 15px;
}

.texto-con-encabezado--field_encabezado {

}

@media (max-width: 992px) {
    .texto-con-encabezado--field_contenido {
        width:90%;
    }
    .field--name-field-attached-text-link {
        margin:auto;
        width:85%;
    }
    .contenedor-distributiva {
        width: 90%;
        margin: auto;
    }
    .celda-distributiva {
        width: 95%;
        /* float: left; */
        margin: 10px;
        background-color: rgba(234, 234, 234, 1);
        box-sizing: border-box;
        height: 135px;
    }    
    header {
        .cabecera-articulo {

            h1.title {
                margin-bottom: 0;

                .field--name-title {
                    font-size: 45px;
                }
            }

            .subtitle {
                font-size: 15px;
                line-height: 16px;
            }

            a.ver_mas {
                margin-top: 16px;
            }
        }
    }
}