/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@font-face {
  font-family: Metropolis;
  font-weight: 400;
  src: url("/wp-content/themes/astra-child/assets/fonts/metropolis.light.otf") format("opentype");
}

@font-face {
  font-family: Metropolis;
  font-weight: 500;
  src: url("/wp-content/themes/astra-child/assets/fonts/metropolis.medium.otf") format("opentype");
}

@font-face {
  font-family: Metropolis;
  font-weight: bold;
  src: url("/wp-content/themes/astra-child/assets/fonts/metropolis.bold.otf") format("opentype");
}

:root {
  --paddingleftrigth: calc(100vh * 0.03);
}

.wc-block-grid__products.is-loading-products,
.contenedor-revisa-nuestros-proyectos,
.titulo-revisa-nuestros-proyectos,
.btn-ver-mas-pryectos {
  display: none;
}

.skeleton2 {
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}

.skeleton2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e0e0e0 30%, #f8f8f8 50%, #e0e0e0 70%);
  animation: loading2 1.5s infinite;
}

@keyframes loading2 {
  100% {
    transform: translateX(100%);
  }
}

.hidden {
  display: none !important;
}

.no-borders,
.no-borders * {
  border: none !important;
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .current-menu-ancestor>.menu-link {
  color: inherit;
}

.menu-item-4460>a,
.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link:before {
  color: #3a9edf !important;
}

span.site-title {
  display: none;
}

div#boton-volver-atras {
  position: relative;
  top: -242px;
}

.a-btn-container {
  text-align: center;
}

.a-btn-container a {
  padding: 0.8em 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  color: white;
  background: #3a9edf;
  border-radius: 15px;
}

/*SKELETON ANIMATION*/

.skeleton-loader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 16px;
}

.skeleton-box {
  flex-basis: calc(33.33% - 8px);
  width: 380px;
  height: 380px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/*WPCF7 GENERALES*/
.wpcf7-not-valid-tip {
  font-size: .8em;
}

/*ESTILO ERROR 404*/
.error404 .widget_search .search-form .search-field {
  border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-top: 8px;
}

.error404 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

.error404 div#content {
  background: #fff;
  padding-top: 15px !important;
}

/*TIPOGRAFIA*/
a {
  font-family: "Metropolis";
  font-size: calc(17px + (100vw - 1920px) * 0.005) !important;
}

#boton-volver .uagb-button__link {
  font-size: 32px !important;
}

header.entry-header .entry-title {
  text-align: center;
}

h2 {
  font-family: "Metropolis";
}

.woocommerce button.button {
  border-radius: 30px;
  color: #fff;
  font-family: "Metropolis";
}

.woocommerce button.button:hover {
  color: #fff !important;
}

/*ESTILOS MINICART*/
.woocommerce-mini-cart__buttons a.button.wc-forward {
  border-radius: 30px;
}

.woocommerce-mini-cart__buttons a.button.wc-forward:hover {
  color: #fff !important;
  background-color: #046bd2 !important;
}

/*ESTILOS CALEFACTORES*/
.page-id-960 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

.card_calefactores {
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
}

.boton-descargar-brochure .uagb-buttons-repeater.wp-block-button__link.has-text-color {
  border: none !important;
}

#heaters-main-icons .uagb-icon-list__wrap {
  justify-content: space-around;
}

#heaters-main-icons .wp-block-uagb-icon-list-child {
  flex-direction: column;
  margin: 0;
}

#heaters-main-icons .wp-block-uagb-icon-list-child span {
  margin: 0.25em;
}

/*ESTILOS SEARCH NO RESULTS*/
.search-no-results {
  background: #fff;
}

.search-no-results .contenedor-filtros-mobile {
  display: none;
}

.search-no-results .search-form .search-field {
  border-radius: 30px;
}

.search-no-results section.ast-archive-description {
  padding-top: 0px !important;
}

.search-no-results div#secondary {
  display: none;
}

.search-no-results p.woocommerce-info.woocommerce-no-products-found {
  margin-top: 55px;
}

.search-no-results .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

/*ESTILOS BLOG GENERAL*/
.card-blog p {
  margin-bottom: 0.75em !important;
}

.card-blog h3 {
  line-height: 21px;
}

.card-blog .read-more {
  display: none;
}

.archive.category #content {
  margin-top: 0px !important;
  padding-top: 50px !important;
  background: #fff;
}

.archive.category .slider-custom.blog-desktop {
  display: none;
}

.archive.category .main-header-bar.ast-header-breadcrumb {
  display: none;
}

.single-post-content {
  display: flex;
  width: 100%;
}

.columna-izquierda-post h2 {
  font-weight: 600;
  font-size: 32px;
}

.wp-block-uagb-advanced-heading {
  max-width: 100% !important;
}

.card-blog p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

aside#block-6 {
  font-weight: 500;
  border-bottom: 1px solid;
  width: 70%;
  padding-bottom: 20px;
}

aside#block-6 h2 {
  font-weight: 500;
}

aside#recent-posts-5 h2 {
  font-weight: 500;
}

.titulo_post_reciente a {
  font-size: 16px !important;
  color: #424751 !important;
  text-transform: capitalize;
}

.fecha_post_reciente {
  font-size: 16px;
  font-family: "Metropolis";
}

.posts-recientes {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #424751;
  align-items: center;
}

.posts-recientes .img-posts {
  width: 98px;
  height: 90px;
  min-width: 98px;
  margin: 26px 10px;
  border-radius: 5px;
  overflow: hidden;
}

.posts-recientes .img-posts img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.slider-custom.blog-desktop {
  display: block;
}

.slider-custom.blog-mobile {
  display: none;
}

.blog .type-post {
  max-width: 1000px;
  margin-left: auto;
}

.blog #secondary {
  margin-top: 100px;
}

.columna-contenido {
  margin-top: -20px;
}

.contenedor-fecha-blog {
  background-color: #3a9edf;
  position: relative;
  width: max-content;
  left: 20px;
  border-radius: 5px;
  bottom: 10px;
}

.blog {
  background: #fff;
}

.columna-imagen img {
  width: 450px;
  height: 340px;
  border-radius: 10px;
  max-width: 450px;
  object-fit: cover;
}

.blog-category {
  text-align: right;
  margin-right: 30px;
}

.categoria-link {
  width: max-content;
  float: right;
  background: #424751;
  margin-top: -38px;
  padding: 6px 16px;
  border-radius: 6px 6px 0 0;
}

.categoria-link a {
  color: #fff;
  text-transform: uppercase;
}

.card-blog {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  width: 400px;
  height: 260px;
  text-align: center;
  padding: 48px;
  border-radius: 10px;
  background: #fff;
  margin-left: -40px;
}

.date-blog {
  width: 50px;
  height: 48px;
  margin-top: -65px;
  padding: 8px 9px;
  box-sizing: content-box;
  color: #fff;
  font-size: 18.72px;
  font-family: "Metropolis";
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.fila-blog {
  display: flex;
  align-items: center;
}

.blog .slider-custom {
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
}

.blog .site-content,
.archive .site-content {
  margin-top: -85px;
}

.slider-custom.desktop {
  display: block;
}

.slider-custom.mobile {
  display: none;
}

/*ESTILOS CONTACTO*/
.page-id-52 .wpcf7-response-output {
  margin-top: -25px !important;
}

#contenedor_contactenos h3.uagb-ifb-title {
  font-family: "Metropolis";
}

.page-id-52 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

.page-id-52 .formulario_contacto {
  box-shadow: none;
  padding: 0px;
  max-width: 100%;
}

.page-id-52 .formulario_contacto .titulo_formulario {
  display: none;
}

/* ESTILOS PRODUCTO SINGLE */
.single-product .wpsisac-slide-wrap {
  width: auto;
}

.single-product .ast-woocommerce-container * {
  font-family: "Metropolis";
}

.single-product .ast-breadcrumbs {
  margin-top: 80px;
}

.single-product .site-content {
  padding-top: unset !important;
}

.single-product .product_title span {
  color: #3a9edf;
}

.flex-viewport {
  width: calc(1412 / 1920 * 100vw);
  margin-right: -3px;
}

ul[aria-label="Potencia"] {
  display: flex !important;
  flex-direction: row !important;
}

.single-product .variations {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.single-product .variations tr,
.yith-wapo-addon-type-select {
  display: flex;
  gap: 7px;
  margin-bottom: 0 !important;
}

.product_title.entry-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.product_title.entry-title span {
  text-transform: none;
}

.single-product .variations .label,
.single-product .wapo-addon-title {
  font-size: 1.11375rem;
  color: #424751;
  margin-left: 0.1em;
  line-height: 2em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.woocommerce div.product form.cart .variations select,
.yith-wapo-addon .options select {
  border-radius: 0.625rem;
  border: 1px solid #424751;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  height: 1.875rem;
  padding: 0 2rem 0 1rem;
}

.woocommerce div.product form.cart .variations label,
.single-product .wapo-addon-title {
  font-weight: 500 !important;
}

.woocommerce div.product form.cart .variations td:has(select:not(.woo-variation-raw-select)),
.yith-wapo-addon .options:has(select) {
  position: relative;
  width: min-content;
  height: min-content;
}

.woocommerce div.product form.cart .variations td:has(select:not(.woo-variation-raw-select))::after,
.yith-wapo-addon .options:has(select)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  bottom: 0.75rem;
  border-radius: 0px;
  border-left: 2px solid #424751;
  border-bottom: 2px solid #424751;
  rotate: -45deg;
}

.yith-wapo-addon-type-select .wapo-addon-description,
.yith-wapo-addon-type-select .option-description {
  position: absolute;
  line-height: 1.1;
  font-size: 0.9rem;
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  z-index: 1;
}

.yith-wapo-addon-type-select .wapo-addon-description {
  bottom: 2rem;
  left: 0;
}

.yith-wapo-addon-type-select .option-description {
  top: 3rem;
  right: 0;
}

.yith-wapo-addon-type-select .wapo-addon-description::before,
.yith-wapo-addon-type-select .option-description::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  z-index: -1;
}

