:root {
    --bg-color: #0a0a0a2e;
    --bg-color-02: ;
    --color-primario: #fbfbfb;
    --color-de-menu-header: #0000008a;
    --color-secundario:"10a5d7" ;
    --color-primario-texto: #10a5d7;
    --color-secundario-texto: #fff;
    --text-color: #ffffff;
    --color-input: #f1f1f1;
    --colo-primario: #10a5d7;

    /* BOTON 01 */
    --txtcolor-boton01: #fff;
    --bgcolor-primario-boton01: #10a5d7;
    --bgcolor--boton01-hover: #0f8db7;
    --redondo-de-boton01: 5px;

    /* BOTON 02 */
    --txtcolor-boton02: #10a5d7;
    --bgcolor-primario-boton02: #10a5d7;
    --bgcolor-boton02-hover: #10a5d7;
    --redondo-de-boton02: 5px;

    /* CARD */
    --bgcolor-card: #363636;
}

*{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

.elementos-decorativos{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: -2;
}
.portada{
    width: 100%;
    height: auto;
    z-index: -2;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: -2;
}

.iso-main{
    position: absolute;
    z-index: -2;
    opacity: .02;
    height: 70vh;
    left: 0px; 
}

/*-------------------*/
.contendor-div-2-img{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}
.contendor-div-2-img img{
    width: ;
}

.image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 50%);
}


.lottie {
    width: 500px;
    height: auto;
}

.image-transition {
    position: relative;
    width: 400px;
    /* Ajusta el tamaño según tus necesidades */
    height: 300px;
    /* Ajusta el tamaño según tus necesidades */
    overflow: hidden;
}

.iso-head{
    width: 20%;
    position: absolute;
    right: 200px;
    top: calc(50% - 200px);
    pointer-events: none;
}

.image-transition img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    animation: water-sweep 4s infinite;
}

