@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Trocchi&display=swap');

/* Definindo a fonte */
@font-face {
    font-family: 'MixaRegular';
    src: url('../fonts/MixaRegular/Mixa-Regular.woff2') format('woff2'),
        url('../fonts/MixaRegular/Mixa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --vermelho: #e6626f;
    --laranja: #efae78;
    --bege: #f5e19c;
    --amarelo: #f4bd52;
    --verde-claro: #a2ca8e;
    --branco: #ffffff;
    --cinza: #414e4d;
    --verde-escuro: #66af91;
    --fontDefault: "Questrial", sans-serif;
    --fontSpecial: 'MixaRegular', sans-serif;
}

/* 
    font-family: 'MixaRegular', sans-serif;
*/
a {
    color: inherit;
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
    width: 100vw;
    height: max-content;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 width%3D%2216%22 height%3D%2216%22 fill%3D%22%23000000%22 class%3D%22bi bi-list%22 viewBox%3D%220 0 16 16%22%3E%3Cpath fill-rule%3D%22evenodd%22 d%3D%22M2.5 12.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11z%22/%3E%3C/svg%3E');
}

.boxImage {
    max-height: 100%;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Config title page */

.titlePage {
    padding: 5px;
    margin-top: 18vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titlePage h1 {
    color: var(--laranja);
    font-weight: 400;
    font-family: "Trocchi", serif;
    font-size: calc(1rem + 1vw);
    text-align: center;
    padding: 0 5vh;
}

/* Configuracoes banner Swiper*/

.bannerBox {
    width: 100%;
    height: 70vh;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.labExp {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 25%;
    font-family: "Rosario", sans-serif;
    font-size: calc(2rem + 1.5vw);
    font-weight: 700;
    color: white;
    text-shadow: 9px 0px 5px rgba(255, 255, 255, 1);
    letter-spacing: 0.5vw;

}

swiper-container {
    width: 90%;
    height: 100%;
    margin: auto;
}

swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Fim configuracao Banner */

main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
}

/* PopUp */

.popup {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    right: 35%;
    top: 16%;
    z-index: 100;
    width: 30%;
    height: 80%;
}

.imgPopup {
    width: max-content;
    height: 88%;
}

.imgPopup img {
    width: 100%;
    height: 100%;
}

.popupZap {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 95%;
    height: 12%;
    /* position: absolute;
    bottom: -10%; */

    text-align: center;
}

.popupZap a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--verde-claro);
    border-radius: 50px;
}

.popupZap a:hover {
    scale: 1.05;
}

.popupZap a img {
    width: 22%;
}

.popupZap a span {
    font-size: calc(0.6rem + 0.6vw);
    font-family: "Trocchi", serif;
    font-weight: 500;
    color: white;
    text-decoration: underline;
    padding-right: 25%;
}

/* close popup */
.closePopup {
    position: absolute;
    z-index: 1000000;
    color: var(--verde-claro);
    font-size: 4.5rem;
    top: 2%;
    right: 8%;
    cursor: pointer;
}

/* WhatsZap Visivel*/

.boxWhatsApp {
    width: 75%;
    margin: 3vh 0;
    transition: all 0.3s ease;
}

.boxWhatsApp a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--verde-claro);
    border-radius: 50px;
}

.boxWhatsApp a:hover {
    scale: 1.05;
}

.boxWhatsApp a img {
    width: 20%;
}

.boxWhatsApp a span {
    font-size: calc(0.6rem + 0.6vw);
    font-family: "Trocchi", serif;
    font-weight: 500;
    color: white;
    text-decoration: underline;
}

/* WhatsZap After*/

.boxWhatsAppI {
    display: none;
    opacity: 0;
    /* Inicialmente oculta */
    transition: opacity 1s ease;
    /* Transição suave */
    width: 7%;
    margin: 3vh 0;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    right: 0;
}

.visibleWhats {
    display: block;
}



.boxWhatsAppI a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxWhatsAppI a:hover {
    scale: 1.05;
}

.boxWhatsAppI a img {
    width: 100%;
}

/* TK caterinho */

.tkCaterinho {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3vh 0;
}

.imgTkCaterinho {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgTkCaterinho img {
    max-width: 100%;
    max-height: 100%;
}

.boxWhatsAppCaterinho {
    width: 100%;
}

.boxWhatsAppCaterinho a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--verde-claro);
    border-radius: 50px;
    text-align: center;
}

.boxWhatsAppCaterinho a span {
    flex: 1;
    text-align: center;
    font-size: calc(0.6rem + 0.6vw);
    font-family: "Trocchi", serif;
    font-weight: 500;
    color: white;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    padding-right: 60px;

}

.boxWhatsAppCaterinho a img {
    width: 15%;
    align-self: self-start;
}

