:root {
    --gris-oscuro: rgb(45, 45, 45);
    --rojo: #EC3337;
    --gris-claro: #f8f9fa;
    --gris-medio: #6c757d;
    --blanco: #ffffff;
    --sombra: rgba(0, 0, 0, 0.1);
    --sombra-hover: rgba(0, 0, 0, 0.2);

    --title-font: 'Oswald', sans-serif;
    --cont-font: 'PT Sans', sans-serif;
    
}

html{
    box-sizing: border-box;
    font-size: 62.5%;
    font-family: Helvetica, sans-serif;
    background-color: var(--gris-oscuro);
    background-image: url("../imgs/asfalt-dark\ \(1\).png");
}


* {
    margin: 0;
    padding: 0;

    scrollbar-width: thin;
    scrollbar-color: #EE3333 #242424;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    width: 10px;
    width: 10px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #242424;
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #303030;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #303030;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 11px;
    background-color: #EE3333;
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: #EE3333;
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: #EE3333;
  }

  h1, h2 {
    font-family: var(--title-font);
  }

 a, p, span {
    font-family: var(--cont-font);
}

header {
    background-color: var(--gris-oscuro);
    display: flex;
    justify-content: space-around;
    height: 10vh;

    position:fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header .logo_5sfoam {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 2rem;
}

header .navbar-icon-cont{
    width: 15%;
}

.menu-button {
    display: flex;
    align-items: center;
    text-align: center;
    filter: invert(1);

    position: relative;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.x-icon {
    display: none;
    text-align: center;
    filter: invert(1);

    position: relative;
    top: 0.5rem;
    right: 1rem;
}

.header-correo {
    display: none;
}

header nav {
    color: white;
    display: flex;
    align-items: center;
}

nav .nav_options {
    display: none;
}


header nav ul li{
    padding-left: 4rem;
    list-style: none;
}

header nav ul a {
    text-align: center;
    color: white;
    list-style: none;
    text-decoration: underline #EC3337 0.5rem;
}

header nav ul a:hover {
    text-decoration: #FFF;
    transition: all 0.3s ease;

}

.redes-cont {
    display: none;
    align-items: center;
}

.redes-cont figure {
    width: 100%;
    height: 100%;
}

.redes-cont figure a {
    justify-content: center;
    align-content: center;
    padding-left: 2rem;
}

.redes-cont img {
    height: 100%;
    width: 3.5rem;
    align-items: center;
}

nav .nav_options.active {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gris-oscuro);
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.nav_options.active .redes-cont li {
    width: auto;
    padding-left: 0;
}

.nav_options.active .redes-cont {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav_options.active .mensaje-redes {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.4rem;
    font-family: var(--cont-font);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bloquear scroll del body cuando el menú esté activo */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
}

.nav_options.active li {
    font-size: 3.5rem;
    color: #FFFF;
    font-weight: bold;

    width: 100%;
}

.nav_options.active .home {
    position: absolute;
    top: 18%;
    left: 15%;
    text-align: left;
    width: auto;
}

.nav_options.active .home a{
    text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration-color: #EC3337;
    -webkit-text-decoration-thickness: 0.5rem;
    text-underline-offset: 5px;
    display: inline-block;
}

.nav_options.active .productos {
    position: absolute;
    top: 26%;
    left: 15%;
    text-align: left;
    width: auto;
}

.nav_options.active .productos a{
    text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration-color: #EC3337;
    -webkit-text-decoration-thickness: 0.5rem;
    text-underline-offset: 5px;
    display: inline-block;
}

.nav_options.active .galeria {
    position: absolute;
    top: 34%;
    left: 15%;
    text-align: left;
    width: auto;
}

.nav_options.active .galeria a{
    text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration-color: #EC3337;
    -webkit-text-decoration-thickness: 0.5rem;
    text-underline-offset: 5px;
    display: inline-block;
}

.nav_options.active .blog {
    position: absolute;
    top: 42%;
    left: 15%;
    text-align: left;
    width: auto;
}

.nav_options.active .blog a{
    text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration-color: #EC3337;
    -webkit-text-decoration-thickness: 0.5rem;
    text-underline-offset: 5px;
    display: inline-block;
}

.nav_options.active .contacto {
    position: absolute;
    top: 50%;
    left: 15%;
    text-align: left;
    width: auto;
}

.nav_options.active .contacto a{
    text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration-color: #EC3337;
    -webkit-text-decoration-thickness: 0.5rem;
    text-underline-offset: 5px;
    display: inline-block;
}

.nav_options.active .nosotros {
    position: absolute;
    top: 58%;
    left: 15%;
    text-align: left;
    width: auto;
}

.nav_options.active .nosotros a{
    text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration: underline #EC3337 0.5rem;
    -webkit-text-decoration-color: #EC3337;
    -webkit-text-decoration-thickness: 0.5rem;
    text-underline-offset: 5px;
    display: inline-block;
}

.nav_options.active a:hover {
    color: var(--rojo);
    text-decoration: underline #FFF 0.5rem;
}

.menu-button.hide {
    display: none;
}

.x-icon.show {
    display: flex;
    position: fixed;
    top: 3rem;
    right: 2rem;
    z-index: 3;
    cursor: pointer;
}

/*P R O D U C T O S*/

/* Nueva sección de productos principales */
.products-main-section {
    padding: 6rem 2rem;
    background: var(--gris-oscuro);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    color: var(--blanco);
    font-size: 4rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--title-font);
}

.section-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.8rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.product-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--rojo);
}

