<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*SECTION TITULO INTERNA*/
.sect_title_interna{
    background-image: url(../../../public/img/nosotros/camion_bg.jpg);
    background-position: 100%;
    padding: 80px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sect_title_interna:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #071639;
    margin-bottom: 20px;
    opacity: 0.4;
    transition: all ease 500ms;
}
.row_height h2{
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}
/*****************************/
.sect_descrip_tableros{
    padding: 50px 0;
}
.sect_descrip_tableros img{
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto !important; 
}
.sect_descrip_tableros p{
    font-family: 'oxygenbold', sans-serif;
    margin: 0px;
}
.sect_descrip_tableros ul{
    list-style: square;
}
.sect_descrip_tableros .title_descrip h1{
    font-family: 'fjalla_oneregular', sans-serif;
    font-size: 25px;
    color: #0d298a;
    padding-bottom: 15px;
    border-bottom: 1px solid #7cbb53;
    position: relative;
    font-weight: 700;
    margin: 25px auto;
    text-align: left;
}

.sect_descrip_tableros .title_descrip h1:before{
    content: '';
    width: 125px;
    height: 13px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #7cbb53;
}
.sect_descrip_tableros .img_descrip{
    position: relative;
}
.sect_descrip_tableros .img_descrip:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff; 
    border-right: 100px solid transparent;  
}
/*NAVS OWL-TABLEROS DESCRIPCION*/
.owl_img_descrip_tablero{
    overflow: hidden;
}
.owl_img_descrip_tablero .owl-nav{
    margin-top: 0;
}

.owl_img_descrip_tablero .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: -50px;
    /* margin: 0; */
    margin-top: -15px;
}


.owl_img_descrip_tablero .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -50px;
    /* margin: 0; */
    margin-top: -15px;
}

.owl_img_descrip_tablero:hover .owl-nav .owl-prev{
    left: 0;
}

.owl_img_descrip_tablero:hover .owl-nav .owl-next{
    right: 0;
}

.owl_img_descrip_tablero .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 16px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    background: #e41c25;
    border: 0px solid #ffbb00;
    transition: all ease 500ms;
    overflow: hidden;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.7);
}

.owl_img_descrip_tablero .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #f21b07;
    text-decoration: none;
}</pre></body></html>