@font-face {
  font-family: 'salome';
  src: url('../fonts/salome-webfont.eot');
  src: url('../fonts/salome-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/salome-webfont.woff2') format('woff2'),
       url('../fonts/salome-webfont.woff') format('woff'),
       url('../fonts/salome-webfont.ttf') format('truetype'),
       url('../fonts/salome-webfont.svg#salomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4 {
	font-family: 'salome';
  color: #000;
}

p {
	color: #000;
}

hr {
	border-top: 1px solid rgba(0,0,0);
}

.llave ul {
	list-style: none;
  list-style-position: inside;
  margin: 0;
  width: 100%;
  padding: 0;
}

.llave ul li:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f084";
	color: #ffc100;
	margin-right: 5px;
}

.llave ul i {
	color: #ffc100;
}

.vertical-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.vertical-center-columna {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.subrayado {
	text-decoration: underline;
}

.subrayado-separado {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.borde-inferior {
	border-bottom: 1px solid #000;
}

.slider-full {
	width: 100%;
}

.full-width {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.logo {
	max-width: 120px;
}

.carousel .carousel-item {
	background-position: center;
	background-size: cover;
}

.carousel-control-prev, .carousel-control-next {
	font-size: 50px;
}

.carousel-indicators li {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

.carousel-indicators .active {
	background-color: #ffc100;
}

.slider {
	position: relative;
}

.div-form {
	width: 100%;
	max-width: 300px;
	z-index: 99;
	background: #ffc100;
	padding: 20px 25px;
	font-family: 'salome';
	color: #000;
	position: relative;
}

.div-form.flotante {
	position: absolute;
	right: 300px;
	top: 130px;
}

.div-form h2 {
  font-size: 38px;
}

.div-form .input-effect {
	margin-bottom: 20px;
}

.div-form .input-effect .effect {
	width: 100%;
}

.div-form hr {
	border-top: 1px solid #000;
	opacity: 1;
	background-color: transparent;
	margin-bottom: 30px;
}

#form-contacto {
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
}

#form-sidebar {
	opacity: 0;
	position: absolute;
	top: 0;
	transition-duration: 0.5s;
}

#form-sidebar.show {
	opacity: 1;
}

#form-top {
	transition-duration: 0.5s;
}

#form-top.hide {
	opacity: 0;
}

.relative {
	position: relative;
}

.effect {
	border: 0; 
	padding: 4px 0; 
	border-bottom: 2px solid #000; 
	background-color: transparent !important;
}

.effect:focus{
  outline: none;
}

.effect ~ .focus-border{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: #000; 
	transition: 0.4s;
}

.effect:focus ~ .focus-border, .has-content.effect ~ .focus-border{
	width: 100%; 
	transition: 0.4s;
	border: 0; 
	border-bottom: 2px solid #000;
}

.effect ~ label{
	position: absolute; 
	left: 0; 
	width: 100%; 
	top: 9px; 
	color: #000;
	font-size: 14px;
	font-family: 'arial'; 
	transition: 0.3s; 
	z-index: -1; 
	letter-spacing: 0.5px;
}

.effect:focus ~ label, .has-content.effect ~ label{
	top: -16px; 
	font-size: 12px; 
	color: #000; 
	transition: 0.3s;
}

.btn-primary {
	background-color: #000;
	color: #ffc100;
	border-color: #000;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #ffc100;
  background-color: #000;
  border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #ffc100;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/* remover el color de fondo del autocompletado */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
  padding: 20px 15px 28px;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar .navbar-nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffc100;
  color: transparent;
  width: 0%;
  content: '.';
  height: 5px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar  {
	padding-top: 20px;
	padding-bottom: 2px;
	transition-duration: 0.5s;
}

.menu-blanco .navbar {
	padding-top: 0;
}

.navbar .navbar-brand {
	padding: 0;
}

.navbar .logo-link {
	position: relative;
}

.navbar .logo-blanco {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition-duration: 0.5s;
}

.navbar .logo-color {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition-duration: 0.5s;
}

#menu {
	transition-duration: 0.5s;
}

