@font-face {
    font-family: "Inter Bold";
    src: url("../fontes/Inter Web/Inter-Bold.woff2") format('woff2');
  }
 
@font-face {
    font-family: "Inter Regular";
    src: url("../fontes/Inter Web/Inter-Regular.woff2") format('woff2');
}

body{
    font-family: "Inter Regular",Arial, Helvetica, sans-serif;
    background-color: #fefefe;
  }

main{
    margin-left: 150px;
    margin-top: 20px;
}

main img{
    width: 1000px;
}





nav{
    text-align: center;
    /* margin-left: -93%; */
    background-color: #EDEFF9;
    width: 110px;
    padding-bottom: 23%;
    margin-top: -22px;
    margin-left: -10px;
    position: fixed;
}

.funcionaaa{
    padding-bottom: 2px;
    padding-top: 20px;
    width: 100px;
}

nav a{
    text-decoration: none;
    color: black;
}

nav img{
    width: 20px;
    margin-top: 10px;
    margin-bottom: -9px;
}

.icones{
    margin-top: 1%;
    margin-left: 7px;
}

.cuboeclaquete{
    margin-left: -4px;
}

#logo{
    width: 80px;
    margin-top: -1%;
    margin-left: 5px;
    margin-bottom: 30px;
}

.cabecalho{
    font-size: 17px;
}

#iconesem{
    margin-top: 20px;
    background-color: #cbd2f2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    border-radius: 30px;
}

#atual{
    font-family: "Inter Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#redescabeca{
    margin-left: 5%;
    margin-top: 60%;
    opacity: 60%;
}

#lbic{
    width: 40px;
    margin-top: 20px;
}

/* .cabecalho:hover{
    background-color: #8f98bc;
    border-radius: 15px;
    padding-left: -10px;
    padding-right: -10px;
} */




main h1{
    font-family: "Inter Bold", Arial, Helvetica, sans-serif;
}

.textinho{
    width: 35%;
    margin-top: 20%;
    margin-left: 3%;
}

#ola{
    position: absolute;
    margin-top: 12%;
    margin-left: 2.5%;
}

#cheat{
    color: #fefefe;
}

#eu{
    position: absolute;
    margin-top: -300px;
    right: 7%;
    width: 500px;
    border-radius: 10%;
}

#irdd{
    margin-left: 2.5%;
    background-color: #e4e4e4;
    margin-right: 58%;
    padding-left: 1%;
    padding-top: .5%;
    padding-bottom: 0.5%;
    border-radius: 200px;
}


#um{
    margin-left: 22%;
    background-color: #f4f4f4;
    margin-right: 60%;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 200px;
    margin-top: -62px;
    position: absolute;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

#dois{
    margin-left: 27%;
    background-color: #f4f4f4;
    margin-right: 60%;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 200px;
    margin-top: -62px;
    position: absolute;
    font-size: 20px;
    text-decoration: none;
    color: black;
}


#tres{
    margin-left: 32%;
    background-color: #f4f4f4;
    margin-right: 60%;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 200px;
    margin-top: -62px;
    position: absolute;
    font-size: 20px;
    text-decoration: none;
    color: black;
}



.til1{
    width: 150px;
    margin-top: 22%;
    margin-bottom: 9%;
    margin-left: 45%;
}

.fotoesq{
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin-left: 4%;
    border-radius: 10%;
}

.til{
    width: 150px;
    margin-top: 7%;
    margin-bottom: 7%;
    margin-left: 45%;
}

.textodir{
    width: 400px;
    text-align: right;
    margin-left: 56%;
    position: absolute;
    margin-top: -23%;
}

.textoesq{
    width: 35%;
    margin-top: 10%;
    margin-left: 4%;
}

.fotodir{
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin-left: 51%;
    margin-top: -18%;
    border-radius: 10%;
    position: absolute;
}

.botaodestny{
    margin-left: 4%;
    margin-top: 8%;
    background-color: gainsboro;
    padding: 20px;
    padding-right: 60px;
    text-decoration: none;
    color: black;
    border-radius: 15px;
}

.botaodestny img{
    width: 30px;
    position: absolute;
    margin-top: -5px;
    margin-left: 1%;
}

.fotocentral{
    width: 93%;
    margin-left: 2%;
    border-radius: 100px;
}

#textocentral{
    text-align: center;
}


/* css do carrossel */
 
  .pic-ctn {
    width: 100vw;
    height: 200px;
  }
  
  @keyframes display {
    0% {
      transform: translateX(200px);
      opacity: 0;
    }
    10% {
      transform: translateX(0);
      opacity: 1;
    }
    20% {
      transform: translateX(0);
      opacity: 1;
    }
    30% {
      transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(-200px);
      opacity: 0;
    }
  }
  
  .pic-ctn {
    position: absolute;
    width: 50vw;
    height: 50vw;
    margin-top: 6vh;
    margin-left: -6%;
    border-radius: 45px;
    object-fit: cover;
  }
  
  .pic-ctn > img {
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    opacity: 0;
    animation: display 10s infinite;
    width: 900px;
    height: 600px;
    object-fit: cover;
    border-radius: 45px;
  }
  
  img:nth-child(2) {
    animation-delay: 2s;
  }
  img:nth-child(3) {
    animation-delay: 4s;
  }
  img:nth-child(4) {
    animation-delay: 6s;
  }
  img:nth-child(5) {
    animation-delay: 8s;
  }
   









footer{
    margin-left: 90px;
    margin-top: 800px;
    background-color: gainsboro;
    padding: 2%;
    margin-bottom: -10px;
    padding-left: 3%;
    margin-right: -8px;

}

#lodepre{
    height: 30px;
    position: absolute;
    margin-left: -65px;
    margin-top: -5px;
    width: 60px;
}

#copyde{
    margin-left: 50px;
}

#rodapec{
    position: absolute;
    margin-top: -30px;
    margin-left: 450px;
}

#rodapec a{
    text-decoration: none;
    color: black;
}

#brasil{
    width: 30px;
    position: absolute;
    margin-top: -38px;
    margin-left: 150px;
}

#no{
    position: absolute;
    margin-top: -40px;
    margin-left: 120px;
}

#cristo{
    width: 30px;
    position: absolute;
    margin-top: -46px;
    margin-left: 85px;
}

#rodafeito{
    position: absolute;
    margin-left: 1150px;
    margin-top: -50px;
}