@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,300&display=swap');

:root{
  --mydarkblue: #0B3660;
  --myligthblue: #668cab;
  --mywhiteblue: #eef4f7;
  --myred: #ff5757;
}

/*header {
  position: fixed;
  bottom: 1;
  left: 0;
  width: 100%;
  background-color: #0B3660;
  padding: 10px; 
  z-index: 1000; 
}*/

.dropdown-menu a, .dropdown-menu li, .dropdown-menu{
  width: fit-content !important;
  margin: auto;
  border: transparent;
}

.dropdown-menu.show, .dropdown-menu{
  min-width: 60px !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.01);
}

#changeLenguage{
  background-color: transparent;
  border: transparent;
}

#google_translate_element {
  display: none;
}


.goog-te-banner-frame, .VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none !important;
}
body {
  position: static !important;
  top: 0 !important;
  background-color: white;
}

main{
  overflow-x: hidden;
  background-color: white;
}


#blockToFixHeaderMobile{
  height: 99px;
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5; 
}

::-webkit-scrollbar-thumb {
  background-color: var(--myligthblue); 
  border-radius: 5px; 
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5; 
}



#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{
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

#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: #E1306C;
}
#mediasBase:hover #facebookBase{
  animation: translateRight 0.8s ease forwards;
  animation-delay: 0.6s;
  background-color: #1877F2;
}

.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;
}

.tituloSection{
    width: fit-content;
    padding-bottom: 10px;
    margin: 0 auto 30px auto;
}
.tituloSection span{
  color: rgba(255, 255, 255, 0);
  text-shadow: none;
  margin: auto;
  display: block;
  width: 150px !important;
  height: 0px;
  border-bottom: 3px solid #668cab;
  border-radius: 5px;
}

a{
    text-decoration: none;
}

#barraNavegacao{
    background-color: #0B3660;
}

#navbarTop{
    height: 150px;
}

#navbarTopConteudos{
    
    height: 100%;
}


#idioma{
  font-size: larger;
  display: none;
}

#idioma:hover{
  color: #668CAB;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.123);
}

.navbar-toggler {
  border: none;
  outline: none;
  color: #ffffff;
}

.navbar-toggler:focus {
  box-shadow: none;
}



#navbarNavDesktop .nav-item{
  margin: 0px 30px;
  height: 50px;
  position: relative;
  text-decoration: none;
  
}

.fixado{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0B3660;
  padding: 10px;
  z-index: 1000;
}

#navbarNavDesktop .nav-item::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; 
  height: 2px; 
  background-color: #ffffff;
  border-radius: 5px; 
  box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.1);;
  transition: width 0.3s ease;
}

#navbarNavDesktop .activenavitem::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important; 
  height: 2px; 
  background-color: #ffffff;
  border-radius: 5px; 
  box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.1);;
  transition: width 0.3s ease;
}


#navbarNavDesktop a{
  font-size: 100%;
  
}

#navbarNavDesktop a:hover{
  text-shadow: 1px 1px 9px rgba(255, 255, 255, 0.1);
}


#navbarNavDesktop .nav-item:hover::before{
  width: 100%
}



#navbarNav{
  width: 50%;
  background-color: #0b3660;
  border: none;
  z-index: 1050 !important;
}


#navbarNav .nav-item{
  margin: 20px 0px;
  height: 50px;
  position: relative;
  text-decoration: none;
  width: 98.7%;
}

.nav-link{
  color: white;
  width: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-link i{
  height: 24px;
  width: 25px;
}

#navbarNav ul{
  margin-top: 40px;
  width: 100%;
  text-align: end;
  padding-right: 15px;
}

#navbarNav img{
  margin-left: auto;
  margin-bottom: 15px;
}

#navbarNav .nav-link:hover{
  color: white;
}

#navbarNav .nav-link:active{
  transform: scale(0.9);
  color: white;
}

#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition-duration: .5s;
}

.menuHamburguer{
  align-items: center;
  justify-content: center;
}

.bars {
  width: 70%;
  height: 3px;
  background-color: white;
  border-radius: 4px;
}

#bar2 {
  transition-duration: .8s;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}


#checkbox:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.toggle{
  display: none;
}
@media screen and (max-width:991px){

  .toggle{
    display: flex !important;
  }

  #blockToFixHeaderMobile{
    display: block;
}

#navbarTop{
  height: 100px;
  position: fixed;
  z-index: 11;
  background-color: #0B3660;
}
#navbarBot{
  display: none;
}
}



@media screen and (max-width:425px){

  #navbarNav{
    width: 80%;
  }

  .logoHeader{
    margin: auto;
  }

  .colunaLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
  }

  .colunaLogo picture{
    width: auto;
    transform: scale(0.8) !important;
  }

  #mediasBase{
    margin-right: 10px;
    margin-bottom: 30px;
  }

  #mediasBase:hover{
    margin-right: 30px;
  }

  
}


@media screen and (max-width:320px){

  

  .bars{
    width: 100%;
  }


}