@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Playwrite+AU+QLD:wght@100..400&display=swap');


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    background-image: url(../imagenes/fondo.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    padding-right: 0 !important;
    overflow-x: hidden;
}

header {
    background-image: url(../imagenes/fondo_playa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    color: #2C3532;
    font-family: "Josefin Sans", bold;
    font-size: 42px;
    text-align: left;
    margin-top: 45px;
    padding: 0 55px;
}

#inicio .subtitulo {
    display: block;
    font-size: 18px;
    color: #2C3532;
    font-family: "Josefin Sans", sans-serif;
    padding: 2px 55px 25px;
}

nav {
    background-color: transparent !important;
    box-shadow: 2 #8b715b4f !important;
    display: block;
    min-width: 70px;
    color: #2C3532;
    z-index: 350;
    background: white;
    position: sticky;
    top: 0px;
}

nav a {
    text-decoration: none !important;
}

nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 3000;
    background: white;
    padding: 45px 45px 65px;
}

.navbar-toggler {
    background: #dedcda72;
    border: none !important;
    box-shadow: none !important;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    margin-left: auto;
}

.navbar .btn-link {
    text-decoration: none !important;
    color: #2C3532 !important;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    transition: 0.2s, color 0.2s;
}

.navbar .btn-link:hover,
.navbar .btn-link:focus {
    border-bottom: 2px solid #805947;
    color: #ffc1a5 !important;
    text-decoration: none !important;
}

#navbarToggleExternalContent {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    z-index: 2000;
    background: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

#navbarToggleExternalContent .bg-body-tertiary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#navbarToggleExternalContent .btn-link {
    width: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
}

.navbar-toggler .fa-bars {
    font-size: 32px;
    color: #2C3532;
}

h2 {
    color: #2C3532;
    font-family: "Josefin Sans", bold;
    font-display: uppercase;
    padding: 55px;
    margin-bottom: -60px;
    font-size: 25px;
}

#intro .heally p {
    font-family: "Playwrite AU QLD";
    font-size: 40px;
}


.presentacion {
    color: #ffffff;
    text-shadow: 1px 2px #2c3532b7;
    padding: 650px 2px 5px 45px;
}

h3 {
    font-family: "Josefin Sans", bold;
    font-size: 125px;
    font-kerning: -10px;
    color: #91867F;
}

h4 {
    color: #2C3532;
    font-family: "Josefin Sans", sans-serif;
    font-size: 62px;
    padding: 45px -345px -245px -185px;
}

/*INTRO*/

#intro {
    background: linear-gradient(white, #fffcf5, #f8f5f00f);
    display: flex;
    align-items: center;
    color: #2C3532;
    padding: 45px;
}

#intro .circulos img {
    width: 60%;
    padding: 25px;
}

#intro .heally img {
    align-items: center;
    width: 850px;
    padding: 5px 25px 40px 0;
}


#st-ives {
    display: flex;
}

#st-ives .portada img {
    max-width: 900px;
}

#st-ives .hojitas img {
    width: 20%;
    padding-top: 45px;
}

#st-ives .hojitas p {
    font-family: "Playwrite AU QLD", sans-serif;
    font-size: 20px;
    color: #2C3532;
}



/**KUMI**/
#kumi {
    display: flex;
    padding: 85px 45px 45px;
}

#kumi .os p {
    align-content: right;
}


#kumi .os img {
    max-width: 30%;
}

#kumi .base {
    display: flex;
    align-items: flex-start;
}

#kumi .base img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#kumi .portada img {
    width: 800px;
    display: block;
    margin: 0 auto;
}

#kumi p {
    font-family: "Playwrite AU QLD", sans-serif;
    font-size: 20px;
    padding: 15px;
    color: #2C3532;
}

/**ILLUX**/
#illux {
    padding-top: 45px;
    align-content: center;
}

#illux .catalogo-arriba img {
    width: 55%;
}

#illux .catalogo-abajo img {
    width: 30%;
    align-self: flex-end;
}

#illux .illux-img img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#illux p {
    font-family: "Playwrite AU QLD", sans-serif;
    font-size: 20px;
    color: #2C3532;
    padding-bottom: 25px;
}

/**EXPLORA**/

#explora {
    display: block;
    text-align: center;
    padding-top: 45px;
    width: 100%;
    margin: 0 auto;
}

#explora p {
    font-family: "Playwrite AU QLD", sans-serif;
    font-size: 24px;
    color: #2C3532;
    text-align: center;
}

/**CAROUSEL**/

.owl-carousel {
    align-content: center;
    margin: 0 auto;
    padding: 35px 0;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}

#carousel img {
    max-width: 80px;
}

.card {
    width: 100%;
    min-width: 100px;
    max-width: 350px;
    color: rgb(82, 82, 82);
    border-radius: 34px;
    padding: 20px;
    font-size: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto 10px auto;
    background: rgba(218, 208, 191, 0.36);
}

