
#ficha-tecnica{
    margin-top: 30px;
    margin-bottom: 40px;
}
@media (max-width:768px) {
    .ymh-ficha{
        width: auto;
        margin-bottom: 80px!important;
        margin-right: 0px;
        margin-left: 0px;
    }
}


.titulo-ficha-tecnica{
    font-weight: 700;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif!important;

}

.ficha-tipo, .ficha-caracteristica{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 14px!important;
}

.ficha-tipo{
    font-weight: 500;
    text-align: start;
}

.ficha-caracteristica{
    font-weight: 400;
    text-align:end;
}


.fondo-ficha-tecnica{
    background-size: contain!important;
    background-repeat: no-repeat!important;
}   

@media (max-width:1500px) {
    .fondo-ficha-tecnica{
        background:none!important;
    }   
}

#ficha-tecnica .row{
align-items: center;
}

.col-ficha-tecnica{
    padding: 0 10% 0 5%;
}
@media (max-width:768px) {
.col-ficha-tecnica {
    padding: 0 10% 0 10%;
}
}


.ymh-ficha{
    margin-top: 0!important;
}

.ficha-fondo-gris{
    background-color: #f1f3f5;
}
.col-ficha-tecnica{
    min-height: 800px;
}