/*@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;
    background-color: #F2EDEA; /* fondo beige Divine */
}
.fontFuturaBold {
    font-family: 'FuturaLTProMedium';
}
.fontSizeMin {
    font-size: 13px;
}

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

/* COMUNES */
.texto_dorado {
    color: #CCA95D;
}

/* DIVINE TOUCH */
.texto_gris {
    color: #5F5F5F;
}

/* HEADER */
#header_banner{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

/* SECTION 0 */
#section0_tapa {
    width: 80%;
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#section0_img {
    width: 80%;
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* SECTION 1 */
.section1_abajo {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: center;
    align-items: center;
}
.section1_abajo_img {
    width: 170px;
    margin-left: 100px;
    margin-right: 50px;
    padding-bottom: 50px;
}
.section1_abajo_izq {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
}
.section1_abajo_text {
    padding-bottom: 30px;
}


/* SECTION 2 */
.section2 {
    display: grid;
    grid-template-columns: auto 1fr;
}
.section2_img {
    width: 100px;
    margin-left: 100px;
    margin-right: 50px;
}
.section2_abajo_header {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-items: center;
    align-items: center;
}
#section2_abajo_text {
    width: 90%;
    margin: 5%;
}

/* SECTION 3 */
.section3_fondo {
    border: 3px solid #FAF4F1;
}
.section3_img {
    width: 100%;
}
.section3_abajo {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    justify-items: center;
    align-items: center;
}
.section3_abajofondo {
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
}
#section3_flechaizq, #section3_flechader {
    width: 30px;
    cursor: pointer;
}
#section3_flechader {
    transform: rotate(180deg);
}
.section3_rect {
    height: 500px;
    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 */
}
/* SECTION 4 */
.section4 {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
}
.section4_header > img {
    width: 80%;
}

/* SECTION 5 */
.section5_fondo {
    background-color: #FBE7E3;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
}
.section5_header > video {
    width: 80%;
}
#section5_header_img {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    position: absolute;
}
.section5_header_img2 {
    width: 60%;
}
.section5_button {
    padding: 20px;
    width: 30%;
    border-radius: 50px;
    font-size: 33px;
    background-color: #CCA95D;
    border: 1px solid #5F5F5F;
    color: #FAF4F1;
}
.section5_slide {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}
#section5_flechaizq, #section5_flechader {
    width: 30px;
    cursor: pointer;
}
#section5_flechader {
    transform: rotate(180deg);
}
.section5_rect {
    border: 1px solid gray;
    border-radius: 250px;
    width: 500px;
    height: 500px;
    background-color: #FAF4F1;
    box-shadow: inset 0 0 20px 0 gray;
    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 */
}

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

/* SECTION 9 */
.section9_fondo {
    border: 3px solid #FAF4F1;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
}
.section9_abajo {
    display: grid;
    grid-template-columns: 100px auto 100px;
    justify-items: center;
    align-items: center;
}
.section9_rect {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    justify-items: center;
    align-items: center;
}
#section9_flechaizq, #section9_flechader {
    width: 30px;
    cursor: pointer;
}
#section9_flechader {
    transform: rotate(180deg);
}
.section9_button {
    border: 1px solid #5F5F5F;
    padding: 15px;
    width: 30%;
    border-radius: 20px;
    font-size: 25px;
    color: #5F5F5F;
}
#section9_1, #section9_2, #section9_3, #section9_4, #section9_5, #section9_6, #section9_7, #section9_8, #section9_9, #section9_10, #section9_11, #section9_12 {
    position: relative;
    width: 300px;
}
.section9_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;
}

/* IOS */
/* HEADER */
#ios_header_banner{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

/* SECTION 0 */
#ios_section0_tapa {
    width: 80%;
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#ios_section0_img {
    width: 80%;
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* SECTION 2 */
#ios_section2_abajo_text {
    width: 90%;
    margin: 5%;
}

/* SECTION 3 */
#ios_section3_flechaizq, #ios_section3_flechader {
    width: 30px;
    cursor: pointer;
}
#ios_section3_flechader {
    transform: rotate(180deg);
}

/* SECTION 5 */
#ios_section5_header_img {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    position: absolute;
}
#ios_section5_flechaizq, #ios_section5_flechader {
    width: 30px;
    cursor: pointer;
}
#ios_section5_flechader {
    transform: rotate(180deg);
}

/* SECTION 9 */
#ios_section9_flechaizq, #ios_section9_flechader {
    width: 30px;
    cursor: pointer;
}
#ios_section9_flechader {
    transform: rotate(180deg);
}
#ios_section9_1, #ios_section9_2, #ios_section9_3, #ios_section9_4, #ios_section9_5, #ios_section9_6, #ios_section9_7, #ios_section9_8, #ios_section9_9, #ios_section9_10, #ios_section9_11, #ios_section9_12 {
    position: relative;
    width: 300px;
}