/*@media (max-width: 767px) {*/
@font-face {
    font-family: 'FuturaLTProLight';
    src: url('../fonts/FuturaLTProLight.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaLTProMedium';
    src: url('../fonts/FuturaLTProMedium.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
html, body {
    font-family: 'FuturaLTProLight';
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.fontFuturaBold {
    font-family: 'FuturaLTProMedium';
}

/* COMUNES */
.texto_dorado {
    color: #CCA95D;
}
.fondo_arriba {
    background-color: #FFECE8;
}
.fondo_abajo {
    background-color: #FAF4F1;
}

/* DIVINE TOUCH */
.texto_rosa {
    color: #E04F7B;
}
.texto_gris{
    color: #5F5F5F;
}
.texto_verde{
    color: #21917C;
}

/* ANDROID O IOS */
.android, .ios {
    display: none;
}
.android.show, .ios.show {
    display: block;
}

/* HEADER */
.header_fondo {
    background-color: #FFECE8;
}
.header1 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: right;
    /*margin-right: 20px;
    margin-top: 25px;*/
}
.header {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, auto);
    align-items: center;
    justify-items: center;
}
.header_ws {
    width: 60%;
}.header_logobeauty {
    width: 30%;
}

/* MENU ANDROID */
.nav-toggle {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 60px;
    border: none;
    color: #CCA95D;
    cursor: pointer;
}
.nav-panel-boton {
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: right;
    margin-right: 25px;
    margin-top: 20px;
    cursor: pointer;
}
.nav-panel {
    position: fixed;
    top: 0;
    width: 75%;
    left: 25%;
    height: 100%;
    background: #FFECE8;
    border-left: 1px solid black;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 10;
}
.nav-panel.show {
    opacity: 1;
    visibility: visible;
}
.nav-panel-menu {
    list-style: none;
    margin-top: 50px;
}
.nav-panel-item {
    margin-bottom: 40px;
}
.nav-panel-item-home, .nav-panel-item-divine, .nav-panel-item-harmony, .nav-panel-item-goddess{
    width: 25px;
}
.nav-panel-item-home {
    visibility: hidden;
}
.nav-panel-link-home, .nav-panel-link-divine, .nav-panel-link-harmony, .nav-panel-link-goddess {
    text-decoration: none;
    font-size: 35px;
    transition: color 0.3s;
    margin-left: 20px;
}

/* MENU IOS */
.nav-toggle_ios {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 60px;
    border: none;
    color: #CCA95D;
    cursor: pointer;
}
.nav-panel-boton_ios {
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: right;
    margin-right: 25px;
    margin-top: 20px;
    cursor: pointer;
}
.nav-panel_ios {
    position: fixed;
    top: 0;
    width: 75%;
    left: 25%;
    height: 100%;
    background: #FFECE8;
    border-left: 1px solid black;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 10;
}
.nav-panel_ios.show {
    opacity: 1;
    visibility: visible;
}
.nav-panel-menu_ios {
    list-style: none;
    margin-top: 50px;
}
.nav-panel-item_ios {
    margin-bottom: 40px;
}
.nav-panel-item-home_ios, .nav-panel-item-divine_ios, .nav-panel-item-harmony_ios, .nav-panel-item-goddess_ios{
    width: 25px;
}
.nav-panel-item-home_ios {
    visibility: hidden;
}
.nav-panel-link-home_ios, .nav-panel-link-divine_ios, .nav-panel-link-harmony_ios, .nav-panel-link-goddess_ios {
    text-decoration: none;
    font-size: 35px;
    transition: color 0.3s;
    margin-left: 20px;
}

/* SECTION 0 */
.section0_logodivine {
    width: 50%;
}
.section0 {
    background-color: #FAF4F1;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
}

/* SECTION 1 */
.section1_video {
    width: 100%;
}
.section1_arriba_img {
    width: 100%;
}
.section1_abajo {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}
.section1_abajo_img {
    width: 170px;
    margin-left: 100px;
    margin-right: 50px;
}

/* SECTION 2 */
.section2 {
    display: grid;
    grid-template-columns: auto 1fr;
}
.section2_img {
    width: 100px;
    margin-left: 100px;
    margin-right: 50px;
}

/* SECTION 3 ANDROID */
.section3_fondo {
    border: 3px solid #FAF4F1;
}
.section3_abajo {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    justify-items: center;
    align-items: center;
}
#section3_flechaizq_android, #section3_flechader_android {
    width: 30px;
    cursor: pointer;
}
#section3_flechader_android {
    transform: rotate(180deg);
}
.section3_img {
    width: 100%;
}
.section3_rect {
    height: 1000px;
    width: 100%;
    border: 3px solid #CCA95D;
    border-radius: 100px;
    display: flex; /* Hace que el contenedor use Flexbox */
    flex-direction: column; /* Alinea los elementos hijos en columna (uno debajo del otro) */
    align-items: center; /* Alinea los elementos en el centro verticalmente */
    justify-content: center; /* Alinea los elementos en el centro horizontalmente */
    text-align: center; /* Opcional: centra el texto dentro del contenedor */
}
.section3_1_img {
    width: 100%;
    max-width: 400px; /* Opcional: define un ancho máximo para la imagen si es necesario */
    height: auto; /* Asegura que la imagen mantenga su proporción */
}
.section3_1_1_img {
    width: 100%;
    max-width: 200px; /* Opcional: define un ancho máximo para la imagen si es necesario */
    height: auto; /* Asegura que la imagen mantenga su proporción */
}

