.color_basico{
    background-color: #F7941D
}
.color{
    color: #F7941D
}
.img_carrusel_inicio{
    width: 100%; 
    max-height: 800px;
}
.button_carrusel_inicio{
    width: 40px;
}
.section_yeyo{
    text-align: justify; 
    transition: transform 0.3s ease;
}
.w-15{
    width: 15px
}
.h-50{
    height: 50px
}
.mh-20{
    max-height: 20px;
}
.hi-100{
   height: 100px 
}
.hi-40{
   height: 40px
}
.w-40x{
    width: 40%
}
.wi-100{
    width: 100px;
}
.underline_text{
    text-decoration: underline
}
.border_sin_resalto{
    border-radius: 8px; 
    transition: transform 0.3s ease;
}

.servicio_destacado{
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(159, 72, 9, 0.44); 
    transition: transform 0.3s ease;
}

.font_12{
    font-size: 12px
}
.font_13{
    font-size: 13px
}
.font_80x{
    font-size: 80%
}
.servicio_normal{
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
    transition: transform 0.3s ease;
}

.link_servicio{
    width: 100px; 
    height: 40px; 
    font-size: 13px
}
.border_15{
    border-radius: 15px
}
.border_8{
    border-radius: 8px;
}
.section_contactenos{
    background-image: url('/static/img/contactenos.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}
.section_trabajos{
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center
}

 /* En pc */
@media (min-width: 768px) {
    #imagenes_valores {
        display: block;
    }
    #imagen_grande {
        width: 40%; 
    }
    #trabajos {
        background-image: url('/static/img/fondo_trabajos.webp');
    }
    .img-producto {
        width: 600px;
        height: 400px;
    }
}
/* En móviles */
@media (max-width: 768px) {
    #imagenes_valores {
        display: flex;
    }
    #imagen_grande {
        width: 100%; 
    }
    .img-producto {
        width: 200px; ;
    }
    #trabajos {
        background-image: url('/static/img/fondo_trabajos - vertical.jpg');
    }
}