@charset "UTF-8";
/* CSS Document */

#img1 {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

#subcontenedor1 {
    height: auto;
    max-height: 880px;
    overflow: hidden;
    z-index: -100000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 55px;
}

#titular {
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    flex-wrap: wrap;
    z-index: 1;
}

.rhodeabout {
    width: 100%;
    height: auto;
    max-width: 1900px;
    max-height: 980px;
}

.titular {
    font-size: 60px;
    font-weight: 500;
    color: #f1f0ed;
    margin-bottom: 30px;
    margin-left: 30px;
}

#contenedor2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: animacionimg;
    animation-timeline: scroll();
}

@keyframes animacionimg {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }
}

#subcontenedor2 {
    width: 1400px;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #f1f0ed;
    flex-wrap: wrap;
    border-radius: 30px;
}

#titular1 {
    width: 50%;
    height: auto;
    max-height: 40px;
    top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: wrap;
}

.titular1 {
    font-size: 30px;
    font-weight: 600;
    color: #67645f;
    margin-left: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#texto1 {
    width: 50%;
    height: auto;
    top: -60px;
    display: flex;
    flex: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.texto1 {
    font-size: 30px;
    font-weight: 100;
    color: #67645f;
    margin-bottom: 30px;
    margin-left: 30px;
}

#video {
    width: 95%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

#contenedorvideo {
    height: auto;
    max-height: 880px;
    margin-top: 55px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 30px;
}

#contenedor3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

#subcontendor4 {
    width: 100%;
    max-width: 1800px;
    height: 800px;
    display: flex;
    margin-top: -50px;
    margin-bottom: -50px;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

#cajatexto {
    width: 90%;
    height: 600px;
    max-width: 680px;
    background-color: #f1f0ed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    border-radius: 30px;
}

#titular2 {
    width: 60%;
    height: auto;
    max-height: 40px;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: wrap;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: #67645f;
    margin-left: 30px;
    margin-bottom: 30px;
    z-index: 1;
    opacity: 0;
    animation: titularanim 5s ease-in-out;
}

@keyframes titularanim {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.valores {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    font-size: 50px;
    font-weight: 100;
    color: #67645f;
    animation: fadeInRight 25s infinite ease-in-out;
}

#titular2 {
    animation-delay: 0s;
    z-index: 1;
}

#texto2 {
    animation-delay: 5s;
    z-index: 2;
}

#texto3 {
    animation-delay: 10s;
    z-index: 3;
}

#texto4 {
    animation-delay: 15s;
    z-index: 4;
}

#texto5 {
    animation-delay: 20s;
    z-index: 5;
}

#texto6 {
    animation-delay: 25s;
    z-index: 6;
}

#img3 {
    left: 0px;
    width: 50%;
    height: 600px;
    max-width: 680px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin-right: 40px;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    28% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#subcontenedor5 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    max-height: 780px;
    background-color: #f1f0ed;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

#subcontenedor5 article {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#subcontenedor5 article h4 {
    width: 100%;
    height: auto;
    color: #585850;
    font-weight: 200;
    font-size: 20px;
    margin-top: -200px;
    margin-bottom: 35px;
    padding-left: 40px;
    z-index: 10;
    display: flex;
}

#subcontenedor5 article h1 {
    width: 50%;
    height: auto;
    color: #585850;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -2px;
    margin-top: -290px;
    z-index: 10;
    padding-top: 40px;
    padding-left: 40px;
    position: absolute;
    display: flex;
}

.skincare {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #585850;
}

.textoskincare {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    color: #585850;
}

.textoskincare h1 {
    margin: 0;
    padding: 0;
    text-align: left;
}

.textoskincare h4 {
    margin: 0;
    margin-top: 10px;
    padding-right: 40px;
    line-height: 1.5;
    text-align: left;
    color: #585850;
}

#subcontenedor5 h4 .textoskincare p.productos {
    color: #585850;
    font-size: 20px;
    font-weight: 200;
    margin: 10px 0 35px;
    padding: 0 40px;
    text-align: left;
}

#subcontenedor5,
#subcontenedor5 .textoskincare,
#subcontenedor5 .textoskincare p {
    color: #585850;
}

.imgskincare {
    width: 60%;
    max-width: 450px;
    height: auto;
    max-height: 750px;
    display: flex;
    justify-content: flex-end;
}

.imgskincare img {
    max-width: 600px;
    width: 100%;
    height: auto;
    right: 0px;
}

#subcontenedor5 article img {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    top: 0px;
    right: 0px;
}

.subcontenedor2 {
    width: 100%;
    height: 1073px;
    max-width: 815px;
}


/* =========================
   RESPONSIVE 1024px
========================= */

@media (max-width: 1024px) {

    .titular {
        font-size: 40px;
    }

    .titular1 {
        font-size: 24px;
    }

    .texto1 {
        font-size: 22px;
    }

    #subcontenedor2 {
        width: 90%;
        height: auto;
        padding: 40px 20px;
    }

    #subcontendor4 {
        height: auto;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
    }

    #img3,
    #cajatexto {
        width: 90%;
        max-width: 600px;
        margin: 20px 0;
        height: auto;
    }

    #titular2,
    .valores {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
    }

    #subcontenedor5 {
        width: 90%;
        max-height: none;
        padding: 40px 20px;
    }

    #subcontenedor5 article {
        flex-direction: column;
        align-items: flex-start;
    }

    #subcontenedor5 article h1 {
        position: static;
        margin: 0 0 10px 0;
        width: 100%;
        font-size: 32px;
    }

    #subcontenedor5 article h4 {
        margin: 0 0 20px 0;
        padding-left: 0;
        padding-right: 0;
    }

    .textoskincare {
        width: 100%;
    }

    .imgskincare {
        width: 100%;
        justify-content: center;
    }
}


/* =========================
   RESPONSIVE 768px
========================= */

@media (max-width: 768px) {

    #subcontenedor1,
    #subcontenedor2,
    #subcontendor4,
    #subcontenedor5 {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 20px 0;
    }

    .rhodeabout {
        max-height: 500px;
    }

    .titular {
        font-size: 30px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    #titular1,
    #texto1 {
        width: 100%;
    }

    .titular1 {
        font-size: 22px;
    }

    .texto1 {
        font-size: 18px;
        margin: 0 15px 20px 15px;
    }

    #contenedorvideo {
        margin-top: 30px;
        border-radius: 20px;
    }

    #cajatexto {
        width: 90%;
        height: 300px;
    }

    #titular2,
    .valores {
        font-size: 26px;
        margin-left: 0;
    }

    #subcontenedor5 {
        padding: 30px 15px;
    }

    #subcontenedor5 article {
        flex-direction: column;
        align-items: center;
    }

    #subcontenedor5 article h1,
    #subcontenedor5 article h4 {
        width: 100%;
        text-align: left;
        margin-left: 0;
        padding-left: 0;
    }

    .textoskincare {
        align-items: flex-start;
    }

    .imgskincare {
        margin-top: 20px;
    }

    .imgskincare img {
        max-width: 100%;
    }
}


/* =========================
   AJUSTE ADICIONAL 1024px
========================= */

@media (max-width: 1024px) {

    #subcontenedor2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 40px 20px;
    }

    #titular1 {
        width: 100%;
        max-height: none;
        top: 0;
        margin-bottom: 15px;
    }

    .titular1 {
        font-size: 22px;
        margin-left: 0;
        text-align: center;
    }

    #texto1 {
        width: 100%;
        top: 0;
        margin: 0;
    }

    .texto1 {
        font-size: 18px;
        margin: 0 20px 20px 20px;
        text-align: center;
    }
}