.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;
}
html{
	scroll-behavior: smooth;
}
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:last-of-type{
	padding-right: 0;
}
.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;
}
/***** 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;
}
.btn-whats{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.09vw;
	line-height: 1.28;
	letter-spacing: 0em;
}
.btn-whats.footer {
	position: absolute;
	bottom: 45em;
	top: unset;
}
section.header {
	position: relative;
	display: block;
	padding-bottom: 21vw; 
}
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;
}
nav#nav-neruda {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
nav#nav-neruda .menu.social-media{
	
}
nav#nav-neruda a.btn{
	margin: 0 3.51vw;
}
.nav-container .social-media img,
.menu.social-media .ig, 
.menu.social-media .fb{
	width: 1.56vw;
	max-width: 1.25rem;
	margin-top: 0;
}

.contenedor-info.head {
	display: flex;
	position: relative;
	margin-top: -41.31vw;
	align-items: end;
	justify-content: space-between;
}
.contenedor-info .contenedor-logo {
	position: relative;
	max-width: 6.875em;
	width: 8.59vw;
	left: 8.437vw;
	margin-left: 3.125vw;
	top: 0.5vw;	
}
.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;
}

/***** desarrollo ******/
section.desarrollo {
	display: block;
	position: relative;
	padding-left: 8.43vw;
	padding-right: 8.43vw;
	margin-top: 7.812vw;
	margin-bottom: 7.812vw;
}
.conteiner-info-desarrollo {
	display: grid;
	grid-template-columns: 1fr 48.98vw;
	position: relative;
}
.desarrollo .container-text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3.125vw;
}
.list-info-desarrollo.right {
	padding-right: 10.46vw;
	padding-top: 3.51vw;
}
.lista .mediano{
	font-weight: 700;
}
.lista h2.oro{
	font-weight: 700;
}
p.mediano.oro span {
	padding-right: 1em;
}
p.mediano.oro.locales {
	margin-bottom: 4.68vw;
}
p.mediano.oro.parking {
	margin-bottom: 3.9vw;
	padding-left: 8.75vw;
}
.desarrollo p.desarrollo-text {
	width: 48.98vw;
	max-width: 39.18em;
	padding-right: 2.5vw;
}
.list-info-desarrollo.right .btn {
	max-width: 18.38em;
	width: 18.67vw;
}
.punto {
	max-width: 1.43em;
	width: 1.79vw;
}

.conteiner-info-desarrollo .info-imagen {
	position: relative;
	display: block;
}
.info-imagen .desktop {
	width: 48.98vw;
	max-width: 39.18em;
}
img.punto.a {
	top: 11vw;
	position: absolute;
	right: 13vw;
	opacity: 1;
}
img.punto.b {
	position: absolute;
	top: 11em;
	left: 14em;
}
img.punto.c {
	position: absolute;
	top: 13.2em;
	left: 16.4em;
}
img.punto.d {
	position: absolute;
	top: 17em;
	left: 16.5em;
}
img.punto.e {
	position: absolute;
	top: 25em;
	left: 13.5em;
}
img.punto.f {
	position: absolute;
	top: 33.5em;
	left: 13em;
}
.list-info-desarrollo.right .punto.seccion{
	display: none;
}
img.prevSeccion{
	display: none;
}
img.seccion{
	display: none;
}

/***** section amenidades *****/
section.amenidades{
	display: block;
	position: relative;
	padding-bottom: 4.53em;
}
section.amenidades p.titulo-neruda {
	padding-top: 4.68vw;
}
.amenidades .content-titulo {
	padding-bottom: 4.68vw;
	padding-right: 8.43vw;
}
.content-amenidades {
	display: grid;
	grid-template-columns: 1fr 57.5vw;
	padding-left: 8.43vw;
	padding-right: 8.43vw;
	position: relative;
}
.content-description {
	grid-column: 1 / 2;
	margin-right: 4.68vw;
	margin-top: 3.51vw;
}
.content-description p.text-amenidades {
	letter-spacing: 0.078vw;
}
.content-lista {
	grid-column: 1 / 2;
	position: relative;
	top: -1em;
}
.contenedor-sliders {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	position: relative;
	overflow: hidden;
}
.slider-contenedor {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	position: relative;
	height: 30em;
	
}
.slide-view {
	flex-shrink: 0;
	transition: .3s ease-in-out;
	max-width: 47.68em;
	width: 100%;
	scroll-behavior: smooth;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateX(100%);
}
.contenedor-slider.video .videoContainer {
	background: black;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: .3s ease-in;
}

