/* -----  _general.scss     -----*/
p{
	font-size: 1.2rem;	
	font-weight: 300;
}
.proyecto p{
	text-align: justify;
}

.ventajas ul, .ubicacion ul{
	padding-left: 0
}
.ventajas li, .ubicacion li{
	text-align: left;
	list-style: none;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.75;
	padding-left: 20px;
	background: url(../images/icn-vineta.svg) no-repeat left 9px
}
@media(min-width: 992px) {
	p {
		font-size: 0.9rem;
	}
	.ventajas li, .ubicacion li{
		font-size: 0.9em;
	}
}
h2.titulo{
	font-size:2.45em;
	color: #FB5A49;
	line-height: 1.18;
	text-align: left
}
h3.titulo{
	font-size:1.45em;
	color: #FB5A49;
	text-align: left
}
.subtitulo {
    font-size: 3.2rem
}
.subtitulo.separado {
    letter-spacing: .35em
}
.texto {
    font-size: 1.11rem
}

.btn-cta {
    font-weight: 500;
	border: none;
    background: #1B2B3A;
    padding: 1.2rem 2rem;
    border-radius: 5rem;
	color: #fff;
    font-size: 1.2em;
	letter-spacing: 0.1em;
    transition: all 0.2s ease
}
.btn-cta:hover {
    background: #FB5A49 !important;
	color:#1B2B3A;
    text-decoration: none
}
@media(min-width: 768px) {
	.btn-cta {
	    padding: 0.9rem 2.5rem;
	    font-size: 0.8em
	}
}
/* -----  _cambio-de-menu.scss     -----*/
.menu-secundario{
	position: fixed; top: 0; left: 0; width: 100%; translate: 0 -100%;transition: all .3s;z-index: 999
}

.active{
	translate: 0 0;
}
/* -----  _portada.scss     -----*/
.portada {
    position: relative;
    background-size: cover
}
.portada .swiper-slide {
    height: 0;
    padding-bottom: 45%!important;
}

@media(min-width: 768px) {
    .portada .swiper-slide {
        padding-bottom:60%
    }
}

@media(min-width: 992px) {
    .portada .swiper-slide {
        padding-bottom:56.25%
    }
}
.portada .imagen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}
.portada .contenido {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: left
}
.portada .titulo {
    line-height: 1;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 28px !important
}
.portada .titulo span{
    display: block;
    font-weight: bold
}
@media(min-width: 768px) {
    .portada .titulo {
        font-size:32px !important
    }
}

@media(min-width: 992px) {
    .portada .titulo {
        font-size:45px !important
    }
}

@media(min-width: 1200px) {
    .portada .titulo {
        font-size:55px !important
    }
}

@media(min-width: 1400px) {
    .portada .titulo {
        font-size:62px !important
    }
}
@media only screen and (max-width: 767px) {
	.portada .row {
	    aspect-ratio: 2 / 2 !important;
	}
	.portada {
	    aspect-ratio: 2 / 2.15 !important;
		background-position-x: center
	}
	.portada .imagen {
	    height: 240%
	}
}

/* -----  _whatsapp.scss     -----*/

.fijados .whatsapp {
    position: fixed;
    z-index: 9;
    bottom: 6em;
    right: 1em
}

@media(min-width: 768px) {
    .fijados .whatsapp {
        right:1.5em
    }
}

.fijados .static-wsp {
    display: block;
    line-height: 1;
    padding: 1em;
    background-color: #25D366;
    border-radius: 50%;
    color: #fff;
    animation: wsp 1.5s ease infinite
}

.fijados .static-wsp .icon {
    width: 1.5em;
    height: 1.5em
}

@media(min-width: 992px) {
    .fijados .static-wsp .icon {
        width:2em;
        height: 2em
    }
}

@keyframes wsp {
    0% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / 50%)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(0,0,0,0)
    }
}

