/* HEADER */

.header__burger {
    display: none;
}
.header__close {
    display: none;
}

.header {
    background-color: var(--P2);
    padding: 1rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__contenedor-logo img {
    width: 66px;
    height: 72px;
}

.header__contenedor-nav nav {
    display: flex;
    gap: 6rem;
}

.header__contenedor-nav a {
    color: var(--P1);
}

.header__contenedor-search {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 60px;
    max-width: 300px;
}

.header__contenedor-search input {
    width: 100%;
    height: 100%;
    padding: 6px 10px;
    background-color: rgba(219, 219, 219, 0.25);
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    color: rgba(255, 255, 255, 0.8);
}

.search-icon {
    position: absolute;
    right: 25px;
    bottom: 0;
    top: 20px;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
}


/* HERO */

.hero {
    flex: none;

    background: radial-gradient(24.22% 50% at 50% 50%,rgba(0, 0, 0, 0.4) 0,rgba(14, 8, 29, 0.40) 100%) center top/cover no-repeat,url('/vuela-cajabamba/media/delivery-hero.jpeg') center top/cover no-repeat;
    min-width: 100%;
    height: calc(100vh - 92px);
    min-height: 450px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_contenedor {
    width: 100%;
    max-width: 80rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}

.hero_contenedor h1{
    color: var(--LETTER_H1_HERO);
    line-height: 7.4rem;
}
.hero_contenedor p{
    color: var(--LETTER_P_HERO);
    line-height: 3.2rem;
}
.hero_contenedor a{
    color: var(--LETTER_BTN_HERO);
    font-size: 4.4rem;
    line-height: 6.4rem;
    border-radius: 24px;
    padding: 2px 4rem;
    border: solid 1px #fff;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
}

/* SECCION 1 */

.bienvenida__contenedor {
    max-width: 90rem;
}

.bienvenida__c-title h2 {
    margin-top: -5.6rem;
}

.bienvenida__c-title p {
    line-height: 35px;
    font-weight: 300;
}

.bienvenida__decoration {
    margin-top: 26px;
}

/* SECCION 2 */

.pedidos__contenedor {
    display: flex;
    align-items: center;
    gap: 4.5rem;
}

.pedidos__label {
    position: relative;
    height: 10.5rem;
}

.pedidos__label p {
    position: absolute;
    top: 35px;
    left: 35px;
    font-size: 6.7rem;
    color: #fff;
}

.pedidos__carrusels {
    display: flex;
    gap: 4.5rem;
    overflow-x: auto;
    width: 100%;
    padding: 0 4%;
}

.pedidos__carrusel {
    width: 31.1rem;
    height: 13.5rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-shrink: 0;
    align-items: center;
    gap: 2rem;
    border: solid 1px var(--P3);
    border-radius: 1.6rem;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.pedidos__carrusel img {
    width: 12rem;
    height: 7rem;
}

.pedidos__carrusel .separador {
    position: relative;
}

.pedidos__carrusel .separador::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 95%;
    top: 0;
    bottom: 0;
    right: -10%;
    background-color: #5d5d5d36;
}

.pedidos__carrusel p {
    font-size: 3.8rem;
}

.pedidos__carrusel--svg_close {
    background: var(--P3);
    border-radius: 100%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}



/* SECCION 3 */
.negocios__decoration {
    width: fit-content;
    margin-right: auto;
}

    /* global */

.negocio__contenedor {
    display: flex;
    align-items: center;
}


.negocios__contenedor h2 {
    font-size: 7.3rem;
    text-align: start;
    margin-left: 10rem;
}

.negocio__header h3 {
    color: var(--P1);
    font-size: 6.5rem;
    line-height: 0;
}
.negocio__header p {
    color: var(--P1);
    font-size: 4.8rem;
    line-height: 1;
}
.negocio__list-of-sale li {
    font-size: 5rem;
    line-height: 7.2rem;
    list-style: disc;
}
.negocio__list-of-sale ul li::marker {
    font-size: 3rem;
}
  

.negocio__contenedor-img {
    flex-shrink: 0;
    z-index: 999;
}

.negocio__contenido {
    max-width: 120rem;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 222, 222, 0.25);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.negocio__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background-color: var(--P2);
    margin-right: -2rem;
    padding-right: 2rem;
}

.negocio__list-of-sale {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: start;
}

.negocio__btn-delivery {
    width: fit-content;
    padding: 0.2rem 5.2rem;
    background: var(--P3);
    color: var(--P1);
    font-size: 4rem;
    line-height: 5.6rem;
    border-radius: 1.6rem;
}

    /* RESTAURANES */
.negocio__contenedor--1 {
    justify-content: flex-end;
}

.negocio__contenedor--1 .negocio__contenido {
    padding: 0 2rem 2rem 4rem;

}

.negocio__contenedor--1 .negocio__header {
    margin-left: -4rem;
    padding-left: 2rem;

}

.negocio__contenedor--1 .negocio__header p {
    text-align: end;
}

.negocio__contenedor--1 .negocio__list-of-sale {
    justify-items: end;
}

.negocio__contenedor--1 .negocio__contenedor-img img {
    min-width: 503px;
    height: 503px;
    margin-right: -215px;
}

.negocio__contenedor--1 .negocio__btn-delivery {
    margin-left: auto;
    margin-top: -4rem;
}


    /* MERCADOS */
.negocio__contenedor--2 {
    justify-content: start;
}

.negocio__contenedor--2 .negocio__contenido {
    padding: 0 2rem 2rem 6rem;
}

.negocio__contenedor--2 .negocio__header {
    margin-left: -6rem;
    padding-left: 6rem;
}

.negocio__contenedor--2 .negocio__header h3, 
.negocio__contenedor--2 .negocio__header p { 
    text-align: start;
}

.negocio__contenedor--2 .negocio__list-of-sale {
    justify-items: start;
}

.negocio__contenedor--2 .negocio__list-of-sale > ul:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.negocio__contenedor--2 .negocio__contenedor-img img {
    min-width: 641px;
    height: 458px;
    margin-left: -30rem;
}


    /* FARMACIAS */

.negocio__contenedor--1.negocio__contenedor--3 .negocio__contenedor-img img {
    min-width: 610px;
    height: 584px;
    margin-top: -5rem;
    margin-right: -200px;
}


/* SECCION 4 */

.products {
    margin-top: 2rem;
}

.products__contenedor {
    margin: 0 4rem;  
}

.products__contenedor h2 {
    font-size: 7.3rem;
    line-height: 10.6rem;
}

.products__contenido {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 140rem;
    margin: 0 auto;
}

.products__card {
    border-radius: 24px;
    padding-bottom: 6.6rem;
}

.products__card h3 {
    position: relative;
    width: fit-content;
    text-align: start;
    margin: -10rem 0 0 2rem;
    color: var(--P1);
}

.products__card h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--P1);
}

