@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Roboto+Condensed:wght@300;700&display=swap');


/* MIS ESTILOS */

.fondo-rojo{
  display: inline-block;
  width: 80%;
  text-align: center;
  letter-spacing: normal;
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e8e9e8;
  background: #e75042;
  padding: 5px 0 3px 0;
}

.condominio-exclusivo{
    display: inline-block;
    width: 80%;
    text-align: left;
    letter-spacing: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    position: relative;
    margin: 10px 0 0 55px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #515a5f;
    padding: 0;
}

.terrenos{
  display: inline-block;
  width: 80%;
  text-align: left;
  letter-spacing: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
  position: relative;
  margin: 10px 0 0 87px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #515a5f;
  padding: 0;
}

.terrenos-movil{
  width: 94%;
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.0em;
  line-height: 1.2em;
  font-weight: 300;
  position: relative;
  margin: 10px 0 0 18px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #515a5f;
  padding: 0;
}

.flecha-roja {
    display: inline-block;
    margin: 0px 5px 0 0;
}

.texto-exclusivo {
    display: inline-block;
    margin: 3px 0 0 0;
}

.negrita a{
  font-weight: 600!important;
    color: #fff!important;
    background: red;
    padding: 1px 11px;
    border-radius: 50px;
    margin: 2px;
    display: inline-block;
}

.separador {
  width: 112px;
  height: 1px;
  background: red;
  margin: 10px 0 10px 0px;
}

/* WHATSAPP */

.wz{
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  z-index: 999999999;
}

.wz .vineta{
  position: absolute;
  width: 103px;
  height: 29px;
  left: -115px;
  top: 11px;

  -webkit-animation: 8s ease 0s normal forwards 1 fadein;
      animation: 8s ease 0s normal forwards 1 fadein;

  z-index: 999999999;
}

@keyframes fadein{
    0% { opacity:0; }
    40% { opacity:0; }
    45% { opacity:1; }
    95% { opacity:1; }
    100% { opacity:0; }
}

@-webkit-keyframes fadein{
  0% { opacity:0; }
  20% { opacity:0; }
  25% { opacity:1; }
  85% { opacity:1; }
  100% { opacity:0; }
}

/* WHATSAPP */

.row {
  margin-right: 0px;
}

.col-12{
  padding-right: 0px;
}

a:hover {
    color: #D1141C;
    text-decoration:  none;
}

a {
    color: #111111;
    text-decoration: none;
    background-color: transparent;
}

body{
  font-family: 'Roboto Condensed', sans-serif;
}


.home-izquierdo-form {
    display: inline-block;
    width: 300px;
    height: 400px;
    background: #fff;
    padding: 20px;
}

.masinfo2{
  width: 100%;
/* height: 50px; */
font-size: 20px;
text-transform: uppercase;
position: absolute;
left: 0;
bottom: 0px;
color: #fff;
text-decoration: none;
/* background: #ebebeb; */
text-align: center;

  /* border-radius: 30px; */
  /* font-weight: 700; */

}

.masinfo2 a{
    /* width: 100%; */
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 5px 30px;
    background: #D1141C;
    text-align: center;
    border-radius: 50px;


}

.img-f {
    display: inline-block;
    width: 300px;
}

.pisos{
  display: inline-block;
  width: 49%;
  text
}

.i-izq {
    position: absolute;
    left: 0px;
    background: #e7e7e9;
    width: 100%;
    height: 100%;
}

.i-header {
    float: left;
    display: block;
    background: #f8f8f8;
    width: 100%;
    height: 100px;
}



.i-img{
  width: 100%;
    position: absolute;
    top: 100px;
    bottom: 0;
    /* left: 5%; */
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.i-btn a{
  position: absolute;
  width: 240px;
  height: 84px;
  left: calc(50% - 120px);
  top: calc(50% - 42px);;
  z-index: 99999;

}

.i-btn a img{
  transition: transform .4s; /* Animation */
}

.i-btn a:hover img{
  transform: scale(1.1);
}


.i-img #bw{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

  transition: 1s ease all;
}

.i-img #bw2{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

  transition: 1s ease all;
}


.j-planta1{
/* display: block; */
visibility: visible;
opacity: 1;
height: 100%;
transition: visibility 0s linear, opacity 0.5s linear;
}
.j-planta2{
display: block;
visibility: hidden;
opacity: 0;
height: 0;
transition: visibility 0s linear, opacity 0.5s linear;
}
.j-planta3{
display: block;
visibility: hidden;
opacity: 0;
height: 0;
transition: visibility 0s linear, opacity 0.5s linear;
}

.info1{
  display: block;
}
.info2{
  display: none;
}
.info3{
  display: none;
}

.j-izq {
    position: absolute;
    left: 0px;
    background: #e7e7e9;
    width: 70%;
    height: 100%;
}

.j-der {
    position: absolute;
    right: 0px;
    background: #f8f8f8;
    width: 30%;
    height: 100%;
}