.yith-wapo-addon-type-select .wapo-addon-description::before {
  bottom: -0.2rem;
  left: 0.5rem;
}

.yith-wapo-addon-type-select .option-description::before {
  top: -0.2rem;
  right: 0.5rem;
}

.price {
  color: #3a9edf !important;
}

.yith-wapo-option .tooltip span {
  width: 130%;
  white-space: break-spaces !important;
  line-height: 1.3;
}

.yith-wapo-addon-type-select .wapo-addon-description,
.yith-wapo-addon-type-select .option-description,
.yith-wapo-addon-type-select .wapo-addon-description::before,
.yith-wapo-addon-type-select .option-description::before,
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span {
  background-color: #3a9edf !important;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span:after {
  border-top-color: #3a9edf !important;
}

#yith-wapo-container {
  margin-bottom: 2em;
}

li[data-value="blanco-negro-271"] .variable-item-span-color,
.filter-item a[data-term-slug="blanco-negro-271"] .color-swatch {
  background-image: url(/wp-content/themes/astra-child/assets/imagenes/LONA01@2x-100.jpg);
}

li[data-value="blanco-rojo-2212"] .variable-item-span-color,
.filter-item a[data-term-slug="blanco-rojo-2212"] .color-swatch {
  background-image: url(/wp-content/themes/astra-child/assets/imagenes/LONA02@2x-100.jpg);
}

li[data-value="beige-claro-779"] .variable-item-span-color,
.filter-item a[data-term-slug="beige-claro-779"] .color-swatch {
  background-image: url(/wp-content/themes/astra-child/assets/imagenes/LONA03@2x-100.jpg);
}

li[data-value="beige-220"] .variable-item-span-color,
.filter-item a[data-term-slug="beige-220"] .color-swatch {
  background-image: url(/wp-content/themes/astra-child/assets/imagenes/LONA04@2x-100.jpg);
}

li[data-value="rojo-burdeo-182"] .variable-item-span-color,
.filter-item a[data-term-slug="rojo-burdeo-182"] .color-swatch {
  background-image: url(/wp-content/themes/astra-child/assets/imagenes/LONA05@2x-100.jpg);
}

.variable-item-span-color {
  background-position: center;
  background-size: cover;
}

.contenedor-presupuesto-personalizado {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.woocommerce.single-product a.added_to_cart {
  display: none;
}

.single-product .woocommerce-message {
  border: 0;
}

.single-product .woocommerce-message-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -2em;
  padding-inline: 25%;
  line-height: 2.2;
  background-color: #f7f6f7;
  border-top: 3px solid #3a9edf;
  box-shadow: 0 0 20px 0px #b3b3b3;
  z-index: 10;
}

.presupuesto-personalizado-product h2 {
  font-size: 32px;
  color: #fff;
  font-family: "Metropolis";
  font-weight: 500;
  margin-bottom: 35px;
}

.single-product .related span.onsale {
  left: 0px !important;
}

.producto-parte-superior {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.producto-parte-inferiorr {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.single-product .site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center {
  max-width: 1700px;
}

.yikes-custom-woo-tab-title {
  display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  overflow-y: auto;
}

.woocommerce .quantity .minus {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-color: #424751;
}

.single_add_to_cart_button.button.alt.wp-element-button.disabled.wc-variation-selection-needed {
  background: #fff;
  border: 1px solid #424751;
  color: #424751;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  background-color: #fff;
}

.single_add_to_cart_button.button.alt.wp-element-button {
  background: #fff;
  border: 1px solid #424751;
  color: #424751;
}

.woocommerce-page input[type="number"] {
  border-color: #424751 !important;
}

.woocommerce .quantity .plus {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #424751;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  top: 40px;
}

.tabs.wc-tabs {
  text-align: center;
}

.tabs.wc-tabs li {
  text-transform: uppercase;
}

.wc-tabs a {
  overflow: hidden;
}

.wc-tabs a:focus {
  outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 24px;
}

.btn-product-clic-aqui {
  width: max-content;
  font-size: 32px;
  font-family: "Metropolis";
  padding-top: 15px;
  border-radius: 10px !important;
  padding-left: 50px;
  padding-right: 50px;
}

.a-btn-clic-aqui {
  display: flex;
  align-self: center;
}

.img-btn-clic-aqui {
  margin-left: 11px;
  margin-top: -6px;
}

.presupuesto-personalizado-product {
  min-height: 310px;
  background: #424751;
  margin-bottom: 63px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.single-product .slider-custom {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
}

.flex-control-nav.flex-control-thumbs li img {
  width: calc(100vw / 0.9636363636 * 0.183) !important;
}

.producto-parte-superior .summary.entry-summary {
  position: relative;
}

.producto-parte-superior .summary.entry-summary form>div {
  max-height: 390px;
  padding-top: 3rem;
  overflow: hidden;
  overflow-y: scroll;
}

#summary-scroll-arrow {
  position: absolute;
  background-image: url(assets/imagenes/Flecha_scroll-06.svg);
  width: 2.5rem;
  height: 2.5rem;
  bottom: 1rem;
  right: 3rem;
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 100%;
  border: 0.5rem solid #f9f9f9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

#yith-wapo-addon-25 {
  margin-top: 1rem;
}

#yith-wapo-addon-28 {
  margin-bottom: 1.5rem !important;
}

#yith-wapo-addon-12,
#yith-wapo-addon-30 {
  padding-left: 2rem !important;
}

#wapo-total-price-table,
.woo-selected-variation-item-name,
.single-product .woocommerce-variation-price,
.single-product .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.yith-wapo-addon-type-select:not(:hover) .wapo-addon-description,
.yith-wapo-addon-type-select:not(:hover) .option-description,
.yith-wapo-addon-type-select .wapo-addon-description:empty,
.yith-wapo-addon-type-select .option-description:empty,
.yith-wapo-addon-type-select .option-image:empty {
  display: none !important;
}

.contenedor-video-producto {
  width: 1200px;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
}

.contenedor-video-producto iframe {
  width: 100%;
  height: 675px;
  max-height: calc(100vw / 1.7777777778);
}

