:root{
  --cor-0: #FFFFFF;
  --cor-1: #5B1E2B;
  --cor-2: #A4CCC6;
  --cor-3: #F6BAB4;
  --cor-4: #d93353;
  --cor-5: #821225;
  --cor-6: #ebafaf;
  --cor-7: #f9e035;
  --cor-8: #18847c;
  --cor-9: #23cfc2;
  --cor-10: #025a52;
}
* {
    font-family: "Poppins", serif;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}


/* Cores */
.cor-0{
    color: var(--cor-0) !important;
}
.cor-1{
    color: var(--cor-1) !important;
}
.cor-2{
    color: var(--cor-2) !important;
}
.cor-3{
    color: var(--cor-3) !important;
}
.cor-4{
    color: var(--cor-4) !important;
}
.cor-5{
    color: var(--cor-5) !important;
}
.cor-6{
    color: var(--cor-6) !important;
}
.cor-7{
    color: var(--cor-7) !important;
}
.cor-8{
    color: var(--cor-8) !important;
}
.cor-9{
    color: var(--cor-9) !important;
}
.cor-10{
    color: var(--cor-10) !important;
}

/* Background */
.bg-0{
    background-color: var(--cor-0) !important;
}
.bg-1{
    background-color: var(--cor-1) !important;
}
.bg-2{
    background-color: var(--cor-2) !important;
}
.bg-3{
    background-color: var(--cor-3) !important;
}
.bg-4{
    background-color: var(--cor-4) !important;
}
.bg-5{
    background-color: var(--cor-5) !important;
}
.bg-6{
    background-color: var(--cor-6) !important;
}
.bg-7{
    background-color: var(--cor-7) !important;
}
.bg-8{
    background-color: var(--cor-8) !important;
}
.bg-9{
    background-color: var(--cor-9) !important;
}
.bg-10{
    background-color: var(--cor-10) !important;
}
.bg-liner-1{
    background-image: linear-gradient(270deg, #9e0e20, #e1334f);
    background-color: var(--cor-1) !important;
}
.bg-liner-2{
    background-image: linear-gradient(270deg, #18847c, #179f95);
    background-color: var(--cor-8) !important;
}
.bg-liner-3{
    background-image: linear-gradient(154deg, #004e47, #7cfff7);
    background-color:#71cec8
}

/* Texto */
.fs-0-7{
    font-size: 0.7rem !important;
}
.fs-0-75{
    font-size: 0.75rem !important;
}
.fs-0-8{
    font-size: 0.8rem !important;
}
.fs-0-85{
    font-size: 0.85rem !important;
}
.fs-0-9{
    font-size: 0.9rem !important;
}
.fs-0-95{
    font-size: 0.95rem !important;
}
.fs-1{
    font-size: 1rem !important;
}
.fs-1-1{
    font-size: 1.1rem !important;
}
.fs-1-2{
    font-size: 1.2rem !important;
}
.fs-1-3{
    font-size: 1.3rem !important;
}
.fs-1-4{
    font-size: 1.4rem !important;
}
.fs-1-5{
    font-size: 1.5rem !important;
}
.fs-1-7{
    font-size: 1.7rem !important;
}
.fs-2{
    font-size: 2rem !important;
}
.fs-2-5{
    font-size: 2.5rem !important;
}
.fs-3{
    font-size: 3rem !important;
}
.fs-3-5{
    font-size: 3.5rem !important;
}
.fs-4{
    font-size: 4rem !important;
}

.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-700{
    font-weight: 700;
}
.fw-900{
    font-weight: 700;
}
.fw-light{
    font-weight: lighter;
}
.fw-normal{
    font-weight: normal;
}
.fw-bold{
    font-weight: bold;
}
.fw-bolder{
    font-weight: bolder;
}

.lh-0{
    line-height: 0;
}
.lh-0-5{
    line-height: 0.5;
}
.lh-1{
    line-height: 1;
}
.lh-1-5{
    line-height: 1.5;
}
.lh-2{
    line-height: 2;
}
.line-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.no-n{
    white-space: nowrap !important;
}

/* Bordas */
.br-2{
    border-radius: 0.2rem !important;
}
.br-3{
    border-radius: 0.3rem !important;
}
.br-4{
    border-radius: 0.4rem !important;
}
.br-5{
    border-radius: 0.5rem !important;
}
.br-6{
    border-radius: 1rem !important;
}
.br-50{
    border-radius: 50% !important;
}

/* Estrutura */
.w-max-600{
    position: relative;
    max-width: 600px!important;
    margin: 0 auto!important;
}
.d-none{
    display: none!important;
}
.d-flex{
    display: flex;
}
.d-flex-c{
    display: flex;
    align-items: center;
}
.d-flex-cw{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.d-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex-center-i{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.d-flex-center-b{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.d-flex-cbw{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.d-flex-ccc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.d-absolute{
    position: absolute;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Espaços */
.mb-6{
  margin-bottom: 3rem!important;  
}
.mt-6{
  margin-top: 3rem!important;  
}
.me-6{
  margin-right: 2.5rem!important;  
}
.me-7{
    margin-left: 3rem!important;
}
.pt-9{
    padding-top: 9rem!important; 
}

/* Buttoes */
.btn-pri{
    border: 2px solid #cc213b;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    color: #fee7ef;
    background: linear-gradient(1deg, #9a0c1e, #d72642);
}
.btn-pri-2{
    border: 2px solid #71cec8;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    color: #ffffff;
    background: linear-gradient(1deg, #008579, #71cec8);
}

/* formulario */


/* Elementos */
.c-hr{
    overflow: visible;
    text-align: inherit;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #999;
}
.c-hr-15{
    overflow: visible;
    text-align: inherit;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #999;
}
.c-hr-10{
    overflow: visible;
    text-align: inherit;
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #999;
}
.uk-modal{
    background-image: linear-gradient(360deg, var(--cor-1) 50%, transparent 100%)!important;
}
.uk-notification-message{
    font-size: 1rem !important;
    border-radius: 7px;
}
.uk-notification-close{
    display: flex;
    position: absolute;
    top: 15px !important;
    right: 12px !important;
    color: #fff;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}
.uk-lightbox{
    position: fixed;
    z-index: 1010;
    background: #0000004d;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom;
    background-image: linear-gradient(360deg, var(--cor-1) 50%, transparent 100%)!important;
}
.uk-lightbox-iframe{
    width: 90%;
    height: 89%;
    border-radius: 10px;
}
.c-cursor{
    cursor: pointer !important;
}
.w-100{
    width: 100% !important;
}
.w-75{
    width: 75% !important;
}
.w-50{
    width: 50% !important;
}
.w-25{
    width: 25% !important;
}

.loading-block{
    display: flex;
    background-color: #00000087;
    color: #fff;
    cursor: progress;
    height: 100dvh;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 100000;
    align-items: center;
    justify-content: center;
}
.loading-block div:first-child{
    text-align: center;
}
.loading-block div:nth-child(n+2){
    margin-top: 1rem;
}

/* Header */
.nav-home{
    position: fixed;
    z-index: 1;
    top: 15px;
    left: 0;
    right: 0;
    height: 70px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 4px 6px rgb(173 12 67 / 12%), 0 1px 3px rgb(255 202 220 / 18%);

}
.nav-home ul{
    
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
.nav-home a{
    color: #8e2c3e;
    text-decoration: none;
}
.barber-game a{
    color: var(--cor-8);
}
.nav-home .logo{
    margin-right: 2rem;
}
.slide-patrocinio {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feira-desc{
    color: var(--cor-0);
    padding: 0 2rem;
}
.feira-title{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.title-after{
    flex: 1;
    display: flex;
    align-items: center;
}
.title-after > div:first-child{
    height: 10px;
    background-color: var(--cor-3);
    border-radius: 10px;
    margin-right: 5px;
    flex: 1; 
}
.title-after > div:nth-child(n+2){
    height: 10px;
    width: 10px;
    background-color: var(--cor-3);
    border-radius: 50%;
}
.feira-subtitle{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.feira-ul{
    list-style-type: none;
}
.feira-ul li{
    margin-bottom: 0.5rem;
    color: var(--cor-3);
}
.feira-ul li::before{
    content: "\ea5e";
    font-family: 'tabler-icons';
    color: #ffbcb6;
    background-color: #e35448;
    margin-right: 0.75rem;
    border-radius: 10px;
    padding: 0.1rem;
}

.btn-insc{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    width: 100%;
    max-width: 340px;
    padding: 1rem 0.5rem;
    border-radius: 10px;
    background-color: #ffa099;
    color: #9f0e20;
    transition: 0.5s ease;
}
.btn-insc:hover{
    background-color: #dd314c;
    transition: 0.5s ease;
    transform: scale(1.1);
    color: #fff;
}
.btn-cor-2{
    background-color: var(--cor-9) !important;
    color: #085751 !important;
}
.hide-pc{
    width: 100%;
    display: none;
}
@media (max-width: 767px){
    .hide-m{
        display: none!important;
    }
    .nav-home{
        top: 7px !important;
        height: 60px !important;
        border: 1px solid rgb(157 70 88) !important;
        box-shadow: none !important;
        background: rgb(91 30 43 / 48%) !important;
    }
    .nav-home-2{
        top: 7px !important;
        height: 60px !important;
        border: 1px solid rgb(24 133 125) !important;
        box-shadow: none !important;
        background: rgb(24 133 125 / 39%) !important;
    }
    .slide-m{
        padding-top: 30px;
        background-color: #f5dee3;
    }
    .slide-m-2{
            background-color: #020202 !important;
    }
    .hide-pc{
        display: flex !important;
    }
    .scale-m{
        scale: 1.6;
    }
    .box-acao{
        margin-bottom: 0.5rem;
    }
    .foot-credencial{
        bottom: 10px !important;
    }
    .mb-1-m{
        margin-bottom: 0.25rem !important;
    }
}
@media (min-width: 766px){
    .img-doacao-day{
        max-width: 500px !important
    }
    .nav-btn{
    }
    .nav-btn::after{
        content: '|';
        color: #ba1a31;
        margin: 0 0.5rem;
    }
    .barber-game .nav-btn::after{
        color: var(--cor-8) !important;
    }
    .nav-btn > a{
        padding: 0.5rem 0.75rem;
        transition: 0.5s ease;
    }
    .nav-btn > a:hover{
        background-color: #8e2c3e;
        color: #fff !important;
        border-radius: 5px;
        transition: 0.5s ease;
    }
    .barber-game .nav-btn-active{
        background-color: var(--cor-8);
        border-radius: 5px;
        color: #fff !important;
    }
    .barber-game .nav-btn > a:hover{
        background-color: var(--cor-8) !important;
    }
    .btn-foot-credecial{
        display: none !important;
    }
}
.time-regressive{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
    border: 1px solid #f6bab4;
    padding: 2rem 1rem;
    justify-content: center;
    border-radius: 10px;
    margin-top: 1.5rem;
}
.title-time{
    position: absolute;
    top: -13px;
    background: #f6bab4;
    padding: 0 1rem;
    color: #9f0e20;
    font-size: 1.2rem;
    letter-spacing: 3px;
    border-radius: 5px;
}
.box-time{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f6bab4;
    color: #9f0e20;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
    min-width: 50px;
    
}
.min-slide-home{
    margin: 1.5rem 1.7rem;
}
.min-slide-home img{
    border-radius: 15px;
}
.btn-play{
    position: absolute !important;
    transition: 0.5s ease;
    cursor: pointer;
    border-radius: 50%;
    padding: 0.5rem;
}
.btn-play:hover{
    transition: 0.5s ease;
    transform: scale(1.3);
    background-color: #a5283c;
}
.barber .btn-play:hover{
    background-color: #23cfc2;
}

/* BLOG */
.article-post-min{
    padding: 0.75rem;
    border: 2px solid var(--bs-danger);
    border-radius: 15px;
}
.article-post-min img{
    width: 100%;
    border-radius: 12px;
}
.article-post-min p{
    font-weight: 500;
    line-height: 1.2;
    color: #5a5a5a;
}
.btn-post-min{
    display: block;
    background-color: var(--bs-danger);
    width: 100%;
    padding: 0.75rem 0.5rem;
    border: 1px solid var(--bs-danger);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.5s ease;
}
.btn-post-min:hover{
    transition: 0.5s ease;
    transform: scale(0.95);
    background-color: #a5283c;
}
.title-news{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--bs-danger);
    margin-bottom: 1rem;
}


.whatsapp-fixed {
	display: none;
	background-color: #08c65b;
	right: -127px;
	top: 50%;
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	z-index: 9;
	position: fixed;
	line-height: 20px;
	width: 180px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.whatsapp-fixed:hover {
	right: 0
}
.whatsapp-fixed .icone {
	float: left;
	clear: none
}
.whatsapp-fixed svg {
	width: 30px;
	margin: 10px 15px;
	float: left
}
.whatsapp-fixed .texto {
	margin-top: 9px;
	line-height: 17px
}
.whatsapp-fixed .texto span {
	font-size: 16px;
	color: #fff
}
.whatsapp-fixed a:hover {
	text-decoration: none
}

.box-rodape{
    padding: 1rem;
    border: 1px solid #ffbbb5;
    border-radius: 15px;
    height: 100%;
}
.box-links{
    font-size: 1rem;
    line-height: 2;
}

#accordionGame .accordion-button{
    color: var(--cor-8);
    background: #c9efec;
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.game-border .box-rodape{
    border: 1px solid #71cec8
}
.feira-modal{
    border-radius: 10px;
}
.img-menu img{
    border-radius: 10px;
}
.menu-list{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: var(--cor-5);
    justify-content: center;
    border: 1px solid #fbd5e2;
    border-radius: 10px;
    padding: 0.5rem 0.25rem;
}
.menu-list a{
    text-decoration: none;
    color: var(--cor-5);
}

.box-links a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: 0.5s ease;
}
.box-links a:hover{
    font-weight: bold;
    transition: 0.5s ease;
}

.blog-post{}
.blog-post h1{
    font-size: 1.75rem;
    font-weight: bold;
}
.blog-post h2{
    font-size: 1.25rem;
    font-weight: bold;
}
.blog-post h3{
    font-size: 1.25rem;
    font-weight: bold;
}
.blog-post p{
    text-align: justify;
    margin-bottom: 1.3rem;
}
.blog-post .post-subtitle{
    font-size: 1.1rem;
    color: #757575;
    margin-bottom: 2rem;
    font-style: italic;
    line-height: 1.25;
}
.blog-post .post-time{
    margin-bottom: 1.3rem;
    font-size: 1rem;
    color: #757575;
}

.btn-foot-credecial{
    position: fixed;
    bottom: 30px;
    z-index: 1;
    display: none;
}

.pulse{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}
.a-pulse{
    border: 2px solid #cc213b;
    padding: 1rem 3rem;
    border-radius: 40px;
    color: #fee7ef;
    background: linear-gradient(1deg, #9a0c1e, #fc3053);
    text-decoration: none;
    display: block;
    font-size: 1.1rem;
}
@-webkit-keyframes pulse{
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 #dc304b;
        box-shadow: 0 0 0 0 #dc304b
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px #382e261a;
        box-shadow: 0 0 0 10px #382e261a
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 hsla(0,0%,100%,0);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,0)
    }
}
@keyframes pulse{
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 #dc304b;
        box-shadow: 0 0 0 0 #dc304b
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px hsla(0,0%,100%,0);
        box-shadow: 0 0 0 10px hsla(0,0%,100%,0)
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 hsla(0,0%,100%,0);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,0)
    }
}

@-webkit-keyframes pulse-2{
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
}
@keyframes pulse-2{
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
}

.box-credencial{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-credencial > img{
    filter: brightness(0.5);
}

.btn-credencial{
    position: absolute;
    z-index: 1;
    width: 250px;
    
}
.foot-credencial{
    display: flex;
    position: fixed;
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content: center;
    bottom: 15px;
}
.box-creden{
    /*background-color: #f1b9b8;*/
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 4%);
    padding: 0.5rem 0;
    border-radius: 13px;
    max-width: 1000px;
    width: 95%;
    box-shadow: 0 4px 6px rgb(173 12 67 / 12%), 0 1px 3px rgb(255 202 220 / 18%);
}
.box-creden img{
    border-radius: 10px;
    transition: 0.5s ease;
}
.box-creden img:hover{
    scale: 1.2;
    transition: 0.5s ease;
}
.box-acao{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-imersao{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dc3545;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    color: #dc3545;
    text-decoration: none;
    text-align: center;
    width: 100%;
    transition: 0.5s ease;
}
.btn-imersao:hover{
    background-color: #dc3545;
    color: #fff;
    transition: 0.5s ease;
}
.btn-ticket{
    background-color: #dc3545;
    color: #fff;
}

.uk-table-striped tbody tr:nth-of-type(odd){
    background: #ffe9ed;
    border-top: 1px solid #d93353;
    border-bottom: 1px solid #d93353;
}
.uk-table td{
    align-content: center;
}
.uk-table-striped tbody tr:nth-of-type(2n):last-child{
    border-bottom: 1px solid #d93353;
}

.padrinho{
    cursor: pointer;
    padding-left: 0;
    transition: 0.5s ease;
}
.padrinho:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: 0.5s ease;
}
.seta{
    display: flex;
    background-color: var(--cor-3);
    color: var(--cor-4) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}
.seta:hover{
    color: var(--cor-3) !important;
    background-color: var(--cor-4);
    transition: 0.5s ease;
}