.contenedor-slider.video .videoContainer img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30%;
	transform: translate(-50%,-50%);
	transition: .3s ease-in;
}
.contenedor-slider.video.ready .videoContainer {
	background: rgba(0,0,0,0);
}
.contenedor-slider.video.ready .videoContainer img {
	opacity: 0;
}
.videoContainer video {
	position: relative;
	top: 0px;
	left: 0px;
	max-width: 100%;
}
.slider-indicadores .indicador-slide {
	width: 8px;
	height: 8px;
	background: #252422;
	display: inline-block;
	opacity: .4;
	border-radius: 8px;
	margin-right: 1em;
	cursor: pointer;
}

.slider-indicadores .indicador-slide.active {
	opacity: 1;
}
/*
.contenedor_indicadores {
	display: flex;
	flex-direction: row;
	position: relative;
	padding-left: 1.6em;
	top: -3.5em;
}
.indicador{
	background-color: #000;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #252422;
	opacity: .4;
	margin-right: 0.8em;
	
}
.indicador.activo{
	opacity: 1;
}
*/

ul.lista-amenidades {
	display: block;
	position: relative;
}
ul.lista-amenidades li {
	display: block;
	letter-spacing: 0.06em;
}
ul.lista-amenidades li .bullet {
	padding-left: 0.78vw;
	padding-right: 1.28vw;
}
div.line-slider img.line-slider {
	width: 5em;
	margin-bottom: 0.66em;
	margin-top: 1.26em;
}