.productos-ficha-tecnica {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.productos-ficha-tecnica img {
  border-radius: 12px;
  width: 709px;
  height: auto;
  max-width: 100%
}

/*ESTILOS PAGINA SINGLE DE PROYECTOS*/
.ul-proyectos .read-more {
  display: none;
}

.single-projects .trail-item a {
  pointer-events: none;
}

.single-projects .trail-item.trail-begin a {
  pointer-events: all;
}

.descripcion-card-proyectos,
.related-project-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.datos-proyecto {
  display: flex;
  gap: 8px;
}

.datos-proyecto p {
  margin-bottom: 0.75em;
}

.datos-proyecto-separador {
  margin-top: 0.25em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(66, 71, 81, 0.5);
}

.titulo-p-datos {
  font-weight: 500;
  font-family: "Metropolis";
  font-size: 18px;
}

.content-post-project {
  padding-top: 75px;
}

.content-post-titulo {
  text-align: center;
}

.content-post-descripcion {
  position: relative;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 50px;
}

.content-post-descripcion-arrows {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  float: right;
  height: 125px;
  flex-direction: column;
  justify-content: space-between;
}

.content-post-project h2 {
  font-weight: 400;
  font-family: "Metropolis";
  text-transform: uppercase;
}

.contenedor-proyectos-relacionados h2 {
  font-size: 32px;
  font-family: "Metropolis";
  font-weight: 400;
}

.project-img-content {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.single-projects .main-header-bar.ast-header-breadcrumb {
  position: absolute;
  top: 160px;
  justify-content: center;
  display: flex;
}

.contenedor-proyectos-relacionados {
  max-width: 1161px;
  margin-left: auto;
  margin-right: auto;
}

.li-productos-relacionados a {
  font-size: 16px;
  font-family: "Metropolis";
  color: #424751;
  font-weight: 500;
  text-transform: uppercase;
}

.li-productos-titulo {
  margin-top: 40px;
}

.related-project-description {
  font-size: 16px;
  font-family: "Metropolis";
  font-weight: 400;
  margin-top: 18px;
}

.li-productos-relacionados {
  margin-bottom: 30px;
  border-bottom-left-radius: 10px;
  list-style: none;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 10px;
  height: 500px;
  width: 361px;
}

.ul-proyectos-relacionados {
  display: flex;
  gap: 30px;
  margin-top: 45px;
  margin-left: 0px;
}

.show-more-wrapper {
  display: none;
}

.single-projects {
  background: #fff;
}

.single-project-post {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 150px;
}

.project-content {
  display: flex;
  max-width: 1160px;
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.content-post {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 5%;
}

.project-content .img-post {
  width: 650px;
  height: 650px;
}

/*ESTILOS PAGINA PROYECTOS*/
.related-project-thumbnail {
  height: 310px;
}

.content-post-project {
  width: 560px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.mostrar-mas,
.mostrar-mas:hover,
.mostrar-mas:active,
.mostrar-mas:focus {
  background: transparent;
}

.contenedor-mostrar-mas {
  text-align: center;
}

.hide-button {
  display: none;
}

.proyectos-lista {
  position: relative;
  left: -100%;
}

.projects-tabs .proyectos-lista ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.tabs-filter li button {
  font-size: 24px;
  color: #424751;
  padding-bottom: 20px;
  font-weight: 400;
  text-align: left;
}

.tabs-filter li button:hover {
  color: #3a9edf;
  text-decoration: underline;
}

.projects-tabs .proyectos-lista li {
  width: 30%;
  margin-bottom: 30px;
  border-bottom-left-radius: 10px;
  list-style: none;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 10px;
  height: 500px;
}

.proyectos-lista a {
  text-decoration: none !important;
}

.proyectos-lista a:focus {
  outline: none !important;
}

.proyectos-lista {
  max-width: 1161px;
  margin-left: auto;
  margin-right: auto;
}

.projects-tabs .proyectos-lista ul li img {
  width: 100%;
}

.projects-tabs .proyectos-lista li h2 {
  font-size: 16px;
  padding-top: 44px;
  padding-bottom: 5px;
  text-decoration: none;
}

button.btn-categoria {
  color: #3a9edf;
  background: #fff;
  padding: 0px 9px;
}

ul.tabs-filter {
  display: flex;
  list-style: none;
  gap: 5px;
  justify-content: center;
}

ul.tabs-filter li a:focus {
  outline: none;
}

ul.tabs-filter li a {
  font-size: 24px !important;
  font-weight: 500;
  color: #424751;
  text-decoration: none !important;
}

ul.tabs-filter li .current-tab {
  color: #3a9edf;
  text-decoration: underline !important;
}

.page-id-59 .spectra-image-gallery__layout--tiled-col-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.spectra-image-gallery__layout--tiled-col-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.projects .item img {
  height: 300px;
  width: 100%;
}

.grid.projects .item h3 {
  text-align: center;
  padding-top: 40px;
}

.page-id-59 .description {
  text-align: center;
  padding-bottom: 20px;
}

.page-id-59 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

/*ESTILOS CHECKOUT*/
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.select2-container {
  height: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  background: #fff;
}

.select2-selection {
  border: none !important;
  margin: 2px !important;
  border-radius: 10px !important;
}

.wooccm-field-wooccm2 {
  float: none !important;
}

p#additional_wooccm3_field {
  margin-top: -91px;
}

p#billing_wooccm11_field {
  margin-top: 34px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.producto-parte-superior input[type=text] {
  height: 50px !important;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%) !important;
  background: #fff;
}

/*ESTILOS SINGLE POST*/
.single-post #primary {
  margin: 0px;
}

.single-post .site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center {
  max-width: 1700px;
}

.single-post .main-header-bar.ast-header-breadcrumb {
  display: none;
}

.columna-izquierda-post h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.single-post {
  display: flex;
  width: 100%;
  background: #fff;
}

.single-post .slider-custom {
  position: absolute;
  left: 0;
}

.single-post .content-post {
  max-width: 746px;
  margin: 0 auto;
  text-align: left;
}

.columna-izquierda-post {
  width: 80%;
  text-align: center;
}

/*ESTILOS MYACCOUNT*/
.page-id-11 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

.page-id-11 article#post-11 {
  margin-top: 50px;
}

.woocommerce-account #content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.woocommerce-account label {
  font-family: "Metropolis";
}

form.woocommerce-form.woocommerce-form-login.login {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  border-radius: 10px;
}

form.woocommerce-form.woocommerce-form-register.register {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  border-radius: 10px;
}

input#username {
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  background: #fff;
}

input#password {
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  background: #fff;
}

input#reg_email {
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  background: #fff;
}

/*ESTILOS PAGINAS PERGOLAS*/
.icono-presupuesto-personalizado {
  pointer-events: none;
}

ul.ul_proyectos_pergolas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1160px !important;
  gap: 10px;
  row-gap: 30px;
  margin-left: 0px !important;
}

li.li_proyectos_pergolas {
  width: 30%;
  list-style: none;
  text-align: center;
}

li.li_proyectos_pergolas img {
  width: 380px;
  height: 230px;
  border-radius: 10px;
  object-fit: cover;
}

.wp-block-video video {
  width: auto;
  margin-left: -47px;
  border-radius: 10px;
  margin-top: 23px;
}

.page-id-935 .main-header-bar.ast-header-breadcrumb,
.page-id-947 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

.boton-descargar-tabs {
  text-align: center;
}

.boton-descargar-brochure {
  border-radius: 10px;
  font-size: 24px;
}

.img-icon-tabs {
  margin-bottom: auto;
  margin-top: 10px;
  width: 50px;
  margin-right: 10px;
}

.tab-pergolas {
  height: 622px;
  background: #fff;
  font-size: 18.72px;
  box-shadow: 1px 1px 10px 1px #c2c2c2;
  width: 580px !important;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 45px;
}

.tablinks {
  border-bottom: 1px solid rgba(66, 71, 81, 0.4);
  width: 50%;
  float: left;
  height: 49px;
  background-color: #fff;
  color: #666;
  padding: 8px 16px;
  border-radius: 0 0 5px 5px;
  font-size: 18.72px;
  cursor: pointer;
}

.tablinks:hover {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  color: #666;
}

.descripcion-tabs {
  font-size: 16px;
}

.row-tabs-1 {
  display: flex;
  flex-basis: 50%;
  padding-right: 15px;
}

.row-tabs-1 h2 {
  font-size: 18.72px;
}

.row-tabs {
  display: flex;
  padding-top: 10px;
}

.row-tabs-colores {
  width: 100%;
}

.tab-colores {
  display: flex;
  gap: 30px;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  padding-right: 10px;
}

.colores-disponibles,
.colores-disponibles-2 {
  text-align: center;
}

.colores-disponibles {
  margin-top: 85px;
}

.colores-disponibles-2 {
  margin-top: 38px;
}

[class^="color-"] {
  width: 74px;
  height: 68px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.color-blanco {
  background: #fff;
}

.color-grafito {
  background: #424751;
}

.color-acacia {
  background: #7d4220;
}

.color-beige {
  background: #f2f1cc;
}

.color-gris-claro {
  background: #c1c1c1;
}

.color-gris-oscuro {
  background: #7a7a79;
}

.wp-block-uagb-slider {
  position: relative;
  top: 0px;
}

.tabcontent.active {
  width: 570px;
}

.tabcontent {
  display: none;
}

.tabcontent:first-child {
  display: block;
}

.tablinks.active {
  background-color: #fff;
  color: #333;
}

.tablinks:first-of-type:not(.active) {
  box-shadow: inset -2px -1px 5px -4px black;
}

.tablinks:last-of-type:not(.active) {
  box-shadow: inset 2px -1px 5px -4px black;
}

#tab1.active,
#tab2.active {
  display: block;
  padding-top: 80px;
}

.page-id-859 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

.page-id-903 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

/*ESTILOS PAGINA NOSOTROS*/
.page-id-50 .wp-block-video video {
  width: inherit;
}

.columna_derecha_somos_lideres {
  align-self: center;
}

.page-id-50 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

#control-total .uagb-container-inner-blocks-wrap {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.iconos-experiencia img {
  width: 50px;
  margin-bottom: 10px;
}

.iconos-experiencia {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  border-radius: 130px;
  width: 176px !important;
  height: 176px;
  align-items: center !important;
  display: flex !important;
}

input[type="file"]::-webkit-file-upload-button,
input[type="file"]::file-selector-button {
  display: none;
}

/*ESTILOS FORMULARIO PRESUPUESTO PERSONALIZADO*/
.titulo-card-proyectos {
  margin-top: 40px;
  color: #424751;
  font-weight: 500;
  text-transform: uppercase;
}

.descripcion-card-proyectos {
  margin-top: 20px;
}

input#mfcf7_zl_add_file {
  height: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-top: 8px;
  color: #666;
  text-align: left;
}