/* -----  _resumen.scss     -----*/
.resumen .logo-proyecto{
	height: 8em
}
.resumen .lce-logo{
	height: 3.2em
}
.resumen h3.subtitulo{
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 600 !important;
	color: #fb5a49
}
.resumen h3{
	padding-left: 35px;
	height: 25px;
	margin-bottom: 0
}
.resumen h3.direccion{
	background: url(../images/icn-ubicacion.svg) no-repeat left top
}
.resumen h3.pisos{
	background: url(../images/icn-pisos.svg) no-repeat left top
}
.resumen h3.dormitorios{
	background: url(../images/icn-dormitorios.svg) no-repeat left top
}
.resumen h3.modalidad{
	background: url(../images/icn-modalidad.svg) no-repeat left top
}
.resumen h3.desde{
	background: url(../images/icn-desde.svg) no-repeat left top
}
p.dato{
	font-size: 1em;
	line-height: 1em;
	color: #444444;
	padding-left: 35px;
	margin-bottom: 0px
}
.resumen .item {
	height: 70px;
    text-align: left;
    float: left;
	padding: 0 1.25em
}
.resumen .item:nth-child(1), .resumen .item:nth-child(3) {
	width: 60%
}
.resumen .item:nth-child(2), .resumen .item:nth-child(4) {
	width: 40%
}
.resumen .item br{
	display: none;
}
.resumen .item:last-child{
	border-right: none
}
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
	.resumen .item {
	    text-align: left;
	    float: left;
		padding: 0 2.25em;
		border-right: solid 1px #ccc;
		width: initial !important
	}
	.resumen .item br{
		display: block;
	}
}
/* -----  _proyecto.scss     -----*/

.video iframe{
	width: 100%;
	height: 250px;
	border-radius: 20px;
	transition: all 1s ease
}
.video iframe:hover{
	transition: all 0.5s ease;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.5);
	transform: scale(1.05)
}
@media (min-width: 992px) {
	.video iframe{
		height: 380px
	}
}
/* -----  _galeria.scss     -----*/
.galeria-wrapper {
    position: relative
}
.galeria-wrapper:after {
    content: "Las imágenes y ambientaciones incluidas en el presente brouchure son solamente ilustrativas y representan una interpretación artística del proyecto. Las características del proyecto final pueden variar sin previo aviso por parte del promotor y/o constructor.";
    position: absolute;
    bottom: -2em;
    width: 100%;
    left: 0;
    font-size: .8em;
    line-height: 1em;
    color: rgba(0,0,0,.35)
}

.galeria .swiper-slide {
    height: 0;
    padding-bottom: 50%;
    height: 300px
}
.galeria .contenido {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.galeria .imagen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}
@media (min-width: 992px) {
	.galeria .imagen {
		border-radius: 20px
	}
	.galeria-wrapper:after {
		width: 60%;
	    left: 20%;
		font-size: .6em;
		bottom: -2.2em
	}
}
.galeria .texto {
	width: 50%;
	left: 25% !important;
	bottom: 15px;
	backdrop-filter:blur(5px);
    background: rgba(0,0,0,.4) !important;
    padding: 0.5em 1em;
	border-radius: 10px;
	text-align: center !important;
    font-size: 1.4em;
    color: #fff
}
@media (min-width: 992px) {
	.galeria .texto {
		width: 25%;
		left: 37.5% !important
	}
}
.swiper .arrow {
    color: #fff;
    background-color: rgba(0,0,0,.3);
    width: 1.2em !important;
    height: 1.2em !important;
    font-size: 2.7em !important;
    transition: background-color .5s;
    border-radius: 50%;
    border: none
}
.swiper-button-prev{
	background: url(../images/arrow-left.svg) no-repeat center center;
	background-size: 25px
}
.swiper-button-next{
	background: url(../images/arrow-right.svg) no-repeat center center;
	background-size: 25px
}

