/*
  Theme Name: Hello Elementor Child
  Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
  Description: A lightweight and minimalist WordPress theme for Elementor page builder.
  Author: Factoria Creativa
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template: hello-elementor
  Text Domain: hello-elementor-child 
  Stable tag: 2.8.1
  Requires at least: 5.9
  Tested up to: 6.2 
  Requires PHP: 8.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
  Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


:root {
  --color-principal-azul: #001E40;
  --color-principal-naranja: #D99722;
  --color-secundario-azul: #2B527D;
  --font-fam: 'Museo Sans', Arial, sans-serif;
}



/* ------------ FOOTER ------------ */

.copyright-text,
.copyright-text a,
.copyright-text a:hover {
  font-size: var(--e-global-typography-b8ef438-font-size);
  font-family: var(--e-global-typography-b8ef438-font-family), Sans-serif;
  color: var(--e-global-color-45333cc);
}

.copyright-text p {
  display: inline;
}

footer .telefono,
footer .correo_electronico,
footer .google_maps_link,
footer .telefono:hover,
footer .correo_electronico:hover,
footer .google_maps_link:hover {
  color: var(--e-global-color-45333cc);
  font-family: var(--e-global-typography-a183844-font-family), Sans-serif;
  font-size: var(--e-global-typography-a183844-font-size) !important;
  font-weight: var(--e-global-typography-a183844-font-weight);
}



/* ------------ HEADER ------------ */

.elementor-nav-menu--main>#menu-1-e827ce4>.menu-item:last-child,
.elementor-nav-menu--main>#menu-1-e827ce4>.menu-item-1767 {
  display: none;
}

header .menu-item-64 a {
  margin-right: 0 !important;
}

header .telefono,
header .correo_electronico,
header .telefono:hover,
header .correo_electronico:hover {
  color: var(--e-global-color-45333cc);
  font-family: 'Open Sans', Sans-serif !important;
  font-size: var(--e-global-typography-a183844-font-size) !important;
  font-weight: 600;
}

.elementor-menu-toggle {
  padding: 0 !important;
}

.elementor-nav-menu--dropdown {
  border-radius: 10px;
  padding: 20px 30px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30) !important;
}

.elementor-nav-menu--dropdown>li>a {
  border-inline-start: none !important;

}


/* ------------ SEARCHBAR - HEADER ------------ */
.search_icon .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  height: 18px;
  cursor: pointer;
}

.searchbar {
  display: none;
  transition: display 0.5s;
}

.search form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.search button {
  background-color: transparent !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.search .search_button_submit svg {
  width: 18px;
  fill: var(--color-principal-azul);
}

.search input[type=search] {
  border: none;
  outline: none;
  border-bottom: 1px solid var(--color-principal-azul);
  border-radius: 0;
  padding: 0 0 10px 0;
}



/* ------------ ICONO USER LOGIN/ MI CUENTA - HEADER ------------ */


.logged-in .login_icon_header .elementor-icon-wrapper::after {
  background-color: #6cbe45;
}

.login_icon_header .elementor-icon-wrapper::after {
  position: absolute;
  content: "";
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 100%;
}


/* ------------ CARRITO - HEADER ------------ */

.cart_header button {
  background-color: transparent !important;
  padding: 0;
}

.cart_header .wc-block-mini-cart__badge {
  color: #fff;
}

.cart_header>.elementor-widget-container {
  display: flex;
}

/* ---------- GTRANSLATE ------------ */
.gtranslate_wrapper a {
  position: relative;
}

.gtranslate_wrapper a {
  color: #1B130F;
  padding-left: 6px;
}

.gtranslate_wrapper a:not(:last-of-type)::after,
.gtranslate_wrapper:hover a:not(:last-of-type)::after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 25%;
  height: 65%;
  width: 100%;
  border-right: 1px solid #1B130F !important;
}


/* ------------ PÁGINA CONTACTO  ------------ */


.info_contacto .telefono,
.info_contacto .correo_electronico,
.info_contacto .google_maps_link,
.info_contacto .telefono:hover,
.info_contacto .correo_electronico:hover,
.info_contacto .google_maps_link:hover {
  color: #1B130F;
  font-family: 'Open Sans', Sans-serif !important;
  font-size: var(--e-global-typography-b5dbda1-font-size) !important;
  font-weight: 600;
}





/* ------------ FORMULARIO CONTACTO ------------ */

.wpcf7-form>label {
  width: 100%;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wpcf7-form label input,
.wpcf7-form label textarea,
.wpcf7-form label select {
  border: none;
  border-radius: 0;
  outline: none;
}

.wpcf7-form>label textarea {
  height: 120px;
}


.wpcf7-form select {
  color: #666 !important;
}


.row>label {
  width: 100%;
}


.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  color: #dc3232;
  margin-left: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: inherit;
}

.accept-terms {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.accept-terms>div {
  display: flex;
  align-items: center;
}

.accept-terms a,
.accept-terms {
  font-size: var(--e-global-typography-b8ef438-font-size);
  font-family: var(--e-global-typography-b8ef438-font-family), Sans-serif;
  color: #525252;
}

.accept-terms input:hover {
  transform: scale(1.1);
  background-color: var(--color-principal-naranja) !important;
}

#yourConsent {
  visibility: hidden;
  margin-right: 10px;
}

.wpcf7-acceptance label {
  display: inline-flex;

}

.wpcf7-form .row {
  display: flex;
  flex-direction: row;
  gap: 20px;

}

/* ------------ FORMULARIO CONTACTO - MODAL PÁGINA PRODUCTO ------------ */

#consultaPrecioModal .wpcf7-list-item {
  margin: 0 !important;
}

#consultaPrecioModal .checkbox-wrapper-31 {
  position: relative;
  left: 0;
}


/* ------------ FORMULARIO CONTACTO - PÁGINA CONTACTO ------------ */

.form_contact_page .wpcf7-form label input,
.form_contact_page .wpcf7-form label textarea,
.form_contact_page .wpcf7-form label select {
  border-bottom: 1px solid #2F3F51;
  padding-left: 0;
}

.form_contact_page .wpcf7-form {
  background: #fff;
}



/* ------------ FORMULARIO CONTACTO - CHECKBOX ------------ */

.checkbox-wrapper-31:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  left: 0;
}



