*{
    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;*/
    background-image: linear-gradient(to top, rgba(161,140,209,0.40) 0%, rgba(251,194,235,0.40)100%), 
    url(../img/tres.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
     
}

.head{
    text-align: center;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.hamburguer{
    position: fixed;
    /*z-index: 10;*/
    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 a{
    color: #fff;
    margin: 10px;
}


.menu-navegacion {
    position: fixed;
    top: 0;
    right: 0;
    /*width: 20vw;
    height: 30vh; */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    transition: transform .3s ease-in-out;
    transform: translate(110%);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5 ); 
    padding: 20px 50px 20px 50px;
}

/*header:hover .menu-navegacion{
    transform: translate(110%);
}*/
.nav-brand {
    float: left;
    width: 400px;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-collapse: initial ;   
    opacity: 70%;}

.spread{
    transform: translate(0);
}

.menu-navegacion{
    counter-reset: #fff;
    text-decoration: none;   
}

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

.copy{
    /* font-weight: 300;
    font-size: 33px;  */
    text-align: left;
    font-size: 33px;
    font-size: 2vw;
}

/*Nuestro Servicio*/

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

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

}

.contenedor-servicio img{
    width: 40%;
}

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

}

.contenedor-nosotros img{
    width: 20%;
}

.checklist-servicio{
    width: 45%;
}

.service{
    margin-bottom: 20px;
}

.n-service{
    margin-bottom: 7px;
    color: #9f8ad0;
}

.number{
    display: inline-block;
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 30px;
    margin-right: 5px;

}
ul {
    list-style: none; /* Remove default bullets */
  }
  
  ul li::before {
    content: "\2022";  
    color: #9f8ad0;
    font-weight: bold; 
    display: inline-block;
    width: 1em; 
    margin-left: -1em;
  }

.gallery {
    background: #f2f2f2;
}

.contenedor-galeria{
    display: flex;
    justify-content: space-evenly;
    /*flex-wrap: wrap;*/
    position: relative;
}

.img-galeria{
    object-fit: cover;
    width: 30%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.imagen-light{
    position: fixed;
    background: rgba(0, 0, 0, .5 );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%) ;
    transition: transform .2s ease-in-out;
}  

.show{
    transform: translate(0);
}

.agregar-imagen{
    object-fit: cover;
    width: 60%;
    border-radius: 10px;
    transform: scale(0);
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(1);
}
.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
}

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

.cont-expert{
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
}

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

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


/*cards-banner-two*/
.cards-banner-two {
	color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 30px;
    width: 100%;
    height: 450px;
    margin-bottom: 5px;
    background-image: linear-gradient(to top, rgba(161,140,209,0.40) 0%, rgba(251,194,235,0.40)100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background: url('../img/portada2.jpg') no-repeat center center/cover;
    object-fit: cover;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    /*position: relative;*/
    object-fit: cover;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
    }



.cards-banner-two .content {
    font-family: 'Open Sans', sans-serif;
    /*width: 40%;*/
    padding: 40px 0 0 30px;   
    color: black;
	font-weight: bold;
    
}

.cards-banner-two p, 
.cards-banner-two h2 {
    margin: 20px 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}
.contact-us{
    width: 40%;
    color: #fff;
    padding: 90px 0 0 30px;
}
/*Footer*/



footer{
    background: #9f8ad0;
    padding-bottom: 0.1px;
    font-size: 12px;
    text-align: center;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px;
    padding-bottom: 40px;
}
/*News-one*/
.btn-News-one{
    font-family:'Open Sans', sans-serif;
    object-fit: none;
    padding: 30px;
    width: 100vw;
    height: 50vh;     /* 450px;*/
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 90px 0 0 30px;   
}   


.btn-News-one p, 
.btn-News-one h2 {
    font-family:'Open Sans', sans-serif;
    margin: 10px 0 20px 0;
}

.btn-News-one-ubicacion{
    font-family:'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 80px;
}

.brand{
    font-weight: 500;
    font-size: 40px;
}

.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: 60x;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.social-media-icon:hover{
    background: #fff;
    color: #764ba2;
}

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

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

@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;
    }
    .agregar-imagen{
        width: 80%;
    }
    .img-galeria{
        width: 45%;
    }

    .cont-expert{
        width: 80%;
    }

    .footer-content{
        justify-content: center;
    }

    .social-media {
        width: 80%;
        justify-content: space-evenly;
    }
    .social-media-icon{
        margin-left: 0;
    }

    .social-media i {
        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: 30px;
    }

    .agregar-imagen{
        width: 95%;
    }
    .img-galeria{
        width: 95%;
    }

    .social-media{
        width: 100%;
    }

    .contact-us{
        width: 90%;
    }


    
}