header{
	background-color: #FFFFFF;
}
/***** Contacto *****/
section.contact {
	padding:  3.125vw 3.125vw 5.47vw 3.125vw;
}
.contact .contenedor {
	padding: 4.69vw 5.312vw;
	max-width: 1280px;
	margin: 0 auto;
}
.formulario {
	width: 34.14vw;
	max-width: 25.70em;
}
.contact .contenedor p {
	font-size: 0.823em;
	max-width: 29.29em;
	letter-spacing: 0.071em;
	line-height: 1.76em;
	margin-bottom: 1em;
}
.input label{
	display: none;
}
input#correo, input#tel {
	margin-top: 2em;
} 
.contact .contenedor p.necesario {
	font-size: 0.705em;
	margin-top: 0.83em;
	margin-bottom: 3.33em;
}

.map {
	width: 44.47vw;
	max-width: 518px;
	max-height: 240px;
	height: 18.75vw;
	position: relative;
	overflow: hidden;
}
.geolocation img {
	max-width: 389px;
	width: 30.40vw;
	margin: 2.73vw auto;
}
.geolocation .map img {
	max-width: unset;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: unset;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.contact .contenedor  .direccion {
	font-size: 0.82em;
	font-weight: 400;
	letter-spacing: 0.071em;
	line-height: 1.79em;
	max-width: 20em;
}

/***** conoce *****/
section.conoce{
	padding-bottom: 3.63em;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.conoce h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.941em;
	text-align: center;
	letter-spacing: 0.375em;
	line-height: 1.43em;
	padding-bottom: 1.43em;
	text-transform: uppercase;
}
.content_logos {
	max-width: 64.08em;
	margin: auto 7.42vw;
	padding: 3.125vw 0em;
	border-top: 2px solid #2A2929;
	border-bottom: 2px solid #2A2929;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	
}
.content_logos .neruda {
	max-width: 13.64em;
}
.content_logos .americas {
	max-width: 9.35em;
}
.content_logos .naciones {
	max-width: 14.23em;
}
.content_logos .prevLogo {
	display: none;
}
/******************************* Ajustes Big ******************************/
@media only screen and (min-width: 1280px) {
	
	/***** Contacto *****/
	
	section.contact {
		padding: 40px 40px 70px 40px;
	}
	.contact .contenedor {
		padding: 3.53em 4em;
	}
	.formulario {
		max-width: 25.70em;
	}
	.geolocation img{
		margin: 35px auto;
	}
	/***** conoce *****/
	.content_logos{
		margin: auto 5.58em;
		padding: 2.35em 0em;
	}

}
/***** Ajustes tablet ***/
@media only screen and (min-width: 600px) and (max-width: 992px){
	input#correo, input#tel {
		margin-top: 1em;
	}
	.content_logos .neruda {
		width: 18.12vw;
	}
	.content_logos .americas {
		width: 12.42vw;
	}
	.content_logos .naciones {
		width: 18.90vw;
	}
}

/******************************* Ajustes mobile **************************/
@media only screen and (max-width: 600px) {
	
	/***** Contacto *****/
	section.contact{
		padding:4.847em 0em 4.28em 0em;
	}
	.contenedor.col-2.bg-gray {
		display: block;
		padding: 2.85em 1.71em 0.5em 1.71em;
	}
	.formulario {
		width: 100%;
	}
	.contact .contenedor p {
		font-family: 'Open Sans', sans-serif;
		font-size: 0.86em;
		line-height: 2.08em;
		max-width: 100%;
		margin-bottom: 2.5em;
	}
	.contact .contenedor p.necesario {
		font-size: .86em;
		line-height: 1.41em;
		font-weight: 500;
	}
	.map.bg-white {
		width: 100%;
		max-width: 23.35em;
		max-height: 17.14em;
		height: 17.14em;
		margin-top: 3.57em;
		margin-bottom: 2.64em;
	}
	.geolocation img {
		max-width: 14.42em;
		width: 14.42em;
		margin-bottom: 1.42em;
	}
	section.conoce{
		padding-bottom: 7.63em;
		display: block;
		position: relative;
	}
	.conoce h2{
		max-width: 17.42em;
		margin: 0 auto;
		padding-bottom: 2.3em;
	}
	.contact .contenedor p.direccion{
		line-height: 2.08em;
		margin-bottom: 2.5em;
	}
	.content_logos {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		overflow: hidden;
		height: 15em;
		padding-top: 1.57em;
		padding-bottom: 1.57em;
		border-top: none;
		border-bottom: none;
		width: 23em;
		margin: 0 auto;
	}
	.content_logos .border {
		border-top: 2px solid #2A2929;
		border-bottom: 2px solid #2A2929;
	}
	.neruda.logo {
		/*width: 13.14em;*/
		width: 100%;
		margin: 2em auto;
	}
	.americas.logo {
		/*width: 7.35em;*/
		width: 100%;
		margin: 1.14em auto;
	}
	.naciones.logo {
		/*width: 13.14em;*/
		width: 100%;
		margin: 2em auto;
	}
	.content_logos .prevLogo {
		position: absolute;
		display: inline-block;
		width: 1.71em;
		height: 1.71em;
		bottom: 5em;
	}
	.content_logos .prevLogo.left {
		left: 40%;
		position: absolute;
		bottom: 0em;
	}
	.content_logos .prevLogo.right {
		right: 40%;
		position: absolute;
		bottom: 0em;
	}
	.content_logos .logos {
		position: absolute;
		display: block;
		transform: translateX(100%);
	}
	.logos {
		position: absolute;
		display: block;
		width: 100%;
		transform: translateX(100%);
	}
	.logos.selected {
		transform: translateX(0%);
	}
}
