@font-face {
    font-family: 'Dubiel';
    src: url('../css/fonte/DUBIEL.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@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;
}
*::-webkit-scrollbar {
  width: 15px;
}
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}
*::-webkit-scrollbar-thumb {
  background: var(--primaria);
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--primaria);
}
h1, h2, h3, h4, h5, h6{
    
}
h2{
	font-size: 38px;
  font-family: "Domine", serif;
}
h3{
	font-size: 34px;
  font-family: "Domine", serif;
}
h4{
  font-size: 25px;
  font-family: "Domine", serif;
}
h5{
  font-size: 20px;
  font-family: "Domine", serif;
}
h6{
  font-size: 18px;
  font-family: "Domine", serif;
}
a{
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
p{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
ul{
  list-style: none;
}
button{
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-weight: 300;
}
strong{
    font-weight: 700;
}
input, textarea, select {
  outline-style: none;
  border: none;
  resize: none;
}
h2.bgs {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
}
h2.bgs::before,
h2.bgs::after{
    content: "";
    width: 84px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
h2.bgs::before{
    background-image: url(../imagens/seta1.png);
}
h2.bgs::after{
    background-image: url(../imagens/seta2.png);
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.column{
  flex-direction: column;
}
.container{
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
}
.scale1{
  transition: ease .3s;
}
.scale1:hover{
  scale: 1.05;
  transition: ease .3s
}
.scale2{
  transition: ease .3s;
}
.scale2:hover{
  scale: 1;
  transition: ease .3s
}
.padding{
    padding: 100px 0;
}
/* ========= POSIÇÕES ========= */
/* Top */
.bn-txt-top-left {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    align-self: start;
}
.bn-txt-top-center {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    align-self: start;
}
.bn-txt-top-right {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
    align-self: start;
}
/* Middle */
.bn-txt-middle-left {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.bn-txt-middle-center {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bn-txt-middle-right {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
/* Bottom */
.bn-txt-bottom-left {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    align-self: self-end;
}
.bn-txt-bottom-center {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    align-self: self-end;
}
.bn-txt-bottom-right {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    align-self: self-end;
}
/* BOX CLICAVEL */
.box-link{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}
:root{
    --primaria: #4C254C;
    --cor-1: #1E1E1E;
    --branco1: #ffffff8f;

    --bg1: #F5F5F5;
    --bg2: #EEEEEE;
}
.roxo{
    background: linear-gradient(to top, #4C254C, #944c94);
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent; 
    background-clip: text;
    color: transparent;
}
.primaria{
    color: var(--primaria)
}
.cor-1{
    color: var(--cor-1);
}
.cor-2{
	color: var(--cor-2);
}
.cor-3{
	color: var(--cor-3);
}
.cor-4{
	color: var(--cor-4);
}
.branco{
	color: #fff;
}
.branco1{
  color: #ffffffd6;
}
.preto{
    color: #535353;
}

@media screen and (min-width: 2000px) {
    .container{
    	width: 1900px;
    }
}

@media screen and (max-width: 1200px) {
     h2{
      font-size: 35px;
    }
    h3{
      font-size: 28px;
    }
    h4{
      font-size: 22px;
    }
}

@media screen and (max-width: 800px){
    h2.bgs::before,
    h2.bgs::after
    {
        display: none!important;
    }
}

@media screen and (max-width: 600px) {
    h2{
      font-size: 32px;
    }
    h3{
      font-size: 25px;
    }
    h4{
      font-size: 20px;
    }
    h5{
      font-size: 18px;
    }

    .lgpd-texto{
      width: 100%;
      margin: 0;
    }
    .lgpd-texto p,
    .lgpd-texto p strong,
    .lgpd-link,
    .lgpd-botao.continuar,
    .lgpd-botao{
      font-size: 12px;
      margin: 0;
    }

    .padding{
      padding: 50px 0;
    }
}

@media screen and (max-width: 425px) {
    h2{
      font-size: 28px;
    }
    h3{
      font-size: 22px;
    }
    h4{
      font-size: 18px;
    }
    h5{
      font-size: 16px;
    }
}