*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    scroll-behavior: smooth;
}

body{
    font-family: 'Open Sans', sans-serif;
}

.contenedor{
    width: 95%;
    max-width: 1500px;
    overflow: hidden;
    margin: auto;
    padding: 40px 0;
    /* background-color: #764ba2; */
    
}

.header{
    height: 100vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.171) 100%), url(renta_de_maquinaria_en_queretaro/renta_de_maquinaria_queretaro.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}

.head{
    padding: 140px 0 0 0;
    /* height: 650px; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    color: #fff;
    width: 100%;
    max-width: 900px;
}


.hamburguer{
    position: fixed;
    top: 30px;
    right: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.menu-navegacion{
    position: fixed;
    top: 0;
    width: 30vw;
    height: 100%;
    font-size: 20px;
    /* background-image: linear-gradient(to top, #fbc2eb 0%, #a6c0ee 100%); */
    /* 02 */
    background-image: linear-gradient(to top, #0b031b 0%, rgba(31, 24, 3, 0.342) 100%);
    
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    right: 0;
    transform: translateX(110%);
    transition:transform 0.3s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.spread{
    transform: translateX(0);
}

.menu-navegacion a{
    color: #fff;
    text-decoration: none;
}


.ligas{
    background: #000;   
}

.ligas a{
    color: #000;
}

.titulo{
    font-size: 60px;
    margin-bottom: 55px 30px;
    width: 81%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 15px;
}

.copy{
    font-weight: 700;
    font-size: 30px;
    width: 72%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 50px 0;
    padding: 25px;
    border-radius: 10px;
    /* margin: auto; */
}

.copy1{
    font-weight: 400;
    font-size: 35px;
    /* width: 72%; */
    margin: 50px 0;
    padding: 25px;
    /* margin: auto; */
}

/* Services */

.centrar{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;

}

.topografia{    
            display: block;
           margin: auto;      
           width: 100px;
           border-radius: 50%;  
           margin-bottom: 10px; 
}





.subtitulo{
    color: #000;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
}

.contenedor-servicio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-servicio a{
    width: 55%;
    /* background-color: aqua; */
}

.contenedor-servicio a img{
    width: 99%;
    border-radius: 10px;
}
.checklist-servicio{
    width: 42%;
    /* background-color: #764ba2; */
}

.service{
    margin-bottom: 20px;
}

.n-service{
    margin-bottom: 7px;
    color: #000;
}

.number{
    display: inline-block;
    /* 02 */
    background-image: linear-gradient(to top, #0b031b 0%, hsl(53, 86%, 5%) 100%);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    
    margin: 0 15px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 700;
}

.service p{
    /* margin-left: 50px; */
    font-size: 20px;
}


.gallery{
    background: rgb(252, 179, 70);
}

.contenedor-galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;
    overflow: hidden;
    object-fit: cover;
    /* background: rgb(70, 82, 252); */
}
.pagina{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    
}
.pagina1{
    width: 100%;
    display: flex;    
    justify-content: space-evenly;
    
    
}
.pagina1 a img{
    width: 45%;   
    border-radius: 10px;
    margin: auto;
    display: block;
    justify-content: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
    transition: transform 0.5s;
    object-fit: cover;
    margin-bottom: 20px;
}

.pagina1 a img{
    width: 90%;   
}
.pagina1 a img:hover{
		
    /* transform: rotate(5deg) scale(1.1);   */
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform:scale(1.1);
}

.img-galeria{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
    transition: transform 0.5s;
    object-fit: cover;
    
}


.img-galeria:hover{
		
    /* transform: rotate(5deg) scale(1.1);   */
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform:scale(1.1);
}


.imagen-light{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.534);
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.agregar-imagen{
    width: 60%;
    transform: scale(0);
    border-radius: 10px;
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(1);
}

.show{
    transform: translate(0);
}

.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
}

.experts{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.cont-expert{
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
}

.cont-expert img{
    display: block;
    margin: auto;
    width: 80%;
}

.n-expert{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 30px;
}

footer{
    /* background: #9f8ad0; */
    
    background: rgb(252, 179, 70);
    padding-bottom: 0.1px;
}

.footer-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
}


.contact-us{
    /* width: 40%; */
    color: #000;
    font-size: 18px;
}


.contact-us2{
    /* width: 40%; */
    color: #000;
    font-size: 18px;
    display: none;
}

.brand{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}

.brand1{
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}
.brand+p{
    font-weight: 500;
    font-size: 28px;
    text-align: center;
}

.brand1+p{
    font-weight: 500;
    font-size: 28px;
    text-align: center;
}

.social-media{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.social-media-icon{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
}

.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
}

.line{
    width: 70%;
    max-width: 1000px;
    margin: auto;
    height: 2px;
    background: #000;
    margin-bottom: 60px;
}

.social-media-icon:hover{
    background: #fff;
    color:#764ba2;
}

@media screen and (max-width: 800px){
    .menu-navegacion{
        width: 50vw;
    }

    .titulo{
        font-size: 40px;
    }
    .copy{
        font-weight: 400;
        font-size: 30px;
        width: 92%;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 50px 0;
        padding: 5px;
        border-radius: 10px;
        /* margin: auto; */
    }

    .copy1{    
        font-size: 25px;                
        margin: 50px 0;
        padding: 5px;        
        /* margin: auto; */
    }
    .contenedor-servicio a{
        width: 100%;
        margin-bottom: 40px;
        
    }
    
    .checklist-servicio{
        width: 95%;
       
        
    }

    .service{
        margin-bottom: 30px;
        text-align: left;
    }



    .pagina{
        width: 45%;
    }
    
    .img-galeria{
        width: 100%;
    }

    .agregarImagen{
        width: 80%;
    }

    
    .cont-expert{
        width: 80%;
    }
    
    .footer-content{
        justify-content: center;
    }

    .social-media{
        width: 80%;
        justify-content: space-evenly;
    }

    .social-media-icon{
        margin-left: 0;
    }

    .contact-us{
        text-align: center;
        /* width: 80%; */
        margin-bottom: 40px;
        display: none;
    }
    
    .contact-us2{
        text-align: center;
        /* width: 80%; */
        margin-bottom: 40px;
        display: block;
    }

}


@media screen and (max-width: 500px){
    .menu-navegacion{
        width: 65vw;
    }

    .hamburguer{
        top: 20px;
        right: 20px;
    }

    .titulo{
        font-size: 30px;
    }


    .copy{
        font-weight: 400;
        font-size: 25px;
        width: 92%;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 50px 0;
        padding: 5px;
        border-radius: 10px;
        /* margin: auto; */
    }

    .copy1{    
        font-size: 18px;                
    
        /* margin: auto; */
    }

    .subtitulo{
        font-size: 30px;
    }

    .pagina{
        width: 95%;
        margin-bottom: 20px;
    }
    
    .img-galeria{
        width: 100%;
        
    }

    
    .agregar-imagen{
        width: 90%;
    }


    .checklist-servicio h3{
        font-size: 17px;
        
    }

    .checklist-servicio p{
        font-size: 18px;
        
    }

.number{
    
    margin: 0 5px 0 0;
    
}

.brand+p{
    font-size: 21px;    
}

.brand1+p{
    font-size: 18px;    
}
    .social-media{
        width: 100%;
        justify-content: space-evenly;
    }

    .social-media-icon{
        margin-left: 0;
    }

    .contact-us2{
        text-align: center;
        width: 95%;
        margin-bottom: 40px;
    }
    
  
}