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

:root{
    scroll-behavior: smooth;
}

body{
    font-family: 'Open Sans', sans-serif;
}

.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

.header{
    height: 100vh;
    /* 02 */
    background-image: linear-gradient(to top, rgba(251, 194, 235, 0.26) 90%, hsla(218, 68%, 79%, 0.514) 100%), url(../img/neruda2.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;
    left: 30px;
    background: #fff;
    width: 53px;
    height: 55px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    border: 2px solid #000;
    z-index: 100;
}

.hamburguer:hover {
    background: #ffffbf;
    border: 2px solid #000;
}

.menu-navegacion{
    position: fixed;
    top: 0;
    width: 45vh;
    height: 95%;
    /* 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: 2px 2px 2px 6px rgba(0, 0, 0, .2);
    z-index: 100;
}

.spread{
    transform: translateX(0);
}

.menu-navegacion a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2.9px;
}

.menu-navegacion a:hover {
    color: greenyellow;
    transform: scale(1.05);
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2.9px;
}

.titulo{
    font-size: 60px;
    margin-bottom: 15px;
}

.social-media2{
    width: 100%;
    display: flex;
    justify-content:center;
    color: #2e4ead;
}

.social-media-icon2{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    color: #2e4ead;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(251,251,251,.6);
}

.social-media-icon2 i{
    font-size: 30px;
    line-height: 60px;
}
.social-media-icon2:hover{
    background: #2e4ead;
    color: #fff;
}


.copy{
    font-weight: 300;
    font-size: 25px;
}


/* Services */

#servicio {
    padding: 10px;
    margin-bottom: 35px;
}

.subtitulo{
    color: #9f8ad0;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.icon-calendar {
    text-align: center;
    margin-bottom: 15px;
}

.contenedor-servicio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-servicio img{
    width: 35%;
    box-shadow: 0 0 15px gray;
}

.contenedor-servicio p {
    text-align: justify;
}

.checklist-servicio{
    width: 45%;
    font-size: 1em;
}

.service{
    margin-bottom: 20px;
}

.n-service{
    margin-bottom: 12px;
    color: #9f8ad0;
    font-size: 1.04em;
}

.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;
}

/*.boton {
    padding: 10px;
    background-color: #3498DB;
    font-size: 1em;
    border-radius: 6px;
    color: #fff;
    margin:auto;
    margin-bottom: 15px;
    border: 1px solid #3498DB;
}

.boton:hover {
    background-color: #2e4ead;
    border: 1px solid #2e4ead;
    cursor: pointer;
} */

.gallery{
    background: #f2f2f2;
}

.contenedor-galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;
}

.width-img {
    width: 100%;
    height: 100%;
    border: 10px solid #ffcb20;
    background-color: #ffcb20;
    
}

.img-galeria{
    width: 30%;
    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;
}

.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;
    color: #4360b5;
}

.cont-expert img{
    display: block;
    margin: auto;
    width: 80%;
}

.n-expert{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
}

footer{
    background: #9f8ad0;
    padding-bottom: 0.1px;
}

.footer-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 25px;
}


.contact-us{
    width: 40%;
    color: #fff;
}

.contact-us img {
    width: 40%;
    height: auto;
}

  .contactus{
     text-align: center;
     width: 100%;
     color: #ffffbf;
      margin-top:25px;
    }

.contactus2 {
     text-align: center;
     width: 100%;
     color: #2e4ead;
      margin-top:25px;
    }

.brand{
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 8px;
     color: #2e4ead;
}

.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;
}

.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
}

.line{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 2px;
    background: #fff;
    margin-bottom: 40px;
}

.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;
    }
    
}


@media screen and (max-width: 500px){
    .menu-navegacion{
        width: 65vw;
    }

    .hamburguer{
        top: 20px;
        right: 20px;
    }

    .titulo{
        font-size: 30px;
    }

    .subtitulo{
        font-size: 20px;
    }
    
    .copy {
        font-size: 16px;
    }

    .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;
    }
    
}