.product-card.featured {
    border-color: var(--rojo);
    box-shadow: 0 8px 25px rgba(236, 51, 55, 0.2);
}

.product-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--rojo);
    color: var(--blanco);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-content {
    padding: 2.5rem 2.5rem 3rem 2.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-content h3 {
    color: var(--blanco);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: var(--title-font);
}

.product-specs {
    margin-bottom: 2rem;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.spec-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    font-weight: 500;
}

.spec-value {
    color: var(--blanco);
    font-size: 1.4rem;
    font-weight: 600;
}

.product-price {
    margin-bottom: 2rem;
    text-align: center;
}

.price-amount {
    display: block;
    color: var(--rojo);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.price-unit {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
}

.product-btn {
    display: block;
    width: calc(100% - 4rem);
    max-width: 280px;
    background: linear-gradient(135deg, var(--rojo), #ff4757);
    color: var(--blanco);
    text-decoration: none;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: auto;
}

.product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(236, 51, 55, 0.4);
}

.productos-desc {
    width: 90%;
    margin: 0 auto;
    margin-top: 2.4rem;

    font-size: 2rem;
    font-family: var(--cont-font);
}

.hero-section {
    background-color: var(--rojo);
    width: 100%;
    position: relative;
    margin-bottom: 1.6rem;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    text-align: center;
    overflow: hidden;
}



.hero-text {
    margin-bottom: 2rem;
    margin-top: 2rem;
    animation: fadeInUp 1s ease-out both;
}

.hero-text h1 {
    font-size: 5rem;
    color: #FFF;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-text p {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.3;
    font-weight: 300;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Sección de accesorios */
.accessories-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #444 0%, var(--gris-oscuro) 100%);
}

.accessories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.accessory-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.accessory-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--rojo);
}

.accessory-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
}

.accessory-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.accessory-card:hover .accessory-image img {
    transform: scale(1.05);
}

.accessory-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--rojo);
    color: var(--blanco);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.accessory-content {
    padding: 2.5rem 2.5rem 3rem 2.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.accessory-content h3 {
    color: var(--blanco);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: var(--title-font);
}

.accessory-features {
    margin-bottom: 2rem;
}

.accessory-features ul {
    list-style: none;
    padding: 0;
}

/* Estilo especial para el Kit Profesional con dos columnas */
.accessory-features.two-columns ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.accessory-features.two-columns li {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}

.accessory-features li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.accessory-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--rojo);
    font-weight: bold;
}

.accessory-price {
    margin-bottom: 2rem;
    text-align: center;
}