.formulario-presupuesto .instalacion input,
.formulario-presupuesto .iluminacion input {
  min-width: 1.2em;
  min-height: 1.2em;
  max-width: 1.2em;
  max-height: 1.2em;
  border-color: #767676;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.formulario-presupuesto .instalacion input:checked,
.formulario-presupuesto .iluminacion input:checked {
  background-image: radial-gradient(#3a9edf 50%, white 7px);
}

.formulario-presupuesto .wpcf7-textarea {
  height: 100px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.div-productos-row .wpcf7-radio {
  text-align: center;
}

.div-productos-row .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 20px;
}

.div-productos-row .wpcf7-list-item {
  width: 40%;
}

.div-productos-row .wpcf7-list-item-label {
  display: none;
}

.div-productos-row .pergolas-grid input {
  width: 174px;
  height: 135px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.div-productos-row .pergolas-grid input:checked,
.div-productos-row .pergolas-grid input:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.div-productos-row .pergolas-grid input::after {
  content: attr(value);
  position: absolute;
  left: 5px;
  bottom: -10px;
  font-weight: 900;
  font-size: 1em;
  color: white;
  transition: 0.5s all ease-in-out;
}

.div-productos-row .pergolas-grid input:checked::before,
.div-productos-row .pergolas-grid input:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.div-productos-row .pergolas-grid input:checked::after,
.div-productos-row .pergolas-grid input:hover::after {
  bottom: 20px;
  left: 15px;
}

.colores-grid input[type="radio"]:checked {
  box-shadow: 1px 1px 10px 1px #3a9edf;
  transform: scale(1.1);
}

.div-productos-row input[type="radio"]:checked {
  position: relative;
}

.div-productos-row input[type="radio"]:checked::before {
  background-image: url(assets/imagenes/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.colores-grid input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px !important;
  width: 74px !important;
  height: 68px !important;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

[type="radio"][value="Blanco"] {
  background: #fff !important;
}

[type="radio"][value="Acacia"] {
  background: #7d4220 !important;
}

[type="radio"][value="Grafito"] {
  background: #424751 !important;
}

div[data-id="colores_pergola_bioclimatica"] .wpcf7-list-item-label,
div[data-id="colores_pergola_classic"] .wpcf7-list-item-label,
div[data-id="colores_pergola_romano"] .wpcf7-list-item-label,
div[data-id="colores_pergola_pergoflex"] .wpcf7-list-item-label,
div[data-id="colores_pergola_pergoflex_pvc"] .wpcf7-list-item-label {
  display: none !important;
}

#selected-image {
  display: none;
}

input[type="radio"][name="selected_pergola"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

input[type="radio"][name="selected_pergola"][value="BIOCLIMATICA"] {
  background-image: url(/wp-content/uploads/2023/04/pblanco-personalizado@2x-100.jpg);
}

input[type="radio"][name="selected_pergola"][value="CLASSIC"] {
  background-image: url(/wp-content/uploads/2023/04/pclassicpersonalizado@2x-100.jpg);
}

input[type="radio"][name="selected_pergola"][value="ROMANO"] {
  background-image: url(/wp-content/uploads/2023/04/promano-personalizado@2x-8.png);
}

input[type="radio"][name="selected_pergola"][value="PERGOFLEX"] {
  background-image: url(/wp-content/uploads/2023/04/ppergoflexpersonalizado@2x-100.jpg);
}

img.icon-input-presupuesto {
  position: relative;
  margin-left: 94%;
  margin-top: -176px;
}

.wc-block-error.wc-block-components-error,
.page-id-741 .main-header-bar.ast-header-breadcrumb {
  display: none !important;
}

.columna-izquierda-presupuesto-personalizado .uagb-container-inner-blocks-wrap {
  margin-right: 0px !important;
}

#file-form {
  height: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-top: 8px;
}

.columna-izquierda-presupuesto-personalizado {
  justify-content: right;
}

.columna-izquierda-presupuesto-personalizado .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.formulario-presupuesto {
  width: calc(600px + (100vw - 1920px) * 0.2) !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px 35px;
}

.formulario-presupuesto .wpcf7-text {
  height: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-top: 8px;
}

.titulo-formulario {
  text-align: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
}

.wpcf7 input[type="file"] {
  background: #fff;
}

.page .main-header-bar.ast-header-breadcrumb {
  display: flex;
  position: absolute;
}

.trail-item.trail-end {
  text-transform: uppercase;
  font-size: 24px;
}

.instalacion-iluminacion {
  margin-top: 50px;
}

.revista-especial {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.instalacion-iluminacion span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pergoflex-material {
  opacity: 0;
  max-height: 0px;
  transition: opacity 1s ease-in-out, max-height 1.15s ease-out;
}

.checkbox-material .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.colores-pergolas {
  display: flex;
  gap: 15px;
  opacity: 0;
  height: 0px;
  transition: opacity 0.5s ease-in-out;
}

.colores-pergolas input[type="radio"][value="blanco"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  width: 74px;
  height: 68px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  outline: none;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.colores-pergolas input[type="radio"][value="grafito"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  width: 74px;
  height: 68px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  outline: none;
  background: #424751;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.botones-colores {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.colores-pergolas input[type="radio"][value="acacia"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  width: 74px;
  height: 68px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  outline: none;
  background: #7d4220;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.titulo-colores {
  position: absolute;
}

.colores-pergolas input[type="radio"][value="blanco"]:checked {
  transform: scale(1.1);
}

.colores-pergolas input[type="radio"][value="grafito"]:checked {
  transform: scale(1.1);
}

.colores-pergolas input[type="radio"][value="acacia"]:checked {
  transform: scale(1.1);
}

.formulario-presupuesto span.tooltip {
  position: relative;
}

.formulario-presupuesto span.tooltip:hover:before {
  content: attr(title);
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  position: absolute;
  z-index: 99999;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.5s;
}

.formulario-presupuesto span.tooltip:hover:before {
  opacity: 1;
}

.div-form-row p {
  display: flex;
  gap: 10px;
}

.div-productos-row p {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.div-productos-row p img {
  width: 50%;
  height: 50%;
  margin-right: 10px;
  position: relative;
  border-radius: 10px;
}

.div-productos-row img:hover {
  filter: brightness(70%);
}

.div-productos-row img.selected {
  filter: brightness(70%);
}

.div-productos-row img.selected::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

/*ESTILOS TIENDA*/
.archive ul.products li.product .button {
  margin-top: -0.6em;
}

.cycle-slideshow.productimgfade.magni-box {
  border-radius: 5px;
}

.archive .product:hover .astra-shop-thumbnail-wrap {
  padding-bottom: 15px;
}

.product-type-variable .price del .woocommerce-Price-amount.amount {
  padding-right: 5px;
}

.astra-shop-thumbnail-wrap a:focus {
  outline: none;
}

#btnf {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  background: transparent;
  color: #424751;
  font-family: "Metropolis";
  font-weight: 400;
  font-size: 16.78px;
  letter-spacing: 4px;
}

#filtrosm {
  display: none;
}

.contenedor-filtros-mobile {
  display: none;
}

/* FILTRAR POR COLOR */
.trail-item a {
  text-transform: uppercase;
  font-size: 24px !important;
}

.ast-site-header-cart .widget_shopping_cart:after {
  display: none;
}

.ast-site-header-cart .widget_shopping_cart:before {
  display: none;
}

.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.woocommerce-mini-cart-item.mini_cart_item dl.variation {
  width: 45%;
}

ul.woocommerce-mini-cart.cart_lis.product_list_widget::-webkit-scrollbar {
  display: none;
}

ul.woocommerce-mini-cart.cart_lis.product_list_widget:hover::-webkit-scrollbar {
  display: block;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget {
  padding: 0em 0em;
  max-height: 250px;
}

.admin-bar .titulo-popup-tienda {
  top: 176px;
}

.titulo-popup-tienda {
  display: flex;
  place-content: space-between;
  border-bottom: 1px solid #c2c2c2;
  padding-top: 14px;
  padding: 20px 20px 10px 20px;
  font-size: 18.72px;
  font-family: "Metropolis";
  font-weight: 600;
  position: fixed;
  width: 1000px;
  z-index: 9999;
  background: white;
  margin-left: -1px;
  top: 144px;
  margin-right: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

p.woocommerce-mini-cart__total.total {
  font-size: 18px;
  position: relative;
  z-index: 999;
  background: white;
}

li.woocommerce-mini-cart-item.mini_cart_item a {
  font-size: 18.72px !important;
  font-family: "Metropolis";
  margin-bottom: 0px !important;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove {
  top: 0em;
}

li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
  font-size: 19px;
}

.botones-popup-tienda {
  padding: 16px 32px;
  position: relative;
  z-index: 999;
  background: white;
  border-radius: 30px;
}

button.seguir-comprando {
  border-radius: 10px;
  background: #fff;
  color: #3a9edf;
  border: 2px solid #3a9edf;
  margin-right: 11px;
  font-family: "Metropolis";
  font-weight: 600;
}

button.comprar {
  border-radius: 10px;
  border: 2px solid #3a9edf;
  font-family: "Metropolis";
  font-weight: 600;
}

.slider-custom {
  position: relative;
  width: 100%;
  height: 632px;
  overflow: hidden;
}

.slider-custom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider-custom img:first-child {
  opacity: 1;
}

.wpsisac-slick-slider .slick-dots li button,
.wpsisac-slick-carousal .slick-dots li button {
  border: none !important;
}

.slider-custom-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}

.dot.active {
  background-color: #555;
}

p.woocommerce-mini-cart__buttons.buttons {
  display: none;
}

li.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafb;
  z-index: 9999;
  padding: 25px !important;
}

.ast-site-header-cart:focus .widget_shopping_cart,
.ast-site-header-cart .widget_shopping_cart,
.woocommerce .ast-site-header-cart:focus .widget_shopping_cart,
.woocommerce .ast-site-header-cart .widget_shopping_cart {
  right: 50%;
  left: calc(-1261px + (100vw - 1920px) * -0.28) !important;
  top: 288%;
  width: 1000px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  visibility: hidden;
  opacity: 0;
}

.widget.woocommerce.widget_shopping_cart {
  visibility: hidden;
  opacity: 0;
}

img.woocommerce-placeholder.wp-post-image {
  background: #f9f9f9;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  margin-bottom: 0em;
}

.woocommerce span.onsale {
  position: absolute !important;
  left: 0 !important;
  z-index: 999999 !important;
  width: 80px;
  width: 80px;
  height: 80px;
  top: 65px;
  min-width: 4em;
  display: block;
  min-height: 4em;
  font-size: 18.72px;
  font-family: "Metropolis";
  color: #fff;
  font-weight: 600;
  min-height: 50px !important;
  min-width: 50px !important;
  line-height: 3 !important;
}

.single-product span.onsale {
  position: relative !important;
  left: 141px !important;
  margin-top: -98px;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 4.5em;
  margin-top: -2em;
  position: relative;
  z-index: 999;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 18.72px;
  font-family: "Metropolis";
  text-transform: uppercase;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-header-bar.ast-header-breadcrumb {
  max-width: 1240px;
  border: none;
}

#secondary {
  margin: 8em 0 2.5em;
}

.archive .product {
  position: relative;
  width: calc(279px + (100vw - 1920px) * 0.004) !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  column-gap: 100px;
}

.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce-page ul.products li.product .ast-woo-product-category {
  font-size: 16px;
  font-family: "Metropolis";
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 18.72px;
  font-family: "Metropolis";
}

ul.products.columns-3 {
  row-gap: 50px;
}

nav ul li a:focus {
  outline: none;
}

a.remove.remove_from_cart_button img {
  width: 21px !important;
  height: 23px !important;
}

.woocommerce a.remove:before {
  display: none;
}

.sin-productos {
  text-align: right;
  font-size: 22px;
  padding: 6px 15px 0px 0px;
  height: 10px;
}

.archive .product:hover a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  opacity: 1;
  transform: translateY(0);
}

.archive .product:hover .button.wp-element-button.product_type_variable.add_to_cart_button {
  opacity: 1;
  transform: translateY(0);
}

.archive .button.wp-element-button.product_type_variable.add_to_cart_button,
a.button.wp-element-button.product_type_variable {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(10px);
}

.archive a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(10px);
}

.astra-shop-summary-wrap span.price {
  margin-top: 17px;
}

.astra-shop-summary-wrap {
  background: #f9f9f9;
  height: 60px;
  width: -webkit-fill-available;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.porcentaje {
  margin-top: -35px;
}

.archive .product:hover .astra-shop-summary-wrap {
  height: 49px !important;
  background: transparent;
}

.product:hover img.woocommerce-placeholder.wp-post-image {
  background: transparent;
}

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

form.woocommerce-ordering select {
  font-size: 18.72px;
  font-family: "Metropolis";
}

form.woocommerce-ordering {
  border: 1px solid #424751;
  border-radius: 10px;
}

span.term-color.single-color {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
}

.filter-title {
  font-size: 18.75px;
  font-family: "Metropolis";
  font-weight: 500;
  margin-bottom: 30px;
}

.filter-content {
  margin-bottom: 42px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover {
  color: #3a9edf;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover {
  border-color: #3a9edf;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color {
  border-color: #3a9edf;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a {
  color: #3a9edf;
}

.woocommerce-products-header {
  position: absolute;
  top: 110px;
  width: 100%;
  left: 0;
  z-index: 10;
}

.header-sticky:not(.archive) .site-content,
.header-sticky.archive .ast-breadcrumbs {
  padding-top: 110px;
}

.archive .ast-breadcrumbs {
  margin-top: calc(750px + (100vw - 1920px) * 0.33) !important;
}

.ast-breadcrumbs * {
  font-size: 18px;
  font-family: "Metropolis";
  text-transform: uppercase;
}

h1.woocommerce-products-header__title.page-title {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.ast-left-sidebar #primary {
  padding-left: 0px;
  border: none;
}

.ast-left-sidebar #secondary {
  padding-right: 0px;
  border: none;
}

/*ESTILOS SECCION FORM*/
.contenedor_aun_tienes_dudas {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.contenedor_inputs_form .wpcf7-text,
.contenedor_inputs_form .wpcf7-select {
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-top: 8px;
}

.boton-enviar {
  text-align: right;
  margin-top: 50px;
}

.boton-enviar .wpcf7-submit {
  width: 190px;
  background: #3a9edf;
  color: #fff;
  border-radius: 30px;
  font-family: "Metropolis";
  font-size: 16px;
  text-transform: uppercase;
}

.formulario_contacto label {
  font-size: 16px;
  font-family: "Metropolis";
  flex-basis: 50%;
}

.texto-aun-tienes-dudas h2 {
  font-size: calc(40px + (100vw - 1920px) * 0.004) !important;
  padding-left: 120px;
  padding-right: 120px;
}

.titulo_formulario {
  text-align: center;
}

.titulo_formulario h2 {
  font-size: 24px;
}

.formulario_contacto {
  width: calc(590px + (100vw - 1920px) * 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
}

.formulario_contacto .wpcf7-textarea {
  height: 81px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-top: 8px;
}

.contenedor_inputs_form p {
  display: flex;
  gap: 20px;
}

/*ESTILOS CARUSEL PARTNERS*/
.wpsisac-slick-carousal.design-1 .wpsisac-image-slide img {
  width: 189px !important;
  height: 189px !important;
}

.wpsisac-slick-carousal.design-1 {
  padding-top: 66px;
  margin-bottom: 0px;
  height: 320px;
}

.wpsisac-slick-carousal.design-1 .slick-next {
  right: 0px;
}

/*ESTILOS SLIDER*/
.wpsisac-slick-carousal .slick-arrow {
  background-color: transparent;
}

.wpsisac-slick-carousal .slick-arrow svg {
  background: transparent;
  fill: #3a9edf;
}

.swiper-pagination-bullet,
div[id*="wpsisac-slick-slider"].slick-dotted .slick-dots button {
  background-color: #d9d9d9 !important;
  width: 33px !important;
  height: 33px !important;
}

div[id*="wpsisac-slick-slider"].slick-dotted .slick-dots :not(.slick-active) button {
  opacity: 0.2 !important;
}

div[id*="wpsisac-slick-slider"] .slick-dots li {
  margin: 0 4px !important;
}

.wpsisac-slick-slider-wrp .slick-dots {
  position: relative;
  top: -59px;
  max-width: 96vw;
}

.wp-block-uagb-container {
  padding: 0px;
}

.wp-block-uagb-slider {
  padding: 0px;
  min-height: auto;
}

.uagb-slider-child-wrap .swiper-content {
  height: calc(632px + (100vw - 1920px) * 0.33) !important;
  padding: 0px !important;
}

.swiper-content * {
  height: 100% !important;
}

.wpsisac-slick-slider-wrp {
  position: relative;
}

.wpsisac-slick-slider-wrp img {
  width: 100%;
}

.single-post .wpsisac-slick-slider-wrp {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/*ESTILOS HEADER*/

header#masthead {
  box-shadow: 1px 1px 10px 1px #c2c2c2;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
  color: #fff;
}

.ast-site-header-cart .ast-site-header-cart-li:hover .ast-addon-cart-wrap i.astra-icon:after {
  color: #fff;
}

.ast-desktop .astra-menu-animation-slide-up>.menu-item:hover>.sub-menu {
  transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
}

.scroll-header {
  position: fixed;
  width: 100%;
  z-index: 9999999;
}

.ast-header-breadcrumb {
  background: transparent;
}

.sticky-mobile {
  margin-right: 0px !important;
  padding-right: 20px !important;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link:before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item:hover>.menu-link:before {
  width: calc(100% - 2em) !important;
  background-color: currentColor;
  transform: scale(1, 3) translate(50%, 0) !important;
  top: 16px !important;
}

ul.sub-menu {
  width: 200px !important;
  padding: 10px 0 !important;
  left: 10px !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
}

ul.sub-menu .menu-link {
  font-size: 16px !important;
  text-transform: capitalize;
  font-family: "Metropolis";
}

.icono-hamburguesa-filtro {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2023/03/Vector4.svg");
  background-size: cover;
  margin-right: 10px;
}

.ast-icon-shopping-cart svg {
  width: calc(25px + (100vw - 1920px) * 0.004) !important;
  display: inline-flex;
}

.site-header-primary-section-center {
  place-content: space-between;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
  line-height: 1px;
}

.site-logo-img img {
  width: 213px;
}

.logo_off_canvas {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 5px;
}

/*ESTILOS HOME*/
.container_seccion_2 {
  color: transparent !important;
}

.home .wp-block-video video {
  box-shadow: 0px 4px 12px 0px #00000070;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
}

.uagb-image-heading {
  cursor: pointer;
}

.ast-site-title-wrap {
  display: none;
}

div#astra-mobile-cart-drawer {
  z-index: 9999999999;
}

.contenedor_quieres_una_pergola {
  margin-top: -300px;
}

.columnas_formulario_contacto {
  gap: 0px !important;
}

.columna_izquierda_form_contacto {
  align-self: center;
}

.titulo_listas {
  padding-top: 50px;
}

.titulo_listas h2 {
  font-size: calc(24px + (100vw - 1920px) * 0.004);
}

.contenido_listas li {
  font-size: calc(24px + (100vw - 1920px) * 0.004);
}

.contenedor_nuestras_pergolas {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .wpsisac-slick-carousal-wrp.wpsisac-clearfix {
  max-width: 1200px;
}

.home .slick-dots {
  display: none !important;
}

/* ESTILOS HOME SHOWROOM */
.showroom-right-column * {
  font-family: "Metropolis";
  font-size: 1.1rem !important;
  text-decoration: none !important;
  color: inherit;
}

.showroom-right-column .wp-block-uagb-icon-list,
.showroom-right-column .uagb-icon-list__wrap {
  height: 100%;
}

.showroom-right-column .wp-block-uagb-icon-list-child {
  flex-grow: 1;
  width: 98%;
  margin: 0 !important;
  border-top: 1px solid rgba(66, 71, 81, 0.5);
}

.showroom-right-column .wp-block-uagb-icon-list-child:last-child {
  border-bottom: 1px solid rgba(66, 71, 81, 0.5);
}

/*ESTILOS MENU MOBILE OFF CANVAS*/
ul.submenu {
  display: none;
  margin-left: 0px;
  padding: 20px;
}

.has-submenu {
  position: relative;
}

.ul-off-canvas .li-off-canvas {
  position: relative;
}

.ul-off-canvas .li-off-canvas .plus-icon {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 25px;
}

ul.submenu li {
  list-style: none;
  padding-bottom: 7px;
}

ul.submenu li a {
  padding: 10px;
  font-size: 14px !important;
  color: #000;
}

.ul-off-canvas {
  margin-left: 0px;
}

.link-off-canvas {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  display: block;
  width: 100%;
  padding: 10px;
}

.link-off-canvas.login {
  font-weight: 600;
}

.li-off-canvas {
  list-style: none;
  border-bottom: 1px solid #424751;
}

.close-off-canvas {
  text-align: right;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 200;
  color: #747465;
}

#off-canvas-btn {
  border-radius: 0px;
  margin-top: 14px;
  z-index: 9999;
  background: transparent;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

#off-canvas-btn img {
  width: 25px;
}

#off-canvas-menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 9998;
  transition: all 0.5s ease;
  opacity: 0;
  overflow: scroll;
}

#off-canvas-menu.active {
  left: 0;
  opacity: 1;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.contenedor-search-of-canvas {
  padding: 20px 30px 6px 30px !important;
}

input[type="search"]:focus {
  outline: none;
}

.submenu-active {
  display: block;
}

/*ESTILOS PAGINA NUESTROS PRODUCTOS*/
.columna-tipos-de-pergolas {
  display: flex;
  justify-content: center;
}

.page-id-48 .main-header-bar.ast-header-breadcrumb {
  display: none;
}

.texto-no-dudes-en-contactarnos h2 {
  font-size: calc(32px + (100vw - 1920px) * 0.004) !important;
}

.texto-queres-presupuesto h2 {
  font-size: calc(32px + (100vw - 1920px) * 0.004) !important;
}

.columna-izquierda-no-dudes {
  margin-left: 255px !important;
  align-self: center;
}

/*ESTILOS FOOTER*/
.site-below-footer-wrap {
  background: #424751;
}

#block-32 img {
  width: 213px;
}

.ast-footer-copyright a {
  font-size: 15px !important;
  font-weight: bold;
}

ul#astra-footer-menu .menu-link {
  width: max-content;
  padding-right: 110px !important;
  font-family: "Metropolis";
  font-weight: 400;
  font-size: 18.75px;
  text-transform: uppercase;
  padding: 0 0.5em;
  margin-bottom: 30px;
}

h2.title-widget-footer {
  font-size: calc(17px + (100vw - 1920px) * 0.005);
  font-family: "Metropolis";
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

p.content-widget-footer {
  font-size: 17.72px;
  color: #fff;
  font-weight: 400;
  font-family: "Metropolis";
}

.p-content-footer {
  font-size: calc(17px + (100vw - 1920px) * 0.005) !important;
}

p.p-content-footer,
a.link-footer {
  font-family: "Metropolis";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

ul#astra-footer-menu {
  display: block;
  width: 80%;
  border-right: 3px solid #3a9edf;
  padding-left: 10%;
}

section#block-26 {
  border-right: 3px solid #3a9edf;
  height: 387px !important;
  width: 90%;
  margin-left: -15%;
  padding-right: 11px;
}

section#block-27 {
  margin-left: -18%;
}

.iconos-sociales {
  float: right;
  display: flex;
  gap: 19px;
  align-items: center;
}

.iconos-sociales a img {
  width: calc(30px + (100vw - 1920px) * 0.009) !important;
  height: auto;
}

.links-footer {
  display: flex;
  flex-direction: column;
}

.site-footer-primary-section-1 {
  display: flex;
  align-self: center;
  justify-content: center;
}

@media screen and (max-width: 1710px) {
  .file-upload {
    height: 51px;
  }

  .formulario-banners input,
  .formulario-banners select {
    height: 38px;
  }

  .formulario-banners input[type="file"] {
    height: 38px !important;
    line-height: 0.75;
  }
}

@media (max-width: 1240px) {
  .related-project-thumbnail {
    height: 230px;
  }

  .producto-parte-superior {
    width: 100%;
  }
}

@media screen and (max-width: 922px) {
  .woocommerce-product-gallery__image.flex-active-slide img {
    width: 100% !important;
  }

  .div-productos-row p img {
    width: 50%;
    height: 50%;
  }

  .archive #secondary {
    display: none;
  }

  .contenedor-filtros-mobile {
    display: block;
  }

  div#filtrosm {
    background: #fff;
    z-index: 999999;
    position: relative;
    margin-top: 20px;
    padding-left: 13px;
    box-shadow: 1px 1px 10px 1px #c2c2c2;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .woocommerce-ordering {
    display: none;
  }

  img.woocommerce-placeholder.wp-post-image {
    background: #fff;
  }

  .astra-shop-summary-wrap {
    background: #fff;
  }
}

