/*
 * Theme Name: Custom Hello Elementor 
 * Template: hello-elementor
 * Author: David
 */


/*Página error 404*/
a {
    text-decoration: none;
}

main {
    font-family: FCBARCELONA-Regular;
}

/*Caja que englova todo el mensaje de error y la imagen*/
#mainBox {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

/*Caja con el mensaje 404 junto a todos sus elementos*/
#ErrorBox {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-grow: 1;
}

#title {
    color: #FFD201;
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    width: 100%
}

#text {
    font-size: 25px;
}

#return {
    color: #E7C10F;
    border-color: #E7C10F;
    padding: 10px 30px 10px 20px;
    align-items: center;
}

#return:hover {
    background-color: #E7C10F;
    color: black;
}

#return::before {
    content: '\2190';
    font-size: 20px;
    margin-right: 10px;
    color: #E7C10F;
}

#return:hover::before {
    color: black;
}

#buttonAlign {
    display: flex;
    width: 100%;
    margin: 30px 0px 20px 0px;
    justify-content: center;
    align-items: center;
}

#emoji {
    width: 130px;
}

/*Caja donde se guarda la imagen, se utiliza
	flexBox para que mida el mismo ancho que el error*/
#imgBox {
    flex-grow: 1;
}

/*Footer de la web*/
#footer1 {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFD800F5;
    color: black;
    font-size: 20px;
    min-height: 115px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/*Clase asignada a las tres cajas dentro del footer,
	utilizo flex-grow una vez mas para que esten bien alineados*/
.footerBox {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    max-width: 33%;
}

.footerLinks {
    color: black !important;
    margin-right: 5px;
}

/*Imagenes de las redes sociales*/
#FB {
    width: 45px;
    border-radius: 10px
}

#X {
    width: 67px;
}

#TK {
    width: 44px;
}

/*Imagen del jugador*/
#lewy {
    width: 380px;
}

/*Media Query para alinear el footer verticalmente*/
@media(max-width:1600px) {
    .footerBox {
        flex-grow: 0;
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }


}

/*Media Query para la version tablet*/
@media(max-width:1300px) {
    #mainBox {
        margin: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #ErrorBox {
        margin: 0px 20px 0px 20px;
    }

    #imgBox {
        display: none;
    }
}

/*Media Query para la version movil*/
@media(max-width:600px) {
    #text {
        width: 100%;
        font-size: 20px;
    }

    #title {
        font-size: 55px;
        margin-bottom: 0px;
    }

    #buttonAlign {
        margin: 15px 0px 15px 0px;
    }

    #footer1 {
        font-size: 12px;
        height: auto;
    }

    .footerBox {
        flex-grow: 0;
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }

    #FB {
        width: 39px;
    }

    #X {
        width: 61px;
    }

    #TK {
        width: 38px;
    }
}


/*Estilos de web*/
.pum-theme-1142 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
	right: 0px !important;
	color: #FFFFFF !important;
	font-size: 36px !important;

}
li.current_page_item a{
    text-decoration:none;
		font-weight: 900;
}

/*Add styles to REGISTER nav bar button*/
#menu-item-8911 a {
	border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgba(0, 77, 152, 1),
    rgba(165, 0, 68, 1),
    rgba(0, 77, 152, 1)
  );
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 1s ease;
  font-weight: 600;
}

#menu-item-8911 a:hover {
  background-position: right;
}
/*Add style to "Go to" nav bar button*/
#menu-item-17970 a {
  position: relative;
  display: inline-block;
  color: #fdc52c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 22px;
  border: 1.5px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 0;
}
#menu-item-17970 a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fdc52c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 2px;
}
#menu-item-17970 a:hover {
  color: #12172b;
  border-color: #fdc52c;
}
#menu-item-17970 a:hover::before {
  transform: scaleX(1);
}

/*Add style to the rest of the nav bar buttons*/
#menu-item-5409 a,
#menu-item-8785 a,
#menu-item-8783 a,
#menu-item-679 a,
#menu-item-9951 a,
#menu-item-15538 a,
#menu-item-678 a,
#menu-item-453 a,
#menu-item-12430 a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  transition: color 0.25s ease;
}
#menu-item-5409 a::after,
#menu-item-8785 a::after,
#menu-item-8783 a::after,
#menu-item-679 a::after,
#menu-item-9951 a::after,
#menu-item-15538 a::after,
#menu-item-678 a::after,
#menu-item-453 a::after,
#menu-item-12430 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: #fdc52c;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#menu-item-5409 a:hover,
#menu-item-8785 a:hover,
#menu-item-8783 a:hover,
#menu-item-679 a:hover,
#menu-item-9951 a:hover,
#menu-item-15538 a:hover,
#menu-item-678 a:hover,
#menu-item-453 a:hover,
#menu-item-12430 a:hover {
  color: #fdc52c;
}
#menu-item-5409 a:hover::after,
#menu-item-8785 a:hover::after,
#menu-item-8783 a:hover::after,
#menu-item-679 a:hover::after,
#menu-item-9951 a:hover::after,
#menu-item-15538 a:hover::after,
#menu-item-678 a:hover::after,
#menu-item-453 a:hover::after,
#menu-item-12430 a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/*Add styles*/
.site-navigation ul.menu li a {
    padding: 10px 15px!important;
}
.sub-menu a {
 background-color: #181733;
	width: 100%;
} 

.site-navigation{
	overflow:visible;
}