.checkbox-wrapper-31 .background {
  fill: #ccc;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.checkbox-wrapper-31 input[type=checkbox]:hover {
  cursor: pointer;
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .background {
  fill: var(--color-principal-naranja);
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .stroke {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .check {
  stroke-dashoffset: 0;
}


/* ------------ INICIO - SLIDER NOVEDADES ------------ */

.productos_novedades_carrusel h3 {
  font-size: var(--e-global-typography-9c01a84-font-size);
  color: var(--color-principal-azul);
  margin-top: 20px;
}

.productos_novedades_carrusel img {
  height: 250px !important;
  width: auto;
  margin: auto;
  object-fit: contain;
}

.productos_novedades_carrusel .producto_item a {
  text-align: center;
}

.productos_novedades_carrusel .producto_item {
  margin: 0 1rem;
}

/* .productos_novedades_carrusel .slick-arrow {
  top: 50%;
} */

.productos_novedades_slider {
  display: flex !important;
  align-items: center;
}


/* ------------ INICIO - SLIDER PRODUCTOS DESTACADOS ------------ */

.feature_slide_option {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.feature_slide_option img {
  height: 300px !important;
  width: auto;
  margin-bottom: -100px;
  position: relative;
  z-index: 10;
}

.feature_slide_option a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature_slide_option a>div {
  width: 100%;
  background-color: #f3f7ffcb;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 20px 40px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30) !important;
}

.feature_slide_option h3 {
  text-align: center;
  width: 100%;
  font-family: var(--font-fam);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-principal-azul);
  margin-top: 80px;
  text-transform: uppercase;
}

.feature_slide_option h4 {
  text-align: center;
  font-size: 15px;
  color: var(--color-principal-azul);
  text-transform: uppercase;
  font-weight: 400 !important;

}


/* ----- VIDEO PAGINACIÓN ----- */

.video-pagination {
  font-family: var(--e-global-typography-06dae35-font-family), Sans-serif;
  font-size: var(--e-global-typography-06dae35-font-size);
  font-weight: var(--e-global-typography-06dae35-font-weight);
  text-transform: var(--e-global-typography-06dae35-text-transform);
  color: var(--e-global-color-primary);
  display: flex;
  gap: 20px;
}

.video-pagination a{
  color: var(--e-global-color-primary);
  text-decoration: underline !important;
}



/* ------------ MODAL - VIDEOS ------------ */


.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
}

.close {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}


#modalVideo {
  aspect-ratio: 16 / 9;
  width: 50%;
  justify-self: center;
  position: relative;
  top: 25%;
}

/* ------------ INICIO - SLIDER VIDEOS ------------ */


.video_slider {
  display: flex !important;
  align-items: center;
}

.video_slider img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.slider_item {
  margin: 0 1rem;
}

.slider_item,
.slick-arrow {
  cursor: pointer;
}


.slick-nav {
  position: absolute;
  width: 20px;
}

.slick-nav path {
  fill: #001E40;
}

.next-arrow {
  right: -50px;
}

.prev-arrow {
  left: -40px;
}

.slick-track {
  display: flex !important;
}



/* ------------ VIDEOS ------------ */


.video-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}

.video-container .video-wrapper img {
  width: 100%;
  cursor: pointer;
}

.videos_shortcode>div>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}


/* ------------ INICIO -  CATALOGO S4 ------------ */
.button_download path {
  fill: #001E40;
}

.button_download:hover path {
  fill: #fff;
}



/* ------------ INICIO -  PRODUCTOS S2 ------------ */

.cards_products_s2_homepage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.card_products_wrapper {
  border-radius: 20px;
  border: 1px solid var(--e-global-color-primary);
  display: flex;
  gap: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
}

.card_products_wrapper>div>div {
  padding: 40px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.card_products_wrapper>div {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  width: 100%;
}


.card_products_wrapper>div:hover {
  background-color: #e7effdda;
}


.card_products_wrapper img {
  height: 250px !important;
  margin: 80px -15px -30px 0px;
}


.card_products_wrapper a {
  padding: 5px 20px;
  border-radius: 50px;
  background-color: var(--e-global-color-primary);
  color: #fff !important;
  text-transform: uppercase;
  transition: transform 0.5s;
  width: fit-content;
  font-size: var(--e-global-typography-55d463c-font-size);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);

}

.card_products_wrapper a:hover {
  transform: scale(1.1);
  background-color: var(--color-principal-naranja);
}

.card_products_wrapper p {
  font-size: 16px;
}



/* ------------ CATEGORIAS SUPERIORES -  CABECERA ------------ */

.cat_sup_wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.cat_sup_wrapper>div:first-child {
  background: linear-gradient(to right, white, transparent) !important;
  padding: 100px;
  align-content: center;
}

.cat_sup_inner_wrapper {
  max-width: 1600px !important;
  margin: auto;
  color: #001E40;
}

.cat_sup_inner_wrapper h1 {
  font-size: var(--e-global-typography-primary-font-size);
  width: 35%;
}

.cat_sup_inner_wrapper p {
  font-size: var(--e-global-typography-text-font-size);
  font-family: var(--font-fam);
  font-weight: 300;
  width: 35%;
}


/* ------------ CATEGORIAS SUPERIORES -  LISTADO DE CATEGORIAS DE PRODUCTO ------------ */

.product_subcat_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.term-otras-aplicaciones .product_subcat_list {
  grid-template-columns: repeat(5, 1fr);
}

.term-otras-aplicaciones .subcat_img_hover {
  display: none;
}

.product_subcat_img_wrapper {
  height: 100px;
  width: 100px;
  position: relative;
}

.product_subcat_img_wrapper img,
.subcat_img_hover {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 50px !important;
  transition: visibility 0.2s ease;
}

.subcat_img_hover {
  position: absolute;
  top: 0;
  left: 0;
}

.subcat_img_hover,
body:not(.term-otras-aplicaciones) .product_subcat_list a:hover .product_subcat_img_wrapper img {
  visibility: hidden;
}

body:not(.term-otras-aplicaciones) .product_subcat_list a:hover .product_subcat_img_wrapper .subcat_img_hover {
  visibility: visible;
}


.product_subcat_list h2 {
  color: #444444;
  font-size: 14px;
  font-family: var(--font-fam);
  text-transform: capitalize !important;
  text-align: center;
  transition: color 0.2s ease;
}


.product_subcat_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}



/* ------------ NUESTRA HISTORA - TIMELINE ------------ */

.timeline {
  padding: 20px 0 20px 20px;
  height: auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}


#timeline_slider {
  align-content: center;
  overflow-x: scroll;
  height: 700px;
  padding: 20px 200px;
  cursor: grab;
}

.timeline>div::-webkit-scrollbar {
  display: none;
}

.top .timeline-info {
  top: -380px;
  height: 350px !important;
  justify-content: end;
}

.bottom .timeline-info {
  top: 20px;
}


.timeline-info {
  position: absolute;
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeline-info span {
  color: #111 !important;
}

.timeline-info figure {
  width: 100px;
  height: 100px;
}

.timeline-info div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50px;
}



.timeline-line {
  width: 140vw;
  height: 1px;
  background: #111;
  margin-right: 40px;
  margin-left: 30vw;
}

.timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.timeline ul li {
  position: relative;
  color: #111;
  width: 1px !important;
  margin: 0;
  text-align: center;
  height: 20px;
}


.timeline ul li .timeline-info {
  width: 400px;
  text-align: center;
  left: -200px;
}