@media screen and (min-width: 767px) {
  .related.products .woocommerce-loop-product__title {
    padding-top: 18px !important;
  }

  .related.products .onsale {
    position: absolute !important;
  }

  .slick-slider-mobile,
  .mobile {
    display: none;
  }

  .single-product span.onsale {
    position: relative !important;
    left: 141px !important;
  }

  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: flex;
    flex-direction: row-reverse;
  }

  .single-product .flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: column;
    margin-right: 20px !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 20px !important;
  }

  .woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100%;
  }

  .descripcion-proyecto {
    min-height: 120px;
    max-height: 125px;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .descripcion-proyecto::-webkit-scrollbar {
    display: none;
  }

  .content-post-descripcion-arrows {
    display: flex !important;
  }
}

@media (min-width: 922px) {
  .archive .product:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 20px !important;
    margin-bottom: 0px !important;
  }

  .ast-container {
    max-width: 1740px;
  }
}

@media (max-width: 921px) {
  .single-product .flex-control-nav.flex-control-thumbs {
    height: calc(100vw * 0.73);
  }
}

@media (max-width: 1300px) {
  .single-product .flex-control-nav.flex-control-thumbs {
    height: calc(100vw * 0.344);
  }
}

@media (min-width: 1301px) {
  .single-product .flex-control-nav.flex-control-thumbs {
    height: 460px;
  }
}

