html, body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	
}
.ajustar-img{
	width: 100%;

}
.ajustar-img-clientes{
	width: 100%;
	max-width: 474px;

}
.ajustar-img-enviado{
	width: 100%;
	max-width: 110px;

}
.clear{
	clear: both;
}


#galeria-asesoramiento{
	background-color:black;
	padding: 20px;

}

#galeria{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	margin-bottom: 200px;
}

#galeria h2{
	text-align: center;
	margin: 0px auto 120px auto;
}
.clientes{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.clientes p{
	margin-top: 80px;
	text-align: justify;
	color: gray;
	
}
#inicio p{
	margin: 0px;
	position: relative;
	top: 45%;
	transform: translate(0,-50%);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: white;
  }



@media (min-width: 1200px) {
	#inicio{
		background-image: url("../img/fondo.webp");
		height: 83vh;
		width: 100%; 
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	  
	.texto-animado {
		font-weight: 900;
		font-size: 3em;
	  }

	  .lord-icon{
		position: relative;
		top: 55%;
		text-align: center;
	  }
}

@media (max-width: 1199px) {
	#inicio{
		background-image: url("../img/fondo.webp");
		height: 450px;
		width: 100%; 
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	  
	.texto-animado {
		font-weight: 900;
		font-size: 2.5em;
	  }

	.lord-icon{
		position: relative;
		top: 55%;
		text-align: center;
	 }

	}


	@media (max-width: 950px) {

		.texto-animado {
			font-weight: 900;
			font-size: 1.8em;
		  }
	
		.lord-icon{
			position: relative;
			top: 55%;
			text-align: center;
		 }
	
		}

		@media (max-width: 650px) {

			.texto-animado {
				font-weight: 900;
				font-size: 2em;
			  }
		
			.lord-icon{
				position: relative;
				top: 55%;
				text-align: center;
			 }
		
			}
	



h1{
	font-size: 21px;
	background-color:darkcyan;
	color: white;
	max-width: 500px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 80px;
}


h2{	color: black;}


#contenido{
	height: auto;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	margin-top: 150px;
	margin-bottom: 100px;
	font-size: 15px;
}

#contenido h2{
	margin-top: 70px;
	margin-bottom: 33px;
	font-size: 25px;
}
#contenido h2 i{
	margin-right: 15px;
	font-size: 40px;
    position: relative;
    top: 6px;
    left: 5px;
}
#contenido ul{
	list-style: none;
}

#contenido ul{
	margin:0px;
	padding:0px;

}

#contenido li{
	margin-bottom: 5px;

}

#contenido li i{
	font-size: 16px;
	color: darkcyan;
	margin-right: 8px;
}

#nosotros{
	padding-top: 150px;
	margin-bottom: 190px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	
}

.img-circular{
	border-radius:50%;
}

#img-nosotros{
flex:20%;
margin-top: 15px;
}

#texto-nosotros{
flex: 80%;
padding-left: 45px;
text-align: justify;

}

#descripcion-previa{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#texto{
font-size: 15px;
}

@media only screen and (max-width: 801px)  {

#inicio p{
		margin: 0px;
		position: relative;
		top: 40%;
		transform: translate(0,-50%);
		text-align: center;
		font-family: 'Poppins', sans-serif;
		color: white;
}
	 
	  


	h1{
		font-size: 16px;
		background-color:darkcyan;
		color: white;
		overflow: hidden;
		padding: 15px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 0px;
	}
	
#nosotros{
	padding-top: 100px;
	margin-bottom: 70px;
	flex-direction: column;
}	


#texto-nosotros{
	margin-top: 25px;
	padding-left: 0px;
	
}

#texto-nosotros h2{
	text-align: center;
	font-size: 25px;
	margin-bottom: 35px;
	
	}



	#contenido{
		height: auto;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 50px;
		margin-top: 150px;
		margin-bottom: 50px;
		font-size: 15px;

		
	}
	
	#contenido h2{
		margin-top: -80px;
		margin-bottom: 50px;
		font-size: 25px;
		text-align: center;
	}
	#contenido h2 i{
		display: block;
		margin-bottom: 33px;
		font-size: 55px;
	
	}
	
	#contenido li{
		margin-bottom: 25px;
	
	}

#servicio{
	margin: 10px 0 10px 0;


	}
	
}




#contacto{
	padding-top: 10px;
	background-color: #eee;

}

#contacto h2{
	font-size: 45px;
	color:#3f4148;
	max-width: 500px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 120px;
}
#contacto input{
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;

}

#info-contacto{
	color: white;
	font-size: 14px;
	text-align: center;
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 35px;
	background-color:darkcyan;



}

#info-contacto span div{

	margin-bottom: 10px;
}
#info-contacto span a{
	text-decoration: none;
	color: white;
	

}




@media only screen and (min-width: 801px)  {
	

#info-contacto span{
	display: inline-block;
	padding: 10px;

	color: white;
	font-size: 18px;
}

#info-contacto span div{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

#info-contacto em{
font-size: 21px;
margin-right: 5px;
}


#info-contacto span a{
	text-decoration: none;
	color: white;
	

}

}






/* FORMULARIO RESPONSIVE */

form{
	text-align: center;
}

input{
	width: 80%;
	max-width: 700px;
	padding: 25px;
	margin-bottom: 10px;
	font-size: 18px;
	color: black;
	background-color: #eee;
	font-family: 'Poppins', sans-serif;
	outline:0px;
	border: 0;

}

textarea{
	width: 80%;
	height: 100px;
	max-width: 700px;
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #555;

}

.submit{
	width: 80%;
	max-width: 300px;
	background-color: #433F40;
	outline: 0;
	border: 0px;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	font-size: 16px;
}

.submit:hover{
	background-color: #555;
}



.pie{

	width: 100%; 
}


footer{
	padding: 50px;
	text-align: center;
	background-color: black;
	color: white;
}








/* ENVIADO */


#logo-enviado{
	width: 100%;
	max-width: 250px;
	min-width: 100px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#texto-enviado a{
	color: black;
	text-decoration: none;
	padding: 10px;
	background-color: white;

}

#texto-enviado a:hover{
 background-color: sandybrown;
}

#texto-enviado{
	width: 50%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px;
	color: #fff;
}

#texto-enviado h2{
	font-size: 21px;
	font-weight: 500;
	color: white;
}
        
::selection {
    background: black;
    color: white;
}


/* WHATSAPP */


@media only screen and (max-width: 800px)  {
	.whats-float {
		position: fixed;
		transform:translate(108px,0px);
		bottom:0;
		right:0;
		width:150px;
		overflow: hidden;
		background-color: #25d366;
		color: #FFF;
		border-radius: 4px 0 0 4px;
		z-index: 10;
		transition: all 0.5s ease-in-out;
		vertical-align: middle
	}

	.contenido{
		margin-bottom: 100px;
	}
}

@media only screen and (min-width: 801px)  {
	.contenido{
		margin-bottom: 100px;
	}
	.whats-float {
		position: fixed;
		transform:translate(108px,0px);
		top:50%;
		right:0;
		width:150px;
		overflow: hidden;
		background-color: #25d366;
		color: #FFF;
		border-radius: 4px 0 0 4px;
		z-index: 10;
		transition: all 0.5s ease-in-out;
		vertical-align: middle
	}
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}