/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif; 
*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}
header{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 9%;
    background: rgba(221, 220, 220, 0.603); 
    backdrop-filter: blur(8px);
    border-radius: 0 0 25px 25px;
}
body {
    background-image: url(/images/home_BWG.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;   
}
.logo img{
    width: 120px;    
}
.navlist{
    display: flex;
}
.navlist a{
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-left: 60px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .55s ease;
}
.navlist a:hover{
    border-bottom: 2px solid white;
}
.navlist a:hover, .navlist a.activo{
    color: rgba(65, 105, 225, 0.808);
}

#menu-icon{
    color: white;
    font-size: 35px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}
.hero {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}
.hero-img img{
    width: 500px;
    height: auto;
}
section{
    padding: 0 19%;
}
.hero-text h1{
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-weight: 2000;
    line-height: 1;
    color: white;
    margin: 100px 0 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.61);
}
.hero-text h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: white;
    margin-bottom: 40px;
    padding: 15px;
}
.hero-text a{
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: white;
    background: rgba(65, 105, 225);
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
}
.hero-text a:hover{
    transform: translateX(8px);
}
.icons{
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}
.icons i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
}
.icons i:hover{
    color: royalblue;
    transform: translateY(-5px);
}
.scroll-down{
    position: absolute;
    bottom: 6%;
    right: 9%;
}
.scroll-down i{
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background: rgba(65, 105, 225);
    border-radius: 30px;
    transition: all .50s ease;
}
.scroll-down i:hover{
    transform: translateY(-5px);
    opacity: 1;
}
footer{
    background: rgba(65, 105, 225, 0.808);
    backdrop-filter: blur(2px);
}
footer div{
    display: flex;
    width: 80%;
    margin: auto;
    padding: 15px;
    justify-content: space-between;
}
footer h4{
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: white;
    padding-bottom: 7px;
}
footer a{
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 1.8; 
}
footer h5{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    color: white;
    text-align: right;
}
.creditos{
    background: black;
    font-family: 'Courier New', Courier, monospace;
    color: rgba(255, 255, 255, 0.63);
    margin: 0;
    padding: 8px;
    text-align: center;
}
.content {
    background: white;
}
.content div{
    width: 100%;
    display: flex;
    margin: 0;
    padding: 20px;
    align-items: center;
}
.content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}
.content img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all .55s ease;
}
.content img:hover{
    transform: translateX(30px);
}
.clients{
    background: white;
}
.clients h3{
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    color: royalblue;
    text-align: center;
    padding-top: 30px;
}
.clients img{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    transition: all .55s ease;
}
.clients img:hover{
    transform: scale(1.03);
}
.servicios{
    background: rgba(220, 220, 220, 0.767);
    backdrop-filter: blur(2px);
    padding-bottom: 30px;
}
.servicios h3{
    font-family: 'Raleway', sans-serif;
    color: rgba(65, 105, 225);
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
}
.columnas {
    display: block;
    margin-top: 20px;
}
.pasos {
    display: flex;
    justify-content: center;
    margin: 10px;
    background-color: rgba(65, 105, 225, 0.856);
    padding: 20px 20px 10px 10px;
    border-radius: 20px;
    transition: all .55s ease;
}
.pasos:hover { 
    transform: translateY(-5px);
}
.pasos div{
    text-align: center;
}
.columnas i{
    color: white;
    font-size: 60px;
    cursor: pointer;
    transition: all .55s ease;
}
.columnas i:hover {
    color: orangered;
    transform: scale(2.8);
}
.pasos h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bolder;
    color: white;
}
.pasos p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: white;
    padding-bottom: 10px;
}
.nosotros{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    width: 100%;
    top: 300px;
}
.nosotros-text h1{
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    line-height: 1;
    color: white;
    text-align: left;
    padding: 20px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.199);
}
.nosotros-text p {
    padding: 20px 5%;
    border-radius: 10px;
    text-align: left;
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.603);
    backdrop-filter: blur(6px);
    border-radius: 20px;
}
.valors{
    background: white; 
}
.mision-text h2{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: royalblue;
}
.mision-text p{
    margin-left: 30px;
}
.vision-img{
    cursor: pointer;
    transition: all .55s ease;
}
.vision-img:hover{
    transform: translateX(-20px);
}
.politica {
    background: rgba(65, 105, 225, 0.459);
    backdrop-filter: blur(8px);
    padding: 40px;
}
.politica h3{
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    text-align: center;
    color: white;
    padding-bottom: 30px;
}
.politica p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: white;
    width: 30%;
    margin: auto;
}