@media screen and (max-width: 1490px) {
  .galeria-visitar-showroom {
    display: block;
  }

  .site-header-primary-section-center {
    margin: 0 10px 0 20px;
  }

  ul#astra-footer-menu {
    margin-left: 0%;
  }
}

@media screen and (max-width: 1400px) {

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    column-gap: 30px;
  }

  .ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 1280px) {
  .ast-left-sidebar #secondary {
    margin-right: -6px;
  }

  .site-logo-img img {
    width: 213px;
  }

  .contenedor_slider_spectra {
    padding: 0px !important;
  }

  .site-navigation .menu-link {
    font-size: 16px;
  }

  .site-header-section>* {
    padding: 0px !important;
  }
}

@media screen and (max-width: 782px) and (min-width: 767px) {
  .contenedor_quieres_una_pergola {
    margin-top: -350px !important;
    width: auto !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  .iconos-experiencia {
    width: 140px !important;
    height: 140px;
  }

  .contenedor_quieres_una_pergola {
    max-width: 766px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 1230px) {
  .columna-izquierda-no-dudes {
    flex-basis: auto !important;
    margin-left: 0px !important;
    margin-bottom: -10px !important;
  }
}

@media screen and (max-width: 1250px) {
  .card-blog p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .columna-contenido {
    width: 100%;
  }

  .blog #secondary {
    width: 100%;
  }

  .blog #content {
    margin-left: auto;
    margin-right: auto;
  }

  .blog .ast-container {
    display: block;
  }

  .blog .type-post {
    margin-top: 25px;
  }

  .fila-blog {
    display: block;
  }

  .columna-contenido {
    margin-top: -66px;
    margin-left: 36px;
    width: 350px;
  }

  .card-blog {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    width: 350px;
    height: 254px;
    text-align: center;
    padding: 48px;
    border-radius: 10px;
    background: #fff;
    margin-left: -36px;
  }

  .categoria-link {
    width: max-content;
    z-index: 999999;
    background: #424751;
    padding: 6px 16px;
    border-radius: 6px;
    position: relative;
    margin-top: -2px;
  }

  .blog-category {
    text-align: center;
    float: left;
    margin-left: 78px;
  }

  .contenedor-fecha-blog {
    background-color: #3a9edf;
    position: relative;
    width: max-content;
    left: 20px;
    border-radius: 5px;
    bottom: 280px;
  }

  .columna-imagen img {
    max-width: 350px;
    height: 265px;
  }
}

