/*
Theme Name: Tannua
Theme URI: https://tannua.com/
Template: hello-elementor
Author: Tannua Team
Author URI: https://tannua.com/
Description: Tema a medida del diseño web
Version: 1
*/
:root {
	--main-color: #055D99;
	--alt-color: #02324C;
  	--font: Poppins;
	--bg-gradient: linear-gradient(180deg, #04BFF2 0%, #0093D7 100%);
}
body {
    -webkit-text-size-adjust: 100%;
}
.header__version_jb .header-principal.sticky-active {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff !important;
	box-shadow: 0 20px 40px #02324C1A;
	transition: all 0.2s ease-in-out;
	border-radius: 0;
	background-image: none !important;
	justify-content: center;
    gap: 50px;
	margin: 0;
}
.header__version_jb .header-principal.sticky-active .menu-item:not(.contactanos) .elementor-item{
	color: #055D99 !important;
}
.header__version_jb .header-principal.sticky-active .elementor-item-active:before, .header__version_jb .header-principal.sticky-active .elementor-item-active:after, .header__version_jb .header-principal.sticky-active .menu-item:not(.contactanos) .elementor-item:hover:before{
	background-color: #81DFF8 !important;
}
.page-id-3576 .header__version_jb .header-principal.sticky-active {
    position: relative !important;
    box-shadow: none !important;   /* Opcional */
    top: 0 !important;
}

#elementor-popup-modal-3513, #elementor-popup-modal-1731, #elementor-popup-modal-1712{
	z-index: 999999 !important;
}
.active-toggle-responsive{
	z-index: 99999;
	position: relative;
}

.skyblue{
	color: #0093D7;
}
.blue{
	color: #04BFF2;
}
.yellow{
	color: #F9BF2C;
}
.bold{
	font-weight: 700;
}
.card {
    max-width: 420px;
	position: relative;
	box-shadow: 0 30px 40px #02324C1A;
    border-radius: 24px;
}
.etiqueta{
	padding: 12px 22px 13px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: linear-gradient(0deg, #F1F1F1, #fff);
	border-radius: 8px;
	color: #055D99;
	font-weight: 500;
	font-size: 15px;
	width: fit-content;
}
.btn-link {
	background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    border-radius: 100px;
    border: 4px solid #04bff2;
    position: absolute;
    right: 30px;
	bottom: -32px;
}
.jb-icon {
    display: inline-block;
    
}
.icon-arrow{
	background-image: url('/wp-content/uploads/2025/10/arrow-entheos.svg');
	width: 50px;
    height: 25px;
	margin-bottom: -7px;
}
.icon-arrow-btn{
	background-image: url('/wp-content/uploads/2025/10/arrow-blue-dark-entheos.svg');
	width: 20px;
    height: 15px;
}
.icon-arrow-project{
	background-image: url('/wp-content/uploads/2025/10/arrow-entheos.svg');
	width: 15px;
    height: 15px;
}
.icon-clock{
	background-image: url('/wp-content/uploads/2025/10/icon-clock-entheos.svg');
	width: 20px;
    height: 21px;
	margin-right: 10px;
}
.icon-arrow-city{
	background-image: url('/wp-content/uploads/2025/10/city-icon.svg');
	width: 18px;
    height: 22px;
}
/* Decoración de titulos */
.title-decoration-1.big h2:before, .title-decoration-2.big h2:before, .title-decoration-3.big h2:before{
	width: 87px;
	height: 125px;
	left: -66px;
    top: -12px;
}

.title-decoration-1 h2:before, .title-decoration-2 h2:before, .title-decoration-4.big h2:before, .title-decoration-5 h2:before {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 55px;
	height: 80px;
	position:absolute;
	left: -43px;
    top: -8px;
}
.title-decoration-1 h2:before,
.title-decoration-4 h2:before {
	background-image: url('/wp-content/uploads/2025/12/Vector-11.svg');	
}
.title-decoration-2 h2:before,
.title-decoration-3 h2:before,
.title-decoration-5 h2:before{
	background-image: url('/wp-content/uploads/2025/10/Vector-1.svg');	
}
.title-decoration-1.big h2, .title-decoration-2.big h2, .title-decoration-3.big h2{
	font-size: 26px;
	line-height: 110%;
	font-weight: 300;
	padding-top: 15px;
}

.title-decoration-4.big h2, .title-decoration-5.big h2{
	font-size: 34px;
	line-height: 100%;
	font-weight: 300;
	padding-top: 15px;
}

/* *** */
.custom-slider-prev-arrow {
    left: 20px;
}
.custom-slider-next-arrow{
	right: 20px;
}
.custom-slider-arrow::after {
    background-image: url('/wp-content/uploads/2025/10/right_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
/*     top: inherit; */
    width: 30px;
    height: 30px;
}
.custom-slider-arrow {
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: rgb(255 255 255 / 50%);
    border: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    border-radius: 50px;
}
.custom-slider-dots {
    bottom: 60px;
    left: 13%;
    transform: translateX(0);
	
}
.custom-slider-dot {
    width: 10px;
    height: 10px;
    background: #FFFFFFB2;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 10px;
}
.custom-slider-dot.active-bullet {
	background: #04BFF2 !important;
	display: flex;
    justify-content: center;
	align-items: center;
	width: 22px;
}
.custom-slider-pagination {
    background: transparent;
	color: #1c0b19;
}
.custom-slider-progress{
	background: #0093D7;
}
.custom-slider-progress-bar{
	background: #055D99;
	height: 8px;
	top: -2px;
}
*:focus, input:invalid, input:focus, select:focus {
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
}
form input:not(.checkboxes-field),
form select {
    height: 54px;
	padding: 20px 1rem 5px !important;
}
.elementor-form select:invalid, .elementor-form select option {
    font-weight: 300 !important;
    color: #000 !important;
}
form.elementor-form input::placeholder {
    opacity: 0 !important;
    display: none;
}
.elementor-field-label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 1.1em;
	margin: 5px;
	align-items: center;
	display: flex;
	pointer-events: none;
	transition: all 0.25s;
	font-size: 14px !important;
	z-index: 1;
}
.elementor-field-group:focus-within > .elementor-field-label, .elementor-field-group.filled .elementor-field-label  {
  padding: 0;
  font-weight: 400;
  font-size: 11px !important;
  top: 5px;
  bottom: unset;
  transform: translateY(0px) translateX(15px);
}

#form-field-telefono, .elementor-field-group-telefono label, .elementor-field-group.filled .elementor-field-label[for="form-field-telefono"]{
	padding-left:110px !important;
	transform: translate(0) !important;
}

