/* GLOBAL SETTINGS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans&display=swap');
:root{
	--font-title: "Montserrat", sans-serif;
	--font-text: "Open Sans", sans-serif;
	font-size: 16px;
}
*, *::before, *::after {
   box-sizing: border-box;
}
.pt-x2{
    padding-top: 2rem;
}
.pt-x3{
    padding-top: 3rem;
}
.pt-x5{
    padding-top: 5rem;
}
.pb-x2{
    padding-bottom: 2rem;
}
.pb-x3{
    padding-bottom: 3rem;
}
.pb-x5{
    padding-bottom: 5rem;
}
.post, 
.page{
	margin-bottom: 0;
}
.page-content, .entry-content, .entry-summary{
	margin: 0;
}
a:focus, button:focus{
	outline: none;
}
img{
	vertical-align: middle;
}
.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--font-title);
}
body{
	font-family: var(--font-text);
	overflow-x: hidden;
}
.container-header, 
.content-hero,
.container-formas{
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
body .btn_formas {
    display: inline-block;
    width: 100%;
    background: #009345;
    text-transform: uppercase;
    padding: 0.8em 1em;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-title);
    margin-top: 1rem;
    margin-top: .5rem;
    text-decoration: none;
  }
  body .btn_formas_inline{
    display: inline-block;
    background: #009345;
    text-transform: uppercase;
    padding: 1em 3em;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-title);
    margin-top: 1rem;
    margin-top: .5rem;
    text-decoration: none;
  }
/* HEADER */
body.open-menu #page:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(132 132 132 / 33%);
    backdrop-filter: blur(3px);
    z-index: 2;
}
header#masthead {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.site-branding {
    background: rgba(255, 255, 255, .5);
    padding: 50px 30px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 200px;
    width: 200px;
}
.container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-header .slide-menu-formas, 
.container-header .icons-header {
    width: calc(50% - 120px);
}
.menu-menu-de-cliente-container ul.menu {
    display: block;
    width: 100%;
    margin-top: 40px;
}
nav.main-navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
    background: #ffffff;
    padding: 50px 30px;
    width: 100%;
    max-width: 400px;
	z-index: 9999;
	box-shadow: 2px 0 4px 1px rgba(0, 0, 0, .25);
	transform: translateX(-100%);
	transition: transform .3s ease;
}
nav.main-navigation.active{
	transform: translateX(0%);
}
.menu-menu-de-cliente-container ul.menu li {
    width: 100%;
    display: block;
	margin-top: 1em;
}
.menu-menu-de-cliente-container ul.menu li a{
	font-size: 1.5rem;
    line-height: 1.4;
    font-family: var(--font-title);
    font-weight: 400;
	color: #000000;
	display: block;
}
.menu-menu-de-cliente-container ul.menu li.current-menu-item a {
    opacity: .3;
}
.slide-menu-formas button {
    cursor: pointer;
    background: transparent;
    border: none;
}
img.icons-header {
    width: 100%;
    height: auto;
    max-width: 40px;
}
.slide-menu-formas button i {
    font-size: 2rem;
}
.icons-header i {
    font-size: 1.8rem;
}
header .container-elements {
    display: flex;
    column-gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}
.slide-menu-formas i, 
header .icon-formas i {
    color: #ffffff;
}
header .main-navigation i {
    color: #000000;
}
.cart-formas-icon {
    position: relative;
}
.cart-formas-icon span.count__cart {
    background: #e11326;
    color: #ffff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: 5px;
    text-align: center;
}
.icons-header a {
    padding: 0.6em 1em 0.4em;
    vertical-align: middle;
    display: inline-block;
}
/* search */
.search_container {
    position: relative;
    display: inline-block;
}
.search_form {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
}
.search_form form {
    display: flex;
}
.search_form form input[type="text"] {
    width: 250px;
    min-height: 0;
    padding: 0.5em 0.8em;
    border-radius: 0;
}
.search_form form button {
    background: #4d75a8;
    padding: 0.6em 1.2em;
    font-size: 1.2rem;
    border-radius: 0;
}
.search_form form button i {
    font-size: 1em;
}

button.search-menu i.fas.fa-times {
    display: none;
}
.search_form,
.search_container._active i.fas.fa-search{
    display: none;
}
.search_container._active .search_form,
.search_container._active button.search-menu i.fas.fa-times{
    display: block;
}

