/* @import url( "./red-rules.css"); */


:root{
    --text-color: #1d1d1d;
    --text-color-secondary: #f5f5f5;
    --color-primary: #6d2a88;
    --color-primary-light: #a250c2;
    --color-secondary: #ef8b27;
    --color-secondary-light: #f19b45;
    --icon-color: #060e3a;
}
/* @font-face {
    font-family: "PatrickHand";
    src: url("../fonts/PATRICKHAND-REGULAR.ttf") format("truetype");
} */
@font-face {
    font-family: "Crenix";
    src: url("../fonts/CRENIX.OTF") format("opentype");
}
@font-face{
	font-family: "Crenix-2";
	src: url("../fonts/CRENIX_FONT-Regular.ttf") format("truetype");
	
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

.loader.active .loader__content {
    display: block;
}

.loader__content {
    border: 7px solid #ffffff; /* Light grey */
    border-top: 7px solid #d35151; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.3s ease-in-out infinite;
    display: none;
}

/*------------------------
LGPD
------------------------*/
/* Deixa desabilitado por padrão */
.js_enabled .lgpd-cookies {
    display: none;
  }
  
  .lgpd-cookies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 85vw;
    border: none;
    border-radius: 0;
    padding: 15px;
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 2px 1px 20px #00000029;
    border-radius: 10px;
  }
  
  .lgpd-texto {
    width: 72%;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
  }
  
  .lgpd-link {
    color: var(--clr-primary);
  }
  
  .lgpd-link:hover {
    color: var(--clr-primary);
  }
  
  .lgpd-botao {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
  }
  
  .lgpd-botao.continuar {
    border: 1px solid var(--clr-primary);
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .lgpd-botao.continuar:hover {
    color: #ffffff;
    background: var(--clr-primary);
  }
  
  .lgpd-botao.sair:hover {
    text-decoration: underline;
  }

  /* FORM FEEDBACK */
.border-complete {
  /*border: 1px solid var(--new-green);*/
}

.border-error {
  border: 1px solid red !important;
}

#jError{
    font-family: 'Montserrat', sans-serif;
}

*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}
body{
  
}
html{
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
    width: 100%;
    font-family: "Crenix-2";
    text-transform: uppercase;
}
a, span, p{
    /* font-family: 'PatrickHand'; */
    font-family: 'Patrick Hand', cursive;
    /* font-weight: 700; */
}
p{
    text-align: justify !important;
}
a{
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
}
ul{
    list-style: none;
}
button{
    cursor: pointer;
}
input, select, button, textarea{
    outline-style: none;
    /* font-family: 'PatrickHand'; */
    font-family: 'Patrick Hand', cursive;
    font-size: 24px;
}
textarea{
    resize: none;
}
strong{
    font-weight: 700;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}


/* BOX CLICAVEL */
.box-link{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

/* CORES */
/*:root{
    --color1: #A7A7A7;
    --color2: #E13512;
}*/

/* SCROLLBAR STYLE */
/*width 
::-webkit-scrollbar {
  width: 4px;
}
Track 
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
Handle 
::-webkit-scrollbar-thumb {
  background: #888;
}
 Handle on hover 
::-webkit-scrollbar-thumb:hover {
  background: #555;
}*/

/* ----- MENU ----- */


/* .banner-section .img-container{
    animation: peek 5s linear;
    animation-delay: 1s;
}
@keyframes peek {
    0%{
        bottom: -400px;
    }
    20%{
        bottom: -200px;
    }
    40%{
        bottom: -400px;
    }
    55%{
        bottom: -250px;
    }
    75%{
        bottom: -350px;
    }
    100%{
        bottom: -10px;
    }
} */


.fixed-menu{
    position: fixed;
    top: 0;
    z-index: 50;
}
.topo-menu{
    width: 100%;
    height: 120px;
    z-index: 10;
    position: relative;
}
.menu-content {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.menu-img{
    width: 300px;
}

.menu-img a img{
    width: 100%;
    object-fit: cover;
}

.menu {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}
.social-media-links{
    display: flex;
    gap: 10px;
}

.social-media-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    overflow: hidden;
}

.social-media-links a svg{
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out;
}
.social-media-links a:hover svg{
    transform: scale(1.05);
    transform-origin: center;
}

/* .social-media-links a:hover img{
    transform: scale(1.05);
    transform-origin: center;
} */

.menu-list{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
.menu-list li a{
    font-size: 32px;
    color: #fff;
    transition: color .3s ease-in-out;
}
.menu-list li a:hover{
    color: var(--color-primary-light);
}

footer {
    width: 100%;
    min-height: 350px;
    background: url(../imagens/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 10;
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

footer .links, footer .copyright{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: var(--text-color-secondary);

}
footer .copyright a{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copyright p{
    font-size: 26px;
    font-weight: 500;
    text-align: center !important;
}
footer .links a{
    color: var(--text-color-secondary);
    transition: color .3s ease-in-out;
    font-size: 32px;
}
footer .links a:hover{
    color: var(--color-primary-light);
}


/* PAGINAÇÃO */

.paginacao{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginacao .lista-paginacao{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.paginacao .lista-paginacao span, 
.paginacao .lista-paginacao li a{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #FFF;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
}

.paginacao .lista-paginacao span:hover, 
.paginacao .lista-paginacao li a:hover,
.paginacao .lista-paginacao li a.ativo{
    background-color: var(--color-primary);
}

.container{
    width: 1100px;
}



/* MEDIA DESKTOP */
@media screen and (min-width: 1921px){
    .menu-content {
        width: 1920px;
        height: 100%;
        margin: 0 auto;
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1100px){
    .menu {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .menu-content {
        width: 100%;
        padding: 0px 20px;
        align-items: center;
    }
    /* MENU MOBILE */
    .menu-list{
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 50;
        animation-name: slideInDown;
        animation-duration: .8s;
        margin-top: 0;
    }
    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
        @-webkit-keyframes slideInDown {
        0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
        }
        100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
    }
        @keyframes slideInDown {
        0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
        100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
    } 
    /* MENU MOBILE FIM */ 
    .menu-list li{
        padding: 5px 0;
    }
    .menu-list li a{
        font-size: 30px;
        color: black;
    }
    .social-media-links{
        order: 1;
    }
    .menu-hamburguer{
        order: 2;
        display: block;
        align-self: center;
    }
    .menu-hamburguer i{
        font-size: 50px;
        color: #fff;
    }
    .close-mobile{
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .close-mobile i{
        font-size: 40px;
        color: black;
    }
    /* MENU MOBILE FIM */
    .container{
        width: 90%;
        margin: 0 auto;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}

@media screen and (max-width: 800px){
    
}

@media screen and (max-width: 600px){
    footer .links, footer .copyright {
        flex-wrap: nowrap;
        flex-direction: column;
        text-align: center;
    }
    footer .links i{
        display: none;
    }
    footer{
        padding: 30px 10px;
        padding-top: 100px;
        margin-top: -100px;
    }
    .social-media-links {
        display: none;
    }
    
    .menu-img{
        width: 200px;
    }
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){
    .menu-img{
        width: 180px;
    }
}
