.elementor-6398 .elementor-element.elementor-element-6e8692c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6398 .elementor-element.elementor-element-6e8692c:not(.elementor-motion-effects-element-type-background), .elementor-6398 .elementor-element.elementor-element-6e8692c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDF1EF;}.elementor-6398 .elementor-element.elementor-element-ea011e2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6398 .elementor-element.elementor-element-cd325e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6398 .elementor-element.elementor-element-3c5340d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6398 .elementor-element.elementor-element-453b4cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6398 .elementor-element.elementor-element-f9f713e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:17px;--padding-left:0px;--padding-right:0px;}.elementor-6398 .elementor-element.elementor-element-a053530{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}@media(min-width:768px){.elementor-6398 .elementor-element.elementor-element-cd325e7{--width:50%;}.elementor-6398 .elementor-element.elementor-element-3c5340d{--width:50%;}.elementor-6398 .elementor-element.elementor-element-453b4cc{--width:50%;}.elementor-6398 .elementor-element.elementor-element-a053530{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-eb4fff9 */.accordion-container-tallas {
    position: relative;
    width: 100%;
    background: #DFE7E3;
}



.accordion-toggle {
    position: relative;
    z-index: 2;
    width: 100%;
    cursor: pointer;
    /* Añade aquí estilos adicionales para el botón */
    background: #DFE7E3;
      border: 1px solid #333;
      border-bottom: none;
        border-radius: 0;
    color: #333333;
}

.accordion-toggle.tallas {
    border-left: none;
}

.accordion-toggle:hover, .accordion-toggle:focus {
     background: rgba(237, 241, 239, 0.00);
      border: 1px solid #333;
      border-bottom: none;
    color: #333333;
}
.accordion-content {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 0; /* Inicia con altura 0 */
    overflow: hidden;
    opacity: 0; /* Inicia con opacidad 0 */
    z-index: 99998;
    padding: 50px;
    outline: 1px solid #333;
 
 
}

.accordion-content.active {
    height: auto; /* La altura fija cuando está activo */
    opacity: 1; /* Opacidad para el contenido activo */
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
   background: #DFE7E3;
}

.accordion-container-tallas h2 {
    color: #333333;
    font-size: 16px;
    font-family: 'Almarai', Sans-Serif;
    font-size: 16px;
    
    margin-bottom: 
}


.accordion-container-tallas p {
    color: #333333;
    font-size: 16px;
    font-family: 'Almarai', Sans-Serif;
    font-size: 16px;
}


.accordion-container-tallas table {
    
      color: #333333;
    font-size: 16px;
    font-family: 'Almarai', Sans-Serif;
    font-size: 16px;
    margin-top: 16px;

    
}

.accordion-container-tallas table, .accordion-container-tallas th, .accordion-container-tallas td {
        border: 1px solid #333;
         text-align: center;
       
     
        
}


    .contenido {
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49837bb */.accordion-container-tallas {
    position: relative;
    width: 100%;
    background: #DFE7E3;
}

.accordion-toggle.materiales {
    position: relative;
    z-index: 2;
    width: 100%;
    cursor: pointer;
    /* Añade aquí estilos adicionales para el botón */
    background: #DFE7E3;
      border: 1px solid #333;
      border-bottom: none;
            border-left: none;
        border-radius: 0;
    color: #333333;
}

.accordion-toggle.materiales:hover, .accordion-toggle.materiales:focus {
     background: rgba(237, 241, 239, 0.00);
      border: 1px solid #333;
      border-bottom: none;
      border-left: none;
    color: #333333;
}
.accordion-content.materiales {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 0; /* Inicia con altura 0 */
    overflow: hidden;
    opacity: 0; /* Inicia con opacidad 0 */
    z-index: 99998;
    padding: 50px;
     outline: 1px solid #333;
    
}

.accordion-content.active {
    height: auto; /* La altura fija cuando está activo */
    opacity: 1; /* Opacidad para el contenido activo */
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
   background: #DFE7E3;
}

.accordion-container-tallas h2 {
    color: #333333;
    font-size: 16px;
    font-family: 'Almarai', Sans-Serif;
    font-size: 16px;
    
    margin-bottom: 
}


.accordion-container-tallas p {
    color: #333333;
    font-size: 16px;
    font-family: 'Almarai', Sans-Serif;
    font-size: 16px;
}


.accordion-container-tallas table {
    
      color: #333333;
    font-size: 16px;
    font-family: 'Almarai', Sans-Serif;
    font-size: 16px;
    margin-top: 16px;

    
}

.accordion-container-tallas.materiales table, .accordion-container-tallas.materiales th, .accordion-container-tallas.materiales td {
        border: 1px solid #333;
        text-align: left !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7d3c2f */.accordion-container {
    position: relative;
    width: 100%;
    background: #EDF1EF;
}

.accordion-toggle-colores {
    position: relative;
    z-index: 2;
    width: 100%;
    cursor: pointer;
    /* Añade aquí estilos adicionales para el botón */
    background: #DFE7E3;
      border: 1px solid #333;
      border-bottom: none;
      border-left: none;
      border-radius: 0;
    color: #333333;
}


.accordion-toggle-colores {
    border-right: 0;
}

.accordion-toggle-colores:hover, .accordion-toggle-colores:focus, .accordion-toggle-colores:active {
     background: #DFE7E3;
      border: 1px solid #333;
      border-bottom: none;
      border-left: none;
      color: #333333;
}
.accordion-content-colores {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 0; /* Inicia con altura 0 */
    overflow: hidden;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Anima la altura y la opacidad */
    opacity: 0; /* Inicia con opacidad 0 */
    z-index: 1;
      border: 1px solid #333;
      border-bottom: none;

}

.accordion-content-colores.active {
    height: auto; /* La altura fija cuando está activo */
    opacity: 1; /* Opacidad para el contenido activo */
    display: flex;
    justify-content: space-between;
 
    align-items: center;
   background: #DFE7E3;
}


/*Carousel*/


.slider {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden; /* <===  */
  
}

.slide {
  width: 100%;
  height: 350px;
  position: absolute;
  transition: all 0.5s;
  text-align: center;

}

.slide img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  font-size: 18px;
  background: none !important;
  border: none;
}

.btn:hover, .btn:active {
    background: none;
    border: none;
}

.btn:active {
  transform: scale(1.1);
}
.btn-prev {
  top: 45%;
  left: 2%;
}

.btn-next {
  top: 45%;
  right: 2%;
}


/*Botones de cambio de material*/

.material-buttons {
    display: inline-flex;
    margin-top: 25px;
    width: 100%;
}

.material-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    color: #333;
    text-align: center;
    font-family: 'Almarai', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    border-radius: 0;
    background: none;
    border: 1px solid #333;
    border-bottom: none;
   
}


.material-buttons button:nth-child(1) {
    border-left: none;
}

.material-buttons button:nth-child(2) {
    border-left: none;
    border-right: none; 
}



.material-buttons button:hover, .material-buttons button:active   {
    background: none;
} 

.material-buttons button:hover, .material-buttons button:active {
    text-decoration: underline;
}

 
.material-buttons button:hover, .material-buttons button:active  {
    background: none;
}


 

.accordion-content-colores h2 {
    color: #333;

font-family: 'Almarai', Sans-Serif;
font-size: 16px;
} 


.accordion-content-colores h3 {
    color: #333;

text-align: center;
font-family: 'Instrument Serif' , Sans-Serif;
font-size: 48px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7c405d */.accordion-responsive {
  width: 100%;
}

.accordion-responsive .accordion-item {
  background-color: #DFE7E3;
  color: #333;
  border-radius: 0;
}


.accordion-responsive .accordion-item .accordion-item-header.materiales {

border-bottom:none;
    
}

 
.accordion-responsive .accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: 'Almarai', Sans-Serif;
  font-size: 16px;
  height: 41px;
  border: 1px solid #333;

}


.accordion-responsive .accordion-item-body-content {
    padding: 15px;
    border: 1px solid #333;
    border-top: none;
    border-bottom: none;
}





.accordion-responsive .accordion-item-body-content h2 {
    color: #333;
    font-size: 16px;
    font-family: 'Almarai', Sans-Serif;
    text-align: center;
}

 

.accordion-responsive .accordion-item-body-content p {
    color: #333;
    font-size: 14px;
    font-family: 'Almarai', Sans-Serif;
    margin-bottom: 14px;
}

.accordion-responsive .accordion-item-body-content table, .accordion-item-body-content th, .accordion-item-body-content td  {
    border: 1px solid #333;
    font-size: 14px;
    font-family: 'Almarai', Sans-Serif;
}
 



/* Establece el estilo predeterminado con el símbolo de "+" */

.accordion-responsive .accordion-item-header::before {
    content: "";
    display: inline-block;
    width: 11px; /* Ajusta el ancho según sea necesario */
    height: 11px; /* Ajusta la altura según sea necesario */
    background: url('https://flosetumbra.es/wp-content/uploads/2023/12/plus.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 1rem;
}

/* Establece el estilo para cuando el acordeón está activo con el símbolo de "-" */
.accordion-responsive .accordion-item-header.active::before {
    background: url('https://flosetumbra.es/wp-content/uploads/2023/12/minus.svg') no-repeat center center;
    background-size: contain;
}

 





























.accordion-responsive .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-responsive .accordion-item-body-content {

  line-height: 1.5rem;
  border-top: 1px solid #333;

}



/*Carousel*/


.accordion-content-colores-responsive  .slider {
  width: 100%;
  background: #DFE7E3;
 
  height: 350px;
  position: relative;
  overflow: hidden; /* <===  */
  
}

.accordion-content-colores-responsive  .slide {
  width: 100%;

  height: 350px;
  position: absolute;
  transition: all 0.5s;
  text-align: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.accordion-content-colores-responsive  .slide h3 {
    color: #333;
    font-family: 'Instrument Serif', Sans-Serif;
    font-size: 32px;
    margin: 25px 0 0 0;
}


.accordion-content-colores-responsive  .slide img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.accordion-content-colores-responsive   .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  font-size: 18px;
  background: none !important;
  border: none;

}

.accordion-content-colores-responsive   .btn:hover, .btn:active {
    background: none;
    border: none;
}

.accordion-content-colores-responsive   .btn:active {
  transform: scale(1.1);
}
.accordion-content-colores-responsive   .btn-prev {
  top: 45%;
  left: 2%;
}

.accordion-content-colores-responsive   .btn-next {
  top: 45%;
  right: 2%;
}


/*Botones de cambio de material*/


.accordion-responsive .accordion-content-colores-responsive  .material-buttons {
    background: #DFE7E3;
    margin-top: 0;
    display: inline-flex;
    width: 100%;
    border-right: 1px solid #3333;
    border-left: 1px solid #333;
      border-bottom: 1px solid #333;
}

.accordion-responsive .material-buttons button , .accordion-responsive .material-buttons button:nth-child(2) {
    border-right: 1px solid #333;
}/* End custom CSS */