.price-amount {
    display: block;
    color: var(--rojo);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.price-discount {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
}

.accessory-btn {
    display: block;
    width: calc(100% - 4rem);
    max-width: 280px;
    background: linear-gradient(135deg, var(--rojo), #ff4757);
    color: var(--blanco);
    text-decoration: none;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: auto;
}

.accessory-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(236, 51, 55, 0.4);
}

.productos-section {
    flex-direction: column;
    background-image: url('../imgs/asfalt-dark\ \(1\).png');

    color: #FFF;

    position: relative;
    z-index: 1;
}

.productos-section .productos-title {
    background: var(--rojo);
    width: 90%;
    padding: 1.6rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.productos-title h2 {
    position: relative;
    z-index: 1;
}

.productos-top-divider {
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.productos-top-divider svg {
    position: relative;
    display: block;
    width: calc(1664% + 1.3px);
    height: 552px;
}

.productos-top-divider .shape-fill {
    fill: #ec3336;
}

.productos-width {
    width: 90%;
    margin: 0 auto;
}

.producto-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
}

.producto-img {
    order: 1;
}

.producto-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 2;
}

main .productos-section .producto-title h2{
    letter-spacing: normal;
    font-size: 3rem;
}

.producto-text p {
    font-size: 1.5rem;
    padding-bottom: 1.6rem;
}

.producto-desc{
    font-size: 2rem;
}

.producto-precio {
    font-size: 1.5rem;
}

.producto-boton {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.producto-boton a{
    width: 100%;
    background-color: var(--rojo);
    padding: 1.5rem 3rem;

    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bolder;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFF;
}

.producto-boton a:hover{
    background-color: #ee4e50;
}


.producto-img {
    width: 100%;
    height: 50%;
}

.producto-img img {
    width: 100%;
}

.productos-bottom-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.productos-bottom-divider svg {
    position: relative;
    display: block;
    width: calc(1254% + 1.3px);
    height: 421px;
}

.productos-bottom-divider .shape-fill {
    fill: #EC3337;
}


/*A C C E S O R I O S*/

.accesorios-top-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.accesorios-top-divider svg {
    position: relative;
    display: block;
    width: calc(1460% + 1.3px);
    height: 434px;
}

.accesorios-top-divider .shape-fill {
    fill: #EC3337;
}

.accesorios-section {
    width: 90%;
    margin: 0 auto;

    margin-top: 2.4rem;

    color: #FFF;
}

.accesorios-title {
    font-size: 3rem;
    letter-spacing: 1px;
}

.accesorios-title {
    color: #FFF;
    background-color: var(--rojo);
    position: relative;

    font-size: 2.5rem;
}

.accesorios-title h2 {
    width: 50%;
    position: relative;
    z-index: 1;
    left: 5%;
}


/* F O O T E R*/


footer {
    background-color: var(--gris-oscuro);
    padding-top: 4rem;

    display: flex;
    flex-direction: column;

    color: #FFF;
}

.footer-width {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2.4rem;

    display: flex;
    flex-direction: column;
}

.footer-bar ul {
    font-size: 2rem;
    font-weight: bold;
    list-style: none;

    margin-bottom: 2.4rem;
} 

.footer-bar ul li {
    margin-top: 0.8rem;
}

.footer-bar ul li a {
    color: #FFF;
    text-decoration: none;
}

.footer-bar ul li a:hover {
    color: var(--rojo);
}


.footer-mobile-divider {
    border: 1px solid #272626;
}

.footer-correo {
    display: flex;
    flex-direction: column;
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
}

#mc_embed_signup {
    background-color:#2d2d2d;
    clear: left; 
    font-size:15px ;
    font-family: var(--cont-font); 
    width: 100%;
}


.mc-field-group label {
    display: flex !important;
    font-size: 2rem;
}

.mc-field-group label::after {
    content: '*';
    color: var(--rojo);
    position: relative;
    left: 2%;
}

#mc-embedded-subscribe {
    margin: 1.6rem !important;
}


footer form {
    margin: 0 !important;
}

footer .mc-field-group {
    width: 100% !important;
}

.footer-correo h2 {
    font-size: 2.5rem;
    margin-bottom: 1.6rem;
}

.mc-field-group {
    display: flex;
    flex-direction: column;
}

.footer-correo span {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
}

footer .email{
    margin-top: 1.6rem;

    background-color: #242424;
    padding-left: 2rem;
    width: 100%;
    height: 3rem;

    border: none;

    color: #FFF;
    font-size: 2rem;
}

.footer-button {
    padding: 1rem;
    color: #FFF;
    font-weight: bold;
}


footer label input:focus {
    outline: 1px solid var(--rojo);
}

footer label input::placeholder {
    align-self: center;
}

.asterisk {
    color: var(--rojo);
    font-size: 1.5rem;
}

.footer-button {
    background-color: var(--rojo);
}