.timeline-point {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #111;
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-top: -10px;
}



.timeline-info span {
  font-size: 23px;
  font-weight: 700;
}

.timeline-info p {
  font-size: 12px;
}

.timeline-imgs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}


/* ------------ NUESTRA HISTORA - ACORDEONES ------------ */

.accordion_wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.accordion {
  position: relative;
  border: 1px solid var(--color-principal-naranja);
  border-radius: 10px;
  width: 100%;
  height: fit-content !important;
}

.accordion .head {
  display: flex;
  flex-direction: row;
  height: 200px;
  color: #ffffff;
  padding: 20px 30px;
  cursor: pointer;
  transition: 0.2s ease;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}

.accordion .head h3 {
  font-size: 20px;
  margin: 0;
}

.accordion .head>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion .arrow {
  transition: 0.25s ease;
  width: 15px !important;
}

.accordion .arrow path,
.accordion_wrapper .slick-nav path {
  fill: var(--color-principal-naranja) !important;
  width: 15px !important;
}

.accordion_wrapper .slick-nav {
  top: 50%;
}

.accordion .arrow-animate {
  transform: rotate(-180deg);
  opacity: 1;
}

.accordion .content {
  display: none;
  padding: 0 30px 20px 30px;
  color: #ffffff;
}


/* ------------ POLITICA CALIDAD ------------ */

.politica_calidad_slider img {
  height: 600px !important;
  width: auto;
  max-width: 420px !important;
  object-fit: cover;
}



.politica_calidad_slider {
  color: #fff;
}

.politica_calidad_slider aside {
  width: 50%;
}

.politica_calidad_slider .slider_item {
  display: flex !important;
  flex-direction: row;
  gap: 100px;
  align-items: center;
  justify-content: center;
}

.politica_calidad_slider h2 {
  font-size: var(--e-global-typography-secondary-font-size);
}

.politica_calidad_slider .slick-arrow path {
  fill: white !important;
}

.politica_calidad_slider .slick-arrow {
  top: 50%;
}

.politica_calidad_slider p {
  font-size: var(--e-global-typography-text-font-size);
}

.calidad_cards_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calidad_cards_wrapper div {
  border: 1px solid #B88C1A;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  width: 545px;
  font-size: 16px !important;
  font-weight: 500 !important;
  align-content: center;
  color: #001E40;
}

.calidad_cards_wrapper div:hover {
  background-color: #B88C1A;
  color: #fff;
}

.calidad_cards_wrapper div p {
  margin: 0;
}



/* ------------ PÁGINA CATEGORIA PRODUCTO ------------ */

.full_size_container {
  width: 100%;
  padding: 0;
  margin: 0;
}

.inner_wrapper {
  padding: 100px 0;
  max-width: 1600px;
  margin: auto;
}

/* ------------ CABECERA - PÁGINA CATEGORIA PRODUCTO ------------ */

.header_category_wrapper,
.header_decoration_wrapper {
  background-repeat: no-repeat;
}

.header_category_wrapper {
  background-size: cover;
  background-position: center;
}

.header_category_wrapper>div {
  background: linear-gradient(to right, white, transparent) !important;
}


.header_decoration_wrapper {
  background-position: center left;
  background-size: contain;
}


.header_category_inner h1,
.header_category_inner p {
  width: 60%;
}

.need_read_button {
  color: #fff;
  background-color: #001E40;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  text-transform: uppercase;
  transition: transform 0.5s;
  margin-top: 20px;
}

.need_read_button:hover {
  background-color: var(--color-principal-naranja);
  transform: scale(1.1);
  color: #fff;
}

.need_read_button:hover path {
  fill: #fff;
}


/* ------------ OCULTAR DEFAULT PRODUCTS LOOP ------------ */
.category_loop_wrapper>.category_loop_wrapper {
  display: none;
}


/* ------------ LOOP PRODUCTOS - PÁGINA CATEGORIA PRODUCTO ------------ */


.product_section_inner_wrapper {
  padding-top: 0 !important;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  justify-content: space-between;
  gap: 100px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.category_loop_wrapper {
  width: 100%;
}

.tax-product_cat .products,
.search-results .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.category_loop_wrapper .product {
  border: 1px solid #B88C1A;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}

.category_loop_wrapper img {
  margin: 0 auto !important;
  padding: 20px;
  height: 250px !important;
  width: auto !important;

}

.woocommerce-loop-product__title {
  font-size: 14px;
  margin: 0;
}

.loop_product_details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #EAEAEA;
  padding: 30px 20px !important;
  color: #0A2749;
  border-radius: 0 0 10px 10px;
  height: 130px;
  justify-content: center;
  text-transform: uppercase;

}

.woocommerce-loop-product__line {
  font-size: 12px;
  margin: 0;
}

.woocommerce-LoopProduct-link {
  height: 320px;
}




.header_inner_wrapper_breadcrumb_searchbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}



/* ------------ BREADCRUMBS - PÁGINA CATEGORIA PRODUCTO ------------ */

.breadcrumbs_wrapper a,
.breadcrumbs_wrapper,
.return_button {
  color: #C0C0C0;
}



.breadcrumbs_wrapper span,
.breadcrumbs_wrapper a:hover,
.return_button:hover {
  color: #0A2749;
}


/* ------------ BUSCADOR - PÁGINA CATEGORIA PRODUCTO ------------ */

.wpc-search-field {
  border: none !important;
  border-bottom: 1px solid #0A2749 !important;
  border-radius: 0 !important;
  outline: none;
}

.header_inner_wrapper_breadcrumb_searchbar .widget_wpc_filters_widget {
  width: 300px;
} 



/* ------------ FILTRO - PÁGINA CATEGORIA PRODUCTO ------------ */

.wpc-term-item-content-wrapper a {
  color: var(--color-principal-azul) !important;
}

.product_section_inner_wrapper .widget_wpc_filters_widget {
  background-color: #E7EFFD;
  border-radius: 10px;
  padding: 40px;
}

.product_section_inner_wrapper .wpc-filter-title button {
  gap: 100px;
}

.product_section_inner_wrapper .wpc-filters-section {
  border-bottom: 1px solid #001E40 !important;
  padding: 10px 0 !important;
}

.product_section_inner_wrapper .wpc-filter-selected-values {
  padding: 10px;
}


.product_section_inner_wrapper aside>span:first-child {
  font-family: var(--font-fam);
  font-weight: 700;
  font-size: 23px;
  color: var(--color-secundario-azul);
  text-transform: uppercase;
}

.wpc-filter-title,
.wpc-wrap-icons {
  color: var(--color-principal-azul);
  font-family: var(--font-fam);
  font-weight: 500;
  font-size: 16px;
  text-transform: none;

}


/* ------------ TEMRINA PÁGINA CATEGORIA PRODUCTO ------------ */