tr.woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount {
    background: #3ab54a;
    color: #000000;
    padding: 10px 20px;
    text-align: center;
    font-family: var(--font-title);
    line-height: 1.2;
    display: inline-flex;
    font-weight: 500;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 2em;
    text-transform: uppercase;
    margin-top: 0.2em;
    font-family: var(--font-title);
    text-decoration: none;
    font-weight: 500;
    pointer-events: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th {
    font-family: var(--font-title);
    color: #000000;
    font-size: 1.15rem;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents input.qty {
    -moz-appearance: textfield;
    appearance: textfield;
    border: none;
    text-align: center;
    width: 40px;
    padding: 0;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-family: var(--font-title);
    outline: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents input.qty::-webkit-outer-spin-button,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .quantity button {
    color: #000000;
    border: none;
    outline: none;
    background: transparent;
    padding: 5px 10px;
    font-size: 22px;
    cursor: pointer;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .quantity {
    border: 1px solid #000000;
    display: inline-block;
    align-items: center;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove {
    background: red;
    line-height: 1;
    padding: 0.3em 0.5em;
    text-decoration: none;
    color: #ffffff;
    border-radius: 1rem;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    font-size: 1.2rem;
    justify-content: center;
    text-align: center;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
    display: inline-block;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
    padding-top: 2rem !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions button {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #4d75a8;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents input#coupon_code {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000000;
    margin-right: 0.5rem;
}
.cart-collaterals .checkout-button.button.alt.wc-forward {
    display: block;
    margin-bottom: 2rem;
    margin-top: 5px;
    background: #009345;
    text-transform: uppercase;
    padding: 0.8em 2em;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-title);
    text-decoration: none;
    text-align: center;
}

.cart-collaterals .cart_totals td {
    text-align: right;
    color: #000000;
}
tr.woocommerce-cart-form__cart-item.cart_item td {
    border-bottom: 1px solid #000000;
}
.cart-collaterals input.checkout-button.button.alt.wc-forward {
    width: 100%;
}
.cart-collaterals .wc-proceed-to-checkout {
    display: none;
    pointer-events: none;
}


/* FOOTER */
footer#colophon {
    background: #000000;
    color: #ffffff;
}
.footer-top {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.flex-footer-cols {
    display: flex;
    flex-wrap: wrap;
}
.flex-footer-cols .col__footer {
    width: 25%;
    padding: 1rem 2rem;
}
.copy-footer-formas {
    text-align: center;
    font-size: .9rem;
    margin-top: 2rem;
}
.col__footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.col__footer li a{
    text-decoration: none;
    color: currentColor;
}
.flex-footer-cols .col__footer li i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: .2em;
}
.flex-footer-cols .col__footer li:not(:last-child) {
    margin-bottom: 0.8em;
}
.flex-footer-cols .col__footer h3 {
    margin-top: 0;
    font-size: 1.5rem;
}
.col__footer.foot1 img {
    max-width: 8rem;
}
.flex-footer-cols .col__footer p {
    margin-bottom: 0;
    margin-top: 0.8em;
}
ul.info-list-formas {
    margin-bottom: 2rem;
}
/* HERO */
body .hero-page-formas {
    position: relative;
    min-height: 250px;
    width: 100%;
    top: 0;
    z-index: 0;
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}
body.home .hero-page-formas {
    height: 100%;
	min-height: 100vh;
}
.layout-bg-hero {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.layout-bg-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #000000;
    opacity: .3;
}
.layout-bg-hero img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.content-hero {
    position: relative;
    z-index: 1;
    color: #ffffff;
    width: 100%;
}
.content-hero h1 {
    font-size: 4rem;
    line-height: 1.2;
}
.content-hero h1 span {
    display: block;
}
.content-hero .hero-title {
    font-size: 3rem;
    text-align: center;
    margin: 0;
    margin-top: 100px;
	margin-bottom: 30px;
}
.info_feria_actual b {
    color: #e11326;
    font-weight: bold;
}
/* WOOCOMMERCE */
.text_results_search {
    text-align: center;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 2rem;
}

.loop-price-qty-formas {
    display: flex;
}
.loop-price-qty-formas .product-price {
    background: #3ab54a;
    color: #000000;
    padding: 10px 20px;
    line-height: 1;
    font-weight: 300;
    width: 35%;
    text-align: center;
    font-family: var(--font-text);
    line-height: 1.2;
}
.loop-price-qty-formas button.button.alt {
    font-weight: bold;
    font-family: var(--font-title), sans-serif;
    width: 65%;
    display: flex !important;
    justify-content: space-between;
    font-size: 20px;
    padding: 0;
    position: relative;
    outline: none;
    border-radius: 0;
    border: none !important;
    cursor: pointer;
}
.loop-price-qty-formas button.button.alt span {
    padding: 10px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loop-price-qty-formas button.button.alt span:first-child{
	width: calc(100% - 2.5em);
	text-align: center;
}
.loop-price-qty-formas button.button.alt span:last-child {
    width: 2.5em;
    border-left: 1px solid #a9a9a9;
	color: #037dc8;
}
.loop-formas-product  ul.products {
    display: flex;
    flex-wrap: wrap;
}
.loop-formas-product ul.products li.product img.wp-post-image {
    height: 200px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.loop-formas-product ul.products li.product {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .3);
	padding-bottom: 50px;
}
.actions-product-loop a.btn-formas {
    padding: 10px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #4d75a8;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.product-loop-text-formas {
    padding: 10px 20px;
}
.product-loop-text-formas h2 {
    font-size: 20px;
    line-height: 1.2;
}
form.woocommerce-ordering {
    margin-bottom: 30px;
}
form.woocommerce-ordering select.orderby {
    padding: 0.5em 1em;
    outline: none;
    line-height: 1.2;
    cursor: pointer;
}
.woocommerce-notices-wrapper {
    margin-top: 30px;
}
body .woocommerce-message, 
body .woocommerce-info, 
body .woocommerce-error, 
body .woocommerce-noreviews, 
body p.no-comments {
    background-color: #d6ffd6;
    padding: 20px 30px;
    border: 1px solid #005200;
    color: #005200;
}
.woocommerce-no-products-found .woocommerce-info {
    background-color: #ffeae6;
    border-color: #e2401c;
    color: #bb2200;
}
ul.woocommerce-error {
    background-color: #ffeae6;
    border-color: #e2401c;
    color: #bb2200;
    margin: 0;
}
.woocommerce-message a.button.wc-forward {
    display: inline-block;
    padding: 0.8em 1em;
    line-height: 1;
    vertical-align: middle;
    background: #3ab54a;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--font-title);
    font-weight: 600;
}
.woocommerce-message {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.product-variation-formas label.variant-radio {
    display: inline-block;
    vertical-align: middle;
}
.product-variation-formas label.variant-radio span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .3);
    margin: 5px;
	cursor: pointer;
	border: 2px solid transparent;
	vertical-align: middle;
}
.product-variation-formas label.variant-radio input{
	display: none;
}
.product-variation-formas label.variant-radio input:checked + span,
.product-variation-formas label.variant-radio span:hover{
    box-shadow: inset 0 0 0px 2px rgb(255 255 255);
    border: 2px solid #000000;
}
.container-variantes-formas {
    display: flex;
    align-items: center;
    padding: 10px 20px;
	border-bottom: 1px solid #a9a9a9;
}
.container-variantes-formas .txt-variant-formas {
    font-family: var(--font-title);
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.container_ferias_selector,
.container_menu_selector {
    margin-top: 3rem;
    padding: 0 2rem;
    margin-bottom: 3rem;
}
.container_ferias_selector.no_ferias {
    text-align: center;
}
.container_ferias_selector ul,
.container_menu_selector ul{
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
}
.container_ferias_selector ul li.item_feria__formas,
.container_menu_selector ul li.item_menu__formas a {
    border: 2px solid #3ab54a;
    padding: 0.5em 1em;
    font-weight: 500;
    font-family: var(--font-title), sans-serif;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
    color: #3ab54a;
}
.container_ferias_selector ul li.item_feria__formas.active,
.container_ferias_selector ul li.item_feria__formas:hover,
.container_menu_selector ul li.item_menu__formas.active a,
.container_menu_selector ul li.item_menu__formas a:hover{
    background-color: #3ab54a;
    color: #ffffff;
}
.container_menu_selector ul li.item_menu__formas._style_danger a{
    background-color: #e11326;
    border-color: #e11326;
    color: #ffffff;
}
.container_ferias_selector ul li.item_feria__formas._add_nueva_feria {
    border-color: #4d75a8;
    background-color: transparent;
    color: #4d75a8;
}
.container_ferias_selector ul li.item_feria__formas span._icon_li {
    font-size: 1.5em;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}
.upload_cuadrilla_loop {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cuadrilla_products_loop {
    background: #ffffff;
    padding: 2rem;
    padding-top: 3rem;
    width: 100%;
    max-width: 30rem;
    border-radius: 0.5rem;
    position: relative;
}
span.close_cuadrilla_loop {
    font-size: 1.2rem;
    position: absolute;
    padding: 0.5rem;
    color: #c20101;
    cursor: pointer;
    right: 0;
    top: 0;
    line-height: 1;
    display: inline-block;
}
.cuadrilla_products_loop button.send_cuadrilla {
    display: inline-block;
    padding: 10px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #4d75a8;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
    margin-top: 1rem;
    border: none;
}
.woocommerce-no-products-found {
    margin-top: 2rem;
}


/* LISTA DE CATEGORÍAS */
.category_list_formas {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 3rem;
}
.item_category_formas h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: 1.5em;
    margin-bottom: 0;
}
.category_list_formas .item_category_formas {
    width: calc(33.3% - 3rem);
}
.category_list_formas .item_category_formas a{
    color: #000000;
    text-decoration: none;
}
.category_list_formas .img_list_category_formas {
    padding-top: 55%;
    position: relative;
    box-shadow: 6px 6px 6px 2px rgba(0, 0, 0, .5);
    transition: all .2s ease-in;
}
.category_list_formas .img_list_category_formas img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category_list_formas a:hover .img_list_category_formas {
    transform: scale(1.01);
}
/* SINGLE PRODUCTS */
.single-product nav.woocommerce-breadcrumb,
.single-product .container-formas {
    max-width: 1200px;
    width: 90%;
    padding: 0 3rem;
}
.single-product nav.woocommerce-breadcrumb {
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
._flex__product_formas {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0;
}
._flex__product_formas ._col__img_product_formas {
    width: 60%;
    max-width: 60%;
    padding-right: 4rem;
}
._flex__product_formas ._col__content_product_formas {
    width: 40%;
    max-width: 40%;
}
.single-product div.product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__image img.wp-post-image {
    width: 100%;
}
.single-product section.related.products ul.products {
    display: flex;
    flex-wrap: wrap;
}
.single-product form.variations_form.cart table.variations {
    display: none;
}
.single-product div.product .woocommerce-product-gallery {
    box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.3);
}
.single-product  button.single_add_to_cart_button {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 5px;
    background: #009345;
    text-transform: uppercase;
    padding: 0.8em 1em;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-title);
}
._flex__product_formas .quantity {
    border: 1px solid #000000;
    display: inline-block;
    display: inline-flex;
    align-items: center;
}
._flex__product_formas .quantity input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Chrome y Safari */
    border: none;
    text-align: center;
    width: 40px;
    padding: 0;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-family: var(--font-title);
    outline: none;
}
._flex__product_formas .quantity input[type="number"]::-webkit-outer-spin-button,
._flex__product_formas .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
._flex__product_formas .quantity button {
    color: #000000;
    border: none;
    outline: none;
    background: transparent;
    padding: 5px 10px;
    font-size: 22px;
    cursor: pointer;
}
.container-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price_o_formas {
    background: #3ab54a;
    color: #000000;
    padding: 10px 20px;
    text-align: center;
    font-family: var(--font-title);
    line-height: 1.2;
    display: inline-flex;
    font-weight: 500;
}
._col__content_product_formas h1.product_title.entry-title {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 2em;
    text-transform: uppercase;
    margin-top: 0.2em;
}
._destalles_producto_formas h3 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 0.5em;
}
section.related.products {
    margin-bottom: 3rem;
}
section.related.products li.product {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .3);
    padding-bottom: 50px;
}
.single-product nav.woocommerce-breadcrumb a, .single-product nav.woocommerce-breadcrumb {
    color: #6b6b6b;
    text-decoration: none;
    font-family: var(--font-text);
}
.single-product .woocommerce-variation-price {
    display: none;
}
.single-product .product-variation-formas{
    margin-bottom: 2rem;
}
.line_break {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
}
.single-product .txt-variant-formas {
    margin-bottom: 0.5rem;
    color: #353535;
    font-size: 1.2rem;
    font-family: var(--font-title);
    font-weight: 500;
}
.single-product .product-variation-formas label.variant-radio span {
    width: 40px;
    height: 40px;
}
.cuadrilla_products_single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cuadrilla_products_loop a.download_file{
    margin-bottom: 1rem;
}
.cuadrilla_products_loop a.download_file,
.cuadrilla_products_single a,
.input_subir_cuadrilla span {
    display: inline-block;
    padding: 10px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #4d75a8;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
}
div#cuadrilla_cart a.download_file {
    background: transparent;
    color: #4d75a8;
    text-decoration: underline;
    padding: 0;
}
.input_subir_cuadrilla span.ch__cuadrilla {
    background: #3ab54a;
}
.input_subir_cuadrilla input{
    display: none;
}
body._loading::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Fondo semi-transparente */
    z-index: 9999; /* Capa superior */
    display: flex;
    justify-content: center;
    align-items: center;
}

