/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

.creditos{
	width:100%;text-align:center;background:#00233d;color:#FFF
}

.creditos a{
	color:#FFF!important;
}
/*eliminar fondo rojo al hacer scroll*/
body.elementor-page-3447:not(.elementor-motion-effects-element-type-background), body.elementor-page-3447 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	background-image:none!important;
}

/*GOOGLE RECAPTCHA*/
.grecaptcha-badge{
	display:none;
}

/* Your CSS code goes here
-------------------------------------- */

.customicon{
	margin-bottom:5px;
}


/*menu fijo y transparente*/
.header-main-wrap {
    z-index: 4;
    position: fixed;
    width: 100%;
}



.header-main-wrap .header-v4.transparente{
	background-color:transparent!important;
}

.header-main-wrap .header-v4.azul{
	background-color::#00233d;!important;
}

/*STATUS*/
a.label-status{
	font-size:12pt;
	font-weight:600;
}

a.status-color-35{
   background: #EA9500;
}
a.status-color-29{
	background: #007b3600;
	display:none!important;
}
div.labels-right:has(a.status-color-29){
	background: #007b36;
  	/*animation: pulseEnVenta 1s infinite;
	-webkit-animation: pulseEnVenta 1s infinite;*/
	display:none!important;
}
div.labels-right:has(a.status-color-29), div.labels-right:has(a.status-color-29) {
    background-image: linear-gradient(to right,#007b36,#007b36, #ffffff66,#007b36, #007B36);
    animation: line-en-venta 30s cubic-bezier(0.4, 0, 1, 1) infinite;
    animation-name: line-en-venta;
    margin: 0px auto;
    padding: 5px;
    background-position: center;
	display:none!important;
}

/*Teléfono en blanco*/

.header-v4 a {
    color: #ffffff;
}

/*Dirección en blanco*/

.item-address {
    color: #ffffff;

}


/*Animación en verde*/

.ring-container {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 20px;
    margin-right: 3px;
	left: 45%;
    top: 4px;
}

.circle{
	width: 8px;
    height: 8px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 5px;
}

.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 4px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}
@keyframes pulsate {
	0% {
		-webkit-transform: scale(.1,.1);
		opacity: 0;
	}

	50% {
    	opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2,1.2);
		opacity: 0;
	}
}
@keyframes line-en-venta  {
0%{background-position:  -20px;}
  20%{background-position: 120px;}
  35%{background-position: -190px;}
  50%{background-position: 250px;}
  80%{background-position: -320px;}
  100%{background-position: 390px;} 
}
@keyframes pulseEnVenta {
     0%  { box-shadow: 0px 0px 10px 5px rgba(0,123,54,0); }
    50%  { box-shadow: 0px 0px 10px 5px rgba(0,123,54,0.5) }
    100% { box-shadow: 0px 0px 10px 5px rgba(0,123,54,0.7) }
}
@-webkit-keyframes pulseEnVenta {
   0%   { box-shadow: 0px 0px 10px 5px rgba(0,123,54,0); }
    50%  { box-shadow: 0px 0px 10px 5px rgba(0,123,54,0.5) }
    100% { box-shadow: 0px 0px 10px 5px rgba(0,123,54,0.7) }
}

/*LOGO*/
.logo img{
	width:372px!important;
}

/*MENU FONT SIZE*/

#ekit-megamenu-principal ul li a{
	font-size:20px!important;
}

.elementor-section.elementor-section-boxed > .elementor-container{
		max-width:100%!important;
		margin: 0px 5%;
	}
	

@media(max-width:1920px){
	.ring-container {
		left: 44%;
	}
	
	
	
}
@media(max-width:1366px){
	
	.elementor-section.elementor-section-boxed > .elementor-container{
		max-width:100%!important;
		margin: 0px 5%;
	}
	
	.ring-container {
		left: 44%;
	}
}
@media(max-width:1280px){
	.ring-container {
		left: 44%;
	}
}
@media(max-width:1024px){
	.ring-container {
		left: 44%;
	}
}
@media(max-width:768px){
	.ring-container {
		left: 41%;
	}
}
@media(max-width:480px){
	.ring-container {
		left: 33%;
	}
}
/*Animación en naranja*/

.ring-containern {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 20px;
    margin-right: 3px;
	left: 45%;
    top: 4px;
}

.circlen{
	width: 8px;
    height: 8px;
    background-color: #ea9500;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 5px;
}

.ringringn {
    border: 3px solid #ea9500;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 4px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}




@keyframes pulsate {
	0% {
		-webkit-transform: scale(.1,.1);
		opacity: 0;
	}

	50% {
    	opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2,1.2);
		opacity: 0;
	}
}	


@media(max-width:1920px){
	.ring-containern {
		left: 44%;
	}
}


@media(max-width:1366px){
	.ring-containern {
		left: 44%;
	}
}


@media(max-width:1280px){
	.ring-containern {
		left: 44%;
	}
}

@media(max-width:1024px){
	.ring-containern {
		left: 44%;
	}
}

@media(max-width:768px){
	.ring-containern {
		left: 41%;
	}
}

@media(max-width:480px){
	.ring-containern {
		left: 33%;
	}
}

/*Animación en amarilla*/

.ring-containera {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 20px;
    margin-right: 3px;
	left: 45%;
    top: 4px;
}

.circlea{
	width: 8px;
    height: 8px;
    background-color: #ffea00;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 5px;
}

.ringringa {
    border: 3px solid #ffea00;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 4px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}




@keyframes pulsate {
	0% {
		-webkit-transform: scale(.1,.1);
		opacity: 0;
	}

	50% {
    	opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2,1.2);
		opacity: 0;
	}
}	


@media(max-width:1920px){
	.ring-containera {
		left: 44%;
	}
}


@media(max-width:1366px){
	.ring-containera {
		left: 44%;
	}
}


@media(max-width:1280px){
	.ring-containera {
		left: 44%;
	}
}

@media(max-width:1024px){
	.ring-containera {
		left: 44%;
	}
}

@media(max-width:768px){
	.ring-containera {
		left: 41%;
	}
}

@media(max-width:480px){
	.ring-containera {
		left: 33%;
	}
}

/*Iconos*/

.item-amenities {
    font-size: 19px!important;
}
.hz-figure {
    font-size: 25px!important;
}
}


/*FlechaPlanos*/
.accordion-header .accordion-title:before {
    font-size: 25px!important;
    color: #007b36!important;
}


/*Botón formulario*/
.btn:hover {
    color: #ffffff;
    text-decoration: solid;
    font-size: 20px;
}

.elementor-button.elementor-size-md {
    font-size: 22px!important;
	text-decoration: solid;
	color: #ffffff;

}

/*Contacto ficha*/

.mobile-property-contact {
 
    display: none!important;
}

.elementor-button:hover {
    background-color: #b6b6b6!important;
}

.elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: #007b36!important;
}

/*Opacidad imágenes*/

.hover-effect:before {
 opacity: 0 !important;
}

/*Títulos inmuebles*/
.item-title {
    font-size: 18px!important;

}

/*Datos por encima de la imagen*/
.item-price-wrap {

    display: none!important;
}

.item-tools {
 
    display: none!important;
}
