*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    scroll-behavior: smooth;
}

body{
    font-family: 'Open Sans', sans-serif;
}

.gold {
    color: #efc75e;
    font-weight: 700;
}

.espacio {
    height: 10rem;
    text-align: center;
    background-color: none;
}

.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

.contenedor2{
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
    background-color: #e5e5f7;
}

.reparar{
    width: 100%;
    background-color: #e5e5f7;
    max-width: 1500px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

.header{
    height: 100vh;
    /* 02 */
    background-image: linear-gradient(to top, rgba(134, 81, 81, 0.123) 0%, hsla(0, 54%, 75%, 0.212) 100%), url("../images/cityd.jpg");
    /* background-image: linear-gradient(to top, rgba(251, 194, 235, 0.486) 0%, hsla(218, 68%, 79%, 0.514) 100%), url("../images/cityd.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.head{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}


.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%;
    /* background-image: linear-gradient(to top, #fbc2eb 0%, #a6c0ee 100%); */
    /* 02 */
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    /* 028 */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 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;
}



.titulo{
    font-size: 60px;
    margin-bottom: 15px;
}

.copy{
    font-weight: 300;
    font-size: 25px;
}

/* Services */

.subtitulo{
    color: #9f8ad0;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
}

.subtitulo2{
    color: #9f8ad0;
    font-size: 2rem;
    font-weight: 150;
    text-align: center;
    margin-bottom: 30px;
}

.contenedor-servicio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-servicio img{
    width: 40%;
}

.checklist-servicio{
    width: 45%;
}

.service{
    margin-bottom: 20px;
}

.n-service{
    margin-bottom: 7px;
    color: #9f8ad0;
}

.number{
    display: inline-block;
    /* 02 */
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 700;
}

.gallery{
    background: #f2f2f2;
}

.contenedor-galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;
}

.img-galeria{
    width: 23%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.img-galeria3{
    width: 460px;
    height: 495px;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.img-galeria4{
    width: 100%;
    height: 300px;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.img-galeriao1{
    width: 280px;
    height: 250px;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.img-galeriao4{
    width: 240px;
    height: 140px;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.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;
}

.cont-expert {
    width: 24%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.experts{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.negrita{
    font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.2rem;
}

.negrita2{
    color: black;
    /* font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.2rem; */
}

.orange {
    color: #f14827;
    font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.2rem;
}

.orange2 {
    color: #f14827;
    /* font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.2rem; */
}

.cont-expert img{
    display: block;
    margin: auto;
    width: 80%;
}

.n-expert{
    width: 98%;
    display: inline-block;
    margin-top: 25px;
    font-weight: 400;
}

footer{
    background: #9f8ad0;
    padding-bottom: 0.1px;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
}


.contact-us{
    width: 40%;
    color: #fff;
}

.brand{
    font-weight: 500;
    font-size: 30px;
}

.brand+p{
    font-weight: 500;
}

.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: #fff;
}

/* Contactar */

.contactar {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    text-align: center;
}

.rojo {
    color: red;
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1rem;
}

.enlace {
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    padding-top: 20px;
}

.red {
    font-size: 1.2rem;
    color: red;
}

.blue {
    font-size: 1.2rem;
    color: blue;
}

.enlace2 {  
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
    font-size: 1.2rem;
    background-color: rgb(198, 198, 228);
}

.codigo {
    text-align: center;
    font-size: 1.2rem;
    color: black;
}

.enlace4 {  
    text-decoration: none;
    margin-left: 550px;
    color: black;
    font-size: 1.2rem;
    background-color: rgb(198, 198, 228);
}

/* Sección de Jazztel */

.jazz {  
   text-align: center;
    color: black;
    padding-top: 10px;
    width: 250px;
    height: 50px;
    max-width: 250px;
    max-height: 150px;
    font-size: 1.2rem;
    background-color: rgb(198, 198, 228);
    margin-left: 525px;
}

.jazz3 {  
    text-align: center;
     color: black;
     padding-top: 15px;
     width: 250px;
     height: 50px;
     max-width: 250px;
     max-height: 150px;
     font-size: 1.2rem;
     background-color: rgb(198, 198, 228);
     margin-left: 525px;
     color: white;
 }

.jazztel {
    background-color: #fcd33b;
}

.jazz2 {  
    text-align: center;
     color: black;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-left: 10px;
     padding-right: 10px;
     font-size: 1.2rem;
     background-color: rgb(198, 198, 228);
     margin-left: 525px;
}

a {
    text-decoration: none;
}

.acerubi {
    margin-left: 100px;
}

.enlace3 {  
    text-decoration: none;
    margin-left: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
    font-size: 1.2rem;
    background-color: rgb(198, 198, 228);
}

.enlace2:hover {
    transition: all .3s;
    background-color: white;
}

.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
}

.line{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 2px;
    background: #fff;
    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;
    }

    .contenedor-servicio img{
        width: 80%;
        margin-bottom: 40px;
    }
    
    .checklist-servicio{
        width: 80%;
    }

    .service{
        margin-bottom: 30px;
    }

    .img-galeria{
        width: 45%;
    }
    
    .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;
    }
    .jazz {
        width: 100%;
        margin-left: 125px;
        text-decoration: none;
    }
    .enlace3 {
        width: 100%;
        margin-left: 100px;
        text-decoration: none;   
}      
}


@media screen and (max-width: 500px){
    .menu-navegacion{
        width: 65vw;
    }

    .hamburguer{
        top: 20px;
        right: 20px;
    }

    .titulo{
        font-size: 30px;
    }

    .subtitulo{
        font-size: 30px;
    }

    .img-galeria{
        width: 95%;
    }
    
    .agregar-imagen{
        width: 90%;
    }

    .social-media{
        width: 100%;
        justify-content: space-evenly;
    }

    .social-media-icon{
        margin-left: 0;
    }

    .contact-us{
        text-align: center;
        width: 95%;
        margin-bottom: 40px;
    }
    .jazz {
        width: 100%;
        margin-left: 125px;
        text-decoration: none;
    }
    a {
        text-decoration: none;
    }
    .enlace3 {
            width: 100%;
            margin-left: 100px;
            text-decoration: none;   
    }   
}