/* Fundo */


body{
   background: #058E39;
   background-size: 100%;
}


/* Titulo */


nav{
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: -80px;
}
.titulo{
    color: #FFCB0E;
    font-family: "Irish Grover";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
}

.titulopng{
    width: 55px;
    height: 55px;
    aspect-ratio: 63.17/63.49;
}

.linha{
    width: 80%;
    height: 4px;
    background: rgba(255, 238, 0, 0.93);
    margin-top: -60px;
}


/* Seção jogos */

.h2{
    display: flex;
    unicode-bidi: isolate;
    padding: 5px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: -35px;
}

.subtitulo{
    font-family: "Irish Grover";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 30px;
}

.seção{
    display: flex;
    unicode-bidi: isolate;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
}

.Retangulo1{
    width: 347px;
    height: 52px;
    border-radius: 16px;
    background: #FE0;
    margin-inline: 170px;
}

p{
    display: flex;
    margin-inline-start: 40px;
    margin-top: 5px;
}

.escrita{
    color: #5197FF;
    font-family: "Irish Grover";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.jogos{
    width: 327px;
    height: 342px;
    aspect-ratio: 109/114;
    border-radius: 16px;
    margin-inline: 200px;
}

.Retangulo2{
    width: 221px;
    height: 52px;
    border-radius: 16px;
    background: #FE0;
    margin-inline: 235px;
}

a{
    text-decoration: none;
    text-align: center;
}

.quiz2{
    color: #5197FF;
    font-family: "Irish Grover";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz{
    color: #5197FF;
    font-family: "Irish Grover";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 25%;
}


/* Explicações */

.explicação{
    display: flex;
    flex-shrink: 0;
    border-radius: 16px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.informações{
    width: 414px;
    height: 716px;
    border-radius: 16px;
    background: #5197FF;
    margin-right: 30px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.informações img{
    border-radius: 16px;
    
}

.informações h2{
    color: #FFF;
    font-family: "Irish Grover";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.informações p{
    color: #FFF;
    font-family: Itim;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 309px;
}

.hydro{
    margin-inline-start: 55px;
}

.eoli{
    margin-inline-start: 85px;
}

.sol{
    margin-inline-start: 90px;
}

.png1{
    width: 345px;
    height: 204px;
    aspect-ratio: 15/8;
    margin-inline-start: 15px;
    margin-top: 15px;
    padding-bottom: 25px;
}

.png2{
    width: 347px;
    height: 244px;
    aspect-ratio: 64/45;
    margin-inline-start: 10px;
}
.png3{
    width: 253px;
    height: 240px;
    aspect-ratio: 119/127;
    margin-inline-start: 50px;
}

.png4{
    width: 345px;
    height: 214px;
    margin-inline: 16px;
}

.png5{
    width: 253px;
    height: 244px;
    margin-top: -25px;
    margin-inline: 14%;
}

.png6{
    width: 345px;
    height: 204px;
    margin-top: -35px;
}

.bio{
    margin-inline: 75px;
}

.mare{
    margin-inline: 70px;
    margin-bottom: 20px;
}

.geo{
    margin-inline: 60px;
}
.espace{
    margin-bottom: 70px;
}
.arrumação{
    width: 221px;
    height: 52px;
    border-radius: 16px;
    background: #FE0;
    margin-top: 10px;
    margin-inline: 55px;
    display: flex;
    margin-bottom: -30px;
}

.Retangulo3{
    width: 221px;
    height: 52px;
    border-radius: 16px;
    background: #FE0;
    margin-top: 5px;
    margin-inline: 55px;
    display: flex;
}


/* Carrosel */


.carrossel {
   margin:  0 auto;
   width: 1200px;
   height: 570px;
   overflow: hidden;
   border-radius: 16px;
   margin-top: 50px;
}
.slides {
   width: 400%;
   height: 570px;
   border-radius: 16px;
   display: flex;
}
.slides input {
   display: none;
}
.img1{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img1 img{
   width: 1200px;
}
.img2{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img2 img{
   width: 1200px;
}
.img3{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img3 img{
   width: 1200px;
}
.img4{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img4 img{
   width: 1200px;
}
.nvgmnl {
   position: absolute;
   width: 1200px;
   margin-top: -40px;
   display: flex;
   justify-content: center;
}
.mnlbtn {
   border: 2px solid #FFF;
   padding: 5px;
   border-radius: 8px;
   cursor: pointer;
   transition: 1s;
}
.mnlbtn:not(:last-child) {
   margin-right: 40px;
}
#radio1:checked ~ .img1 {
   margin-left: 0;
}
#radio2:checked ~ .img1 {
   margin-left: -25%;
}
#radio3:checked ~ .img1 {
   margin-left: -50%;
}
#radio4:checked ~ .img1 {
   margin-left: -75%;
}


/* Criadores */

.criadores {
   display: flex;
   flex-wrap: nowrap;
   flex-direction: row;
   gap: 10px;
   align-content: center;
   justify-content: center;
   margin-left: -30px;
}

.nomes{
    color: #FFF;
    font-family: "Irish Grover";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.solare{
    width: 908px;
    height: 380px;
    aspect-ratio: 167/84;
    opacity: 0.75;
    margin-top: 20px;
    margin-bottom: -20px;
    display: flex;
}


@media (max-width:1300px) {
/* Fundo */


body{
   background: #058E39;
   background-size: 100%;
}


/* Titulo */


nav{
    display: flex;
    padding: 3px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: -15px;
}
.titulo{
    color: #FFCB0E;
    font-family: "Irish Grover";
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3px;
}

.titulopng{
    width: 35px;
    height: 35px;
    aspect-ratio: 63.17/63.49;
}

.linha{
    width: 80%;
    height: 3px;
    background: rgba(255, 238, 0, 0.93);
    margin-top: -60px;
}


/* Seção jogos */


.h2{
    display: flex;
    unicode-bidi: isolate;
    padding: 5px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: -35px;
}

.subtitulo{
    font-family: "Irish Grover";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 30px;
}

.seção{
    display: flex;
    unicode-bidi: isolate;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
}

.Retangulo1{
    width: 207px;
    height: 42px;
    border-radius: 16px;
    background: #FE0;
    margin-inline: 210px;
}

p{
    display: flex;
    margin-inline-start: 5px;
    margin-top: 5px;
    
}

.escrita{
    color: #5197FF;
    font-family: "Irish Grover";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.jogos{
    width: 297px;
    height: 302px;
    aspect-ratio: 109/114;
    border-radius: 16px;
    margin-inline: 180px;
}

.Retangulo2{
    width: 141px;
    height: 42px;
    border-radius: 16px;
    background: #FE0;
    margin-inline: 225px;
}

a{
    text-decoration: none;
    text-align: center;
}

.quiz2{
    color: #5197FF;
    font-family: "Irish Grover";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz{
    color: #5197FF;
    font-family: "Irish Grover";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 25%;
}


/* Explicações */

.explicação{
    display: flex;
    flex-shrink: 0;
    border-radius: 16px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.informações{
    width: 324px;
    height: 526px;
    border-radius: 16px;
    background: #5197FF;
    margin-right: 30px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.informações img{
    border-radius: 16px;
    
}

.informações h2{
    color: #FFF;
    font-family: "Irish Grover";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.informações p{
    color: #FFF;
    font-family: Itim;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 309px;
}

.hydro{
    margin-inline-start: 25px;
}

.eoli{
    margin-inline-start: 65px;
}

.sol{
    margin-inline-start: 70px;
}

.png1{
    width: 295px;
    height: 184px;
    aspect-ratio: 15/8;
    margin-inline-start: 2.5px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.png2{
    width: 317px;
    height: 214px;
    aspect-ratio: 64/45;
    margin-inline-start: 1.5px;
}
.png3{
    width: 223px;
    height: 210px;
    aspect-ratio: 119/127;
    margin-inline-start: 20px;
}

.png4{
    width: 295px;
    height: 184px;
    margin-inline: 1.5px;
}

.png5{
    width: 223px;
    height: 214px;
    margin-top: -25px;
    margin-inline: 12%;
}

.png6{
    width: 315px;
    height: 184px;
    margin-top: -15px;
    margin-inline: -5%;
}

.bio{
    margin-inline: 55px;
}

.mare{
    margin-inline: 50px;
    margin-bottom: 20px;
}

.geo{
    margin-inline: 40px;
}
.espace{
    margin-bottom: 50px;
}
.arrumação{
    width: 171px;
    height: 32px;
    border-radius: 16px;
    background: #FE0;
    margin-top: 0px;
    margin-inline: 55px;
    display: flex;
    margin-bottom: -10px;
}

.Retangulo3{
    width: 171px;
    height: 32px;
    border-radius: 16px;
    background: #FE0;
    margin-top: 5px;
    margin-inline: 55px;
    display: flex;
}


/* Carrosel */


.carrossel {
   margin:  0 auto;
   width: 1000px;
   height: 470px;
   overflow: hidden;
   border-radius: 16px;
   margin-top: 50px;
}
.slides {
   width: 400%;
   height: 470px;
   border-radius: 16px;
   display: flex;
}
.slides input {
   display: none;
}
.img1{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img1 img{
   width: 1000px;
}
.img2{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img2 img{
   width: 1000px;
}
.img3{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img3 img{
   width: 1000px;
}
.img4{
   width: 25%;
   position: relative;
   transition: 1.5s;
}
.img4 img{
   width: 1000px;
}
.nvgmnl {
   position: absolute;
   width: 1000px;
   margin-top: -40px;
   display: flex;
   justify-content: center;
}
.mnlbtn {
   border: 2px solid #FFF;
   padding: 5px;
   border-radius: 8px;
   cursor: pointer;
   transition: 1s;
}
.mnlbtn:not(:last-child) {
   margin-right: 40px;
}
#radio1:checked ~ .img1 {
   margin-left: 0;
}
#radio2:checked ~ .img1 {
   margin-left: -25%;
}
#radio3:checked ~ .img1 {
   margin-left: -50%;
}
#radio4:checked ~ .img1 {
   margin-left: -75%;
}


/* Criadores */

.Retangulo2{
    width: 168px;
    height: 22px;
    border-radius: 16px;
    background: #FE0;
    margin-inline: 215px;
}

a{
    text-decoration: none;
}

.quiz{
    color: #5197FF;
    font-family: "Irish Grover";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-inline-start: 0%;
    text-align: center;
}

.criadores {
   display: flex;
   flex-wrap: nowrap;
   flex-direction: row;
   gap: 50px;
   align-content: center;
   justify-content: center;
   margin-left: -30px;
}

.nomes{
    color: #FFF;
    font-family: "Irish Grover";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.seção{
    display: flex;
    unicode-bidi: isolate;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
}

.solare{
    width: 608px;
    height: 227px;
    aspect-ratio: 167/84;
    opacity: 0.75;
    margin-top: 20px;
    margin-bottom: -20px;
    display: flex;
}   
}