h1.landing1ercolor {
    color: #8088ff;
    
    letter-spacing: 0.2em;
}

.landing2docolor {
    color: #00E3D3;
    
}

#nombreColor1 {
    color: black;
}
#nombreColor2 {
    color: black;
}
#nombreColor3 {
    color: black;
}

.landing-sub-titulo-container {
    border-style: ridge double;
    background-color: #800008;
    height: fit-content;
    width: fit-content;
    text-align: center;
    padding: 1.5em;
}



.landing-beneficios {
    border-style: double;
    background-color: #800008;
    height: fit-content;
    width: fit-content;
    text-align: start;
    padding: 1.5em;
}


.landing-productor {
    border-style: double;
    background-color: #800008;
    height: fit-content;
    width: fit-content;
    text-align: start;
    padding: 1.5em;
}

div.framevid-contenedor {
   
    height: 100%;
    width: 100%;

}

iframe {
    width: 100%;
    height: 100%;
    position: relative;
}

div.landing-comprar {
    background-image: url("/SO2026patron2.jpg");
    background-repeat: repeat;
    background-size: 50px, 50px;
    display: flex;
    align-items: center;
    
    justify-content: space-between;
    width: 100%;
}

img.img-circular-comprar {
    width: 55%;
    height: auto;
    align-self: end;
}

div.align-comprar {
    display: grid;
    justify-items: center;
    padding: 0.5em;

    color: #ddb342;
    letter-spacing: 0.1em;
}
button.boton-checkout {
    color: #5d5d64;
    background-image: url("/SO2026FondoPlata.jpg");
    background-size: cover;
    background-color: black;
    border-top-color: #b7cfda;
    border-bottom-color: #b7cfda;

    font-family: 'League Spartan';
    font-size: .75rem;
    letter-spacing: .1rem;

    border-width: 2px;
    border-style: double;
    border-radius: 8px;

    height: fit-content;
    
    margin: 5px;
}

#ref-mi-link {
    color: #5d5d64;
    text-decoration: none;
}

div.bckground {
    display: grid;
    place-items: center;
    grid-auto-rows: 100vh;
}

h1 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
    letter-spacing: .1rem;
}

h2 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 400; 
    font-style: normal;
    letter-spacing: .1rem;
}
p { 
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;  
}

li {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

@media (max-width: 800px) {
    body {
        background-color: #800008;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 0;
        height: 100vh;
        margin: 0;
        padding: 0
    }

    #afilContainer {
        position: fixed;
        inset-inline-start: 0px;
        inset-block-start: 0px;
        object-fit: fill;
        object-position: center;
        z-index: -1;
        opacity: 0.37;
        height: 100%;
    }

    .landing-beneficios2 {
        border-style: double;
        background-color: #800008;
        height: 70%;
        width: auto;
        text-align: start;
        padding: 2% 1%;
    }

    .img-p-contenedor {
        display: flex;
        flex-direction: column;
        align-content: space-evenly;
        justify-content: start;
        width: 100%;
        height: fit-content;
        
    }

    .img-contenedor {
        width: 40%;
        height: auto;
    }

    .img-circular {
        width: 50%;
        height: auto;
        justify-self: end;
    }

    .p-contenedor-grid {
        display: grid;
        justify-content: center;
        grid-template-columns: 1.2fr 3.1fr;
      
        row-gap: 2em;
        column-gap: 1em;

        color: #ddb342;
        letter-spacing: 0.1em;
        

        background-image: url("/SO2026patron2.jpg");
        background-color: rgba(255, 255, 255, 0.685);
        background-blend-mode: lighten;
        background-repeat: repeat;
        background-size: 75px, 75px;
        width:  auto;
        height: 30%;

        border-style: groove;
        padding: 2% 1%;
    }

    footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: start;
        height: fix-content;
        background-image: url("/SO2026Fondo2.jpg");
        background-size: cover;
        border-top: 2px double;
        border-top-color: #5d5d64;
    }
    
}

@media (min-width: 801px) {
    body {
        background-color: #800008;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 0;
        height: 100vh;
        margin: 0;
        padding: 0
    }

    #afilContainer {
        position: fixed;
        inset-inline-start: 0px;
        inset-block-start: 0px;
        object-fit: fill;
        object-position: center;
        z-index: -1;
        opacity: 0.37;
        width: 100%;
    }

    .landing-beneficios2 {
        border-style: double;
        background-color: #800008;
        height: auto;
        width: 70%;
        text-align: start;
        padding: 1.5em;
    }

    .img-p-contenedor {
        display: flex;
        justify-content: space-evenly;
        align-content: start;
        margin: 5rem;
    }

    .img-contenedor {
        width: 40%;
        height: auto;
    }

    .img-circular {
        width: 100%;
        height: auto;
    }

    .p-contenedor-grid {
        display: grid;
        justify-content: center;
        grid-template-columns: 1.2fr 3.1fr;
      
        row-gap: 2em;
        column-gap: 1.2em;

        color: #ddb342;
        letter-spacing: 0.1em;
        

        background-image: url("/SO2026patron2.jpg");
        background-color: rgba(255, 255, 255, 0.685);
        background-blend-mode: lighten;
        background-repeat: repeat;
        background-size: 75px, 75px;
        width:  30%;
        height: auto;

        border-style: groove;
        padding: 1% 10%;
    }
    
    footer.footerLanding {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        height: fix-content;
        background-image: url("/SO2026Fondo2.jpg");
        background-size: cover;
        border-top: 2px double;
        border-top-color: #5d5d64;
    }
    
}



p.ft-text {
    color: #5d5d64;
    text-decoration:none; 
}

a.ft-links {
    color: #5d5d64;
    text-decoration:none; 
}