.body-main {
    background: rgb(0,6,25);
    background-image: linear-gradient(to right bottom, #00388b, #062c6c, #09204e, #091431, #000118);
    height: 100vh; 
    background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.body-carrito{
    background-color: transparent;
}

.contenedor {
    padding: 30px 0;
    width: 90%;
    max-width: 2400px;
    margin: auto;
    overflow: hidden;
    align-content: center;
    align-items: center;
}

.colum {
    flex-direction: column;
}

.flex {
    display: flex;
}

header {

}

.card-header {
    margin-top: 5%;
    border-radius: 10px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.full-landing-image {

}
.titulo-main{
    color: var(--color-secundario-texto);
    letter-spacing: 20px;
}

.boton-regresar {
    width: 40px;
    height: 40px;
    background-color: var(--color-primario);
    color: var(--color-secundario-texto);
    z-index: 10;
    border-radius: 50%;
    margin-left: 20px;
    border: none;
    font-size: 15px;
}

.card02 {
    display: flex;
    margin: auto;
    margin-top: 90px;
    background-color: var(--bgcolor-card);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    width: 80%;
    height: 80%;
    min-height: 500px;
    box-sizing: border-box;
    padding: 30px;
}

.card02 h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 20px 0px 0px 20px;
    color: var(--color-primario-texto);
}

.card02 img {
    width: 100%;
    max-width: 700px;
    border-radius: 15px;
}

.card02 p {
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

.card02 .boton-01 {
    margin: 30px 10px 10px 20px;
}

.cont-net-item {
    padding: 6px 12px 6px 12px;
    border: solid 2px #1D8485;
    font-size: 12px;
    border-radius: 25px;
    color: #1D8485;
    background-color: #f0f0f0;
    font-weight: 600;
    text-align: center;
    margin: 30px 10px 0px 30px;
}

.card02 .precio {
    font-size: 30px;
    font-weight: 600;
}

.card03 {
    margin: auto;
    margin-top: 30px;
    background-color: var(--bgcolor-card);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    width: 90%;
    height: 80%;
    min-height: 500px;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
}

.card03 h2 {
    font-weight: 700;
    font-size: 60px;
    color: var(--color-primario);
}

.cont-banner {
    margin: auto;
    margin: 60px 100px 0px 100px;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}

.img-head-banner {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

.img-banner-02 {
    width: 100%;
    margin-top: 0%;
}

.img-banner-03 {
    width: 100%;
    margin-top: 0%;
    border-radius: 0px 0px 15px 15px;
}

a {
    text-decoration: none;
}

/*================================================================ CARRITO ========================================================================================================*/

.contenedor-list {
    padding: 10px 30px 10px 30px;
    display: inline-block;
    flex-direction: row;
    box-sizing: border-box;
}

.carrito-list {
    display: inline-block;
    flex-direction: row;
    border: solid 1px #000;
    box-sizing: border-box;
}

.carrito-list img {
    width: 150px;
}

.carrito-list p {
    max-width: 40%;
    margin: auto;
}

.contenedor-header {
    width: 80%;
    height: 80vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 200px;
    z-index: 1;
}

.contenedor-header h5{
    color: #e7e7e7;
    letter-spacing: 10px;
    font-weight: 300;
    font-size: 30px;
}

.elementos-circulos01{
    position: absolute;
    width: 30px;
    top: 40%;
    left: 50px;
    opacity: .7;
}
.elementos-circulos02{
    position: absolute;
    width: 30px;
    top: 40%;
    right: 50px;
    opacity: .7;
}

.contenedor-header img {
    width: 50%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.carrito-flotante {
    background: #ffffff37;
    position: fixed;
    width: 70px;
    height: 40px;
    top: 9%;
    right: 2%;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrito-flotante span{
    background-color: transparent;
}

.carrito-flotante a {
    margin-top: 0px;
    color: #fff;
    padding: 10px 0px 0px 10px;
}

.carrito-flotante-contenido a {
    margin: auto;

    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    text-decoration: none;
}

.carrito-flotante-contenido span {
    color: var(--txtcolor-boton01);
    margin-right: 3px;
}

/* ============================================================== MENU ===========================================================================================*/

.navfix {
    width: 100%;
    position: fixed;
    z-index: 100;
    margin-bottom: -10px;
    background: var(--color-de-menu-header);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

nav {
    text-align: right;
    text-decoration: none;
}

nav .ul .li {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
}

.li a {
    font-weight: 200;
    color: #FFF;
    text-decoration: none;
    margin-right: 20px;
    padding-top: 20px;
    font-size: 12px;
}

.li a:hover {
    text-decoration: none;
    color: var(--bgcolor-boton02-hover);
}

header .textos-header {
    display: flex;
    height: 710px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.header_logo {
    width: 260px;
    align-content: flex-start;
}

.header_Iso {
    position: left;
    align-items: left;
    width: 200px;
    margin-left: 100px;
    padding: 10px;
    margin-top: 10px;
}

.header.header_Iso>img: activate {
    transform: rotate(360deg);
}

/*- ---------------------------------------------------------------------MENU HAMBURGUESA -------------------------------------------------------------------------*/

.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 25px;
    cursor: pointer;
    display: none;
}



#check1 {
    display: none;
}

@media (max-width: 1262px) {

    .checkbtn {
        display: block;
    }

    .ul {
        font-size: 25px;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: var(--color-de-menu-header);
        backdrop-filter: blur(10px);
        top: 80px;
        right: -100%;
        text-align: center;
        transition: all .5s;
    }

    .menu2 .ul .li {
        display: block;
        margin: 50px 0;
        line-height: 27px;
    }

    .menu2 .ul .li .a1 {
        font-size: 20px;
    }

    #check1:checked~.ul {
        right: 0;
    }

    .menu2 .li:active #check1 {
        right: 0;
    }

}

.img-inicio {
    border-radius: 10px;
    width: 1920px;
    height: 1080px;
    align-items: center;
    align-content: center
}

/* ============================================================================== CARACTERISTICAS ============================================================================ */
.slider-marcas {
    width: 100vw;
    height: auto;
    margin: auto;
    overflow: hidden;
    max-height: 100px;
    pointer-events: none;
}

.slider-marcas .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(300px * 14);  
}

.slider-marcas .slide {
    width: 200px;
    margin-right: 60px;
}

.slider-marcas .slide img {
    width: 100%;
    height: 100px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
}

.Caracteristicas-cont {
    background-color: transparent;
    width: 100%;
    padding: auto;
    display: flex;
    max-width: 2400px;
    align-items: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    color: var(--text-color);
}

.caract-icons {
    width: 100px;
}

.caract-icons:hover {
    color: #dbf4f3;
}

.caract-card {
    width: 300px;
    padding: auto;
    margin: auto;
    align-content: center;
    text-align: center;
    align-items: center;
}

.caract-card p {
    margin-top: 10px;
    color: var(--color-secundario-texto);
    font-weight: 500;
    font-size: 16px;
}

.text-destacado {
    font-weight: 800;
    color: var(--color-primario-texto);
}

/* ============================================================================== CARDS ======================================================================================*/

.cards {
    display: flex;
    justify-content: space-evenly;
    margin: 10px;
}

.cards .card {
    margin: 0px 20px 0px 20px;
    background: var(--bgcolor-card);
    display: flex;
    width: 46%;
    height: 800px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    flex-direction: column;
}

.card:hover {
    box-shadow: 0 0 4px 0 rgba(29, 132, 133, 0.9);
    background-color: #f4ffff;
    transition: 1s;
}

.cards .card img {
    width: 350px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.cards .card>.contenido-texto-card {
    width: 60%;
    color: var(--color-primario);
    text-align: center;
    font-weight: 300;
}

.cards .card>.contenido-texto-card p {
    text-align: start;
    font-weight: 500;
    padding-top: 5px;
    font-size: 13px;
    height: 230px;
    color: var(--text-color);
}

.subtitulo {
    color: var(--color-secundario-texto);
    font-size: 60px;
    font-weight: 100;
    margin: 60px 0px 10px 0px;
    text-align: center;
    letter-spacing: 10px;
}

.boton-01 {
    background-color: var(--bgcolor-primario-boton01);
    color: var(--txtcolor-boton01);
    padding: 5px 50px 5px 50px;
    border-radius: var(--redondo-de-boton01);
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    max-width: 650px;
    font-size: 13px;
    border: none;

}

.boton-01:hover {
    cursor: pointer;
    background-color: var(--bgcolor--boton01-hover);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

.enlace {
    text-decoration: none;
}

.enlace-footer {
    text-decoration: none;
    color: var(--txtcolor-boton01);
}


.boton-01:hover a {
    text-decoration: none;
}

.boton-02 {
    border: solid 3px var(--bgcolor-primario-boton02);
    color: var(--txtcolor-boton02);
    padding: 3px 65px 3px 65px;
    border-radius: var(--redondo-de-boton02);
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    max-width: 650px;
    font-size: 13px;
}

.boton-02 i {
    font-size: 20px;
}

.boton-02:hover {
    transition: .2s;
    color: #fff;
    background-color: var(--bgcolor-boton02-hover);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

/* =======================================================================================================================================================================*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.middle-indicator{
   position:absolute;
   top:50%;
   }
  .middle-indicator-text{
   font-size: 4.2rem;
  }
  a.middle-indicator-text{
    color:white !important;
  }
.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
  }
    .indicators{
  	visibility: hidden;
  }






/* ================================================== CARRUCEL NUEVO ==============================================================*/




[carrousel] {
    display: flex;
    position: relative;
    //paint
    background-color: #47cf73;
    border-radius: 10px;
    min-height: 50vh;
    
    &::before {
      content: '';
      display: block;
      padding-bottom: 50%;
    }
    
    [name~="carrousel"] {
      display: none;
      
      &:checked {
        + .slide {
          pointer-events: auto;
          opacity: 1;
          .slide-content {
            opacity: 1;
          }
        }
      }
    }
    
    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .slide-content {
      opacity: 0;
      transition: opacity 1s;
    }
    
    .back,
    .forward {
      display: block;
      position: absolute;
      top: calc(50% - 2rem);
      height: 40px;
      width:  40px;
      display: flex;
      justify-content: center;
      align-items: center;
      user-select: none;
      background-color:#fff;
      opacity: .4;
      border-radius: 100px;
      color: darken(#47cf73, 40%);
      box-shadow: 0 2px 0 0 rgba(black, .1);
      transform: scale(.9);
      transition: transform .2s;
      
      
      
      &:hover {
        transform: scale(1);
        opacity: 1;
        cursor: pointer;
      }
    }
    
    .back {
      left: calc(0% + 1rem);
    }
    
    .forward {
      right: calc(0% + 1rem);
    }
  }
  
  //cool stuff stops here
  body {
    padding: 1rem;
  }
  [carrousel] {
    h1 {
      font-size: 5rem;
      color: white;
      text-shadow: 0 3px 0 rgba(black, .2);
      font-size: 30px;
      font-weight: 800;
    }
  }
/* =======================================================================================================================================================================*



/* ===============================================================================================================================================================================================*/


.banner-01 {
    width: 100%;
    margin-top: 30px;
    padding: auto;
    align-self: center;
    align-content: center;
}

.banner-01 img {
    width: 100%;
    margin: auto;
}

/* ===============================================================================================================================================================================================*/

.cont-home {
    display: flex;
    background-color: transparent;
    margin: 60px;
}

.cont-home img {
    width: 200px;
    padding: 20px;
    margin: 30px;

}

.cont-home h2 {
    font-size: 60px;
    margin: 30px 0px 10px 30px;
    color: var(--text-color);
}

.cont-home p {
    font-size: 16px;
    margin: 30px 10px 20px 30px;
    font-weight: 600;
    line-height: 25px;
    color: var(--text-color);
}

/* ================================================================================ CONTENEDORES ==========================================================*/
.card-08{
    background-color: transparent;
    padding: 60px;
    position: relative;
    margin-top: 60px;
    border-radius: 30px;
    border: solid 2px #10a5d7;
  }
  .card-08 h1{
    z-index: 3;
    font-size: 35px;
    line-height: 43px;
    margin-top: 10px;
    text-align: center;
  }
  .card-08 b{
    font-weight: 800;
    color: #ff6801;
  }
  
  
  
  /*=================================================================================================================*/
  
  #container-wrapper {
    z-index: 2;
  }
  
  .container {
    display: none;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 0px 30px 0px;
    padding: 20px;
    text-align: center;
    color: white;
    z-index: 2;
  }
  
  #container1 { 
    background-color: #1e1e1e;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    position: relative;
    
  
  }
  #container2 { 
    background-color: #1e1e1e;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    position: relative;
  
  }
  #container3 { 
    background-color: #1e1e1e;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    position: relative;
  
  }
  #container4 { 
    background-color: #1e1e1e;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    position: relative;
  
  }
  #container5 { 
    background-color: #1e1e1e;
    border-radius: 30px; 
    position: relative;
  }
  #container6 { 
    background-color: #1e1e1e;
    border-radius: 30px; 
    position: relative;
  }
  
  .contenedor-botones-wrapper{
    width: 90%;
    background-color: #363636;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 10px;
    position: absolute;
    top: -40px;
    
  }
  .puntitos03{
    width: 100px;
    position: absolute;
    z-index: 1;
  }
  
  .button-wrapper {
    position: relative;
    display: inline-block;
    z-index: 3;
    width: 250px;
    height: 60px;
    padding: 10px;
    font-weight: 600;
    margin: auto;
    border: none;
    font-size: 12px;
    cursor: pointer;
    border-radius: 15px;
    background-color: #c1c1c1;
    color: #949494;
    transition: .3s;
    background-color: transparent;
    box-shadow:  2px 2px 3px #161616,
             -2px -2px 3px #565656;
  
  }
  .button-wrapper:hover{
    color: #fff;
    background-color: #10a5d7;
  }

  