body._loading::after {
    content: "\f110";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 3rem;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999; /* Capa superior */
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* CART */
.woocommerce-cart main#primary .woocommerce {
    max-width: 1260px;
    margin: auto;
    padding: 3rem 3rem;
}
form.woocommerce-cart-form .cuadrilla_products_single {
    justify-content: flex-start;
    column-gap: 1rem;
}
.indicacion_txt_upload_cuadrilla h3 {
    font-size: 1.5rem;
    margin-top: 2em;
    margin-bottom: 0.2em;
}
.video_16_4 {
    margin-top: 3rem;
    position: relative;
    padding-top: 55%;
}
.video_16_4 iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
label.label_help_cuadrilla {
    margin-bottom: 1rem !important;
    display: block;
    cursor: pointer;
}
.indicacion_txt_upload_cuadrilla p {
    font-weight: 600;
}





/* INICIO DE SESIÓN Y REGISTRO */
.entry-content > .um {
    padding: 0 30px;
}
.um-page-login .um-form, 
.um-page-register .um-register {
    margin: 80px auto !important;
}
.um-form textarea{
    max-width: 100%;
}
.um-field-label label {
    font-family: var(--font-title);
}

/* PROFILE */
.um-own-profile .um-profile-edit .um-dropdown-b {
    display: none !important;
}
.um-own-profile .um-profile-photo.um-trigger-menu-on-click {
    display: none;
}
.um-own-profile .um.um-profile {
    padding-bottom: 3rem;
}
.um-own-profile .um-profile-edit {
    width: 100%;
    margin: 0;
    position: relative !important;
    height: auto !important;
}
.um-own-profile .um-profile.um .um-profile-headericon a.um-profile-edit-a {
    display: none;
}
.um-own-profile .um-dropdown-arr {
    display: none;
}
.um-own-profile .um-dropdown {
    position: relative;
    display: block;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    border: none;
}
.um-own-profile .um-dropdown ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.um-own-profile .um-profile.um .um-profile-headericon a.real_url {
    display: inline-block;
    background: green !important;
    margin: 0.5em;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #ffffff;
    padding: 0.5em 1em;
}
.um-own-profile .um-header {
    min-height: 0;
}
.um-own-profile .um-profile.um .um-profile-headericon a.um-dropdown-hide{
    display: none !important;
}
.um.um-account {
    padding: 3rem 0;
    max-width: 1400px;
    margin: auto;
}
/* POP-UPS */
.popup-formas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.popup-formas .popup-content {
    background-color: #fff;
	max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.popup-formas .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.popup-formas .form-container {
    display: flex;
    flex-direction: column;
}

.popup-formas .form-label {
    margin-bottom: 5px;
}

.popup-formas .form-input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup-formas .form-button {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-formas .form-button:hover {
    background-color: #0056b3;
}
.group_fields h4 {
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
}
.group_fields label {
    margin: 0;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #000;
    margin-top: 20px;
}
form .group_fields .field-formas {
    width: 100%;
    padding: 0.5em 1em;
    font-size: 16px;
}
form .group_fields textarea{
    max-width: 100%;
    min-height: 150px;
}
.field-formas.error{
	border-color: red;
}
._flex_elements {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.is_label_name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.is_field_input {
    position: relative;
    width: 40px;
    text-align: center;
}
.is_field_input input[type="number"] {
    width: 100%;
    text-align: center;
}
.is_field_input span.plus-f {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #4f74a8;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    cursor: pointer;
}
.is_field_input span.minus-f {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #4f74a8;
    display: block;
    margin: auto;
    margin-top: 5px;
    cursor: pointer;
}

/* FACTURACIÓN */
.table_facturacion table {
    border: none;
    border-collapse: collapse;
    border: 1px solid gray;
    font-family: var(--font-title);
}
.table_facturacion table thead th {
    background: #000000;
    padding: 15px 15px;
}
.table_facturacion table thead th:last-child {
    text-align: right;
}
.table_facturacion tbody td {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid gray;
}
.table_facturacion tbody tr:first-child td {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 10px 10px;
}
.table_facturacion tbody tr:not(:first-child) td{
    font-weight: 600;
    color: #000000;
    font-family: var(--font-title);
}
.table_facturacion tbody tr:nth-child(2n+1) {
    background: #f2f2f2;
}
.table_facturacion span.status_table_btn {
    background: #b3b3b3;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 0.8em 1em;
    min-width: 180px;
}
.table_facturacion  span.__status_processing,
.table_facturacion  span.__status_completed {
    background: #3ab54a;
}
span.status_table_btn.__status_pending {
    background: #fe0000;
}
div#paginacionIncoiceTable a {
    color: #ffffff;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}
div#paginacionIncoiceTable a:not(.pagina-actual) {
    display: none;
}
div#paginacionIncoiceTable button {
    padding: 0;
    font-size: 25px;
    margin: 5px 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #ffffff;
}
div#paginacionIncoiceTable button[disabled] {
    opacity: .45;
}

