/*
	Theme Name: Ikasa
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: PSA
	Author URI: http://pedorsalgueroanillo@gmail.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
:root {
	--fuente_principal:'Montserrat', sans-serif;
	--verde_fuerte: #00997e;
	--verde_claro: #7fb927;
	--verde_fuerte_hover: #4b867a;
}

/* global box-sizing */
html {
	box-sizing: border-box;
}
*, 
*:before, 
*:after {
	box-sizing: inherit;
}

/* html element 62.5% - 10px = 1rem*/
html {
	font-size:62.5%;
}
body {
	font-family: var(--fuente_principal);
	font-family: 'Montserrat';
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 500;
	color:#807f80;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

iframe {
	width: 100% !important;
	height: 600px !important;
	border: 0;
}
@media only screen and (min-width:768px) {
	iframe {
		width: 100% !important;
		height: 1100px !important;
		border: 0;
	}
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.page a {
	color: var(--verde_fuerte);
	font-weight: 800;
	position: relative;
	z-index: 999;
}
input:focus, textarea:focus {
	outline:0;
	border:1px solid var(--verde_fuerte);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	line-height: inherit;
	font-weight: normal;
}
h1, h2 {
	text-align: center;
	color: #807f80;
}
h1 {
	font-size: 30px;
	line-height: 34px;	
	margin-top: 40px;
	margin-bottom: 20px;
}
h2 {
    font-size: 22px;
    margin-bottom: 30px;
	font-weight: 400;
}

/*------------------------------------*
	bx slide
*------------------------------------*/
.bx-wrapper {
	margin: 0 auto;

}
.alquiler-ikasa .bx-viewport {
	padding: 0rem;
}
@media only screen and (min-width:1024px) {
	.alquiler-ikasa .bx-viewport {
		padding: 2rem;
	}
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 42%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 99;
	background-size: cover;
	display: none;
}
@media only screen and (min-width:1024px) {
	.bx-wrapper .bx-controls-direction a {
		display: block;
	}
}
.bx-wrapper .bx-controls-direction a:hover {
	box-shadow: none;
}
.bx-wrapper .bx-prev {
	left: -12px;
	background: url('img/left.png') no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -12px;
	background: url('img/right.png') no-repeat 0 0;
}

@media only screen and (min-width:1024px) {
	.bx-wrapper .bx-prev {
		left: -47px;
		background: url('img/left.png') no-repeat 0 0;
	}
	.bx-wrapper .bx-next {
		right: -47px;
		background: url('img/right.png') no-repeat 0 0;
	}
}


.single .bx-wrapper .bx-controls-direction a {
	top: 61%;
}
@media only screen and (min-width:1024px) {
	.single .bx-wrapper .bx-controls-direction a {
		top: 57%;
	}	
}
.single .contenedor-slider-single .bx-wrapper .bx-prev {
	left: 25px;
}
.single .contenedor-slider-single .bx-wrapper .bx-next {
	right: 25px;
}
@media only screen and (min-width:768px) {
	.single .contenedor-slider-single .bx-wrapper .bx-prev {
		left: 86px;
	}
	.single .contenedor-slider-single .bx-wrapper .bx-next {
		right: 86px;
	}
}

.slide-single {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 30vh;
	width: 100%
}
@media only screen and (min-width:768px) {
	.slide-single {
		height: 90vh;
	}
}

/*------------------------------------*
	Filtro viiviendas
*------------------------------------*/
.menu_taxonomia {
	list-style: none;
	margin: 0 auto 2rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (min-width:1024px) {
	.menu_taxonomia {
		margin: 0 auto 3rem;
		flex-direction: row;
	}
}

#filtrar .menu_taxonomia span {
	display: none;
}
@media only screen and (min-width:768px) {
	#filtrar .menu_taxonomia span {
		display: block;
	}
}
.menu_taxonomia li a {
	padding: .6rem 2.3rem .4rem;
	margin: 0 0.5rem 1rem;
	font-weight: normal;
	color: #3A3A3A;
	border-radius: 20px;
	border: 2px solid #BABABA;
	width: auto;
	display: block;
	text-align: center;
	font-size: 15px;

}
@media only screen and (min-width:1024px) {
	.menu_taxonomia li a {
		padding: .5rem 1rem;
		margin: 0 1rem 1rem;
		font-weight: normal;
		color: #3A3A3A;
		border-radius: 20px;
		border: 2px solid #BABABA;
		width: 227px;
		font-size: 16px;
		display: block;
		text-align: center;
	}
}
.menu_taxonomia li a:hover,
.menu_taxonomia li a.active {
	border:2px solid var(--verde_fuerte);
	box-shadow: none;
	color: var(--verde_fuerte);
	font-weight: 500;
}
#filtrar .contenedor {
	justify-content: center;
}
#filtrar .contenedor .enlacePromo {
    width: 100%;
    overflow: hidden;
}

#map {
	width: 100%;
	height: 100%;
	min-width: 450px;
	min-height: 450px;

}

@media only screen and (max-width:500px) {
	#map {
		min-width: 200px;
	}
}

/*------------------------------------*
	formulario
*------------------------------------*/
label {
	width: 100%;
}
.dos-c {
	display: block;
	column-gap: 1.5rem;
}
@media only screen and (min-width:768px) {
	.dos-c {
		display: flex;
		row-gap: 2rem;
		column-gap: 1.5rem;
	}
}

input, textarea, select{
	width: 100%;
	padding: 20px 28px;
	border: solid #d0d0d0 1px;
	line-height: 16px;
	background: #ffffff;
	font-size: 1.4rem;
	border-radius: 4px;
	color: #696969;
	margin-bottom: 1.5rem;
}
.formulario input[type="checkbox"], input[type="radio"] {
	margin: 0;
}
textarea{
	height: 200px;
}
input::placeholder,
textarea::placeholder {
	color: #696969;
	font-size: 17px !important;
	opacity: 1
}
.ikasa-btn {
	font-size: 1.5rem;
	font-weight: 600;
	cursor:pointer;
}
/* form tipologias */
.formulario-contacto .dos-c{
	gap: 0
}
/*------------------------------------*/
    STRUCTURE
/*------------------------------------*/
a {
	transition: color 0.5s ease;
	text-decoration: none;
}
/* wrapper */
.wrapper {
	max-width:1136px;
	max-width:1170px;
	width:97%;
	margin:0 auto;
	position:relative;
	clear: both;
}
.alquiler-ikasa .wrapper {
	max-width: 1200px;;
}
@media only screen and (min-width:768px) {
	.wrapper {
		width:94%;
	}
}
.wrapper-footer {
	max-width:1146px;
	width:97%;
	margin:0 auto;
	position:relative;
}
.contenedor-hero {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5rem;
	padding: 0 20px;
}
.imagen-prefooter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.imagen-prefooter img {
	max-width: 90%;
}
@media only screen and (min-width:1024px) {
	.imagen-prefooter img {
		max-width: 990px;
	}
}
/*------------------------------------*/
	Pag404
/*------------------------------------*/
.error404 .sidebar {
	padding: 0 2rem;
}
/*------------------------------------*/
	Contenedores
/*------------------------------------*/
.contenedor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 4rem
}

@media only screen and (min-width:768px) {
	.contenedor {
		flex-direction: row;
		justify-content: space-between;
		
	}
}
.acordeon_contenido .contenedor {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0rem
}
@media only screen and (min-width:768px) {
	.acordeon_contenido .contenedor {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 3rem
	}
}

/*------------------------------------*
	HEADER
*------------------------------------*/
.header {
	border-bottom: 1px solid #ccc;
	height: 100px;
	z-index: 100;
	position: static;
	/* top: -95; */
}
.header .contenedor {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 0;
	flex-wrap: nowrap;
}

@media only screen and (min-width:7680px) {
	.header .contenedor {
		align-items: center;
	}
}
.page .header a {
	color: #000;
	font-weight: normal;
}
.header.f-nav {
	position: fixed;
	top: 0;
	z-index: 100000;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #ccc;
	transition: all 0.4s ease-in-out;

}

