*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
}

.row_banner_principal,
.row_cintillo_banner{
    width: 100%;
    height: auto;
}
.bg-gray-footer{
    background-color: #e0e2e4; 
}
.middle-dotted{
    border-left: dashed; border-width: 1px;
    border-right: dashed; border-width: 1px;
}
.top-dotted{
    border-top: dashed; border-width: 1px;
}
.bottom-dotted{
    border-bottom-width: 80%;
    border-bottom: dashed; border-width: 1px;
}

.lh-8{
    line-height: 8;
}

@media (max-width: 1024px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100% !important;
    }  
}