.card a {
    text-decoration: none;
}


/**CONTACTO**/
#contacto {
    display: flex;
    align-items: center;
    padding-top: 25px;

}

h5 {
    color: #2C3532;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    padding: 45px;
    font-size: 40px;
}

#contacto p {
    font-family: "Playwrite AU QLD", sans-serif;
    color: #2C3532;
    font-size: 20px;
    padding: 15px;
}

#pantalla img {
    width: 80%;
}

#contacto .iconos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contacto .iconos img {
    display: inline-block;
    align-items: center;
    width: 130px;
    padding-right: 45px;
    padding-bottom: 26px;
}

/**FOOTER**/

footer {
    background-color: #35302c3b;
    align-content: center;
    padding: 35px 45px;
}

footer p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    color: #ffffff;
}

/**FLECHA**/
.flecha {
    display: initial;
    position: fixed;
    padding: 25px;
    bottom: 0;
    right: 0;
}

.flecha img {
    width: 100px;
    padding: 10px 25px 25px 25px;
    cursor: pointer;
}

    #navbarToggleExternalContent {
        position: fixed;
        top: 0;
        width: 300px;
        z-index: 3000;
        max-width: 90vw;
        height: 100vh;
        background: white;
        box-decoration-break: -4px 0 16px rgba(0, 0, 0, 0.07);
        display: none;
        border-radius: 0 0 0 16px;
        padding: 0;
        box-shadow: -4px 0 16px rgba(0, 0, 0, 0.07);
        transition: transform 0.3s;
    }

    #navbarToggleExternalContent.show {
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
    }

    #navbarToggleExternalContent .bg-body-tertiary {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 45px 85px;
    }

    #navbarToggleExternalContent .btn-link {
        font-size: 15px;
        margin: 85px 0;
        width: auto;
        text-align: center;
    }

    #navbarToggleExternalContent .close-menu {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 40px;
        height: 40px;
        font-size: 2rem;
        background: #f9f9f9;
        border: none;
        border-radius: 50%;
        color: #805947;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s, color 0.2s;
        box-shadow: 0 2px 8px rgba(139, 113, 91, 0.10);
    }

    #navbarToggleExternalContent .close-menu:hover,
    #navbarToggleExternalContent .close-menu:focus {
        background: #805947;
        color: #fff;
        box-shadow: 0 4px 16px rgba(139, 113, 91, 0.18);
    }




/**MEDIA QUERIES**/


@media (max-width: 414px) {
    #intro .heally img {
        width: 1200px;
    }
}

@media (max-width: 768px) {

    h1 {
        font-size: 38px;
        padding: 10px 0;
    }

    .circulos img {
        width: 180px;
    }

    .subtitulo {
        font-size: 14px;
        text-align: left;
    }

    .navbar-toggler {
        width: 48px;
        height: 48px;
    }

    .navbar-toggler .fa-bars {
        font-size: 28px;
    }

    h3 {
        font-size: 65px;
        padding: 10px 0;
    }

    h2,
    h4,
    h5 {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    header p #inicio {
        font-size: 12px;
        padding: 45px;
    }

    .pantalla img {
        width: 350px;
    }

    .circulos {
        flex-direction: row;
        gap: 8px;
        padding-left: 85px;
        align-content: center;
    }

    #intro .heally img {
        padding-top: 45px;
        width: 450px;
    }

    .presentacion {
        font-size: 1.2rem;
        padding: 30px 5px;
    }

    #st-ives .hojitas {
        padding: 100px;
    }

    #st-ives .hojitas p {
        font-size: 18px;
    }

    #st-ives .portada img {
        padding-top: 55px;
        width: 350px;
    }

    #kumi .os img {
        width: 35%;
    }

    #kumi .row {
        flex-direction: column-reverse !important;
    }

    #kumi .portada img {
        order: 1;
        width: 350px;
        padding-bottom: 85px;
    }

    #kumi .os,
    #kumi .base {
        order: 2;
        width: 100%;
    }

    #kumi .base img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    #illux .illux-row {
        display: flex;
        flex-direction: column !important;
    }

    #illux .illux-img {
        width: 100%;
        text-align: center;
    }

    #illux .illux-texto {
        width: 100%;
        text-align: center;
    }

    .card {
        max-width: 95vw;
        padding: 10px;
    }

    #contacto .iconos {
        gap: 22px;
    }

    #contacto .iconos img {
        width: 100px;
    }

    #pantalla img {
        width: 350px;
    }
}

@media (max-width: 916px) {

    #stives .portada img {
        order: 1;
        width: 350px;
    }

    h3 {
        font-size: 80px;
    }

    #st-ives .hojitas img {
        width: 35%;
        padding-top: 25px;
    }

    #kumi .os img {
        width: 40%;
    }

    #kumi p {
        font-size: 18px;
    }

    .pantalla {
        width: 300px;
    }


}

@media (max-width:991.98px) {