/* ------------ PÁGINA RESULTADOS BUSCADOR ------------ */

.search-no-results .woocommerce-no-products-found {
  min-height: 40vh !important;
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;

}

.search-no-results .woocommerce-info {
  background-color: transparent;
  border: none;
}

.search-no-results .woocommerce-info::before {
  color: var(--color-principal-naranja);
}



.search-results .product_section_inner_wrapper {
  display: flex;
  margin-top: 100px;
  max-width: 1400px !important;
}

/* ------------ PÁGINA DE PRODUCTO ------------ */

.product-template-default .product_meta {
  display: flex;
  gap: 2rem;
  row-gap: 2px;
  align-items: center;
  flex-wrap: wrap;
}

.product-template-default .product_meta p {
  margin-bottom: 0;
}

.etin_gtin_wrapper {
  display: flex;
  gap: 2rem;
  row-gap: 2px;
  align-items: center;
  flex-wrap: wrap;
}

.sku_wrapper {
  font-weight: 700;
  text-transform: uppercase;
  color: #001E40;
  font-size: 20px;
}

.sku_wrapper,
.posted_in {
  display: none;
}


.product_advantages {
  font-weight: 600;
  font-size: 18px;
}

.product_advantages > div{
  margin-bottom: 40px;
}

.product-template-default .woocommerce-variation-availability .stock.in-stock {
  display: none;
}

.product-template-default .single_variation_wrap .woocommerce-variation.single_variation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.product-template-default .single_variation_wrap .woocommerce-variation-price {
  padding-right: 10px;
}


.product-template-default .single_variation_wrap .stock.available-on-backorder {
  margin: 0;
}

.product-template-default .summary .price {
  color: var(--color-principal-azul) !important;
  font-size: 25px !important;

}

.product-template-default del>span.woocommerce-Price-amount {
  color: red !important;
  font-size: 18px !important;
  text-decoration: line-through;
}

.product-template-default del {
  text-decoration: none !important;
  opacity: 1 !important;
}



.product-type-simple .button_need_to_login {
  margin-top: 20px;
}

.product-template-default #main {
  max-width: 1600px !important;
  padding: 100px 0;
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.product-template-default div.product {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.product-template-default .woocommerce-product-gallery,
.product-template-default .entry-summary {
  float: none !important;
  margin: 0 !important;
}

.product_display_wrapper {
  background-color: #F3F7FF;
  display: grid;
  padding: 60px 100px;
  border-radius: 20px;
  grid-template-columns: 0.7fr 1.1fr;
  gap: 100px;
  border: 1px solid var(--color-secundario-azul);
}

.product_display_wrapper>div {
  width: 100% !important;

}

.woocommerce-product-gallery {
  background-color: #fff;
  height: fit-content;
  align-content: center;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: sticky;
  top: 200px;
}

.product_title {
  font-size: 25px;
  color: #001E40;
}

.product_line_info {
  font-family: var(--font-fam);
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product_ref_info {
  font-family: var(--font-fam);
  font-size: 12px;
  color: var(--color-principal-azul);
  font-weight: 500;
}

.woocommerce div.product div.images img {
  object-fit: cover;
  padding: 50px 0;
  height: 500px;
  width: auto;
  margin: auto;
}

.onsale {
  visibility: hidden;
}

.ean_ref_wrapper {
  display: flex;
  gap: 30px;
}


/* ------------ PÁGINA DE PRODUCTO - ZOOM IMAGEN PRODUCTO ------------ */

/* .woocommerce-product-gallery__wrapper {
  pointer-events: none !important;
}
*/

.zoomImg,
#elementor-lightbox-slideshow-single-img {
  display: none !important;
}

.pswp__bg {
  background: #000000e3;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 10;
}

.product-template-default .pswp__preloader {
  display: none;
}

/* ------------ PÁGINA DE PRODUCTO - INFORMACION VARIACIOES PRODUCTO ------------ */

.product-template-default table td {
  padding: 0 !important;
}

.product-template-default table th {
  padding-left: 0 !important;
}

.woocommerce div.product form.cart .variations td {
  justify-items: flex-start;
}


/* ------------ PÁGINA DE PRODUCTO - BOTÓN DE VARIABLES  ------------ */
.button-variable-item {
  border-radius: 50px !important;
  padding: 10px !important;
}


.product-template-default .variations td,
.product-template-default .variations th {
  background-color: transparent;
}


.product-template-default .variations_form {
  margin: 0 !important;

}


/* ------------ PÁGINA DE PRODUCTO - INFORMACION EN ADD TO CART ------------ */



.product-template-default .cart,
.product-template-default .woocommerce-variation-add-to-cart {
  display: grid;
  gap: 30px;
  margin-top: 10px;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 20px 0 0;
}


.woocommerce div.product form.cart::before {
  display: none;
}

/* ------------ PÁGINA DE PRODUCTO - ICONOS CERTIFICACION  ------------ */

.certification_icons_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.certification_icons_wrapper a {
  height: 30px;
}

.certification_icons_wrapper img {
  height: 100%;
}


/* ------------ PÁGINA DE PRODUCTO - DIMENSIONES PRODUCTO  ------------ */

#product_sizes_button {
  display: flex;
  align-items: center;
  text-decoration: underline;
  margin: 0;
  gap: 10px;
  cursor: pointer;
}

.product_size_info {
  display: flex;
  flex-direction: row;
}

.product_size_info svg {
  height: 20px;
}

.single_variation_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}



/* ------------ PÁGINA DE PRODUCTO - DIMENSIONES PRODUCTO - MODAL ------------ */


.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal::-webkit-scrollbar {
  display: none;
}



.modal_content {
  background-color: #fefefe;
  border: 1px solid #888;
  height: fit-content;
  border-radius: 20px;
  text-align: center;
  color: var(--color-principal-azul);
  position: relative;
  top: 30%;
  justify-self: center;
}


#size_info_modal .modal_content {
  width: 390px;
  padding: 50px 50px 25px 25px;
}

#consultaPrecioModal .modal_content {
  width: 700px;
  padding: 60px 40px;
}

#consultaPrecioModal .modal_content .wpcf7-not-valid-tip,
#consultaPrecioModal .modal_content .wpcf7-response-output,
#consultaPrecioModal .modal_content .wpcf7-list-item {
  text-align: left;
}

#consultaPrecioModal input:not(input[type=submit]),
#consultaPrecioModal select,
#consultaPrecioModal textarea {
  border-bottom: 1px solid #666 !important;
  padding-left: 0;

}

.modal_content .modal_title {
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font-fam);
  font-size: 16px;
}


#modal_size_info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  text-align: start;
  column-gap: 60px;
  width: fit-content;
  padding-top: 30px;
  margin: auto;
}


.close-modal {
  color: var(--color-principal-azul);
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 15px;
}


.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



/* ------------ PÁGINA DE PRODUCTO - SIN VARIACIONES DE PRODUCTO ------------ */