.button-wrapper:hover{
    box-shadow:  2px 2px 3px #161616,
             -2px -2px 3px #565656;
  }
  
  .tooltip-01 {
    visibility: hidden;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Posiciona el tooltip encima del botón */
    left: 50%;
    margin-left: -60px; /* Centra el tooltip horizontalmente */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .button-wrapper:hover + .tooltip-01 {
    visibility: visible;
    opacity: 1;
  }
  
  .selected {
    transform: scale(.5);
    color: #10a5d7;
    background-color: #2e2e2e;
    border: none;
    transform: translateY(0.1em);
    box-shadow: inset 2px 2px 5px #121212,
            inset -2px -2px 5px #262626;
  }
  
  .card-07{
    display: flex;
    flex-direction: row;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 3;
  
  }
  .card-07 h1{
    font-size: 50px;
    color: #ededed;
    line-height: 60px;
    z-index: 3;
  }
  .img-card-07{
    width: 300px;
    border-radius: 10px;
  }
  .card-07 p{
    text-align: left;
    margin-left: 30px;
    color: #ededed;
  }



/* ================================================================================= SLIDER ========================================================================================*/

.container01 {
    padding: 2rem 6rem 2rem 6rem;
    display: flex;
}
.img-001{
    width: 100px;
}

.slider-wrapper {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
}

.slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 10px;
    -ms-overflow-style: none;
    /* Hide scrollbar IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
    display: none;
}

.slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.50;
    transition: opacity ease 250ms;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.9);
}

.slider-nav a:hover {
    opacity: 1;
}

/* =======================================================================================================================================================================*/

.cont-nosotros {
    padding: 0rem 1rem 1rem 3rem;
}

.cont-nosotros p {
    font-size: 18px;
    margin-top: 20px;
    color: var(--color-secundario-texto);
}

.footer {
    background-color: var(--color-de-menu-header);
    color: var(--color-secundario-texto);
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0px 0px 0px;
    padding: 20px;
}
.contendor-redes{
    font-size: 35px;
}

.footer p {
    width: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px;
    max-width: 520px;
}

.footer img {
    width: 100px;
}



/* ====================================================================================== RESPONSIVE ======================================================================================= */


@media (max-width:1100px) {

    /* CARRUCEL DE ABAJO */
    .slider-wrapper {
        position: relative;
        width: 50%;
        margin: 0 auto;
    }

    .slider {
        display: flex;
        aspect-ratio: 16 / 9;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
        border-radius: 10px;
        -ms-overflow-style: none;
        /* Hide scrollbar IE and Edge */
        scrollbar-width: none;
        /* Hide scrollbar Firefox */
    }

    /*------- Carrucel -------*/

    .wrapper {
        margin: 10px 5px 20px 25px;
        max-width: 1100px;
        width: 90%;
        position: relative;
    }

    .wrapper .carousel {
        padding: 3px;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 2) - 50px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    /*------ CONT -HOME------*/

    .cont-home img {
        width: 50%;
        height: 200px;
        margin: auto;
    }

    .cont-home h2 {
        font-size: 30px;
        margin: 30px 0px 10px 30px;
        color: var(--text-color);
    }

    .cont-home p {
        font-size: 10px;
        margin: 30px 10px 20px 30px;
        font-weight: 600;
        line-height: 25px;
        color: var(--text-color);
        line-height: 15px;
    }
}



/*------- HEADER -------*/

@media (max-width: 1000px) {

    header {
        height: 600px;
    }

    .contenedor-header img {
        width: 100%;
        margin-top: 130px;
        z-index: 10;
        margin: auto;
    }


    /*------- Carrucel -------*/

    .wrapper {
        margin: 10px 5px 20px 25px;
        max-width: 1100px;
        width: 90%;
        position: relative;
    }

    .wrapper .carousel {
        padding: 3px;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 2) - 30px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    /*----- SLIDER ---- */
    .container01 {
        padding: rem 2rem 2rem 2rem;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .container01 img {
        width: 100%;

    }

    .slider {
        width: 100%;
        margin: auto;
    }


    /*------ CONT -HOME------*/

    .cont-home img {
        width: 50%;
        height: 200px;
        margin: auto;
    }

    .cont-home h2 {
        font-size: 30px;
        margin: 30px 0px 10px 30px;
        color: var(--text-color);
    }

    .cont-home p {
        font-size: 10px;
        margin: 30px 10px 20px 30px;
        font-weight: 600;
        line-height: 25px;
        color: var(--text-color);
        line-height: 12px;
    }

}

@media (max-width: 1000px) {

    header {
        height: 500px;
    }

    .caract-icons {
        width: 40px;
    }

    .contenedor-header img {
        margin-top: 180px;
    }

    .caract-card p {
        font-size: 12px;

    }

    .wrapper {
        margin: 10px 5px 20px 75px;
        max-width: 1100px;
        width: 70%;
        position: relative;
        z-index: -1;
    }

    .carousel {
        width: 100%;
        margin: auto;
        align-content: center;
        align-items: center;
        align-self: center;
    }

    .card02 {
        margin: auto;
        width: 95%;
        flex-direction: column;
    }

    .card02 p {
        text-align: start;
        padding-top: 5px;
        font-size: 13px;
        flex-direction: column;
        padding: 10px 30px 0px 10px;
        height: auto;
    }

    .card02 h2 {
        font-weight: 600;
        font-size: 25px;
        margin: 30px 0 5px;
        color: var(--color-primario);
        text-align: center;
        flex-direction: column;
    }

    .card02 img {
        width: 100%;
        margin: 5px;
        border-radius: 10px;
        object-fit: cover;
    }

    .wrapper {
        width: 80%;
    }

    .wrapper .carousel {
        padding: 3px;
        display: grid;
        width: 80%;
        grid-auto-columns: calc((100% / 1) + 20px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }


    .cont-home {
        flex-direction: column;
    }

    .cont-home img {
        width: 80%;
        height: auto;
    }

    .cont-banner {
        margin: 30px 5px;

    }

}

@media (max-width: 500px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 1) + 10px);
    }

    .wrapper {
        margin: 10px 5px 20px 60px;
        max-width: 1100px;
        width: 80%;
        position: relative;
    }

    .carousel .card-carousel {
        cursor: grab;
        scroll-snap-align: start;
        height: 750px;
        width: 300px;
        list-style: none;
        background: #f0f0f0;
        padding-bottom: 15px;
        flex-direction: column;
        border-radius: 8px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    }

    .card-carousel .img img {
        width: 200px;
        height: 200px;
        border-radius: 10px;
        object-fit: cover;
    }



    .footer {
        display: flex;
        justify-content: space-evenly;
        margin: 10px 0px 0px 0px;
        flex-direction: column;
    }

    .footer p {
        width: auto;
        font-size: 15px;
        font-weight: 500;
        padding: 30px;
        text-align: center;
    }

    .footer img {
        width: 100px;
        margin: auto;
    }

    .cont-nosotros {
        padding: auto;
        margin: auto;
        width: 100%;
    }


}




