@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');
}

  
  body{
      background-color: rgb(231, 63, 63);
  }
  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;
  
  }
  
    .navbar-brand{
      text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.7);
  
    }


h1 {
  font-size: 2.5rem;
  font-family: 'Unigeo128 Trial';
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

h2 {
  font-size: 2rem;
  font-family: 'Altone Trial';

}

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);
}


.textpag1{
    margin-top: 10%;

}

.textpag1 h2{
  font-family: 'Altone Trial';
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.cliente-card {
    width: 100%;
    height: 150px; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); 
    background-color: #f8f8f8; 
  }

  
  .card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    object-position: 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; 
    }
    
      .pagina2 .container h1{
        font-size: 4rem;
        font-family: "Unigeo128 Trial", serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
      }
    
      .d-flex {
        flex-direction: column; 
    }

    .textpag1{
        margin-top:35%
    
    }
  }

  

@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;

}

.textpag1{
  margin-top:55%

}

}
  
@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; 
}


}