/*
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.1
*/
@font-face {
    font-family: 'Brice';
    src: url('fonts/Brice-BlackSemiExpanded.eot');
    src: url('fonts/Brice-BlackSemiExpanded.eot') format('embedded-opentype'),
        url('fonts/Brice-BlackSemiExpanded.woff2') format('woff2'),
        url('fonts/Brice-BlackSemiExpanded.woff') format('woff'),
        url('fonts/Brice-BlackSemiExpanded.ttf') format('truetype'),
        url('fonts/Brice-BlackSemiExpanded.svg') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brice';
    src: url('fonts/Brice-SemiBoldSemiExpanded.eot');
    src: url('fonts/Brice-SemiBoldSemiExpanded.eot') format('embedded-opentype'),
        url('fonts/Brice-SemiBoldSemiExpanded.woff2') format('woff2'),
        url('fonts/Brice-SemiBoldSemiExpanded.woff') format('woff'),
        url('fonts/Brice-SemiBoldSemiExpanded.ttf') format('truetype'),
        url('fonts/Brice-SemiBoldSemiExpanded.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brice';
    src: url('fonts/Brice-BoldSemiExpanded.eot');
    src: url('fonts/Brice-BoldSemiExpanded.eot') format('embedded-opentype'),
        url('fonts/Brice-BoldSemiExpanded.woff2') format('woff2'),
        url('fonts/Brice-BoldSemiExpanded.woff') format('woff'),
        url('fonts/Brice-BoldSemiExpanded.ttf') format('truetype'),
        url('fonts/Brice-BoldSemiExpanded.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brice';
    src: url('fonts/Brice-ExtraLightSemiExpanded.eot');
    src: url('fonts/Brice-ExtraLightSemiExpanded.eot') format('embedded-opentype'),
        url('fonts/Brice-ExtraLightSemiExpanded.woff2') format('woff2'),
        url('fonts/Brice-ExtraLightSemiExpanded.woff') format('woff'),
        url('fonts/Brice-ExtraLightSemiExpanded.ttf') format('truetype'),
        url('fonts/Brice-ExtraLightSemiExpanded.svg') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brice';
    src: url('fonts/Brice-LightSemiExpanded.eot');
    src: url('fonts/Brice-LightSemiExpanded.eot') format('embedded-opentype'),
        url('fonts/Brice-LightSemiExpanded.woff2') format('woff2'),
        url('fonts/Brice-LightSemiExpanded.woff') format('woff'),
        url('fonts/Brice-LightSemiExpanded.ttf') format('truetype'),
        url('fonts/Brice-LightSemiExpanded.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brice';
    src: url('fonts/Brice-RegularSemiExpanded.eot');
    src: url('fonts/Brice-RegularSemiExpanded.eot') format('embedded-opentype'),
        url('fonts/Brice-RegularSemiExpanded.woff2') format('woff2'),
        url('fonts/Brice-RegularSemiExpanded.woff') format('woff'),
        url('fonts/Brice-RegularSemiExpanded.ttf') format('truetype'),
        url('fonts/Brice-RegularSemiExpanded.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*** GENERAL ***/
	body.keyboard-support.page [role=link]:focus, body.keyboard-support.page a:focus, body.keyboard-support.page button:focus, body.keyboard-support.archive [role=link]:focus, 
	body.keyboard-support.archive a:focus, body.keyboard-support.archive button:focus, body.keyboard-support.single [role=link]:focus, body.keyboard-support.single a:focus, 
	body.keyboard-support.single button:focus { outline: unset !important; }

    body.mobile-side-slide{ overflow-x: hidden !important; }

	:root {
		--negro: #363839;
		--dorado: #938400;
		--gris: #F5F5F5;
		
		--pad-100: 100px 0;
		--100: 100px;
		--40: 40px;
		
		--pad-lateral: 0 50px;
		
		scrollbar-color: var(--dorado) var(--gris);
        scrollbar-width: thin;
	}
	
	::-webkit-scrollbar { width: 8px; background-color: var(--gris); }
    ::-webkit-scrollbar-track { background-color: var(--gris); }
    ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--dorado); }
    ::-webkit-scrollbar-thumb:hover { background-color: var(--dorado); }

	.pad-100{ padding: var(--pad-100); }
	.pad-100-top{ padding-top: var(--100); }
	.pad-100-bottom{ padding-bottom:  var(--100); }

	.dorado{ color: var(--dorado); }

	.deco-img .image_frame, .deco-img .image_wrapper{ overflow: visible !important; }
	.deco-img .image_wrapper:before{ content: ""; width: 100%; height: 100%; border: 2px solid var(--dorado); position: absolute; bottom: -10px; left: -10px; }

	.texto-linea{ text-stroke-width: 1.5px; -webkit-text-stroke-width: 1.5px; color: transparent; }
	.texto-linea-negro{ text-stroke-width: 1.5px; -webkit-text-stroke-width: 1.5px; color: transparent; text-stroke-color: var(--negro); -webkit-text-stroke-color: var(--negro); }


	body .section.full-width > div.section_wrapper{ padding: var(--pad-lateral) !important; max-width: 1920px !important; }

	/** PRETITULO, MAYUSCULAS PEQUEÑAS **/
	.bomboo-titulo p{ font-family: "Bebas Neue"; font-size: 23px; line-height: 100%; text-transform: uppercase; }
	
	/* Botón */
	body.button-custom .button{ overflow: visible; cursor: pointer; position: relative; outline: none; vertical-align: middle; text-decoration: none; border: unset; background: transparent !important;
		transition: .3s all ease;  }
	body.button-custom .button .button_label{ -webkit-transform-style: preserve-3d; transform-style: preserve-3d; transition: .3s all ease; z-index: 10; display: block; position: relative; }
	body.button-custom .button:before{ content: ""; position: absolute;  top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; border: 1px solid var(--negro); transition: .3s all ease; 
		z-index: 0; background-color: #fff; z-index: 1; }
	body.button-custom .button:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; border: 1px solid var(--negro); z-index: 0;
		-webkit-transform: translate3d(5px, 5px, -1em); transform: translate3d(5px, 5px, -1em); }
	body.button-custom .button:hover:before{ -webkit-transform: translate3d(5px, 5px, -1em); transform: translate3d(5px, 5px, -1em); background: var(--negro); }
	body.button-custom .button:hover{ background: transparent !important; }
	body.button-custom .button:hover .button_label{ color: #fff; -webkit-transform: translate(0.25em, 0.25em); transform: translate(0.25em, 0.25em); }

	body.button-custom .button.button_theme:before, body.button-custom .button.button_theme:after{ border-color: var(--dorado); }
	body.button-custom .button.button_theme:hover:before{ background-color: var(--dorado); }

	/*Complianz*/
    #cmplz-document{ font-size: 16px; max-width: 100%; padding: var(--pad-100); }
    #cmplz-document p, #cmplz-document li, #cmplz-document td{ font-size: 16px; color: var(--negro); }
    #cmplz-document h2{ font-size: 48px; line-height: 53px; font-weight: 700; margin-top: var(--40); border: unset;} 

    .cmplz-cookiebanner .cmplz-message{ font-size: 12px !important; }
    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title{ font-size: 14px !important; font-weight: 600 !important; }
    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description{ font-size: 12px !important; line-height: 14px !important; }

    #cmplz-manage-consent .cmplz-manage-consent{ background-image: url(imagenes/fondo-ajustes.svg); background-repeat: no-repeat; background-position: center; background-size: 100%; 
		right: unset !important; left: 0px; font-size: 0px; color: #fff !important; width: 140px; background-color: transparent !important; box-shadow: unset !important; bottom: -2px !important; 				padding: 0 !important; }
    #cmplz-manage-consent .cmplz-manage-consent:before{ content: ""; background-image: url(imagenes/icono-ajustes.svg); background-repeat: no-repeat; background-position: center; 
		background-size: 100%; width: 28px; height: 28px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.8s ease;  
		-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transition: all 0.8s ease; 
		-moz-transition: all 0.8s ease; -ms-transition: all 0.8s ease; -o-transition: all 0.8s ease; }
    #cmplz-manage-consent .cmplz-manage-consent:hover:before{ transform: translate(-50%, -54%); -webkit-transform: translate(-50%, -54%); -moz-transform: translate(-50%, -54%); 
		-ms-transform: translate(-50%, -54%); -o-transform: translate(-50%, -54%); }

	.content_wrapper .button, .content_wrapper button, .content_wrapper input[type="button"], .content_wrapper input[type="reset"], .content_wrapper input[type="submit"]{ margin: 0 !important; }



/*** MENU ***/
	#Header .container{ padding: var(--pad-lateral) !important; max-width: 1920px !important; }
	.header-transparent #Top_bar .top_bar_right{ padding-right; 0; }
	#Top_bar .logo{ margin: 0 !important; }

	#Top_bar .menu > li > a:not(.menu-toggle):after{ margin-top: 12px !important; opacity: 1 !important; transform: scale3d(0, 1, 1) !important; transition: transform 0.2s ease-in-out; }
	#Top_bar .menu > li.hover > a:after { transform: scale3d(1, 1, 1) !important; }

	#Top_bar .top_bar_right .action_button{ background-color: transparent !important; overflow: visible; color: #fff; border-color: #fff; }
	#Top_bar .top_bar_right .action_button .button_label{ color: var(--dorado); }
	#Top_bar .top_bar_right .action_button:before, #Top_bar .top_bar_right .action_button:after{ border-color: #fff !important; }
	#Top_bar .top_bar_right .action_button:hover:before{ border-color: var(--dorado) !important; background-color: var(--dorado) !important; }
	#Top_bar .top_bar_right .action_button:hover .button_label{ color: #fff; }

	#Top_bar.is-sticky{ height: 70px !important; }
	#Top_bar.is-sticky a#logo, #Top_bar.is-sticky a.custom-logo-link { padding: 10px 0 !important; }
	#Top_bar.is-sticky #logo img.logo-sticky{ max-height: 50px !important; width: 198px !important; }
	#Top_bar.is-sticky .menu_wrapper .menu > li > a{ color: var(--negro) !important; }
	#Top_bar.is-sticky .menu > li > a span:not(.description) { line-height: 70px !important; }
	#Top_bar.is-sticky .top_bar_right .action_button{ background-color: transparent; overflow: visible; color: var(--negro); border-color: var(--negro); }
	#Top_bar.is-sticky .top_bar_right .action_button .button_label{ color: var(--negro); }
	#Top_bar.is-sticky .top_bar_right .action_button:before, #Top_bar.is-sticky .top_bar_right .action_button:after{ border-color: var(--negro) !important; }
	#Top_bar.is-sticky .top_bar_right .action_button:hover:before{ border-color:var(--negro); background-color: var(--negro) !important; }
	#Top_bar.is-sticky .top_bar_right .action_button:hover .button_label{ color: #fff; }


#Subheader{
	padding-top:220px !important;
}
	#Subheader:before{ content: ""; width: 100%; height: 100%; background: linear-gradient(45deg,#000 0,rgba(0,0,0,.2) 60%); position: absolute; top: 0; left: 0; z-index: 0; }
	#Subheader > .container{ padding: var(--pad-lateral) !important; max-width: 1920px !important; z-index: 1; }
	#Subheader > .container .one.column{ display: flex; flex-direction: column-reverse; justify-content: flex-start; gap: 8px; }
	#Subheader ul.breadcrumbs{ margin-top 0; }
	#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a{ font-family: "Bebas Neue"; font-size: 23px; line-height: 100%; text-transform: uppercase; }
	#Subheader ul.breadcrumbs li{ color: var(--dorado) !important; }
	#Subheader ul.breadcrumbs li a, #Subheader ul.breadcrumbs li span{ color: #fff !important; opacity: 1; }


/*** FOOTER ***/
	#Footer{ background-position: center -100px !important; }
	#Footer:before{ content: ""; width: 100%; height: 50%; background: linear-gradient(180deg,rgba(54, 56, 57, 0) 0%,rgba(54, 56, 57,.3) 100%); position: absolute; bottom: 0; left: 0; 							visibility: visible; }
	
	#Footer .widgets_wrapper .container{ display: grid; grid-template-columns: repeat(3, 1fr); }
	#Footer .widgets_wrapper .container .one-third.column{ width: 100%; }
	#Footer .widgets_wrapper .container .one-third.column:first-child, #Footer .widgets_wrapper .container .one-third.column:last-child{ display: flex; flex-direction: column; justify-content: center;
		align-items: center; }
	#Footer .widgets_wrapper #block-5 p, #Footer .widgets_wrapper #block-5 a{ text-align: center;  font-family: "Bebas Neue"; font-size: 40px; line-height: 100%; text-transform: uppercase; }
	#Footer .widgets_wrapper #block-5 a:hover{ text-decoration: unset; }
	#Footer .widgets_wrapper #block-12 p{ text-align: center;  font-family: "Bebas Neue"; font-size: 20px; line-height: 100%; max-width: 250px; }
	#Footer .widgets_wrapper #block-9 > p{ display: none; }
	#Footer .widgets_wrapper #block-9 .social{ display: flex; justify-content: center; align-items: center; gap: 20px; }
	#Footer .widgets_wrapper #block-9 .social li{ display: block; transition: .3s all; }
	#Footer .widgets_wrapper #block-9 .social li:hover{ transform: translatey(-5px); }
	#Footer .widgets_wrapper #block-9 .social li a{ font-size: 30px; }
	#Footer .widgets_wrapper #block-10 p{ text-align: center;  font-family: "Bebas Neue"; font-size: 23px; line-height: 100%; max-width: 250px; }
	#Footer .widgets_wrapper #block-11 p, #Footer .widgets_wrapper #block-11 p a{ text-align: center; font-family: "Bebas Neue"; font-size: 23px; line-height: 100%; }
	#Footer .widgets_wrapper #block-7 figure{ text-align: center; }
	#Footer .widgets_wrapper #block-7 figure img{ width: 280px; }

	.mfn-footer .footer_copy{ border-top: unset !important; }
	#Footer .footer_copy .one{ margin-bottom: 30px !important; }
	#Footer .footer_copy .one .mcb-column-inner{ margin: 0 !important; display: flex; justify-content: center; align-items: center; gap: 0 15px; flex-wrap: wrap-reverse; }
	#Footer .footer_copy .social-menu{ margin-right: 0px !important; }
	#Footer .footer_copy .copyright, #Footer .footer_copy .social-menu li a{ color: #fff; }
	#Footer .footer_copy .social-menu{ margin-right: 0; }