.boxWhatsAppCaterinho a:hover{
    scale: 1.05;
}

/* Inicio main copy */

.copyMain {
    width: 100%;
    padding: 0 10vw;
    margin: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.copyMain p {
    font-size: calc(0.8rem + 0.8vw);
    font-family: var(--fontDefault);
    font-weight: 500;
    color: #414e4d;
    margin: 2vh 0;
}

.imgMainCopy {
    width: 100%;
    text-align: center;
    margin: 5vh 0 1vh 0;
}

.imgMainCopy img {
    width: 100%;
}

/* Imagem Riscada */
.imgMainRisco {
    width: 80%;
    height: 40vh;
    background-image: url("../images/copyEventi/risco1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.imgVertical {
    width: 100%;
    height: 60vh;
    margin: 2vh 0 5vh;
    background-image: url('../images/copyEventi/pic8.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.copyMain h2 {
    font-size: calc(1rem + 1vw);
    line-height: 1.5;
    color: var(--amarelo);
    margin: 3vh 0;
    font-family: 'MixaRegular', sans-serif;
    font-weight: 400;
    color: #e6626f;
    text-align: center;
}

.copyMain h3 {
    text-align: center;
    display: flex;
    font-size: calc(0.9rem + 0.9vw);
    flex-direction: column;
    line-height: 1.5;
    color: var(--vermelho);
    margin: 0vh 0 3vh 0;
    font-family: var(--fontSpecial);
    font-weight: 500;
}

.copyMain h3 span {
    align-self: self-end;
}

.copyMain .specH2 {
    color: var(--laranja);
    font-family: "Trocchi", serif;
    font-weight: 600;
    font-size: calc(1rem + 1vw);
}

.copyMain h4 {
    font-size: calc(0.9rem + 1vw);
    line-height: 1.5;
    color: var(--vermelho);
    margin: 3vh 0;
    font-family: "Trocchi", serif;
    font-weight: 600;
    color: #e6626f;
    text-align: center;
}

.copyMain .btnRedirect {
    background-color: var(--amarelo);
    padding: 10px;
    border-radius: 15px;
    font-family: "Trocchi", serif;
    font-weight: 500;
    font-size: calc(0.7rem + 0.7vw);
    text-align: center;
    color: white;
    width: 40%;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin: 5vh 0 2vh 0;
}

.copyMain .btnRedirect:hover {
    scale: 1.03;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.copyMain .subLink {
    color: var(--amarelo);
    margin-top: 2vh;
    font-size: calc(0.6rem + 0.6vw);
    font-family: "Trocchi", serif;
    font-weight: 500;
    text-align: center;
}

/* Config Take Away */
.takeAwayBtn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3vh 0;
}

.take {
    width: 40%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgTake {
    width: 100%;
    height: max-content;
    text-align: center;
}

.imgTake img {
    width: 85%;
    cursor: pointer;
}

.textTake {
    width: 100%;

}

.textTake h3 {
    color: var(--amarelo);
    font-weight: 500;
    font-size: calc(0.8rem + 0.8vw);
    margin: 0;
}

/* Fim tak away */

/* Imagem Especiais */
.imgMain {
    width: 100%;
    height: max-content;
    object-fit: cover;
    text-align: center;
}

.imgMain img {
    width: 50%;
    height: max-content;
}

/* Icon Love */

.iconLove {
    width: 100%;
    text-align: center;
    margin: 5vh 0 3vh 0;
}

.iconLove img {
    width: 50%;
}

.btnTK {
    width: 60%;
    text-align: center;
    position: relative;
    margin: 1vh 0 5vh 0;
}

.btnTK img {
    width: 90%;
}

.btnTK span {
    position: absolute;
    color: white;
    left: 10%;
    bottom: -8%;
    font-family: 'MixaRegular', sans-serif;
    font-size: calc(0.7rem + 0.7vw);
    font-weight: 600;
    text-shadow: 4px 2px 3px rgba(123, 209, 172, 1);
    transition: 0.8s;
    text-align: left;
}

.btnTK:hover span {
    color: #f4bd52;
}

.lastZap {
    width: 50%;
    background-color: var(--verde-claro);
    margin: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
}

.lastZap a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lastZap img {
    width: 30%;
}

.lastZap a span {
    font-size: calc(0.7rem + 0.7vw);
    font-family: 'MixaRegular', sans-serif;
    font-weight: 500;
    color: white;
    text-decoration: underline;
    padding-right: 42%;
}

/* Icon love last page */

.boxRedirectIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.boxRedirectIcon .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.boxRedirectIcon .arrow img {
    width: 70%;
}

.boxRedirectIcon .arrow .imageR {
    transform: rotate(180deg);
}

.mainIconLove {
    width: 40%;
    animation: mover 1.5s linear infinite;
}

@keyframes mover {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.mainIconLove img {
    width: 50%;
}

@media screen and (max-width:1300px) {
    .labExp {
        right: 19%;
    }

    /* PopUp */

    .popup {
        position: fixed;
        right: 35%;
        top: 20%;
        width: 30%;
        height: 70%;
    }

    .imgPopup {
        width: 100%;
        height: max-content;
    }

    .popupZap {
        width: 100%;
        height: 12%;
    }

    .popupZap a img {
        width: 22%;
    }

    .popupZap a span {
        font-size: calc(0.6rem + 0.6vw);
        padding-right: 25%;
    }

    /* close popup */
    .closePopup {
        color: var(--verde-claro);
        font-size: 3.5rem;
        top: 8%;
        right: 0%;
    }


    /* Imagem Riscada */
    .imgMainRisco {
        width: 90%;
    }

}

@media screen and (max-width:1160px) {
    .labExp {
        right: 15%;
    }

    /* WhatsZap After*/
    .boxWhatsAppI {
        width: 12%;
    }

    /* Imagem Riscada */
    .imgMainRisco {
        width: 100%;
    }

    /* PopUp */

    .popup {
        position: fixed;
        right: 32%;
        top: 15%;
        width: 35%;
        height: 80%;
    }

}

/* Telas grandes (≥992px) */
@media (max-width: 992px) {

    .bannerBox {
        height: 50vh;
    }

    /* Config Take Away */

    .take {
        width: 48%;
    }

    .imgTake img {
        width: 100%;
        cursor: pointer;
    }

    /* Fim tak away */

    .zapIcon {
        width: 40%;
    }

    .zapIcon a {
        justify-content: start;
        align-items: center;
    }

    .zapIcon a img {
        width: 80%;

    }

    .textPromozo {
        width: 60%;
    }

    .textPromozo p {
        font-size: calc(0.9rem + 0.9vw);
    }

    /* WhatsZap */

    .boxWhatsApp {
        width: 95%;
        margin: 3vh 0;
    }

    .boxWhatsApp a:hover {
        scale: 1.05;
    }

    .boxWhatsApp a img {
        width: 25%;
    }

    /* btn tk */

    .btnTK {
        width: 90%;
    }

    .btnTK img {
        width: 90%;
    }

    .btnTK span {
        font-size: calc(0.9rem + 0.9vw);
    }

    /* Imagem Riscada */
    .imgMainRisco {
        width: 100%;
        background-image: url('../images/copyEventi/pic5.jpg');
        background-size: contain;
    }

    /* PopUp */

    .popup {
        position: fixed;
        right: 28%;
        top: 20%;
        width: 45%;
        height: 75%;
    }

    .imgPopup {
        width: 100%;
        height: max-content;
    }

    .popupZap {
        width: 100%;
        height: 12%;
    }

    .popupZap a img {
        width: 22%;
    }

    .popupZap a span {
        font-size: calc(0.6rem + 0.6vw);
        padding-right: 25%;
    }

    /* close popup */
    .closePopup {
        color: var(--verde-claro);
        font-size: 3.5rem;
        top: 8%;
        right: 0%;
    }

    /* TkCaterinho */
    .boxWhatsAppCaterinho a span {
        font-size: calc(0.6rem + 0.6vw);
        padding-right: 60px;

    }

    .boxWhatsAppCaterinho a img {
        width: 20%;
        align-self: self-start;
    }

}

@media screen and (max-width:860px) {

    /* Configuracoes banner Swiper*/
    swiper-container {
        width: 95%;
        height: 80%;
    }

    .bannerBox {
        height: 60vh;
    }

    .dropQuestion {
        font-size: 1rem !important;
    }

    /* Banner box */
    .labExp {
        bottom: 9%;
        right: 15%;
        font-size: calc(1.5rem + 1.5vw);
    }

    /* Imagem Especiais */

    .imgMain img {
        width: 100%;
    }

    /* WhatsZap */

    .boxWhatsApp {
        width: 100%;
        margin: 3vh 0;
    }

    .boxWhatsApp a:hover {
        scale: 1.05;
    }

    .boxWhatsApp a img {
        width: 28%;
    }

    .boxWhatsApp a span {
        font-size: calc(0.7rem + 0.7vw);
        font-family: "Trocchi", serif;
        font-weight: 500;
        color: white;
        text-decoration: underline;
        text-align: center;
        padding-right: 20%;
    }

    /* WhatsZap After*/
    .boxWhatsAppI {
        width: 15%;
    }

    /* TkCaterinho */
    .boxWhatsAppCaterinho a span {
        font-size: calc(0.8rem + 0.8vw);
        padding-right: 70px;

    }

    .boxWhatsAppCaterinho a img {
        width: 25%;
        align-self: self-start;
    }

    /* btn tk */

    .btnTK {
        width: 100%;
    }

    .btnTK img {
        width: 100%;
    }

    .btnTK span {
        font-size: calc(0.9rem + 0.9vw);
        bottom: -15%;
    }

    /* Last zap icon */

    .lastZap {
        width: 65%;
    }

    /* Redirecionamento para intitucional */

    .boxRedirectIcon .arrow {
        display: none;
    }

    .mainIconLove {
        width: 100%;
    }

    /* PopUp */

    .popup {
        right: 20%;
        top: 20%;
        width: 60vw;
        height: 70vh;
    }

    .popupZap {
        bottom: -4%;
        width: 95%;
    }


    .popupZap a img {
        width: 20%;
    }


    /* close popup */
    .closePopup {
        top: 0%;
        right: 5%;
    }

    .imgVertical img {
        width: 80%;
        background-attachment: fixed
    }

}

@media screen and (max-width:660px) {
    /* PopUp */

    .popup {
        right: 20%;
        top: 20%;
        width: 60vw;
        height: 70vh;
    }

    .popupZap {
        bottom: 0%;
        width: 95%;
    }

    .closePopup {
        top: 1%;
        font-size: 3rem;
    }

    .popupZap a img {
        width: 25%;
    }

    /* Imagem Riscada */
    .imgMainRisco {
        height: 30vh;
        width: 100%;
    }
}

/* Telas pequenas (≥576px) */
@media (max-width: 580px) {

    .bannerBox {
        height: 45vh;
    }

    .zapIcon {
        width: 40%;
    }

    .zapIcon a {
        justify-content: start;
        align-items: center;
    }

    .zapIcon a img {
        width: 90%;

    }

    .textPromozo {
        width: 60%;
    }

    .textPromozo p {
        font-size: calc(0.8rem + 0.8vw);
        font-weight: 500;
    }

    .closePopUp {
        top: 3%;
        right: -32%;
    }

    .copyMain .btnRedirect {
        font-family: "Trocchi", serif;
        font-weight: 500;
        font-size: calc(0.9rem + 0.9vw);
        width: 100%;
    }

    .copyMain .subLink {
        color: var(--amarelo);
        margin-top: 2vh;
        font-size: calc(0.7rem + 0.7vw);
        font-family: "Trocchi", serif;
        font-weight: 500;
        text-align: center;
    }

    /* Banner box */
    .labExp {
        font-size: calc(1.2rem + 1.2vw);
    }

    /* btn tk */

    .btnTK {
        width: 90%;
    }

    .btnTK span {
        font-size: calc(0.9rem + 0.9vw);
    }

    /* PopUp */

    .popup {
        right: 20%;
        top: 20%;
        width: 60%;
        height: 60%;
    }

    .popupZap {
        bottom: 0%;
        width: 95%;
    }

    .closePopup {
        top: 5%;
        font-size: 3rem;
    }

    .popupZap a img {
        width: 26%;
    }

    /* WhatsZap After*/
    .boxWhatsAppI {
        width: 23%;
    }

    /* Imagem Riscada */
    .imgMainRisco {
        width: 100%;
        height: 20vh;
    }

    /* TkCaterinho */
    .boxWhatsAppCaterinho a span {
        font-size: calc(0.7rem + 0.7vw);
        padding-right: 60px;

    }

    .boxWhatsAppCaterinho a img {
        width: 25%;
        align-self: self-start;
    }

}

@media screen and (max-width:450px) {

    .bannerBox {
        height: 40vh;
    }

    /* Config Take Away */

    .take {
        width: 48%;
    }

    .imgTake img {
        width: 100%;
        cursor: pointer;
    }

    /* Fim tak away */

    /* Configuracoes banner Swiper*/
    swiper-container {
        width: 95%;
        height: 80%;
    }

    /* Banner box */
    .labExp {
        bottom: 12%;
        right: 10%;
        font-size: calc(1rem + 1vw);
    }

    /* PopUp */

    .popup {
        right: 11%;
        top: 25%;
        width: 78vw;
        height: 60vh;
    }

    /* Imagem Riscada */
    .imgMainRisco {
        height: 15vh;
    }
}

@media screen and (max-width:390px) {
    /* PopUp */

    .popup {
        right: 5%;
        top: 25%;
        width: 90vw;
        height: 60vh;
    }

    /* WhatsZap After*/
    .boxWhatsAppI {
        width: 30%;
        bottom: -2%;
    }
}

@media screen and (max-height:600px) {
    .titlePage {
        margin-top: 22vh;
    }
}