@import	url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*{
	scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff; 
}
/*HEADER*/
header {
    background-color: #335C26;
    height: 80px;
    display: flex;
    align-items: center;
    position: fixed;
    justify-content: center;
    width: 100%;
    z-index: 1;
}
.close-btn img{
	display: none;
}

.menu-btn img{
	display: none;
}
.menu2{
	display: none;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0; 
    padding: 0; 
}

nav ul li {
    margin: 0 30px; 
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.logo {
    background-color: rgba(255, 255, 255, 0.8); /* Fondo blanco para el logo */
    padding: 10px;
    display: flex;
    align-items: center;
    z-index: 1; /* Para que el logo esté sobre el banner */
    height: 120px;
    width: 125px;
    justify-content: center;
	transition: 1s ease-in-out;
}

.logo img {
    max-height: 110px; /* Tamaño máximo de la imagen */
}

/*END OF HEADER*/

/*BANNER*/
.banner
{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background:url(../IMG/banner.jpg);
	background-size: cover;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

.banner .content
{
	text-align: center;
}

.banner .content .title
{
	color: #ffffff;
	font-size: 50px;
}

.subtitle{
    color: #ffffff;
    font-weight: 600;
    padding: 0 35px;
}

.button
{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 30px;
	border-radius: 200px;
	font-weight: bold;
	background: #fcfcfc;
	color: #171A15;
	border: 2px solid #171A15;
	cursor: pointer;
	margin-top: 20px;
	transition:1s;
}

.button2{
    display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 30px;
	border-radius: 200px;
	font-weight: bold;
	background: #171A15;
	color: #fff;
	cursor: pointer;
	border: none;
	margin-top: 20px;
	transition:1s;
}

/*
.button:hover
{
	background: #fcfcfc;
	color: #171A15;
	border: 2px solid #171A15;
}
*/

/*Start About Us*/
.about{
    width: 100%;
	height: 100vh;
}

.space{
    width: 100%;
    height: 10px;
    background-color: #171A15;
}

.float{
	max-width: 50%;
	height: auto;
	position: relative;
	bottom: 60px;
	margin: 0 auto;
}

.content-float
{
	display: flex;
	justify-content: center;
}

.box-float 
{
    position: relative;
	max-width: 33.3%;
    text-align: center;
	padding: 10px;
	background-color: #4F8E3A;
}

.box-float2{
	background-color: #335C26 !important;
}


.img-float
{
	width: 45%;
    height: auto;
    margin: auto;
}

.img-float img{
    width: 100%;
    height: auto;
}


.desc-float
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.subtitle-float{
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
}



.container 
{
	background: #ffffff;
	padding: 0 50px;
	position: relative;
	bottom: 25px;
}
.row 
{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.row .col150
{
	position: relative;
	width: 48%;
	padding: 0 20px;
}


.titletext
{
	color: #171A15;
	font-size: 2em;
	margin: 0;
	font-weight: 700;
}


.row .col150 .imgBx
{
position: relative;
height: 100px;
width: auto;
/*min-height: 300px;*/
padding: 100px;
}

.row .col150 .imgBx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.row .col150 p 
{
	color: #000;
	font-weight: 300;
	text-align: justify;
	margin: 0;
}

.showmore{
    font-size: 20px;
    color: #4F8E3A;
    font-weight: 500;
    text-decoration: none;
  
}


/*Benefits*/
.benefits{

	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background:url(../IMG/innocuus3.jpg);
	background-size: cover;

}

.container-benefits{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 5px 0;
}

.title
{
	text-align: center;
	padding: 20px;
}

.content-benefits
{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin-top: 20px;
}

.box 
{
    position: relative;
	width: 280px;
	margin: 20px;
    text-align: center;
}


.img-benefits
{
	width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 2px solid #4F8E3A;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}

.img-benefits img{
    width: 50%;
    height: auto;
}


.desc 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.subtitle-benefits{
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.desc p
{
	font-size: 13px;
}

/*start services*/
.services{

	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;

}

.container-services{
    width: 100%;
    height: auto;
    background-color: #4F8E3A;
    padding: 5px 0;
}

.title
{
	text-align: center;
	padding: 20px;
}

.content-services
{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin-top: 20px;
}

.box 
{
    position: relative;
	width: 280px;
	margin: 20px;
    text-align: center;
}

#titletext{
	color: #ffffff !important;
}

.img-services
{
	width: 150px;
    height: 150px;
    border-radius: 100%;
	border: 2px solid #ffffff;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}

.img-services img{
    width: 50%;
    height: auto;
}

.desc-services p
{
	font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
/*CONTACT*/
.contact{
    width: 100%;
    height: auto;
}

.contact-content
{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
    
}

.contact-box
{
	width: 40%;
	margin: 20px;

}
.contact-inf
{
	display: inline-flex;
	width: 100%;
	margin: 30px 0;
}

.contact-box .imgBx
{
	display: flex;
	position: relative;
	width: 40px;
	height: 40px;
	transition: 1.5s ease-in-out;
}

.contact-box .imgBx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease-in-out;
}

.contact-box .imgBx img:hover 
{
	cursor: pointer;
	transform: translateY(-10px);
}

.contact-box .text
{
	padding: 0 0px 0 25px;
}

.contact-box .text a
{
	font-weight: 800;
	color: #171A15;
    text-decoration: none;
    font-size: 20px;
}


.contact-box form input 
{
	display: block;
	margin: 10px 0;
	border-radius: 10px;
    border: 1px solid #335C26;
    padding: 5px;
    width: 50%;
}


.contact-box form textarea 
{
	display: block;
	margin: 10px 0;
	min-width: 50%;
	max-width: 50%;
	min-height: 70px;
	max-height: 70px;
	padding: 8px;
	font-size: 15px;
    border-radius: 10px;
    border: 1px solid #335C26;
    padding: 5px;

}

.btn-enviar
{
	font-size: 15px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #4F8E3A;
    background-color: #4F8E3A;
    color: #ffffff;
}
.btn-enviar:hover 
{
	cursor: pointer;
}



/*Footer*/
footer{
    width: 100%;
    max-height: 350px;
}
.footer-content
{
	display: flex;
	justify-content: center;
    background-color: #335C26;
}

.footer-box
{
	width: 40%;
	margin: 20px;

}

.footer-img{
    width: 150px;
    height: auto;
}

.footer-img img{
    width: 100%;
    height: 100%;
}
.footer-inf
{
	display: inline-flex;
	width: 100%;
	margin: 5px 0;
}

.footer-inf a
{
	color: #ffffff;
    text-decoration: none;
}
.footer-box .imgBx
{
	display: flex;
	position: relative;
	width: 25px;
	height: 25px;
}

.footer-box .imgBx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.footer-box .text
{
	padding: 0 0px 0 25px;
}

.footer-box .text a
{
	font-weight: 700;
	color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.sticky .logo{
	height: 60px;
	transition: 1s ease-in-out;
}



@media(max-width: 940px){
	.menu-btn img{
		display:block;
		width: 30px;
    	height: 30px;
    	filter: invert(1);
	}
	header{
		padding: 0 25px;
		justify-content: space-between;
		position: fixed;
	}

	nav ul {
		list-style: none;
		display: block;
		margin: 0; 
		padding: 0; 
	}
	.logo{
		margin-right: 50px;
	}
	.menu-btn{
		padding-left: 50px;
	}
	nav ul li a {
		text-decoration: none;
		color: white;
		font-size: 18px;
		padding: 15px;
	}
	.menu2{
		display: block;
	}
	nav{
		display: none;
	}
	header .menu2
	{
		position: fixed;
    	background: #171A15;
    	height: auto;
		width: 20%;
    	top: 0;
    	left: -120%;
    	padding: 80px 0 0 0;
    	transition: 1.0s;
    	transition-property: left;
    	z-index: 10;
	}

	header .btn 
	{
		display: block;
	}
	.close-btn img{
		display: block;
	}
	header .btn img 
	{
		width: 30px;
		height: 30px;
		filter: invert(1);
	}
	
	header .menu2.active
	{
	  left: 0%;
	  width: auto;
  }
  header .menu2 .close-btn
  {
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;
	padding: 15px;
	display: inline-flex;
	width: 70%;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  }

  .row{
	display: block;
  }
  .row .col150 {
    width: 100%;
	}

	.about {
    	height: auto;
	}

	.contact-box form input {
		width: 90%;
	}

	.contact-box form textarea {
		min-width: 90%;
		max-width: 90%;
	}


}

@media(max-width: 750px){
	.float {
		max-width: 75%;
	}

}

@media(max-width: 574px){
	.logo img {
		max-height: 85px;
	}
	.logo {
		height: 60px;
	}
	
	/*

	*/
	.footer-content {
		display: block;
	}

	.contact-content {
		flex-wrap: wrap;
	}

	.contact-box {
		width: 80%;
		margin: auto;
	}

	.footer-box {
		width: 80%;
		margin: 20px auto;
		padding-top: 10px;
	}
	.subtitle-float {
		font-size: 12px;
	}

	.row .col150 .imgBx {
		padding: 30px;
	}

}
