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

.Contacto {
	
	width: 100%;
	height: auto;
background-color :#002351;
	padding-bottom: 40px


}


.VeloContacto {
	
	width: 100%;
	height: 750px;
/*	background-color: rgba(0,0,0,0.4);*/
	background-color: brown;

}


.Content-Formulario {
    
   display: block;
    padding-top: 75px;
    width: 60%;
/*
	 text-align: center;
	align-content: center;
*/
	
}

   
.text-Contacto {
    
  font-family: "Poppins", sans-serif;
  color: #96b53e;
  font-size: 45px;
  font-weight: bold;
  padding-left: 30px;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
  padding-top: 80px;

    
}


.Title-Contacto {
    
    font-family: "Poppins", sans-serif;
    padding-left: 70px;
    font-size: 20px;
    color: #96b53e;
	width: 100%;
	text-align: center
	
}

.Title-Contacto  p { height: 23px }



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




 textarea, input {

	font-size:16px;
	color: #fff;
	align-content: center
		
}


.CNombre, .CEmail {
    
   font-family: "Poppins", sans-serif;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 0.05rem solid #fff;
    line-height: 1.35;
    padding: 0 0 0.2rem;
    outline: 0;
	
	align-content: center
	
}



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


.CEmail {
    
    width: 100%;
      text-align: center;
    margin-top: 20px;

}


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


textarea {

   font-family: "Poppins", sans-serif;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid #fff;
    line-height: 1.35;
    outline: 0;
    padding: 0 0 0.2rem;
    transition: 150ms;
    width: 100%;
	padding-top:40px;
	height:210px; 
	  text-align: center;

}


.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: "Poppins", sans-serif;
    border: 0px;
    background-color:  #11a3b8;
    -webkit-transition: all 0.3s;    
	
}



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




@media (max-width:428px) { 


.Content-Formulario { width: 90%; }
  
.Imagen-Formulario { height:auto; }

.text-Contacto {
    
  font-size: 25px;
  padding-left: 0px;
  margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
    
}


.Title-Contacto {

    padding-left: 0px;
    font-size: 14px;
    padding-right: 20px;
	padding-left: 20px;
    
 }


form {
    
    width: 100%;
    padding-left: 20px;
    
}



    
}






