@charset "utf-8";
/* CSS Document */


/* Generales */


.Contacto {
	
	background:url(../img/Usadas/Contacto-Fondo.png) 100% 0 no-repeat fixed;
    background-size: cover;
	width: 100%;
	height:auto;


}

.Formulario {
	
	width: 60%;
	margin-top: 90px;
	margin-bottom: 90px;

}


.Titulo-Formulario {
	
	font-family: 'ITC', sans-serif;
	font-size: 55px;
	margin-top: 50px;
	color: #fff;

}




form {
    
    padding-top: 0px;
    width: 90%;
    margin-top: 15px;
    
}




.CNombre, .CEmail {
    
    padding: 15px;
    border-radius: 10px;
    border: 0.5px solid #393939;
    
}



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


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

}



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



textarea {

    width: 100%;
    margin-top: 20px;
	padding:15px;
	height:210px;
    border-radius: 10px;
    border: 0.5px solid #393939;
    

}



.ContentCentrar-ENVIAR {
    
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        
}

.BotonFormulario1 {
	
    font-family: 'Roboto Condensed', sans-serif;
	margin-top:5px;
	font-size:17px;
	height:40px;
	width:100px;
    color:#fff;
	background-color:transparent;
	border: 1px solid #fff;
	text-align:center;
    padding: 10px;
    display: block;
    border-radius: 5px;
   
    
	
}

.BotonFormulario:hover {
	
	background-color:#FFF;
	border: 2px solid #37BC8C;
	text-align:center;
	color:#fff;
	font-weight:700;
    -webkit-transition: all 0.4s;
	
}






@media (max-width:414px) { 


.Contacto {
	
	background:url(../img/Usadas/Contacto-Fondo.png) 100% 0 no-repeat fixed;
    background-size: cover;
	width: 100%;
	height:auto;


}

.Formulario {
	
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;

}


.Titulo-Formulario {
	
	font-family: 'ITC', sans-serif;
	font-size: 35px;
	margin-top: 20px;
	color: #fff;

}




form {
    
    padding-top: 0px;
    width: 90%;
    margin-top: 15px;
    
}




.CNombre, .CEmail {
    
    padding: 15px;
    border-radius: 10px;
    border: 0.5px solid #393939;
    
}



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


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

}



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



textarea {

    width: 100%;
    margin-top: 20px;
	padding:15px;
	height:210px;
    border-radius: 10px;
    border: 0.5px solid #393939;
    

}



.ContentCentrar-ENVIAR {
    
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        
}

.BotonFormulario1 {
	
    font-family: 'Roboto Condensed', sans-serif;
	margin-top:5px;
	font-size:13px;
	height:40px;
	width:100px;
    color:#fff;
	background-color:transparent;
	border: 1px solid #fff;
	text-align:center;
    padding: 10px;
    display: block;
    border-radius: 5px;
   
    
	
}

.BotonFormulario:hover {
	
	background-color:#FFF;
	border: 2px solid #37BC8C;
	text-align:center;
	color:#fff;
	font-weight:700;
    -webkit-transition: all 0.4s;
	
}


}

