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

.Contacto {
	
	width: 100%;
	height: 750px;
	background:url(../img/FContacto.jpg) 50% 10% no-repeat  ;
	background-size:cover;
	background-repeat:no-repeat;
    background-position:  center;

}


.VeloContacto {
	
	width: 100%;
	height: 750px;
	background-color: rgba(0,0,0,0.8);

}


.Content-Formulario {
    
   display: inline-block;
    padding-top: 75px;
    width: 60%;
}

    


.text-Contacto {
    
  font-family: 'Oswald', sans-serif; 
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-left: 30px;
  text-align: left;
  padding-left: 70px;
  margin-bottom: 5px;
  width: 100%;
  padding-top: 80px;

    
}


.Title-Contacto {
    
    font-family: 'Oswald', sans-serif;
    padding-left: 70px;
    font-size: 20px;
    color: #fff;
	width: 100%;
}




form {
    
    padding-top: 0px;
    width: 80%;
    vertical-align: top;
    padding-left: 70px;
    
}




 textarea, input {

	font-size:16px;
	color: #fff;
	text-align:left;
		
}


.CNombre, .CEmail {
    
    font-family: 'Oswald', 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;
	
   
}



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


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

}


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


textarea {

    font-family: 'Oswald', 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; 

}


.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: 'Oswald', 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:420px) { 


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



    
}