.servicioshero {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    width: 100%;
    top: 300px;
}
.servicioshero-text h1{
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    line-height: 1;
    color: white;
    text-align: left;
    padding: 20px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.199);
}
.topics {
    display: flex;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}
.cajas{
    width: 500px;
    height: 310px;
    background: royalblue;
    border-radius: 20px;
    margin: 10px;
    padding: 20px 30px;
    background-image: none;
    transition: all .55s ease;
}
.cajas i{
    color: white;
    font-size: 40px;
    justify-content: center;
    padding-bottom: 8px;
    transition: all .55s ease;
}
.cajas h2{
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
}
.cajas p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.cajas:hover {
    transform: scale(1.08);
    background-color: gray;
}
.titleservicios{
    margin: auto;
    background: rgba(255, 255, 255, 0.548);
    backdrop-filter: blur(3px);
    padding: 50px;
}
.description p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.calltoaction{
    background: rgba(0, 0, 0, 0.459);
    backdrop-filter: blur(9px);
    padding: 50px;
    text-align: center;
}
.boton a{
    font-family: 'Montserrat', sans-serif;
    color: white;
    background: royalblue;
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
}
.boton a:hover{
    background: transparent;
    border: 1px solid white;
}
.servicioshero-text i{
    color: white;
    font-size: 25px;
    padding-right: 20px;
    cursor: pointer;
    transition: all .55s ease;
}
.servicioshero-text i:hover{
    color: orangered;
}
.recursos{
    background: white;
}
.recursos h3{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    color: royalblue;
    padding-bottom: 30px;
    padding-top: 30px;
}
.tabla {
    width: 100%;
    margin: auto;    
    background: white;
}
.tabla img{
    padding-left: 160px;
    padding-top: 30px;
    transition: all .55s ease;
}
.tabla img:hover{
    transform: scale(1.07);
}
.containers img{
    padding-top: 30px;
    padding-left: 25%;
}
.vehiculos img{
    width: 70%;
}

.form{
    background: rgba(255, 255, 255, 0.774);
    backdrop-filter: blur(3px);
}
.form-text{
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.formulario{
    padding-top: 20px;
}
#caja_nombre{
    margin-right: 80px;
    padding: 15px;
}
#caja_apellido{
    padding: 15px;
    margin-bottom: 30px;
}
#caja_email{
    padding: 15px 160px 15px 160px;
    margin-bottom: 20px;
}
#caja_mensaje{
    display: block;
    margin: auto;
}
.botoncorreo{ 
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: white;
    background: orangered;
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;    
}
.botoncorreo:hover{
    background: royalblue;
    transform: translateX(8px);
}
.mapa {
    padding: 0;
}

/* ESTILOS TABLETA */
@media screen and (max-width: 768px){
    body{
        width: 90%;
    }
    header{
        background: transparent;
    }
    .hero {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }
    .hero-text{
        padding-top: 115px;
    }
    .hero-text h1{
        font-size: 70px;
    }
    .hero-img {
        text-align: center;
    }
    .hero-img img{
        width: 300px;
        height: auto;
    }
    .icons {
        display: none;
    }
    .scroll-down {
        display: none;
    }
    #menu-icon{
        display: block;
    }
    .navlist{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 300px;
        height: 35vh;
        background: orangered;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .55s ease;
    }
    .navlist a{
        display: block;
        margin-left: 0;
        margin: 7px 0;
    }
    .navlist.open{
        right: 0;
    }
}