@media only screen and (max-width: 767px) {
	.arrow {
	    width: 1em !important; 
	    height: 1em !important
	}
	.galeria .texto {
		bottom: 0%;
		left: 10%;
	    background: #d6d500d6;
	    padding: 0.3em 0.5em;
	    font-size: 1.1em
	}
	.swiper-button-prev{
		background-size: 10px;
		background-color: #d6d500d6;
		left: 0
	}
	.swiper-button-next{
		background-size: 10px;
		background-color: #d6d500d6;
		right: 0
	}
}

/* -----  _direccion.scss   -----*/
.ubicacion .mapa{
	border: 1px solid #c0c0c0;
	border-radius: 20px
}
.ubicacion p{
	font-size: 1.1em;
	font-weight: 500;
}
p.direccion{
	padding-left: 35px;
	background: url(../images/icn-ubicacion.svg) no-repeat left top
}
.ubicacion .boton{
    background: rgba(0,0,0,0.15);
    border-radius: 3em;
    padding: 1em 2em;
    font-size: 0.8em
}
.ubicacion .boton:hover{
    background: #e4e4e4;
    color: #686868;
    text-decoration: none
}
.ubicacion .boton .icon{
    width: 2em !important;
    height: 1.5em !important;
}
/* -----  _planos.scss     -----*/
.planos .grupo-item{
	flex-wrap: wrap
}
.planos .item{
	flex: 0 0 calc(100% / 2);
}
.planos .subtitulo{
	font-weight: 300 !important;
	font-size: 0.8em
}
.planos .dato{
	font-size: 1.4em;
	padding-left: 0;
	line-height: 1.1em
}
.planos .area .dato{
	font-weight: 400;
	font-size: 2.6em
}
.planos .nav-link{
	color: rgb(250 102 79);
	font-size: 16px;
	border: 1px solid rgba(250,102,7,0.5)
}
.planos .nav-tabs {
	border-bottom: 1px solid rgba(0,0,0,0.2)
}
.planos .swiper-pagination{
	font-size: 12px
}
.planos .swiper-pagination-bullet{
	border: 1px solid gray;
	background: none;
	width: 18px;
	height: 18px
}
.planos .swiper-button-prev,.planos .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto
}
@media only screen and (max-width: 767px) {
	.planos .titulo span {
		display: block
	}
}

/* -----  _cotizar.scss     -----*/
.contacto form{
	width: 95%
}
.contacto .imagen {
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
}
.contacto h2.titulo{
	color: #fff !important;
	font-size: 2em !important
}
.contacto .form-control {
	width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #fff;
    padding: 1em 0
}
.contacto .form-control::placeholder {
	text-transform:uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: 300;
    color: #fff
}
@media (min-width: 992px) {
	.contacto .form-control {
		padding: .5em 0
	}
	.contacto .form-control::placeholder {
		font-size: 0.8em;
	}
	.contacto form{
		width: 85%
	}
}
.contacto .form-control:focus {
    border-width: 2px;
	background: rgba(255,255,255,0.1);
	outline: none;
}
@media only screen and (max-width: 767px) {
	.contacto .imagen{
		display: none
	}
}
.contacto .btn-politicas {
    border: 0;
    padding: 0;
    background: none;
    text-decoration: underline;
    color: rgb(255 255 255 / 70%)
}
.contacto label{
    font-size: 0.85em;
    transform: translateY(-5%);
    margin-left: 5px
}
.contacto .form-check label{
	font-weight: 300;
	color: rgb(255 255 255 / 80%)
}
.contacto small{
    font-size: 0.8em;
    opacity: 0.8
}
.contacto .btn-cta:hover {
    background: #fff !important;
}
.contacto .modal-content button.close {
    background: #001A52;
    padding: 0.25em 0.4em;
    font-family: sans-serif !important;
    font-weight: lighter !important;
    color: white;
    text-shadow: none;
    opacity: 1;
    border-radius: 100%;
    outline: 0 !important;
	border: none !important
}
.form-check-input {
    margin-left: 0 !important
}
.form-control {
	-webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important
}

/* -----  _modal.scss     -----*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}