


.Footer-Izquierda {
    
   width: 40%;
   height: auto;
    padding: 20px;
    margin-top: 50px;
	margin-bottom: 50px;
    border-radius: 5px;
      
}


.Footer-Derecha {
    
   width: 20%;
   height: auto;
   margin-left: 45px;
 
}


.Titulo-Contacto {
    
    font-size: 38px;
    color: #cb2a48; 
    text-align: left;
    font-weight: 600;
    margin-left: 25px;
    font-family: 'Oswald', sans-serif;
}

        
.Texto-Contacto {
    
    font-size: 18px;
    color: #505050; 
    text-align: left;
    padding-left: 30px;
    margin-top: 20px;
	font-family: 'Oswald', sans-serif;
    
}

       

.Titulo-Direccion {
    
    text-align: left;
    padding-left: 30px;
    font-size: 25px;
    margin-top: 96px;
    color: #6c6c6c;
    padding-bottom: 25px;
	font-family: 'Oswald', sans-serif;
    
}


.RedesSociales-Contacto {
    
    float:left;
    padding-left: 30px;
    
}
      


.RedesSociales-Contacto img {
    
    margin-top: -12px;
    padding-right: 10px;
    width: 40px;
    
}



.Direccion-Contacto {
	
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
    font-size: 17px;
    color: #6c6c6c; 
    text-align: left;
    padding-left: 30px;
    line-height: 2px;
    width: 85%;
    margin-top: 60px;
    width: 100%;
    
}



.Direccion-Titulo {
    
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
	margin-bottom: 50px;
	margin-top: -4px;
    
}







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

.BotonFormulario {
    
	margin-top:5px;
	font-size:12px;
	height:40px;
	width:100px;
    color:#393939;
	background-color:transparent;
	border: 1px solid #393939;
	text-align:center;
    padding: 10px;
    display: block;
    border-radius: 5px;
   
    
	
}

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



.Space-Seccion-Contacto {
	
	width: 100%;
	height: 130px;
	
}


.Contacto-Footer {
    
    width: 100%;
    height: 700px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f8f6;
    margin-top: -75px;
    
}




@media (max-width: 1024px) {
    
.Footer-Izquierda {  width: 50%; }
.Footer-Derecha { width: 30%; }


}




@media (max-width: 414px) {
	
.Contacto-Footer {  

    height: 1300px;
    margin-top: -75px;
    
}	

.Footer-Izquierda {
    
   width: 100%;
   padding: 20px;
      
}


.Footer-Derecha {
    
   width: 100%;
   margin-left: 5px;
 
}

        
.Texto-Contacto {
    
    font-size: 18px;
    color: #505050; 
    text-align: left;
    padding-left: 30px;
    margin-top: 20px;
	font-family: 'Oswald', sans-serif;
    
}
      

.Titulo-Direccion {
    
    margin-top: 46px;
    padding-bottom: 25px;
    
}

.Direccion-Contacto { font-size: 14px; }
.Direccion-Titulo { font-size: 17px; }


form {
    
    width: 95%;
    padding-left: 0px;
    
}


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

	
}