/* SECCION 5 */

.contacto__contenedor {
    width: 95%;
    height: 100%;
    max-height: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 4rem;
    border-radius: 24px;

    background-color: #002532;
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 2px, transparent 1px);
    background-size: 20px 20px;
}

.contacto__contenedor h2 {
    color: var(--P1);

    width: fit-content;
    margin: 0 auto 2.5rem auto;
    font-size: 6.6rem;
    line-height: 5.8rem;
}

.contacto__formulario {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 1rem;
    column-gap: 2rem;
}

.contacto__input {
    padding: 1.5rem 1rem;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    border-radius: 15px;

    border: 1px solid var(--P3);
    outline: none;
}
.contacto__input:focus {
    border-color: #00ffae;
    box-shadow: 0 0 10px #00ffae;
}

.contacto__correo {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.contacto__mensaje {
    grid-area: -3 / 2 / -1 / 3;
    resize: none;
    width: 100%;
    height: 140px;
}

.contacto__enviar {
    color: var(--P3);
    font-size: 1.8rem;
    line-height: 4.1rem;
    border-radius: 24px;
    padding: 2px 4rem;
    border: solid 1px var(--P3);
    background: 0;
    margin-top: 4rem;
    cursor: pointer;
}


/* SECCION 6 -- FOOTER*/

.footer {
    background-color: #f7f7f7;
    padding-top: 4rem;
}

.footer__contenedor {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.footer__informacion {
    display: flex;
    gap: 8rem;
    text-align: start;
}

.footer__informacion h3 {
    color: rgba(0, 0, 0, 0.85);
    text-align: start;
    line-height: 7rem;
    font-size: 4.6rem;
}

.footer__informacion a {
    font-size: 3.6rem;
    font-weight: lighter;
    line-height: 3.2rem;
    display: block;
    color: #67666A;
    margin-top: 1rem;
}

.footer__logo img {
    width: 150px;
    height: 150px;
}

.footer__icons {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
}
.footer__icons svg {
    width: 18px;
    height: 18px;
}

.footer__copyright {
    display: block;
    margin-top: 8rem;
    text-align: center;
    font-size: 2.5rem;
    color: rgba(0, 0, 0, 0.25);
}



/* RESPONSIVE */

    /* PC */

@media(max-width: 1440px) {
    .negocio__list-of-sale {
        max-width: 80rem;
        width: 100%;
    }
    
    .negocio__contenedor--1 .negocio__list-of-sale { 
        margin-left: auto;
    }

    .negocio__contenedor--2 .negocio__list-of-sale {
        margin-right: auto;
    }

    .negocio__contenedor--2 .negocio__contenedor-img img {
        min-width: 600px;
        height: 444px;
    }

    .negocio__contenedor--1.negocio__contenedor--3 .negocio__contenedor-img img {
        min-width: 580px;
        height: 560px;
        margin-top: -3rem;
    }

    .negocio__contenedor--3 .negocio__header {
        border-radius: 20px 0 0 20px;
    }
}

    /* LAPTO */

@media(max-width: 1265px) {
    /* TAMAÑO DE LETRA */

        h1 {
            font-size: 10.4rem;
        }
    
        h2 {
            font-size: 7.8rem;
        }
    
        p {
            font-size: 3.8rem;
        }

    /* BURGER HEADER */

    body {
        overflow-x: hidden;
    }
    .header__contenedor-search {
        flex: none;
        margin-left: auto;
        margin-right: 14px;
    }

    .header__burger {
        display: block;
        cursor: pointer;
    }

    .header__close {
        display: block;
        cursor: pointer;
        margin-left: auto;
        margin-right: 10px;
        margin-top: 10px;
    }

    .header__contenedor-nav {
        position: fixed;
        width: 50vw;
        height: 100%;
        background: #002532;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 2rem;
        z-index: 9999;


        transform: translateX(200%);
        transition: transform 1s ease;
    }

    .header__contenedor-nav.burger {
        transform: translateX(0);
    }

    .header__contenedor-nav nav {
        display: block;
        text-align: start;
    }

    .header__contenedor-nav a {
        display: block;
    }

    .header__contenedor-nav a:nth-of-type(1) {
        position: relative;
    }

    .header__contenedor-nav a:nth-of-type(1)::after {
        position: absolute;
        bottom: 14px;
        content: "";
        width: 48px;
        height: 2px;
        background: #ffffff;
        left: 0;
    }

    /* HERO */
    .hero_contenedor {
        max-width: 70rem;
        row-gap: 3rem;
    }

    .hero_contenedor a {
        font-size: 3.4rem;
        padding: 0px 4rem;
    }


    /* BIENVENIDA */

    .bienvenida__contenedor {
        max-width: 80rem;
    }

    .bienvenida__c-title svg {
        width: 700px;
        height: 75px;
    }

    .bienvenida__decoration svg {
        width: 541px;
        height: 40px;
    }

    /* BIENVENIDA */
    .pedidos__label p {
        font-size: 5.7rem;
    }
    
    .pedidos__carrusels {
        padding: 0 2%;
    }

    .pedidos__carrusel {
        width: 28.1rem;
        height: 12.5rem;
    }
    
    .pedidos__carrusel img {
        width: 10rem;
        height: 5rem;
    }

    .pedidos__carrusel p {
        font-size: 3.2rem;
    }

    .pedidos__carrusel--svg_close svg {
        width: 22px;
        height: 22px;
    }

    /* NEGOCIOS */
    .negocios__contenedor h2 {
        font-size: 6.3rem;
    }

    .negocio__header {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .negocio__header h3 {
        font-size: 5.5rem;
    }

    .negocio__header p {
        font-size: 3.8rem;
    }

    .negocio__list-of-sale li {
        font-size: 4rem;
        line-height: 6.2rem;
    }

    .negocio__btn-delivery {
        font-size: 3rem;
        padding: 0rem 4.2rem;
    }

    .negocio__contenedor--1 .negocio__contenedor-img img {
        min-width: 450px;
        height: 450px;
        margin-right: -190px;
    }

    .negocio__contenedor--2 .negocio__contenedor-img img {
        min-width: 530px;
        height: 374px;
    }

    .negocio__contenedor--1.negocio__contenedor--3 .negocio__contenedor-img img {
        min-width: 520px;
        height: 500px;
    }

    .negocios__decoration svg {
        width: 536px;
        height: 40px;
        max-width: fit-content;
    }

    /* CARTA DISPONIBLE */

    .products__contenedor h2 {
        font-size: 6.3rem;
    }

    .products__contenido {
        max-width: 130rem;
        width: 95%;
    }

    .products__card h3 {
        font-size: 6rem;
    }

    /* CONTACTO */
    .contacto__contenedor {
        max-width: 70rem;
    }

    .contacto__contenedor h2 {
        font-size: 5.6rem;
    }

    .contacto__input {
        font-size: 1.4rem;
    }

    .contacto__mensaje {
        height: 130px;
    }

    .contacto__enviar {
        font-size: 1.6rem;
    }

    /* FOOTER */
    .footer__informacion h3 {
        font-size: 3.6rem;
    }

    .footer__informacion a {
        font-size: 2.6rem;
    }

    .footer__logo img {
        width: 130px;
        height: 130px;
    }

    .footer__icons {
        margin-top: .5rem;
    }

    .footer__icons svg {
        width: 16px;
        height: 16px;
    }

    .footer__copyright {
        font-size: 2rem;
    }
}

    /* IPAD */

@media(max-width: 1155px) {
    .negocios__contenedor h2 {
        margin-left: 4rem;
    }
    .negocio__list-of-sale {
        max-width: 70rem;
    }

        /* CONTENEDOR 1 */
    .negocio__contenedor--1 .negocio__contenedor-img img {
        min-width: 400px;
        height: 400px;
        margin-right: -160px;
        margin-top: -2rem;
    }

    .negocio__contenedor--1 .negocio__header {
        border-top-left-radius: 25px;
    }

    .negocio__contenedor--1.unique .negocio__list-of-sale {
        max-width: 55rem;
    }

    .negocio__contenedor--1 .negocio__contenido {
        border-bottom-left-radius: 25px;
    }

        /* CONTENEDOR 2 */
    .negocio__contenedor--2 .negocio__contenedor-img img {
        min-width: 490px;
        height: 334px;
        margin-left: -20rem;
        margin-top: -2rem;
    }

    .negocio__contenedor--2 .negocio__header {
        border-top-right-radius: 25px;
    }

    .negocio__contenedor--2 .negocio__contenido {
        border-bottom-right-radius: 25px;
    }

        /* CONTENEDOR 3 */
    .negocio__contenedor--1.negocio__contenedor--3 .negocio__contenedor-img img {
        min-width: 450px;
        height: 430px;
        margin-right: -180px;
    }

    .negocio__contenedor--1 .negocio__contenido {
        border-bottom-left-radius: 25px;
    }

}

    /* TABLET */

@media(max-width: 990px) {
    .header__contenedor-search {
        max-height: 55px;
    }

    .header__contenedor-search input {
        font-size: 16px;
    }

    .search-icon {
        top: 18px;
    }

    h1 {
        font-size: 8.8rem;
    }

    .hero_contenedor h1 {
        line-height: 7rem;
    }

    .hero_contenedor {
        max-width: 60rem;
    }

    .hero .figma-padding {
        padding: 0 4rem;
    }

    p {
        font-size: 3.4rem;
        line-height: 3rem;
    }

    .hero_contenedor a {
        font-size: 3rem;
        line-height: 1.6;
        padding: 0px 3rem;
    }

    .bienvenida__c-title svg {
        width: 615px;
        height: 70px;
    }

    h2 {
        font-size: 6.8rem;
        line-height: 9rem;
    }

    .bienvenida .figma-padding {
        padding: 0 10rem;
    }

    .bienvenida__decoration svg {
        width: 531px;
        height: 36px;
    }
}