/*
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: 2.0
*/
/*------------------ OVERRIDES ------------------*/
.has_content .the_content_wrapper {
	margin-bottom: 0;
}
.fix_vc_row.vc_row {
	margin: 0;
}
.vc_row-full-width.vc_clearfix {
    margin-bottom: 0;
}

/*------------------ VARIABLES & MODIFICADORES ------------------*/
:root {
	--whiteColor: white;
	--primaryColor:#DB4219;
	--secondaryColor:#DB4219;
	--primaryFont: "Montserrat";
	--secondaryFont: "Oswald";
	--bodyFont: "PT Serif";
}
.tq--whiteColor,
.tq--whiteColor h1, .tq--whiteColor h2, .tq--whiteColor h3, .tq--whiteColor h4, .tq--whiteColor h5,
.tq--whiteColor span {
	color: var(--whiteColor);
}
.tq--primaryColor,
.tq--primaryColor h1, h1.tq--primaryColor,
.tq--primaryColor h2, h2.tq--primaryColor,
.tq--primaryColor h3, h3.tq--primaryColor,
.tq--primaryColor h4, h4.tq--primaryColor,
.tq--primaryColor h5, h5.tq--primaryColor {
	color: var(--primaryColor);
}
.tq--secondaryColor,
.tq--secondaryColor h1, h1.tq--secondaryColor,
.tq--secondaryColor h2, h2.tq--secondaryColor,
.tq--secondaryColor h3, h3.tq--secondaryColor,
.tq--secondaryColor h4, h4.tq--secondaryColor,
.tq--secondaryColor h5, h5.tq--secondaryColor {
	color: var(--secondaryColor);
}
.tq--primaryColorBG {
	background: var(--primaryColor);
}
.tq--secondaryColorBG {
	background: var(--secondaryColor);
}
.tq--grayColorBG {
	background-color: #f6f6f6;
}
.tq--primaryFont,
.tq--primaryFont p {
	font-family: var(--primaryFont);
	font-weight: 500;
}
.tq--secondaryFont {
	font-family: var(--secondaryFont);
}
.wpb_wrapper .noMarginB,
.noMarginB .wpb_single_image,
.noMarginB .vc_single_image-wrapper,
.noMarginB.vc_inner,
.noMarginB .wpb_wrapper > div {
	margin-bottom: 0;
}
#Content .tq--justifyCC > .vc_column-inner {
	justify-content: center;
}
.hide-all {
	display: none !important;
}
.tq--shadowText {
	text-shadow: 1px 2px 6px #000000e3;	
}
.tq--centerText {
	text-align: center;
}
.tq--indent12 {
	text-indent: 12px;
}

/*..padding for blocks*/
.tq--paddingS > .vc_column-inner {
    padding: 30px 40px;
}
.tq--paddingM > .vc_column-inner {
    padding: 50px 40px;
}
@media screen and (min-width: 768px) {
	.tq--paddingM > .vc_column-inner {
    	padding: 50px 60px;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) and (orientation: landscape) and (min-aspect-ratio: 4 / 3) {
	.tq--paddingM > .vc_column-inner {
    	padding: 0;
	}
}

/*------------------ SISTEMA TIPOGRAFICO ------------------*/
body p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: var(--primaryFont);
}
.copyright {
	font-family: var(--primaryFont);
	font-size: 13px;
}
.copyright .space {
	padding: 0 12px;
}
.headline {
	font-family: var(--primaryFont);
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: var(--primaryColor);
}
.title {
	font-family: var(--primaryFont);
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: var(--primaryColor);
}
.thin {
	font-weight: 400;
}
.subtitle {
	font-family: var(--secondaryFont);
	font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}
