/*Seccion barra envios*/

#barra {
    background-color: #6a538b;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



#barra div p {
    margin: 0;
    color: #fff;
    padding-left: 10px;
    ;
}

@media (max-width: 768px) {
    #barra div p {
        font-size: 0.8em;
    }
}


@media (max-width: 768px){
    .w-130{
        width: 130% !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .font-size-md{
        font-size: .6em;
    }
}

@media (max-width: 378px){
    .font-size-md{
        font-size: .9em;
    }
}

/*Seccion Nosotros*/

.contenedor-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5em;
}

.contenedor-item p {
    width: 97%;
    margin: 0;
    padding-left: 15px;
}


/*Seccion Servicios*/


.text-servicios-item {
    background-color: #6a538b1c !important;
    color: #6a538b;
    font-weight: 700;
    padding: 2px 20px;
}

.img-servicio-1 {
    width: 100%;
    height: 390px;
    background-position: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url(images/cerrar-manos-caja-transporte.jpg);
    background-size: cover;
    border-radius: 10px;
}

.img-servicio-2 {
    width: 100%;
    height: 390px;
    background-position: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url(images/entrega-pago-transporte.jpg);
    background-size: cover;
    border-radius: 10px;
}

/*Seccion Vehiculos*/

#vehiculos {
    background: linear-gradient(202deg, #6a538bc9 0%, #6a538bc9 100%), url(images/vehiculos-a-tiempo-flota.jpg);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

/*Seccion Mercaderia*/

.item-mercaderia {
    width: 100%;
}

.item-mercaderia ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}

.item-mercaderia li {
    margin: 25px 0;
}

.img-mercaderia {
    width: 400px;
    height: 310px;
    background-position: center;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url(images/llevando-palet-logistica.jpg);
    background-size: cover;
}

/*Seccion Ambito de cobertura*/

.contenedor-btn-wpp {
    text-align: center;
    padding-bottom: 3em;
}

/*Navbar*/

.container-fluid.position-relative.nav-bar.p-0 {
    background: white;
    z-index: 9;
    margin-top: 34px;
}

/*Footer*/

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 10px 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #808080;
}
