
@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Light.ttf') format('truetype')/*,
    url('fonts/opensans-light.woff') format('woff')*/;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Regular.ttf') format('truetype')/*,
    url('fonts/opensans-regular.woff') format('woff')*/;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Bold.ttf') format('truetype')/*,
    url('fonts/opensans-bold.woff') format('woff')*/;
    font-style: normal;
    font-weight: 700;
}

*{
    font-family: "Red Hat Display",sans-serif,"Comic Sans MS";
}

h2{
    font-weight: bold!important;
}
h3{
    /*font-weight: bold!important;*/
    font-size: 1.2rem!important;
    line-height: 1.3rem!important;
}


/*
// ESTILOS DE LA CABECERA
*/
.cabecera{
    /*background-color:#004131;*//*VERDE UAZ*/
    background-color: #007A3D; /*VERDE BANDERA SANTA CRUZ*/
    padding: 10px 0px
}
.cabecera .img-logo{
    width: 200px;
}
.cabecera .cabecera-telefono{
    font-size: 30px; font-weight: bold;color: #FFFFFF;
}
.cabecera .cabecera-leyenda{
    color: #FFFFFF;font-size: 20px;font-weight: bold
}
.cabecera .cabecera-leyenda2{
    color: #FFFFFF;font-size: 20px;
}
@media (min-width: 768px) {
    .cabecera .img-logo{
        width: 270px;
    }
    .cabecera .cabecera-leyenda{
        color: #FFFFFF;font-size: 25px;font-weight: bold;
    }
    .cabecera .cabecera-leyenda2{
        color: #FFFFFF;font-size: 25px;
    }
}

/*
// ESTILOS DEL MENU DE BOTONES
*/
.container_botones{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    /* background-color: aqua;*/
    /*width: 100%;min-width: 100%;*/
    padding: 20px 0px;
}
.container_botones .boton{
    letter-spacing: -1px;
    width: 32%;
    margin: 3px 2px;
    /*border: #ff9490 solid 1px;*/
}

.container_botones .boton > a{
    font-size: 22px!important;
    color: #fff;
    letter-spacing: 0px!important;
}
.container_botones .boton .botonA{
    padding-top: 5px!important;
}

.container_botones .boton .botonB{
    padding-top: 5px!important;
}

@media (max-width: 991px) {
    .container_botones .boton > a{
        font-size: 18px!important;
        /*color: #0c63e4;*/
        /*font-weight: bold;*/
    }
    .container_botones .boton .botonA{
        padding-top: 10px!important;
    }
    .container_botones .boton .botonB{
        padding-top: 10px!important;
    }
    .enter{
        display: none;
    }
}

@media (max-width: 700px) {
    .container_botones .boton > a{
        font-size: 16px!important;
        /*color: #fd7e14;*/
        /*font-weight: bold;*/
    }
    .container_botones .boton .botonA{
        padding-top: 10px!important;
    }
    .container_botones .boton .botonB{
        padding-top: 5px!important;
    }
}

.container_botones .boton .btn{
    padding: 4px 2px;
    font-size: 14px;
    height: 40px;
    width: 100%;
    line-height: 100%;
}

/*
// ESTILOS DE LOS ITEMS
*/

.item_vehiculo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;

    margin-bottom: 10px;
    padding: 10px 6px;
    background-color: #007A3D;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 95%;height: auto;
    color: #FFFFFF;
}

.item_vehiculo .img_vehiculo{
    width: 100%;
    /*border: #ff2716 solid 1px;*/
}
.item_vehiculo .img_vehiculo img{

    max-width: 270px;
    /*max-height: 203px;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: #ffffff 1px solid;

    width: 270px;
    /*height: 203px;*/
   /* object-fit: cover;*/
    /*object-fit: fill;*/
    /*object-position: 50% 50%;*/
    /*image-resolution: 300dpi;*/

}
.descripcion_vehiculo{
    padding-left: 24px;
    text-align: left;
}

.descripcion_vehiculo a{
    text-decoration: none;color: #FFFFFF;
}

.descripcion_vehiculo .titulo{
    font-weight: bold;
    font-size: 20px;
    line-height: 5px;
}

.descripcion_vehiculo h3 {
    margin-top: 5px;
}

.descripcion_vehiculo h3 .flecha{
    width: 14px;
}
.descripcion_vehiculo .descripcion{
    font-weight: normal;
    font-size: 18px;
    line-height: 5px;
}
.descripcion_vehiculo .botones_accion{
    margin-top: 8px;
}
.descripcion_vehiculo .botones_accion a{
    margin-top: 5px;
    width: 130px;
    text-decoration: none;
    color: #FFCA2C;
}
.accordion-body {
    padding: 1rem 0.1rem;
}

.margen-bottom-30px{
    margin-bottom: 30px;
}

@media (min-width: 768px) {

    .item_vehiculo{
        flex-wrap: nowrap;
    }

    .item_vehiculo{
        width: 96%;height: auto;
    }

    .item_vehiculo .img_vehiculo{
        width: 270px;
        /*border: #ff2716 solid 1px;*/
    }

    .item_vehiculo .img_vehiculo img{
        max-width: 270px;
        /*max-height: 203px;*/
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: #ffffff 1px solid;

        width: 270px;
        /*height: 203px;*/
        /*object-fit: cover;*/
        /*object-fit: fill;*/
    }
    .accordion-body {
        padding: 1rem 0.5rem;
    }
    .descripcion_vehiculo h3 .flecha{
        width: 17px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

/*
// ESTILOS DE LOS MANUALES
*/
.item_vehiculo .img_pdf img{

    max-width: 90px;
    max-height: 100px;
    /*-webkit-border-radius: 5px;
    border-radius: 5px;
    border: #ffffff 1px solid;*/

    width: 90px;
    height: 100px;
    object-fit: cover;
    /*object-fit: fill;*/
}


/*
// ESTILOS DEL FOOTER
*/

.footer_uaz{
    background-color: #007A3D;
    color: #ffffff;
    padding: 5px 0px;
    text-align: center;
    font-size: 9px;
    letter-spacing: 1px;
}
.footer_uaz a{
    text-decoration: none;
    color: #ffffff!important;
    font-size: 14px!important;
}
