*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Llight;
    src: url(../Fonte/LEMONMILKLight.otf);
}
@font-face {
    font-family: Lregular;
    src: url(../Fonte/LEMONMILKRegular.otf);
}
@font-face {
    font-family: Lmedium;
    src: url(../Fonte/LEMONMILKMedium.otf);
}

@font-face {
    font-family: santa;
    src: url(../Fonte/SantaCatalina1.otf);
}
@font-face{
    font-family: design;
    src: url(../Fonte/DESIGNER.otf);
}


.body1{
    background-repeat: no-repeat;
    background-size: 100% 660px;
   

}


.logotipo{
    display: inline-block;
    margin-top:1%;
    margin-left: 4%;
}

.logotipo img{
  
    height:55px;
    transition: all 0.5s ease;
    
}
.nav-menu.fixed img{
    height: 35px;
}
.logotipo img:hover{
   transform: scale(1.07);
}


.nav-menu {
    display: flex;
    justify-content: space-around;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}


.nav-menu.fixed {
    background-color: #525252b7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
    height: 60px;
}


nav ul li {
    display: inline-block;
    margin-top: 45px;
    margin-left: 15px;
    position: relative; }


nav ul {
    margin-left: 290px;
}


nav a {
    font-family: Llight, sans-serif;
    text-decoration: none;
    color: rgb(65, 65, 65);
    font-size: 15px;
    font-weight: 400;
    transition: all 0.6s ease, transform 0.3s ease; 
    display: inline-block;
}


nav ul li a::after {
    content: " ";
    width: 0%;
    height: 3px;
    background-color: #a3ce2c;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: width 0.4s ease; 
}


nav ul li a:hover::after {
    width: 100%;
}


nav a:hover {
 
    transform: scale(1.1);
}


.nav-menu.fixed nav a {
   
    color: rgb(255, 255, 255);
}
.nav-menu.fixed ul li {
    margin-top: 23px;
}

    
    .botao {
        margin-top: 23px;
        margin-right: 25px;
    }
    
    .btn {
        text-decoration: none;
        padding: 15px;
        font-size: 16px;
        color: rgba(80, 80, 80, 0.952);
        font-family: arial; 
        border-radius: 1px;
        border: 1px solid #8d8d8cd8;
        transition: all 0.3s ease-out;
        display: inline-block;
        box-shadow: 3px 3px 10px #424242;
    }
    .nav-menu.fixed .btn {
        margin-top: -12px;
        padding: 10px;
        background-color: #a3ce2ccc;  
        color: rgb(245, 245, 245);  
        box-shadow: 1px 1px 5px #a3ce2ccc;
       
    }
    
    .btn:hover {
        transform: scale(1.06);
        background-color: transparent;
        border-radius: 5px;
         
    }
    .action{
        margin-top: 14.7em;
        margin-left: 3%;
    
        
    }
    .action h1{
        color: white;
        font-family: Llight;
        font-size: 42px;
        line-height: 30px;
        width: 34.7%;
        height: 100px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
   
        text-shadow: 15px 10px 10px rgba(0, 0, 0, 0.7);

    }
    .action span{
        display: inline-block;
        color: #a3ce2c;
        font-size: 80px;
        transform: translateX(-10%);
        
    }
    .action p{
        color: white;
        font-family: arial;
        font-size: 19px;
        width: 34.7%;
        margin-bottom: 50px;
        padding: 10px;
        text-shadow: 15px 10px 7px rgba(0, 0, 0, 0.7);
    }
    .action a{
        text-decoration: none;
        color: white;
        font-family: arial;
        padding: 15px;
        background-color: #a3ce2c;
        border-radius: 3px;
        font-size: 16px;
        display: inline-block;
        transition: all 0.4s ease;
    }
    .action a:hover{
        transform: scale(1.05);
    }
    /***************************************/

#t1{
    font-family: design;
    font-size: 37px;
    text-align: left;
    margin-left: 7%;
    letter-spacing: 5px;
    padding: 30px;

}
hr{margin-top: 3px; 
    width: 21%;
    border-color: #a3ce2c;
}
.hr2{
    margin-left: 3.2%;
}

.container {
    display: flex;
    flex-direction: column;  
    gap: 20px;  
    padding: 20px;
    margin-bottom: 100px;
  }
  
  
  .row {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
  }
  

  .col {
    flex: 1;
    padding: 10px;
    
  }
  .texto1, .texto2{
    transform: translateY(17%);
  }
  

  .texto h2 {
    font-family: Arial, sans-serif;
    font-size: 24px;
  }
  
  .texto p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #555;
  }

  .imagem img {
    width: 100%;
    height: 350px; 
    object-fit: cover; 
  }
  
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
    }
  
    .col {
      width: 100%; 
    }
  }
  


