
:root
{
	--aqua: #249c7c;
    --verde: #015953;
	--naranja: #f16837; 
    --blanco: #ffffff; 
    --gris: #e6e6e6; 
    --negro: #333333; 
}


/* Productos */

/* Seccion 1 */

.section1_productos{
    position: relative;  
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(126, 45, 45, 0.1)),url(../Imagenes/Index/conveyor_dhl.jpg);
    background-size: cover;
    background-position: 100% 50%;  
}

/* .section1_productos::before{
    content: "";
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(126, 45, 45, 0.1)),url("https://bloximages.chicago2.vip.townnews.com/tucson.com/content/tncms/assets/v3/editorial/8/4d/84d2efe2-1837-5ae6-98b0-3163245b600b/5b883738b34ce.image.jpg?resize=1024%2C661");
    opacity: 0.9;
    background-size: cover;
    transform: scaleX(-1);
    background-size: 100% 100%; 
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    filter:brightness(50%) 
} */

.section1_productos div{
    /* transform: scaleX(-1); */
    background-color: rgba(1, 89, 83, .7);
    position: relative;
    width: 60%;
    margin-right: 0;
    padding: 1% 5%;
    border-radius: 5%;
    
}
.section1_productos h1
{   
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 50px;
    text-transform: uppercase;
}

.section1_productos p{
    margin-top: 5%;
    font-weight: 300;
    margin-bottom: 5%;
}

.section1_productos a{
    background-color: var(--naranja);
    color: white;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5%;
    padding: 1% 2%;
}
.section1_productos .btn:hover{
    background-color: var(--white);
    color: var(--aqua);
}

.section1_productos .btn:focus{
    background-color: var(--white);
    color: var(--aqua);
}

.btn:hover{
    background-color: var(--naranja);
}

/* SECCIONES DE PRODUCTOS */

.sections_productos img{
    object-fit: cover;
}

.sections_productos .lift img{
    object-position: 20% 0%;
}

.sections_productos{
    display: flex;
    justify-content: space-between;
    height: 650px;
    margin-top: 5%;
    margin-bottom: 5%;
    /*padding: 0; */
}

.sections_productos h1{
    font-family: franklin-gothic-urw, sans-serif;
    color: var(--aqua);
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.sections_productos .marcas{
    background-color: var(--gris);
    width: 70%;
    padding-bottom: 2%;
    padding-top: 1%;
    margin-bottom: 4%;
    box-shadow: 0px 17px 20px rgba(49, 49, 49, 0.274);;
    border-radius: 0;
}

.sections_productos .marcas h5{
    margin-top: 2%;
    margin-bottom: 4%;
    font-weight: 700;
}


.sections_productos .lista{
    display: flex;
    justify-content: space-around;
    padding-left: 0;
}

.lista li{
    list-style: none;
    background-color: var(--blanco);
    padding: 2% 0;
    vertical-align: center;
    width: 30%;
    font-weight: 600;
    font-size: larger;
}

.lista.conveyors li{
    padding-left: 4%;
}

.lista li::before{
    content: "• ";
    color: var(--naranja);
    font-weight: bolder;

}
.lista2{
    display: flex;
    list-style-type: none;
    width: 100%;
    justify-content: space-around;
    padding-left: 0;
    align-items: center;
}

.lista2 li{
    width: 30%;
}

.lista2 li img{
    width: 100%;
}

.sections_productos a{
    background-color: var(--aqua);
    color: white;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10%;
    padding: 1% 4%;
    box-shadow: 0px 1px 6px rgba(19, 19, 19, 0.507);
}

.circulo_naranja
{
    /* position: relative; */
    background-color: var(--naranja);
    padding: 3%;
    width: 4%;
    margin-top: -4%;
    margin-bottom: 0;
}

.contenedor_imagen{
    width: 45%;
}

.contenedor_imagen img{
    width: 100%;
    height: 100%;
    /* padding: 2%;  */
    box-shadow: 0px 1px 8px rgba(19, 19, 19, 0.507);
}


.texto{
    width: 55%;
}



@media(max-width: 768px){
    .sections_productos{
        flex-direction: column;
        height: 120%;
        margin-top: 8%;
        /* height: 950px; */
    }
    .texto{
        width: 100%;
    }
    .contenedor_imagen{
        width: 100%;
        height: 100%;
        margin-bottom: 10%;
    }
    .contenedor_imagen img{
        border-radius: 0;
    }

    .izq{
        flex-direction: column-reverse;
    }
    .sections_productos .marcas{
        width: 90%;
    }
    .sections_productos .lista{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .lista li{
        width: 60%;
        margin-top: 5%;
        margin-bottom: 2%;
        text-align: center;
    }
    .section1_productos div{
        width: 95%;
    }
    .sections_productos h1{
        font-size: 30px;;
    }
    .section1_productos h1
    {   
        font-size: 35px;
    }
    .section1_productos p{
        font-size: 15px;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .section1_productos a{
        font-size: 16px;
        padding: 2% 8%;
    }
}

@media screen and (max-width: 1360px) and (min-width: 769px){
    .sections_productos .marcas{
        width: 90%;
    }
    .section1_productos div{
        width: 65%;
    }
    .section1_productos h1
    {   
        font-size: 40px;
    }
}

