
body {
    font-family: "DM Sans", sans-serif;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9yzf2u');
  src:  url('../fonts/icomoon.eot?9yzf2u#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9yzf2u') format('truetype'),
    url('../fonts/icomoon.woff?9yzf2u') format('woff'),
    url('../fonts/icomoon.svg?9yzf2u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e911";
}
.icon-spatula:before {
  content: "\e912";
}
.icon-bbq:before {
  content: "\e90a";
}
.icon-chamine-1:before {
  content: "\e910";
}
.icon-chamine-2:before {
  content: "\e90b";
}
.icon-grill:before {
  content: "\e90c";
}
.icon-exaustor:before {
  content: "\e90d";
}
.icon-coifa:before {
  content: "\e90e";
}
.icon-lupa:before {
  content: "\e90f";
}
.icon-churrasqueira:before {
  content: "\e900";
}
.icon-fogo:before {
  content: "\e901";
}
.icon-location-dot-solid:before {
  content: "\e902";
}
.icon-medalha:before {
  content: "\e903";
}
.icon-phone-flip-solid:before {
  content: "\e904";
}
.icon-sifrao:before {
  content: "\e905";
}
.icon-square-facebook:before {
  content: "\e906";
}
.icon-square-instagram:before {
  content: "\e907";
}
.icon-square-whatsapp:before {
  content: "\e908";
}
.icon-whatsapp:before {
  content: "\e909";
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #232323;
}

*::-webkit-scrollbar-thumb {
    background-color: #FFF8F5;
}
[data-anime]{
    pointer-events: none;
    opacity: 0;
    transition: all .9s ease-in-out;
}
[data-anime="left"]{
    transform: translate3d(-200px,0px,0);
}
[data-anime="right"]{
    transform: translate3d(200px,0px,0);
}
[data-anime="top"]{
    transform: translate3d(0px, 300px,0);
}
[data-anime="bottom"]{
    transform: translate3d(0px , -300px,0);
}
[data-anime="bottom-vertical"]{
    transform: translate3d(0 , 300px,0);
}
[data-anime].animate{
    pointer-events: all;
    opacity: 1;
    transform: translate3d(0px,0px,0px);
} 
input[type="text"],
input::placeholder{
    font-family: "DM Sans", sans-serif !important;
}
.color-white {
    color: #FFF8F5;
}
.input-text {
    background-color: #ffffff88;
    color: #fff;
    border: none;
    padding: 8px 6px;
    width: 100%;
}
.input-text:focus{
    outline: none;
}
.checkbox {
    display: none;
}
.custom-checkbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #FFF8F5;
    position: relative;
    cursor: pointer;
}
.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #FFF8F5;
    opacity: 0;
}
.custom-checkbox.black {
    border: 1px solid #232323;
}
.custom-checkbox.black::after {
    background-color: #232323;
}
.checkbox:checked + .custom-checkbox::after {
  opacity: 1;
}
button:not(.splide__pagination__page, .f-button) {
    border: none;
    background-color: #EC0716;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 0 6px 16px -6px #232323;
    min-width: 104px;
    cursor: pointer;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    overflow: hidden;
    position: relative;
}
button:not(.splide__pagination__page, .f-button) span {
    position: relative;
    z-index: 2;
}
button:not(.splide__pagination__page, .f-button)::before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    transition: all .2s ease;
}
button:hover:not(.splide__pagination__page, .f-button)::before {
    bottom: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a#menu {
    display: none;
}
ul {
    list-style: none;
}
.message {
    display: inline-flex;
    gap: 12px;
    align-items: end;
    position: fixed;
    bottom: 32px;
    left: 32px;
    background-color: #DEF2D6;
    border: #CFE4C7 1px solid;
    padding: 6px 32px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #596F51;
    transition: all .4s ease-in-out;
}
.message.hidden {
    transform: scale(.6) translateY(200px);
    opacity: 0;
}
.message.message-success {
    color: #596F51;
    border: #CFE4C7 1px solid;
    background-color: #DEF2D6;
}
.message.message-error {
    color: #B83D3B;
    border: #E6BEBB 1px solid;
    background-color: #ECC8C5;
}
.whatsapp-float-icon {
    position: fixed;
    bottom: 18%;
    right: 64px;
    font-size: 4rem;
    z-index: 6;
    background-color: #EC0716;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    width: 92px;
    border-radius: 50%;
    filter: drop-shadow(2px 5px 3px #000);
    transform: scale(1);
    overflow: hidden;
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #EC0716;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 16px #ec071600;
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #ec071600;
	}
}
.content {
    width: 100%;
    max-width: 1258px;
    margin: 0 auto;
}
#cookies {
    position: fixed;
    bottom: 0;
    background-color: #232323;
    color: #FFF8F5;
    width: 100%;
    z-index: 9;
    padding: 20px;
    display: none;
}
.cookies {
    text-align: center;
}
.cookies p {
    margin-bottom: 6px;
}
.cookies a {
    text-decoration: underline;
}
.modal-lead {
    display: none;
    z-index: 10;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #0000006e;
}
.modal-lead .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF8F5;
    text-align: center;
    color: #232323;
    padding: 50px;
    width: 480px;
    box-shadow: 0 0 25px -4px black;
}
.modal-lead .modal .close-modal {
    background-color: #EC0716;
    cursor: pointer;
    color: #FFF8F5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 1.2rem;
    width: 46px;
}
.modal-lead .modal h3,
.modal-lead .modal row,
.modal-lead .modal button {
    margin: 20px 0;
}
.modal-lead .modal img {
    width: 200px;
}
.modal-lead .modal .row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.modal-lead .modal .input {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}
.modal-lead .modal .input input {
    border: #232323 1px solid;
}
.modal-lead .modal .input.terms {
    flex-direction: row;
    font-size: .9rem;
    text-align: start;
    align-items: center;
}
.modal-lead .modal .input.terms a {
    text-decoration: underline;
    color: #232323;
    font-weight: 600;
}
header {
    height: 217px;
    background-image: url("../img/fundo-branco-urb-grill.webp");
    background-color: #F0EFEB;
    position: sticky;
    top: 0;
    z-index: 9;
    box-shadow: 0 3px 25px 0px #0000003b;
}
header .social-medias-header {
    background-color: #232323;
    height: 30px;
    position: relative;
    z-index: 9;
}
header .social-medias-header .content {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
    gap: 18px;
    justify-content: end;
    padding-right: 100px;
}
header .social-medias-header a {
    color: #F0EFEB;
    display: flex;
}
header .main-header img {
    padding-left: 72px;
    width: 240px;
    height: auto;
    object-fit: contain;
    margin-top: 8px;
}
header .main-header ul.links {
    display: flex;
    justify-content: space-around;
    border-top: #232323 2px solid;
    margin-top: 12px;
    padding: 10px 32px 0 32px;
    font-size: 1.2rem;
}
header .main-header ul.links a {
    color: #7a7770;
    font-weight: 500;
}
header .main-header ul.links a{
    position: relative;
    width: fit-content;
    transition: all .6s ease-in-out;
}
header .main-header ul.links a:before{
    z-index: -1;
    position: absolute;
    content: "";
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    width: 0%;
    height: 100%;
    background-color: #EC0716;
    opacity: 0;
    transition: opacity .8s ease-in-out, width .6s ease-in-out;
    pointer-events: none;
}
header .main-header ul.links a.selected:before,
header .main-header ul.links a.selected:hover:before,
header .main-header ul.links a:hover:before{
    width: 120%;
    opacity: 1;
    pointer-events: all;
}