.menu-blanco {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
}

.menu-blanco .navbar-light .navbar-nav .nav-link {
	color: #000;
}

.menu-blanco .navbar .logo-blanco {
	opacity: 0;
}

.menu-blanco .navbar .logo-color {
	opacity: 1;
}

.menu-blanco .logo {
  max-width: 80px;
}

.boton {
	background: #ffc100;
  border: solid 1px #ffc100;
  border-radius: 25px;
  color: #000;
  font-size: 20px;
  padding: 5px 17px 7px 15px;
  transition-duration: 0.5s; 
}

.boton:hover {
	background: rgba(0,0,0,.5);
  color: #ffc100;
  text-decoration: none;
}

.footer {
	padding: 70px 0 50px;
	background: #000;
}

.footer .logo-footer {
	max-width: 120px;
}

.footer .borde {
	border-right: 1px solid rgba(255,255,255,.2);
}

.footer .redes-sociales {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer .redes-sociales a {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: all .3s ease-out 30ms;
	margin-right: 10px;
	font-size: 30px;
	text-align: center;
	line-height: 1.7;
	color: #fff;
}

.footer .redes-sociales a:active, 
.footer .redes-sociales a:focus, 
.footer .redes-sociales a:hover {
  background: #ffc100;
  border: 2px solid #ffc100;
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.footer .div-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .menu ul {
	list-style: none;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside;
  padding: 24px;
  margin: 0;
  width: 100%;
}

.footer .menu ul li {
	margin-bottom: 10px;
}

.footer .menu ul li a {
	color: #fff;
	display: inline-block;
}

.footer .menu ul li i {
	color: #ffc100;
}

.footer .menu ul li a::after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #ffc100;
  transition: 300ms;
}

.footer .menu ul li a:hover {
	text-decoration: none;
}

.footer .menu ul li a:hover::after {
  width: 100%;
}

.top-imagen {
	background-size: cover;
	background-position: center;
}

.ficha-tecnica {
	margin-top: 40px;
  background: rgba(0,0,0,.04);
  padding-top: 70px;
  padding-bottom: 70px;
}

.ficha-tecnica ul {
  padding-left: 0;
  list-style-type: none;
}

.ficha-tecnica ul li {
  border-right: 1px solid rgba(0,0,0,.15);
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  text-align: center;
}

.ficha-tecnica ul li:last-child {
  border-right: 1px solid transparent;
}

.ficha-tecnica ul li h4 {
	font-size: 30px;
	margin-bottom: 6px;
}

.planos a {
  background-position: center;
  background-size: cover;
  display: block;
}

.recorrido-virtual {
	margin-top: 40px;
  background: rgba(0,0,0,.04);
  padding-top: 70px;
  padding-bottom: 70px;
}

.ubicacion {
	margin-top: 40px;
  background: rgba(0,0,0,.04);
  padding-top: 70px;
  padding-bottom: 70px;
}

.mapa {
	border: 7px solid #fff;
	-webkit-box-shadow: 2px 4px 10px 0 rgba(0,0,0,.15);
	box-shadow: 2px 4px 10px 0 rgba(0,0,0,.15);
}

.cuadro-grande {
	background-color: #ffc100;
	padding: 20px;
}

.cuadro-grande .cuadro-inner {
	display: flex;
	flex-direction: row;
	background-color: #ffc100;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.cuadro-grande .cuadro-inner:last-child {
	border-bottom: 1px solid transparent;
}

.cuadro-grande .cuadro-inner .icono {
	font-size: 30px;
	color: #000;
}

.cuadro-grande .cuadro-inner .texto {
	width: 100%;
	margin-left: 20px;
}

.cuadro-grande .cuadro-inner .texto h4 {
	margin: 0;
}

.cuadro-grande .cuadro-inner .texto p {
	margin: 0;
}

.cuadro {
	display: flex;
	flex-direction: row;
	background-color: #ffc100;
	padding: 30px 15px 15px;
}

.cuadro .icono {
	font-size: 50px;
	color: #000;
}

.cuadro .texto {
	width: 100%;
	margin-left: 20px;
}

.cuadro .texto p {
	margin: 0;
}

h2 {
	font-size: 38px;
}

.nosotros {
	background-size: cover;
	background-position: center;
}

.nosotros .div-cuadro {
	padding: 160px 0; 
}

.nosotros .titulo-cuadro {
	position: absolute;
  bottom: -15%;
  left: 0;
  padding: 3.8% 6% 5.8% 6%;
  background: #ffc100;
  max-width: 500px;
  z-index: 1;
}

.nosotros .titulo-cuadro h2 {
	padding: 0 0 15px;
  border-bottom: 1px solid #000;
  font-size: 38px;
}

.mt-6 {
	margin-top: 100px;
}

.lotes {
    position: relative;
}

.lotes h2,
.lotes h3,
.lotes h4 {
    color: #fff;
}

.lotes .div-formulario-lotes{
	background-color: #f6a419;
	border-radius: 25px 25px 25px 0;
	-webkit-box-shadow: 0 6px 50px 0 rgba(66,66,66,0.26);
	box-shadow: 0 6px 50px 0 rgba(66,66,66,0.26);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 29px 30px;
	margin-left: 40px;
}

.div-precios {
    -webkit-box-shadow: 0 11px 40px 0 rgba(0,0,0,0.24);
    box-shadow: 0 11px 40px 0 rgba(0,0,0,0.24);
    background-color: #006738;
    text-align: center;
    padding: 20px;
}

.div-precios h4 {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,0.54);
    margin-bottom: 4px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.div-precios h3 {
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.div-precios .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-precios i {
    color: #f6a419;
}

.div-ubicacion {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.div-ubicacion:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 0;
    z-index: 3;
    background-image: url(../img/degrade.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.ubicacion-texto {
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
}

.div-mapa {
    margin-left: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
    background-image: -moz-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
    background-image: -o-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
    background-image: -ms-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
    background-image: linear-gradient(to top, #e5e5e5, rgba(229,229,229,0));
}

.div-mapa .div-imagen {
    position: relative;
    z-index: 2;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}

.div-mapa .div-imagen .imagen-inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 928px;
}

.div-slider {
    margin-top: 40px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp i {
    margin-top: 13px;
}

.whatsapp:hover {
    color: #fff;
}

@media only screen and (max-width: 1500px) {
	#form-sidebar {
    margin-top: 70px;
	}
}

@media only screen and (max-width: 1400px) {
	.div-form.flotante {
    right: 170px;
	}
	#form-sidebar {
    margin-top: 120px;
	}
}

@media only screen and (max-width: 1200px) {
	.div-form.flotante {
    right: 130px;
	}
	#form-sidebar {
    margin-top: 200px;
	}
}

@media only screen and (max-width: 1100px) {
	.carousel-indicators {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#form-top {
  	display: none !important; 
  }

	#form-sidebar {
  	position: relative !important;
  	top: 0 !important;
  	margin-bottom: 40px;
  	max-width: 100%;
  	opacity: 1 !important;
  }

  .div-form h2 {
  	font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
	#form-top {
  	display: none !important; 
  }

  #form-sidebar {
  	position: relative !important;
  	top: 0 !important;
  	margin-bottom: 40px;
  	max-width: 100%;
  }

  .slider {
  	margin-top: 70px;
  }

  .carousel-control-prev, .carousel-control-next {
    font-size: 20px;
	}

	.carousel-indicators {
		display: none;
	}

	.footer .div-logo {
    justify-content: center;
	}

	.footer .redes-sociales {
    justify-content: center;
	}
}