#header-nosotros{
	position: relative;
	width: 100%;
	height: 450px;
	background: url(../../img/contacto-header.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 2px solid #0074B6;
	
}

div#icono-titulo {
    width: 80px;
    height: 80px;
    background: url(../../img/icon-contacto.png) no-repeat center center;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -40px;
    top: 95px;
}

#wrapper-nosotros{
	position: relative;
	width: 100%;
	background: #ffffff;
}


div#texto-contenedor-nosotros {
	width: 63%;
	min-height: 700px;
	margin: 0 auto;
	background: #ffffff;
	color: #424242;
}

div#texto-contenedor-nosotros > div {
	height: 500px;
	margin: 75px 0 0 0;
	font-weight: lighter;
	text-align: justify;
}

.texto-nosotros-left strong {
	font-size: 25px;
}

.espaciador-header{
	width: 100%;
	height: 96px;
}

.overlay-nosotros {
	width: 100%;
	height: 100%;
	background: url(../../img/pattern2.png);
	position: absolute;
	top: 0;
	z-index: 5;
	opacity: 0.5;
}

.texto-formulario-left {
	background: #ffffff;
	float: left;
	width: 40% !important;
}

.ul-contact-form {
	background: #ffffff;
	float: right;
	width: 58% !important;
	height: 500px;
	margin-top: 75px;
}

.ul-contact-form li{
	width: 100%;
	height:auto;
	background: #ffffff;
	margin-bottom: 10px;
	position: relative;
}



.ul-contact-form li input[type="text"], .ul-contact-form li select {
	width: 49%;
	height: 40px;
	border: 1px solid #949494;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	outline: none;
}

.ul-contact-form li input[type="text"]:first-child{float: left;}

.ul-contact-form li input[type="text"]:nth-child(2){float: right;}

input.email, input.asunto {
	width: 99.8% !important;
}

.texto-formulario-left strong {
	font-size: 24px;
}

.ul-contact-form li textarea{
	max-width: 99.8%;
	min-width: 99.8%;
	max-height: 190px !important;
	min-height: 190px !important;
	padding: 10px 0 0 10px;
	border: 1px solid #949494;
	box-sizing: border-box;
	outline: none;
} 

.icono-contacto-texto{
	width: 80px;
	height: 80px;
	background: url(../../img/icono-contacto-texto.png) no-repeat center center;
	float: left; 
	margin: 0 15px 0 0;
	border-right: 1px solid #2C7CC5;
}

input.enviar-mensaje-contacto {
	padding: 10px 50px;
	border: 1px solid #0074b7;
	background: #0074b7;
	color: #ffffff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

input.enviar-mensaje-contacto:hover{
	background: #ffffff;
	color: #0074b7;
} 


div#popup-contacto {
  position: fixed;
  z-index: 1000;
  background: #ffffff;
  padding: 20px;
  left: 50%;
  margin-left: -425px;
  top: 50%;
  margin-top: -60px;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
  display: none;
}

@media (max-width: 768px){
	.texto-formulario-left {
		float: none;
		width: 100% !important;
		height: auto !important;
	}
	
	ul.ul-contact-form {
		width: 100% !Important;
		float: none;
		margin-top: 50px;
		padding-bottom: 30px;
	}
	
	input.enviar-mensaje-contacto {
	}

}






div#bg-popup {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 995;
    opacity: 0.6;
    display: none;
}