.banner-contacto{
  position: relative;
  background: url(../img/banner/contacto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 35vh;
}

.banner-contacto .textoBanner{
	position:absolute;
	font-family: 'Montserrat', sans-serif;
	background: rgba(255,255,255,0.5);
	padding-top: 1rem;
}

.banner-contacto .textoDerecha{
	top:50px; 
	right:50px; 
	text-align:right;
}

.banner-contacto .textoIzquierdo{
	top:50px; 
	left:50px; 
	text-align:left;
	color: #fff;
}

.banner-contacto .textoCentro{
	top:50px; 
	left:50%;
	width:800px; 
	margin-left: -400px;
	text-align:center;
	color: #000;
}



.box-contacto-formulario{
	/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
	padding: 20px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.box-contacto-formulario h4{
	font-family: 'azonix','gotham-bold', sans-serif;
	color: var(--main-bg-color);
}


.contacto-ubicacion{
	background: #efefef;
}

.contacto-img h4{

	font-family: 'azonix','gotham-bold', sans-serif;
	color: var(--secondary-bg-color);

}