@font-face {
  font-family: 'Switzer';
  src: url('fonts/Switzer-Regular.woff2') format('woff2'),
       url('fonts/Switzer-Regular.woff') format('woff'),
       url('fonts/Switzer-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
  font-family: 'Neue';
  src: url('fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Nib';
    src: url('fonts/NibPro-Regular.eot');
    src: local('Nib Pro Regular'), local('NibPro-Regular'),
        url('fonts/NibPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NibPro-Regular.woff2') format('woff2'),
        url('fonts/NibPro-Regular.woff') format('woff'),
        url('fonts/NibPro-Regular.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;
  }
  .lgpd-texto p{
    color: #fff!important;
  }
  
  .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;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}
*::-webkit-scrollbar-thumb {
  background: var(--verde);
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--verde);
}
body{
  
}
html{
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
  font-family: var(--ff-secondary);
  font-weight: 600;
}
h2,
h2 span{
	font-size: 64px;
}
h3,
h3 span{
	font-size: 42px;
}
h4,
h4 span{
  font-size: 32px;
}
h5,
h5 span{
  font-size: 24px;
}
h2 span,
h3 span,
h4 span,
h5 span{
  font-style: italic;
  font-family: var(--ff-terciary);
  font-weight: 600;
}
a{
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
}
p{
  font-size: 18px;
  font-family: var(--ff-primary);
  color: #434D48;
}
ul{
    list-style: none;
}
button{
    cursor: pointer;
    background-color: transparent;
    border: none;
}
strong{
    font-weight: 700;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  outline-style: none;
  border: none;
  resize: none;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}
.container{
    width: 1250px;
    margin: 0 auto;
    position: relative;
}

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

:root{
    --red: #EA1F33;
    --red1: #A10010;

    --cinza: #42475E;
    --cinza1: #646981;
    --cinza-claro: #ffffffa6;

    --azul: #040F2C;
    --verde: #A4C996;
    --preto: #041914;
    --bege: #f5f2eede;

    --bg1: #040F2C;
    --bg2: #F5F2EE;

    --ff-primary: 'Switzer';
  	--ff-secondary: 'Neue';
  	--ff-terciary: 'Nib';
}
.red{
	color: var(--roxo);
}
.laranja{
	color: var(--laranja);
}
.cinza{
	color: var(--cinza);
}
.cinza1{
	color: var(--cinza1);
}
.branco{
	color: #fff;
}
.azul{
	color: var(--azul);
}
.verde{
	color: var(--verde);
}
.padding{
    padding: 100px 0;
}






@media screen and (max-width: 1300px){
    .container{
      width: 90%;
      margin: 0 auto;
    }
}

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

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

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

}

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

}