.itemTitle.inline {
	padding-bottom: 0;
}
.itemTitle {
	display: inline-block;
    padding-bottom: 9px;
	font-family: var(--primaryFont);
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}
.primaryButton {
    font-weight: 600;
	display: inline-block;
    font-family: var(--primaryFont);
    background: var(--primaryColor);
    color: white;
    font-size: 16px;
    line-height: 16px;
    min-width: 225px;
    padding: 14px 10px 18px;
    text-align: center;
}
.primaryButton.lightMode {
	color: white;
}
.secondaryButton {
	color: white;
    font-family: var(--secondaryFont);
    border-bottom: 2px solid var(--primaryColor);
	font-size: 20px;
}
a.primaryButton:hover,
a.secondaryButton:hover {
	text-decoration: none;
	color: #dfdcdc;
}
.tq--firstBtn {
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.tq--firstBtn {
		margin-right: 10px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.headline {
		font-size: 40px;
		line-height: 50px;
	}
	.title {
		font-size: 40px;
		line-height: 50px;
	}
	.title.smaller {
		font-size: 33px;
    	line-height: 43px;
		font-weight: 600;
	}
	.subtitle {
		font-size: 35px;
		line-height: 45px;
	}
	.primaryButton {
		font-size: 17px;
		line-height: 17px;
		min-width: 275px;
		padding: 15px 10px 20px;
	}
}
@media screen and (min-width: 1600px) {
	.headline {
		font-size: 66px;
		line-height: 76px;
	}
	.title {
		font-size: 45px;
		line-height: 55px;
	}
	.title.smaller {
		font-size: 38px;
		line-height: 48px;
	}
	.itemTitle {
		font-size: 27px;
		line-height: 31px;
	}
	body p {
		font-size: 18px;
		line-height: 28px;
	}
	body p.biggerP {
		font-size: 25px;
		line-height: 35px;
	}
	.primaryButton {
		font-size: 21px;
		line-height: 21px;
		min-width: 325px;
		padding: 20px 10px 25px;
	}
}
/* HEADER */
/*.header-transparent.ab-hide #Top_bar {
	top: 25px;
}*/
#Top_bar .menu > li > a {
	padding: 0;
}
#Top_bar {
	background: #00000085;
}
#Top_bar .top_bar_left {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
#Header #Top_bar.is-sticky {
	background-color: black;
}
.page-id-18 #Top_bar #logo, .page-id-2181 #Top_bar #logo, .page-id-2188 #Top_bar #logo {
    display: none;
}
 #Top_bar.is-sticky #logo {
	display: block;
}
 #Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 35px !important;
}
 #Top_bar {
	background: #00000095;
}
@media screen and (min-width: 768px) {
	#Top_bar .menu > li > a span:not(.description) {
		padding: 0 9px;
	}	
}
@media screen and (min-width: 1200px) {
	#Top_bar .wpml-languages.horizontal {
		background-color: transparent;
		border: none;
	}
	#Top_bar .wpml-languages.horizontal a {
		color: white;
		font-family: 'Montserrat';
		font-weight: 600;
	}
	#Top_bar .wpml-languages.horizontal li:after {
		content: "/";
		font-family: 'Montserrat';
		font-weight: 900;
		padding: 0 0 0 5px;
		color: white;
	}
	#Top_bar .wpml-languages.horizontal li:last-child:after {
		content: "";
	}
}
@media screen and (min-width: 1600px) {
	#Top_bar .menu > li > a span:not(.description) {
		font-size: 18px;
	}
	#Top_bar .container {
		max-width: 90vw;
	}
	.fakeLang {
		padding-left: 50px;
	}
}
@media screen and (min-width: 1850px) {
	#Top_bar .logo {
		padding-right: 130px;
	}
	.fakeLang {
		padding-left: 150px;
	}
}
@media only screen and (max-width: 767px){
.page-id-18 img.logo-mobile-sticky.scale-with-grid, .page-id-2181 img.logo-mobile-sticky.scale-with-grid, .page-id-2188 img.logo-mobile-sticky.scale-with-grid {
    display: none !important;
	}}