header .main-header ul.links a.selected,
header .main-header ul.links a:hover {
    text-shadow: 0 2px 12px #171717;
    color: #fff;
}
section.breadcumb {
    background-color: unset;
}
section.breadcumb h3 {
    text-align: end;
    font-weight: 500;
    padding: 48px 56px;
}
section.link-banner {
    background-image: url('../img/background-link-banner.webp');
    background-size: cover;
    transition: filter .3s ease-in-out;
}
section.link-banner:hover h3,
section.link-banner:hover h4 {
    text-shadow: 0 0 6px #c1c1c1;
}
section.link-banner .wrapper-link-banner {
    color: #FFFCF9;
    text-align: center;
    padding: 40px 0 48px 0;
}
section.link-banner h4 {
    font-size: clamp(1.5rem, 5vw, 2.05rem);
    font-weight: 300;
    transition: all .3s ease-in-out;
}
section.link-banner h3 {
    font-size: clamp(2.15rem, 8vw, 3.8rem);
    transition: all .3s ease-in-out;
}
section.link-banner h3 span {
    position: relative;
    z-index: 2;
    text-wrap: nowrap;
}
section.link-banner h3 span::after {
    content: '';
    position: absolute;
    width: 102%;
    height: 50%;
    background-color: #EC0716;
    left: -1%;
    bottom: 0;
    z-index: -1;
}
section.lead {
    background-size: cover;
    height: 355px;
    padding: 100px 12px;
}
section.lead .wrapper-lead {
    text-align: center;
    width: 605px;
    margin: auto;
}
section.lead .wrapper-lead h3 {
    font-size: 1.8rem;
    margin-bottom: 42px;
}
section.lead .wrapper-lead .row {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 22px;
}
section.lead .wrapper-lead .row .input {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-basis: 50%;
    gap: 2px;
}
section.lead .wrapper-lead .terms {
    margin-bottom: 32px;
}
section.lead .wrapper-lead .terms a {
    text-decoration: underline;
}
footer {
    background-image: url('../img/fundo-branco-urb-grill.webp');
}
footer .wrapper-footer {
    display: grid;
    justify-content: space-between;
    gap: 64px;
    padding: 56px 20px;
    grid-template-columns: repeat(auto-fit, minmax(216px, auto));
}
footer .wrapper-footer i {
    font-size: 1.3rem;
}
footer .wrapper-footer h3 {
    font-weight: 400;
    font-size: 1.6rem;
    color: #232323;
    margin-bottom: 8px;
}
footer .wrapper-footer .about {
    max-width: 278px;
    width: 100%;
}
footer .wrapper-footer a,
footer .wrapper-footer .about p {
    font-weight: 500;
    color: #232323;
    line-height: 1.5;
}
footer .wrapper-footer a.selected,
footer .wrapper-footer a:hover {
    text-shadow: 0 0 1px #232323;
}
footer .wrapper-footer .contact a {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
section.developed-by {
    background-color: #232323;
    text-align: center;
}
section.developed-by img {
    padding: 8px;
    width: 100%;
    max-width: 333px;
    height: auto;
}
@media(max-width: 640px) {
    .whatsapp-float-icon {
        bottom: 7%;
        right: 26px;
        font-size: 3rem;
        width: 72px;
    }
    a#menu {
        display: block;
        font-size: 2rem;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: none;
        color: #232323;
    }
    header {
        height: auto;
    }
    header .main-header img{
        padding: 10px;
    }
    header .main-header img{
        width: 140px;
        height: auto;
        padding-left: 20px;
    }
    header .main-header ul.links {
        position: fixed;
        flex-direction: column;
        align-items: center;
        height: 100vh;
        width: 70vw;
        top: 0;
        background-color: #FFF8F5;
        z-index: 8;
        transform: translateX(-100%);
        transition: all .2s ease;
    }
    header .main-header ul.links.active {
        transform: translateX(0%);
        box-shadow: 2px 0 25px -10px #000000f5;
    }
    section.breadcumb h3 {
        padding: 48px 0px;
    }
    section.lead {
        background-position: center;
        height: auto;
    }
    section.lead .wrapper-lead {
        width: 100%;
    }
    section.lead .wrapper-lead .row {
        gap: 20px;
        flex-direction: column;
    }
    header .social-medias-header .content {
        padding-right: 20px;
    }
}