/* SECTION 3 IOS */
.section3_fondo_ios {
    border: 3px solid #FAF4F1;
}
.section3_abajo_ios {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    justify-items: center;
    align-items: center;
}
#section3_flechaizq_ios, #section3_flechader_ios {
    width: 30px;
    cursor: pointer;
}
#section3_flechader_ios {
    transform: rotate(180deg);
}
.section3_rect_ios {
    height: 1000px;
    width: 100%;
    border: 3px solid #CCA95D;
    border-radius: 100px;
    display: flex; /* Hace que el contenedor use Flexbox */
    flex-direction: column; /* Alinea los elementos hijos en columna (uno debajo del otro) */
    align-items: center; /* Alinea los elementos en el centro verticalmente */
    justify-content: center; /* Alinea los elementos en el centro horizontalmente */
    text-align: center; /* Opcional: centra el texto dentro del contenedor */
}

.section3_1_img_ios {
    width: 100%;
    max-width: 400px; /* Opcional: define un ancho máximo para la imagen si es necesario */
    height: auto; /* Asegura que la imagen mantenga su proporción */
}
.section3_img_ios {
    width: 100%;
    max-width: 200px; /* Opcional: define un ancho máximo para la imagen si es necesario */
    height: auto; /* Asegura que la imagen mantenga su proporción */
}

/* SECTION 4 */
.section4_fondo {
    background-color: #FFECE8;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
}
.section4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}
.section4izq_img {
    width: 80%;
    transform: translateX(-20%);
}
.section4der_img {
    width: 80%;
    transform: translateX(10%);
}

/* SECTION 5 */
.section5_fondo {
    border: 3px solid #FAF4F1;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
}
.section5_abajo {
    display: grid;
    grid-template-columns: 100px auto 100px;
    justify-items: center;
    align-items: center;
}
.section5_rect {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    justify-items: center;
    align-items: center;
}
#section5_flechaizq, #section5_flechader {
    width: 30px;
    cursor: pointer;
}
#section5_flechader {
    transform: rotate(180deg);
}
.section5_button {
    border: 1px solid #E04F7B;
    padding: 15px;
    width: 30%;
    border-radius: 20px;
    font-size: 25px;
    color: #E04F7B;
}
#section5_1, #section5_2, #section5_3, #section5_4, #section5_5, #section5_6, #section5_7, #section5_8, #section5_9, #section5_10, #section5_11, #section5_12 {
    position: relative;
    width: 300px;
}
.section5_1_img {
    border: 3px solid #CCA95D;
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
}
.instagram-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    opacity: 0.8;
}