/* ------------------------------------------------------------------contenidoCarrito-----------------------------*/

#iframeCarrito {
    margin: auto;
    width: 100%;
    height: 1200px;
    border: none;
}



/*======================================================================================================================================================================================================*/
/* ======================================================================================== ESTILO DE CARRITO ==========================================================================================*/
/*======================================================================================================================================================================================================*/


ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}
.marca-producto{
    width: 100px;
}
.marca-producto img{
    width: 00px;
}

.contenido-contenedor {
    background-color: transparent;
    border: solid 1px var(--color-primario);
    padding: 5px 10px 5px 10px;

    height: 20px;
    text-align: center;
    
}

.desc-cont {
    width: 40%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    background-color: var(--bgcolor-card);
    padding: 40px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
}

.desc-cont label {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}


.addNumber_cont {
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-carrito {
    display: grid;
    grid-template-columns: 1fr 4fr;
    background-color: transparent;
}

aside {
    padding: 2rem;
    padding-right: 0;
    color: var(--text-color);
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bgcolor-card);
    backdrop-filter: blur(5px);
    border-radius: 10px 0px 0px 10px;
}


.logo {
    font-weight: 400;
    font-size: 1.3rem;
}

.menu {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 600px;
}

.boton-menu {
    background-color: transparent;
    border: 0;
    color: var(--color-primario);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 300;
    padding: 1rem;
    font-size: 18px;
    width: 80%;
    border-radius: 10px 0px 10px 10px;
    color: var(--color-secundario-texto);
    box-shadow:  2px 2px 3px #262626,
             -2px -2px 3px #464646;
   
}