.j-header {
    float: left;
    display: block;
    background: #f8f8f8;
    width: 100%;
    height: 100px;
}

.showmasterplan a{
  text-decoration: none;
  color: #212529;
}

.showmasterplan a:hover{
  text-decoration: none;
  color: #D1141C;
}

.j-img{
  width: 90%;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 5%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.j-img img{
}

.j-lista {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    /* height: 100px; */
}

.j-lista img {
    display: inline-block;
    margin: 20px 0 20px 0px;
}

.j-lista ul{
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  /* height: 100px; */
}

.j-lista ul li{
  margin: 0px 0 0 0;
  list-style-type:none;
  font-size: 18px;
  /* height: 100px; */
}

.j-header img{
margin-left: 10%;
}

.descripcion-header {
    float: left;
    display: block;
    width: 100%;
    /* height: 50px; */
    /* font-family: 'Oswald', sans-serif; */
    text-align: left;
    font-size: 20px;
    color: #383838;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.descripcion-header span{
  font-weight: 700;
}

.descripcion-imagen{
  display: inline-block;
  width: 100%;
  margin: 0px 0;

}

.planta1p1 a{
  text-decoration: none;
  color: #333333;
}
.planta1p1 a:hover{
  text-decoration: none;
  color: #D1141C;
}

.descripcion-desc{
	float: left;
	display: block;
	width:18%;
	font-family: 'Oswald', sans-serif;
	text-align: justify;
	margin-left: 2%;
	line-height: 20px;
	margin-top: 100px;

}

.descripcion-desc .titulo{
	font-size: 16px;
	color: #383838;
	margin-bottom: 20px;
}
.descripcion-desc .subtitulo{
	font-size: 14px;
	color: #6f6f6e;
	margin-bottom: 20px;
}
.descripcion-desc .texto{
	font-size: 12px;
	color: #808080;
}






.plantaxjs
{
  padding: 0px;
position: absolute;
left: 50px;
top: 40px;
}

.plantajs
{
  padding: 0px;
position: absolute;
right: 160px;
top: -40px;
}

.exito-home {
  position: absolute;
  top: 85px;
  right: -81px;
  width: 390px;
  z-index: 1000;
}
.exito-home-movil {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
      z-index: 1000;
}

.home-izquierdo{
  float: left;
  display: block;
  width: 50%;
  /* background: #fff; */
}

.home-titulos{
  float: right;
  display: block;
  width: 100%;
  /* height: 94px; */
  margin: 20px 50px 0 0px;
  text-align: right;
}

.home-derecho{
  position: relative;
  text-align: center;
  float: left;
  display: block;
  width: 50%;
  margin-top: 70px;
  /* background: #000; */

}

.home-ubicacion{
  display: inline-block;
  width: 90%;
  padding-bottom: 50px;
}

#contacto-form{
  display: inline-block;
    width: 90%;
    margin: 20px 0 0 0;

	}

  #respa{
    position: absolute;
    top: 48%;
    right: 0;
    width: 300px;
    padding: 10px 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
  	font-size:14px;
  	font-weight:900;
    z-index: 9999;
    background: Green;

  }

  input[type=text] {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    float: left;
    display: block;
    width: 100%;
    height: 45px;
    border: solid 1px #bbbbbb;
    /* border: none; */
    margin: 6px 0 0 0;
    padding: 10px;
    background: none;
    /* background: url(../media/transparente-contacto.png) repeat; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* border-radius: 10px; */
}

  .guion-rut {
    font-family: 'Oswald', sans-serif;
  	font-size:14px;
  	font-weight:900;
      color:#333;
  	float:left;
  	display:block;
  	width:30px;
  	height:45px;
      /*border:solid thin #878786;*/
      margin: 5px 0 0 0;
      padding: 10px;
  	/* background:#ededed; */

  }

  textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    float: left;
    display: block;
    width: 100%;
    height: 150px;
    border: solid 1px #bbbbbb;
    /* border: none; */
    margin: 6px 0 0 0;
    padding: 10px;
    background: none;
    /* background: url(../media/transparente-contacto.png) repeat; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}


  input[type=submit] {
    float: left;
    display: block;
    font-family: 'Oswald', sans-serif;
      font-weight: 900;
      color: #fff;
      font-size: 16px;
      text-align: center;
      margin: 10px 0 0 0;
      padding: 10px 60px;
      background:#D1141C;
      /* background: url(../media/transparente.png) repeat; */
      border: none;
      cursor: pointer;
  	border-radius: 0;
  	border:0;
  	-webkit-border-radius:0;
      border-radius: 50px;
  	  -webkit-appearance: none;

  }


  .titulo-imagenes{
    float: left;
    display: block;
    width: 100%;
    height: 120px;
    background: #fff;

  }

  /* .home-titulos{
    float: left;
    display: block;
    width: 281px;
    height: 94px;
    margin: 20px 0 0 20px;
    max-width: 90%;
  } */


