@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Raleway:wght@300;400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: Raleway, sans-serif;
}

.grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 90%;
    max-width: 1800px;
    height: 100% ;
    margin: auto;
    gap: 20px;
    /* overflow: hidden; */
    align-items: center;
}

.wei-400{
    font-weight: 400;
    font-size: 1em;
}

.wei-600{
    font-weight: 600;
    font-size: 3em;
}

.parrafo{
    margin-bottom: 20px;
}

.hero{
    height: 500px;
    background-color: #373782;
    opacity: 0.8;
    background-image:  radial-gradient(#222a56 0.8px, transparent 0.8px), radial-gradient(#222a56 0.8px, #e5e5f7 0.8px);
    background-size: 100px 100px;
    background-position: 0 0,16px 16px;
}

.img-hero{
    width: 100%;
    height: auto;
    grid-column: 7/13;
    padding-top: 30px;
}

.img{
    width: 95%;
    max-width: 400px;
}

.textos-hero{
    grid-column: 1/7;
    padding-right: 20px;
}

.textos-hero p{
    text-align: justify;
}

.cta{
    width: 130px;
    background: #61b5fa;
    color: #fefefe;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 10px; 
}

/* service */

.service{
    height: 370px;
    background: linear-gradient(180deg, #fefefe 50%, #181c2d 50%);
}

.items{
    grid-column: 1/-1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.item{
    background: #ffffff;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    height: 230px;
    padding: 15px 10px;
    text-align: center;
}

.item, p{
    margin-bottom: 15px;
}

.service-cta{
    background: #61b5fa;
    color: #fefefe;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;

}

[class^="fa"]{
    font-size: 50px;
    text-align: center;
    color: #fa2b18;
}

.titulo-service{
    font-size: 17px;
    margin: 10px 0;
    text-align: center;
}

/* about */

.about-us{
    background: #181c2d;
    color: #fefefe;
    height: auto;
    padding-top: 160px;
    padding-bottom: 60px;
}

.textos-about-us{
    grid-column: 1/-1;
    text-align: center;
}


.textos-about-us .parrafo{
    color: #fefefe;
    margin-top: 20px;
}

.numbers{
    grid-column: 1/-1;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.number{
    text-align: center;
    font-size: 30px;
    width: 22%;
}

/* work */

.work{
    background-color: #80c4fb;
    padding: 50px;
    text-align: center;
}

.cero_ochocientos{
    font-size: 2rem;
}

/* clients */

.clients-us{
    padding: 60px 0;
    background: #EBEEF7;
}

.textos-clients{
    text-align: center;
}

.flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
}

.logo{
    width: 130px;
    max-width: 1300px;
}

/* truck */

.mission{
    padding: 60px 0;
}

.textos-mission{
    grid-column: 7/13;
}

.texto-mission h2{
    padding-bottom: 10px;
}

.textos-mission h3{
    margin-bottom: 10px;
}

.textos-mission p{
    margin-bottom: 20px;
}

.ubic-cta{
    background: #61b5fa;
    color: #fefefe;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

.img-mission{
    grid-column: 1/7;
    grid-row: 1/-1;
    width: 95%;
    height: 95%;
}

/* parking */

.park{
    background: #EBEEF7;
}

.parking{
    padding: 60px 0;
}

.textos-parking{
    grid-column: 1/7;
}

.texto-parking h2, h3{
    padding-bottom: 10px;
}

.textos-parking p{
    margin-bottom: 20px;
}

.img-parking{
    grid-column: 7/13;
    grid-row: 1/-1;
    width: 95%;
    height: 95%;
}

/* bodegas */

.bodegas{
    padding: 60px 0;
}

.textos-bodegas{
    grid-column: 7/13;
}

.textos-bodegas h2, p{
    margin-bottom: 20px;
}

.img-bodegas{
    grid-column: 1/7;
    grid-row: 1/-1;
    width: 95%;
    height: 95%;
}

.bodega-cta{
    background: #34b111;
    color: #fefefe;
    margin-top: 20px;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

/* seguridad */

.segu{
    background: #EBEEF7;
}

.seguridad{
    padding: 60px 0;
}

.textos-segu{
    grid-column: 1/7;
}

.texto-segu h2, h3{
    margin-bottom: 10px;
}

.textos-segu p{
    margin-bottom: 20px;
}

.segu-list{
    margin-bottom: 10px;
    margin-left: 30px;
}

.img-seguridad{
    grid-column: 7/13;
    grid-row: 1/-1;
    width: 95%;
    height: 95%;
}

.segu-cta{
    background: #34b111;
    color: #fefefe;
    margin-top: 20px;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

/* valet parking */

.valet{
    padding: 60px 0;
}

.textos-valet{
    grid-column: 7/13;
}

.textos-valet h2, p{
    margin-bottom: 20px;
}

.img-valet{
    grid-column: 1/7;
    grid-row: 1/-1;
    width: 95%;
    height: 95%;
}

.valet-cta{
    background: #34b111;
    color: #fefefe;
    margin-top: 20px;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

/* unidades moviles */

.umoviles{
    background: #EBEEF7;
}

.movil{
    padding: 60px 0;
}

.textos-movi{
    grid-column: 1/7;
}

.texto-movi h2, h3{
    margin-bottom: 10px;
}

.textos-movi p{
    margin-bottom: 20px;
}

.segu-list{
    margin-bottom: 10px;
    margin-left: 30px;
}

.img-moviles{
    grid-column: 7/13;
    grid-row: 1/-1;
    width: 95%;
    height: 95%;
}

.movi-cta{
    background: #34b111;
    color: #fefefe;
    margin-top: 20px;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

/* ubicaciones */

.ubic{
    padding: 60px 0;
    align-items: start;
}

.textos-ubic{
    grid-column: 1/7;
}

.textos-ubic2{
    grid-column: 7/-1;
}

.texto-ubic h2{
    color: #61b5fa;
    padding-bottom: 60px;
}

.textos-ubic  h4{
    margin-bottom: 10px;
    padding-top: 10px;
}

.textos-ubic2 h4{
    margin-bottom: 10px;
    padding-top: 10px;
}

.textos-ubic p{
    margin-bottom: 20px;
}

.textos-ubic2 p{
    margin-bottom: 20px;
}

.ubic-cta{
    background: #61b5fa;
    color: #fefefe;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

.iconos_colores{
    display: flex;
    flex-wrap: wrap;
}

.icono_col{
    display: inline;
    text-align: center;
    padding-right: 20px;
}

.ico_col{
    width: 40px;
    height: 30px;
}

.icono_p{
    margin-top: 8px;
}

.maps-cta{
    background: #61b5fa;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

/* footer */

footer{
    background: #181c2d;
    color: #fefefe;
    padding: 60px 0;
}

.footer-container{
    display: grid;
}

.textos-footer{
    text-align: center;
}

.textos-footer h2, p{
    margin-top: 30px;
}



.footer-cta{
    background: #34b111;
    color: #fefefe;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

.footer-item1{
    display: flex;
    justify-content: space-evenly;

}

.footer-item1 a{
    color: #61b5fa;
    text-decoration: none;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .header{
        height: auto;
    }

    .grid{
        grid-gap: 1%;
        text-align: center;
        justify-items: center;
    }

    .img-hero, .textos-hero, p{
        grid-column: 1/13;
    }

    .img-hero{
        width: 400px;
        margin: 0 auto;
    }


    .textos-hero{
        margin-top: 40px;
    }

    .service{
        height: auto;
        margin-top: 40px;
        background:#181c2d;
    }

    .item{
        width: 60%;
        margin: 20px 0;
        height: auto;
        padding: 20px;
    }
    
    .about-us{
        padding: 60px 60px;
    }

    .flex{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 40px;
        padding: 0 60px;
    }

    .logo{
        margin: 20px 0;
    }

    /* truck parking */

    .img-mission{
        grid-column: 4/-4;
        grid-row: 2/3;
        width: 300px;
        text-align: center;
    }

    .textos-mission{
        grid-column: 1/-1;
        grid-row: (1/2);
    }

    /* estacionamiento */

    .img-parking{
        grid-column: 4/-4;
        grid-row: 2/3;
        width: 300px;
        text-align: center;
        margin-top: 30px;
    }

    .img-park{
        margin-top: 30px;
    }

    .textos-parking{
        grid-column: 1/-1;
        grid-row: (1/2);
    }

    /* mini-bodegas */

    .img-bodegas{
        grid-column: 4/-4;
        grid-row: 2/3;
        width: 300px;
        text-align: center;
        margin-top: 30px;
    }

    .img-bodega{
        margin-top: 30px;
    }

    .textos-bodegas{
        grid-column: 1/-1;
        grid-row: (1/2);
    }

    /* seguridad */

    .img-seguridad{
        grid-column: 4/-4;
        grid-row: 2/3;
        width: 300px;
        text-align: center;
        margin-top: 30px;
    }

    .img-segu{
        margin-top: 30px;
    }

    .textos-segu{
        grid-column: 1/-1;
        grid-row: (1/2);
    }

    .segu-list{
        display: inline-block;
         text-align: left;
    }

    /* valet psarking */

    .img-valet{
        grid-column: 4/-4;
        grid-row: 2/3;
        width: 300px;
        text-align: center;
        margin-top: 30px;
    }

    .img-vale{
        margin-top: 30px;
    }

    .textos-valet{
        grid-column: 1/-1;
        grid-row: (1/2);
    }

    /* valet psarking */

    .img-moviles{
        grid-column: 4/-4;
        grid-row: 2/3;
        width: 300px;
        text-align: center;
        margin-top: 30px;
    }

    .img-movi{
        margin-top: 30px;
    }

    .textos-movi{
        grid-column: 1/-1;
        grid-row: (1/2);
    }

    /* ubicacion */

    .textos-ubic{
        grid-column: 4/-4;
        grid-row: 1/2;
        width: 300px;
        text-align: center;
    }

    .textos-ubic2{
        grid-column: 4/-4;
        grid-row: (2/3);
        width: 300px;
        text-align: center;
    }




    /* footer */

    .textos-footer{
        padding: 0 60px;
    }

    .footer-item1{
        flex-direction: column;
        align-items: center;
    }

    .footer-item1 a{
        padding: 10px 0;
    }
   
    .iconos_colores{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width: 400px){

    .textos-hero .parrafo{
        margin-top: 20px;
        text-align: center;
    }

    .img-hero{
        max-width: 240px;
    }

    .grid{
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

    }

    .service{
        padding-top: 40px;
    }


    .item{
        width: 100%;
        flex-shrink: 0;
        padding: 20px 0;
    }

    .number{
        width: 55%;
        border-bottom: 1px dotted #fff;
        margin-bottom: 15px;
    }

    .textos-mission{
        text-align: center;
    }

    .img-mission{
        width: 250px;
        text-align: center;
    }

    .mission{
        padding: 40px 0;
    }

    .footer-item1{
        grid-column:1/-1;
        display: flex;
        flex-direction: column;
    }

    .footer-item1 a{
        padding: 10px 0;
    }

}