.boton-menu.active {
    background-color: #00000010;
    color: var(--color-secundario-texto);
    position: relative;
    color: #10a5d7;
    box-shadow: inset 2px 2px 3px #262626,
            inset -2px -2px 3px #464646;
}

/* .boton-menu.active::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 2rem;
    bottom: 100%;
    right: 0;
    background-color: transparent;
    
    box-shadow: 0 1rem 0 var(--color-primario);
}

.boton-menu.active::after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 2rem;
    top: 100%;
    right: 0;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0 -1rem 0 var(--color-primario);
} */

.boton-menu>i.bi-hand-index-thumb-fill,
.boton-menu>i.bi-hand-index-thumb {
    transform: rotateZ(90deg);
}

.boton-carrito {
    margin-top: 2rem;
    font-weight: 300;
    color: var(--color-secundario-texto);
}

.numerito {
    background-color: var(--color-primario);
    color: var(--txtcolor-boton01);
    padding: .15rem .25rem;
    border-radius: .25rem;
    font-weight: 800;
}

.boton-carrito.active .numerito {
    background-color: var(--color-primario);
    color: var(--color-secundario-texto);
}

.texto-footer {
    color: var(--color-primario-hover);
    font-size: .85rem;
}

main {
    background-color: #00000053;
    backdrop-filter: blur(10px);
    margin-left: 0;
    border-radius: 0px 10px 10px 0px;
    padding: 3rem;
}

.titulo-principal {
    color: var(--color-primario-texto);
    margin-bottom: 2rem;
    font-weight: 300;
}

.contenedor-productos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.producto {
    /*box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);*/
    border-radius: 15px;
}

.producto-imagen {
    max-width: 100%;
    border-radius: 1rem;
}

.producto-detalles {
    background-color: var(--bgcolor-card);
    color: var(--text-color);
    padding: .5rem;
    border-radius: 0px 0px 15px 15px;
    margin-top: -2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.producto-detalles p {
    font-weight: 900;
}

.producto-titulo {
    font-size: 1rem;

}

.producto-agregar {
    border: 0;
    background-color: var(--bgcolor-primario-boton01);
    color: var(--txtcolor-boton01);
    padding: .4rem;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .2s, color .2s;
    font-weight: 800;
}

.producto-agregar:hover {
    background-color: var(--bgcolor--boton01-hover);
    color: var(--txtcolor-boton01);
}

.pro {
    width: 100%;
    min-width: 250px;
    min-height: 415px;
    padding: 10px 12px;
    border-radius: 15px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    transition: .3s;
    position: relative;
    background-color: #ffffff0f;
    
    
}

.pro:hover {
    box-shadow:  3px 3px 6px #080808,
             -3px -3px 6px #202020;
    transform: translateY(-2px);
    background-color: rgba(189, 189, 189, 0.124)
}

.pro img {
    max-width: 300px;
    display: flex;
    margin: auto;
    width: 100%;
    border-radius: 15px;
}

.pro .des {
    text-align: start;
    padding: 10px 0;
}

.pro .des span {
    color: var(--text-color);
    font-size: 10px;
    font-weight: 100;
}

.pro .des h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-secundario-texto);
}

.pro h4 {
    font-weight: 800px;
    color: var(--text-color);
    padding: 10px 0;
}

.pro i {
    font-size: 12px;
}

.pro .cart {
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: var(--color-secundario-texto);
    border-radius: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: .2s;
    opacity: 0.7;
    border: none;
    box-shadow:  2px 2px 5px #121212,
             -2px -2px 5px #434343;
}

.star {
    color: var(--color-primario);
}

.pro .cart:hover {
    color: var(--color-primario-texto);
    opacity: 1;
}
.pro .cart:active{
    box-shadow: inset 2px 2px 5px #080808,
            inset -2px -2px 5px #202020;
}

.pro .eye {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    right: 60px;
    transition: .2s;
    border: none;
    color: var(--color-secundario-texto);
    border: none;
    transition: .3s;
    box-shadow:  2px 2px 5px #121212,
             -2px -2px 5px #434343;
}

