/*
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
*/

/* GLOBAL */
.button-custom a.action_button:hover,
.button-custom a.button:hover {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
}
.button-custom a.action_button,
.button-custom a.button {
	text-transform: uppercase;
}

/* HEADER */
#Top_bar .menu > li {
    text-transform: uppercase;
}

/* HOME */
#home_header {
	background-color: #2f5aeb;
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-bottom: 0;
}
#home_header h1 {
	color: #f8f8f8;
}
#home_header .button-custom a.action_button {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
	font-size: 24px;
    border-radius: 30px;
	background-color: #00e676;
	border-color: #00e676;
}
#home_header .button-custom a.action_button:hover {
	border-color: #00ccff;
	background-color: #00ccff;
}
#home_header .header_info {
	color: #f8f8f8;
	font-size: 21px;
}
#home_header img.wp-image-50 {
	display: block;
}
#servicios .home_servicios-box {
	border: 1px solid #dadada;
	border-radius: 7px;
	padding: 45px 20px;
	/*background: #f8f8f8;*/
}
#servicios .home_servicios-box:hover {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
#contacto + section.bg-contacto {
	background-image: url(https://romanelloseg.com/wp-content/uploads/2021/04/home_contacto_bg-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding-top: 11%;
}
#contacto + section.bg-contacto .box-info {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
}
#contacto + section.bg-contacto .box-info a:not(.link-mail) {
	color: #fff;
	font-size: 21px;
}
.wpb_gmaps_widget.contacto-maps .wpb_wrapper {
    padding: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
#contacto-form .box-form {
	/*border: 1px solid #dadada;*/
    border-radius: 7px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    background: #ffffff;
	padding: 50px 0 0;
}
.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
    background-image: url(https://romanelloseg.com/wp-content/uploads/2021/04/home_testimonials-stars-v2.png);
	background-position: 50% 17px;
	background-repeat: no-repeat;
}
#Footer .widgets_wrapper .container {
	border-top: 1px solid #dadada;
	padding-top: 80px;
}
#Footer #custom_html-2 {
	text-align: right;
}
#Footer #custom_html-2 a i {
	font-size: 21px;
}



/* RESPONSIVE */
@media screen and (max-width: 768px) {
	#home_header h1 {
		font-size: 56px;
    	line-height: 1;
	}
}

@media screen and (min-width: 769px) {
	#home_header {
		padding-top: 250px;
	}
	#bienvenidos .home_bienvenidos-text {
		padding-right: 25%;
	}
	#contacto-form .box-form {
		margin-top: -105px;
		padding: 50px 50px 5px;
	}
}
