:root {
    --gris-oscuro: rgb(45, 45, 45);
    --rojo: #EC3337;

    --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;
}



/* 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;
}

main {
    color: #FFF;
}

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

main .contacto-width {
    position: relative;
    z-index: 1;
}

main .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;
}

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

main .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);
}

main .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;
}

/* INFORMACIÓN DE CONTACTO */
.contact-info-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #444 0%, var(--gris-oscuro) 100%);
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 2rem;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

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

.contact-icon {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, var(--rojo), #ff4757);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(236, 51, 55, 0.3);
}

.contact-icon svg {
    width: 4rem;
    height: 4rem;
    filter: none;
}

.contact-card h3 {
    color: #FFF;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.contact-info-image {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.contact-text-image {
    height: 2.4rem;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.contact-link {
    color: var(--rojo);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border: 2px solid var(--rojo);
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-link:hover {
    background: var(--rojo);
    color: #FFF;
    transform: scale(1.05);
}

/* FORMULARIO */
.form-section {
    padding: 8rem 0;
    background: var(--gris-oscuro);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.form-header {
    text-align: center;
    margin-bottom: 4rem;
}

.form-header h2 {
    color: #FFF;
    font-size: 4rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.8rem;
    line-height: 1.6;
}

.contact-form {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 4rem;
    backdrop-filter: blur(10px);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-label {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
}

.form-label.required::after {
    content: '*';
    color: var(--rojo);
    margin-left: 0.5rem;
    font-size: 1.8rem;
}

.contact-form input,
.contact-form textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    color: #FFF;
    font-size: 1.6rem;
    transition: all 0.3s ease;
    font-family: var(--cont-font);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--rojo);
    box-shadow: 0 0 0 4px rgba(236, 51, 55, 0.1);
    background: rgba(255, 255, 255, 0.08);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form textarea {
    resize: vertical;
    min-height: 12rem;
}

.submit-btn {
    background: linear-gradient(135deg, var(--rojo), #ff4757);
    color: #FFF;
    border: none;
    border-radius: 12px;
    padding: 1.8rem 3rem;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: auto;
    min-width: 300px;
    max-width: 100%;
    margin: 2rem auto 0;
    font-family: var(--title-font);
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.submit-btn svg {
    transition: transform 0.3s ease;
}

.submit-btn:hover svg {
    transform: translateX(4px);
}

/* SERVICIOS */
.services-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, var(--gris-oscuro) 0%, #444 100%);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 2rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rojo), #ff4757);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(236, 51, 55, 0.3);
}

.service-icon {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 2rem;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.service-card h3 {
    color: #FFF;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.service-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.service-link {
    color: var(--rojo);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border: 2px solid var(--rojo);
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-link:hover {
    background: var(--rojo);
    color: #FFF;
    transform: scale(1.05);
}

/* NEWSLETTER */
.newsletter-section {
    padding: 8rem 0;
    background: var(--rojo);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../imgs/asfalt-dark.png');
    opacity: 0.1;
    z-index: 1;
}

.newsletter-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.newsletter-content h2 {
    color: #FFF;
    font-size: 4rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.newsletter-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input-group {
    display: flex;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.5rem;
    backdrop-filter: blur(10px);
}

.newsletter-input-group input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 1.5rem 2rem;
    color: #FFF;
    font-size: 1.6rem;
    outline: none;
}

.newsletter-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-btn {
    background: #FFF;
    color: var(--rojo);
    border: none;
    border-radius: 50px;
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--title-font);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.newsletter-btn svg {
    transition: transform 0.3s ease;
}

.newsletter-btn:hover svg {
    transform: translateX(4px);
}

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

main .main-desc h2{
    font-family: var(--cont-font);
    font-size: 1.5rem;
    font-weight: 100;

}

.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(4232% + 1.3px);
    height: 1079px;
}

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

.form-section {
    margin-top: 2.4rem;
    width: 100%;
}

.form-section h2 {
    font-size: 3rem;

    margin-bottom: 1.6rem;
}

.form-section form {
    display: flex;
    flex-direction: column;

    font-size: 1.5rem;
}

form label {
    display: flex;

    font-size: 2rem;
}

.form-section form input {
    background-color: #303030;
    padding-left: 1.6rem;
    color: #FFF;
    border: none;

    height: 2.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.form-section form textarea {
    background-color: #303030;
    color: #FFF;
    border: none;

    padding: 1.7rem 1.4rem;

    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
}


textarea {
    resize: vertical;
}


.required::after {
    content: '*';
    color: red;
    float: right;
    margin-left: 1rem;
  }

  .required-nombre::after {
    content: '*';
    color: red;
    float: right;
    margin-left: 1rem;
  }

  .required-asunto::after {
    content: '*';
    color: red;
    float: right;
    margin-left: 1rem;
  }

  .required-comentario::after {
    content: '*';
    color: red;
    float: right;
    margin-left: 1rem;
  }

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

textarea:focus {
    outline: 1px solid var(--rojo);
}

form button {
    width: 50%;

    background-color: var(--rojo);
    border: none;

    color: #FFF;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
}

form button:hover {
    background-color: #ee4e50;
}

.contacto-desc-width a{
    color: var(--rojo);
    text-decoration: none;
}


main .formas-contacto-section {
    margin-top: 8.8rem;
}

.formas-contacto-section h2 {
    font-size: 3rem;
    margin-bottom: 1.6rem;
}

.formas-contacto-section div {
    display: flex;
    flex-direction: column;
}

.formas-contacto-section figure{
    width: 100%;
    margin-bottom: 1.6rem;
}

.formas-contacto-section figure img{
    width: 100%;
}

.productos-width {
    margin-top: 2.4rem;

    display: flex;
    flex-direction: column;
}

.productos-section {
    margin-top: 2.4rem;
}

main .productos-width .productos-title {
    font-size: 3.5rem;
    margin-bottom: 1.6rem;
}

.contacto-desc {
    margin-top: 3.6rem;   
    margin-bottom: 4rem; 
}

.contacto-desc h2 {
    font-size: 2.9rem;
    margin-bottom: 1.6rem;
}

.contacto-desc p {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;

    line-height: 2.5rem;
}

/* .productos-section p {
    font-size: 1.5rem;
}

.productos-section h2 {
    font-size: 3rem;
    letter-spacing: 2px;
}

.productos-width p {
    font-size: 1.5rem;
}

.producto-cont {
    margin-bottom: 3.2rem;
}

.producto-cont .producto-title {
    margin-bottom: 0.8rem;
}

.producto-cont .producto-desc {
    margin-bottom: 0.8rem;
}

.productos-width figure {
    margin-top: 1.6rem;
    width: 100%;
}

.productos-width figure img {
    width: 100%;
}
 */

 /* 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%;
}
    /*T A B L E T A S*/

@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;
    }

    .contacto-width {
        display: flex;
    }

    /* F O R M U L A R I O*/

    .form-section form input {
        height: 3.5rem;
    }

    .formas-contacto-section{
        display: flex;
        flex-direction: column;

        padding-left: 1.6rem;
        width: 50%;
    }

    main .contacto-desc {
        width: 50%;
        padding-left: 1.6rem;
    }

    main .contacto-desc .contacto-desc-width {
        width: 80%;
        margin: 0 auto;
    }

    
    .formas-contacto-section {
        width: 100%;
    }

    .formas-contacto-section figure {
        width: 40%;
    }

    .formas-contacto-section .formas-contacto-width {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }


    main .formas-contacto-section {
        margin-top: 0rem;
    }
/* 
    .productos-section {
        width: 50%;
    }

    main .productos-width {
        width: 100%;
        display: flex;
    }

    .productos-width h2{
        font-size: 2rem;

    }

    .producto-cont {
        display: flex;
        width: 100%;
        height: 17rem;

        margin-bottom: 1.2rem;
    }

    main .producto-cont img {
        width: 25rem;
    }

    .producto-cont .producto-text {
        align-self: center;
    } */

    .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;
    }

    
    .tel-cont {
        padding-right: 5rem;
    }

}

/*PCs / LAPTOPs*/

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

    /*Header / nav*/

    header {
        position: inherit;
    }

    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;
        padding-top: 0;
    }

    main .main-title {
        padding-top: 0rem;
    }

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

    .contacto-width {
        display: flex;
    }

    .form-section {
            width: 50%;
    }



    .formas-contacto-section{
        display: flex;
        flex-direction: column;

        padding-left: 1.6rem;
        width: 50%;
    }

    main .contacto-desc {
        width: 50%;
    }

    main .contacto-desc .contacto-desc-width {
        width: 80%;
        margin: 0 auto;
    }

    .contacto-desc h2 {
        font-size: 3.5rem;
    }

    .contacto-desc p {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .formas-contacto-section {
        width: 100%;
    }

    .formas-contacto-section figure {
        width: 40%;
    }

    main .formas-contacto-section {
        margin-top: 2.4rem;
    }

    .formas-contacto-section .formas-contacto-width {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .tel-cont {
        padding-right: 9rem;
    }

   /*  .productos-section {
        width: 50%;
        padding-left: 2.4rem;
    }

    main .productos-width {
        width: 100%;
        display: flex;
    }

    .productos-width h2{
        font-size: 2rem;

    }

    .producto-cont {
        display: flex;
        width: 100%;
        height: 17rem;

        margin-bottom: 1.2rem;
    }

    main .producto-cont img {
        width: 25rem;
    }

    .producto-cont .producto-text {
        align-self: center;
    } */

    .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) {
    main .hero-section {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }
    
    main .hero-text h1 {
        font-size: 3.5rem;
        letter-spacing: 2px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    
    main .hero-text p {
        font-size: 1.6rem;
        max-width: 90%;
    }
    
    /* Responsive para nuevo contenido */
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-form {
        padding: 2.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .newsletter-input-group {
        flex-direction: column;
        border-radius: 20px;
    }
    
    .newsletter-btn {
        border-radius: 20px;
    }
    
    /* Ajustes para el botón en tablets */
    .submit-btn {
        min-width: auto;
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (max-width: 480px) {
    main .hero-section {
        padding-top: 8rem;
        padding-bottom: 1.5rem;
    }
    
    main .hero-text h1 {
        font-size: 2.8rem;
        letter-spacing: 1px;
        text-shadow: none;
    }
    
    main .hero-text p {
        font-size: 1.4rem;
        max-width: 95%;
    }
    
    /* Responsive para nuevo contenido en móviles pequeños */
    .contact-info-section,
    .form-section,
    .services-section,
    .newsletter-section {
        padding: 4rem 0;
    }
    
    .contact-card,
    .service-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
    
    .form-header h2,
    .newsletter-content h2 {
        font-size: 3rem;
    }
    
    .form-header p,
    .newsletter-content p {
        font-size: 1.6rem;
    }
    
    /* Ajustes específicos para el botón en móviles pequeños */
    .submit-btn {
        min-width: auto;
        width: 100%;
        padding: 1.5rem 2rem;
        font-size: 1.6rem;
    }
}