.pro .eye:hover {
    opacity: 1;
    cursor: pointer;
    color: var(--color-primario-texto);
}
.pro .eye:active{
    box-shadow: inset 2px 2px 5px #080808,
            inset -2px -2px 5px #202020;
}


/** CARRITO **/
.carrito-producto-cantidad {
    flex-direction: column;
}

.wrapper01 {
    height: 28px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 5px;

}

.wrapper01 span {

    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
    background-color: var(--color-primario);
    border-radius: 5px;
    color: var(--color-secundario-texto);
}

.wrapper01 .num {
    margin: 0px 10px 0px 10px;
    font-size: 20px;
    pointer-events: none;
    background-color: transparent;
    color: var(--text-color);
}


.contenedor-carrito {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.carrito-vacio,
.carrito-comprado {
    color: var(--color-primario-texto);
    font-size: 20px;
    font-weight: 700;
}

.carrito-productos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.carrito-producto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bgcolor-card);
    color: var(--text-color);
    padding: .5rem;
    padding-right: 1.5rem;
    font-weight: 800;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.carrito-producto-imagen {
    width: 4rem;
    border-radius: 5px;
}

.carrito-producto small {
    font-size: .75rem;
}

.carrito-productos h3 {
    min-width: 210px;
}

.carrito-producto-eliminar {
    border: 0;
    background-color: transparent;
    color: #ff5555;
    cursor: pointer;
    font-size: 20px;
}



.carrito-acciones {
    display: flex;
    justify-content: space-between;
}

.carrito-acciones-vaciar {
    border: 0;
    background-color: var(--color-primario);
    padding: 1rem;
    border-radius: 15px;
    color: var(--txtcolor-boton01);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 800;
}

.carrito-acciones-derecha {
    display: flex;
}

.carrito-acciones-total {
    display: flex;
    background-color: var(--bgcolor-card);
    padding: 1rem;
    color: var(--text-color);
    text-transform: uppercase;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    gap: 1rem;
    font-weight: 800;
}

.carrito-acciones-comprar {
    border: 0;
    background-color: var(--color-primario);
    padding: 1rem;
    color: var(--txtcolor-boton01);
    text-transform: uppercase;
    cursor: pointer;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-weight: 800;
}

.header-mobile {
    display: none;
}

.close-menu {
    display: none;
}

.disabled {
    display: none;
}

/*** MEDIA QUERIES ***/

@media screen and (max-width: 1500px) {
    .contenedor-productos {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1200px) {
    .contenedor-productos {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 800px) {

    .wrapper-carrito {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    aside {
        position: fixed;
        z-index: 9;
        background-color: var(--bgcolor-card);
        left: 0;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .75);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: .2s;
    }

    .aside-visible {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .boton-menu.active::before,
    .boton-menu.active::after {
        display: none;
    }

    main {
        margin: 1rem;
        margin-top: 0;
        padding: 2rem;
    }

    .contenedor-productos {
        grid-template-columns: 1fr 1fr;
    }

    .header-mobile {
        background-color: var(--color-primario);
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
    }

    .header-mobile .logo {
        color: var(--clr-gray);
    }

    .open-menu,
    .close-menu {
        background-color: transparent;
        color: var(--text-color);
        border: 0;
        font-size: 2rem;
        cursor: pointer;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    .carrito-producto {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: .5rem;
    }

    .carrito-producto-subtotal {
        display: none;
    }

    .carrito-acciones {
        flex-wrap: wrap;
        row-gap: 1rem;
    }


}

@media screen and (max-width: 600px) {
    .contenedor-productos {
        grid-template-columns: 1fr;
    }
}

.contenedor-card-09{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.card-09 {
    width: 400px;
    height: 230px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 5px;

}
.card-09 img{
    width: 100%;
    transition: .3s;
}
.card-09 img:hover{
    transform: scale(1.05);
}
.card-09-deg{
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.card-09-text{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.card-09-text h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.card-09-text button{
    margin: 5px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    transition: .2s;
}
.card-09-text button:hover{
    background-color: #fff;
    color: #000;
    cursor: pointer;
    box-shadow: 0px 0px 23px -3px #10a5d7;
}







.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #111111;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #10a5d7;
    width: 80%;
    border-radius: 15px;

}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




/* Estilos para el scrollbar */
/* Anchura del scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

/* Color de fondo del scrollbar */
::-webkit-scrollbar-track {
    width: 8px;
    background-color: #cdcece;
}

/* Color del scrollbar */
::-webkit-scrollbar-thumb {
    background-color: var(--color-primario);
    opacity: .2;
    border-radius: 25px;
}

/* Estilo del scrollbar cuando se desplaza */
::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primario);
    opacity: 1;
}



/*========================================================================================================================================================*/

.datos-cont {
    display: flex;
    flex-direction: column;
}

.datos-cont label {
    font-weight: 600;
}



.datos-cont textarea {
    border-radius: 5px;
    border: solid 1px var(--color-primario);
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    outline: var(--color-primario);
    padding: 5px;
    margin-bottom: 20px;
}

.container-upload-image {
    max-width: 400px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    margin: auto;
}

.img-area {
    position: relative;
    width: 480px;
    height: 480px;
    min-height: 500px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-area .icon {
    font-size: 70px;
    color: var(--color-primario)
}

.img-area h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.img-area p {
    color: #999;
}

.img-area p span {
    font-weight: 600;
}

.img-area img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
}

.img-area::before {
    content: attr(data-img);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
    z-index: 200;
}

.img-area.active:hover::before {
    opacity: 1;
}

.select-image {
    display: block;
    width: 50%;
    padding: 10px 0;
    border-radius: 5px;
    background: var(--color-primario);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}

.select-image:hover {
    background: var(--bgcolor--boton01-hover);
}

/*=======*/
.img-area1 {
    position: relative;
    width: 100%;
    height: 550px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}

.img-area1 .icon {
    font-size: 70px;
    color: var(--color-primario)
}

.img-area1 h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.img-area1 p {
    color: #999;
    font-size: 30px;
}

.img-area1 p span {
    font-weight: 600;
    font-size: 30px;
}

.img-area1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
}

.img-area1::before {
    content: attr(data-img);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
    z-index: 200;
}

.img-area1.active:hover::before {
    opacity: 1;
}

.select-image1 {
    display: block;
    width: 30%;
    padding: 5px 0;
    border-radius: 5px;
    background: var(--color-primario);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}

.select-image1:hover {
    background: var(--bgcolor--boton01-hover);
}


/*=============================================================== PAGOS STEP ========================================================================================*/

.card04 {
    margin: auto;
    width: 60%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bgcolor-card);
    border-radius: 15px;
    flex-direction: column;
    z-index: 1;
}

.container-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 80%;
}

.container-step .steps {
    display: flex;
    max-width: 500px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

.steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #d6d6d6;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #d6d6d6;
    transition: all 200ms ease;
    transition-delay: 0s;
    z-index: 3;
}

.steps .circle.active {
    transition-delay: 100ms;
    color: var(--color-primario);
    border: 4px solid var(--color-primario);
}

.steps .progress-bar {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d6d6d6;
    z-index: 2;
}

.progress-bar .indicator {
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--color-primario);
    transition: all 300ms ease;
}

