
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root{
	scroll-behavior: smooth;
}

body{
	font-family: 'Open Sans', sans-serif;
	user-select: none;
}
.contenedor{
	width: 100%;
	max-width: 1250px;
	overflow: hidden;
	margin: auto;
	padding: 60px 0;
}
header{
	background-image:url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    width: 100%; 
    height: 100vh; 
}
#particles-js {
    background: rgb(189, 187, 174); 
    position:absolute; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    z-index: 1; 
    mix-blend-mode: multiply;
}
.head{
	text-align: center;
	padding: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: rgb(255, 255, 255);
}

.hamburguer{
	position: fixed;
	z-index: 10;
	top: 30px;
	right: 30px;
	background:  #ffffff ;
	height: 40px;
	width: 40px;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 0 6px rgb(0, 0, 0, .5);
	filter: brightness(80%); 
}

.menu-navegacion{
	position: fixed;
	top: 0;
	right: 0;
	width: 14vw;
	height: 100%;
	z-index: 2; 
	background: rgb(126,174,0);
	background: linear-gradient(90deg, rgba(126,174,0,1) 15%, rgba(178,185,7,1) 50%, rgba(126,174,0,1) 84%);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	transition: transform .3s ease-in-out;
	transform: translate(110%);
	box-shadow: 0 0 6px rgb(0, 0, 0, .5);
    filter: brightness(85%); 
}
.spread{
	transform: translate(0);
}

.menu-navegacion a{
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
	font-style: italic;
}

.titulo{
	font-size: 65px;
	margin-bottom: 15px;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

.copy{
	font-weight: 350;
	font-size: 45px;
	font-style: italic;
}

.subtitulo{
	text-align: center;
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
	font-size:60px;
	font-family:Georgia, 'Times New Roman', Times, serif
}

.contenedor-servicio{
	display: flex;
	justify-content: space-evenly; 
	align-items: center;
	flex-wrap: wrap; 
	font-size:20px;
}

.contenedor-servicio img{
	width: 42%;
	margin-bottom: 15px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.checklist-servicio{ 
	width: 45%;
}

.service{ 
	margin-bottom: 20px;
}

.gallery{
	background: rgb(255, 255, 255);
} 

#figure{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

#maps{
	border-radius: 5px;
	margin: 15px;
	margin-bottom: 15px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.contenedor-galeria{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;

}

.img-galeria{
	object-fit: cover;
	width: 30%;
	display: block;
	margin-bottom: 15px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	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: 30%; 
	border-radius: 10px;
	transform: scale(0); 
	transition: transform .3s .2s;
}

.showImage{
	transform: scale(1);
}


.close{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.experts{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.cont-experts{
	width: 30%;
	text-align: center;
	margin-bottom: 20px;
}

.cont-experts img{
	width: 80%;
	display: block;
	margin: auto;
}

.n-expert{
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	font-weight: 400;
}

footer{
	background: #7eae00;
	padding-bottom: 0.1px;
	
}

.footer-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 10px;
	
}

.contact-us{
	width: 40%;
	color: #ffffff;

}

.brand{
	font-weight: 500;
	font-size: 45px;
}

.brand+p{
	font-weight: 500;
}

.social-media{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
/*FACEBOOK ICON*/
.social-media-icon{
	display:inline-block;
	margin-left: 60px;
	width: 60px;
	height: 60px;
	border: 1px solid #FFFF;
	border-radius: 50%;
	text-align: center;
	color:#ffffff;
}

.social-media-icon:hover{
	background:  #0c64fc;
	color:#ffffff;
}

.social-media-icon i{
	font-size: 30px;
	line-height: 60px;

}
/*WHATSAPP ICON*/
.social-media-icon-w{
	display:inline-block;
	margin-left: 60px;
	width: 60px;
	height: 60px;
	border: 1px solid #FFFF;
	border-radius: 50%;
	text-align: center;
	color:#ffffff;
}

.social-media-icon-w:hover{
	background:#04d454;
	color:#ffffff;
}

.social-media-icon-w i{
	font-size: 30px;
	line-height: 60px;
}

.line{
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
	height: 1.5px;
	background: #ffffff;
	margin-bottom: 60px;
}

.logo {
	position: absolute;  
    top: 25px; 
    left: 5px; 
    width: 100px;
    height: auto;
	display: none;
}


@media (max-width: 768px) {
    .logo {
        width: 110px;
		display: block;
    }
}

@media screen and (max-width:800px) {
	 .menu-navegacion{
		width: 50vw;
		text-align: center;
		font-size: 5px;
		font-style: italic;
	 }
	 .titulo{
		font-size: 40px;
	 }

	 .contenedor-servicio img {
		width: 90%;
		margin-bottom: 35px;
	 }
 
	 .checklist-servicio{
		width: 90%;
	 }

	 .service{
		margin-bottom: 10px;
	 }

	 .agregar-imagen{
		width: 45%;
	 }

	 .img-galeria{
		width: 45%;
	 }

	 .cont-experts{
		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: 45vw;
	}

	.hamburguer{
		top: 20px;
		right: 20px;
	}

	.titulo{
		font-size: 30px;
	}
	.copy{
		font-size: 20px;
	}

	.subtitulo{
		font-size: 35px;
	}
	.agregar-imagen{
		width: 95%;
	}

	.img-galeria{
		width: 95%;
	}

	.social-media{
		width: 100%;
	}

	.contact-us{
		width: 90%;
	}
	#maps{
		width: 90%;
	}
	.contenedor-servicio{
		font-size: 20px;
	}
}

