@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: 53%;
    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;
}




main h1{
    font-family: "Inter Bold", Arial, Helvetica, sans-serif;
    color: #fefefe;
}

#textocentral{
    text-align: center;
    color: black;
    font-size: 40px;
}

img{
    width: 450px;
}






section {
    /* background: #F4F4F4; */
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .container {
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .carousel {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
  }
  .carousel > input {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
  
  .carousel > input:nth-of-type(10):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -900%;
  }
  .carousel > input:nth-of-type(9):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -800%;
  }
  .carousel > input:nth-of-type(8):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -700%;
  }
  .carousel > input:nth-of-type(7):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -600%;
  }
  .carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -500%;
  }
  .carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -400%;
  }
  .carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -300%;
  }
  .carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -200%;
  }
  .carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -100%;
  }
  .carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: 0%;
  }
  .carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(7):checked ~ .carousel__thumbnails li:nth-of-type(7) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(8):checked ~ .carousel__thumbnails li:nth-of-type(8) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(9):checked ~ .carousel__thumbnails li:nth-of-type(9) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  .carousel > input:nth-of-type(10):checked ~ .carousel__thumbnails li:nth-of-type(10) {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); border-radius: 15px;
  }
  
  .carousel__slides {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
  }
  
  .carousel__slide {
    position: relative;
    display: block;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 300ms ease-out;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;
  }
  .carousel__slide figure {
    display: flex;
    margin: 0;
  }
  .carousel__slide div {
    position: relative;
    width: 100%;
  }
  .carousel__slide div:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .carousel__slide div > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
  }

  .carousel__slide div > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }

  .carousel__slide img {
    display: block;
    flex: 1 1 auto;
    object-fit: cover;
  }
  .carousel__slide figcaption {
    align-self: flex-end;
    padding: 20px 20px 0 20px;
    flex: 0 0 auto;
    width: 25%;
    min-width: 150px;
  }
  .carousel__slide .credit {
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .carousel__slide.scrollable {
    overflow-y: scroll;
  }
  
  .carousel__thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 -10px;
  }
  .carousel__slides + .carousel__thumbnails {
    margin-top: 20px;
  }
  .carousel__thumbnails li {
    flex: 1 1 auto;
    max-width: calc((100% / 6) - 20px);
    margin: 0 10px;
    transition: all 300ms ease-in-out;
  }
  .carousel__thumbnails label {
    display: block;
    position: relative;
  }
  .carousel__thumbnails label:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .carousel__thumbnails label > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
    cursor: pointer;
  }
  .carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
  }
  .carousel__thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }







footer{
    margin-left: 90px;
    margin-top: 10%;
    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;
}





