* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

.center {
    width: 80%;
    max-width: 1900px;
    display: flex;
    margin: 0 auto;
}

body {
    background: #0a1017;
}

header {
    z-index: 1;
    /* height: 100px; */
    width: 100%;
    display: inline-flex;
    /* position: fixed; */
    transition: ease-in-out .2s;
}

img {
    width: 100%;
    display: block;
}

.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: solid 5px #02a08b;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
}


.logo-01 {
    width: min(250px, 45vh);
    height: auto;
    margin: 0px auto;
}

.logo-02 {
    width: 325px;
    height: auto;
    margin: 0 auto;
}

section.main {
    position: relative;
    background-image: url(../images/estrutura/webp/HERO.webp);
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
}

.single {
    width: 100%;
    text-align: left;
}

.empty {
    width: 100%;
}

.magic-space-150px {
    width: 100%;
    height: 150px;
    display: none;
}

.magic-space-200px {
    width: 100%;
    height: 200px;
    display: none;
}

.magic-space-270px {
    width: 100%;
    height: 270px;
    display: none;
}

.single-container {
    width: 100%;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .single-container {
        width: 100%;
        flex-direction: column;
    }

    section.main {
        background-size: 180%;
    }

    .magic-space-150px {
        width: 100%;
        height: 150px;
        display: block;
    }

    .magic-space-200px {
        width: 100%;
        height: 200px;
        display: block;
    }

    .magic-space-270px {
        width: 100%;
        height: 270px;
        display: block;
    }

    .seta-icone-right {
        width: 50px;
        height: auto;
        margin: 0 auto;
        rotate: 90deg;
    }

    .seta-icone-left {
        width: 50px;
        height: auto;
        margin: 0 auto;
        rotate: -270deg;
    }

    .seta-linha-right {
        width: 45px;
        max-height: 12%;
        rotate: 90deg;
    }

    .seta-linha-left {

        width: 45px;
        max-height: 12%;
        rotate: -90deg;
    }

    iframe {
        width: "977";
        height: "350";
    }
}

/* Classes de padding */
.padding-5 {
    padding: 5px;
}

.padding-5-0 {
    padding: 5px 0;
}

.padding-10 {
    padding: 10px;
}