.container .buttons {
    display: flex;
    gap: 20px;
}

.buttons button {
    padding: 8px 25px;
    background: var(--color-primario);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: all 200ms linear;
}

.buttons button:active {
    transform: scale(0.97);
}

.buttons button:disabled {
    background: var(--color-de-menu-header);
    cursor: not-allowed;
}


/*============================================================== FORMULARIO ===================================================================*/

.card05 {
    margin: auto;
    width: 200px;
    align-content: center;
}

.card05 h4 {
    font-weight: 800;
}

.formulario {
    font-weight: 600;
}

label {
    font-size: 12px;
    font-weight: 800;
}

input {
    border-radius: 5px;
    background-color: var(--color-input);
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    outline: var(--color-primario);
    padding: 5px;
    margin-bottom: 20px;
    border: solid 2px #d8d8d8;
}

input:focus {
    border: solid 2px var(--color-primario);
    outline: var(--color-primario);
}

.input {
    border-radius: 5px;
    background-color: var(--color-input);
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    outline: var(--color-primario);
    padding: 5px;
    margin-bottom: 20px;
    border: solid 2px #d8d8d8;
}

select {
    padding: 8px;
    font-size: 16px;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    font-weight: 600;
    background-color: var(--color-input);
    color: var(--text-color);
    margin-bottom: 20px;
    width: 100%;
  }

  select option{
    background-color: var(--color-input);
    color: var(--text-color);
    font-weight: 600;
  }
  select option:hover{
    background-color: var(--color-primario);
    color: white;
    font-weight: 600;
  }
  select:focus{
    border: solid 2px var(--color-primario);
  }
  

.direccion-envio h4 {
    margin: 20px 0px 10px 5px;
    font-weight: 800;
    font-size: 18px;
}

/*=====================================================================================================================================*/
.tabla-titulos {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.sub-maquilado {
    text-align: center;
    color: #fff;
}
.tab {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    color: var(--text-color);
    overflow: hidden;
}

.tab p {
    font-size: 14px;
    margin-bottom: 0px;
}

.tab label {
    position: relative;
    display: block;
    text-align: center;
    background: var(--bgcolor-card);
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
    border-radius: 15px 15px 0px 0px;
    color: var(--text-color);
}

.tab label:hover {
    background-color: #e2e2e2;
}

.tab-content {
    max-height: 0;
    overflow: hidden;
    background: #F7F7F7;
    color: #000;
    font-weight: 700;
    border-radius: 0px 0px 15px 15px;
    padding: 0 0 0 1em;
    margin-top: 0px;
    transition: max-height 0.5s;
}

/* :checked */
.tab.active .tab-content {
    max-height: 90%;
}

/* Icon */
.tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 20px;
    font-weight: 700;
}

.tab.active label::after {
    transform: rotate(315deg);
}

.product-list-grid-02 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-bottom: 60px;
}

