/*
Theme Name: Lista - Casas Inteligentes
Description: This is a child theme for Flatsome Theme
Author: BMestudio
Template: flatsome
Version: 3.0
*/

/*start GLOBAL*/
.grecaptcha-badge{
	display: none;
}

.col-padding .col{
	padding-bottom: 0!important
}

.btn-wa-product{
	margin-bottom: 0
}

.black-banner .button.white{
	color: #000!important
}
/*end GLOBAL*/

strong{
	font-weight: bold;
}

/*start FORMS*/
form{
	margin: 0
}

#wrap-form{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
	#wrap-form .block{
		width: 100%
	}
	#wrap-form .block.half{
		width: 48%
	}
		#wrap-form .block input[type="text"],
		#wrap-form .block input[type="email"],
		#wrap-form .block input[type="tel"]{
			background: transparent;
			box-shadow: none;
			color: #fff
		}
		#contacto #wrap-form .block input[type="text"],
		#contacto #wrap-form .block input[type="email"],
		#contacto #wrap-form .block input[type="tel"]{
			color:#000;
		}
footer ::-webkit-input-placeholder { /* Edge */
  color: #ddd;
}

footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ddd;
}

footer ::placeholder {
  color: #ddd;
}
/*end FORMS*/

/*start FOOTER*/
footer #nav_menu-2{
	padding: 0;
	margin: 0;
}

footer .copyright-footer{
	color: #fff;
	opacity: 1;
	font-size: 0.9em
}

/*start SPIN*/
@-moz-keyframes spin {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
/*end SPIN*/
#developer{
    display: block;
    width: 32px;
    height: 32px;
    opacity:0.4;
    float: right;
}
    #developer img{
        width: 32px;
        height: 32px;
    }
#developer:hover{
-webkit-animation-name:spin;
  -webkit-animation-duration:500ms;
  -webkit-animation-iteration-count:1;
  -webkit-animation-timing-function:ease-out;
  -moz-transform:spin(360deg) scale(1);
  -moz-transition-duration:500ms;
  -moz-transition-timing-function: ease-out;
  opacity:1;
  filter: alpha(opacity = 100);
}

.absolute-footer{
	padding-top: 30px;
}
	.footer-secondary{
		padding: 0;
	}
/*end FOOTER*/

/*start HEADER*/
.header-wrapper.stuck{
	padding: 5px 0
}

.header-inner .title-wrapper{
    letter-spacing: 0;
    max-width: 35%;
    font-size: 1.8em;
}
	.header-inner .title-wrapper h1{
		text-shadow: none;
    	line-height: 0.9em;
	}

.nav>li>a,
.social-icons a{
	color: #000;
}
.nav>li.current-menu-item>a{
	text-decoration: underline;
}

.page-template-page-transparent-header-light .header-social-icons .social-icons a{
	color: #fff;
}
.page-template-page-transparent-header-light .header-social-icons .social-icons a:hover{
	opacity: 0.7
}




.page-template-page-transparent-header-light .stuck .header-social-icons .social-icons a{
	color: #000;
}


/*end HEADER*/

/*start PORTFOLIO*/
.wrap-portfolio{
	padding-top: 60px!important
}
.wrap-portfolio .col .box-text.text-center{
	padding-bottom: 0
}
	.wrap-portfolio .col .box-text.text-center p{
		margin: 0;
	}

.pajarito {width:50%;}

/*end PORTFOLIO*/