/*** INICIO ***/
	.portada{ min-height: calc(100vh - 10rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 180px 0 120px; }
	.portada:before{ content: ""; width: 100%; height: 100%; background: linear-gradient(45deg,#000 0,rgba(0,0,0,.2) 60%); position: absolute; top: 0; left: 0; z-index: 1; }
	/*.portada:after{ content: ""; width: 512px; height: 512px; background-image: url(https://bamboostravel.com/wp-content/uploads/2024/01/cropped-android-chrome-512x512-1.png);
		background-repeat: no-repeat; background-position: center; background-size: auto; position: absolute; bottom: -100px; right: -100px; transform: rotate(-30deg); opacity: 0.2; }*/
	.portada .section_wrapper{ width: 100%; }
	.portada .bomboo-titulo p, .portada .bomboo-titulo h1{ color: #fff; max-width: 760px; }
	.portada .bamboo-texto p{ color: #fff; max-width: 760px; }
	.portada .column_button{ padding-top: 20px; }
	.portada .texto-linea{ text-stroke-color: #fff; -webkit-text-stroke-color: #fff; }

	.about-the-tea:before{ content: ""; width: 650px; height: 370px; background-image: url("https://bamboostravel.com/wp-content/uploads/2024/03/mapa.svg"); background-repeat: no-repeat;
		background-position: center; background-size: 100%; position: absolute; left: calc(50% - 142px); top: 25px; transform: translateX(-50%);	}
	.about-the-tea.section.full-width > div.section_wrapper{ gap: 0 100px; }
	.about-the-tea.section.full-width .three-fifth.mcb-wrap{ width: calc(60% - 50px); }
	.about-the-tea.section.full-width .two-fifth.mcb-wrap{ width: calc(40% - 50px); }
	.about-the-tea .texto-linea{ text-stroke-color: var(--negro); -webkit-text-stroke-color: var(--negro); }
	.about-the-tea .img-about-tea .image_frame{ margin-right: 30%; }
	.about-the-tea .img-about-tea img{ object-fit: cover; height: 650px; }
	.about-the-tea .img-about-us2{ position: absolute; bottom: -50px; right: -50px; width: fit-content !important; }
	.about-the-tea .img-about-us2 img{ width: 580px !important; }
	.about-the-tea .bomboo-titulo h2{ max-width: 530px; }

	.catalogo-slider .catalogo-item{ position: relative; width: 100%; height: 100%; }
	.catalogo-slider .catalogo-item:before{ content: ""; width: 100%; height: 100%; background: linear-gradient(45deg,#000 0,rgba(0,0,0,.2) 60%); position: absolute; top: 0; left: 0;  }
	.catalogo-slider .catalogo-item .cont-imagen{ width: 100%; height: 100%; }
	.catalogo-slider .catalogo-item .cont-imagen img{ width: 100%; height: 100%; object-fit: cover; }
	.catalogo-slider .catalogo-item .cont-info{ position: absolute; top: 0; left: 0; width: calc(100% - 24px); height: calc(100% - 24px); border: 1px solid #fff; margin: 12px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
	.catalogo-slider .catalogo-item .cont-info .fecha{ position: absolute; top: 12px; right: 12px; font-family: "Bebas Neue"; background-color: #fff; color: var(--dorado); padding: 6px 16px 1px; font-size: 32px; line-height: 1; }
	.catalogo-slider .catalogo-item .cont-info .texto{ height: 0; color: #fff; opacity: 0;  margin: 0; font-size: 13.3px; line-break: 1; transition: all 0.5s ease; } 
	.catalogo-slider .catalogo-item .cont-info .cont-titulo{ display: flex; justify-content: space-between; align-items: flex-end; position: relative; flex-wrap: wrap; gap: 8px; width: 100%; }
	.catalogo-slider .catalogo-item .cont-info .cont-titulo .proveedor{ position: absolute; left: 0; top: -24px; color: var(--dorado); text-transform: uppercase; font-family: "Bebas Neue"; font-size: 16px; line-height 1; }
	.catalogo-slider .catalogo-item .cont-info .cont-titulo h3{ text-transform: uppercase; color: #fff; max-width: calc(100% - 160px); font-size: 24px; line-height: 1.1; margin-bottom: 0; }
	.catalogo-slider .catalogo-item .cont-info .cont-titulo a{ margin: 0; font-size: 18px; line-height: 18px; padding: 9px 20px 6px; }


/*** CATALOGO ***/
	.cont-catalogos{ display: grid; grid-template-columns: repeat(3, 1fr) !important; gap: 50px !important; }
	.cont-catalogos .catalogo{ position: relative; width: 100%; height: 100%; }
	.cont-catalogos .catalogo:before{ content: ""; width: 100%; height: 100%; background: linear-gradient(45deg,#000 0,rgba(0,0,0,.2) 60%); position: absolute; top: 0; left: 0;  }
	.cont-catalogos .catalogo .cont-imagen{ width: 100%; height: 100%; }
	.cont-catalogos .catalogo .cont-imagen img{ width: 100%; height: 100%; object-fit: cover; }
	.cont-catalogos .catalogo .cont-info{ position: absolute; top: 0; left: 0; width: calc(100% - 24px); height: calc(100% - 24px); border: 1px solid #fff; margin: 12px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
	.cont-catalogos .catalogo .cont-info .fecha{ position: absolute; top: 12px; right: 12px; font-family: "Bebas Neue"; background-color: #fff; color: var(--dorado); padding: 6px 16px 1px; font-size: 32px; line-height: 1; }
	.cont-catalogos .catalogo .cont-info .texto{ height: 0; color: #fff; opacity: 0;  margin: 0; font-size: 13.3px; line-break: 1; transition: all 0.5s ease; } 
	.cont-catalogos .catalogo .cont-info .cont-titulo{ display: flex; justify-content: space-between; align-items: flex-end; position: relative; flex-wrap: wrap; gap: 8px; width: 100%; }
	.cont-catalogos .catalogo .cont-info .cont-titulo .proveedor{ position: absolute; left: 0; top: -24px; color: var(--dorado); text-transform: uppercase; font-family: "Bebas Neue"; font-size: 16px; line-height 1; }
	.cont-catalogos .catalogo .cont-info .cont-titulo h3{ text-transform: uppercase; color: #fff; max-width: calc(100% - 160px); font-size: 24px; line-height: 1.1; margin-bottom: 0; }
	.cont-catalogos .catalogo .cont-info .cont-titulo a{ margin: 0; font-size: 18px; line-height: 18px; padding: 9px 20px 6px; }


/*** PAGINACION ***/
    .pager .pages{ margin: 40px 10px 60px; background-image: unset; background-color: unset; }
    .pager .pages a{ border-radius: 50%; width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: var(--naranja); margin: 0 10px; font-weight: 600; }
    .pager .pages a:hover{ background-color: var(--naranja);  color: #fff; }
    .pager .pages a.active{ background-color: var(--naranja);  color: #fff; }
    .pager .pages a:before{ content: unset !important; }
    .pager a.next_page{ font-size: 0 !important; color: transparent; width: 40px; height: 40px; line-height: 49px; transition: all 1s ease; position: relative; 
		background: url('imagenes/flecha-right.svg') center center/contain no-repeat; }
    .pager a.prev_page{ font-size: 0 !important; color: transparent; width: 40px; height: 40px; line-height: 49px; transition: all 1s ease; position: relative;  
		background: url('imagenes/flecha-left.svg') center center/contain no-repeat; }
    .pager a.next_page:before, .pager a.prev_page:before{ content: unset !important; }
    .pager a.next_page:hover{ transform: translateX(10px); }
    .pager a.prev_page:hover{ transform: translateX(-10px); }

/*** INICIO SESION ***/
	body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:before, 
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:before, 
	body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:before, 
	body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:before,
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:before, .ur-frontend-form.login .ur-reset-password-btn:before,
	body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:after, 
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:after, 
	body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:after, 
	body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:after,
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:after, .ur-frontend-form.login .ur-reset-password-btn:after{ content: unset; }

	body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, 
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, 
	body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, 
	body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button,
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button, .ur-frontend-form.login .ur-reset-password-btn{ font-size: 23px !important; line-height: 1 !important; border: 1px solid var(--negro) !important; color: var(--negro) !important;  }

	body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover, 
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover, 
	body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover, 
	body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover,
	body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover, .ur-frontend-form.login .ur-reset-password-btn:hover{ background-color: var(--negro) !important; color: #fff !important; }



/*** RESPONSIVE ***/

	@media(max-width: 1920px){

        /*FOOTER*/
		#Footer{ background-position: center 0px !important; }
    }

	@media(max-width: 1536px){
	
		/*INICIO*/
		.about-the-tea:before{ left: unset; right: 30px; transform: unset; top: unset; bottom: 445px; }
		.about-the-tea.section.full-width > div.section_wrapper{ gap: 50px; flex-wrap: wrap-reverse; }
		.about-the-tea.section.full-width .three-fifth.mcb-wrap, .about-the-tea.section.full-width .two-fifth.mcb-wrap{ width: 100%; }
		.about-the-tea .img-about-us2{ right: 0px; }

	}
    @media(max-width: 1239px){

        /*GENERAL*/
        :root {
            --halfSection: 470px;
            --containerWidth: 940px;
        }
		
		
		.cont-catalogos{ grid-template-columns: repeat(2, 1fr); grid-gap: 25px; }
    }

    @media(max-width: 1024px){
		
		/*MENU*/
        #Top_bar button.responsive-menu-toggle { display: block; }

        #Side_slide { width: 480px !important; right: -100% !important; max-width: 90%; transition: all 1s ease; display: flex; flex-direction: column; }
        body.side-slide-is-open #Side_slide {  right: 0 !important; }
        body.mobile-side-slide{ left: 0 !important; }
        #Side_slide #menu ul li, #Side_slide #menu>ul:last-child>li:last-child{ border: unset; }
	}

    @media(max-width: 959px){

        /*GENERAL*/
        :root {
            --halfSection: 354px;
            --containerWidth: 708px;
        }

        
        /*FOOTER*/
		#Footer .widgets_wrapper { padding: 12px 0 0 !important; }
		#Footer .widgets_wrapper .container{ display: flex; flex-direction: column; }
		#Footer .widgets_wrapper .container .one-third.column:first-child{ order: 2; }
		#Footer .widgets_wrapper .container .one-third.column:nth-child(2){ order: 1; }
		#Footer .widgets_wrapper .container .one-third.column:last-child{ order: 3; }
		
		/*INICIO*/
		.about-the-tea .img-about-tea img{ height: 480px; }
		.about-the-tea .img-about-us2 img { width: 380px !important; }
		.about-the-tea:before{ width: 350px; height: 200px; bottom: 345px; }
		
		/*CATALOGOS*/
		.cont-catalogos{ grid-template-columns: repeat(1, 1fr); }
		
    }
    @media(max-width: 767px){

        /*GENERAL*/
        :root {
            --containerWidth: 550px;
            --halfSection: 275px;
        }
		
		/*MENU*/
		.layout-full-width.header-fw #Top_bar .container{ padding: var(--pad-lateral) !important; }
		#Top_bar #logo img.svg { width: 202px !important; }
		.mobile-header-mini #Top_bar a.responsive-menu-toggle{ right: 50px !important; }

		/*CATALOGO*/
		.cont-catalogos .catalogo .cont-info .cont-titulo h3{ max-width: 100%; }
		.cont-catalogos .catalogo .cont-info{ padding: 24px 12px; }
    }
    @media(max-width: 480px){

        /*GENERAL*/
        :root {
            --pad-100: 40px 0px;
            --100: 40px;
            --40: 20px;
			
			--pad-lateral: 0 20px;

            --containerWidth: 90%;
            --halfSection: 45%;
        }

        #cmplz-manage-consent .cmplz-manage-consent{ bottom: -3px !important; width: 100px; height: 35px !important; }
        #cmplz-manage-consent .cmplz-manage-consent:before{ width: 20px; height: 20px; }
		
		/*MENU*/
		.mobile-header-mini #Top_bar a.responsive-menu-toggle { right: 20px !important; }
    
        /*FOOTER*/
		.widget{ margin: 0 !important; }
		#Footer .widgets_wrapper .container .one-third.column:first-child{ padding: 30px 0; }
		
		/*INICIO*/
		.portada{ padding: 120px 0 40px; }
		
		.bomboo-titulo p{ font-size: 18px; line-height: 1; margin-bottom: 6px;  }
		
		.about-the-tea:before{ width: 250px; height: 140px; bottom: 320px; right: -20px; }
		.about-the-tea{ padding-bottom: 100px; }
		.about-the-tea .img-about-tea .image_frame { margin-right: 50px; }
		.about-the-tea .img-about-tea img { height: 320px; }
		.about-the-tea .img-about-us2 img { width: 280px !important; }
    }
    @media(max-width: 393px){

    }
    @media(max-width: 320px){
        
        /*FOOTER*/
        
    } 


