
* {
    
	margin:0;
	padding:0;

    text-decoration: none;
	list-style: none;
	
}

@font-face {

  font-family: 'HelThin';
  src: url('../fonts/Fonts/HelveticaNeue.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

@font-face {

  font-family: 'Hel';
  src: url('../fonts/Fonts/HelveticaNeueLTStdBd.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

@font-face {

  font-family: 'HelBold';
  src: url('../fonts/Fonts/HelveticaNeueLTStdBlk.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}


.Contacto {
	
	background: url(../img/portadaEmprende.jpg) 100% 0 no-repeat fixed;
    width: 100%;
	height: 550px;
	background-color: #494b47;
	background-size:cover;
}


.Seccion-Contacto {
    
    width: 100%;
    padding-top: 210px;
	background-color: #fff;
	
}


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


/*

.text-Contacto {
	
	font-family: 'Hel', sans-serif;
	color: #185fa8;
	font-size:55px;
	padding-bottom: 20px;
	text-align: left;
	width: 90%;
	letter-spacing: -1px;
    
}
*/


/*

form {    width: 100%; }




 textarea, input {

	font-size:11px;
	text-align:left;
	font-weight: 600;

		
}
*/


.CNombre, .CEmail {
    
    font-family: 'Roboto', sans-serif;
	font-size: 11px;
	border: 0.5px solid #eaeaea;
    padding: 12px;
	font-weight: 400;

   
}



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


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

}


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



textarea {

   font-family: 'Roboto', sans-serif;
    border: 1px solid #eaeaea;
	margin-top: 20px;
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 12px;
	height: 160px;

}





.BotonFormulario {
    
	margin-top:5px;
	font-size:15px;
	height:40px;
	width:100px;
    color:#fff;
	text-align:center;
    border-radius: 5px; 
  font-family: 'Roboto', sans-serif;
    border: 0px;
    background-color:  #185fa8;
    -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;
	
}


.Boton-Content-Celebre2 {
	
	font-size:15px;
	padding-top: 12px;
	height:40px;
	width:170px;
    color:#fff;
	text-align:center;
    border-radius: 5px; 
     font-family: 'Questrial', sans-serif;
    border: 0px;
    background-color:  #00a246;
    -webkit-transition: all 0.3s;    

}



@media (max-width:414px) {
	
.Seccion-Contacto {
    
    width: 100%;
    padding-top: 210px;
	background-color: #fff;
	
}


.Content-Formulario {
    
   width: 100%; 
   padding-bottom: 135px;   
    
}



.text-Contacto {
	
	font-family: 'Hel', sans-serif;
	color: #185fa8;
	font-size:55px;
	padding-bottom: 20px;
	text-align: left;
	width: 90%;
	letter-spacing: -1px;
    
}



form {    width: 100%; }




 textarea, input {

	font-size:11px;
	text-align:left;
	font-weight: 600;

		
}


.CNombre, .CEmail {
    
    font-family: 'Questrial', sans-serif;
	font-size: 11px;
	border: 0.5px solid #eaeaea;
    padding: 12px;
	font-weight: 400;

   
}



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


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

}


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


textarea {

     font-family: 'Questrial', sans-serif;
    border: 1px solid #eaeaea;
	margin-top: 20px;
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 12px;
	height: 160px;

}




.BotonFormulario {
    
	margin-top:5px;
	font-size:15px;
	height:40px;
	width:100px;
    color:#fff;
	text-align:center;
    border-radius: 5px; 
     font-family: 'Questrial', sans-serif;
    border: 0px;
    background-color:  #185fa8;
    -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;
	
}


}