/*****  modelos *****/
section#modelos {
	position: relative;
	display: block;
	margin-top: 4.68vw;
	margin-bottom: 5.46vw;
	padding-left: 8.43vw;
	padding-right: 8.43vw;
}
.content-barra.modelos {
	margin-top: 4.68vw;
	margin-bottom: 5vw;
	display: inline-flex;
	justify-content: space-around;
	width: 100%;
	text-align: center;
	position: relative;
}
.modelos p.mediano.oro {
	transition: .3s ease-in-out;
}
.modelos p.mediano.oro.selected {
	font-weight: bold;
}
.line-modelos img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	width: 100vw;
	left: 0;
}
.nav-tipo {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.modelos .nav-tipo li.mediano a.selected {
	position: relative;
}

.modelos .nav-tipo li.mediano a:before {content: "";background: #252422;height: 5px;width: 0px;position: absolute;bottom: calc(-1em + 3px);z-index: 1;
	transition: .3s ease-in-out;
}
.modelos .nav-tipo li.mediano a.selected:before {
	width: 100%;
}
.nav-tipo hr {
	height: inherit;
	border: inherit;
	margin: inherit;
	padding: inherit;
	box-sizing: inherit;
	overflow: hidden;
	border-width: 1px;
	border-style: inset;
	margin-left: 7px;
	margin-right: 7px; 
}
.content-barra .barra-marcador {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(100%);
	width: 100%;
}
.barra-marcador.mobile{
	display: none;
}
.barra-marcador hr {
	position: relative;
	left: 5vw;
	width: 90%;
}
.barra-marcador .arrow.left {
	left: 0px;
	position: absolute;
	top: 4.5px;
}
.barra-marcador .arrow.right {
	right: 0px;
	position: absolute;
	top: 4.5px;
}
.barra-marcador img{
	max-width: 1.5em;
	width: 1.87vw;
}
.contenedor_modelos {
	position: relative;
	height: 70em;
}
.contenedor_modelos .modelos_infomacion {
	display: grid;
	grid-template-columns: 57.5vw 1fr;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: .3s ease-in-out;
	pointer-events: none;
}
.modelos_infomacion.show{
	opacity: 1;
	pointer-events: unset;
}
.info_fotos {
	display: flex;
	justify-content: space-between;
}
.info_fotos div:first-of-type > p {
	max-width: 20.81em;
	margin-top: 1.56vw;
	margin-bottom: 3.125vw;
}
.info_fotos div:last-of-type > p {
	margin-top: 1.40vw;
	margin-bottom: 0.78vw;
}
.imagenes-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 3.125vw;
	position: relative;
}
.image-real {
	width: 57.5vw;
	max-width: 46em;
}
.image-croquis {
	max-width: 12.81em;
	width: 16.01vw;
}
.image-distribucion {
	width: 38.43vw;
	max-width: 30.75em;
}
.control.imagenes-bottom{
	display: none;
}
.modelos-info.tipo {
	margin-left: 4.68vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modelos-info h3{
	font-size: 1.71vw;
}

.tipo.modelo li.mediano{
	font-family: 'Jost', sans-serif;
}

.acabados {
	position: relative;
	top: -3.75vw;
}

.acabados h3 {
	margin-top: 3.125vw;
}
p.material {
	margin-bottom: 1.56vw;
	margin-top: 0.781vw;
}
.materiales .muestra {
	max-width: 5.18em;
	width: 6.48vw;
}
.botom {
	position: relative;
	top: -5vw;
}

.modelos_info .botom {
	width: 18.67vw;
	max-width: 14.93em;
}
.medidas h3 {
	margin-top: 5.46vw;
}
#tiposur .image-distribucion {
	max-width: 28.87em;
	width: 36.09vw;
}
#tiposur .acabados {
	position: relative;
	top: -12.875vw;
}
#tiposur .botom {
	top: -13vw;
}
#tiponorte .acabados {
	top: -13vw;
}
#tiponorte .botom {
	top: -12em;
}
#skyloftsur601 .image-distribucion {
	max-width: 29.125em;
	width: 36.4vw;
}
#skyloftsur601 .acabados{
	top: -13vw;
}
#skyloftsur601 .lista-amenidades {
	top: -2vw;
}
#skyloftsur601 .botom {
	top: -10em;
}
#skyloftsur602 .image-distribucion {
	max-width: 28.87em;
	width: 36.09vw;
}
#skyloftsur602 .lista-amenidades {
	top: -1em;
}
#skyloftsur602 .acabados {
	top: -12em;
}
#skyloftsur602 .botom{
	top: -15vw;
}
#skyloftnorte603 .image-distribucion {
	max-width: 29.56em;
	width: 36.95vw;
}
#skyloftnorte603 .lista-amenidades {
	top: -1em;
}
#skyloftnorte603 .acabados {
	top: -10em;
}
#skyloftnorte603 .botom{
	top: -12vw;
}
#skyloftnorte604 .image-distribucion {
	max-width: 28.87em;
	width: 33.59vw;
}
#skyloftnorte604 .lista-amenidades {
	top: -1em;
}
#skyloftnorte604 .acabados {
	top: -16vw;
}
#skyloftnorte604 .botom{
	top: -15vw;
}
#sur701 .image-distribucion {
	max-width: 29.56em;
	width: 36.95vw;
}

#sur701 .acabados {
	top: -12vw;
}
#sur701 .botom{
	top: -11vw;
}
#norte702 .image-distribucion {
	max-width: 28.87em;
	width: 36.09vw;
}

#norte702 .acabados {
	top: -15vw;
}
#norte702 .botom{
	top: -16vw;
}

#norte703 .image-distribucion {
	max-width: 31.68em;
	width: 39.60vw;
}
#norte703 .lista-amenidades {
	top: -1vw;
}
#norte703 .acabados {
	top: -13vw;
}
#norte703 .botom{
	top: -12vw;
}
/********* inversión inteligente *******/
.contenedor_info_inversion.center {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 66.01vw;
	max-width: 52.81em;
	margin: 0 auto;
}
.inversion_inteligente .titulo-neruda.oro {
	padding-top: 3.125vw;
	padding-bottom: 4.68vw;
	padding-right: 8.43vw;
}
.signature {
	max-width: 25.31em;
	width: 31.64vw;
	padding-bottom: 3.125vw;
}
.contenedor_info_inversion .margin {
	margin-bottom: 1.56vw;
}
.bullet_oro {
	width: 12.5vw;
	max-width: 10em;
	max-height: 10em;
	height: 12.5vw;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	margin-top: 3.90vw;
	margin-bottom: 7.81vw;
	margin-left: 2.26vw;
	margin-right: 2.26vw;
}
.bullet_oro .mediano {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0;
}

