/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1691391490
Updated: 2023-08-07 06:58:10

*/

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
{
	border-radius: 5px;
	border: 1px solid var(--color-greys-500, #94A3B8);
	background: rgba(255, 255, 255, 0.15);
	margin-bottom:8px;
	color: var(--color-greys-700, #64748B);
	text-align: center;
	font-family: Work Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:left;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus
{
	outline:none;
}

form label
{
	color: var(--900, #000D2D);
	font-family: Work Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:8px;
}

.requiredmessage
{
	color: var(--900, #000D2D);
	font-family: Work Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:15px 0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:var(--color-greys-700, #64748B);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color-greys-700, #64748B);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:var(--color-greys-700, #64748B);
}

.wpcf7-list-item
{
	margin-left:0px;
}

.wpcf7-list-item-label
{
	color: var(--900, #000D2D);
	font-family: Work Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:5px;
}

input[type="submit"]
{
	background:var(--e-global-color-accent) !important;
	color:var(--e-global-color-secondary) !important;
	border:0px !important;
	margin-top:15px;
}

input[type="submit"]:hover
{
	color:#fff !important;
	background:var(--e-global-color-secondary) !important;
}

.elementor-accordion-item
{
	border-bottom:solid thin rgba(0,13,45,0.2) !important; 
}


.mailchimpform
{
	max-width:80%;
}

.mailchimpform label
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:600px;
	margin:0 auto;
}

.mailchimpform .wpcf7-list-item-label
{
	color:#fff !important;
}

.mailchimpform .wpcf7-list-item-label a
{
	color:#fff !important;
}

.mailchimpform .wpcf7-list-item
{
	margin-top:20px;
}

.mailchimpform label input[type="submit"]
{
	margin-top:0px;
	background:#fff !important;
	color:#64748B !important;
	font-size:16px !important;
	padding:12px 24px !important;
}

.mailchimpform label  input[type=email]
{
	margin-bottom:0px;
	margin-right:15px;
	width:auto;
	color:#fff !important;
}

.mailchimpform label  input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff !important;
  opacity: 1; /* Firefox */
}

.mailchimpform label  input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff !important;
}

.mailchimpform label  input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color:#fff !important;
}

body
{
	overflow-x:hidden;
}

.wpcf7 form .wpcf7-response-output
{
	color: var(--e-global-color-secondary) !important;
}

.mailchimpform form .wpcf7-response-output
{
	color:#fff !important;
}

@media (max-width: 767px)
{
	.mailchimpform label
	{
		display:block;
	}
	.mailchimpform label input[type="submit"]
	{
		width:100%;
		margin-top:20px;
	}
	
	.mailchimpform label  input[type=email]
	{
		width:100%;
		margin-right:0px;
	}
	
	.contienebtnsubmit
	{
		text-align:center;
	}
	form label
	{
		width:100%;
	}
	
	.wpcf7-spinner
	{
		display:block;
	}
}

.iconos .elementor-image-box-img img
{
	height:70px;
	width:auto;
}

.wpml-ls-statics-footer
{
	position:fixed;
	bottom:0px;
	left:30px;
	width:auto;
	margin-bottom: 0px !important;
    background: #fff;
	-webkit-box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -4px 9px 0px rgba(0,0,0,0.2);
}


#masthead
{
	position:relative !important;
}

#masthead.sticky
{
	position:fixed !important;
	top:0px;
	left:0px;
	background:#fff;
	width:100%;
	z-index:1111;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}

#masthead.sticky .cabeceralight
{
	background:#000D2D;
}

.logofixed.sticky > .elementor-widget-container {
  max-width: 1220px;
  margin: 0 auto;
}

.wpcf7-list-item-label a
{
	color: var(--900, #000D2D);
	text-decoration:underline !important;
}

.flex { display: flex; }
.grow { flex-grow: 1; }
.w-24 { width: 140px !important; }
.gap-x-3 { column-gap: 12px; }
select option { color: #000; }
.mt-2 { margin-top: 8px; }
.wpcf7-form-control-wrap { flex-grow: 1; }
.wpcf7-form-control { min-height: 42px; }


.menucart a
{
	font-size:0px !important;
	background:url(https://luciddev.cat/searebbel/wp-content/uploads/2023/11/shopping_cart.svg) no-repeat center center;
	background-size:contain;
	width:24px !important;
	height:24px !important;
	margin-top: 5px !important;
}

.cabeceralight .menucart a
{
	font-size:0px !important;
	background:url(https://luciddev.cat/searebbel/wp-content/uploads/2023/11/shopping_cart-white.svg) no-repeat center center;
	background-size:contain;
	width:24px !important;
	height:24px !important;
	margin-top: 5px !important;
}

.current-menu-item a
{
	font-weight:600 !important;
}

@media only screen and (max-width: 1024px)
{
	.menucart a
	{
		margin-top:15px;
		margin-left:20px;
		margin-bottom:15px;
	}
	
	
}

select.orderby
{
	border-radius: 5px;
	border: 1px solid var(--color-greys-500, #94A3B8);
	background: rgba(255, 255, 255, 0.15);
	color: var(--color-greys-700, #64748B);
	font-family: Work Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.woocommerce-result-count
{
	display:none;
}

.archive .woocommerce-breadcrumb
{
	display:none;
}

.woocommerce-products-header__title.page-title
{
	color: var(--900, #000D2D);
	font-family: Work Sans;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.archive .woocommerce-loop-product__title,.woocommerce-loop-product__title
{
	display:inline-block;
	vertical-align:middle;
	width:70%;
	color: var(--900, #202634);
	font-family: Work Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.archive .swatchly_loop_variation_form 
{
	display:inline-block;
	vertical-align:middle;
	width:26%;
}

.swatchly-swatch
{
	border-color:#fff;
}

.woocommerce ul.products li.product .price
{
	color: var(--900, #202634);
	font-family: Work Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.archive .add_to_cart_button
{
	width: 49%;
	padding: 16px 20px !important;
	border-radius: 36px !important;
	background: var(--900, #000D2D) !important; 
	color: var(--000, #FFF) !important;
	font-family: Work Sans;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 22px !important; /* 110% */
	letter-spacing: -0.4px !important;
	text-align:center;
	margin-top:10px !important;
}

.archive .add_to_cart_button:hover
{
	background:#58F9CF !important;
	color: var(--900, #000D2D) !important;
}

.add_to_cart_button.product_type_variable
{
	width:100%;
}

.buttonviewmore
{
	width: 49%;
	padding: 16px 20px !important;
	border-radius: 36px !important;
	background: #fff !important; 
	color: var(--900, #000D2D) !important; 
	font-family: Work Sans;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 22px !important; /* 110% */
	letter-spacing: -0.4px !important;
	text-align:center;
	margin-top:10px !important;
}

.buttonviewmore:hover
{
	background:#58F9CF !important;
	color: var(--900, #000D2D) !important;
}

@media (max-width: 1200px)
{
	.buttonviewmore, .archive .add_to_cart_button
	{
		width:100%;
	}
}

@media (min-width: 1300px)
{
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1240px;
	}
}

.woocommerce nav.woocommerce-pagination
{
	margin-bottom:50px;
}

.woocommerce nav.woocommerce-pagination ul li
{
	border:0px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current
{
	background: var(--900, #000D2D) !important; 
	color: var(--000, #FFF) !important;
}

.woocommerce nav.woocommerce-pagination ul
{
	border:0px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span
{
	color:#000D2D;
}

.bannershop
{
	padding:20px 80px;
	padding-right:30px;
	border-radius:10px;
	margin:40px 0px;
}

.bannershop h3
{
	color: var(--000, #FFF);
	font-family: Work Sans;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 74px; /* 105.714% */
	margin-bottom:30px;
}

.bannershop a
{
	width: 220px;
	padding: 16px 20px;
	border-radius: 36px;
	background: var(--200, #58F9CF);
	color: var(--900, #000D2D);
	font-family: Work Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 110% */
	letter-spacing: -0.4px;
	display:inline-block;
	text-align:center;
}

.bannershop a:hover
{
	background: var(--900, #000D2D);
	color: #fff;
}

.imagenbanner
{
	width:39%;
	display:inline-block;
	vertical-align:middle;
}

.textobanner
{
	width:60%;
	display:inline-block;
	vertical-align:middle;
}

.woocommerce-tabs
{
	display:none;
}

.related.products .buttonviewmore
{
	display:none !important;
}

.related.products .swatchly_loop_variation_form 
{
	display:inline-block;
	vertical-align:middle;
	width:28%;
}

.related.products .swatchly_loop_variation_form.swatchly_align_right td.value, .related.products  .swatchly_loop_variation_form.swatchly_align_right .swatchly-type-wrap,
.related.products .variations_form .variations tr
{
	text-align:right !important;
	justify-content: flex-end !important;
	margin-bottom:0px;
}

.related.products .add_to_cart_button
{
	width: 220px;
	max-width:100%;
	padding: 16px 20px !important;
	border-radius: 36px !important;
	background: var(--900, #000D2D) !important; 
	color: var(--000, #FFF) !important;
	font-family: Work Sans;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 22px !important; /* 110% */
	letter-spacing: -0.4px !important;
	text-align:center;
	margin-top:10px !important;
}

.related.products .add_to_cart_button:hover
{
	background:#58F9CF !important;
	color: var(--900, #000D2D) !important;
}

.single-product .related.products .variations
{
	margin-bottom:0px !important;
}

.add_to_cart_button.product_type_variable
{
	width:100%;
}

.related.products
{
	clear:both;
	margin-bottom:80px;
}

.related.products > h2
{
	margin-bottom:80px;
	color: var(--900, #000D2D);
	font-family: Work Sans;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.woocommerce-product-gallery
{
	margin-bottom:120px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li
{
	width:50%;
	padding:10px;
}

.flex-control-thumbs
{
	margin:10px -10px !important;
}

.single-product .product_title
{
	color: var(--900, #000D2D);
	font-family: Work Sans;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px;
}

.single-product .price
{
	color: var(--900, #202634) !important;
	font-family: Work Sans;
	font-size: 28px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:40px;
}

.woocommerce-product-details__short-description
{
	color: var(--900, #202634);
	font-family: Work Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:40px;
}

.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations th *
{
	padding:0px !important;
	color: var(--900, #202634);
	font-family: Work Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform:uppercase;
}

.single-product .variations
{
	margin-bottom:100px !important;
}

.quantity,.product_meta
{
	display:none !important;
}

.single_add_to_cart_button
{
	width: 220px !important;
	padding: 16px 20px !important;
	border-radius: 36px !important;
	background: var(--900, #000D2D) !important;
	color: var(--000, #FFF) !important;
	font-family: Work Sans !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 22px !important; /* 110% */
	letter-spacing: -0.4px !important;
}

.single_add_to_cart_button:hover
{
	background:#58F9CF !important;
	color: var(--900, #000D2D) !important;
}

.woocommerce-breadcrumb
{
	color: var(--900, #202634) !important;
	margin-bottom:40px !important;
	font-family: Work Sans;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.woocommerce-breadcrumb a
{
	color: var(--900, #202634) !important;
	font-family: Work Sans;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-product .content-area
{
	margin-top:50px;
}

@media (max-width: 768px)
{
	.textobanner,.imagenbanner
	{
		width:100%;
	}
	.bannershop
	{
		padding:20px;
	}
	.single-product .variations
	{
		margin-bottom:30px !important;
	}
	.woocommerce-product-gallery
	{
		margin-bottom:30px !important;
	}
}

body.page-id-543,body.page-id-545,body.home,
body.page-id-736,body.page-id-991

{
	background:linear-gradient(180deg, #01091B 0%, #01091B 12.51%, #1F356C 22.52%, #05133D 47.6%, #1F356C 61.51%, #061643 89.32%, #0B1D52 100%);
}

/*.fondoazuldegradado
{
	background: linear-gradient(180deg, #01091B 0%, #01091B 12.51%, #1F356C 22.52%, #05133D 100%);
}

.fondoazuldegradado2
{
	background: linear-gradient(180deg, #05133D 0%, #1F356C 61.51%, #061643 89.32%, #0B1D52 100%);
}*/

.togle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right
{
	margin-top:4px;
}

.togle .elementor-tab-title
{
	border-radius:40px;
	border:solid thin #fff !important;
}

.togle .elementor-tab-title span
{
	color:#58F9CF;
}

.filatogle .elementor-column:after
{
	content:'';
	width:20px;
	height:1px;
	background:#fff;
	position:absolute;
	top: 38px;
    left: -10px;
}

.filatogle .elementor-column:first-child:after
{
	display:none;
}

.iconoscambiacolor ul .elementor-icon-list-item
{
	cursor:pointer;
}

.iconoscambiacolor ul .elementor-icon-list-item
{
	padding-bottom:3px;
}

.iconoscambiacolor ul .elementor-icon-list-item:first-child
{
	border-bottom:solid thin #000D2D;
}

.imagenessilver
{
	display:none;
}

@media (max-width: 767px)
{
	.filatogle .elementor-column:after
	{
		display:none !important;
	}
}
/*
.contenedorazulhome
{
	background: linear-gradient(180deg, #01091B 0%, #01091B 12.51%, #1F356C 22.52%, #05133D 47.6%, #1F356C 61.51%, #061643 89.32%, #0B1D52 100%);
}*/

.botonesproceso span
{
	color:#58F9CF;
}

.checkout-button,#place_order
{
	width: 100% !important;
	padding: 16px 20px !important;
	border-radius: 36px !important;
	background: var(--900, #000D2D) !important;
	color: var(--000, #FFF) !important;
	font-family: Work Sans !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 22px !important; /* 110% */
	letter-spacing: -0.4px !important;
}

.iconoshome .elementor-image-box-img img
{
	width:48px;
}

.textoreadstory
{
	display:none;
}

.botonreadstory
{
	cursor:pointer;
}

.testimonials-list button[data-controls="prev"]
{
	display:none !important;
}

.jkit-post-meta
{
	position:absolute;
	top:0px;
	right:0px;
}

.jkit-post-category 
{
	color: var(--200, #58F9CF) !important;
	text-align: center !important;
	font-family: Work Sans !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important; 
}

.jkit-post-title
{
	color: var(--000, #FFF) !important;
	font-family: Work Sans !important;
	font-size: 32px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 26px !important; 
}

.jkit-thumb .fa-pencil-alt, .jkit-thumb > span
{
	display:none !important;
}

.comment-bio
{
	display:none !important;
}

textarea
{
	height:100px;
}

.logoblanco
{
	display:none;
}

.logoazul
{
	margin-bottom:0px !important;
}

.page-id-547 .logoazul,.page-id-1057 .logoazul
{
	display:none;
}

.page-id-547 .logoblanco,.page-id-1057 .logoblanco
{
	display:block;
}

.page-id-547 .cabecerablanca,.page-id-1057 .cabecerablanca
{
	background-color:transparent !important;
}

.page-id-547 .sticky  .cabecerablanca,.page-id-1057 .sticky  .cabecerablanca
{
	background:#fff !important;
}

.page-id-547 .sticky  .logoblanco,.page-id-1057 .sticky  .logoblanco
{
	display:none;
}

.page-id-547 .sticky  .logoazul,.page-id-1057 .sticky  .logoazul
{
	display:block;
}

@media (max-width: 767px)
{
	.page-id-547  .logoblanco,.page-id-1057 .logoblanco
	{
		display:none !important;
	}

	.page-id-547  .logoazul,.page-id-1057 .logoazul
	{
		display:block !important;
	}
}

@media (max-width: 767px)
{
	.lineaproceso
	{
		position: absolute;
    	bottom: -1px;
    	left: 50%;
	}
	
	.lineaproceso .elementor-widget-container
	{
		--divider-border-width: 50px;
	}
}

.mailchimpform .wpcf7-submit:hover
{
	background: #58F9CF !important; 
	color:#000D2D !important;
}

.botondiscover a:after {
  display:block;
  content: '';
  border-bottom: solid 1px #58F9CF;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
	margin-top:6px;
}

.botondiscover a:hover:after
{
	transform: scaleX(1);
	transform-origin:  0% 50%;
}

.botonreadstory h2:after {
  display:block;
  content: '';
  border-bottom: solid 1px #58F9CF;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
	margin-top:6px;
}

.botonreadstory h2:hover:after
{
	transform: scaleX(1);
	transform-origin:  0% 50%;
}

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
{
	padding: 0.8rem 1rem;
}

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
{
	height:47px;
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '';
}

select
{
	background:url(https://luciddev.cat/searebbel/wp-content/uploads/2023/11/flechaselect.svg) no-repeat right 15px center !important;
	-webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.linkspie h2 a:hover
{
	text-decoration:underline;
	color:#58F9CF !important;
}

@media (max-width: 1024px)
{
	.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper
	{
		max-width:100% !important;
	}
	.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu
	{
		padding-top:140px;
		padding-bottom:30px;
	}
	
	.menucart a,.cabeceralight .menucart a
	{
		margin-top:100px !important;
	}
	.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu a
	{
		font-weight:300 !important;
	}
	
	.menucart a
	{
		background:url(https://luciddev.cat/searebbel/wp-content/uploads/2023/11/shopping_cart-white.svg) no-repeat center center !important;
		background-size:contain !important;
	}
	
	.jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button
	{
		right: 25px !important;
    	padding: 0px;
	}
	.jkit-post-meta {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 10px !important;
	}
	
	.bannershop h3
	{
		font-size:40px;
		line-height:44px;
	}
	
	.wpml-ls-item a
	{
		margin-bottom:0px !important;
	}
	
	.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper
	{
		transition:none !important;
	}
	
	.jkit-menu-wrapper.active .jki-chevron-down-line.activa
	{
		transform: rotate(180deg);
	}
}

@media (max-width: 500px)
{
	.w-24 { width: 210px !important; }
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text
{
	width:160px;
}

.woocommerce-cart-form__contents .quantity
{
	display:block !important;
}

footer
{
	clear:both;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button
{
	padding: 16px 20px !important;
    border-radius: 36px !important;
    background: var(--900, #000D2D) !important;
    color: var(--000, #FFF) !important;
    font-family: Work Sans !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    letter-spacing: -0.4px !important;
}

table td, table th
{
	border-color:#dadfe9;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th
{
	background-color:#e9f2fb;
}

.woocommerce-cart .qty
{
	background:#fff;
}

.grecaptcha-badge
{
	display:none;
}