.contenedor_header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://autorenova.com/empresa/empresa3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-empresa{
    justify-content: end;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.header-empresa .header-contenido{
    width: 80%;
}


.header-empresa .header-contenido .detalle{
    color: white;
    padding: 50px;
    text-align: center;
    font-size: 25px;
}

#banner:hover{
    cursor: pointer;
}

.title-categoria{
    width: 80%;
}

.contenedor-mis-vis{
    width: 100vw;
    height: auto;
    padding: 40px;
    background-image: linear-gradient(41deg, rgba(107, 107, 107, 0.04) 0%, rgba(107, 107, 107, 0.04) 8%,rgba(31, 31, 31, 0.04) 8%, rgba(31, 31, 31, 0.04) 100%),linear-gradient(9deg, rgba(228, 228, 228, 0.04) 0%, rgba(228, 228, 228, 0.04) 62%,rgba(54, 54, 54, 0.04) 62%, rgba(54, 54, 54, 0.04) 100%),linear-gradient(124deg, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 37%,rgba(233, 233, 233, 0.04) 37%, rgba(233, 233, 233, 0.04) 100%),linear-gradient(253deg, rgba(201, 201, 201, 0.04) 0%, rgba(201, 201, 201, 0.04) 55%,rgba(47, 47, 47, 0.04) 55%, rgba(47, 47, 47, 0.04) 100%),linear-gradient(270deg, rgba(172, 172, 172, 0.04) 0%, rgba(172, 172, 172, 0.04) 33%,rgba(26, 26, 26, 0.04) 33%, rgba(26, 26, 26, 0.04) 100%),linear-gradient(64deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.04) 38%,rgba(87, 87, 87, 0.04) 38%, rgba(87, 87, 87, 0.04) 100%),linear-gradient(347deg, rgba(199, 199, 199, 0.04) 0%, rgba(199, 199, 199, 0.04) 69%,rgba(4, 4, 4, 0.04) 69%, rgba(4, 4, 4, 0.04) 100%),linear-gradient(313deg, rgba(36, 36, 36, 0.04) 0%, rgba(36, 36, 36, 0.04) 20%,rgba(91, 91, 91, 0.04) 20%, rgba(91, 91, 91, 0.04) 100%),linear-gradient(90deg, rgb(10, 17, 72),rgb(35, 148, 228));
}

.content-interno-empresa{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 80%;
    margin: 0 auto;
}

.mision,
.vision{
    width: 50%;
    height: 100%;
    color: white;
    margin: 0 auto;
}

.title-mision,
.title-vision{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.clientes{
    padding: 10px;
    width: 100vw;
    height: auto;
    background: #565454;
    background: -webkit-linear-gradient(to bottom, #434343, #000000);
    background: linear-gradient(to bottom, #5e5c5c, #6a6666);
}

.lg1,.lg2,.lg3,.lg4{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.lg1 .l1,
.lg1 .l2,
.lg1 .l3,
.lg1 .l4,
.lg1 .l5,
.lg2 .l1,
.lg2 .l2,
.lg2 .l3,
.lg2 .l4,
.lg2 .l5,
.lg3 .l1,
.lg3 .l2,
.lg3 .l3,
.lg3 .l4,
.lg3 .l5,
.lg4 .l1,
.lg4 .l2,
.lg4 .l3,
.lg4 .l4,
.lg4 .l5{
    margin: 0 auto;
}

.lg1 .l1 img,
.lg1 .l2 img,
.lg1 .l3 img,
.lg1 .l4 img,
.lg1 .l5 img{
    width: 150px;
}

.lg2 .l1 img,
.lg2 .l2 img,
.lg2 .l3 img,
.lg2 .l4 img,
.lg2 .l5 img{
    width: 90px;
}

.lg3 .l1 img,
.lg3 .l2 img,
.lg3 .l3 img,
.lg3 .l4 img,
.lg3 .l5 img{
    width: 90px;
}

.lg4 .l1 img,
.lg4 .l2 img,
.lg4 .l3 img,
.lg4 .l4 img,
.lg4 .l5 img{
    width: 90px;
}

.title-clientes{
    color: white;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    padding: 20px;
    border-radius: 10px;
    font-size: 30px;
}

.content-mision, .content-vision{
    text-align: center;
}

@media screen and (max-width: 768px) {
    .header-empresa .header-contenido{
        width: 95%;
    }

    .header-empresa .header-contenido .imagen{
        display: none;
    }

    .header-empresa .header-contenido .detalle ul{
        padding: 40px 0px;
        font-size: 12px;
    }

    .header-empresa .header-contenido .detalle{
        padding: 10px;
        font-size: 13px;
    }
    
    .title-categoria{
        width: 95%;
    }

    .contenedor-mis-vis{
        padding: 10px;
    }

    .content-interno-empresa{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .content-mision label,
    .content-vision label{
        font-size: 13px;
    }

    .mision, .vision{
        width: 100%;
    }

    .lg1,.lg2,.lg3,.lg4{
        width: 100%;
    }

    .lg1 .l1 img,
    .lg1 .l2 img,
    .lg1 .l3 img,
    .lg1 .l4 img,
    .lg1 .l5 img{
        width: 70px;
    }

    .lg2 .l1 img,
    .lg2 .l2 img,
    .lg2 .l3 img,
    .lg2 .l4 img,
    .lg2 .l5 img{
        width: 60px;
    }

    .lg3 .l1 img,
    .lg3 .l2 img,
    .lg3 .l3 img,
    .lg3 .l4 img,
    .lg3 .l5 img{
        width: 60px;
    }

    .lg4 .l1 img,
    .lg4 .l2 img,
    .lg4 .l3 img,
    .lg4 .l4 img,
    .lg4 .l5 img{
        width: 60px;
    }
    .title-mision, .title-vision{
        font-size: 25px;
    }

    .title-clientes strong{
        font-size: 25px;
    }

    .title-clientes{
        width: 100%;
    }
}