
* {
    
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;
	
}

.Seccion-Contacto {
    
	background:url(../img/manos.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	padding: 90px;
	height: auto;
	width: 100%;
	
}


.Content-Formulario {
    
   width: 50%; 
   padding-top: 35px; 
    
}


.text-Contacto {
    
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
    
}


.Cont-Gral-Tels  {   width: 100%; }

.Contenido-Telefonos {
	
	width: 50%;
	height: 20px;
	display: inline-block;
	margin-top: 20px;
	
}



.Title-Contacto {
    
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #fff;
	font-weight: 300;
	vertical-align: middle;
	margin-top: -20px;
	display: inline-block;
}



form {
    
    padding-top: 0px;
    width: 100%;
    vertical-align: top;
    
}




 textarea, input {

	font-size:14px;
	text-align:left;
	font-weight: 600;
	border-radius: 3px;
		
}


.CNombre, .CEmail {
    
    font-family: 'Lato', sans-serif;
	font-size: 12px;
	border-radius: 5;
	border: 1px solid #18397d;
    padding: 12px;
	font-weight: 400;

   
}



.CNombre { 
    
	 width: 100%;
     margin-top: 20px;
}


.CEmail {
    
    width: 100%;
    float:right;
    margin-top: 20px;

}


::-webkit-input-placeholder { color: #11a3b8; } /* WebKit */
::-moz-placeholder { color: #11a3b8; } /* Firefox 19+ */


textarea {

    font-family: 'Lato', sans-serif;
    border: 1px solid #18397d;
	margin-top: 40px;
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 50px;
	padding: 12px;
	height: 220px;

}


.Boton-Whatss-Contacto {
	
	width: auto;
	height: auto;
	background-color: #166f25;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	padding: 8px;
	margin-top: 30px;
	font-weight: 300;

}



.BotonFormulario {
    
	margin-top:5px;
	font-size:15px;
	height:40px;
	width:100px;
    color:#fff;
	text-align:center;
    border-radius: 5px; 
    font-family: 'Lato', sans-serif;
    border: 0px;
    background-color:  #11a3b8;
    -webkit-transition: all 0.3s;    
	font-weight: 600;
}



.BotonFormulario:hover {
	
    background-color:  #474747;
	text-align:center;
	color:#fff;
	font-weight:700;
    -webkit-transition: all 0.4s;
	
}




@media (max-width:514px) { 
	

.Seccion-Contacto {
    
	background:url(../img/manos.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	padding: 20px;
	height: auto;
	width: 100%;
	
}


.Content-Formulario {
    
   width: 90%; 
   padding-top: 35px; 
    
}


.text-Contacto {
    
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
    
}


.Cont-Gral-Tels  {   width: 100%; }

.Contenido-Telefonos {
	
	width: 90%;
	height: 20px;
	display: inline-block;
	margin-top: 20px;
	
}



.Title-Contacto {
    
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #fff;
	font-weight: 300;
	vertical-align: middle;
	margin-top: -20px;
	display: inline-block;
}



form {
    
    padding-top: 0px;
    width: 100%;
    vertical-align: top;
    
}




 textarea, input {

	font-size:14px;
	text-align:left;
	font-weight: 600;
	border-radius: 3px;
		
}


.CNombre, .CEmail {
    
    font-family: 'Lato', sans-serif;
	font-size: 12px;
	border-radius: 5;
	border: 1px solid #18397d;
    padding: 12px;
	font-weight: 400;

   
}



.CNombre { 
    
	 width: 100%;
     margin-top: 20px;
}


.CEmail {
    
    width: 100%;
    float:right;
    margin-top: 20px;

}


::-webkit-input-placeholder { color: #11a3b8; } /* WebKit */
::-moz-placeholder { color: #11a3b8; } /* Firefox 19+ */


textarea {

    font-family: 'Lato', sans-serif;
    border: 1px solid #18397d;
	margin-top: 40px;
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 50px;
	padding: 12px;
	height: 220px;

}


.Boton-Whatss-Contacto {
	
	width: auto;
	height: auto;
	background-color: #166f25;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	padding: 8px;
	margin-top: 30px;
	font-weight: 300;

}



.BotonFormulario {
    
	margin-top:5px;
	font-size:15px;
	height:40px;
	width:100px;
    color:#fff;
	text-align:center;
    border-radius: 5px; 
    font-family: 'Lato', sans-serif;
    border: 0px;
    background-color:  #11a3b8;
    -webkit-transition: all 0.3s;    
	font-weight: 600;
}



.BotonFormulario:hover {
	
    background-color:  #474747;
	text-align:center;
	color:#fff;
	font-weight:700;
    -webkit-transition: all 0.4s;
	
}

	

    
}