@media screen and (max-width: 1200px) {
  .wp-block-video video {
    width: 100%;
    margin-left: 0px;
  }

  .single-post-content {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .columna-izquierda-post h2 {
    font-size: 28px;
    font-weight: 500;
  }

  .content-post-project {
    height: auto;
    border-radius: 10px;
  }

  .content-post {
    text-align: left;
  }

  .single-post #secondary {
    margin-top: 25px;
  }

  .single-post {
    flex-direction: column;
  }

  .single-project-post {
    margin-top: 50px;
  }

  .single-projects .main-header-bar.ast-header-breadcrumb {
    display: none;
  }

  .contenedor-proyectos-relacionados {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contenedor-proyectos-relacionados h2 {
    text-align: center;
  }

  .content-post-project {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .project-content {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-img-content {
    max-width: 650px;
    width: auto;
    flex-direction: column;
  }

  .content-post-project {
    width: 100%;
  }

  .active-term {
    display: none;
  }

  ul.tabs-filter {
    display: block;
  }

  .projects-tabs .proyectos-lista li {
    height: auto;
  }

  .tab-pergolas {
    margin-top: -62px;
  }

  .seccion-imagen-tabs-pergolas .uagb-container-inner-blocks-wrap {
    flex-direction: column !important;
    align-items: center !important;
  }

  .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-02039235>.uagb-container-inner-blocks-wrap {
    flex-direction: column !important;
    gap: 0px;
  }

  .woocommerce ul.products:not(.elementor-grid).columns-3,
  .woocommerce-page ul.products:not(.elementor-grid).columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  div#contenedor_imgs_nuestras_pergolas {
    gap: 30px;
    margin-top: 9px !important;
  }

  ul#ast-hf-menu-1 {
    width: max-content;
  }

  .ast-builder-menu-1 .menu-item>.menu-link {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .uagb-block-405c46bf.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading {
    margin-top: -78px;
  }

  div#boton-volver-atras {
    top: -99px !important;
  }

  #boton-volver .uagb-button__link {
    font-size: 24px !important;
  }

  .single-product .woocommerce-message-container {
    margin-bottom: 0;
    padding: 0 0 3em 0;
  }

  .single-product .woocommerce-message {
    gap: 1em;
    justify-content: center;
    width: fit-content;
    line-height: 1.4;
    margin: 0 auto;
  }

  .single-product .main-header-bar.ast-header-breadcrumb {
    border: none;
    margin-bottom: 40px;
  }

  .single-post #content {
    padding-top: 0px;
  }

  .single-post #primary {
    padding-top: 0px;
  }

  .projects-tabs .proyectos-lista ul {
    padding-left: 25px;
  }

  .tab-pergolas {
    height: max-content;
  }

  .row-tabs {
    flex-direction: column !important;
  }

  ul.products.columns-3 {
    margin-top: 60px;
  }

  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid),
  .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .tabcontent.active {
    width: 100%;
  }

  li.product .onsale {
    position: absolute;
    top: 0;
    right: 0;
    left: 0px;
    margin: -0.5em -0.5em 0 0;
  }

  .archive .product {
    width: 100% !important;
    text-align: center !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding-bottom: 45px !important;
  }

  .archive .product:hover .astra-shop-summary-wrap {
    height: 49px !important;
    background: transparent;
  }

  .archive .button.wp-element-button.product_type_variable.add_to_cart_button {
    transform: unset;
    opacity: 1;
    margin-top: 16px;
    width: -webkit-fill-available;
    font-size: 14px !important;
    text-transform: uppercase;
  }

  .archive a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    transform: unset;
    opacity: 1;
    margin-top: 16px;
    width: -webkit-fill-available;
    font-size: 14px !important;
    text-transform: uppercase;
  }

  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid),
  .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-custom.desktop {
    display: none;
  }

  .slider-custom.mobile {
    display: block;
  }

  .botones-popup-tienda {
    text-align: center;
  }

  .seguir-comprando {
    display: none;
  }

  .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart {
    padding: 0em 0em 1.3em 0em;
  }

  .titulo-popup-tienda {
    display: none;
  }

  .overlay-popup {
    display: none;
  }

  .columnas_superiores_tipos_de_pergolas {
    padding-bottom: 0px !important;
  }

  .columnas_inferiores_tipos_de_pergolas {
    padding-top: 0px !important;
  }

  .search-submit {
    background: transparent !important;
    border-right: 1px solid #424751 !important;
    border-bottom: 1px solid #424751 !important;
    border-top: 1px solid #424751 !important;
    border-bottom-right-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-left: 2px solid transparent;
    height: 35px !important;
    padding: 0 !important;
    padding-right: 16px !important;
  }

  input#off-canvas-search {
    background: #fff;
    height: 35px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-right: none;
    border-color: #424751;
    margin-right: -2px;
  }

  .astra-cart-drawer.active {
    width: 80%;
  }

  .site-header-primary-section-right {
    align-items: center;
  }

  .site-header-primary-section-right svg {
    width: 25px !important;
  }

  .site-header-primary-section-center {
    place-content: center;
  }

  .ast-builder-footer-grid-columns {
    max-width: 350px !important;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  div#ast-desktop-header {
    display: none;
  }

  #block-32 {
    text-align: center;
  }

  ul#astra-footer-menu {
    display: block !important;
    width: 100%;
    padding-left: 0%;
    margin-left: 0%;
    border: none;
    margin-top: 6%;
  }

  ul#astra-footer-menu .menu-item {
    display: block;
  }

  section#block-26 {
    margin-left: 0%;
    width: 100%;
    border: none;
    height: 100% !important;
  }

  section#block-27 {
    margin-left: 0%;
    margin-top: -4%;
  }

  ul#astra-footer-menu a.menu-link {
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 0px;
  }

  h2.title-widget-footer {
    font-size: 14px;
    margin-top: 4%;
    margin-bottom: 30px;
    font-weight: 600;
  }

  p.content-widget-footer {
    font-size: 14px;
    margin-bottom: 34px;
  }

  p.p-content-footer {
    font-size: 14px;
  }

  a.link-footer {
    font-size: 14px;
  }

  .iconos-sociales {
    margin-top: 5%;
  }
}

@media screen and (max-width: 1800px) and (min-width: 1490px) {
  .site-primary-header-wrap {
    margin: 0px 20px;
  }
}

@media screen and (max-width: 940px) {
  .texto-aun-tienes-dudas h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    margin-left: -10px;
    margin-right: 20px;
  }

  .site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
    align-items: center;
  }
}