/* ORDER PAY WOOCOMMERCE */
body.woocommerce-page.woocommerce-order-pay .entry-content {
    padding: 3rem 2rem;
    max-width: 70rem;
    margin: auto;
}
body.woocommerce-page.woocommerce-order-pay tfoot {
    text-align: left;
}
body.woocommerce-page.woocommerce-order-pay table.shop_table th {
    font-size: 1rem;
    padding-bottom: 0.8em;
    font-family: var(--font-title);
    color: #000;
}
body.woocommerce-page.woocommerce-order-pay table.shop_table thead th{
    font-size: 1.4rem;
}
body.woocommerce-page.woocommerce-order-pay td.product-subtotal,
body.woocommerce-page.woocommerce-order-pay td.product-total {
    text-align: right;
}
body.woocommerce-page.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods {
    margin: 0;
    list-style: none;
    padding: 0;
}
body.woocommerce-page.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods li.wc_payment_method {
    padding: 2rem;
    background: #4d75a824;
    margin-bottom: 1rem;
    border: 2px solid #4d75a8;
    position: relative;
}
body.woocommerce-page.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods li.wc_payment_method label {
    color: #000000;
    font-family: var(--font-title);
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 0.5em;
}
body.woocommerce-page.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods li.wc_payment_method label:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
}
body.woocommerce-page.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods .payment_box {
    padding-left: 1.5rem;
}
body.woocommerce-page.woocommerce-order-pay button#place_order {
    display: inline-block;
    background: #009345;
    text-transform: uppercase;
    padding: 1em 3em;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-title);
    margin-top: 1rem;
    margin-top: 0.5rem;
    text-decoration: none;
}
body.woocommerce-page.woocommerce-order-pay table.shop_table tfoot td, 
body.woocommerce-page.woocommerce-order-pay table.shop_table tfoot th {
    border-bottom: 1px solid #000000;
    padding-top: 0.5em;
    font-weight: bold;
    color: #000000;
}

@media screen and (max-width:1024px){
    .flex-footer-cols .col__footer {
        width: 50%;
        margin-bottom: 2rem;
    }
    .category_list_formas .item_category_formas {
        width: calc(50% - 2rem);
    }
    ._flex__product_formas ._col__img_product_formas {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
        padding-right: 0rem;
    }
    ._flex__product_formas ._col__content_product_formas{
        width: 100%;
        max-width: 100%;
    }
    .single-product nav.woocommerce-breadcrumb, 
    .single-product .container-formas {
        max-width: 1200px;
        width: 100%;
        padding: 0 2rem;
    }
    .container-header, .content-hero, .container-formas {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media screen and (max-width:767px){
    .flex-footer-cols .col__footer {
        width: 100%;
        margin-bottom: 2rem;
    }
    .flex-footer-cols .col__footer {
        padding: 1rem 0;
    }
    .category_list_formas .item_category_formas {
        width: 100%;
    }
}