@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');
@import url('https://fonts.googleapis.com/css2?family=Questrial&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;
}

/* 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: 18vh;
    margin-bottom: 0 !important;
}

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%;
}



/* Zap */

.zapIcon {
    width: 40%;
}

.zapIcon a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zapIcon a img {
    width: 45%;
    transition: transform 0.5s ease-in-out;
    animation: pulsar 1.5s infinite;
}


@keyframes pulsar {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Inicio main copy */

.copyMain {
    width: 100%;
    padding: 0 10vw;
    margin: 0 0 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: auto;
    /* Permitir rolagem */
}

.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%;
}

.imgVertical {
    width: 100%;
    height: 60vh;
    margin-bottom: 5vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.imgVertical1 {
    background-image: url('../images/copyInstitucional/pic2.jpg');
}

.imgVertical2 {
    background-image: url('../images/copyInstitucional/pic3.jpg');
}

.imgVertical3 {
    background-image: url('../images/copyInstitucional/pic4.jpg');
}

.copyMain h1 {
    font-size: calc(0.9rem + 0.9vw);
    line-height: 1.5;
    color: var(--vermelho);
    margin: 3vh 0;
    font-family: var(--fontDefault);
    font-weight: 500;
    text-align: center;
}

.copyMain h1 span {
    color: var(--verde-claro);
}

.copyMain h2 {
    font-size: calc(1rem + 1vw);
    line-height: 1.5;
    color: var(--laranja);
    margin: 3vh 0;
    font-family: var(--fontSpecial);
    font-weight: 500;
    text-align: center;
}

.copyMain h2 span {
    color: var(--vermelho);
}

.copyMain .midText {
    font-family: var(--fontDefault);
    font-weight: 400;
}

.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 .subImage {
    text-align: center;
    font-size: calc(1rem + 1vw);
    line-height: 1.5;
    color: var(--cinza);
    margin: 1vh 0 3vh 0;
    font-family: var(--fontDefault);
    font-weight: 400;
}

.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 1.5vh 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;
    flex-direction: column;
    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%;
    display: flex;
    align-items: end;
}

.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;
}

/* Config button final page */

.btnTK {
    width: 60%;
    text-align: center;
    position: relative;
    transition: 0.3s;
    margin: 1vh 0 5vh 0;
}

.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 {
    scale: 1.05;
}

.btnTK:hover span {
    color: #f4bd52;
}

.btnTK img {
    width: 90%;
}

/* Last Zap icon */
.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%;
}

/* WhatsZap After*/

.boxWhatsAppI {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
    width: 10%;
    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.1;
}

.boxWhatsAppI a img {
    width: 100%;
}

/* Cookies */
#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 10001;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

#cookie-consent p {
    margin: 0;
    font-size: calc(0.5rem + 0.6vw);
    font-family: var(--fontDefault);
    font-weight: 500;
    display: inline-block;
    color: #ecf0f1;
}

#cookie-consent a {
    color: #3498db;
    text-decoration: underline;
}

#accept-cookies {
    margin-left: 15px;
    padding: 10px 20px;
    background-color: #27ae60;
    color: white;
    border: none;
    cursor: pointer;
    font-size: calc(0.5rem + 0.6vw);
    font-family: var(--fontDefault);
}


@media screen and (max-width:1200px) {

    /* WhatsApp flutuante */
    .boxWhatsAppI {
        width: 16%;
    }
}

/* 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 */

    /* Config popup */
    .popup {
        width: 70%;
        padding: 20px;
        top: 40%;
        left: 15%;
    }

    .imgPopup {
        width: 100%;
        text-align: center;
    }

    .popup img {
        width: 60%;
    }

    .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);
    }

    .closePopUp {
        right: -25%;
    }

    /* 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);
    }
}

@media screen and (max-width:860px) {


    /* Configuracoes banner Swiper*/
    swiper-container {
        width: 95%;
        height: 80%;
    }

    .bannerBox {
        height: 55vh;
    }

    .dropQuestion {
        font-size: 1rem !important;
    }

    /* WhatsApp flutuante */
    .boxWhatsAppI {
        width: 23%;
    }

    /* 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%;
    }

    /* 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%;
    }

    /* Config images Verticais */

    .imgVertical img {
        width: 80%;
        background-attachment: fixed
    }

    /* Cookies */

    #cookie-consent p {
        font-size: calc(0.8rem + 0.8vw);
        font-family: var(--fontDefault);
        font-weight: 500;
        color: #ecf0f1;
    }

    #cookie-consent a {
        color: #3498db;
        text-decoration: underline !important; 
    }

    #accept-cookies {
        padding: 10px 20px;
        font-size: calc(0.8rem + 0.8vw);
        font-family: var(--fontDefault);
        margin-top: 2vh;
    }

}

/* Telas pequenas (≥576px) */
@media (max-width: 580px) {

    .bannerBox {
        height: 45vh;
    }


    /* Config popup */
    .popup {
        width: 85%;
        padding: 20px;
        top: 40%;
        left: 7%;
        padding: 20px;
    }

    .imgPopup {
        width: 100%;
        text-align: center;
    }

    .popup img {
        width: 75%;
    }

    .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;
    }

    /* btn tk */

    .btnTK {
        width: 90%;
    }

    .btnTK span {
        font-size: calc(0.9rem + 0.9vw);
    }

    /* WhatsApp flutuante */
    .boxWhatsAppI {
        width: 30%;
    }

    #cookie-consent p {
        font-size: calc(0.9rem + 0.9vw);
        font-family: var(--fontDefault);
        font-weight: 500;
        color: #ecf0f1;
    }

    #cookie-consent a {
        color: #3498db;
        text-decoration: underline !important; 
    }

    #accept-cookies {
        padding: 10px 20px;
        font-size: calc(0.9rem + 0.9vw);
        font-family: var(--fontDefault);
        margin-top: 2vh;
    }

}

@media screen and (max-width:426px) {

    .bannerBox {
        height: 40vh;
    }

    section {
        padding: 0 5px !important;
        margin: 5vh 0 !important;
    }

    /* Config Take Away */

    .take {
        width: 48%;
    }

    .imgTake img {
        width: 100%;
        cursor: pointer;
    }

    /* Fim tak away */

    /* Configuracoes banner Swiper*/
    swiper-container {
        width: 95%;
        height: 80%;
    }

    /* WhatsApp flutuante */
    .boxWhatsAppI {
        right: -4%;
        bottom: -3%;
        width: 40%;
        animation: none;
    }

    
}