/*
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
*/
@import url('https://fonts.googleapis.com/css?family=Finger+Paint&display=swap');
.top_bar_right_wrapper a:hover {
	color:#ffffff;
}
.top_bar_right_wrapper a.action_button {
    background-color: #5b9c98;
}


.titulo{
	font-family: "Delius Swash Caps", Arial, Tahoma, sans-serif;
	color:#5b9c98;
	font-size: 35px;
	line-height:34px;
}
#menu > ul > li > a, a.action_button, #overlay-menu ul li a {
text-transform:uppercase;
}
.flex-formulario-sendinblue{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flex-formulario-sendinblue > div{
	flex:0 0 calc(50% - 21px);
	margin:0 2px;
}
.flex-formulario-sendinblue > div > .sib-form-block{
	padding: 0;
}
.wpb_wrapper > div{
	margin-bottom:0;
}
#menu-item-2318 a span{
	background-color:#5b9c98;
	color:#ffffff;
}
#menu-item-2318 a span:hover{
	background-color:#3a827c;
}
#menu-item-2318 a:after {
    opacity:0 !important;
}
#custom_html-2 > div > ul > li{
	float:left;
}
#custom_html-2 > div > ul > li > a > i{
	font-size:25px;
}
#custom_html-3 > div > a,
.callaction{
	display:block;
	width:100%;
	padding:10px 0;
	text-align:center;
	background-color:#5b9c98;
}
#custom_html-3 > div > a > span,
.callaction{
	color:#ffffff;
	font-size:20px;
}
#custom_html-3 > div > a:hover{
	text-decoration:none;
	background-color:#3a827c;
}
.post-title h2{
	font-size:30px;
	line-height:30px;
}
.image_links.double{
	display:none;
}
.image_frame:hover .image_wrapper img{
	top:0;
}
.image_frame .image_wrapper .mask::after{
	background:none;
}
.sib-form{
	padding:0 !important;
}
input.input{
	margin-bottom:0;
}
.inputfloat{
	float:left;
}
#sib-form button{
	width:100%;
	text-align:center !important;
	background:linear-gradient(90deg, rgb(91, 156, 152) 0%, rgb(91, 156, 152) 100%);
}
#menu-main-menu{
	border:0;
	background:rgba(255,255,255,0);
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea{
	border-color:#f9abd5;
}
.checkbox, .radio-button{
	border:1px solid #f9abd5 !important;
}
.topbar {
	overflow: hidden;
}
.topbar a {
	color:#609f9b !important;
}
.qode-pl-holder .qode-pli .qode-pli-price .woocommerce-Price-amount{
	font-size: 25px;
	
}
@media only screen and (max-width: 768px){
	.flex-formulario-sendinblue > div{
		flex:0 0 calc(100% - 5px);
		margin:0 2px;
	}
}