html, body, ul{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.clear{
	clear: both;
}

h1{
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
}
h3{
	
	font-size: 18px;
	color: #999;
}
h4{
	
	font-size: 21px;
	color: #222;
}


.ajustar-img{
	border: 0px;
	width: 100%;
	
}

	header{
	padding-top: 20px;
	background-image: url("../img/portada.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;

}

#servicios-texto{
text-align: left;

}

#servicios-texto p{
	margin-top: 20px;
	text-align: justify;
	font-size: 15px;

}


@media only screen and (min-width: 931px)  {


#superior{
	background-color: #f58b1d;
	border-bottom: 4px solid #E16A00;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 50px;
	font-size: 13px;
	color: #FFF;
		
	}

#superior a{
	color: white;
	text-decoration: none;
	font-size: 13px;
}

.direccion{
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 15px;
}
.telefono{
	margin-left: 5px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

.redes{
	margin-left: 10px;
	font-size: 18px;
	display: inline-block;
}

.redes i{
	margin-left: 8px;
}

#logo{
	text-align: center;
	width: 100%;
	max-width: 310px;
	height: auto;
	margin-right: auto;
	margin-left: 50px;
}
	
}

@media screen and (max-width : 930px){
	header{
	padding-top: 0px;

}
	
	#superior{
	background-color: #f58b1d;
	border-bottom: 4px solid #E16A00;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	
}
	

.direccion{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}
.telefono{
	display: none;
}

.redes{
	display: none;
}


	
#logo{
	text-align: center;
	width: 100%;
	max-width: 332px;
	min-width: 100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;

}
}


/* MENÚ */


nav li a{
font-family: 'Poppins', sans-serif;
}


#inicio{

}


@media only screen and (max-width: 550px) {	
header{
	
	background-image: url("../img/portada.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	padding-bottom: 50px;
	height: auto;
}
	
#scroll-down{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}


#button-ghost-portada {
 color: white;
 border: 3px solid white;
 font-size: 30px;
 padding: 15px 10px;
 font-weight: normal;
 display: inline-block;
 text-decoration: none;
 min-width: 80px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-top: 50px;
font-family: 'Poppins', sans-serif;
	
}
	
}


@media only screen and (min-width: 551px) {

	#button-ghost-portada {
 color: white;
 border: 3px solid white;
 font-size: 45px;
 padding: 15px 30px;
 font-weight: normal;
 display: inline-block;
 text-decoration: none;
 min-width: 120px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-top: 133px;
font-family: 'Poppins', sans-serif;
	
}
}

@media only screen and (max-width: 800px) {	
	
	h1 {
	width: 15%;
	min-width: 150px;	
 	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left: 4px solid #7b9ba6;
	color: #7b9ba6;
	}
	
	#slider{
	display: none;
	}
	#slider-min{
	display: block;
	}
	
}



@media only screen and (min-width: 801px) {
	
	h1 {
	width: 10%;
	min-width: 150px;
 	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left: 4px solid #7b9ba6;
	color: #7b9ba6;

	}	


	
	#slider{
	display: block;
	}
	
	#slider-min{
		display: none;
	}

	
}

#texto-portada{
	
	text-align: center;
	
}






a { color: white; text-decoration: none; }

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

#iconos-sociales{
	
	float: right;
	margin-left: 20px;
}

#iconos-sociales ul{
	
	
}

#iconos-sociales li a{
	
  padding-left: 4px;
  padding-right: 4px;
	border: none;
}



#iconos-sociales .fa-instagram, #iconos-sociales .fa-facebook{
	color: white;
}

#iconos-sociales .fa-instagram:hover, #iconos-sociales .fa-facebook:hover{
	border:none;
	color: #3B636F;
}

#iconos-nosotros{
	text-align: center;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 75px;
}
#nosotros{
	padding-top: 70px;
	font-size: 16px;
	width: 65%;
	min-width: 300px;
	height: auto;
	margin-bottom: 90px;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: dimgray;
}

#texto-nosotros{
	margin-top: 50px;
	text-align: justify;
}


#servicios{
	background-image: url("../img/servicios.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top;
	padding-top: 250px;
	height: auto;
	
}
#contenedor-servicios{
	width: 80%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#servicios figure{
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin-bottom: 50px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	height: 350px;
	padding-bottom: 15px;
	vertical-align:middle;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#servicios figure:hover{
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin-bottom: 50px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	height: 350px;
	padding-bottom: 15px;
	vertical-align:middle;
	background-color: #E7EDEF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	
}


#servicios figure img{
	max-width: 200px;
}

#servicios figcaption h2{
	margin-top: 10px;
	margin-bottom: 15px;
	color: #7b9ba6;
	font-size: 17px;
	text-align: center;
}

#servicios figcaption{
	margin-top: 25px;
	font-size: 14px;
	color: dimgray;
	text-align: center;
	margin: 5px;

}

#servicios figcaption p{
	
	text-align: center;

}



.fa-envelope, .fa-whatsapp, .fa-map-marker-alt, .fa-facebook, .fa-instagram{
    color: #7b9ba6;
}


#down{
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* FLOATING WHATSAPP */


@media only screen and (max-width: 500px)  {
	
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}


}


@media only screen and (min-width: 501px)  {
	

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}


}


.my-float{
	margin-top:16px;
	color: white;
}


#ubicacion{
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 142px 15px -137px rgba(0,0,0,0.26);
	-moz-box-shadow: inset 0px 142px 15px -137px rgba(0,0,0,0.26);
box-shadow: inset 0px 142px 15px -137px rgba(0,0,0,0.26);
	margin: 0;
}





#contacto{
	height: auto;
	padding-top: 50px;
	padding-bottom: 80px;
}

#contacto form{
	margin-top: 100px;
}

#contacto input{
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;

}

#info-contacto{
	font-size: 21px;
	color: #555;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}




@media only screen and (max-width: 700px)  {
	
#info-contacto span{
	display: inline-block;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}
#telefono-contacto a{
	font-size: 33px;
}
	.fa-whatsapp{
		font-size: 33px;
	}

}


@media only screen and (min-width: 701px)  {
	

#info-contacto span{
	display: inline-block;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;


}


}
#info-contacto span a{
	text-decoration: none;
	color: #555;

}
#telefono-contacto{
	font-size: 38px;
}





* {
	margin: 0px; 
	padding: 0px; 
}




/* FORMULARIO RESPONSIVE */

form{
	text-align: center;
}

input{
	width: 80%;
	max-width: 700px;
	padding: 25px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #555;
	font-family: 'Roboto', sans-serif;
	outline:0px;
	border: 0;
}

textarea{
	width: 80%;
	height: 100px;
	max-width: 700px;
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #555;
	border-left: 1px solid #ccc;

}

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



footer{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #415961;
	border-top: 4px solid #7b9ba6;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	width: 100%;
	position: absolute;

}


/* ENVIADO */


#logo-enviado{
	width: 50%;
	max-width: 250px;
	min-width: 100px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#texto-enviado{
	width: 50%;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    font-family: 'Poppins', sans-serif;
	padding: 10px;
	color: #fff;
}

#texto-enviado h2{
	font-size: 21px;
	font-weight: 500;
}
        


        