.product-template-default .summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



/* ------------ PÁGINA DE PRODUCTO - BOTON NEED TO LOGIN ------------ */


/* BOTÓN PLAZO DE ENTREGA */

.product-type-variable .custom-availability-text {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: visibility 0s, height 0.5s ease-in-out;
}


.product-type-variable .custom-availability-text.visible {
  visibility: visible;
  height: fit-content;
  transition: visibility 0s, height 0.2s ease-in-out;
}


.product-type-variable .custom-availability-text.hidden {
  visibility: hidden;
  height: 0;
  transition: visibility 0s 0.3s, height 0.5s ease-in-out;
}



/* BORRAR DOBLE CONSULTA PLAZO ENTREGA */
p.stock.out-of-stock,
.woocommerce-variation-availability {
  display: none;
}




.consulta-btn[disabled] {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

.button_need_to_login,
.single_add_to_cart_button,
.mas_informacion {
  padding: 0 20px !important;
  height: 35px;
  align-content: center;
  border-radius: 50px !important;
  background-color: #001E40 !important;
  transition: transform 0.5s;
  width: fit-content !important;
  color: white !important;
  text-transform: uppercase;
}

button.consulta_precio,
button.plazos_entrega {
  color: red !important;
  text-transform: uppercase;
  width: fit-content !important;
  background: transparent !important;
  padding: 10px 0 !important;
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
}

button.consulta_precio svg,
button.plazos_entrega svg {
  margin-right: 10px;
}

button.consulta_precio:hover,
button.plazos_entrega:hover {
  text-decoration: underline;
}


.button_need_to_login:hover,
.single_add_to_cart_button:hover,
.mas_informacion:hover {
  color: white !important;
  transform: scale(1.1) !important;

}


.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 20px;
}


/* ------------ PRODUCTOS BAJO DEMANDA ------------ */

.bajo_demanda {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.bajo_demanda a {
  text-transform: uppercase;
}

.bajo_demanda p {
  margin: 0;
}


/* ------------ PÁGINA DE PRODUCTO - VIDEO PRODUCTO ------------ */

.product_video_wrapper {
display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
	justify-content: center; 
}


.product_video_wrapper > div {
	width: calc(50% - 20px);
	aspect-ratio: 16/9;
}


/* ------------ PÁGINA DE PRODUCTO - TAB DOCUMENTACIÓN ------------ */

.product-template-default ul.tabs li {
  background-color: #fff !important;
  border: none !important;
}

.product-template-default ul.tabs li::after,
.product-template-default ul.tabs li::before {
  display: none;
}

.product-template-default ul.tabs li.active a {
  color: #0A2749 !important;
  font-weight: 700 !important;
}


.product-template-default ul.tabs li a {
  color: #ADADAD !important;
  font-family: var(--font-fam);
  font-weight: 500 !important;
  font-size: 16px !important;
}

.product-template-default ul.tabs::before {
  border: none !important;
}

.product-template-default ul.tabs {
  border-bottom: 1px solid #CAA45D;
  padding: 0 !important;
}

.woocommerce-Tabs-panel .tab_content {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-Tabs-panel .tab_content .producto {
  text-align: center;
  padding: 20px 40px;
  width: 25%;
  justify-items: center;
}

.woocommerce-Tabs-panel .tab_content .producto p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-principal-azul);
  font-weight: 500;
  width: 170px;
  height: 30px;
  align-content: center;
}

.woocommerce-Tabs-panel .tab_row {
  width: 100%;
}

.add_and_qty_button {
  display: flex;
  flex-direction: column;
}


.woocommerce-Tabs-panel .tab_row:nth-child(2n) {
  background-color: #f4f4f4;
}

.woocommerce-Tabs-panel .tab_row:not(:nth-child(2n)) {
  background-color: #EAEAEA;
}

.tab_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 20px;
}


.tab_row.archivo img {
  height: 250px;
  width: auto;
}

.productos-seleccionados {
  width: fit-content;
}

.woo-variation-items-wrapper {
  align-content: center;
}

.variations .label {
  text-align: left !important;
}


/* ------------ TERMINA PÁGINA DE PRODUCTO ------------ */


/* ------------ LOGIN ------------ */


.woocommerce-form-login {
  color: var(--color-principal-azul);
}

.woocommerce-form-login a {
  color: var(--color-principal-naranja);
}

.woocommerce-form-login p:nth-child(4) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-form-login .input-text {
  border: none;
  border-radius: 50px;
  margin-top: 5px;
}

.lost_password,
.woocommerce-form-login__rememberme,
.bb-register-login,
.woocommerce-form__label-for-checkbox {
  font-size: 12px;
}

.woocommerce-form-login__submit:hover .woocommerce-form-login__submit:focus {
  background-color: var(--color-principal-naranja) !important;
}


.input-text:-webkit-autofill {
  border: 1px solid var(--color-principal-azul);
}

.woocommerce-form-login .form-row:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}



/* ------------ TERMINA LOGIN  ------------ */



/* ------------ NOVEDADES ------------ */

.producto_novedad {
  border: 1px solid var(--color-principal-azul);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  align-content: center;
}

.producto_novedad h3 {
  font-size: var(--e-global-typography-9c01a84-font-size);
}

.producto_novedad p {
  font-size: var(--e-global-typography-2ffe04e-font-size);
}


.producto_novedad a {
  color: var(--color-principal-azul) !important;
}

.producto_novedad img {
  height: 200px !important;
  width: auto !important;
}

.productos_novedades_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}


/* ------------ MI CUENTA - DIRECCIONES  ------------ */
.address_book.shipping_address_book {
  margin-top: 60px;
}

.woocommerce-MyAccount-content a {
  color: var(--color-principal-azul) !important;
  font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}


/* ------------ MI CUENTA - DE SU INTERÉS  ------------ */
.myaccount_file {
  text-align: center;
}

.myaccount_file img {
  height: 200px !important;
  width: auto;
}

.myaccount_files_wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  flex-wrap: wrap;
}


.myaccount_file a {
  font-family: var(--e-global-typography-06dae35-font-family), Sans-serif;
  font-size: var(--e-global-typography-06dae35-font-size);
  font-weight: var(--e-global-typography-06dae35-font-weight);
  text-transform: var(--e-global-typography-06dae35-text-transform);
  color: var(--color-principal-azul) !important;
}

/* ------------ CARRITO LATERAL - CARRITO VACIO ------------ */

.wc-block-mini-cart__empty-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.wc-block-mini-cart__footer-actions a {
  border-radius: 50px;
  text-transform: uppercase;
  font-size: var(--e-global-typography-55d463c-font-size) !important;
}

.wc-block-mini-cart__footer-actions a:nth-child(2) {
  box-shadow: none !important;
  color: #fff !important;
}

.wc-block-mini-cart__footer-actions a:nth-child(2):hover {
  background-color: var(--color-secundario-azul) !important;
}