/* BLOCK: Main Hero */
.mainHero {
	min-height: 500px;
}
.mainHero.grayscale {
	filter: grayscale(1);
}
@media screen and (min-width: 768px) {
	.mainHero {
		min-height: 600px;
	}
}
@media screen and (min-width: 1200px) {
	.mainHero {
		min-height: 100vh;
	}
}
/* PAGINA: HOME */
body.page-id-18 {
	background-color: white;
}

/* PAGINA: SERVICIOS */
/*..*/
/*..que buscas section*/
.queBuscas .itemTitle {
    font-weight: 900;
}
@media screen and (min-width: 768px) {
	.queBuscas .itemTitle {
		font-size: 20px;
		line-height: 26px;
	}
	.queBuscas .vc_column-inner .wpb_wrapper > .hoverBox > .wpb_column > .vc_column-inner {
    	min-height: 300px;
	}
}
@media screen and (min-width: 1100px) {
	.queBuscas .vc_column-inner .wpb_wrapper > .hoverBox > .wpb_column > .vc_column-inner {
    	min-height: 330px;
	}
	.queBuscas .itemTitle {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (min-width: 1600px) {
	.queBuscas .itemTitle {
		font-size: 19px;
		line-height: 24px;
	}
}
@media screen and (min-width: 1850px) {
	.queBuscas .vc_column-inner .wpb_wrapper > .hoverBox > .wpb_column > .vc_column-inner {
		min-height: 350px;
	}
}
/*------------------------title home---------------*/
.new-style{
	font-family: 'Montserrat';
    line-height: 30px;
    font-size: 27px;
    transform: perspective(600px);
    font-weight: 600;
}
.vc_row.wpb_row.vc_row-fluid.mainHero {
    min-height: 844px;
	    display: flex;
    flex-direction: column-reverse;
	    background-position: 64% !important;
	    justify-content: center;
    align-items: center;
}
.logo-home img.vc_single_image-img.attachment-large {
    max-width: 71% !important;
}

.mainHero .vc_empty_space {
    height: 0px !important;
}
.col-no-pad .vc_column-inner {
    padding-top: 0 !important;
	margin-top: -38px;
}
/*@media screen and (min-width: 768px){
	.new-style{
    line-height: 30px;
    font-size: 33px;

}
	.vc_row.wpb_row.vc_row-fluid.mainHero {
    flex-direction: unset;
		    background-position: center !important;
		    justify-content: unset;
    align-items: unset;
}
	.logo-home img.vc_single_image-img.attachment-large {
    max-width: 100% !important;
}
	.mainHero .vc_empty_space {
    height: 45px !important;
}
	.col-no-pad .vc_column-inner {
    padding-top: 0 !important;
		margin-top: unset;
}
	.vc_row.wpb_row.vc_row-fluid.mainHero {
    min-height: 100vh;
	    
}
}*/
@media screen and (min-width: 1100px){
		.vc_row.wpb_row.vc_row-fluid.mainHero {
    flex-direction: unset;
		    background-position: center !important;
		    justify-content: unset;
    align-items: unset;
}
	.new-style{
    line-height: 50px;
    font-size: 50px;

	}}

/* BLOCK: Hover Box */
.hoverBox .vc-hoverbox-front-inner > h2,
.hoverBox .vc-hoverbox-back-inner > h2 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
}
.hoverBox .vc-hoverbox-front-inner > h2 {
	color: white;
}
.hoverBox .wpb_wrapper > div > .vc-hoverbox > .vc-hoverbox-inner > .vc-hoverbox-block.vc-hoverbox-front:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #00000069;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hoverBox .wpb_wrapper > .vc-hoverbox-wrapper .vc-hoverbox {
	min-height: 250px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.hover-center {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
	.vc_row.wpb_row.vc_inner.vc_row-fluid.hover-center {
    display: flex;
    justify-content: flex-start;
}
}
@media screen and (min-width: 1200px) {
	.hoverBox .wpb_wrapper > .vc-hoverbox-wrapper .vc-hoverbox {
		min-height: 350px;
	}	
}


/* FOOTER */
#Footer .widgets_wrapper {
	padding: 70px 0 0;
}
#Footer p {
	font-family: 'Montserrat';
	font-weight: 500;
}
#Footer .widget a:not(.button):not(.icon_bar) {
	color: white;
	    display: inline-block;
}
#Footer .container {
	display: flex;
    flex-wrap: wrap;
}
#Footer .container > div:nth-child(3) {
	min-height: 125px;
    margin-bottom: 100px;
}
#Footer .container > div:nth-child(3) > .mcb-column-inner {
	    height: 100%;
}
#Footer .container > div:nth-child(3)  > aside {
	display: flex;
	justify-content: end;
	height: 100%;
}
#Footer {
	background-image: url(/wp-content/uploads/2023/03/footer-detizq.png);
    background-position: left top;
    background-size: 11%;
}
#Footer .detail02 {
	width: 100%;
    position: absolute;
    right: 50px;
}
#Footer .footerIcons {
	position: absolute;
    bottom: 20%;
}
#Footer .footerIcons i {
    font-size: 45px;
    padding-left: 20px;
}