@media screen and (max-width: 782px) {
  .tab-pergolas {
    width: 100% !important;
  }

  .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }

  .wpsisac-slick-carousal.design-1 .slick-arrow {
    margin: 0px 35px;
  }

  .titulos_quieres_una_pergola {
    font-size: 28px;
  }

  #imgs_quieres_una_pergola img {
    border-radius: 15px;
  }

  p.p-content-footer,
  a.link-footer {
    margin-bottom: 20px;
  }

  .contenedor_quieres_una_pergola {
    margin-top: -110px;
  }

  .columnas_formulario_contacto {
    padding: 30px 10px !important;
  }

  .titulo_formulario h2 {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .contenedor_aun_tienes_dudas {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
  }

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

  .contenedor_inputs_form {
    display: block;
  }

  .formulario_contacto {
    width: 100%;
  }

  #block-32 img {
    width: 188px;
  }

  .iconos-sociales {
    justify-content: center;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .skeleton-box {
    flex-basis: calc(50% - 8px) !important;
  }

  .related-project-description {
    text-align: center;
  }

  .woocommerce-Tabs-panel--description table tr {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .woocommerce-Tabs-panel--description table tr td {
    width: auto !important;
  }

  .li-productos-relacionados {
    margin-left: auto;
    margin-right: auto;
  }

  li.li_proyectos_pergolas img {
    height: auto;
  }

  figure.wp-block-video.video_home {
    padding-top: 30px;
  }

  .ul-proyectos-relacionados {
    flex-direction: column;
  }

  .slick-slider-desktop,
  .desktop {
    display: none;
  }

  .header-sticky:not(.archive) .site-content,
  .header-sticky.archive .ast-breadcrumbs {
    padding-top: 110px;
  }

  .archive .ast-breadcrumbs {
    margin-top: calc(100vw * 0.8427) !important;
  }

  .presupuesto-personalizado-product {
    min-height: 168px;
    margin-bottom: 0px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    top: 29px;
  }

  .presupuesto-personalizado-product h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .btn-product-clic-aqui {
    font-size: 16.78px;
    border-radius: 30px !important;
  }

  .img-btn-clic-aqui {
    width: 20px !important;
  }

  li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 15px !important;
  }

  li.woocommerce-mini-cart-item.mini_cart_item {
    padding: 0.6em 0 0.6em 5em !important;
  }

  li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
    font-size: 15px;
  }

  .contenedor_inputs_form p {
    display: block;
  }

  .project-content .img-post {
    width: 100%;
    height: calc(100vw - 92px);
    max-width: 650px;
    max-height: 650px;
  }

  .project-content .img-post figure {
    margin-right: 45px;
  }

  .projects-tabs .proyectos-lista li {
    width: 45%;
    padding-bottom: 30px;
  }

  .div-productos-row p img {
    width: 50% !important;
    height: 50% !important;
  }

  .formulario-presupuesto {
    width: 100% !important;
  }

  .slider-custom.blog-desktop {
    display: none;
  }

  .slider-custom.blog-mobile {
    display: block;
  }

  .contenedor_inputs_form .wpcf7-text,
  .contenedor_inputs_form .wpcf7-select {
    border-radius: 30px;
  }

  div#imagen_control_total img {
    border-radius: 15px;
  }

  #control-total .uagb-container-inner-blocks-wrap {
    align-content: flex-end;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  div#contenedor_iconos_experiencia {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -44px;
  }

  div#contenedor_clientes_avalan {
    text-align: center;
  }

  .page-id-48 :where(.wp-block-columns.has-background) {
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uagb-block-be038b2a.wp-block-uagb-image {
    margin-top: 12%;
  }

  .cerrar-popup {
    display: none;
  }

  .overlay-popup-id-pages {
    display: none !important;
  }

  .titulos_quieres_una_pergola {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw !important;
  }

  .columna-tipos-de-pergolas .wp-block-uagb-image {
    float: none;
    margin-inline-start: 0em !important;
    margin-inline-end: 0em !important;
  }

  .uagb-slider-child-wrap .swiper-content {
    height: calc(100vw * 0.8427) !important;
  }

  .tablinks:not(.active) {
    display: none;
  }

  .tablinks.active {
    width: 100%;
    padding-top: 1em;
    margin-top: 1em;
    border: none;
    pointer-events: none;
  }

  .seccion-imagen-tabs-pergolas .wp-block-uagb-container:first-child {
    z-index: 3;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 467px) {
  .boton-descargar-brochure {
    font-size: 17px;
  }

  .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    margin-left: 0px;
  }

  .site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
    justify-content: center;
  }

  #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
  #masthead .ast-mobile-header-wrap .ast-below-header-bar {
    padding-right: 0px;
  }

  .ast-primary-header-bar {
    padding-right: 0px;
  }

  .site-header-primary-section-center {
    width: 213px;
    margin: 0px !important;
    margin-left: 10% !important;
  }

  .site-header-primary-section-left #off-canvas-btn {
    padding: 0px;
  }
}

@media screen and (max-width: 515px) {
  .uagb-block-d5fe970a.wp-block-uagb-advanced-heading .uagb-heading-text {
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 600px) {
  .skeleton-box {
    flex-basis: calc(100% - 8px) !important;
  }

  .colores-grid .wpcf7-list-item {
    margin-bottom: 20px;
  }

  .div-productos-row .wpcf7-list-item {
    width: 100%;
    margin: 0px;
  }

  .woocommerce-mini-cart-item.mini_cart_item {
    flex-direction: column;
    gap: 5px;
  }

  .formulario-presupuesto .div-form-row p {
    flex-direction: column;
  }

  .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart a.remove {
    margin-left: 23px !important;
    margin-right: 20px !important;
  }

  .content-post-project h2 {
    font-size: 21px;
  }

  .projects-tabs .proyectos-lista ul {
    padding-left: 0px;
  }

  .projects-tabs .proyectos-lista li {
    width: 100%;
  }

  .columnas_presupuesto {
    padding: 0px !important;
  }

  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid),
  .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 421px) {
  .site-logo-img img {
    width: 213px;
  }
}

@media (min-width: 1200px) {
  .wp-block-uagb-container.container_seccion_2 {
    cursor: pointer;
  }

  .video_home,
  #imgs_quieres_una_pergola {
    position: relative;
  }

  .video_home::after {
    content: "VISITAR TIENDA";
    left: 5px;
  }

  #imgs_quieres_una_pergola::after {
    content: "PRESUPUESTO PERSONALIZADO";
    left: -35%;
  }

  .video_home::after,
  #imgs_quieres_una_pergola::after {
    position: absolute;
    top: 50%;
    transform: translate(50%, 100%);
    white-space: nowrap;
    color: white;
    font-size: 24px;
    background: rgba(58, 158, 223, 0.85);
    padding: 13px 43px;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 99999 !important;
  }

  .video_home:hover::after,
  #imgs_quieres_una_pergola:hover::after {
    transform: translate(50%, -50%) !important;
    opacity: 1 !important;
    z-index: 99999 !important;
  }
}

.submit-formulario-personalizado>p,
.div-submit-formulario-banners>p,
.boton-enviar>p {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  align-items: center;
}

/* FORMULARIO BANNER*/
.contenedor-formulario-banners {
  position: absolute !important;
  top: 142px;
  right: 20px;
  width: auto !important;
  background-image: linear-gradient(100deg,
      transparent 15%,
      rgba(66, 71, 81, 0.7) 15.2%);
  height: calc(100vw * 0.328);
  margin: 0px !important;
  margin-top: 0px;
  margin-right: 0px;
  margin-top: -31px !important;
  margin-right: -20px !important;
  overflow: hidden;
  z-index: 1;
}

.contenedor-formulario-banners::before {
  content: "";
}

.contenedor-formulario-banners h2 {
  min-width: 35vw;
  margin: 20px 3.5rem 0 0 !important;
  padding: 0 0 0 5rem;
  text-align: center;
}

.contenedor-formulario-banners .wpcf7-response-output {
  position: absolute;
  right: 0;
  background: #fff;
  border-color: #3a9edf !important;
}

.contenedor-formulario-banners>div {
  zoom: .8;
}

.formulario-banners,
.div-submit-formulario-banners {
  text-align: right;
}

.div-submit-formulario-banners .wpcf7-submit {
  width: max-content !important;
  padding: 0px 30px;
  padding-top: 4px;
  font-size: 16px;
  font-family: "Metropolis";
  font-weight: 600;
}

.formulario-banners input[type="file"] {
  background: #fff;
  border-radius: 10px !important;
  height: 48px !important;
}

.formulario-banners>p {
  margin-bottom: 0.8em;
}

.formulario-banners input,
.formulario-banners select,
.formulario-banners .file-upload,
.formulario-banners textarea,
.contenedor-formulario-banners .wpcf7-response-output {
  width: calc(100vw * 0.2834) !important;
  border-radius: 10px;
  margin: 0 4rem 0rem 0rem !important;
}

.formulario-banners .wpcf7-not-valid-tip {
  position: absolute;
  top: -0.25em;
  right: 4px;
  width: fit-content;
  margin: 0 4rem 0rem 0rem;
  padding-inline: 0.5em;
  text-align: right;
  line-height: 1;
  background-color: white;
  border-radius: 0.25em;
  z-index: 1;
}

.formulario-banners input,
.formulario-banners select {
  height: 48px;
}

.formulario_contacto select,
.formulario-banners select {
  padding-block: 6px;
}

.formulario-banners textarea {
  height: 76px;
}

.formulario-banners .file-upload {
  position: relative;
  margin-right: -4rem;
}

.formulario-banners .icon-input {
  position: absolute;
  top: 4px;
  right: 15px;
}

@media (max-width: 767px) {
  .contenedor-formulario-banners {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1359px) {

  .formulario-banners input,
  .formulario-banners select {
    height: 36px !important;
    padding: 0.4em 1em !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .formulario-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100vw * 0.7) !important;
    margin: 0;
    text-align: right;
  }

  .formulario-banners>* {
    flex-basis: 40%;
  }

  .formulario-banners input,
  .formulario-banners select,
  .formulario-banners textarea,
  .div-submit-formulario-banners,
  .formulario-banners .wpcf7-not-valid-tip {
    margin: 0 0.5em !important;
  }

  .div-submit-formulario-banners {
    display: flex;
    justify-content: center;
  }

  .contenedor-formulario-banners .wpcf7 form {
    right: 0;
  }

  .contenedor-formulario-banners .wpcf7-response-output {
    width: unset !important;
  }
}

/* WOOCOMMERCE */
.wc-block-components-product-sort-select,
.onsale {
  display: none !important;
}

/* YITH */
#yith-wapo-option-40-0 {
  margin-left: 20px;
}

@media (max-width: 1178px) {
  .features-icon-list > div {
    justify-content: space-around !important;
  }

  .features-icon-list .wp-block-uagb-icon-list-child {
    flex-direction: column;
  }

  .features-icon-list .wp-block-uagb-icon-list-child>* {
    margin: 0 !important;
  }
}
