/*
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
Updated: 2023-06-20 11:21:05
*/
.text--orange {
    color: #FF8200;
}
/* INTL TEL INPUT */
.iti {
	width: 100%;
}
/* TIPOS DE LOTES */
.tipos-de-lotes-wrapper, .lotes-vendidos{
	display: flex;
	flex-wrap: nowrap;
}
.lotes-vendidos .lote-nombre{
	max-width: 200px;
}
.lotes-vendidos .slick-list{
	padding-right:5%;
}
.tipos-de-lotes-wrapper{
	column-gap: 80px;
	padding: 0 30px;
}
.lote-imagen{
	height: 360px;
}
.lote-imagen img, .overlay-img{
	border-radius: 18px !important;
}
.lote-imagen img{
	height: 100% !important;
	width: 100% !important; 
	object-fit:cover;
}
.lote-item{
	position: relative;
	margin: 0 20px;
}
.lote-nombre{
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	z-index: 1;
}
.overlay-img{
	position: absolute;
	top:0;
	left:0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
	height: 100%;
	width: 100%;
}
.open__information{
	padding: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 20px 0 0 0px !important;
	cursor: pointer;
}
.open__information img{
	transform: rotate(-45deg)
}
/* ** */
.tipos-de-lotes-wrapper .slick-list {
	margin: 0 -40px;
	padding: 0 10% 0 0;
}
.slick-dots{
	bottom: -50px !important;
}
.swiper-pagination .swiper-pagination-bullet, .slick-dots li{
	max-width: 24px !important;
	height: 2.30px !important;
	background: #23231A33 !important;
}
.slick-dots li button, .slick-dots li button:focus{
	background: transparent !important;
}
.slick-dots li.slick-active{
	background: #FF8200 !important;
}
.slick-dots li button:before{
	display: none !important;
}
form input::placeholder{
	color: #250C52 !important;
	opacity: 1 !important;
	font-weight: 300 !important;
}
/* INPUT DE ACEPTACIÓN */
form.elementor-form .elementor-field-type-acceptance .elementor-field-option input {
    position: absolute !important;
    opacity: 0 !important;
    z-index: 1;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option label {
    width: 100% !important;
    padding: 0 0 0 32px !important;
    display: block !important;
    position: relative !important;
    top: inherit !important;
	font-weight: 300 !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:before {
    content: '' !important;
    position: absolute !important;
    border-radius: 0px !important;
    width: 20px !important;
    height: 20px !important;
    top: -1px !important;
    left: 1px !important;
    background-color: #250C52 !important;
    border: 1.5px solid #fff;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked+label:before {
    border: none !important;
    background-image: url('/wp-content/uploads/2024/11/check-v2.svg') !important;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    background-color: #FFF !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option label a {
    color: #FFD800 !important;
    text-decoration: underline;
	font-weight: 600;
}
/* FORM CONTACTO */
.page-id-1084 form.elementor-form .elementor-field-type-acceptance .elementor-field-option label a {
	color: #250C52 !important;
}
.page-id-1084 form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:before {
	background-color: #FFF !important;
    border: 1.5px solid #250C52;
}
.page-id-1084 form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked+label:before {
	background-image: url('/wp-content/uploads/2024/10/check-white-urba.svg') !important;
	background-color: #250C52 !important;
}
/*  */
.tipo-segunda-vivienda form.elementor-form .elementor-field-type-acceptance .elementor-field-option label a {
    color: #23231A !important;
    text-decoration: underline;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option label a:hover {
    text-decoration: underline !important;
}

@media (min-width: 1024px){
	main, .elementor-location-header, .elementor-location-footer, .elementor-location-archive{
		max-width: calc(100% - 100px);
		margin: 0 0 0 auto;
	}
}
@media (min-width: 768px) and (max-width:1460px){
	.page-id-295 .e-con:not(.elementor-element-b462266, .elementor-element-96ad5c4, .seguridad_experiencia, .elementor-element-7a039ca, .elementor-element-04894b2, .elementor-element-18b1dd0, .container__testimonios) .e-con-inner {
        padding: 0 10px 0 60px !important;
    }
	.page-id-295 .e-con:is(.elementor-element-b462266, .elementor-element-96ad5c4) .e-con-inner{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width:767px){
	.lotes-vendidos .slick-list{
		padding-right:0;
	}
	.lote-imagen{
		height: 410px;
	}
	.tipos-de-lotes-wrapper{
		padding: 0;
	}
	.tipos-de-lotes-wrapper .slick-list {
		margin: 0 -20px;
		padding: 0 13% 0 0;
	}
	 .tipos-de-lotes-wrapper .slick-slide {
		 margin: 0 20px;
	}

	.slick-dots {
		bottom: -50px !important;
	}
	.slick-dotted.slick-slider{
		padding: 0 0 0 10px;
	}
}