#Footer .container > div:nth-child(2) > .mcb-column-inner #icl_lang_sel_widget-2 {
	margin: 0;
}
#Footer .wpml-ls-sidebars-footer-area-2 {
	padding: 0;
}
#Footer .wpml-ls-legacy-list-horizontal a {
	padding: 5px 10px 6px 0;
	font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}
#Footer .wpml-ls-legacy-list-horizontal a:after {
    content: "|";
	padding-left: 9px;
}
#Footer .wpml-ls-legacy-list-horizontal li:last-child a:after {
	content: "";
}

@media screen and (min-width: 600px) {
	#Footer .container > div:nth-child(1) {
		width: 50%;
	}
	#Footer .container > div:nth-child(3) {
		width: 100%;
	}
	#Footer .detail02 {
		width: 60%;
	}
}
@media screen and (min-width: 1200px) {
	#Footer p {
		font-size: 13px;
    	line-height: 23px;
	}
	#Footer .container > div:nth-child(n) {
		width: 33.33%;
	}
	#Footer .container > div:nth-child(3) {
		min-height: unset;
		margin-bottom: unset;
		width: 23%;
	}
	#Footer .detail02 {
		width: 100%;
	}
	#Footer .footerIcons i {
		font-size: 33px;
	}
	#Footer .container > div:nth-child(3) > aside {
	    justify-content: center;
	}
	#Footer .wpml-ls-legacy-list-horizontal a {
		font-size: 13px;
	}
}
@media screen and (min-width: 1600px) {
	#Footer p {
		font-size: 14px;
    	line-height: 24px;
	}
	#Footer .widget {
		margin: 20px 0;
	}
	#Footer .detail02 {
		display: none;
	}
	#Footer .itemTitle {
		font-weight: 800;
		font-size: 20px;
		line-height: 30px;
	}
	#Footer .container {
		max-width: 100vw;
		padding: 0 2vw 0 11vw;
	}
	#Footer .container > div:nth-child(1),
	#Footer .container > div:nth-child(2) {
		width: 30%;
		padding-bottom: 5px;
	}
	#Footer .container > div:nth-child(3) {
		width: 33.33%;
		background-image: url(/wp-content/uploads/2023/03/footer-detail02.png);
		overflow: visible;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right 100px;
		padding-bottom: 5px;
	}
	#Footer .footerIcons i {
		font-size: 40px;
		padding-left: 9px;
	}
	#Footer .wpml-ls-legacy-list-horizontal a {
		font-size: 14px;
	}
}
@media screen and (min-width: 1900px) {
	#Footer .container > div:nth-child(1),
	#Footer .container > div:nth-child(2) {
		width: 28%;
		padding-bottom: 70px;
	}
	#Footer .container > div:nth-child(3) {
		width: 38%;
		padding-bottom: 60px;
		background-position: right 35px;
	}
	#Footer .footerIcons {
		bottom: 5%;
	}
	#Footer .footerIcons i {
		font-size: 46px;
		padding-left: 12px;
	}
	#Footer .container > div:nth-child(3) > aside {
  		justify-content: center !important;
	}
}
/*-----topbar------*/
#Top_bar {
    background: #00000095;
}
@media screen and (min-width: 1600px){
#Top_bar .container {
    max-width: 90vw;
	}
	#Top_bar .menu > li > a span:not(.description) {
		font-size: 18px;}
}
#Top_bar .top_bar_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1850px){
#Top_bar .logo {
    padding-right: 130px;
	}}