/* logo*/
.header-logo {
	padding: 15px;
	max-width: 155px;
	min-width: 155px;
}
/* menu */
.header-nav {
        z-index: 999;
        width: 100%;
        padding: 2rem;
        position: absolute;
        top: 99px;
        right: 100%;
		display: none;
}
@media only screen and (min-width:1210px) {
	.header-nav {
        width: auto;
        padding: 0;
        position: relative;
        top: 00;
        right: 0;
		display: block;
	}
}
.header-nav ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width:768px) {
	.header-nav ul {
		flex-direction: row;
		justify-content: space-between;
	}
}
.header-nav ul li {
	padding: 0;
}
.header-nav ul li a {
	padding: .5rem;
	margin: 0 .5rem;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	line-height: 3rem;
	color: #696969;
	font-size: 1.6rem;
	font-weight: 500;
}
.header-nav ul li.current-menu-item a,
.header-nav ul li a:hover,
.header-nav ul li a:focus {
	border-bottom: solid 2px #b0ce65;
	color: #333333;
}
/* redes sociales */
.header-redes-sociales {
	display: none;
}
.header-redes-sociales .contenedor {
	gap: 0
}

@media only screen and (min-width:768px) {
	.header-redes-sociales {
		display: block;
		padding: 0 1rem;
	}
}
.header-redes-sociales .contenedor,
.single .header-redes-sociales .contenedor {
	flex-direction: row !important;
}
header .header-redes-sociales-mobile .contenedor {
	justify-content: center !important;
	flex-direction: row !important;
}
.header-redes-sociales a,
.header-redes-sociales-mobile a {
	height: 25px;
	width: 25px;
	margin-left: 1rem;
}
.header-redes-sociales img,
.header-redes-sociales-mobile img {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}
.header-redes-sociales .icono-social,
.header-redes-sociales-mobile .icono-social {
	background-size: 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ico-face {
	background-image: url('./img/facebook.png')
}
a:hover.ico-face {
	background-image: url('./img/facebook-2.png')
}
.ico-twitter {
	background-image: url('./img/twitter.png')
}
a:hover.ico-twitter {
	background-image: url('./img/twitter-2.png')
}
.ico-youtube {
	background-image: url('./img/youtube.png')
}
a:hover.ico-youtube {
	background-image: url('./img/youtube-2.png')
}
.ico-linkedin {
	background-image: url('./img/linkedin.png')
}
a:hover.ico-linkedin {
	background-image: url('./img/linkedin-2.png')
}
/* menu right */
.menu-right {
	display: flex;
	flex-direction: row;
	height: 100%;
}
/* ico telefono */
.header-telefono, .header-acceso {
	height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	justify-content: end;
	color: #696969;
	border-bottom: 3px solid transparent;
	min-width: 108px;
}
.header-telefono{
	padding: 1rem 2rem;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.header .num-telf {
	display: none;
}
@media only screen and (min-width:1024px) {
	.header .num-telf {
		display: block;
	}
}
.header-acceso {
	padding: 1rem 3.5rem;
}
a.header-acceso:hover,
a.header-telefono:hover,
.user a.header-acceso {
	border-bottom: 3px solid var(--verde_claro);
}
.ico-telefono,
.ico-acceso  {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ico-telefono {
	background-image: url('./img/smartphone.png');
	height: 45px;
	margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
	.ico-telefono {
		height: 30px;
	}
}
.ico-acceso {
	background-image: url('./img/account.png');
	height: 26px;
	margin-bottom: 10px;
}
a:hover.ico-telefono {
	background-image: url('./img/smartphone-2.png')
}

a:hover.ico-icoacceso {
	background-image: url('./img/account-2.png')
}

.hamburger {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 100px;
	padding: 10px 30px 23px 30px;
	cursor: pointer;
	transition: .3s ease-in all;
}

@media only screen and (min-width:1209px) {
.hamburger {
		display: none;
	}
}
._layer {
	background: var(--verde_claro);
	margin-bottom: 8px;
	border-radius: 2px;
	width: 36px;
	height: 3px;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
._layer.-top {

}
.hamburger ._layer.-mid {

}
.hamburger ._layer.-bottom {

}
.hamburger.is-active .-top {
	-webkit-transform: translateY(200%) rotate(45deg) !important;
	-ms-transform: translateY(200%) rotate(45deg) !important;
	transform: translateY(200%) rotate(45deg) !important;
	position: absolute;
	top: 50px;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom {
	-webkit-transform: translateY(-200%) rotate(135deg) !important;
	-ms-transform: translateY(-200%) rotate(135deg) !important;
	transform: translateY(-200%) rotate(135deg) !important;
	top: 63px;
	position: absolute;
}
.menu-mobile {
	position: absolute;
	width: 0;
	height: 100vh;
	background: #fff;
	z-index: 999999;
	top: 100px;
	left: 100%;
	display: none;
	opacity: 0;
}
.menu-mobile.is_active {
	left: 0%;
	display: block;
	width: 100vw;
	opacity: 1;
}
.header.is_active.f-nav {
	position: fixed;
	transition: none;
}
.menu-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-mobile ul li {
	text-align: left;
	color: #fff;
	list-style: none;
	padding: 0 30px 0;
}
.menu-mobile ul li a {
	border-bottom: solid #cccccc 1px;
	padding: 17px 0;
	color: #807f80;
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 0;
}

@media only screen and (min-width:768px) {
	.menu-mobile {
		display: none;
	}
}

/*------------------------------------*
	FOOTER
*------------------------------------*/
.footer {
	border-top: 1px solid var(--verde_fuerte);
	padding: 0 20px
}
.contenedor-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 3rem 0 1rem;
}
@media only screen and (min-width:768px) {
	.contenedor-footer {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 3rem 0;
	}
}
.contenido-direccion {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: normal;
	flex: 0 0 45%;
}
@media only screen and (min-width:768px) {
	.contenido-direccion {
		flex: 0 0 37%;
	}
}
.logo-footer {
	margin-right: 1.3rem;
}
@media only screen and (min-width:1024px) {
	.logo-footer {
		margin-right: 3rem;
	}
}
.logo-footer img {
	width: 135px
}
.direccion-footer {
	width: 100%;
}
.direccion-footer p{
	font-size: 1.5rem;
	color: #807f80;
	margin: 2px;
	line-height: 1.8rem;
}
@media only screen and (min-width:1024px) {
	.direccion-footer p{
		font-size: 1.8rem;
	}
}
.todo-contacto {
	margin: 3rem 0 1.5rem;
	flex: 0 0 100%;
	width: 100%;
}
@media only screen and (min-width:768px) {
	.todo-contacto {
		margin: 0 5rem;
		flex: 0 0 47%;
	}
}
.todo-contacto span {
	color: var(--verde_fuerte);
	font-weight: 800;
	margin-bottom: 10px;
	margin-right: 10px;
	letter-spacing: 1px
}
.todo-contacto p {
	font-size: 1.8rem;
	line-height: 18px;
	color: #807f80;
	margin-bottom: 10px;
	margin-top: 0;
}
.contacto-footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem 0px 0;
}
@media only screen and (min-width:768px) {
	.contacto-footer {
		display: flex;
		flex-direction: row;
		padding: 2rem 7px 0px;
		flex-wrap: wrap;
	}
}
.contacto-footer .venta {
	margin-bottom: 1rem;
}
@media only screen and (min-width:768px) {
	.contacto-footer .venta {
		margin-bottom: 3rem;
	}
}
.contacto-footer p {
	color: var(--verde_claro);
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
}
.contacto-footer a {
	font-size: 14px;
	margin-top: 2px;
	margin-right: 15px;
	color: #333333;
	font-weight: 600;
}

.datos-venta,
.datos-alquiler  {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.tlf {
	margin-top: -5px;
	margin-bottom: 10px;
	margin-right: 9px;
	display: inline-block !important;
	border-radius: 50%;
	background: #cdcdcd url(./img/smartphone-w.png) no-repeat;
	background-size: 10px;
	background-position: center;
	width: 30px;
	height: 30px;
	display: block;
}
.email {
	margin-top: -5px;
	margin-bottom: 10px;
	margin-right: 9px;
	display: inline-block !important;
	float: left;
	border-radius: 50%;
	background: #cdcdcd url(./img/mail-w.png) no-repeat;
	background-size: 13px;
	background-position: center;
	width: 30px;
	height: 30px;
	display: block;
}
/* footer 2*/
.footer-legal {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
	padding: 2rem 2rem;
	border-top: 1px solid #dedede;
	font-size: 1.4rem;
}
@media only screen and (min-width:768px) {
	.footer-legal {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 2rem 1rem
	}
}
.footer-legal ul {
	list-style: none;
	margin: 1rem auto 1rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (min-width:768px) {
	.footer-legal ul {
	flex-direction: row;
	align-items: center;
	margin: 0;
	}
}
.footer-legal ul a {
		color: var(--verde_fuerte);
		margin: 0;
		font-size: 1.4rem;
		font-weight: 800;
}
@media only screen and (min-width:768px) {
	.footer-legal ul a {
		margin: 0 .8rem;
	}
}
.footer-legal ul a:hover {
		color: var(--verde_claro);
}
a.boton-contacto {
	z-index: 999;
	position: fixed;
	right: 30px;
	width: 50px;
	height: 50px;
	bottom: 30px;
	border-radius: 50%;
	background: #77b72d;
	background: -moz-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #77b72d), color-stop(100%, #0c9c76));
	background: -webkit-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -o-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -ms-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: linear-gradient(135deg, #77b72d 0%, #0c9c76 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b72d', endColorstr='#0c9c76', GradientType=1);
}
a.boton-contacto span {
	background: url(./img/mail-w.png) no-repeat;
	background-size: 20px;
	background-position: center;
	width: 50px;
	height: 50px;
	display: block;
}
.formulario input[type="submit"] {
	border: solid 0px transparent;
	margin: 28px 0px 12px;
	display: block;
	text-align: center;
	background: var(--verde_fuerte_hover);
	font-size: 1.8rem;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 16px;
	margin-bottom: 30px !important;
	cursor: pointer;
	transition: background-color .2s ease;
	width: 300px;
}
.formulario input[type="submit"]:hover {
	background-color: var(--verde_claro);
	color: #fff;
}
/*------------------------------------*\
    CONTACTAR
\*------------------------------------*/

.contenedor-formulario {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 2rem;
	gap: 4rem;
}
@media only screen and (min-width:768px) {
	.contenedor-formulario {
		flex-direction: row;
		padding: 0 4rem;
	}
}
.contenedor-formulario .formulario {
	flex: 0 0 calc( 50% - 2rem );
}

.formulario ul {
	margin: 0;
	padding: 0;
}
.formulario .ikasa-acepto {
	display: flex;
	flex-direction: row;
}
.formulario .ikasa-acepto > span {
	margin-right: .5rem;
	font-size: 1.4rem;
	line-height: 17px;
	font-weight: 400;
}
.formulario span  a {
	color: var(--verde_fuerte);
	font-weight: 600;
}
.datos-formulario .oficina {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	color: #696969;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	}
.datos-formulario .horario {
	font-size: 1.4rem;
}

.contenedor-calle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2.2rem;
}
.contenedor-calle p {
	margin: 0 1rem;
	font-size: 1.5rem;
	font-weight: 600;
}
.calle {
	width: 38px;
	display: inline-block;
	height: 38px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #77b72d;
	background: -moz-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #77b72d), color-stop(100%, #0c9c76));
	background: -webkit-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -o-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -ms-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: linear-gradient(135deg, #77b72d 0%, #0c9c76 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b72d', endColorstr='#0c9c76', GradientType=1);
	}
.calle span {
	background: url(./img/ubicacion.png) no-repeat;
	background-size: 12px;
	background-position: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	}
.datos-formulario .venta {
	margin-top: 2.4rem;
	display: flex;
	flex-direction: column;
}
.datos-formulario .venta a{
	margin-bottom: 1.5rem;
}
.datos-formulario .datos-venta {
	padding-right: 7rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #333;
}
.datos-formulario .venta .tlf,
.datos-formulario .venta .email {
	width: 38px;
	height: 38px;
}
/*------------------------------------*
	FUNDACION
*------------------------------------*/
.page-template-template-fundacion section {
	background-color: #f0f0f0;
}
.contenido-fundacion {
	display: flex;
	background: #fff;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.26);
    box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.26);
	margin: 2rem 2rem 4.5rem;
}
@media only screen and (min-width:768px) {
	.contenido-fundacion {
		flex-direction: row;
		margin-bottom: 5rem
	}
}
.contenido-fundacion:last-child {
	margin-bottom: 0;
}
.contenido-fundacion .contenido-texto {
	padding: 4rem;
	height: 450px;
	flex: 0 0 50%
}
.contenido-fundacion .contenido-texto h3 {
	text-align: left;
	color: #696969;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.contenido-fundacion .contenido-texto p {
	text-align: left;
	color: #696969;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 0px;
	margin-bottom: 3rem;
	}
.contenido-fundacion .contenido-texto > a {
	display: inline-block;
	border: solid 0px transparent;
	text-shadow: none;
	width: 200px;
	margin: 28px 0px 12px !important;
	display: block;
	text-align: center;
	float: right;
	background: #449a5b;
	font-size: 18px;
	color: #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 16px;
	-webkit-box-shadow: 6px 6px 4px -5px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 6px 6px 4px -5px rgba(0, 0, 0, 0.26);
	box-shadow: 6px 6px 4px -5px rgba(0, 0, 0, 0.26);
	margin-bottom: 30px !important;
	font-size: 16px;
}
.contenido-fundacion .contenido-imagen {
	flex: 0 0 50%
}
.page-template-template-fundacion .imagen-prefooter {
	background-color: #f0f0f0;
	padding-top: 10rem;
}

.page-template-template-alquila .imagen-prefooter,
.page-template-template-compra .imagen-prefooter  {
	background-color: #f0f0f0;
	padding-top: 0rem;
}
/*------------------------------------*
	HOME
*------------------------------------*/
a.boton {
	-webkit-box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.16);
	box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.16);
	width: 230px;
	margin: 0px 0px 12px;
	display: block;
	text-align: center;
	background: #4b867a;
	font-size: 16px;
	color: #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 9px;
}
a.boton:hover {
	transition: 0.3s ease;
	background: #32645a;
}
a.boton-secundario {
	background: #93b93a;
}

a.boton-secundario:hover {
	transition: 0.3s ease;
	background: #79992f;
}
/*------------------------------------*
	video
*------------------------------------*/

.video {
	width: 100%;
	height: 89.5vh;
	margin-right: -100%;
	position: relative;
	opacity: 1;
	display: block;
	z-index: 2;
	overflow: hidden;
}
@media only screen and (min-width:768px) {
	.video {
		width: 100%;
		height: auto;
		margin-right: -100%;
		position: relative;
		opacity: 1;
		display: block;
		z-index: 2;
	}
}
video.video-cabecera {
	width: 100vw;
	height: 89vh;
	object-fit: cover;
}
@media only screen and (min-width:768px) {
	video.video-cabecera {
		width: 100%;
		height: auto;
	}
}
.video .filtro::after {
	content: '';
	position: absolute;
	height: 99.5%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	filter: opacity(.2);
}
.video .botonera {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 4rem 0
}
@media only screen and (min-width:768px) {
	.video .botonera {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 4rem 0
	}
}
.video .botonera a.boton {
	margin: 0 2rem 2rem;
}
.video .texto1,
.video .texto2 {
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.video .texto1 {
		font-size: 1.5rem;
		text-transform: uppercase;
		text-shadow: 1px 1px 10px #000;
}
.video .texto2 {
	font-size: 2.5rem;
	font-weight: 400;
	text-shadow: 1px 1px 10px #000;
}
.infoSlider .superior {
	top: 30%
}
.infoSlider .medio {
	top: 50%
}
.infoSlider .inferior {
	top: 70%
}
.infoSlider {
	position: absolute;
	margin: 0 auto;
	padding: 0 20px;
	left: 0;
	right: 0;
}

.intro-home {
	margin: 4rem;
}
.intro-home p {
	text-align: center;
	color: #807f80;
}
/* porque ikasa */
.porque-ikasa {
	padding: 8rem 2rem;
}
@media only screen and (min-width:768px) {
	.porque-ikasa {
		padding: 8rem 0;
	}
}
.porque-ikasa .contenedor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (min-width:768px) {
	.porque-ikasa .contenedor {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
}
.porque-ikasa .contenido {
	flex: 0 0 calc(33% - 4rem);
	margin: 4rem 0;
	text-align: center;
}
@media only screen and (min-width:768px) {
	.porque-ikasa .contenido {
		flex: 0 0 calc(33% - 4rem);
		margin: 2rem 0 0 0;
		text-align: center;
	}
}
.porque-ikasa img {
	height: 233px;
}
.porque-ikasa h3 {
	line-height: 3rem;
	font-weight: 500;
	text-align: center;
	color: #00997e;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	margin-top: 2.5rem;
	min-height: 4.8rem;
}

.porque-ikasa .contenido_caracteristica p{
	text-align: center;
}
/*------------------------------------*
	Platllillos
*------------------------------------*/
/*div#platillos {
	display: block;
}
@media only screen and (min-width:768px) {
	div#platillos {
		display: flex; 
		gap: 2rem
	}
} 
div#platillos .contenedor{
	flex-direction: column;
}
@media only screen and (min-width:768px) {
	div#platillos .contenedor{
		flex-direction: column;
	}
}*/
/*------------------------------------*
	HISTORICO
*------------------------------------*/
.historico-ikasa {
	padding: 5.5rem 0;
}
.todas-promociones {
	padding: 1rem 0;
	margin-top: 3.5rem;
}

a.bton-full {
	border: solid #d0d0d0 1px;
	padding: 18px 40px;
	font-size: 1.6rem;
	color: var(--verde_claro);
	display: table;
	font-weight: 500;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px ;
	-webkit-box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.2);
}

a.bton-full:hover {

	padding: 18px 40px;
	font-size: 16px;
	color: var(--verde_fuerte);
	display: table;
	font-weight: 500;
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.2)!important;
	box-shadow: 7px 7px 5px -5px rgba(0, 0, 0, 0.2)!important;
}

.alquiler-ikasa.compra a.bton-full {
	color: var(--verde_fuerte) !important;
}

/* Swiper */
.swiper-button-next-single, 
.swiper-button-prev-single {
	color: #fff;
	font-size: 1px;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	background: rgb(255 255 255 / 0%);
	border-radius: 50%;
	padding: 0px;
	transition: background 0.3s ease;
	/* border: 1px solid; */
}
.swiper-button-next-single:after, 
.swiper-button-prev-single:after {
	line-height: 1.6;
	font-size: 18px;
	color: #696969;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	border: 0px solid transparent;
	text-align: center;
	background: transparent;
	box-shadow: 0;
	font-weight: bold;
	padding: 0 0 0 2px;
}

.swiper-button-prev-single {
	left: 40px
}
.swiper-button-next-single  {
	right: 40px
}
/*------------------------------------*
	slider venta
*------------------------------------*/
.slider-venta .price,
.slider-alquiler .price,
.contenidoPrecio .price {
	font-size: 22px;
}
.slider-venta .price span,
.slider-alquiler .price span,
.contenidoPrecio .price span {
	color: #807f80;
  	font-size: 16px;
  	line-height: 18px;
  	font-weight: 400;
}

.financiacion-carousel {
	margin: 0;
	max-width: 100%;
}

.financiacion-carousel .slide-item {
	text-align: left;
	padding: 0;
}

.financiacion-carousel .slide-item span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.financiacion-carousel .slide-item img.banco {
	float: right;
	margin-right: 20px;
	max-width: 200px;
	/* Adjust as needed */
	max-height: 32px !important;
	/* Adjust as needed */
	height: 32px !important;
	/* Adjust as needed */
}

/* Optional: Customize arrows and dots */
.slick-prev,
.slick-next {
	z-index: 1;
}

.slick-dots {
	margin-top: 10px;
}

/*------------------------------------*
	ALQUILER
*------------------------------------*/
.intro-alquiler {
	margin: 4rem auto;
	padding: 0 20px;
}
.intro-alquiler p {
	text-align: center;
	color: #807f80;
}
.home .alquiler-ikasa {
	padding: 4rem 1rem
}
.alquiler-ikasa {
	background-color: #f0f0f0;
	padding: 3rem 2rem;
}
@media only screen and (min-width:768px) {
	.alquiler-ikasa {
		padding: 4rem 2rem;
	}
}
.alquiler-ikasa .contenedor {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 30px;
}


@media only screen and (min-width:868px) {
	.alquiler-ikasa .contenedor {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (min-width:1024px) {
	.alquiler-ikasa .contenedor {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (min-width:1200px) {
	.alquiler-ikasa .contenedor {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.alquiler-ikasa.margin {
	margin-bottom: 2rem;
}
.home .alquiler-ikasa {
	min-height: 444px;
	background: #f4f4f4 url(./img/bg-ikasa-slider.svg) no-repeat;
	background-size: 40%;
	background-position: bottom right;
}
.alquiler-ikasa .slider {
	padding: 2rem;
}
.alquiler-ikasa .imagen-promocion {
	background-size: cover;
	width: 100%;
	height: 268px;
	background-repeat: no-repeat;
	background-position: center;
}
.imagen-promocion img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 equivalente a background-size: cover */
  object-position: center; /* centra la imagen */
  display: block;
}
@media only screen and (min-width:768px) {
	.alquiler-ikasa .imagen-promocion {
		height: 268px;
	}
}
.imagen-promocion img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 equivalente a background-size: cover */
  object-position: center; /* centra la imagen */
  display: block;
}
.alquiler-ikasa a:hover {
	-webkit-box-shadow: 0px 0px 31px -8px rgba(50, 100, 90, 0.51);
	-moz-box-shadow: 0px 0px 31px -8px rgba(50, 100, 90, 0.51);
	box-shadow: 0px 0px 31px -8px rgba(50, 100, 90, 0.51);
}
.alquiler-ikasa a.enlacePromo,
.enlacePromo {
	flex: 0 0 calc( 33% - 2rem);
	background: #fff;
	position: relative;
	width: 100%;

}
 a.enlacePromo
 .enlacePromo {
	margin-bottom: 3.5rem;
	position: relative;
	/*width: 360px;*/
	width: 100%
}
a.enlacePromo:hover, .enlacePromo:hover {
	-webkit-box-shadow: 0px 0px 31px -8px rgba(50,100,90,0.51);
  	-moz-box-shadow: 0px 0px 31px -8px rgba(50,100,90,0.51);
  	box-shadow: 0px 0px 31px -8px rgba(50,100,90,0.51);
}
.location {
	position: absolute !important;
	top: 12px;
	right: 12px;
	background-image: url(./img/ubicacion.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 22px;
	height: 30px;
	transition: 0.3s ease;
	z-index: 9999 !important;
	d
}
a.location:hover {
	transform: scale(1.1);
}

.alquiler-ikasa .infoPromocion {
	padding: 25px 28px;
	/*min-height: 311px;*/
	position: relative;
}
.alquiler-ikasa#historico .infoPromocion {
	padding: 25px 28px 10px;
	min-height: 313px;
}
.alquiler-ikasa .infoPromocion h3 {
	height: 2.5em;
	color: #696969;
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 1rem;
	overflow: hidden;
}
@media only screen and (min-width:768px) {
	.alquiler-ikasa .infoPromocion h3 {
		margin-bottom: 1.5rem;
	}
}
.alquiler-ikasa .masInfo {
	color: #807f80;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 1rem;
	font-weight: 500;
	min-height: 36px;
}
@media only screen and (min-width:768px) {
	.alquiler-ikasa .masInfo {
		margin-bottom: 1.5rem;
	}
}
.alquiler-ikasa .masInfo .ubicacion {
	HEIGHT: 20PX;
}
.alquiler-ikasa .infoPromocion .contenidoPrecio {
	height: 2.5em;
	padding-bottom: 4rem;
}

.alquiler-ikasa .infoPromocion .contenidoPrecio span.precio {
	color: #00997e;
	font-weight: 800;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 2.2rem;
}
.alquiler-ikasa .infoPromocion .contenidoPrecio span.desde {
	margin-bottom: 0px;
	color: #807f80;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.alquiler-ikasa .infoPromocion .seccion_caract {
	max-height: inherit;
	overflow: hidden;
	width: 100%;
	max-height: 36px;
	margin-bottom: 2rem;
}
/* .alquiler-ikasa .infoPromocion .seccion_caract img.imagen-caracteristica {
	width: auto !important;
	height: 30px !important;
	margin: 0px 25px 10px 0px;
	display: inline-block;
} */
.alquiler-ikasa  .contenidoFinanciacion .financiacion {
	border-top: solid #e7e7e7 1px;
	border-bottom: solid #e7e7e7 1px;
	padding: 9px 0px;
}
@media only screen and (min-width:768px) {
	.alquiler-ikasa  .contenidoFinanciacion .financiacion {
		padding: 15px 0px;
	}
}
.alquiler-ikasa .contenidoFinanciacion {
	min-height: 48px;
}
@media only screen and (min-width:1024px) {
	.alquiler-ikasa .contenidoFinanciacion {
		min-height: 57px;
	}
}

.alquila .contenidoFinanciacion,
.terciario .contenidoFinanciacion,
.terciario .contenidoPrecio {
	display: none;
}

.contenidoFinanciacion span {
	display: inline-block;
	width: 40%;
	float: left;
	margin-top: 5px;
	font-size: 14px;
	color: #807f80;
	line-height: 18px;
	font-weight: 400;
}
img.banco {
	display: inline-block !important;
	width: auto !important;
	max-width: 100px;
	height: 14px !important;
}
.seccion_etiquetas {
		height: 57px;
}

.seccion_etiquetas .tituloEtiqueta{
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 0 5px;
}
#historico .seccion_etiquetas .tituloEtiqueta{
	border-bottom: 0px solid #e7e7e7;
}
.tituloEtiqueta span{
	margin-bottom: 10px;
	color: #FFF;
	font-size: 10px;
	background: #65b239;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
	line-height: 10px;
	font-weight: 500;
}

.tituloEtiqueta.etiquetaRoja {
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	min-width: 100% !important;
	overflow: auto !important;
}
.tituloEtiqueta.etiquetaRoja span {
	background: #ca443d !important;
	font-size: 12px;
	text-transform: uppercase;
}

.boton-mas-info {
	width: 100%;
	position: relative;
	display: block;
}
.boton-mas-info .bton {
	border: none;
	border-radius: 5px;
	padding: .8rem;
	width: 100%;
	color: #fff;
	margin: 2rem 0px 0;
	cursor: pointer;
	background: var(--verde_fuerte);
	font-size: 1.4rem;
	text-align: center;
	display: block;
	font-weight: 400;
}
.boton-mas-info .bton:hover {
	background: var(--verde_fuerte_hover);
}
.boton-mas-info .dashicons, .dashicons-before::before {
	font-weight: 100;
	font-size: 17px;
	vertical-align: middle;
}
/*------------------------------------*
	PATRIMONIALES
*------------------------------------*/
#patrimoniales .contenedor {
	justify-content: center;
}
#patrimoniales .contenedor .enlacePromo {
	margin: 2rem;
}
/*------------------------------------*
	single
*------------------------------------*/
.single .wrapper-marca {
	background: rgba(255, 255, 255, 1);
	padding: 5px 20px;
	position: relative;
	z-index: 300;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}

@media only screen and (min-width:768px) {
	.single .wrapper-marca {
		background: rgba(255, 255, 255, 0);
		position: absolute;
	}
}

.single .wrapper-marca img {
	max-height: 52px;

}

.single .slider-single {
	min-height: 555px;
	background-color: #f1f1f1;
}

.single .wrapper-marca a.volver {
    color: #999999;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.78) url(./img/arrow-left.png) no-repeat;
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 30px;
    display: inline-block;
    position: absolute;
    right: 41px;
    top: 37px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 4rem;
    padding: 5px 20px 5px 40px;
}

.single .wrapper-marca a.volver span {
	display: none;
}

@media only screen and (min-width:768px) {
	.single .wrapper-marca a.volver span {
		display: block;
	}
}

.single h1 {
	line-height: 40px;
	text-align: left;
	color: #807f80;
	margin-top: 30px;
	font-size: 27px;
	margin-bottom: 20px;
}
@media only screen and (min-width:1024px) {
	.single h1 {
	line-height: 50px;
    font-size: 48px;
	}
}
.single h2 {
	font-weight: 800;
	text-align: left;
	color: #696969;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.single .em em {
	margin-top: 10px;
	font-size: 12px;
	color: #8e8e8e;
	line-height: 20px;
	text-align: right;
	font-style: italic;
	display: block;
}
.single-inmueble .cajaInfo .desde {
	color: #807f80 !important;
  	font-size: 20px !important;
	font-weight: 500;
}
.single-inmueble .cajaInfo .price {
	color: var(--verde_fuerte);
	font-weight: bold;
	font-size: 24px;
}
.single-promocion {
	padding: 0 2rem;
}
.single .etiquetas {
	padding: 0 2rem;
}
.single .etiquetas span,
.etiquetas span {
	margin-bottom: 1px;
	color: #ffffff;
	font-size: 12px;
	background: #00997e;
	padding: 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
	line-height: 12px;
}
.single .etiquetas span:nth-child(2n) {
	background: #64ae70;
}
.single .cajaInfo {
	margin: 30px 0px 40px;
	padding: 0 2rem;
	display: flex;
	flex-wrap: wrap;
	color: #807f80 !important;
	font-size: 20px !important;
}
.single .cajaInfo > div {
	border: solid #cccccc 1px;
	padding: 20px;
	min-height: 90px;
	width: 100%;
}
@media only screen and (min-width:1024px) {
	.single .cajaInfo > div {
		border: solid #cccccc 1px;
		padding: 20px;
		min-height: 90px;
		width: auto;
	}
}
.single .cajaInfo > div:last-child {
	padding: 20px;
}
.single .ubicacion-ficha {
	font-weight: 800;
}
.single .price span {
	display: block;
}
.single span.precio {
	display: inline-block;
	font-size: 24px;
	color: #00997e;
	font-weight: 800;
}
.single .contenidoFinanciado span {
	font-weight: 800;
	margin-bottom: 5px;
	display: inline-block;
}
.single .contenidoFinanciado img {
	height: 20px;
	display: block
}
.single .contenidoPromotora a {
	display: block;
	color: #00997e !important;
}
.single .loc {
	margin: auto;
	width: 45px;
	display: block;
	height: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #77b72d;
	background: -moz-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #77b72d), color-stop(100%, #0c9c76));
	background: -webkit-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -o-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: -ms-linear-gradient(-45deg, #77b72d 0%, #0c9c76 100%);
	background: linear-gradient(135deg, #77b72d 0%, #0c9c76 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b72d', endColorstr='#0c9c76', GradientType=1);
}
.single .loc span {
	background: url(./img/ubicacion.png) no-repeat;
	background-size: 20px;
	background-position: center;
	width: 45px;
	height: 45px;
	display: block;
}
/* CARACTERISTICAS */
.enlacePromo .caracteristicas ul {
	height: 30px;
	overflow: hidden;
}

.caracteristicas {
	padding: 0 0 1.5rem;
}

.single .caracteristicas {
	padding: 0 2rem;
}
.caracteristicas ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;

	margin: 0;
	padding: 0;
}
@media only screen and (min-width:768px) {
	.caracteristicas ul {
		justify-content: flex-start;
	}
}
.caracteristicas ul li{
	margin-left: 27px;
	margin-bottom: 4rem;
}
.caracteristicas ul li:first-child { margin-left: 0}

@media only screen and (min-width:1024px) {
	.caracteristicas ul li{
		margin-left: 27px;
		margin-bottom: 0;
	}
}
.single .caracteristicas ul li {
        margin-right: 30px;
		margin-left: 0;
        margin-bottom: 4rem;
}

.caracteristicas .tooltip {
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.caracteristicas .color-Certificado-energético {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/certificacion-energetica.png)
}
.caracteristicas .color-Mascotas {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/mascotas.png)
}
.caracteristicas .color-Aire-acondicionado {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/aerotermia.png)
}
.caracteristicas .color-Calefaccion {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/calefaccion.png)
}
.caracteristicas .color-Consergeria {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/consergeria.png)
}
.caracteristicas .color-Garaje {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/garaje.png)
}
.caracteristicas .color-Gimnasio {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/gimnasio.png)
}
.caracteristicas .color-Piscina {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/piscina.png)
}
.caracteristicas .color-Suelo-radiante {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/suelo-radiante.png)
}
.single .caracteristicas .color-Terraza {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/terraza_.png)
}
.caracteristicas .color-Trastero {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/trastero.png)
}
.caracteristicas .color-Zona-de-ejercicio-exterior {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/zona-ejercicio-exterior.png)
}
.caracteristicas .color-Zonas-ajardinadas {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/zonas-ajardinadas.png)
}
.caracteristicas .color-Zonas-de-juego-infantiles {
	background-image: url(http://pedros153.sg-host.com/wp-content/uploads/zona-juegos-infantiles.png)
}
/* toltip*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black;  */
  cursor:pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 0 10px 0;
	/*top: 30px;
	left: -100%;*/
	width: max-content;
	font-size: 1.2rem;
	border-bottom: 1px solid var(--verde_fuerte_hover);
	margin-top: 6px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.single .contenedor {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.single .acordeon-single .contenedor {
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (min-width:768px) {
	.single .acordeon-single .contenedor {
		flex-direction: row;
	}
}
.single .header .contenedor {
	justify-content: space-between;
	flex-direction: row;
}
.single .contenedor .contenido {
	flex: 0 0 32%;
	margin-right: 0px;
}
@media only screen and (min-width:1024px) {
	.single .contenedor .contenido {
		flex: 0 0 32%;
		margin-right: 15px;
	}	
}
.single .acordeon-single .contenedor .contenido {
	flex: 0 0 100%
}
@media only screen and (min-width:768px) {
	.single .acordeon-single .contenedor .contenido {
		flex: 0 0 41%
	}
	
}
.single .descripcion {
	margin-bottom: 3.5rem;
	padding: 0 2rem;
	margin-top: 6rem;
}
/* .continuar {
	color: var(--verde_fuerte);
	border-bottom: 1px solid #d0d0d0;
	display: block;
	padding: 0 0 1.5em 0px;
} */
.documentacion-interes {
	margin: 4rem 2rem;
	border-top: 1px solid silver;
}
.documentacion-interes h2 {
	margin-top: 3rem;
}
.single .documentacion-interes .contenedor{
	flex-direction: column;
}
@media only screen and (min-width:1024px) {
	.single .documentacion-interes .contenedor{
		flex-direction: row;
	}
}
.single .documentacion-interes .contenido {
	flex: 0 0 100%;
	width: 100%;
}
@media only screen and (min-width:1024px) {
	.single .documentacion-interes .contenido {
		flex: 0 0 33%
	}
}
.single a.enlaceArchivo {
	background: url(./img/descarga-directa.png) no-repeat;
	background-size: 20px;
	background-position: 93% center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #696969;
	padding: 20px 25px;
	font-size: 17px;
	display: block;
	border: solid #d0d0d0 1px;
	margin-bottom: 10px;
	padding-right: 41px;
}

.single .tipologia {
	margin-top: 40px;
	background: #f0f0f0;
	padding-top: 40px;
	padding: 2rem 2rem 4rem;
}
.single .tipologia .wrapper {
	padding: 0rem;
}
@media only screen and (min-width:768px) {
	.single .tipologia .wrapper {
		padding: 0 2rem;
	}
}
.single .bloquefinanciacion .wrapper{
	padding: 1rem 2rem;
}
.single .bloquefinanciacion .row {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 4rem 0 5rem;
}
.single .bloquefinanciacion .contenidoPrecio {
	color: #696969;
	font-weight: 400;
	font-size: 24px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (min-width:768px) {

	/*.single .bloquefinanciacion .contenidoPrecio {
		display: flex;
		flex-direction: row;
		align-items: center;
	}*/
	.single .bloquefinanciacion .contenedor {
		flex-direction: row;
	}

	.single .bloquefinanciacion .contenido {
		flex: 0 0 33%
	}
}
.single .bloquefinanciacion .contenidoPrecio img {
	height: 39px !important;
	margin: 29px 0 0 0;
}

@media only screen and (min-width:768px) {
	.single .bloquefinanciacion .contenidoPrecio img {
		display: inline-block;
		height: 39px !important;
		margin: 0;
	}
}
/* contenido adicional */
.single .contenido.texto {
	float: left;
	width: 100%;
}
.single .contenido.mapa {
	float: right;
	width: 100%;
	margin: 0;
}
@media only screen and (min-width:768px) {
	.single .contenido.texto {
		float: left;
		width: 41%;
	}
	.single .contenido.mapa {
		float: right;
		width: 55%;
		margin: 0;
	}
}
.single .contenido.mapa iframe {
	height: revert-layer !important;
}
.single .acordeon_contenido.contenedor {
	margin-top: 5rem;
}
/* lineas temporales */
.single .lineas-temporales{
	margin: 3rem 2rem 5rem;
	border-top: solid 1px #d0d0d0;
}
.single .lineas-temporales h2 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.single .lineas-temporales .fase {
	display: flex;
	flex-direction: column;
}
.linea_proyecto .slick-list {
	overflow: inherit;
}
.single .linea_contrato .time-wrapper, .linea_proyecto .time-wrapper {
	display: table-cell;
	width: auto;
	position: relative;
	flex: 1 0 auto;
	height: 120px;
}
.single .lineas-temporales .linea {
	width: 100%;
	height: 4px;
	background: #999999;
}
.single .lineas-temporales .fase .linea {
	width: 80px;
	transform: rotate(90deg);
	position: absolute;
    top: 30px;
    left: -30px;
	background: #00997e;
}
.single .lineas-temporales .linea.active {
	background: #00997e;
}
.single .lineas-temporales .circulo {
	position: relative;
	width: 15px;
	height: 15px;
	background: #999999;
	margin-top: -10px;
	border: solid #ffffff 3px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.single .lineas-temporales .circulo.active {
	width: 15px;
	height: 15px;
	background: #00997e;
	margin-top: -10px;
	border: solid #ffffff 3px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.single .lineas-temporales .fase span {
	color: #999999;
	font-size: 15px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: -14px;
	left: 30px;
}
.single .lineas-temporales span.active {
	color: #00997e;
}
.single .lineas-temporales span.alto {
	height: 100px;
}
.img-linea {
	width: 100%;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s ease;
}
.single .lineas-temporales .fase .img-linea.vamos {
	margin-top: 0;
	margin-left: 0;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;		
}
a.ver-imagen {
	display: block;
	height: 85px;
	cursor:pointer;
	position: relative;
}

@media only screen and (min-width:768px) {
	.single .lineas-temporales .fase {
		flex-direction: row;
	}
	.single .lineas-temporales .fase .linea {
		width: 100%;
		position: relative;
		transform: rotate(0deg);
        top: 0;
    	left: 0;
	}
	.single .lineas-temporales .fase span {
		position: relative;
		margin: 10px 0px;
		padding: 10px 16px 10px 0px !important;
		top: 0;
	    left: 0;
	}
}

.single .contenidoTxtLegal p {
	margin-top: 20px;
	font-size: 12px;
	color: #8e8e8e;
	line-height: 20px;
	text-align: right;
	font-style: italic;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
.soloDesktop {
	display: none;
	}
	.soloMobile {
		margin: 4rem;
		display: block;
	}
	a.ver-imagen-nueva {

    height: 250px !important;

}
	.img-linea {
		width: 100%;
		height: 240px;
	}
 .linea_proyecto .time-wrapper {

		height: 300px !important;	
	}

	.linea_proyecto .fase .time-wrapper {
		height: 80px !important;	

	}
}

@media only screen and (min-width: 768px) {
.soloDesktop {
	display: block;
	}
	.soloMobile {
		display: none;
	}

}

/* Legal Text Container */
.single .lineas-temporales .container {
	margin-top: 2rem;
	text-align: center;
}

.single .lineas-temporales .contenidoTxtLegal p {
	font-size: 14px;
	color: #666;
}

/* configuracion acabados */
.bloque-html {
	margin: 3rem 2rem;
	border-top: solid 1px #d0d0d0;
}
/* tipologia de viviendas */
.viviendas-disponibles .views-row {
	background: #ffffff;
	border: solid #d0d0d0 1px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px 10px;
	margin-bottom: 10px;
	padding: 8px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.viviendas-disponibles .views-row .views-field {
	display: inline-block;
	padding: 5px 10px;
	padding-left: 0px;
	font-size: 14px;
}
.viviendas-disponibles .views-row ,
.viviendas-disponibles .views-row .views-field.views-field-tipo,
.viviendas-disponibles .views-row .views-field.views-field-dormitorios,
.viviendas-disponibles .views-row .views-field.views-field-planta,
.viviendas-disponibles .views-row .views-field.views-field-estado,
.viviendas-disponibles .views-row .views-field.views-field-superficie,
.viviendas-disponibles .views-row .views-field.views-field-precio {
		min-width: 100%;
		color: #333;
}
@media only screen and (min-width:768px) {
	.viviendas-disponibles .views-row ,
	.viviendas-disponibles .views-row .views-field.views-field-tipo,
	.viviendas-disponibles .views-row .views-field.views-field-dormitorios,
	.viviendas-disponibles .views-row .views-field.views-field-planta,
	.viviendas-disponibles .views-row .views-field.views-field-estado,
	.viviendas-disponibles .views-row .views-field.views-field-superficie,
	.viviendas-disponibles .views-row .views-field.views-field-precio {
			min-width: 141px;
	}
}

.viviendas-disponibles .views-row .views-field.views-field-estado {
		width: 160px;
}
.viviendas-disponibles .field-content,
.viviendas-disponibles .field-content,
.viviendas-disponibles .field-content,
.viviendas-disponibles .field-content {
	font-weight: 800;
}
.viviendas-disponibles .views-row .views-field.views-field-estado .field-content .verde,
.viviendas-disponibles .views-row .views-field.views-field-precio .field-content .verde {
	color: #00997e !important;
}
.viviendas-disponibles .views-row .views-field.views-field-estado .field-content .rojo {
	color: #db0000 !important;
}
.viviendas-disponibles .views-row .views-field.views-field-plano {
	border-left: 0;
	border-top: 1px solid #d0d0d0;
	min-width: 100%;
	padding-left: 24px;
	text-align: center;
}
@media only screen and (min-width:1024px) {
	.viviendas-disponibles .views-row .views-field.views-field-plano {
		border-left: solid 1px #d0d0d0;
		border-top: 0;
		min-width: 76px;

	}
}
.viviendas-disponibles .download-plano {
	padding-left: 15px;
	font-weight: 800;
	color: #00997e;
	background: url(./img/descarga-directa.png) no-repeat;
	background-size: 20px;
	background-position: center right;
	padding-right: 6px;
}
/* ordenacion tipologias */
.ordenacion-tipologias {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 14px;
	flex-direction: column;
}
@media only screen and (min-width:768px) {
	.ordenacion-tipologias {
		flex-direction: row;
	}
}
.ordenacion-tipologias span.order-tipo {
	display: block;
	margin-left: 1rem
}
@media only screen and (min-width:768px) {
	.ordenacion-tipologias span.order-tipo {
		display: inline-block;
		margin-left: 0;
	}
}
.sort-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 13px;
    margin: 0 5px;
	color: #696969;
	font-weight: 500;
}
@media only screen and (min-width:1024px) {
	.sort-button {
		font-size: 14px;
	}
}

.arrow {
    font-size: 20px;
    margin-left: 0;
    transition: transform 0.3s ease;
	color: var(--verde_fuerte)
}

.sort-button:hover {
    color: var(--verde_fuerte);
}

/*------------------------------------*
	video promocion
*------------------------------------*/
.video-single .wrapper{
	margin: 5rem auto 2rem;
	padding: 0 2rem;
	text-align: center;
}
/*
.video-single iframe {
	width: 100% !important;
	height: auto !important;
}
@media only screen and (min-width:1024px) {
	.video-single iframe {
		width: 100% !important;
		height: 640px !important;
	}
}
	*/
.video-single .wrapper {
    text-align: center; /* Para centrar el contenido */
}

.video-single .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Relación de aspecto 16:9 (9/16 = 0.5625, convertido a porcentaje) */
    height: 0;
    overflow: hidden;
    background: #000; /* Agregar fondo oscuro en caso de que el video no cargue o durante el buffering */
}

.video-single iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

  
/*------------------------------------*
	Formulario contacto inmueble
*------------------------------------*/
.formulario-contacto .dos-c {
	display: flex;
	justify-content:  space-between;
	align-items: inherit;
	flex-direction: column;
}
@media only screen and (min-width:1024px) {
	.formulario-contacto .dos-c {
		display: flex;
		justify-content:  space-between;
		align-items: center;
		flex-direction: row;
		width: 100%;
		gap: 2rem;
	}
}
.formulario-contacto .dos-c label {
        flex: 0 0 100% ;
        margin-right: 0rem;
	}
@media only screen and (min-width:768px) {
	.formulario-contacto .dos-c label {
        flex: 0 0 calc( 50% - 1rem);
   
	}
}
.formulario-contacto-datos {
	background: #F0F0F0;
	padding-top: 50px;
	padding-bottom: 68px;
	color: #3a3a3a;
}

.formulario-contacto-datos  h2,
.formulario-contacto  h2 {
	text-align: center;
	font-weight: bold;
	padding: 30px 0px;
	width: 90%;
	margin: auto;
}
@media only screen and (min-width:1024px) {
	.formulario-contacto-datos  h2 {
		width: 70%;
	}
}

.formulario-contacto-datos .comercial-title {
    color: #696969;
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    margin-top: 25px;
}
.formulario-contacto-datos .comercial-text {
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
	padding: 0 1rem
}
.formulario-contacto-datos .datos-contacto {
	font-size: 15px;
}
.contenido-direccion-form span {
	font-weight: 900;
	color: #635F5E
}

.contenido-telefono-form span {
	font-weight: 900;
	color: #635F5E
}
.formulario-contacto-datos .contenido-telefono-form p {
	margin-top: 2rem;
}
.formulario-contacto-datos .contenido-telefono-form a {
	color: var(--verde_fuerte);
}
.formulario-contacto-datos .datos-contacto p {
	margin: 0;
}
.formulario-contacto-datos .datos-contacto p.direccion-form {
	color: var(--verde_fuerte)
}
.formulario-contacto {
	background: #E8E8E8;
	padding: 4rem 0rem 4rem
}
@media only screen and (min-width:768px) {
	.formulario-contacto {
		padding: 4rem 2rem 4rem
	}
}
.contenedor-datos-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 80%;
	margin: 0 auto;
	flex-direction: column;
}
@media only screen and (min-width:768px) {
	.contenedor-datos-form {
		flex-direction: row;
	}
}
.contenedor-datos-form div{
	flex: 0 0 calc(50% - 2rem);
}
.ikasa-acepto {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	margin: 2rem 1rem;
}
.ikasa-acepto input[type="checkbox"] {
	width: 14px;
	margin: 1px 10px 1px 3px;
}
.ikasa-acepto a {
	color: var(--verde_fuerte)
}
.ikasa-proteccion-datos {
	margin: 0 17px;
	
	text-align: justify;
}
.ikasa-proteccion-datos .ikasa-btn {
	color: var(--verde_fuerte);
	text-align: left;
}
.formulario-contacto input[type="submit"] {
	border: solid 0px transparent;
	margin: 28px 0px 12px;
	display: block;
	text-align: center;
	background: var(--verde_fuerte_hover);
	font-size: 1.8rem;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 16px;
	margin-bottom: 30px !important;
	cursor: pointer;
	transition: background-color .2s ease;
	width: 300px;
}
.formulario-contacto input[type="submit"]:hover {
	background-color: var(--verde_claro);
	color: #fff;
}
.enviar-form {
	display: flex;
	justify-content: space-between;
}
/*------------------------------------*
	opiniones single
*------------------------------------*/
.opinion {
	padding: 6rem 2rem 9rem;
}
.opinion .bx-viewport {
	overflow: visible !important;
}

.slider_opinion ul {
	margin: 3rem 0 0 0;
	padding: 0;
}
.slider_opinion li {
	padding-left: 30px;
	border-left: solid 5px #b0ce65;
}
.slider_opinion p {
	font-size: 20px;
	font-style: italic;
	padding-right: 26px;
	margin: 0 0 2rem 0;
}
.slider_opinion span {
	font-size: 16px;
	font-weight: 800;
}
/*------------------------------------*
	NOSOTROS
*------------------------------------*/
.texto-principal {
	font-size: 18px;
	color: #807f80;
	line-height: 28px;
	margin-bottom: 40px;
	padding: 0 20px;
}
.descargable {
	text-align: center;
	margin-bottom: 30px;
}
.descargable a {
	background: url(./img/descarga-directa.png) no-repeat;
	background-size: 20px;
	background-position: right 20px center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #696969;
	padding: 20px 70px 20px 25px;
	font-size: 17px;
	display: inline-block;
	border: solid #d0d0d0 1px;
	margin-bottom: 10px;
}
.acordeon {
	padding: 0 20px;
}
.acordeon .acordeon_contenedor {
	padding: 27px 0px;
	background: transparent;
	border: solid transparent 0px;
	box-shadow: none;
	border-top: solid 1px #e7e7e7;
	border-radius: 0px;
	cursor:pointer;
}
.acordeon .acordeon_contenido {
	margin: 15px auto;
	width: 98%;
	padding: 2px;
	display: none;
}
.acordeon h4 {
	background: url(./img/arrow-bottom.png) no-repeat;
	background-size: 22px;
	background-position: right;
	padding: 10px 0px;
	padding-right: 25px;
	font-size: 24px;
	color: #696969
}
.single .acordeon-single {
	margin: 4rem 2rem 5rem;
	
}
.acordeon-single h4 {
	padding: 10px 0px;
	padding-right: 25px;
	font-size: 24px;
	color: #696969
}
.acordeon h4.open {
	background: url(./img/arrow-top.png) no-repeat;
	background-size: 22px;
	background-position: right;
	padding: 10px 0px;
	padding-right: 25px;
	font-size: 24px;
	color: #696969
}
.acordeon img {
	width: 100%;
	margin-bottom: 30px;
}
.acordeon h3 {
	font-size: 18px;
	font-weight: 600;
	color: #93b93a;
	margin-bottom: 15px;
}
.acordeon p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 29px;
}
.acordeon .contenedor .contenido {
	flex: 0 0 calc( 33% - 2rem);
	margin-bottom: 20px;
	grid-template-columns: repeat(1, 1fr);
}
.acordeon .contenedor.equipo-directivo {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
	text-align: center;
 	/* grid-auto-rows: minmax(100px, auto); */
}
@media only screen and (min-width:768px) {
	.acordeon .contenedor.equipo-directivo {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
		text-align: center;
		 /* grid-auto-rows: minmax(100px, auto); */
	}
}
.acordeon .contenedor.equipo-directivo .contenido:first-child {
	grid-column: 1 / 1;
 	grid-row: 1;
}
@media only screen and (min-width:1024px) {
	.acordeon .contenedor.equipo-directivo .contenido:first-child {
		grid-column: 1 / 3;
		 grid-row: 1;
	}
}
.acordeon .contenedor.equipo-directivo img {
	border-radius: 50%;
	width: 160px;
	height: 160px;
}
.acordeon .contenedor.equipo-directivo h3 {
	font-weight: 600;
	color: #696969;
	margin-bottom: 0;
}
.acordeon .contenedor.equipo-directivo p {
	margin: 0;
	font-size: 18px;
}
/* historia*/
.acordeon ul {
	padding: 0;
	list-style: none;
}
.acordeon ul li {
	background-color: #f0f0f0;
	list-style-type: none;
	position: relative;
	width: 3px;
	margin: 0;
	padding-top: 0px;
}
@media only screen and (min-width:768px) {
	.acordeon ul li {
		margin: 0 auto;
	}
}
.acordeon ul li::before {
	content: '';
	background: #b0ce65;
	width: 25px;
	height: 25px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 0;
	left: -11px;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	margin: auto;
}
.acordeon ul li div {
	position: relative;
	bottom: 0px;
	width: 320px;
	padding: 12px 15px;
	background: #ffffff;
}
@media only screen and (min-width:768px) {
	.acordeon ul li div {
		width: 520px;
	}
}
.acordeon ul li:nth-child(2n+1) div {
	right: -40px;
}
.acordeon ul li:nth-child(2n) div {
	left: 40px;
}
@media only screen and (min-width:768px) {
	.acordeon ul li:nth-child(2n) div {
		left: -560px;
	}
}
.acordeon ul li:nth-child(2n+1) div {
	transform: translate3d(0, 0, 0);
}
.acordeon ul li div {
	transform: none;
	visibility: visible;
	opacity: 1;
	text-align: left;
	min-height: 100px;
}
.acordeon ul li div::before {
	content: '';
	position: absolute;
	bottom: 30px;
	width: 0;
	height: 0;
}
.acordeon ul li:nth-child(2n+1) div::before {
	top: 0px;
	left: -15px;
	border-width: 50px 16px 50px 0;
	border-color: transparent #ffffff transparent transparent;
}
.acordeon h2.anyo {
	font-weight: 600;
	color: #b0ce65;
	text-align: left;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 0px;
	padding: 15px 0px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: var(--verde_claro);
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:var(--verde_claro);
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:var(--verde_claro);
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


@media (max-width: 766px) {
    .time-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

  /*  .linea {
        width: 2px;
        height: 30px;
    } */

    .circulo {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

  /*  .time-wrapper span {
        font-size: 0.95rem;
    } */

    .lineas-temporales h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .contenidoTxtLegal p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}


/*------------------------------------*\
    LINEAS TEMPORALES
\*------------------------------------*/
.single .lineas-temporales .fase {
    display: flex;
    flex-direction: column;
}

.linea_proyecto .slick-list {
    overflow: inherit;
}

.single .linea_contrato .time-wrapper, .linea_proyecto .time-wrapper {
    display: table-cell;
    width: auto;
    position: relative;
    flex: 1 0 auto;
    height: 200px;
	padding: 5px 0;
}

.linea_proyecto .fase .time-wrapper {
    height: 60px;
    padding-top: 0;
}

a.ver-imagen-nueva {
    padding: 5px 0;
    height: 140px;
    display: block;
}

.single .lineas-temporales .linea {
    width: 100%;
    height: 4px;
    background: #999999;
}

.single .lineas-temporales .fase .linea {
    width: 80px;
    transform: rotate(90deg);
    position: absolute;
    top: 15px;
    left: -30px;
}

.single .lineas-temporales .circulo {
    position: relative;
    width: 15px;
    height: 15px;
    background: #999999;
    margin-top: -10px;
    border: solid #ffffff 3px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}

.single .lineas-temporales .circulo.active {
    width: 15px;
    height: 15px;
    background: #00997e;
    margin-top: -10px;
    border: solid #ffffff 3px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}

.single .lineas-temporales .fase .circulo {
    position: relative;
    width: 20px;
    height: 20px;
    background: #00997e;
    margin-top: -8px;
    border: solid #00997e 3px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}

.single .lineas-temporales .fase .circulo.active {

}

/* Initialize a counter for the .time-wrapper elements */
.linea_proyecto .fase .time-wrapper {
    counter-increment: circulo-counter;
}

/* Style the ::before pseudo-element to display the counter */
.linea_proyecto .fase .time-wrapper .circulo::before {
    content: counter(circulo-counter);
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Reset the counter at the start of each .fase section */
.linea_proyecto .fase {
    counter-reset: circulo-counter;
}

.single .lineas-temporales .fase span {
	font-size: 15px;
    margin: 0;
    padding: 6px 12px !important;
    display: block;
    position: absolute;
    top: -18px;
    left: 36px;
    border-radius: 5rem;
    color: #00997e;
    background: #fff;
    border: 4px solid #00997e;
    width: max-content;
}

.single .lineas-temporales .fase span.active {
    color: #fff;
    background: #00997e;
    width: max-content;
}

.single .lineas-temporales span.alto {
    height: 100px;
}

.single .contenidoTxtLegal p {
    margin-top: 20px;
    font-size: 12px;
    color: #8e8e8e;
    line-height: 20px;
    text-align: right;
    font-style: italic;
}

@media only screen and (min-width:992px) {
    .single .lineas-temporales .fase {
        flex-direction: row;
    }
    .single .lineas-temporales .fase .linea {
        width: 100%;
        position: relative;
        transform: rotate(0deg);
        top: 0;
        left: 0;
    }
	.single .lineas-temporales .fase .circulo {
		margin-top: -12px;
	}
}

@media (max-width: 766px) {


    .circulo {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

   /* .time-wrapper span {
        font-size: 0.95rem;
    } */

    .lineas-temporales h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .contenidoTxtLegal p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Mobile Navigation Buttons */
.mobile-nav {
	display: none;
	/* Hidden by default on desktop */
	margin-top: 20px;
	text-align: center;
}

.mobile-nav button {
	background: #00997e;
	color: #fff;
	border: none;
	padding: 10px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 5px;
	height: 55px;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-nav button:disabled {
	background: #fff;
	cursor: not-allowed;
}

.mobile-nav button .dashicons {
	width: 15px;
	height: 15px;
}

.single .lineas-temporales .mobile-nav span {
	padding: 0px !important;
}

.single .lineas-temporales .mobile-nav .prev-slide {
	margin: 0 5px 0 0;
}

.single .lineas-temporales .mobile-nav .next-slide {
	margin: 0 0 0 5px;
}

.single .lineas-temporales .mobile-nav .prev-slide .dashicons {
	margin-right: 5px;
}

.single .lineas-temporales .mobile-nav .next-slide .dashicons {
	margin-left: 5px;
}

.dashicons, .dashicons-before:before {
    font-size: 15px;
}

.single .lineas-temporales .mobile-nav .prev-title {
	text-align: left;
	margin-right: auto;
}

.single .lineas-temporales .mobile-nav .next-title {
	text-align: right;
    margin-left: auto;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
.soloDesktop {
	display: none;
	}
	.soloMobile {
		margin: 4rem;
		display: block;
	}
	/* Show one slide at a time on mobile */
	.single .lineas-temporales .timeline-carousel {
		overflow: hidden;
	}

	/* Center the slide content */
	.single .lineas-temporales .time-wrapper {
		width: 100%;
	}

	/* Hide default Slick arrows on mobile */
	.single .lineas-temporales .slick-prev,
	.single .lineas-temporales .slick-next {
		display: none !important;
	}

	/* Show custom navigation buttons on mobile */
	.mobile-nav {
		display: flex;
	}
}

@media only screen and (min-width: 768px) {
.soloDesktop {
	display: block;
	}
	.soloMobile {
		display: none;
	}


	/* Show default Slick arrows on desktop */
	.single .lineas-temporales .slick-prev,
	.single .lineas-temporales .slick-next {
		display: block !important;
	}
}

/*------------------------------------*\
    ALQUILER
\*------------------------------------*/
.alquiler-ikasa .infoPromocion {
    padding: 25px 28px;
    position: relative;
}

/*------------------------------------*\
    ETIQUETAS
\*------------------------------------*/
.tituloEtiqueta.etiquetaRoja {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    min-width: 100% !important;
    overflow: auto !important;
}

.tituloEtiqueta.etiquetaRoja span {
    background: #ca443d !important;
    font-size: 12px;
    text-transform: uppercase;
}