.contenedor-grid-materiales-titulo{
    font-size: 40px;
    margin-top: 60px;
    background: linear-gradient(17deg, rgba(1,0,129,1) 0%, rgba(0,204,255,1) 100%);
    -webkit-background-clip: text; /* Para navegadores basados en WebKit */
    background-clip: text;
    color: transparent;
    text-align: center;
}
.contenedor-grid-materiales{
    margin: auto;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr ));
    justify-content: center; 
    place-content: center;
    justify-items: center;
    grid-auto-flow: row dense;
    margin-top: 30px;
}
.main-card-materiales{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.card-materiales{
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .3s;
}
.card-materiales:hover{
    cursor: pointer;
    transform: scale(1.03);
    box-shadow: 0px 5px 13px 4px rgba(0,0,0,0.1);
}
.card-materiales img{
    width: 100%;
    box-sizing: border-box;
    max-height: 250px;
    aspect-ratio: 1 / 1  !important;
}
.card-materiales h3{
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}

/*===================================================================================================*/
.container-upload-imagen {
    display: flex;
    max-height: 50px;
}

.imagen-principal {
    width: 100%;
}

.image-upload {
    display: flex;
    flex-direction: column;
}

.subir-imagenes-banner {
    display: flex;
}

.image-preview {
    width: 70%;
    margin-right: 10px;
}

.thumbnail-preview {
    width: 30%;
}

.thumbnail-preview img {
    width: 100%;
    margin-bottom: 10px;
}

.upload-input {
    width: 100%;
}

.delete-button {
    display: none;
}


/*===================================================*/
.drag-area {
    border: 2px dashed var(--color-primario);
    height: 500px;
    width: 100%px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 30px 30px 0px 0px;
    transition: .2s;
    margin-bottom: 10px;
}

.drag-area.active {
    border: 2px solid var(--color-primario);
}

.drag-area .icon {
    font-size: 100px;
    color: var(--color-primario);
}

.drag-area header {
    font-size: 30px;
    font-weight: 600;
    color: var(--text-color);
}

.drag-area span {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    margin: 10px 0 15px 0;
    text-align: center;
}

.drag-area button {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border: solid 2px var(--color-primario);
    outline: none;
    background: transparent;
    color: var(--color-primario);
    border-radius: 5px;
}

.drag-area button:hover {
    padding: 10px 25px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    outline: none;
    background: var(--color-primario);
    border: solid 2px var(--color-primario);
    color: #fff;
    transition: .3s;
    cursor: pointer;
}

.drag-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.delete-btn {
    margin-top: 10px;
    width: 200px;
    max-width: 200px;
    background-color: transparent;
    border: solid 2px #ff3c3c;
    color: #ff3c3c;
    border-radius: 5px;
    margin: auto;
    padding: 10px 40px 10px 40px;
    font-weight: 600;
    transition: .3s;
}

.delete-btn:hover {
    background-color: #ff3c3c;
    color: #fff;
}

/*==============================================================*/
.container2 {
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
    transition: .6s;
  }
  
  .container2 h3 {
    margin: 0;
    font-weight: 700;
  }
  
  .container2 form {
    margin-top: 10px;
  }
  
  .container2 form label {
    display: block;
    margin-bottom: 5px;
  }
  
  .container2 form input,
  .container2 form textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .container2 form input[type="submit"] {
    background-color: var(--color-primario);
    color: rgba(255, 255, 255, 0.889);
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.contendor-grid-02{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.card-sia-indus{
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.235);
    border-radius: 25px;
    width: 700px;
    height: 530px;
    margin: auto;
    overflow: hidden;
    border: none;
    position: relative;
    padding: 15px;
    transition: .3s;
    border: 2px solid #002581;
    color: #fff;
}
.card-sia-indus:hover{
    transform: translateY(-3px);
}
.contenedor-imgs{
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 15px 15px 4px 4px;
    overflow: hidden;
}
.contenedor-imgs img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-sia-indus-texto{
    margin-top: 20px;
}
.card-sia-indus-texto h2{
    font-size: 35px;
    
}
.card-sia-indus-texto button{ 
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    border-radius: 6px;
    border: 2px solid #002581;   
    color: #002581;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transition: .3s;
}
.card-sia-indus-texto button:hover{
    background: linear-gradient(17deg, rgba(0,37,129,1) 0%, rgba(0,82,149,1) 100%);
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 5px 13px 4px rgba(0,0,0,0.1);
}
.card-sia-indus-texto button:active{
    transform: scale(.97);
}
.banner-instalaciones{

}
.banner-instalaciones{
    background-image: url(../img/INSTALACIONES-ELECTRICAS--BANNER.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.banner-instalaciones h1{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.banner-instalaciones h2{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 150px;
    text-transform: uppercase;
}
.banner-instalaciones h3{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: auto;
    margin-top: 0px;
    text-transform: uppercase;
}


.banner-materiales{
    background-image: url(../img/MATERIALES/BANNER.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.banner-materiales h1{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.banner-materiales h2{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 150px;
    text-transform: uppercase;
}
.banner-materiales h3{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: auto;
    margin-top: 0px;
    text-transform: uppercase;
}





/*================================================ ANIMACION FONDO =====================================================================*/



/*=======================================================================================================================================*/

.contenedor-formulario{
    width: 80%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    margin: auto;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: #000615;
    overflow: hidden;
    position: relative;
}
.cont-formulario{
    display: flex;
    flex-direction: column;
}
.cont-formulario img{
    width: 50%;
    overflow: hidden;

}

/*==================================================================================================================*/


.Purchase {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 20px 0px;
}  
.Purchase img {
    width: 100px;
    margin-top: 20px;
} 
.Purchase01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
.Purchase01 h4 {
    height: 40px;
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}
.product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 60px;
  }
  
.product-list img {
    width: 100%;
    pointer-events: none;
}
  
.product-list-grid-02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 60px;
}
  
.sub-maquilado {
    text-align: center;
}
/*-----------------*/
table {
    border-collapse: collapse;
    width: 100%;
    color: #fff;
}
  
th {
    background-color: #2f2f2f9d;
    font-size: 20px;
}
  
td {
    font-size: 12px;
}
  
th, td {
    border: 1px solid #04519f; /* Establecer bordes horizontales y verticales */
    padding: 8px;
    text-align: left;
}
  
tr:hover {
    background-color: #36363654; /* Cambio de color al pasar el cursor */
}
  
th, td {
    border-left: none;
    border-right: none; /* Eliminar bordes verticales */
}

/*------------*/


.texto-01 {
    font-size: 12px;
}
  
.card-06 b {
    color: var(--colo-primario);
}
  
.linea-roja {
    width: 100%;
    height: 10px;
    
    background: linear-gradient(279deg, rgba(1,0,129,1) 0%, rgba(0,204,255,1) 100%);
}
  
.tabla-titulos {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}
  
.card-06 {
    width: 100%;
    height: auto;
    border-radius: 25px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: rgba(235, 235, 235, 0.341);
    backdrop-filter: blur(5px);
    padding: 20px;
    color: #fff;
}
  