@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'GT-Planar';
  src: url('/static/fontes/gt-planar/GT-Planar-Regular-Trial-BF63bcd9a5c44bb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GT-Planar';
  src: url('/static/fontes/gt-planar/GT-Planar-Bold-Trial-BF63bcd9a5c44bb.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}


@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Acorn';
  src: url('/static/fontes/acorn/Acorn-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6, span, a, .char{
  font-family: 'Acorn', Arial, Helvetica, sans-serif;
  width: fit-content !important;
  z-index: 1;
}

p, ul, li, strong, label{
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  z-index: 1;
  font-weight: 400;
}
*{
  box-sizing: border-box;
}

h1{
  font-size: 10vw;
  font-weight: 700;
}

h2{
  font-size: 5vw;
  font-weight: 300;
}

main, body{
  background-color: white;
  overflow-x: hidden;
}

:root{
  --mydarkblue: #0A2463;
  --myligthblue: #247BA0;
  --mywhite: #E2E2E2;
  --myred: #FB3640;
  --mygrey: #605F5E;
}
#navbar{
  position: fixed;
  z-index: 999;
  width: fit-content;
  padding: 0;
  margin: 30px auto;
  left: 0;
  right: 0;
}

#navbarNav{
  user-select: none;
  pointer-events: none;
}


#barraNavegacao{
  z-index: 999;
  margin: auto;
}

.itens_wrapper{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  padding: 15px 40px !important;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  background-color: #0a256375;
  border-radius: 50px;
}

.itens_navbar, .itens_wrapper{
  list-style: none;
  color: white;
}

.itens_navbar{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 26px;
  font-weight: 500;
  font-family: 'Acorn', Arial, Helvetica, sans-serif;
}

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

  .itens_wrapper{
    gap: 6px;
    padding: 12px 18px !important;
  }

  .itens_navbar{
    padding: 8px 10px;
    font-size: 12px;
  }

}

.atual_section{
  background-color: rgba(255, 255, 255, 0.212);
}

body {
  position: static !important;
  top: 0 !important;
  background-color: rgb(68, 68, 68);
}

#blockToFixHeaderMobile{
  height: 99px;
  display: none;
}



#mediasBase{
  display: flex;
  justify-content: center;
  font-size: 25px;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 99;
  margin: 50px;
  transition: all 0.2s ease;
}

.mediasBase{
  position: absolute;
  user-select: none;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.368);
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #ffffff;
  z-index: 90;

}

.mediasBase a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  height: 21px;
}

#mediasHover{
  transition: all 0.5s ease;
  user-select: auto;
  visibility: visible;
  background-color: #668cab;
  width: 50px;
  height: 50px;  
  z-index: 100;
}


#mediasBase:hover #mediasHover{
  transform: scale(0.8);
  background-color: #ffffff;
  opacity: 1;
  color: #0b3660;
}

#mediasBase:hover .mediasBase{
  user-select: auto;
  visibility: visible;
}

#mediasBase:hover #rolltop{
  animation: translateTop 0.8s ease forwards;
  animation-delay: 0.4s;
  background-color: #0b3660;
}
#mediasBase:hover #whatsappBase{
  animation: translateBot 0.8s ease forwards;
  animation-delay: 0.8s;
  background-color: #25D366;
}

#mediasBase:hover #instagramBase{
  animation: translateLeft 0.8s ease forwards;
  animation-delay: 1s;
  background-color: rgb(150, 62, 150);
}
#mediasBase:hover #facebookBase{
  animation: translateRight 0.8s ease forwards;
  animation-delay: 0.6s;
  background-color: rgb(49, 139, 241);
}

.mediasBase:hover{
  opacity: 0.7;
}

@keyframes translateBot {
  0%{
    transform: translateY(0px);

  }
  100%{
    transform: translateY(50px);
  }
}

@keyframes translateLeft {
  0%{
    transform: translateY(0px);

  }
  100%{
    transform: translateX(-50px);
  }
}

@keyframes translateRight {
  0%{
    transform: translateY(0px);

  }
  100%{
    transform: translateX(50px);
  }
}

@keyframes translateTop {
  0%{
    transform: translateY(0px);

  }
  100%{
    transform: translateY(-50px);
  }
}

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', Arial, sans-serif;
    text-shadow: 2px 1px 3px rgb(0 0 0 / 10%);
    user-select: none;
}

p, h1, h2, h3,h4,h5,span,label{
  user-select: text;
}

a{
    text-decoration: none;
}






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

  #mediasBase{
    margin-right: 10px;
    margin-bottom: 30px;
  }

  #mediasBase:hover{
    margin-right: 30px;
  }

  .itens_wrapper{
    gap: 0;
    padding: 10px 12px !important
  }

  .itens_navbar{
    padding: 7px 7px;
    font-size: 10px;
  }

  
}