h2.wc-block-mini-cart__title {
  font-size: 24px !important;
}



/* ------------ OCULTAR METODO DE PAGO Y DE ENVÍO ------------ */

.woocommerce-order-overview__payment-method {
  display: none;
}

.woocommerce ul.order_details .woocommerce-order-overview__total {
  border: none;
}

.wp-block-woocommerce-checkout-shipping-methods-block,
.wp-block-woocommerce-checkout-payment-block,
.wc-block-components-totals-shipping .wc-block-components-totals-item__value,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via,
.wp-block-woocommerce-cart-order-summary-shipping-block,
.woocommerce-shipping-totals,
.wc_payment_method.payment_method_bacs {
  display: none;
}



/* ------------ FINALIZAR COMPRA (CHECKOUT) ------------ */

.woocommerce-checkout main {
  max-width: 1600px !important;
  padding: 60px 0 !important;
  margin: auto;
}

.woocommerce-checkout .woocommerce-order {
  background: #fff;
}

.woocommerce-checkout main .entry-title {
  display: none;
}


.woocommerce-checkout button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover {
  text-transform: uppercase;
  background-color: var(--color-principal-naranja) !important;
  font-family: var(--e-global-typography-55d463c-font-family), Sans-serif !important;
  border-radius: 50px !important;

}

.woocommerce-checkout-payment {
  padding: 0 !important;
  border: none !important;
}

.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-panel__button:hover,
.wc-block-components-address-form__address_2-toggle {
  color: #333 !important;
  padding: 0 !important;
  background-color: transparent !important;
  font-family: var(--e-global-typography-55d463c-font-family), Sans-serif !important;
  text-transform: none !important;
  font-weight: 500 !important;
}

.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-panel__button:hover {
  font-size: 1.25rem !important;
}


.wc-block-checkout__actions_row>button:hover,
.wc-block-components-address-card__edit:hover {
  background-color: var(--color-principal-naranja) !important;
  transform: scale(1.1);
}

.wc-block-checkout__actions_row>button {
  width: fit-content !important;
  padding: 10px 20px !important;
  transition: transform 0.5s !important;
}

.woocommerce-checkout .wc-block-checkout__terms a {
  color: #000;

}

/* ------------ TERMINA FINALIZAR COMPRA ------------ */



/* ------------ VERIFICAR CARRITO ------------ */

.woocommerce-cart .wp-block-woocommerce-cart {
  margin: 0 !important;
  padding: 100px 0;
}

.woocommerce-cart .entry-title {
  display: none;
}

.woocommerce-cart main {
  max-width: 1600px !important;

}

.wp-block-woocommerce-empty-cart-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.wp-block-woocommerce-empty-cart-block .wp-block-button {
  text-align: center;
}


.wp-block-woocommerce-empty-cart-block .wp-block-button a,
.wc-block-cart__submit-container a {
  width: fit-content !important;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 20px !important;
  font-family: var(--e-global-typography-55d463c-font-family), Sans-serif;
  font-size: var(--e-global-typography-55d463c-font-size);
  font-weight: var(--e-global-typography-55d463c-font-weight);
  transition: transform 0.5s !important;
  color: #fff;
}

.wc-block-cart__submit-container a {
  background-color: var(--color-principal-naranja);
  border-radius: 50px;
  color: #fff;
  margin-top: 10px;
}



.wp-block-woocommerce-empty-cart-block .wp-block-button a:hover,
.wc-block-cart__submit-container a:hover {
  background-color: var(--color-principal-azul) !important;
  transform: scale(1.1);
  color: #fff;
}

.wc-block-components-product-name {
  color: var(--color-principal-azul);
  text-decoration: none !important;
}

.wc-block-cart-items__header-image,
.wc-block-cart-items__header-total,
.wc-block-cart__totals-title {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
}


/* ------------ TERMINA VERIFICAR CARRITO ------------ */


/* ------------ SALUDO POR DEFECTO DE MYACCOUNT ------------ */

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper>p:not(.custom_greeting) {
  display: none;
}


.woocommerce-EditAccountForm em {
  display: none;
}



/* ------------ MYACCOUNT - OCULTAR EDICIÓN DIRECCIONES ------------ */

.woocommerce-MyAccount-content-wrapper .woocommerce-Addresses .edit,
.woocommerce-MyAccount-content-wrapper .wc-address-book-add-shipping-button,
.woocommerce-MyAccount-content-wrapper .wc-address-book-address .wc-address-book-meta {
  display: none;
}


.woocommerce-MyAccount-content-wrapper address {
  padding: 40px !important;
}

.woocommerce-MyAccount-content-wrapper h2 {
  margin-top: 0 !important;
}



@media (max-width:1700px) {

  .inner_wrapper {
    padding: 100px;
  }

  /* ------------ NOVEDADES ------------ */

  .productos_novedades_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }


  /* ------------ INICIO - SLIDER PRODUCTOS DESTACADOS ------------ */

  .feature_slide_option img {
    height: 200px !important;
    margin-bottom: -90px;
  }

  .feature_slide_option h3 {
    font-size: 17px;
  }

  .feature_slide_option a>div {
    height: 230px;
    padding: 20px;
  }

  .feature_slide_option h4 {
    font-size: 16px;
  }

  .feature_slide_option {
    gap: 15px;
    padding: 20px 10px;
  }


  /* ------------ INICIO -  PRODUCTOS S2 ------------ */

  .card_products_wrapper img {
    height: 200px !important;
  }

  .card_products_wrapper h3 {
    font-size: 26px;
  }



  /* ------------ MODAL - VIDEOS ------------ */

  #modalVideo {
    width: 60%;
  }


  /* ------------ PAGINA PRODUCTO ------------ */

  .product-template-default #main {
    padding: 80px 100px;
  }


  .woocommerce div.product div.images img {
    height: 400px;
  }

  /* ------------ POLITICA CALIDAD ------------ */

  .calidad_cards_wrapper div {
    width: 500px;
  }

  /* ------------ PÁGINA RESULTADOS BUSCADOR ------------ */

  .search-no-results .woocommerce-no-products-found {
    padding: 0 100px
  }


  /* ------------ LOOP PRODUCTOS - PÁGINA CATEGORIA PRODUCTO ------------ */


  .product_section_inner_wrapper {
    gap: 60px;
  }

  .category_loop_wrapper img {
    height: 200px !important;
  }

  /* ------------ NUESTRA HISTORA - TIMELINE ------------ */


  .timeline-line {
    width: 200vw;
  }

  .timeline-info figure {
    width: 60px;
    height: 60px;
  }

  /* ------------ VERIFICAR CARRITO ------------ */

  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 100px;
  }


  /* ------------ FINALIZAR COMPRA (CHECKOUT) ------------ */

  .woocommerce-checkout main {
    padding: 60px 100px !important;
  }



}