/* Contenedor de la burbuja personalizada */
.custom-error-bubble {
    position: absolute;
    background: #fff;
    border: 1px solid #ff0000; /* Rojo */
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 999;
    font-size: 13px;
    margin-top: 5px;
    transition: opacity 0.3s ease; /* Para el efecto de desaparición */
}

/* El icono rojo SVG */
.red-icon {
    width: 18px;
    height: 18px;
    fill: #ff0000;
}

/* Flecha de la burbuja apuntando hacia arriba */
.custom-error-bubble::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff0000;
}

/* INTL TEL INPUT */
.iti {
	width: 100%;
}
.iti__selected-flag:after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    right: -8px;
    background: rgb(65 82 99 / 40%);
}
.elementor-field-group-ubicacion_lote .elementor-select-wrapper{
	display: flex;
}
.iti__arrow, .select-caret-down-wrapper{
    background: url('/wp-content/uploads/2025/10/arrow-select-entheos.svg') no-repeat center;
    width: 12px !important;
    height: 7px !important;
    border: 0 !important;
	font-size: 0 !important;
}
/* .select-caret-down-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	inset-inline-end: 10px;
}
.iti__arrow{
	position: relative;
}
.iti__arrow, .select-caret-down-wrapper {
    width: 12px !important;
    height: 7px !important;
    pointer-events: none;
	border: none !important;
} */
.select-caret-down-wrapper svg{
	display: none !important;
}
/* .iti__arrow::before, .select-caret-down-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2025/10/arrow-select-entheos.svg) no-repeat center;
    background-size: contain;
} */
.elementor-select-wrapper.remove-before:before{
	display: none !important;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: 8px !important;
}
.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent !important;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 400;
}
#form_popup .iti__country-list {
	max-width: 310px;
}
.jb-items_1{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.jb-items_1 .item {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    column-gap: 20px;
    box-shadow: 0 10px 40px 0 #02324C1A;
    border-radius: 12px;
    padding: 24px 30px;
	font-family: 'Poppins';
}
.jb-items_1 .item img{
	min-width: 60px;
}
.jb-items_1 .item h4{
	font-size: 17px;
	line-height: 26px;
	margin: 0;
	color: #055D99;
	font-weight: bold;
}
.jb-items_1 .item p{
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	color: #1C0B19;
}
.jb-pagos-detalle{
	display:flex; 
	gap:20px;
	font-family: 'Poppins';
}
.jb-pago-col{
	flex:1 1 50%; 
	min-width:300px;
	box-shadow: 0 10px 40px 0 #02324C1A;
	padding: 20px;
	border-radius: 12px;
}
.pago-contado .jb-pago-titulo, .pago-cuotas .jb-pago-titulo{
	font-size: 17px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	margin-top: 0;
}
.pago-contado .jb-pago-titulo{
	color: #055D99;
}
.pago-cuotas .jb-pago-titulo{
	color: #F9BF2C;
}
.pago-cuotas .jb-pago-item{
	background-color: #F9BF2C2D;
}
.pago-contado .jb-pago-item{
	background-color: #04BFF22D;
}
.jb-pagos-detalle .jb-pago-item{
	padding: 18px 30px;
	display: flex;
	border-radius: 12px;
	column-gap: 17px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 22px;
	min-height: 75px;
	align-items: center;
	color: var(--e-global-color-text);
	font-weight: 400;
}
form .elementor-button-icon, .elementor-button-link .elementor-button-icon {
    font-size: 17.5px;
}
.line-decoration.elementor-widget:before, .line-decoration-1.elementor-widget:before{
	content: '';
    height: 1px;
    width: 30px;
    display: block;
    position: absolute;
    top: 25px;
    left: -20px;
}
.line-decoration.elementor-widget:before {
    background-color: #055D99;
}
.line-decoration-1.elementor-widget:before {
    background-color: #ffffff;
}
/* texturas */
.texture:before,
.texture:after {
	background-repeat: repeat-y;
    background-size: 25%;
    background-position: 84% 0%;
}
/* Villa Sagrada */
.page-id-2 .texture:before,
.page-id-2 .texture:after {
	background-image: url(/wp-content/uploads/2025/10/villa-sagrada-pattern.svg);
}
/* Colinal del sol */
.page-id-39 .texture:before,
.page-id-39 .texture:after {
	background-image: url(/wp-content/uploads/2025/10/colinas-sol-pattern.svg);
}
/* Cielo azul */
.page-id-42 .texture:before,
.page-id-42 .texture:after {
	background-image: url(/wp-content/uploads/2025/10/cielo-azul-pattern.svg);
}


@media (max-width:1380px) and (min-width:1024px){
    .title-decoration-1.big, .title-decoration-2.big {
		margin-left: 55px !important;
	}
	
}
@media (max-width:1330px) and (min-width:1024px){
	.title-decoration-4.big, .title-decoration-5.big {
		margin-left: 20px !important;
	}
}
@media (max-width:1023px){
	.header__version_jb .header-principal.sticky-active {
		justify-content: space-between;
	}
}
@media (min-width: 744px) and (max-width:1023px){
	.title-decoration-1.big, .title-decoration-2.big {
		margin-left: 60px !important;
	}
	.title-decoration-4.big, .title-decoration-5.big {
		margin-left: 40px !important;
	}
}
/* Macbook */
@media (min-width: 1369px) and (max-width: 1500px) {
	.adjust-title {
		margin-left: 55px;
	}
}
@media (min-width:1244px){
	.contactanos a {
		background-image: linear-gradient(0deg, #0093D7, #04BFF2);
		border-radius: 100px;
		box-shadow: 0 8px 15px 0 #02324C2E !important;
	}
	.contactanos.menu-item a {
		padding-left: 14px !important;
	}
	.contactanos.menu-item{
		margin-left: 40px;
	}
	.page-id-2 .texture:after,
	.page-id-39 .texture:after,
	.page-id-42 .texture:after {
		background-position: 25% 0%;
	}
}
@media only screen and (min-width: 744px) and (max-width: 1024px) {
	li.contactanos {
		display: none !important;
	}
	.header__version_jb .header-principal.sticky-active {
		justify-content: center;
	}
	.texture {
		background-repeat: repeat-y;
        background-position: right;
	}
	.page-id-2 .texture {
		background-image: url(/wp-content/uploads/2025/10/VILLA-SAGRADA-RESP.svg) !important;
	}
	/* Colinal del sol */
	.page-id-39 .texture {
		background-image: url(/wp-content/uploads/2025/10/COLINAS-DEL-SOL-RESP.svg) !important;
	}
	/* Cielo azul */
	.page-id-42 .texture {
		background-image: url(/wp-content/uploads/2025/10/CIELO-AZUL-DER.svg) !important;
	}
}
@media (min-width: 743px){
	.btn--main a:hover {
		background: var(--main-color) !important;
		color: #FFF !important;
		border-color: var(--main-color) !important;
	}
	.btn--secondary a:hover {
		background: var(--main-color) !important;
		color: #FFF !important;
		border-color: var(--main-color) !important;
	}
	.btn-arrow--white a:hover svg path {
		fill: #FFF;
	}
	.call-action a:hover span {
		background: url(/wp-content/uploads/2025/10/arrow-white-entheos.svg);
	}
	.btn--alt a:hover {
		background: #02324C !important;
		color: #FFF !important;
		border-color: #02324C !important;
	}
	.title-decoration-1.big h2 span, .title-decoration-2.big h2 span, .title-decoration-3.big h2 span {
        line-height: 100%;
        display: block;
        font-size: 46px;
    }
/* 	.dsDesktop-none{
		display: none;
	} */
}
@media (max-width: 743px){
	.line-decoration.elementor-widget:before, .line-decoration-1.elementor-widget:before {
		top: 17px;
	}
	.dsRes-none{
		display: none;
	}
	.header__version_jb .header-principal.sticky-active {
		justify-content: space-between;
		gap: 0px;
		margin-top: 0
	}
	.search-categories {
        flex-wrap: nowrap;
        column-gap: 10px !important;
        row-gap: 15px;
        justify-content: flex-start;
        overflow-x: scroll;
		padding: 25px 20px;
	}
	.search-categories label {
		flex: none;
		padding: 14px 50px;
	}
	.contactanos a {
		background-image: none;
		border-radius: 0;
		box-shadow: none !important;
	}
	.title-decoration-1, .title-decoration-2, .title-decoration-4, .title-decoration-5 {
		margin-left: 64px;
		margin-bottom: 40px !important;
	}
	.title-decoration-1.big h2, .title-decoration-2.big h2, .title-decoration-4.big h2, .title-decoration-5.big h2{
		padding-top: 25px;
		font-size: 21px;
	}
	.title-decoration-1 h2:before, .title-decoration-2 h2:before, .title-decoration-4.big h2:before, .title-decoration-5.big h2:before {
		width: 69.99px !important;
		height: 102px !important;
		left: -46px !important;
		top: 5px !important;
	}
	.title-decoration-1 h2 span, .title-decoration-2 h2 span, .title-decoration-4.big h2 span, .title-decoration-5.big h2 span{
		display: block;
		font-size: 35px;
		line-height: 42px;
		letter-spacing: 0.02rem;
	}
	.jb-pagos-detalle {
		gap: 30px;
		flex-wrap: wrap;
	}
	.jb-pagos-detalle .jb-pago-item {
		align-items: flex-start;
	}
	.jb-repeater .item {
		column-gap: 20px;
		box-shadow: none;
		border-radius: 0px;
		padding: 15px;
	}
	.jb-repeater .custom-slider-dots {
		bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
	}
	.jb-repeater .custom-slider-dot{
		background: #F1F1F1;
	}
	.jb-repeater .item p {
		font-size: 14px;
		line-height: 26px;
		font-weight: 300;
	}
	.jb-repeater .jb-items_1 .item h4 {
		font-size: 18px;
		line-height: 28px;
	}
	.custom-search {
		padding-top: 0px;
	}
	/* Villa Sagrada */
	.page-id-2 .texture {
		background-image: url(/wp-content/uploads/2025/10/VILLA-SAGRADA-RESP.svg) !important;
	}
	/* Colinal del sol */
	.page-id-39 .texture {
		background-image: url(/wp-content/uploads/2025/10/COLINAS-DEL-SOL-RESP.svg) !important;
	}
	/* Cielo azul */
	.page-id-42 .texture {
		background-image: url(/wp-content/uploads/2025/10/CIELO-AZUL-DER.svg) !important;
	}
	/* Block scroll menu */
	body:has(header.active-toggle-responsive) {
		overflow: hidden;
		touch-action: none;
		height: 100dvh;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape)  {
	.texture:after {
		background-position: 300px center !important;
	}
}
@media(min-width: 1195px) {
	.dsDesktop-none {
		display: none;
	}
}