/* General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #FFFFFF;
    color: black;
    font-family: '__PP Right Grotesk_6';
    font-size: 1rem;
}

/* Fuente */
@font-face {
    font-family: '__PP Right Grotesk_6';
    src: url('/promocode2/fonts/pprightgrotesk-wideblack.eot');
    src: local('☺'), url('/promocode2/fonts/pprightgrotesk-wideblack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: '__PP Right Grotesk_6';
    src: url('/promocode2/fonts/pprightgrotesk-widemedium.eot');
    src: local('☺'), url('/promocode2/fonts/pprightgrotesk-widemedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Estructura */
.container {
    width: 95%;
    max-width: 1550px;
    margin: 0 auto;
}

/* Textos */
p {
    padding-bottom: 1rem;
    font-size: 1.5rem;
}
h1 {
    font-weight: 500;
    margin-right: 30px;
    font-size: 30px;
}
.text-big { font-size: 142px; }
.text-med { font-size: 38px; }
.text-low { font-size: 25px; }
.text-min { font-size: 0.8rem; }

/* Utilidades */
.margin-top { margin-top: 2rem; }
.padding-none { padding: 0; }
.w-50 { max-width: 50%; height: auto; }
.flex { display: flex; justify-content: space-between; align-items: center; }

/* Secciones */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000; /* Asegura que esté por encima de la imagen */
}
footer {
    padding-bottom: 2rem;
}
header, footer {
    background-color: black;
    color: white;
}
    header .logo, footer .logo {
        width: 193px;
        height: 45px;
        margin-left: 1rem;
    }
    header a {
        color: #FFD800;
        font-weight: 500;
        text-decoration: none;
        font-family: '__PP Right Grotesk_6';
    }
    header nav ul {
        list-style-type: none;
        display: flex; 
    }
    header nav ul li {
        margin-right: 30px;
        font-size: 20px;
        font-weight: bold;
    }

section {
    padding: 30px 0px;
}
    section.yellow {
        background-color: #FFD800;
    }
    section.gray {
        background-color: #F0F0F0;
    }
    section li {
        list-style-type: none;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 25px;
    }
        section li h1 {
            display: inline-block;
            vertical-align: middle; 
        }
        section li .icon-list {
            height: 61px;
            vertical-align: middle;
            padding-right: 10px;
        }

/* Formulario */
.formulario label {
    display: block;
    margin-top: 10px;
}
.formulario fieldset {
    border: none;
}
.formulario input {
    width: 100%;
    max-width: 750px;
    display: block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 35px;
    border: 1px solid #ccc;
    border-radius: 20px;
    color:rgb(51, 50, 50);
    background-color: #C8C8C8;
}
.formulario button {
    background-color: #FDD70A;
    border-radius: 200px;
    border: 1px solid #afaf78;
    margin-top: 0.2rem;
    padding: 0.5rem 3rem;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: bold;
}
.formulario button:hover {
    background-color: #7F7F7F;
}

/* Cartas */
.info-cards {
    display: flex;
    justify-content: space-between; 
    gap: 20px;
    background-color: #f4f4f4;
    padding: 20px;
}
.card {
    background-color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.card img {
    width: 50px;
    height: auto;
    margin: 15px 0;
}
.card button {
    background-color: #ffcc00;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
}
.card button:hover {
    background-color: #e6b800;
}
button a {
    color: black;
    text-decoration: none;
}
/* Estados */
.error {
    color: red;
}
/* .exito {
    color: green;
} */
/* Responsive */
@media (max-width: 1360px) {
    /* .ocultar-pantallas-med {
        display: none;
    } */
    .card {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    p { font-size: 1.1rem; } 
    h1 { font-size: 22px; } 
    .text-big { font-size: 100px; } 
    .text-med { font-size: 30px; } 
    .text-low { font-size: 20px; } 
}

@media (max-width: 768px) {
    p { font-size: 1rem; } 
    h1 { font-size: 20px; } 
    .text-big { font-size: 80px; } 
    .text-med { font-size: 26px; }
    .text-low { font-size: 18px; } 

    .ocultar-pantallas-med {
        display: none;
    }
}

@media (max-width: 480px) {
    p { font-size: 0.9rem; }
    h1 { font-size: 18px; } 
    .text-big { font-size: 60px; } 
    .text-med { font-size: 22px; }
    .text-low { font-size: 16px; } 
}

#primer-envio {
    position: relative;
}

.imagen-ajustada {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 52%; /* Ajuste dinámico */
    height: auto;
    z-index: 10;
}

/* Espaciado para que el texto no se solape con la imagen */
#primer-envio .container div:first-child {
    padding-right: 45%;
}


.simil-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FDD70A;
    color: #000; 
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    cursor: default;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
