/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

#Header_wrapper {
	background-image: url(http://localhost/clorosal/wp-content/uploads/2019/11/pixelblanco.jpg) !important;
}


/* INICIA arrgelos lupa*/

#Top_bar .search_wrapper {
    background: 
    #142D4D;
}

#Top_bar .search_wrapper .icon_search {
    color: #fff;
}

#Top_bar .search_wrapper input[type="text"]::placeholder {
	color: #fff ;
}

/* FINALIZA arrgelos lupa*/

/* INICIA Clases responsive*/

@media (max-width: 576px) {
.hide-a {display: none;}
.top_bar_right {display: none;}
#Action_bar  {display: none;}
body:not(.template-slider):not(.header-simple) #Header {
	min-height: 20px !important;}
.fondohomeagua {	min-height: 50px !important;}
.h1reducido {font-size: 35px !important; line-height: 40px;}
.h4reducido {font-size: 18px !important; line-height: 22px;}
.h2reducido {font-size: 30px !important; line-height: 35px;}
}

@media (min-width: 576px) and (max-width: 768px)  {
.hide-b {display: none;}
.top_bar_right {display: none;}
#Action_bar  {display: none;}
body:not(.template-slider):not(.header-simple) #Header {
	min-height: 20px !important;}
.fondohomeagua {	min-height: 100px !important;}
.h1reducido {font-size: 35px !important; line-height: 40px;}
.h4reducido {font-size: 18px !important; line-height: 22px;}
}

@media (min-width: 768px) and (max-width: 960px)  {
.hide-c {display: none;}
.fondohomeagua {	min-height: 150px !important;}
}

@media (min-width: 960px) and (max-width: 1240px)  {
.hide-d {display: none;}
.fondohomeagua {	min-height: 200px !important;}
.trailer_box .desc h2 {font-size: 20px; line-height: 25px;}
}

@media (min-width: 1240px)  {
.hide-e {display: none;}
.fondohomeagua {	min-height: 300px !important;}
}


/* FINAL clases responsive*/


.blanco {
	color: #fff;
}


.logoenhome {
	margin-bottom: 20px;
}


.mask {
	display: none;
}

.fondohome {
	background-size: 100%;
}

body:not(.template-slider) #Header {

    min-height: 0px;

}

.alturaventana {
	height: 100vh;
	min-height: 100vh;
}


.clients_slider_header a.button {
	background-color: #084E82;
	color:#fff;
	border-radius: 20px;
}

.clients_slider_header a.button:hover {
	background-color: #00DAFE;
}

/* inicia pagina Calidad */
.flotado {
	 float:left;
	width: 75%;
	
}

.titulocalidad {
font-family: "DaxBold", Arial, Tahoma, sans-serif;
font-size: 22px;
line-height: 26px;
font-weight: 400;
letter-spacing: 1px;
color: #3684c5;
}

.imagenflotada {
	width: 35px;
	height: auto;
	margin-right: 15px;
}

.lalala {
	height: 80vh;
}


/* finaliza pagina Calidad */


/* CENTERING VIDEO
.section.has-video .section_video video {
	left: -50%;
}
*/