/*  COMMONS
   ========================================================================== */

.text-white, .text-white p{
	color: #ffffff;
}
.qbutton.white{
	background: transparent;
}
.small-paragraph{
	max-width: 520px;
	margin: 0 auto;
}
.testimonial_author{
	display: none;
}
.google_map_shortcode_overlay{
	display: none;
}
.testimonials_holder .flex-direction-nav li{
	margin-top: 20px;
}
.tp-video-play-button{
	cursor: pointer;
	z-index: 999;
	opacity: 1;
	border-radius: 50%;
	border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
	.mobile-text-background{
		background: rgba(255, 255, 255, 0.8);
	}
}

@media only screen and (min-width: 768px) {
	.vertical-align .full_section_inner{
		display: flex;
		align-items: center;
	}
	.text-background{
		background: rgba(255, 255, 255, 0.8);
	}
}


/*  MENU
   ========================================================================== */

.mobile_menu_button{
	height: 60px;
}

@media only screen and (max-width: 1000px) {
	.header_inner.clearfix{
		height: 60px;
	}
	.logo_wrapper{
		height: 60px !important;
	}
	.header_inner_right{
		height: 60px;
	}
}


/*  CONTACT FORM
   ========================================================================== */

input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit:not([disabled]){
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover{
	background: #ffffff;
	color: #000000;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text,
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea{
	background: transparent;
	color: #ffffff;
	border-color: rgba(255,255,255,1);
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text:focus,
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea:focus{
	background: transparent;
	color: #ffffff;
	border-color: rgba(255,255,255,1);
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text::placeholder,
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
	color: rgba(255,255,255,.6);
}


/*  HOME
   ========================================================================== */

.testimonials_holder .flex-direction-nav a{
	color: #003300;
	background-color: transparent;
	border-color: #003300;
}
.testimonials_holder .flex-direction-nav a:hover{
	background-color: #003300;
	color: #ffffff;
}
.nachito img{
	max-width: 200px;
}
#home-contact .vc_row.wpb_row.section{
	background-color: #003300 !important;
}
.home-testimonials .testimonials .testimonial_text_inner{
	display: flex;
	flex-direction: column-reverse;
}
.home-testimonials .testimonial_text_inner p:first-child{
	margin-top: 20px;
}
.home-testimonials .testimonials .testimonial_text_inner p.testimonial_author{
	display: block;
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	#home-contact .q_elements_item_content{
		padding: 50px 0px !important;
	}
	.home-testimonials .testimonials .testimonial_text_inner p.testimonial_author{
		font-size: 26px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 768px) {
	.nachito img{
		max-width: 350px;
	}
}

@media only screen and (min-width: 992px) {
	.home .content{
		z-index: 101;
	}
	#home-contact>.section_inner{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-top: -200px;
	}
	.home .footer_top{
		padding-top: 270px;
	}
}


/*  PAGES
   ========================================================================== */

.qode-banner .qode-banner-content{
	background-color: rgba(0,0,0,.7);
	padding: 4%;
}

#productos .vc_column_container:nth-child(3),
#productos .vc_column_container:nth-child(4) {
	margin-top: 15px;
}

@media only screen and (max-width: 767px){
	#contact-form .q_elements_item_content{
		padding: 50px 0px !important;
	}
	#productos .vc_column_container{
		margin-top: 0 !important;
	}
}


/*  FOOTER
   ========================================================================== */

.footer_inner{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}