/***** FOOTER *****/
footer.footer{
	background-color: #2A2929;
}
.logo-nara-capital {
	width: 21.40vw;
	max-width: 17em;
	margin-top: 0.75em;
}
footer .proyect {
	padding-block-start: 3.125vw;
	padding-block-end: 3.125vw;
}
.proyect p.white {
	font-size: 1.09vw;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.07em;
	line-height: 1.78;
}
.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;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	position: relative;
	padding-inline-start: 8.43vw;
	padding-inline-end: 8.43vw;
}
.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;
	padding: 0;
	margin: 0;
}
nav#nav-neruda-footer .btn{
	margin: 0 3.51vw;
}

#nav-neruda-footer .redes {
	display: flex;
	justify-content: center;
	align-items: center;
}
#nav-neruda-footer .redes img{
	width: 1.56vw;
	max-width: 1.33em;
	margin-top: 0;
}
#nav-neruda-footer .redes a:nth-child(2){
	margin-left: 1.56vw;
}
.social_media.bg-white {
	display: flex;
	justify-content: center;
	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.ig {
	margin: 0em 1.56vw;
}
.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;
}
/***** Contacto *****/
section.contact {
	margin:  0vw 3.125vw 1.47vw 3.125vw;
	position: relative;
	top: -3vw;
}
#contacto p.titulo-neruda {
	padding-top: 3.125vw;
	padding-left: 5.23vw;
}
.contact .contenedor {
	padding: 4.69vw 5.312vw;
}
.formulario {
	width: 34.14vw;
	max-width: 25.70em;
}
.formulario .btn{
	/*outline: 1px solid #FFFFFF;*/
}
.formulario h3{
	margin-bottom: 1.56vw;
}
.contact .contenedor p {
	font-size: 1em;
	max-width: 29.29em;
	line-height: 1.66;
	margin-bottom: 1.4em;
}
.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: 40.46vw;
	max-width: 32.37em;
	max-height: 240px;
	height: 18.75vw;
	margin-right: 7.54vw;
	position: relative;
	overflow: hidden;
}
.geolocation img {
	max-width: 15em;
	width: 17.57vw;
	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%);
}
.contact .contenedor  .direccion {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.66;
	max-width: 20em;
}
.social-media-form .redes .icon:nth-child(1) {
	margin-left: 0rem;
}