#Top_bar .menu > li > a {
    padding: 0;
}
#Top_bar .menu > li.current_page_item > a {
	color: #ffffff;
}

@media screen and (min-width: 768px){
#Top_bar .menu > li > a span:not(.description) {
    padding: 0 9px;
	}
.menu a {
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 0 9px !important;
}
	.menu a :hover {
    color: #db4219 !important;
}
}

.ca-title {
    font-family: 'Montserrat';
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 7.5px;
    margin-top: -78px;
    /* margin-left: -32px; */
    text-align: center;
}
@media screen and (min-width: 768px){
.ca-title {
    font-size: 30px;

	}}
@media screen and (min-width: 1024px){
.ca-title {
    margin-top: -97px;
    margin-left: -179px;
	}}
@media screen and (min-width: 1600px){
.ca-title {
    font-size: 40px;
	}}
@media screen and (min-width: 1800px){
.ca-title {
    font-size: 50px;
	}}

/*..arrow for mainHero without sliderRev */
.arrowBelow {
	position: absolute;
    right: 60px;
    bottom: 0;
    text-align: right;
}
.arrowBelow i {
    font-size: 64px;
    font-weight: 900;
    color: white;
    padding-bottom: 40px;
}
@media screen and (min-width: 1600px) {
	.arrowBelow i {
		font-size: 80px;
	}
}
@media screen and (min-width: 1850px) {
	.arrowBelow {
		right: 100px;
	}
	.arrowBelow i {
		padding-bottom: 12px;
	}
	.arrowBelow .wpb_raw_html {
		margin-bottom: 0;
	}
}
.title {
    font-family: var(--primaryFont);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: var(--primaryColor);
}
@media screen and (min-width: 1200px) {
	.title {
		font-size: 40px;
		line-height: 50px;
	}}
@media screen and (min-width: 1600px) {
	.title {
		font-size: 45px;
		line-height: 55px;
	}}

.priv__ul {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #ffffff !important;
}
/*---Cambios titulos---*/
.container-img {
    padding-top: 35px;
}
@media screen and (max-width:767px){
.title{
	text-align:center;
	}
.mar-movil {
    margin-top: -158px;
}
	.ca-title {
    margin-bottom: 60px !important;
	}
.img-container1 img.vc_single_image-img.attachment-full {
    height: 274px;
    object-fit: cover;
}
.img-container2 img.vc_single_image-img.attachment-full {
    height: 274px;
    object-fit: cover;
}}
@media screen and (min-width:768px) and (max-width:1023px){
.vc_row.wpb_row.vc_row-fluid.mainHero {
    align-items: unset;
    text-align: center;
	}
	.pos-img-con img.vc_single_image-img.attachment-full{
		object-position: 28%;}
.logo-home img.vc_single_image-img.attachment-large {
    max-width: 100% !important;
    margin-top: -80px;
}
img.vc_single_image-img.attachment-full {
    height: 300px;
    object-fit: cover;
}}
@media screen and (min-width: 1900px){
.ca-title {
    margin-left: -230px;
}
}