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

.Seccion-Contacto {
    
    width: 100%;
    height: auto;
    padding-top: 210px;
	background-color: #0f6b23;
	
}


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



.text-Contacto {
    
  font-family: 'Lato', sans-serif;
  color: #75d289;
  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: #75d289;
	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 #208838;
    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 eeffe9;
	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:417px) { 

.Seccion-Contacto {    
	
	padding-top: 180px;
	margin-bottom: -800px;
	
	
	}

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



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

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

}

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



.Back-Tels {
	
	background:url(../img/tels.png) 50% 0 no-repeat;
    background-size:contain;
	height: 30px;
	width: 40px;
	display: inline-block;

}

.Back-Tels2 {
	
	background:url(../img/whatss.png) 50% 0 no-repeat;
    background-size:contain;
	height: 30px;
	width: 40px;
	display: inline-block;

}

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

	
}





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




 textarea, input {

	font-size:14px;
	color:#11a3b8;
	text-align:left;
		
}


.CNombre, .CEmail {
    
    font-family: 'Lato', sans-serif;
	font-size: 12px;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 0.05rem solid #11a3b8;
    line-height: 1.35;
    padding: 0 0 0.2rem;
    outline: 0;
	font-weight: 100;
   
}



.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;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid #11a3b8;
    line-height: 1.35;
    outline: 0;
    padding: 0 0 0.2rem;
    transition: 150ms;
    width: 100%;
	padding-top:40px;
	height:210px; 
	font-weight: 100;
	font-size: 12px;

}


.ContentCentrar-ENVIAR {
    
    text-align: center;
    display: flex;

    justify-content: center;
        
}

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



    
}






