@font-face {
  font-family: 'Unigeo128 Trial';
  src: url('/fonts/Principal/Unigeo64-Regular-trial.ttf') format('truetype');
}

@font-face {
  font-family: 'Altone Trial';
  src: url('/fonts/Secundária/Altone\ Trial-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Bahnschrift';
  src: url('/fonts/Terciária/BAHNSCHRIFT.TTF') format('truetype');
}


nav{
    background-image: url(/IMG/HEADER/headerbackground.png);
    background-repeat: no-repeat;
    position: fixed;
    z-index: 999;
 
}
.navbarNav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-collapse {
    background-image: none !important;
    margin-top: 0px; 
    width: 100%;
  }
  .navbar {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    height: 80px; 
    background-color: rgba(0, 0, 0, 0.171); 
    position: relative; 
}
  nav a{
    font-size: 1.5rem;
    margin-bottom: 2rem;

  }





h1 {
  font-size: 2.5rem; 
  font-family: 'Unigeo128 Trial';
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

h2 {
  font-size: 2rem; 
  font-family: "Altone Trial", sans-serif;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

h3 {
  font-size: 1.75rem;
  font-weight: 800; 
}

h4 {
  font-size: 1.5rem;}

h5 {
  font-size: 1.25rem; 
}

h6 {
  font-size: 1rem; 
}
a, li {
  font-family: "Bahnschrift", sans-serif;
  font-weight: 600;
}
p {
  font-size: 1rem; 
  font-family: "Bahnschrift", sans-serif;
  font-weight: 600;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}











.section-um{
    min-height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.section-um h1{
  font-size: 3rem;
  color: white;
  font-family: 'Unigeo128 Trial';
  font-weight: 400;
  font-style: normal;
}

.section-um p{
  font-size: 2rem;
  color: white;
}
.container-pag1{
    min-height: 100vh;
    width: 100%;
    background-image: url(/IMG/pagina3/section1/pexels-charlotte-may-5825599.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;

}

.container-pag2{
  background-color: white;
  min-height: 100vh;
  width: 100%;

}

.row-pag2{
min-height:100vh;
}
.row-pag2 h2{
  padding-bottom: 20px;
  font-family: "Altone Trial", sans-serif;
  }


#btn-pag2{
  background-color: #F6B227;
  border:  #F6B227;
  transition: 1s ease;
  color: black;
}

.btn-pag2:hover{
 box-shadow: 0px 0px 20px #F6B227; 
  color: black;
}



.mb-3 input, textarea{
  border: #000000;
  
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  

}
.mb-3 input:hover{
 
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  
}

.mb-3 textarea:hover{
 
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
 
}
.container-pag3{
  height: 20vh;
  background-color:#0abb98 ;
  background: linear-gradient(to right, #0abb98, #F6B227);
  background-size: 400% 400%; 
  animation: gradienteMovimento 10s ease infinite; 
}

@keyframes gradienteMovimento {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.container-pag4{
  min-height:80vh;
  width: 100%;
  background-color: white;

}

.row-pag3 {
  height: 100%;
}

.coluna-pag4{
  display: flex;
  justify-content: center;
  align-items: center;
}

  footer p{

    position: relative;
    top: 0%; 
     text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
     
  }

  
  footer{
    background-color:#F6B227;
    margin-top: 10%;
   
  }
  .icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px; 
    background-color: transparent;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); 
    z-index:999;
  }
  
  .video-circle {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }


  @media (min-width: 769px) {
    .navbar-collapse {
        display: flex;
        justify-content: center; 
        align-items: center; 
        width: auto; 
        position: static; 
        background-color: transparent; 
    }

    .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center; 
        margin: 0; 
    }

    .navbar-nav .nav-item {
        margin-left: 1rem; 
        margin-right: 1rem; 
        margin-top: 30px;
    }

    .close-menu {
        display: none; 
    }
}



  @media (max-width:768px){

    .navbar-collapse {
      position: fixed;
      top: 0;
      right: -100%; 
      height: 100%;
      width: 250px; 
      background-color: rgba(255, 255, 255, 0.856); 
      transition: right 0.3s ease;
      z-index: 1000; 
      display: flex;
      flex-direction: column;
      justify-content: flex-start; 
      align-items: center;
    }


  .navbar-collapse.show {
      right: 0;
  }
 .close-menu {
  position: absolute; 
  top: 10px;
  right: 10px; 
  font-size: 2rem;
  background: none;
  border: none;
  color: black;
  cursor: pointer;
  z-index: 1001; 
  display: block; 
}
  .navbar-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    padding-top: 20px; 
  }
  .navbar-nav .nav-item {
    margin-bottom: 1rem;
    text-align: center;
  }
  .nav-link {
      color: black; 
      font-size: 1.5rem;
  }
  .navbar-toggler {
      border-color: white;
  }
  .navbar-toggler-icon {
      background-color: white; 
  }
    
  }


  footer p {
    word-break: break-word; 
    word-wrap: break-word;
    overflow-wrap: break-word;
 
  }

  

  p {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
 
  }
  

@media (max-width: 500px) {
 

 
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; 
    height: 100%;
    width: 250px; 
    background-color: rgba(255, 255, 255, 0.856); 
    transition: right 0.3s ease;
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
  }


.navbar-collapse.show {
    right: 0;
}
.close-menu {
position: absolute; 
top: 10px;
right: 10px; 
font-size: 2rem;
background: none;
border: none;
color: black;
cursor: pointer;
z-index: 1001; 
display: block; 
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
  padding-top: 1.5rem; 
}
.navbar-nav .nav-item {
  margin-bottom: 0.1rem;
  text-align: center;
}
.nav-link {
    color: black; 
    font-size: 1.0rem;
}
.navbar-toggler {
    border-color: white;
}
.navbar-toggler-icon {
    background-color: white; 
}



footer p {
  word-break: break-word; 
  word-wrap: break-word;
  overflow-wrap: break-word;

}



 p {
  word-break: break-word; 
  word-wrap: break-word;
  overflow-wrap: break-word;

}

}
@media (max-height:400px){
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; 
    height: 100%;
    width: 200px; 
    background-color: rgba(255, 255, 255, 0.856); 
    transition: right 0.3s ease;
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
  }

 
.navbar-collapse.show {
    right: 0;
}
.close-menu {
position: absolute; 
top: 10px;
right: 10px; 
font-size: 2rem;
background: none;
border: none;
color: black;
cursor: pointer;
z-index: 1001; 
display: block; 
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
  padding-top: 2.0rem; 
}
.navbar-nav .nav-item {
  margin-bottom: -0.9rem;
  text-align: center;
  
}
.nav-link {
    color: black; 
    font-size: 0.7rem;
}
.navbar-toggler {
    border-color: white;
}
.navbar-toggler-icon {
    background-color: white; 
}
}