@media screen and (max-width: 1150px) {
    .menu-header {
        margin-left: 6vw;
    }
    .logo-img-header {
        margin-left: 5vw;
    }
}
@media screen and (max-width: 1000px) {
    .solucion-w{
        width: 90%;
    }
    .texto-transporte {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .st-inicio{
        padding-top: 15vw;
    }
    .linea-sl{
        top: 10rem;
        height: 90%;
    }
    .linea-sl2{
        top: 8rem;
        height: 116%;
    }
    .menu-header {
        margin-left: 1vw;
    }

}
@media screen and (max-width:900px) {
    .logo-img-header {
        margin-left: 3vw;
    }
}
@media screen and (max-width:850px) {
    .nav-position{
        display: none;
    }
    .nav-position2{
        display: block;
    }
}

@media screen and (max-width: 768px) and (min-width: 500px)  {
    .solucion-w{
        width: 72%;
    }
}
@media screen and (max-width: 768px) {
    .row-cards-solucion > div:not(:nth-child(2)){
        padding-top: 0;
        padding-bottom: 0;
    }
    .card-solucion{
        min-height: 25rem;
    }
    .txt-sl{
        text-align: center;
    }
    .line-p{
        display: none;
    }
    .logo-soluciones{
        height: 2.4rem;
    }
    .w-row-contacto{
        width: 100%;
    }
    .col-contacto-info{
        width: 82%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-contacto-form{

    }
    .formulario-contacto{
        border-radius: 0;
    }
    .logo-contacto{
        margin-top: 0;
    }
    .img-camiones {
        width: 140%;
        object-position: right;
    }
    .linea-sl{
        top: 20rem;
        height: 40%;
    }
    .linea-sl2{
        top: 50rem;
        height: 50%;
    }
    .st-contacto{
        padding-bottom: 0;
    }
    .bloque-datos{
        display: none;
    }
    .col-bloque-datos{
        display: block;
    }
}
@media screen and (min-width:740px) and (max-width:850px) {
    .btn-menu2, .btn-menu2:hover, .btn-menu2:active{
        left: 61%;
    }
}

@media screen and (max-width: 500px) {
    .solucion-w{
        width: 90%;
    }
    .bl-lista{
        padding-right: 20%;
        padding-left: 20%;
    }
    .st-inicio{
        background-size: 300%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .btn-menu2, .btn-menu2:hover, .btn-menu2:active{
        left: 68%;
    }
}