.bg-brown-strong.small-margin {
	display: none;
}
footer.container{
	display: none;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body{
	font-size: 1.25vw;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #252422;
	background-color: #FFFFFF!important;
	max-width: 1280px;
	margin: 0 auto;
	letter-spacing: 0.06em;
	line-height: 1.43;
	position: relative;
}
ul,
ol {
  list-style: none;
}
li {
  display: inline-block;
  position: relative;
}
a {
  cursor: pointer;
  text-decoration: none;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}
h1{
	font-weight: 400;
	font-size: 3.28vw;
	line-height: 1.4;
	margin: 0;
}
h2{
	font-weight: 400;
	font-size: 2.96vw;
	letter-spacing: 0.026em;
	line-height: 1.44;
	margin: 0;
	padding: 0	
}
h3{
	font-weight: 500;
	font-size: 2.18vw;
	letter-spacing: 0.03em;
	line-height: 1.46;
	margin: 0;
}
font-42{
	font-size: 3.28vw;
}
.titulo-neruda{
	font-size: 1.01vw;
	letter-spacing: 0.23em;
	line-height: 1.46;
}
.menu{
	font-family: 'Jost', sans-serif;
	font-size: 0.81em;
	font-weight: 400;
	letter-spacing: 0.30em;
	line-height: 1.15;
	text-transform: uppercase;
	padding-right: 3.51vw;
}
.menu:hover{
	text-decoration: underline;
}
.menu.active{
	font-weight: 700;
}

.maximo {
	font-weight: 400;
	font-size: 1.71vw;
	line-height: 1.45;
}
.mediano{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 1.32vw;
	line-height: 1.41;	
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.icon img{
	width: 1em;
}
/**** COLORES ******/
.bold{
	font-weight: 700;
}
.medium{
	font-weight: 500;
}
.black {
	color: #252422;
}
.bg-black {
	background-color: #252422;
}
.bg-black-light{
	background-color: #252422;
}
.white{
	color: #FFF;
}
.oro{
	color: #947738;
}
.bg-oro{
	background-color: #947738;
}
.bg-gray{
	background-color: #E3E3E3;
}
.negro{
	background-color: #2A2929;
}
/***** botones *****/
.btn {
	font-size: 1.01vw;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
  }
  .btn-black {
	background: #252422;
	color: #FFFFFF;
  }
  .btn-black:hover{
	outline: none;
	background: #E3E3E3;
	color: #252422;
  }
  .btn-gray{
	color: #947738;
	/*background: #E3E3E3;*/
	outline: 1px solid #947738;
  }
  .btn-gray:hover{
	box-shadow: 0 1px 3px 0 #454749;
	outline: 2px solid #947738;
  }

/********* **********/
/*********** menu **************/
#burguerMenu_neruda {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.642em;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#burguerMenu_neruda span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#burguerMenu_neruda span:nth-child(1) {
  top: 0px;
}

#burguerMenu_neruda span:nth-child(2),
#burguerMenu_neruda span:nth-child(3) {
  top: 7px;
  width: 50%;
  left: 6px;
}

#burguerMenu_neruda span:nth-child(4) {
  top: 14px;
}
#burguerMenu_neruda.open{
  z-index: 10;
  position: fixed;
  right: 24px;
}
#burguerMenu_neruda.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#burguerMenu_neruda.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 23px;
  left: 0;
}

#burguerMenu_neruda.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 23px;
  left: 0;
}

#burguerMenu_neruda.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.nav-mobile{
	display: none;
}
picture.mobile{
	display: none;
}
#burguerMenu_neruda{
	display: none;
}
section.header {
	position: relative;
	display: block;
}
section.header .header {
	position: relative;
	display: block;
}
.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: end;
	z-index: 1;
	position: relative;
	padding-inline-start: 8.43vw;
	padding-inline-end: 8.43vw;
	position: absolute;
	width: 100%;
}
.nav-container img {
	max-width: 12.93em;
	width: 16.17vw;
	margin-top: 4.68vw;
}
img#logo-naciones-movil {
	display: none;
}
nav#nav-neruda {
	display: flex;
	justify-content: space-between;
	width: 58%;
	padding: 0;
	margin: 0;
}
.contenedor-text.right{
	position: relative;
	margin-top: 0.375vw;
	right: 9.125vw;
}
.contenedor-text.right h1 {
	text-transform: uppercase;
	max-width: 12.33em;
	margin-bottom: 5.31vw;
	font-weight: 700;
}
.contenedor-text.right .titulo-neruda {
	right: -1.5em;
	position: relative;
}
.contenedor-text.right h2 {
	right: -1.48vw;
	position: relative;
	font-weight: 700;
}