a:hover{
    color:white;
}
#pintando tr:nth-child(6) {
	background-color:#5D8ACC;
}
#pintando tr:nth-child(7) {
	background-color:#CCC;
}
#pintando tr:nth-child(8) {
	background-color:#ED6981;
}
#pintando tr:nth-child(9) {
	background-color:#f21941;
}
#pintando tr:nth-child(10) {
	background-color:#f21941;
}
#pintando tr:nth-child(11) {
	background-color:#f21941;
}
#pintando tr:nth-child(12) {
	background-color:#f21941;
}
#pintando tr:nth-child(13) {
	background-color:#f21941;
}
.clearr{
	clear: right;
}
.clearl{
	clear:both;
}
.woocommerce-checkout .col-2{
	display: none;
}
.woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce-checkout h3{
	    font-size: 2em;
    font-weight: bold;
	color: #fdc52c;
}
.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=phone], .woocommerce-checkout input[type=number], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=date], .woocommerce-checkout textarea {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    padding: 10px 15px;
}

.woocommerce-checkout select option{
	color:#000;
}


.minitext{
	    font-family: helvetica;
    color: #CCCCCC;
    font-size: 12px;
}
.select2-container--default .select2-selection--single {
    height: 45px;
    padding: 7px 15px;
    border-radius: 15px;
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ccc;
    color: #000;
}
#billing_postcode_field {
    width: 47%;
    overflow: visible;
}#billing_postcode_field {
    float: left;
}
#billing_state_field {
    float: right;
}
#billing_state_field {
    width: 47%;
    overflow: visible;
	clear: none;
}
.woocommerce form .form-row label {
    font-weight: 500;
}
#billing_player_field h3{
	
    margin-top:1rem;
    margin-bottom: 0.5rem;
}
.woocommerce form .form-row {
    padding: 13px 0 0 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #fac83a;
    color: #01092d;
    padding: 15px 25px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 20px;
	
    width: auto;
    float: left;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #9d802d;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fac83a;
    color: #fff;
}
.woocommerce div.product form.cart .variations th {
    min-width: 150px;
}
.product_title.entry-title{
	    font-family: "fcbarcelona-regular", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-product-details__short-description{
	
    margin-left: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
	    font-family: "fcbarcelona-regular", Sans-serif;
}
.woocommerce-product-gallery__image img{
	max-height:530px;
	max-width:530px;
}
#payment, #payment p, #payment a, #payment label {
    color: #000;
}
input#billing_siblings{
	display:none;
}
a#show-coupon-form{
	color:#fdc52c;
}
.optional, #action-prev{
	display:none;
}
.thwmscf-tab-panels {
    background: #181733 !important;
}
.single_add_to_cart_button{
    float: right!important;
    margin-right: 15px!important;
}
.woocommerce-message, #thwmscf-tabs{
	display: none;
}
a.linksbar span{
 text-decoration: underline;
}
#coupon_code{
	    min-width: 180px;
}
a.button.thwmscf-cart-url, #action-next{
    background-color: #fac83a;
    color: #01092d;
    padding: 15px 25px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 20px;
	border: 0;
	line-height:1;
}

.ui-dialog-titlebar-close{
	    background-color: #fac83a;
    color: #01092d;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 15px;
	border: 0;
	line-height:1;
}
#action-next{
	margin-right:20px;
}
a.button.thwmscf-cart-url{
	margin-left:20px;
}
.thwmscf-buttons .thwmscf-last-next {
display: none;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
color: #ff2a00;
display: block !important;
	font-size:9px;
}
#billing_player_field label{
    font-size: 2em;
    font-weight: bold;
    color: #fdc52c;	
}
.site-header .site-navigation-toggle i {
    color: #fdc52c;
}
@media only screen and (max-width: 784px){
.mobmenul-container i {
    color: #fdc52c;
}
}
.site-navigation-dropdown ul.menu li a {
    background: #181733;
    color: #fff;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #181733;
    background: #fff;
}
.site-navigation-dropdown ul.menu li.registermenu a {
    background: #fdc52c;
    color: #fff;

}
.left-menu-icon-text, .post-5545 .page-header, .post-5380 .page-header{
	display:none;
}

/*General classes for usage*/
.mt-6 {
	margin-top: 60px!important;
}

.mt-3 {
	margin-top: 30px!important;
}

.mt-1 {
	margin-top: 10px!important;
}

.mb-1 {
	margin-bottom: 10px!important;
}

.mb-6 {
	margin-bottom: 60px!important;
}

.mb-3 {
	margin-bottom: 30px!important;
}

/*Hide the post tags*/
.post-tags {
	display:none;
}

/*Add margin to the post titles - Blog*/
.page-content .post {
	margin-top: 50px;
}
.site-header .site-navigation ul.menu li a{
text-decoration: none;}
.site-navigation-dropdown ul.menu li a {
	text-decoration: none;
}

/*Hide Price & Subtotal columns - Checkout form*/
.woocommerce-cart-form .shop_table .product-price {
	display:none;
}
.woocommerce-cart-form .shop_table .product-subtotal {
	display:none;
}

/*Modify styles payment form*/
#payment.woocommerce-checkout-payment .wc_payment_method label {
	color:white;
}

/*PAY NOW button bold*/
#payment.woocommerce-checkout-payment button#place_order.button {
	font-weight:bold;
}

/*Coupon code field*/
@media only screen and (max-width: 784px){
	.coupon #coupon_code {
    	min-width:140px;
	}
}

/*Hide tax prices Checkout form*/
.order-total .includes_tax .woocommerce-Price-amount{
	display:none;
}

/* Mejorar bloque de errores de WooCommerce */
.woocommerce-error {
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    color: #721c24 !important;
    border-radius: 6px !important;
    list-style: none !important;
}

.woocommerce-error li {
    color: #721c24 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

.woocommerce-error a {
    color: #491217 !important;
    text-decoration: underline !important;
}

/*Menu desplegable movil*/
.site-navigation-dropdown ul.menu li a {
		color: #ffffff !important;
    background: #181733 !important;

}