.footer-button:hover {
    cursor: pointer;
    background-color: #ee4e50;
}

.footer-redes-width {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2.4rem;
}

.footer-redes {
    margin-top: 2.4rem;
}

.footer-redes ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-redes li {
    list-style: none;
    padding-left: 1.2rem;
}

.footer-redes img {
    width: 70%;
}

/*TABLETAS*/

@media screen and (min-width: 767px) and (max-width:1023px){

    .redes-cont {
        display: none;
        align-items: center;
    }
    
    .redes-cont figure {
        width: 100%;
        height: 100%;
    }
    
    .redes-cont figure a {
        justify-content: center;
        align-content: center;
    }
    
    .redes-cont img {
        height: 100%;
        width: 3.5rem;
        align-items: center;
    }
    
    .nav_options.active .redes-cont li {
        width: auto;
    }
    
    .nav_options.active .redes-cont {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        bottom: 10%;    
        width: 100%;
    }
    
    .nav_options.active li {
        font-size: 4.5rem;
        color: #FFFF;
        font-weight: bold;
    
        width: 100%;
        text-decoration: underline #EC3337 0.5rem;
    }

    .nav_options.active .redes-cont li {
        width: auto;
        padding-left: 5rem;
    }
    
    .nav_options.active .home {
        top: 16%;
        text-align: center;
    }
    
    .nav_options.active .productos {
        top: 26%;
        text-align: center;
    }
    
    .nav_options.active .galeria {
        top: 36%;
        text-align: center;
    }
    
    .nav_options.active .blog {
        top: 46%;
        text-align: center;
    }
    
    .nav_options.active .contacto {
        top: 56%;
        text-align: center;
    }
    
    .nav_options.active .nosotros {
        top: 66%;
        text-align: center;
    }

    /*P R O D U C T O S*/

    .productos-section .productos-title {
        position: relative;
        left: 5%;
    }

    .productos-width {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .producto-cont {
        flex-direction: row;
    }

    .producto-img {
        width: 50%;
        height: 100%;
    }

    .producto-text {
        justify-content: center;
        width: 50%;
        padding-left: 1.6rem;

    }

     /*F O O T E R*/

     .footer-width {
        display: flex;
        flex-direction: row;
    }

    .footer-bar {
        width: 50%;
    }

    .footer-correo {
        width: 50%;
        padding-left: 2.4rem;
        margin: 0 auto;
    }

    .footer-correo input{
        width: 100%;
    }

    .footer-redes {
        width: 80%;
        padding-left: 2.4rem;
    }

    
    
    .footer-redes ul{
        align-self: center;
        display: flex;
        width: 115%;
        justify-content: space-between;
    }
    

}

/*L A P T O P S  P E Q U E Ñ A S*/

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    main .productos-width {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    main .producto-cont {
        width: 100%;
        align-self: center;
    }

    main .producto-img {
        width: 50%;
    }

    main .producto-text {
        width: 50%;
    }

}

/*PCs / LAPTOPs*/

@media screen and (min-width: 1024px) {

    /*Header / nav*/

    header {
        position: relative;
        z-index: 1;
    }

    header .logo_5sfoam {
        justify-content: flex-start;
        width: 50vw;
        padding-left: 4rem;
    }

    header .navbar-icon-cont {
        width: 50%;
        justify-content: flex-end;
    }

    header nav {
        width: 60vw;
        font-size: 2rem;
        justify-content: flex-end;
        padding-right: 10rem;

        text-decoration: underline #EC3337 0.5rem;
        text-underline-offset: 5px;
    }

    nav .nav_options a {
        font-weight: bold;
    }

    nav .nav_options a:hover {
        color: red;
        text-decoration: underline #FFF 0.5rem;
        
    }

    .menu-button {
        display: none;
    }

    nav .nav_options {
        display: flex;
    }

    main{
        margin-top: 0;
    }

    /*P R O D U C T O S*/

    .productos-section {
        margin-top: 3.2rem;
        margin-bottom: 4.8rem;
    }
        
    .productos-desc {
        font-size: 3rem;
    }

    main .productos-section {
        padding-top: 5rem;
   }
    
    .productos-section .productos-title {
        padding-top: 0;
        position: relative;
    }

    .productos-top-divider {
        top: 16%;
    }

    
    .productos-top-divider svg {
        width: calc(640% + 1.3px);
        height: 348px;
    }


    .producto-title h2 {
        position: relative;
    }

    .productos-width {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        align-items: center;
    }
    
    .producto-cont {
        flex-direction: row;
        width: 50%;     

        margin-top: 2.6rem;
        margin-bottom: 2.4rem;
    }
    
    .producto-img {
        display: flex;
        justify-content: center;
        align-self: center;
        width: 68%;
        height: 79%;
    }

    .producto-img img {
        width: 100%;
        max-width: 50rem;
        height: 100%;
        max-height: 50rem;
    }
    
    .producto-text {
            width: 30%;
            justify-content: center;
            padding-left: 1.6rem;
    }

    main .producto-title {
        width: 100%;

        display: flex;
        justify-content: start;
    }
    
    main .productos-section .producto-title h2 {

            font-size: 3rem;
            margin-bottom: 0.8rem;
    }
    
    .producto-text p {
        font-size: 1.5rem;
    }   
    
    .producto-boton {
        margin-top: 1.6rem;
        margin-bottom: 0;
    }
    
    .producto-boton a {
        font-size: 2rem;
    }

    .productos-title {
        padding-top: 0;
        color: #FFF;
        background-color: var(--rojo);
        position: relative;
    
        font-size: 4rem;
    }

    .productos-bottom-divider svg {
        position: relative;
        display: block;
        width: calc(1205% + 1.3px);
        height: 626px;
    }
    
/*A C C E S O R I OS*/

    .accesorios-top-divider SVG{
        width: calc(825% + 1.3px);
        height: 775px;
    }

    .accesorios-title {
        color: #FFF;
        background-color: var(--rojo);
        position: relative;
    
        font-size: 4rem;
    }

    /*F O O T E R*/

    .footer-width {
        display: flex;
        flex-direction: row;
    }

    .footer-bar {
        width: 50%;
    }

    .footer-correo {
        width: 50%;
        padding-left: 4.8rem;
        margin: 0 auto;
    }

    .footer-redes ul{
        align-self: center;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .footer-redes li {
        padding-left: 3.2rem;
    }
}

/* Estilos responsivos para la sección hero */
@media screen and (max-width: 768px) {
    .hero-section {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }
    
    .hero-text h1 {
        font-size: 3.5rem;
        letter-spacing: 2px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    
    .hero-text p {
        font-size: 1.6rem;
        max-width: 90%;
    }
    
    /* Responsive para nuevo diseño */
    .section-header h2 {
        font-size: 3rem;
    }
    
    .section-header p {
        font-size: 1.6rem;
    }
    
    .products-main-section,
    .accessories-section {
        padding: 6rem 1.5rem;
    }
    
    .products-grid,
    .accessories-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .product-content,
    .accessory-content {
        padding: 2rem;
    }
    
    .product-content h3,
    .accessory-content h3 {
        font-size: 2rem;
    }
    
    /* Ajustar altura de imágenes en tablets */
    .product-image,
    .accessory-image {
        height: 200px;
    }
    
    /* En tablets, el Kit Profesional mantiene dos columnas */
    .accessory-features.two-columns ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 480px) {
    .hero-section {
        padding-top: 8rem;
        padding-bottom: 1.5rem;
    }
    
    .hero-text h1 {
        font-size: 2.8rem;
        letter-spacing: 1px;
        text-shadow: none;
    }
    
    .hero-text p {
        font-size: 1.4rem;
        max-width: 95%;
    }
    
    /* Responsive para nuevo diseño en móviles pequeños */
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .section-header p {
        font-size: 1.4rem;
    }
    
    .products-main-section,
    .accessories-section {
        padding: 4rem 1rem;
    }
    
    .product-content,
    .accessory-content {
        padding: 1.5rem;
    }
    
    .product-content h3,
    .accessory-content h3 {
        font-size: 1.8rem;
    }
    
    /* Ajustar altura de imágenes en móviles */
    .product-image,
    .accessory-image {
        height: 180px;
    }
    
    .product-btn,
    .accessory-btn {
        font-size: 1.4rem;
        padding: 1.2rem 1.5rem;
        width: calc(100% - 3rem);
        max-width: 250px;
    }
    
    /* En móviles pequeños, el Kit Profesional vuelve a una columna */
    .accessory-features.two-columns ul {
        grid-template-columns: 1fr;
    }
}