section.aviso{
	padding-top: 7.81vw;
}
section.aviso h3{
	padding-top: 7.81vw;
}
section.aviso p{
	margin: 7.81vw auto 8.9vw auto;
}
section.aviso p {
	max-width: 52.81em;
	width: 66.01vw;
	margin: 7.81vw auto 8.9vw;
	line-height: 2.37;
	text-align: justify;
	font-family: 'Poppins', sans-serif;
}



/***** FOOTER *****/
footer.footer{
	background-color: #2A2929;
}
.logo-nara-capital {
	width: 21.40vw;
	max-width: 17em;
	margin-top: 0.75em;
}
.ubicaciones {
	display: block;
	position: relative;
}
.ubicaciones .nara {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 0 0.9em;
}
.ubicaciones .desktop img {
	max-width: 18.75em;
	width: 23.43vw;
}
.americas .americas {
	max-width: 8.53em;
	width: 10vw;
}
.neruda .neruda {
	max-width: 11.26em;
	width: 13.20vw;
}
.americas .americas {
	max-width: 8em;
	width: 10vw;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateY(-50%) translateX(50%);
}
.neruda .neruda {
	max-width: 10.56em;
	width: 13.20vw;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateY(-50%) translateX(50%);
}
.white.site {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.375em;
	line-height: 1.43;
	margin-top: 3.125vw;
	position: relative;
	display: block;
	margin-bottom: 2.73vw;
}
.navegacion.nav-container {
	display: flex;
	justify-content: space-between;
	z-index: 1;
	position: relative;
	padding-inline-start: 8.43vw;
	padding-inline-end: 8.43vw;
	align-items: baseline;
}
.nav-container .logo-naciones {
	max-width: 15em;
	width: 17.57vw;
	margin: 2.34vw 0vw 2.34vw;
}
nav#nav-neruda-footer {
	display: flex;
	justify-content: flex-end;
	width: 58%;
	padding: 0;
	margin: 0;
}
.social_media.bg-white {
	display: flex;
	justify-content: space-between;
	z-index: 1;
	position: relative;
	padding-inline-start: 8.43vw;
	padding-inline-end: 8.43vw;
	align-items: baseline;
	padding-top: 0.53em;
	padding-bottom: 0.53em;
}
.social_media.bg-white p.small{
	font-size: 1.01vw;
}
.redes .icon.twitter {
	margin: 0em 1.33em;
}
.copyright p {
	padding-top: 0.53em;
	padding-bottom: 0.53em;
	font-size: 0.93vw;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.copyright p a {
	color: #434749;
	text-decoration: underline;
}
.copyright.mobile{
	display: none;
}
/******************************* Ajustes Big /*******************************/
@media only screen and (min-width: 1280px){
	body{
		font-size: 1em;
	}
	h1{
		font-size: 2.62em;
	}
	h2{
		font-size: 2.37em;
	}
	h3{
		font-size: 1.75em;
	}
	font-42{
		font-size: 2.62em;
	}
	/*.menu{
		font-size: 0.81em;
		letter-spacing: 0.15em;
		line-height: 1.46;
	}*/
	.maximo{
		font-size: 1.375em;
	}
	.mediano{
		font-size: 1.06em;
		letter-spacing: 0;
		line-height: 1.41;
	}
	.titulo-neruda {
		font-size: 0.8125em;
		letter-spacing: 0.23em;
		line-height: 1.46;
	}
	.menu{
		padding-right: 3.46em;
	}
	.btn{
		font-size: 0.81em;
	}
	/*************/
	.nav-container{
		padding-left: 6.75em;
		padding-right: 6.75em;
	}
	.nav-container img{
		margin-top: 3.75em
	}
	.contenedor-text.right{
		right: 7.3em;
		margin-top: 0.3em;
	}
	.contenedor-text.right h1{
		margin-bottom: 1.62em;
	}
	.contenedor-text.right .titulo-neruda {
		right: -1.5em;
	}
	.contenedor-text.right h2 {
		right: -0.5em;
	}

	section.aviso{
		padding-top: 3.57em;
	}
	section.aviso h3{
		padding-top: 3.57em;
	}
	section.aviso p{
		margin: 6.25em auto 7.125em auto;
	}

	/***** FOOTER *****/
	.navegacion.nav-container {
		padding-inline-start: 7.2em;
		padding-inline-end: 7.2em;
	}
	.nav-container .logo-naciones {
		margin: 2em 0vw 2em;
	}
	.social_media.bg-white{
		padding-left: 7.2em;
		padding-right: 7.2em;
	}
	.social_media.bg-white p.small{
		font-size: 0.81em;
	}
	.copyright p{
		font-size: 0.75em;
		line-height: 1.25;
	}

}

/******************************* Ajustes tablet /*******************************/
@media only screen and (min-width: 600px) and (max-width: 992px){
	
	
}

/******************************* Ajustes mobile /*******************************/
@media only screen and (max-width: 600px){
	picture.mobile{
		display: block;
	}
	body{
		font-size: 0.875em;
		letter-spacing: 0.05em;
		line-height: 1.42;
	}
	h1{
		font-size: 2.14em;
		line-height: 1.43;
		letter-spacing: 0;
	}
	h2{
		font-size: 2em;
		letter-spacing: 0.01em;
		line-height: 1.46;
		font-family: 'Jost', sans-serif;
	}
	h3{
		font-size: 1.57em;
		letter-spacing: 0.01em;
		line-height: 1.45;
	}
	.col2{
		display: grid;
		grid-template-columns: repeat( 2 , 1fr);
	}
	.col-2{
		grid-template-columns: 1fr;
	}
	.titulo-neruda{
		font-size: 0.85em;
		letter-spacing: 0.08em;
		line-height: 1.5;
		padding-top: 3.16em;
	}
	.menu{
		font-size: 1.14em;
		line-height: 1.43;
		letter-spacing: 0.18em;
	}
	.maximo{
		font-size: 1.28em;
		line-height: 1.44;
	}
	.mediano{
		font-size: 1.14em;
		line-height: 1.43;
		color: #947738;
	}
	.font-42{
		font-size: 2.14em;
	}
	.btn{
		font-size: 0.81em;
	}
	.margin-small{
		margin: 0 1.6em;
	}
	input{
		letter-spacing: 0.05em;
		line-height: 1.42;
		font-family: 'Jost', sans-serif;
		font-size: 1em;

	}
	#burguerMenu_neruda{
		display: block;
	}
	.header picture .desktop {
		display: none;
	}
	/******* section header ******/
	
	.nav-mobile{
		display: block;
	}
	#nav_mobile{
		width: 100vw;
		height: calc(100vh + 4vh);
		transform: translateX(200%);
		transition: 0.5s ease-in-out;
		z-index: 20;
		position: fixed;
		overflow: auto;
		/*margin-top: 4.61em;*/
	}
	#nav_mobile.open{
		transform: translateX(0%);
		transition: 0.5s ease-in-out;
		
	}
	.menu_mobile{
		padding-top: 6.14em;
		position: relative;
		display: block;
		
	}
	.menu_mobile .line_oro {
		text-align: center;
		height: 1px;
		border: 1px solid #947738;
		max-width: 16.92em;
		margin: 0 auto;
	}
	.menu_mobile li.menu.text{
		display: block;	
		margin:  0em  0em 1.25em 0em;
		font-weight: 500;
	}
	.menu_mobile li.menu.text:last-of-type{
		margin-bottom: 2em;
	}
	.menu_mobile .btn-black {
		max-width: 10.07em;
		width: 100%;
		font-weight: 500;
		background-color: #E3E3E3;
		color: #252422;
	}
	.menu_mobile li.menu.icon{
		display: inline-block;
		font-size: 1.07em;
		margin-top: 2.66em;
		margin-bottom: 2.66em;
	}
	li.menu.icon.twitter {
		margin: 2.66em 1.33em 3.33em 1.33em;
	}
	.nav-mobile .copyright {
		padding-left: 1.6em;
		padding-right: 1.6em;
		padding-bottom: 2.26em;
		margin-bottom: 14vh;
	}
	.nav-mobile .copyright p{
		font-size: 0.8em;
		padding-top: 0.66em;
		padding-bottom: 0.66em;
		color: #E3E3E3;
		font-family: 'Opens sans',sans-serif;
		font-weight: 400;
	}
	.nav-mobile .copyright hr{
		margin: 0;
	}
	.nav-mobile .logo-nara-capital {
		max-width: 14.42em;
		width: 100%;
		margin-bottom: 1.78em;
	}

	section.header {
		margin-bottom: 0vw;
		padding-bottom: 2em;
	}
	.header picture .desktop {
		display: none;
	}
	picture.desktop{
		display: none;
	}
	.header picture .mobile {
		display: block;
		margin-top: 4.61em;
	}
	nav#nav-neruda{
		display: none;
	}
	div.header .nav-container{
		height: 4.61em;
		position: fixed;
		width: 100%;
		top: 0;
		align-items: center;
		z-index: 100;
		background-image: none;
	}
	.nav-container{
		background: #252422;
		background-image: linear-gradient(0deg, rgba(151,156,161,0.00) 3%, #434749 97%);
	}
	.nav-container #logo-naciones {
		width: 11.35em;
		margin: 1.28em 0;
		display: none;
	}
	.nav-container #logo-naciones-movil {
		width: 11.35em;
		margin: 1.28em 0;
		display: block;
	}
	.menu_burguer_neruda{
		display: block;
	}
	.menu_burguer_neruda img {
		width: 1.71em;
		margin: 0;
	}
	
	.contenedor-text.right{
		right: 0;
	}
	.contenedor-text.right .titulo-neruda{
		right: 0;
		padding-top: 0;
	}
	.contenedor-text.right h1 {
		margin-bottom: 1.5em;
	}
	.contenedor-text.right h2{
		right: 0;
		font-weight: 700;
	}
	
	.proyect p.white {
		font-size: 0.85em;
		color: #E3E3E3;
		letter-spacing: 0.08em;
		line-height: 2.08;
		margin-top: 3.16em;
		padding-top: 3em;
	}
	
	
	section.aviso p {
		margin: 4.2em 2.14em 2.5em;
		width: unset;
		max-width: 100%;
		letter-spacing: 0.05em;
		line-height: 1.66;
		font-family: 'Jost', sans-serif;
	}
	section.aviso h3 {
		padding-top: 3.5em;
	}
	
	
	footer .logo-nara-capital {
		width: 14.42em;
		margin-bottom: 0.92em;
	}
	.ubicaciones {
		display: flex;
		justify-content: space-evenly;
	}
	.ubicaciones .nara{
		margin: 0;
		width: 11.42em;
	}
	.americas .americas {
		width: 5.06em;
	}
	.neruda .neruda {
		width: 6.4em;
	}
	.navegacion.nav-container{
		justify-content: center;
	}
	.nav-container .logo-naciones{
		width: 11.42em;
		margin: 1.33em 0;
	}
	.social_media.bg-white{
		display: none;
	}
	.white.site {
		font-size: 0.85em;
		letter-spacing: 0.30em;
		line-height: 1.41;
		margin-bottom: 2.5em;
	}
  .copyright.mobile{
	  display: none;
	  margin-bottom: 2.5em;
  }
  .copyright.mobile .small {
	  color: #E3E3E3;
	  font-size: 0.85em;
	  margin-top: 0.85em;
	  margin-bottom: 0.85em;
	  border-top: 1px solid #FFFFFF;
	  border-bottom: 1px solid #FFF;
  }
  .no_mostrar {
	  display: none;
  }
  .nav-mobile .copyright p a {
	  color: #E3E3E3;
	  margin-top: 0.5em;
	  text-decoration: underline;
	  position: relative;
	  display: block;
  }
  .copyright.desktop{
		display: none;
	}
  nav#nav-neruda-footer{
	  display: none;
  }
}