.btn2{
    
    text-decoration: none;
    color: #a3ce2c;
    padding: 10px;
    border-radius: 2px;
    border: 2px solid #a3ce2c;
    display: inline-block;
    transition: all 0.4s;
   
}
 .btn2:hover{
    transform: scale(.95);
}

 .btn2{
    margin-top: 15px;
    text-decoration: none;
    color: #a3ce2c;
    padding: 10px;
    border-radius: 2px;
    border: 2px solid #a3ce2c;
    display: inline-block;
    transition: all 0.4s;
    margin-left: 75%;
   
}
 .btn2:hover{
    transform: scale(.95);
}
/*****************************************************************/
.section3{
   /* background-color: #7979796e;*/
    transform: translateY(-20%);
    padding: 10px;
}
.littleport{
    display: flex;
}
header {
    --l: calc(82vmin/var(--n, var(--n-cols)));
    --hl: calc(.5*var(--l));
    --ri: calc(.5*sqrt(3)*var(--l));
    box-sizing: border-box;
    display: grid;
    place-content: center;
    grid-template: repeat(var(--n-rows), var(--l))/ repeat(var(--n-cols), var(--ri));
    grid-gap: var(--hl) 0;
    overflow: hidden;
    margin: 0;
    padding: var(--hl) 0;
    height: 66vh;
    transform: translateX(-24%);
  
    filter: drop-shadow(2px 2px 4px );
    
    @media (orientation: landscape) { --n: calc((var(--n-rows) + 3)) }
  }
  
  .hex-cell {
    overflow: hidden;
    grid-column-end: span 2;
    margin: calc(-1*var(--hl)) 0;
    transform: scale(.95);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%)
  }
  .galery {
    --hl: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transform: scale(calc(1 + .2*var(--hl)));
    filter: brightness(calc(.6*(1 + var(--hl))));
    transition: .7s;
    cursor: pointer;
    
    &:hover { --hl: 1 }
  }
  .modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    overflow: auto; 
    padding: 20px;
}


.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px; 
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2000;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  .text{
    margin-left: 10%;
    margin-top: 3%;
  }
  .text h2{
    font-size: 28px;
    font-family:design;
    color: #000;
    
    letter-spacing: 3px; 
  }
  .text p{
    margin-top: 10px;
    font-size: 17px;
    font-weight: 10;
    width: 54%;
    font-family:arial;
    font-weight: lighter;
  } 
    .text a{
        display: inline-block;
        color: #a3ce2c;
        font-size: 20px;
        padding:10px;
        border: 2px solid #a3ce2c;
        border-radius: 1px;
        margin-top: 150px;
        margin-right: 20px;
        text-decoration: none;
        font-family: arial;
        transition: all .5s;
        box-shadow: 1px 1px 3px;
    }
    .text a:hover {
        transform: scale(1.1);
        border-top-right-radius: 10px;

    }
    .t2{
        text-align: right;
        font-family: Lmedium;
        font-size: 23px;
        margin-right: 17%;
        margin-bottom: 10px;
        font-weight: 400;
    }
    fieldset{
        display: flex;
      
        max-height: 250px;
        padding: 30px;
        justify-content: space-around; 
        border: 0px solid;
        
    }
    .first, .second, .third, .fourth{
      background-color: #a3ce2ce8;
      padding: 30px;
      border-radius: 2px;
      height: 225px;
      
    }

  
  fieldset h1{
    font-family: Lregular;
    font-size:26px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  fieldset li{
    font-family: arial;
    font-size: 19px;
    font-weight: 100;
    line-height: 25px;
  }
    


  .mensage{ margin-top: 6%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #a3ce2c38;
    height: 240px;
    padding: 30px;
  }
  .mensage p{
    width:26%;
    font-size: 17px;
    font-family: arial;
    margin-left: 37%;
    margin-bottom: 2%;
}
.mensage a {
    font-size: 18px;
    padding: 18px;
    border-radius: 2px;
    border: 1px solid #a3ce2c;
    color: #a3ce2c;
    text-decoration: none;
    font-family: Llight;
    display: inline-block;
    transition: all 0.4s;
    box-shadow: 1px 1px 3px #a3ce2c;


   
}
.mensage a:hover{
    transform: scale(1.12);
  
}

.rodape{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.mapa{
    display: block;
}
.mapa h2{
    font-family: arial;
    font-weight: 100;
}
.mapa a {
    text-decoration: none;
    display:  block;
    position: relative;
    font-family: arial;
    color: black;
    line-height: 25px;
    font-weight: 100;
    transition: all 0.3s;
}
.mapa a:hover{
    color: #a3ce2c;
}
.logoRdp{
    margin-top: 30px;
    transform: translate(35%);
}
.local{
    text-align: center;
}
.local h2{
    font-family: arial;
    font-weight: 100;
    text-align: center;
}
.local h3{
    margin-top: 20px;
    margin-left: 13%;
    width:70%;
    text-align: center;
    font-weight: 100;
    font-family: Llight;
    font-size: 11px;
}


.copyright{
    margin-top: 50px;
    font-family: arial;
    text-align: center;
    font-weight: 100;
}




  /*++++++++++++ ANIMAÇÕES++++++++++*/



  .anim{
    opacity: 0;
    transform: translateX(30px);
    animation: moveleft 6s linear forwards;
  }
  @keyframes moveleft{
    100%{
        opacity: 1;
        transform: translateX(0);
    }

  }
  