/* MIS ESTILOS */


.imggray {
	position:absolute;
	height:80vh;
	top:100px;
	left:0;
  	padding-left:20px;
	padding-right:20px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.sengray {
	position:absolute;
	height:80vh;
	top:100px;
	left:0;
  	padding-left:20px;
	padding-right:20px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}

.imgtop {
	position:absolute;
	height:80vh;
	top:100px;
	left:0;
	padding-left:20px;
	padding-right:20px;
	margin-left: auto;
  	margin-right: auto;
	display: none;
}

.senstop {
	position:absolute;
	height:80vh;
	top:100px;
	left:0;
	padding-left:20px;
	padding-right:20px;
	margin-left: auto;
  	margin-right: auto;
	display: none;
	width: 100%;
}



.masinfo a{
	background-color: #667078;
    border-radius: 30px;
    font-size: 1.2em;
    color: white;
    padding: 8px 50px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: normal;
}




.masinfomovil {
	background-color: #888888cf;
    border-style: solid;
    border-radius: 20px;
    font-size: 1.0em;
    color: white;
    padding: 8px;
    cursor: pointer;
}

.contacto {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left:30%;
}

.contactomovil {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}


.contactotxt {
	text-align:right;
    height: 40px;
    padding: 0px;
    padding-bottom: 0px;
    font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
    color: 4a2010;
    letter-spacing: 1px;
    width: 50%;
}

.contactotxtmovil {
	text-align:right;
    height: 40px;
    padding: 0px;
    padding-bottom: 0px;
    font-size: 1.0em;
    font-family: 'Roboto Condensed', sans-serif;
    color: 4a2010;
    letter-spacing: 1px;
    width: 50%;
}


.input {
    height: 40px;
    padding: 0px;
    padding-bottom: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.41);
    border-bottom: none;
    border-left: none;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    width: 80%;
    color:black;
}

.inputmovil {
    height: 40px;
    padding: 0px;
    padding-bottom: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.41);
    border-bottom: none;
    border-left: none;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    color:black;
}

.input2 {
    height: 40px;
    padding: 0px;
    padding-bottom: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.41);
    border-style: solid;
    border-color: #ccc9c9;
    border-width: 1px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    color:black;
}

.inputarea {
    padding: 0px;
    padding-bottom: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.41);
    border-bottom: none;
    border-left: none;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    width: 80%;
    color:black;
}

.inputareamovil {
    padding: 0px;
    padding-bottom: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.41);
    border-bottom: none;
    border-left: none;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    color:black;
}

.inputarea2 {
    padding: 0px;
    padding-bottom: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.41);
    border-style: solid;
    border-color: #ccc9c9;
    border-width: 1px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    color:black;
}

.contact {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 350px;
  height: 485px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-width: 3px;
  z-index: 1000;
  background-color: #e8e4e4b8;
  padding-top: 50px;
}

.contactmovile {
	position:absolute;
	top:30px;
	left:30px;
	width:200px;
	height:250px;
	border: solid;
	border-color: white;
	border-radius:30px;
	border-width: 3px;
	z-index:1000;
	background-color: white;
}

.colplanta {
	z-index: 1000;
	padding-left:4px;
  padding-right: 0px;
}

.n-p-casa{
  font-weight:700;
  font-size:1.1em;
  color: #676767;
  margin-bottom:10px;
  text-transform: uppercase;
}

.logo-ikant{
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 190px;
}

.logos-empresa{
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

.logo-ikant-movil{
  display: inline-block;
}

.plantatxt {
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
    color: #676767;
    margin-bottom: 10px;
}
.plantatxtmovil {
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
	font-size: 1.5em;
}
.planta {
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
	font-size: 1em;
	cursor:pointer;
}
.plantamovil {
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
	font-size: 0.8em;
	cursor:pointer;
	text-align:left;
}
.plantamovil2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	cursor:pointer;
	text-align:center;
	font-weight:600;
}
.plantad {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	padding-top:125%;
	margin-left: -100px;
	text-align: right!important;
}
.plantah {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	margin-left: -100px;
	text-align: right!important;
}
.plantaselected {
	color: #D1141C;
}



.main-menu {
  position: fixed;
  right: 3rem;
  top: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 13px;
  z-index: 5;
  display: none;
}

@media (max-width: 768px) {
    .contact {
    top: 0px!important;
    left: 10px!important;
    width: 270px!important;
    height: 425px!important;
  }
}
@media (min-width: 768px) {
    .main-menu {
      display: flex;
    }

}
@media (min-width: 992px) {
    .main-menu {
      right: 2rem;
    }
}



@media (min-width: 768px) {
      .main-location img {
        padding-top: 0;
        max-width: 100%;
       }
}

.contacto-last {
  position: relative;
  height: 100vh;
}

.main-bg {
    height: 100vh;
    min-height: 650px;
    background-size: cover;
    background: top center / cover;
    overflow: hidden;
}