.padding-0-10 {
    padding: 0 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-15-0 {
    padding: 15px 0;
}

.padding-20 {
    padding: 20px;
}

.padding-20-0 {
    padding: 20px 0;
}

.padding-30 {
    padding: 30px;
}

.padding-0-30 {
    padding: 0 30px;
}

/* Classes de margin */
.margin-5 {
    margin: 5px;
}

.margin-5-0 {
    margin: 5px 0;
}

.margin-10 {
    margin: 10px;
}

.margin-10-0 {
    margin: 10px 0;
}

.margin-15 {
    margin: 15px;
}

.margin-15-0 {
    margin: 15px 0;
}

.margin-20 {
    margin: 20px;
}

.margin-20-0 {
    margin: 20px 0;
}

.margin-0-30 {
    margin: 0 30px;
}

/* Classes de espaços */

.space-15px {
    width: 100%;
    height: 15px;
    background-color: transparent;
}

.space-25px {
    width: 100%;
    height: 25px;
    background-color: transparent;
}

.space-50px {
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.space-100px {
    width: 100%;
    height: 100px;
    background-color: transparent;
}

.space-150px {
    width: 100%;
    height: 150px;
    background-color: transparent;
}

.space-200px {
    width: 100%;
    height: 200px;
    background-color: transparent;
}

/* Classes de alinhamentos */

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-left {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.align-right {
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.align-justify {
    display: flex;
    text-align: justify;
}

.align-buttom {
    display: flex;
    text-align: justify;
    align-items: flex-end;
}

.mw-1200px {
    max-width: 1200px;
}

.mw-1000px {
    max-width: 1000px;
}

.mw-900px {
    max-width: 900px;
}

.mw-800px {
    max-width: 800px;
}

.mw-600px {
    max-width: 600px;
}

.box-solid {
    background-color: white;
    border-radius: 20px;
    width: min(955px, 100vw);
    padding: 0px 30px;
}

.box-solid img {
    max-width: 390px;
    filter: brightness(1.1);
}

.border-line-1 {
    padding: 5px;
    border-radius: 7px;
    border: solid 1px grey;
    margin-bottom: 10px;
    text-align: center;
    color: #e8d5b1;
}

.box-line-1 {
    border: 1px solid #8a8a8a87;
    border-radius: 10px;
    padding: 1px;
    margin: 5px;
    background-size: cover;
    background-position: center;
    width: auto;
    height: max(900px, 960px);
}

.box-line-horizontal {
    border: 1px solid #8a8a8a87;
    border-radius: 10px;
    padding: 1px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;

}

.box-line-2 {
    border: 1px solid #8a8a8a87;
    border-radius: 10px;
    padding: 1px;
    margin: 5px;
    background-size: cover;
    background-position: center;
    width: auto;
    min-height: 380px;
}

.box-line-3 {
    border: 1px solid #8a8a8a87;
    border-radius: 10px;
    padding: 1px;
    margin: 5px;
    background-size: cover;
    background-position: center;
    width: 300px;
    min-height: 270px;
}

.bg-color-green {
    background-color: #267507;
}

.bg-color-yellow {
    background-color: #feca3c;
}

.bg-001 {
    position: relative;
    background-image: url(../images/estrutura/webp/BG-01.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-002 {
    position: relative;
    background-image: url(../images/estrutura/webp/BG-02.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-003 {
    position: relative;
    background-image: url(../images/estrutura/webp/BG-03.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}


.bg-004 {
    position: relative;
    background-image: url(../images/estrutura/webp/bg-004.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-005 {
    position: relative;
    background-image: url(../images/estrutura/webp/bg-005.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-006 {
    position: relative;
    background-image: url(../images/estrutura/webp/bg-006.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-007 {
    position: relative;
    background-image: url(../images/estrutura/webp/bg-007.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-008 {
    position: relative;
    background-image: url(../images/estrutura/webp/bg-008.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.gradiente-001 {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, #000 0%, #010b1f 100%);
}

.gradiente-002 {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, #000 0%, #010b1f 100%);
}

.bot-inscreva-se {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    cursor: pointer;
    color: #3d2e12;
    font-size: 15px;
    padding: 20px 50px;
    text-decoration: none;
    font-family: "Default";
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden;
}

.transition {
    transition: all .3s ease;
}

.transition:hover {
    box-shadow: -1px 5px 30px 10px #574226;
}

.gradient-background-hot {
    background: linear-gradient(300deg, rgb(211, 0, 0), #e48203, #c8560d);
    background-size: 180% 180%;
    animation: gradient-animation 9s ease infinite;
}

.gradient-background-gold {
    background: linear-gradient(300deg, #8b6b3d, #a77d45, #c7a766, #8b6b3d);
    background-size: 200% 200%;
    animation: gradient-animation 8s ease infinite;
}

.gradient-background-blue {
    background: linear-gradient(300deg, #054d6e, #3f6885, #113449);
    background-size: 180% 180%;
    animation: gradient-animation 9s ease infinite;
}

.gradient-background-green {
    background: linear-gradient(300deg, rgb(24, 107, 3), #17ad03, #267507);
    background-size: 180% 180%;
    animation: gradient-animation 9s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.icon-wpp {
    width: 45px;
    height: auto;
    padding: 5px;
}

.icon-wpp-svg {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
}

.direction-colunm {
    flex-direction: column;
    line-height: normal;
}

.direction-colunm>p {
    padding: 0px;
}

.direction-central {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preco-1 {
    padding: 0;
    font-size: 20px;
}

.preco-2 {
    padding: 0;
    font-size: 35px;
}

.custom-hr {
    position: relative;
    border: none;
    /* Remova a borda padrão do <hr> */
    height: 1px;
    /* Defina a altura da linha */
    background-color: white;
    /* Cor sólida no centro (pode ser qualquer cor desejada) */
}

.custom-hr::before,
.custom-hr::after {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    /* Mesma altura da linha */
    width: 50%;
    /* Largura das pontas transparentes (ajuste conforme necessário) */
    background-color: transparent;
    /* Cor transparente para as pontas */
}

.custom-hr::before {
    left: 0;
}

.custom-hr::after {
    right: 0;
}

.hotseat {
    padding: 5px;
    background: #a26023;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.cross {
    position: relative;
    display: inline-block;
}

.cross::before,
.cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.cross::before {
    border-bottom: 1px solid grey;
    -webkit-transform: skewY(-15deg);
    transform: skewY(-15deg);
}

.cross::after {
    border-bottom: 1px solid grey;
    -webkit-transform: skewY(15deg);
    transform: skewY(15deg);
}

.border-top-9px {
    border-radius: 9px 9px 0 0;
}

.seta-icone-right {
    width: 50px;
    height: auto;
    margin: 0 auto;
}

.seta-icone-left {
    width: 50px;
    height: auto;
    margin: 0 auto;
    rotate: 180deg;
}

.seta-linha-right {
    width: 70px;
    height: auto;
    margin: 0 auto;
}

.seta-linha-left {
    width: 70px;
    height: auto;
    margin: 0 auto;
    rotate: 180deg;
}