@media (max-width:1366px) {


  /* ------------ MODAL - VIDEOS ------------ */

  #modalVideo {
    width: 70%;
  }



  /* ------------ LOOP PRODUCTOS - PÁGINA CATEGORIA PRODUCTO ------------ */


  .product_section_inner_wrapper {
    grid-template-columns: 0.4fr 1.6fr;
    gap: 40px;
  }

  .category_loop_wrapper img {
    height: 180px !important;
  }


  .tax-product_cat .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .tax-product_cat .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: calc(50% - 10px);
    margin: 0 !important;
  }

  .woocommerce ul.products::before,
  .woocommerce ul.products::after {
    display: none;
  }



  /* ------------ PÁGINA RESULTADOS BUSCADOR ------------ */

  .search-results .product_section_inner_wrapper {
    margin-top: 60px;
  }

  .search-results .products {
    gap: 20px;
  }

  .search-results .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: calc(33% - 15px);
    margin: 0 !important;
  }



  /* ------------ POLITICA CALIDAD ------------ */

  .calidad_cards_wrapper div {
    width: 100%;
  }

  /* ------------ CATEGORIA SUPERIOR ------------ */

  .cat_sup_inner_wrapper h1,
  .cat_sup_inner_wrapper p {
    width: 40%;
  }

  .cat_sup_wrapper>div:first-child {
    background: linear-gradient(to right, #ffffffed 40%, transparent 150%) !important;
  }

  .product_subcat_list,
  .term-otras-aplicaciones .product_subcat_list {
    grid-template-columns: repeat(5, 1fr);
  }



  /* ------------ INICIO - SLIDER PRODUCTOS DESTACADOS ------------ */
  .feature_slide_option img {
    height: 180px !important;
    margin-bottom: -80px;
  }



  .feature_slide_option a>div {
    height: 240px;
  }

  .feature_slide_option h3 {
    font-size: 17px;
    margin-top: 60px;
  }

  .feature_slide_option h4 {
    font-size: 16px;
  }

  /* ------------ INICIO -  PRODUCTOS S2 ------------ */

  .card_products_wrapper img {
    height: 180px !important;
    margin: 180px -35px -20px 0px;

  }

  .card_products_wrapper h3 {
    font-size: 24px;
  }



  /* ------------ PAGINA PRODUCTO ------------ */


  .product-template-default #main {
    padding: 60px 100px 100px 100px;
  }

  .product_display_wrapper {
    gap: 60px;
  }

  .product_display_wrapper {
    padding: 60px;
  }

  .woocommerce-Tabs-panel .tab_content .producto {
    width: 33%;
  }

  /* ------------ VERIFICAR CARRITO ------------ */

  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 60px 100px;
  }



  /* ------------ POLITICA CALIDAD ------------ */

  .politica_calidad_slider img {
    height: 400px !important;
    max-width: 350px !important;
  }

  .politica_calidad_slider .slider_item {
    gap: 60px;

  }
}



@media (max-width:1024px) {


  /* ------------ POLITICA CALIDAD ------------ */

  .politica_calidad_slider img {
    height: 300px !important;
    max-width: 250px !important;
  }

  .politica_calidad_slider .slider_item {
    gap: 40px;

  }

  /* ------------ NOVEDADES ------------ */

  .productos_novedades_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* ------------ VERIFICAR CARRITO ------------ */

  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 50px;
  }



  /* DE TU INTEREÉS - NO COGE ESTILOS */
  .elementor-470 .elementor-element.elementor-element-b918006 {
    --width: 100% !important;
  }

  .inner_wrapper {
    padding: 40px 50px;
  }


  /* ------------ CATEGORIA SUPERIOR ------------ */
  .cat_sup_wrapper>div:first-child {
    padding: 60px 50px;
  }

  .product_subcat_list,
  .term-otras-aplicaciones .product_subcat_list {
    grid-template-columns: repeat(3, 1fr);
  }


  /* ------------ HEADER ------------ */

  header .elementor-nav-menu {
    padding: 20px 0 40px 0 !important;
  }

  .elementor-nav-menu--dropdown {
    border-radius: 0;
    box-shadow: none !important;
  }

  .elementor-nav-menu a {
    text-align: center;
  }

  #menu-2-79b7759 li:last-child {
    display: flex !important;
    justify-content: center;
  }

  .elementor-nav-menu .gtranslate_wrapper {
    display: inline-flex;
    margin-top: 30px;
  }

  .elementor-nav-menu .gtranslate_wrapper a {
    padding: 0 25px 0 30px !important;
  }

  .elementor-nav-menu .menu-item-1767 {
    display: none;
  }


  /* ------------ FINALIZAR COMPRA (CHECKOUT) ------------ */

  .woocommerce-checkout main {
    padding: 40px 50px !important;
  }


  /* ------------ INICIO - SLIDER PRODUCTOS DESTACADOS ------------ */
  .feature_slide_option img {
    height: 160px !important;
    margin-bottom: -60px;
  }

  .feature_slide_option {
    gap: 10px;
  }


  .feature_slide_option a>div {
    padding: 20px;
    height: 240px;
  }

  .feature_slide_option h3 {
    font-size: 17px;
    margin-top: 60px;
  }

  .feature_slide_option h4 {
    font-size: 16px;
  }



  /* ------------ INICIO -  PRODUCTOS S2 ------------ */

  .card_products_wrapper img {
    height: 140px !important;
    margin: 220px 0px 0px -5px;
  }

  .card_products_wrapper:nth-child(2) img {
    height: 140px !important;
    margin: 220px 0px 0px 5px;
  }

  .card_products_wrapper:nth-child(2) {
    margin-left: -30px;
    margin-right: 30px;
  }

  .card_products_wrapper>div>div {
    padding: 30px 40px;
  }

  .card_products_wrapper h3 {
    font-size: 20px;
  }




  /* ------------ INICIO - SLIDER VIDEOS ------------ */

  .next-arrow {
    right: -20px;
  }

  .prev-arrow {
    left: -20px;
  }

  .productos_novedades_slider .next-arrow {
    right: 0px;
  }

  .productos_novedades_slider .prev-arrow {
    left: 0px;
  }


  .slick-nav {
    width: 15px;
  }


  /* ------------ PAGINA PRODUCTO ------------ */

  button[type='submit']:not(#qib_id):not(#qib_id) {
    margin: 0 !important;
  }

  .product-template-default #main {
    padding: 50px 50px 80px 50px;
  }

  .product_display_wrapper {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }


  .woocommerce-Tabs-panel .tab_content .producto {
    width: 50%;
  }

  /* ------------ CABECERA - PÁGINA CATEGORIA PRODUCTO ------------ */

  .header_decoration_wrapper {
    background-position-x: -50px;
  }


  .header_inner_wrapper_breadcrumb_searchbar {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }


  .product_section_inner_wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* ------------ NUESTRA HISTORA - TIMELINE ------------ */

  .timeline-line {
    width: 280vw;
  }


  /* ------------ PÁGINA RESULTADOS BUSCADOR ------------ */

  .search-no-results .woocommerce-no-products-found {
    padding: 0 50px
  }




}