/******************************* 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;
	}
	.btn-whats{
		font-size: 0.875em;
	}
	/*************/
	section.header{
		padding-bottom: 16.7em;
	}
	.nav-container{
		padding-left: 6.75em;
		padding-right: 6.75em;
	}
	.nav-container img{
		margin-top: 3.75em
	}
	.contenedor-info.head {
		 margin-top: -33.05em;
	}
	.contenedor-info .contenedor-logo {
		left: 6.75em;
		margin-left: 2.5em;
		top: 0em;
	}
	.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;
	}
	nav#nav-neruda a.btn{
		margin: 0 2.81rem;
	}
	nav .social-media ul li:nth-child(2){
		margin: 0 1rem;
	}
	nav .social-media ul li:nth-child(3){
		margin-right: 1rem;
	}
	/***** desarrollo ******/
	section.desarrollo {
		padding-left: 6.75em;
		padding-right: 6.75em;
		margin-top: 6.25em;
		margin-bottom: 6.25em;
	}
	.conteiner-info-desarrollo {
		grid-template-columns: 1fr 39.18em;
	}
	.desarrollo .container-text{
		margin-bottom: 2.5em;
	}
	.list-info-desarrollo.right {
		padding-right: 8.375em;
		padding-top: 2.81em;
	}
	p.mediano.oro span {
		padding-right: 1em;
	}
	p.mediano.oro.locales {
		margin-bottom: 3.75em;
	}
	p.mediano.oro.parking {
		margin-bottom: 3.125em;
		padding-left: 7em;
	}
	.desarrollo p.desarrollo-text{
		padding-right: 2em;
	}
	
	img.punto.a {
		top: 9.04em;
		right: 10.5em;
	}
	img.punto.b {
		top: 11em;
		left: 14em;
	}
	img.punto.c {
		top: 13.2em;
		left: 16.4em;
	}
	img.punto.d {
		top: 17em;
		left: 16.5em;
	}
	img.punto.e {
		top: 25em;
		left: 13.5em;
	}
	img.punto.f {
		top: 33.5em;
		left: 13em;
	}
	/***** section amenidades *****/
	.amenidades .content-titulo {
		padding-bottom: 3.75em;
		padding-right: 6.75em;
	}
	section.amenidades p.titulo-neruda {
		padding-top: 3.75em;
	}
	.content-amenidades {
		grid-template-columns: 1fr 46em; 
		padding-left: 6.75em;
		padding-right: 6.75em;
	}
	.content-description {
		margin-top: 3em;
		margin-right: 3.75em;
	}
	.content-description p.text-amenidades {
		letter-spacing: 0.062em;
	}
	ul.lista-amenidades li .bullet {
		padding-left: 0.66em;
		padding-right: 1.1em;
	}
	.list-info-desarrollo.right .punto.seccion{
		display: none;
	}

	
	/********  modelos *******/
	section#modelos {
		margin-top: 3.75em;
		margin-bottom: 4.37em;
		padding-left: 6.75em;
		padding-right: 6.75em;
	}
	.content-barra.modelos{
		margin-top: 3.75em;
		margin-bottom: 5em;
	}
	
	.barra-marcador hr{
		left: 4em;
	}
	.contenedor_modelos .modelos_infomacion {
		grid-template-columns: 46em 1fr;
	}
	.info_fotos div:first-of-type > p{
		margin-top: 1.25em;
		margin-bottom: 2.5em;
	}
	.info_fotos div:last-of-type > p {
		margin-top: 1.125em;
		margin-bottom: 0.625em;
	}
	.imagenes-bottom {
		margin-top: 2.5em;
	}
	.modelos-info.tipo {
		margin-left: 3.75em;
	}
	.modelos-info h3{
		font-weight: 500;
		font-size: 1.37em;
	}
	.acabados {
		top: -3em;
	}
	.acabados h3 {
		margin-top: 1.42em;
	}
	p.material {
		margin-bottom: 1.25em;
		margin-top: 0.625em;
	}
	.botom {
		top: -4em;
	}
	.medidas h3 {
		margin-top: 2.5em;
	}
	#tiposur .acabados {
		top: -9.5em;
	}
	#tiposur .botom {
		top: -13vw;
	}
	#tiponorte .acabados {
		top: -13vw;
	}
	#tiponorte .botom {
		top: -12em;
	}
	#skyloftsur601 .acabados{
		top: -10em;
	}
	#skyloftsur601 .lista-amenidades {
		top: -1em;
	}
	#skyloftsur601 .botom {
		top: -10em;
	}
	#skyloftsur602 .lista-amenidades {
		top: -1em;
	}
	#skyloftsur602 .acabados {
		top: -12em;
	}
	#skyloftsur602 .botom{
		top: -12em;
	}
	#skyloftnorte603 .lista-amenidades {
		top: -1em;
	}
	#skyloftnorte603 .acabados {
		top: -10em;
	}
	#skyloftnorte603 .botom{
		top: -10em;
	}
	#skyloftnorte604 .lista-amenidades {
		top: -1em;
	}
	#skyloftnorte604 .acabados {
		top: -12em;
	}
	#skyloftnorte604 .botom{
		top: -14em;
	}
	#sur701 .acabados {
		top: -10em;
	}
	#sur701 .botom{
		top: -9em;
	}
	#norte702 .acabados {
		top: -12em;
	}
	#norte702 .botom{
		top: -13em;
	}
	#norte703 .acabados {
		top: -10em;
	}
	#norte703 .botom{
		top: -10em;
	}
	/******** inversion inteligente *******/
	.inversion_inteligente .titulo-neruda.oro {
		padding-bottom: 3.75em;
		padding-top: 2.5em;
		padding-right: 6.75em;
	}
	.signature {
		padding-bottom: 2.5em;
	}
	.contenedor_info_inversion .margin {
		margin-bottom: 1.25em;
	}
	.bullet_oro  {
		margin-top: 3.125em;
		margin-bottom: 6.25em;
		margin-right: 1.81em;
		margin-left: 1.81em;
	}
	
	
	/***** Contacto *****/
	
	section.contact {
		margin: 0px 40px 15px 40px;
			top: -2.5em;
	}
	.contact .contenedor {
		padding: 3.53em 4em;
	}
	#contacto p.titulo-neruda {
		padding-top: 3.07em;
		padding-left: 5.15em;
	}

	.formulario {
		max-width: 25.70em;
	}
	.formulario h3{
		margin-bottom: 1.33em;
	}
	.geolocation img{
		margin: 35px auto;
	}
	.map{
		margin-right: 7em;
	}


	/***** FOOTER *****/
	footer .proyect {
		padding-block-start: 2.66em;
		padding-block-end: 2.66em;
	}
	.proyect p.white{
		font-size: 0.875em;
	}
	.white.site {
		letter-spacing: 0.375em;
		line-height: 1.43;
		margin-top: 2.5em;
		margin-bottom: 2.187em;
	}
	.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;
	}
	nav#nav-neruda-footer .btn{
		margin: 0 2.81em;
	}
	#nav-neruda-footer .redes a:nth-child(2){
		margin-left: 1.25em;
	}
	.redes .icon.ig {
		margin: 0em 1.25em;
	}
	.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;
		padding-right: 0;
	}
	.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 ******/
	.btn-whats img {
		width: 2.93rem;
		max-width: 100%;
	}
	.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: 2.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.33em;
		padding-right: 0;
		width: 1.33em;
		margin-top: 2.66em;
		margin-bottom: 2.66em;
	}
	.menu_mobile li.menu.icon:nth-child(2){
		margin-right: 0.8em;
	}
	.menu_mobile li.menu.icon img {
		/* font-size: 1.33em; */
		padding-right: 0;
		width: 1.25rem;
	}
	li.menu.icon.ig {
		margin: 2.66em 0.8em 1.7em 0.8em;
	}
	.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;
	}
	.menu_burguer_neruda{
		display: block;
	}
	.menu_burguer_neruda img {
		width: 1.71em;
		margin: 0;
	}
	
	.contenedor-info.head {
		top: -22em;
		flex-direction: column;
		align-items: flex-start;
		margin-top: -20.3em;
	}
	.contenedor-info .contenedor-logo {
		width: 7.14em;
		top: 40vw;
		margin-left: 0;
		order: 2;
	}  
	.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;
	}
	
	/***** desarrollo *****/
	section.desarrollo{
		padding-left: 0;
		padding-right: 0;
	}
	section.desarrollo .titulo-neruda{
		padding-top: 0;
	}
	.desarrollo .container-text {
		flex-direction: column;
		margin-bottom: 2.85em;
	}
	.desarrollo p.desarrollo-text {
		width: auto;
		padding-right: 0;
		max-width: 100%;
		margin-top: 1.6em;
	}
	.conteiner-info-desarrollo {
		grid-template-columns: 1fr;
	}
	.conteiner-info-desarrollo .info-imagen {
		order: -1;
	}
	.info-imagen .punto{
		display: none;
	}
	.list-info-desarrollo.right{
		padding: 0;
		text-align: center;
		grid-column: 1 / 1;
		display: block;
		position: relative;
		overflow: hidden;
		height: 15em;
	}
	.list-info-desarrollo.right .lista {
		width: 100%;
		position: relative;
		overflow: auto;
		display: flex;
		margin-top: 2em;
	}
	.lista .oro, .lista .mediano{
		font-weight: 700;
		width: 40vw;
	}
	.list-info-desarrollo.right .lista > div {
		display: inline-block;
		width: auto;
		position: relative;
		align-self: end;
	}
	.list-info-desarrollo.right .lista > div:first-child {
		margin-left: calc(50vw - 100px);
	}
	.list-info-desarrollo.right .lista > div:last-child {
		margin-right: 50px;
	}
	p.mediano.oro.locales{
		margin-bottom: 0em;
	}
	p.mediano.oro.parking {
		margin-bottom: 0; 
	    padding-left: 0; 
		width: 14em;
	}
	.list-info-desarrollo.right .btn{
		width: 11.42em;
		max-width: 100%;
	}
	.list-info-desarrollo .info-boton {
		top: 4em;
		position: relative;
	}
	.list-info-desarrollo .arrow_right, .list-info-desarrollo .arrow_left {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50px;
		z-index: 10;
		height: 100%;
		background-image: linear-gradient(90deg, rgba(255,255,255,.8) 70%, rgba(255,255,255,0));
	}
	
	.list-info-desarrollo .arrow_right {
		left: unset;
		right: 0px;
		background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.8) 70%);
	}
	img.prevSeccion {
		width: 4em;
		position: absolute;
		top: 5em;
		display: block;
	}
	img.prevSeccion.left{
		left: 0;
		padding-right: 2.5em;
	}
	img.prevSeccion.right{
		right: 0;
		padding-left: 2.5em;
	}
	p.mediano.oro span{
		display: none;
	}

	.list-info-desarrollo.right .seccion{
		display: block;
	}
	img.seccion{
		display: block;
	}
	img.seccion.a {
		width: 1.28em;
		position: absolute;
		top: 23vw;
		right: 26vw;
	}
	img.seccion.b {
		width: 1.28em;
		position: absolute;
		top: 28vw;
		left: 36vw;
	}
	img.seccion.c {
		width: 1.28em;
		position: absolute;
		top: 34vw;
		left: 42vw;
	}
	img.seccion.d {
		width: 1.28em;
		position: absolute;
		top: 42vw;
		left: 42vw;
	}
	img.seccion.e {
		width: 1.28em;
		position: absolute;
		top: 63vw;
		left: 43vw;
	}
	img.seccion.f {
		width: 1.28em;
		position: absolute;
		bottom: 22vw;
		left: 33vw;
	}
	/******* amenidades  *******/
	section.amenidades p.titulo-neruda {
		padding-top: 3.16em;
	}
	.content-amenidades{
		grid-template-columns: 1fr;
		grid-row-gap: 3em;
	}
	.content-description{
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	.content-lista{
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}
	.contenedor-sliders{
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		overflow: hidden;
	}
	.slider-contenedor {
		height: 20em;
	}
	.slide-view{
		max-width: 100%;
		width: auto;
	}
	
	div#videoSlide {
		width: 100%;
	}
	.slider-indicadores {
		transform: translateY(-3em);
	}
	
	/******* modelos  *******/
	section#modelos {
		padding: 0;
		height: 102em;
		margin-bottom: 5.5em;
	}
	.content-barra.modelos {
		overflow: scroll;
		width: calc(100% - 48px);
		height: 8em;
		margin-top: 2.85em;
		justify-content: space-between;
	}
	.line-modelos img {
		position: absolute;
		top: 34%;
		transform: translateY(-24%);
		vertical-align: middle;
		width: 100%;
		left: 0;
	}
	.content-barra .barra-marcador{
		display: none;
	}
	.barra-marcador.mobile{
		display: block;
		position: relative;
		top: -12vw;
	}
	.modelos .nav-tipo li.mediano a::before {
		bottom: calc(-2em + 3px);
	}
	.barra-marcador.mobile a {
		background-image: linear-gradient(90deg, white, rgba(255,255,255,0));
		width: 50px;
		height: 9em;
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	.barra-marcador.mobile a:last-child {
		left: unset;
		right: 0px;
		background-image: linear-gradient(90deg, rgba(255,255,255,0), white);
	}
	.barra-marcador .arrow.left {
		bottom: -9px;
		top: unset;
	}
	.barra-marcador .arrow.right {
		bottom: -9px;
		top: unset;
	}

	.barra-marcador img{
		width: 1.71em;
	}
	#t_estudio .nav-tipo {
		width: 50vw;
	}
	#t_loft .nav-tipo{
		width: 70vw;
	}
	#t_penthouse .nav-tipo{
		width: 100vw;
	}
	
	
	
	
	.modelos_fotos {
		display: flex;
		flex-direction: column;
	}
	.info_fotos {
		flex-direction: column;
		order: 1;
	}
	.info_fotos div:last-child > p, .info_fotos div:last-child > h2 {
		display: inline-block;
		margin-right: 1em;
	}
	.images-tipo {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.images-tipo .mobile {
		order: 1;
	}
	.imagenes-bottom {
		justify-content: center;
		margin-bottom: 4.28em;
		height: 44vw;
	}
	.image-croquis, .image-distribucion, #tiposur .image-distribucion, #tiponorte .image-distribucion{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.imagenes-bottom picture.mobile{
		position: absolute;
		top: 0;
		opacity: 0;
		transition: .3s ease-in-out;
		pointer-events: none;
	}
	.imagenes-bottom picture.mobile.showSlideMobile{
		opacity: 1;
	}
	.control.imagenes-bottom{
		display: block;
		background: rgba(37,36,34,0.40);
		width: 0.42em;
		height: 0.42em;
		border-radius: 100%;
		bottom: 0px; 
		position: relative;
		top: 100%;
		margin-right: 1.8em;
	}
	.control.imagenes-bottom.active{
		background: #252422;
	}
	#tipo .image-distribucion .mobile{
		width: 20.85em;
		margin: 0 auto;
		position: relative;
	}
	#tipo .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#tiposur .image-distribucion .mobile{
		width: 14.92em;
		margin: 0 auto;
		position: relative;
	}
	#tiposur .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#tiposur .acabados {
		top: unset;
	}
	 #tiposur .botom {
		top: 0vw;
	} 
	#tiponorte .acabados {
		top: 0vw; 
	}
	#tiponorte .botom{
		top: 0;
	}
	#tiponorte .image-distribucion .mobile{
		width: 15.5em;
		margin: 0 auto;
		position: relative;
	}
	#tiponorte .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#skyloft601 .image-distribucion .mobile{
		width: 16.07em;
		margin: 0 auto;
		position: relative;
	}
	#skyloft601 .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#skyloft602 .image-distribucion .mobile{
		width: 13.78em;
		margin: 0 auto;
		position: relative;
	}
	#skyloft602 .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#skyloft603 .image-distribucion .mobile{
		width: 16.64em;
		margin: 0 auto;
		position: relative;
	}
	#skyloft603 .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#skyloft604 .image-distribucion .mobile{
		width: 13em;
		margin: 0 auto;
		position: relative;
	}
	#skyloft604 .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#penthouse_norte702 .image-distribucion .mobile{
		width: 13.71em;
		margin: 0 auto;
		position: relative;
	}
	#penthouse_norte702 .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	#penthouse_norte703 .image-distribucion .mobile{
		width: 17.14em;
		margin: 0 auto;
		position: relative;
	}
	#penthouse_norte703 .image-croquis .mobile{
		width: 11.14em;
		margin: 0 auto;
	}
	
	.image-real{
		width: 100%;
		margin-bottom: 1em;
	}
	
	.contenedor_modelos .modelos_infomacion {
		grid-template-columns: 1fr;
	}
	ul.lista-amenidades{
		display: grid;
	}
	.acabados h3{
		font-size: 1.28em;
		margin-bottom: 1.14em;
	}
	.materiales .muestra{
		display: block;
		width: 5.92em;
		margin-bottom: 0.42em;
	}
	.botom {
		text-align: center;
		margin-top: 2.85em;
	}
	.lista-amenidades span.bullet {
		display: none;
	}
	.modelos_infomacion .btn{
	
	}
	
	
	
	
	
	/****** inversion *******/
	.inversion_inteligente .titulo-neruda.oro{
		padding-top: 3.16em;
		padding-bottom: 5em;
	}
	.contenedor_info_inversion.center {
		width: auto;
		max-width: 100%;
	}
	.signature{
		width: 17.28em;
		padding-bottom: 2.85em;
	}
	.contenedor_info_inversion .margin{
		margin-bottom: 1.42em;
	}
	.maxi_bullets {
		margin-top: 1.42em;
		margin-bottom: 4.28em;
	}
	.bullet_oro {
		width: 9.28em;
		height: 9.28em;
		display: block;
	}
	.bullet_oro .mediano {
		color: #FFF;
		font-size: 0.857em;
		font-weight: 700;
		letter-spacing: 0.08em;
		line-height: 1.5;
	}
  
  /***** contacto ******/
  section.contact{
	  margin: 0 1.71em;
	  top: -16vw;
  }
  #contacto p.titulo-neruda{
	  padding-top: 3.16em;
  }
  
  .formulario {
	  order: -1;
	  width: 100%;
  }
  .contact .contenedor p{
		font-family: 'Jost', sans-serif;
		font-size: 1em;
		margin-top: 1.64em;
	}
	.geolocation .map img{
		margin-top: 0;
	}
	.geolocation img{
	  	width: 11.35em;
	}
	.proyect p.white {
		font-size: 0.85em;
		color: #E3E3E3;
		letter-spacing: 0.08em;
		line-height: 2.08;
		margin-top: 3.16em;
	}
	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: block;
	  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;
  }
  .copyright p a{
  	color: #E3E3E3;
  }
  .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;
  }
}
