/* generales*/
@import url("https://use.typekit.net/xuy1idx.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


body {
    background-color: #402722;
}

h1 {
    display: none;
}

h2 {
    font-family: "rigatoni", sans-serif;
    ;
    font-size: 100px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    margin-bottom: 30px;
}

h3 {
    font-family: "rigatoni", sans-serif;
    font-size: 120px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 1rem;
}

h4 {
    font-family: "Outfit";
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 20px;
}

h5 {
    font-size: 32px;
    line-height: 1.5;
    font-family: "Outfit";
    font-weight: 800;
    color: #402722;
}

h6 {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Outfit";
    font-weight: 800;
    color: #402722;
    margin-top: 40px;
}



p {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Outfit";
}

#btn-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background-color: #F22F1D;
    color: #F2EFDF;
    font-size: 24px;
    cursor: pointer;
    display: none;
    z-index: 999;
}




/* navbar */
.navbar {
    background: #402722;
    border-radius: 50px;
    width: 95%;
    margin: 30px auto;
    padding: 8px 40px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.logo-wrapper {
    position: relative;
}

.logo-nav {
    width: 70px;
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 20;
}

.nav-link {
    color: #F2EFDF !important;
    letter-spacing: 1px;
    margin: 0 25px;
    padding-top: 10px;
    font-weight: 400;
}

.navbar .nav-link:hover {
    color: #F22F1D !important;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* HEADER */

.bg-shared {
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.hero {
    height: 95vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo {
    margin-top: -60px;
    width: 70%;
    max-width: auto;
    height: auto;
}


/* SOBRE NOSOTROS */
.sobre {
    background-color: #F2EFDF;
    color: #402722;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding-bottom: 200px;
    z-index: 3;
    position: relative;
    margin-top: -140px;
}


.sello img {
    margin-top: -100px;
    width: 30%;
    margin-bottom: 240px;
}



/* carrusel */

.carousel-item {
    position: relative;
}

.carousel-img {
    height: 70vh;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Capa oscura */
.carousel-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    transition: background-color 0.4s ease;
    z-index: 1;
}

/* Hover */
.carousel-item:hover .carousel-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.carousel-item:hover .carousel-img {
    transform: scale(1.03);
}

/* Caption */
.carousel-caption {
    z-index: 2;
    bottom: 40%;
}

.carousel-caption h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}





/* MARQUEE */

.marquee {
    background-color: #8C4820;
    color: #F2EFDF;
    overflow: hidden;
    white-space: nowrap;
    padding: 50px 0;
}

.marquee-track {
    display: inline-flex;
    gap: 40px;
    animation: marquee 18s linear infinite;
}

.marquee span {
    font-family: "rigatoni", sans-serif;
    font-size: 80px;
    letter-spacing: 2px;
}

/* animación */
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}





/* RECETA */
.receta {
    background-color: #402722;
    color: #F2EFDF;
}

.receta-texto {
    padding: 80px 120px 80px 120px;
}

.receta p {
    color: #F2EFDF;
}

.receta img {
    width: 100%;
    height: 100%;
}

.receta-texto ul,
.receta-texto ol {
    padding-left: 20px;
}

.receta-texto li {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.5;
    font-family: "Outfit";

}



/*  CONTACTO / FOOTER */


.contacto {
    background-color: #F22F1D;
    color: #F2EFDF;
    padding: 8rem 1rem;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.contacto-logo img {
    width: 80%;
}

.contacto p {
    text-decoration: none
}

/* MARQUEE */

.marquee2 {
    background-color: #402722;
    color: #F2EFDF;
    overflow: hidden;
    white-space: nowrap;
    padding: 50px 0;
}

.marquee-track {
    display: inline-flex;
    gap: 40px;
    animation: marquee 18s linear infinite;
}

.marquee2 span {
    font-family: "rigatoni", sans-serif;
    font-size: 80px;
    letter-spacing: 2px;
}

/* animación */
@keyframes marquee2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}












@media (max-width: 1600px) {
    .receta-texto {
        padding: 0px 60px 80px 60px;
    }

    .receta-texto li {
        font-size: 18px;
    }

    h2 {
        font-family: "rigatoni", sans-serif;
        ;
        font-size: 60px;
        letter-spacing: 2px;
        margin-top: 40px;
        margin-bottom: 1rem;
        margin-bottom: 30px;
    }

    h3 {
        font-family: "rigatoni", sans-serif;
        font-size: 80px;
        letter-spacing: 2px;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    h4 {
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    h5 {
        font-size: 22px;
        line-height: 1.5;
        font-family: "Outfit";
        font-weight: 800;
        color: #402722;

    }
}

@media (max-width: 1400px) {
    h2 {
        font-family: "rigatoni", sans-serif;
        ;
        font-size: 50px;
        letter-spacing: 2px;
        margin-top: 40px;
        margin-bottom: 1rem;
        margin-bottom: 30px;
    }


    h4 {
        font-size: 25px;
        letter-spacing: 2px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {}


@media (max-width: 991px) {

    .navbar {
        position: absolute;
    }

    .navbar-collapse {
        padding-top: 70px;
    }

    .nav-link {
        margin: 14px 0;
    }


    h2 {
        font-family: "rigatoni", sans-serif;
        ;
        font-size: 60px;
        letter-spacing: 2px;
        margin-bottom: 1rem;
        margin-bottom: 30px;
    }

    h3 {
        font-family: "rigatoni", sans-serif;
        font-size: 80px;
        letter-spacing: 2px;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    h4 {
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    h5 {
        font-size: 22px;
        line-height: 1.5;
        font-family: "Outfit";
        font-weight: 800;
        color: #402722;

    }


    p {
        font-size: 20px;
        line-height: 1.5;
        font-family: "Outfit";
    }


}

@media (max-width: 768px) {}

@media (max-width: 576px) {

    h2 {
        font-family: "rigatoni", sans-serif;
        ;
        font-size: 60px;
        margin-bottom: 1rem;
        margin-top: 80px;
    }

    .about h2 {
        font-family: "rigatoni", sans-serif;
        ;
        font-size: 60px;
        margin-bottom: 1rem;
        margin-top: -140px !important;
    }

    h3 {
        font-family: "rigatoni", sans-serif;
        font-size: 60px;
        margin-bottom: 1rem;
    }

    h4 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    h5 {
        font-size: 18px;
    }


    h6 {
        font-size: 20px;
        padding: 20px;
    }


    p {
        font-size: 16px;
        padding: 10px 30px;
    }

    .sello img {
        width: 50%;
    }

    .sobre {
        background-color: #F2EFDF;
        color: #402722;
        border-top-left-radius: 40%;
        border-top-right-radius: 40%;
        padding-bottom: 80px;
        z-index: 3;
        position: relative;
        margin-top: -140px;
    }

    .receta-texto {
        padding: 0px 60px 80px 60px;
    }

    .receta-texto li {
        font-size: 18px;
    }

    .contacto {
        padding: 8rem 1rem;
        text-align: center;
    }

    .contacto p {
        font-size: 22px;
    }

    .contacto-logo img {
        padding-top: 80px;
        width: 70%;
    }

}