@media (max-width:767px) {

  /* ------------ POLITICA CALIDAD ------------ */

  .politica_calidad_slider img {
    height: 250px !important;
    max-width: 200px !important;
  }

  .politica_calidad_slider aside {
    width: 100%;
    padding: 0 10px;
  }

  .politica_calidad_slider .slider_item {
    display: flex !important;
    flex-direction: column;
    gap: 20px;

  }



  /* ------------ NOVEDADES ------------ */

  .productos_novedades_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .inner_wrapper {
    padding: 40px 20px;
  }

  /* ------------ PÁGINA RESULTADOS BUSCADOR ------------ */

  .search-results .product_section_inner_wrapper {
    margin-top: 40px;
  }

  .search-no-results .woocommerce-no-products-found {
    padding: 0 20px
  }


  /* ------------ NUESTRA HISTORA - TIMELINE ------------ */

  .timeline-line {
    width: 550vw;
    margin-left: 0;
  }

  .timeline-info figure {
    width: 50px;
    height: 50px;
  }

  .timeline ul li .timeline-info {
    width: 280px;
    left: -140px;
  }

  /* ------------ CATEGORIA SUPERIOR ------------ */
  .cat_sup_wrapper>div:first-child {
    padding: 40px 20px;
    min-height: 350px;
  }

  .cat_sup_inner_wrapper h1,
  .cat_sup_inner_wrapper p {
    width: 100%;
    color: #fff;
  }

  .cat_sup_wrapper>div:first-child {
    background: #001e40b5 !important;
  }

  .product_subcat_list,
  .term-otras-aplicaciones .product_subcat_list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* ------------ VERIFICAR CARRITO ------------ */

  .wp-block-woocommerce-empty-cart-block img {
    width: 100px !important;
    height: 100px !important;
  }

  .wp-block-woocommerce-empty-cart-block {
    gap: 20px;
  }

  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 20px 20px 40px 20px;
  }

  .woocommerce-cart .wc-block-cart__submit-container a {
    width: 100% !important;

  }

  .woocommerce-cart main {
    padding-inline: 0 !important;
  }

  /* ------------ INICIO -  PRODUCTOS S2 ------------ */

  .cards_products_s2_homepage {
    grid-template-columns: repeat(1, 1fr);
  }

  .card_products_wrapper {
    margin-left: 0px !important;
    margin-right: 30px;
  }

  .card_products_wrapper img {
    height: 120px !important;
    margin: 195px -20px 0px -45px
  }

  .card_products_wrapper:nth-child(2) img {
    margin: 180px -20px 0px -20px
  }




  /* ------------ FORMULARIO CONTACTO ------------ */
  .accept-terms {
    flex-direction: column;
    gap: 20px;
  }

  .wpcf7-form .row {
    flex-direction: column;
  }

  /* ------------ HEADER ------------ */

  header .telefono,
  header .correo_electronico,
  header .telefono:hover,
  header .correo_electronico:hover {
    font-size: 13px !important;
  }

  .elementor-nav-menu .menu-item-1767 {
    display: block;
  }

  header .search {
    max-width: 200px;
    margin-top: 30px;
  }

  header .menu-item-1767 {
    display: flex !important;
    justify-content: center;
  }

  /* ------------ VIDEOS ------------ */

  .video-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .videos_shortcode>div>div {
    gap: 20px;
  }

	
 /* ------------ PÁGINA DE PRODUCTO - VIDEO PRODUCTO ------------ */

   .product_video_wrapper {
     flex-direction: column;
   }


   .product_video_wrapper > div {
	 width: 100%;
   }
	
	
  /* ------------ PAGINA PRODUCTO ------------ */

  .product-template-default ul.tabs {
    display: flex;
    flex-direction: column;
  }

  .woocommerce div.product div.images img {
    padding: 10px 0;
    height: 200px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    top: 0;
  }

  .product-template-default #main {
    padding: 40px 20px 60px 20px;
  }

  .product-template-default div.product {
    gap: 40px;
  }

  .product_display_wrapper {
    padding: 40px 20px 20px 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .single_add_to_cart_button {
    margin: 0 !important;
  }

  .main_product_category_wrapper iframe {
    height: 250px;
  }

  .tab_row {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }

  .tab_button {
    width: 100%;
    text-align: center;
  }

  .single_add_to_cart_button {
    font-size: 14px !important;
    padding: 5px 15px !important;
  }

  .woocommerce-Tabs-panel .tab_content .producto {
    width: 100%;
    padding: 10px;
  }


  /* ------------ CABECERA - PÁGINA CATEGORIA PRODUCTO ------------ */

  .header_category_inner h1,
  .header_category_inner p {
    width: 100%;
  }

  .header_category_inner h1 {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .header_decoration_wrapper {
    background-image: none !important;
  }

  .header_category_wrapper>div {
    background: linear-gradient(to right, #ffffffed 40%, transparent 150%) !important;
  }

  .header_inner_wrapper_breadcrumb_searchbar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }

  .product_section_inner_wrapper .widget_wpc_filters_widget {
    padding: 20px;
  }




  .search-results .products,
  .tax-product_cat .products {
    display: flex;
    flex-direction: column;
    gap: 20px;

  }


  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .woocommerce-loop-product__title {
    padding: 20px !important;
    height: 90px;
  }

  /* ------------ FINALIZAR COMPRA (CHECKOUT) ------------ */

  .woocommerce-checkout main {
    padding: 20px 20px 60px 20px !important;
  }

  .wc-block-checkout__actions_row>button {
    width: 100% !important;
  }

  /* ------------ PÁGINA DE PRODUCTO - DIMENSIONES PRODUCTO - MODAL ------------ */



  .modal_content .modal_title,
  #modal_size_info {
    font-size: 14px;
  }


  #size_info_modal .modal_content {
    width: calc(100% - 40px);
  }


  #consultaPrecioModal .modal_content {
    padding: 60px 20px;
    border-radius: 0;
    top: 0;
    justify-self: center;
    width: 100%;
    height: 100%;
  }


  #consultaPrecioModal {
    z-index: 100;
    top: 130px;
    width: 100%;
    height: calc(100dvh - 130px);
  }




  /* ------------ MODAL - VIDEOS ------------ */

  #modalVideo {
    width: calc(100% - 40px);
    top: 30%;
  }


  .video-modal {
    top: 130px;
    z-index: 80;
  }
}



@media (max-width:340px) {

  /* ------------ HEADER ------------ */

  header .telefono,
  header .correo_electronico,
  header .telefono:hover,
  header .correo_electronico:hover {
    font-size: 11px !important;
  }

}