*{
    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);
}
body{
    background: linear-gradient(135deg, #5a747d,#93a6ab, #bbc0c8,#78959d) no-repeat; 
    height: 660px;
    background-repeat: no-repeat ;
}

.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: 17   px;
        color: rgba(134, 133, 133, 0.952);
        font-family: arial; 
        border-radius: 1px;
        transition: all 0.3s ease-out;
        display: inline-block;
        box-shadow: 4px 4px 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: 2px;
         
    }
/*************************************************/
.banner {
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    position: relative;
   
}

.banner .slider {
    
    position: absolute;
    width: 200px;
    height: 250px;
    top: 36%;
    left: calc(50% - 100px);
    transform-style: preserve-3d;
    transform: perspective(200px) scale(0.5);
    animation: autoRun 20s linear infinite; 
}


@keyframes autoRun {
    from {
        transform: perspective(10000px) rotateX(-16deg) rotateY(0deg);
    }
    to {
        transform: perspective(10000px) rotateX(-16deg) rotateY(360deg);
    }
}


.banner .slider .item {
    position: absolute;
    inset: 0;
    transform-origin: 50% 50%;
    transform: rotateY(calc(var(--position) * 360deg / var(--quantity))) translateZ(550px);
    transition: transform 1s ease-in-out; 
}

.banner .slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider{
    transform: scale(0.2);
}
.content{
    transform: translateY(33em);
}
.content h1{
    font-family: design;
    font-size: 15vh;
    font-weight:light;
    color: transparent; 
    -webkit-text-stroke: 2px #5c686b7c; /*rgba(0, 0, 0, 0.603)*/
    text-align: center;
}
.action{
    margin-left: 6%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;

}
.action h1{
    
    font-family: design;
    font-weight: 100;
    width: 30%;
    font-size: 2.5em;

}
.action .texto{
    width:45%;
    margin-right: 6%;
    font-size: 17px;
    font-family: system-ui;
}

/*******************************/
:root {
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }
  html,
  body {
    width: 100%;
    min-height: 100vh;
   
  }
  
  .gallery-grid {
    list-style: none;
    transform: scale(0.7) translateY(-19%);
  }
  
  img {
    max-width: 100%;
    display: block;
    height: auto;
    padding: 3px;
  }
  
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    align-items: stretch;
    justify-items: center;
    margin: 0;
    padding: 0;
  }
 
  .wide {
    grid-column: span 1;
  }
  
  .tall {
    grid-row: span 2;
  }

/**********************************/

.mensage{
     margin-top: -36%;
    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{margin-top: 80px;
    display: flex;
    justify-content: space-around;
 margin-bottom: 20px;
}
.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;
}  
