 @import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

 * {
     margin: 0;
     padding: 0;
 }

 body {
     font-family: 'Fredoka', sans-serif;
 }

 main {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     margin: 70px;
     padding: 40px;
 }

 footer {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 35px;
     margin: 20px;
 }

 .bg-img {
     position: fixed;
     top: 0;
     left: 0;
     width: 100vw;
     height: 100vh;
     object-fit: cover;
     z-index: -1;
 }

 .conteudo-principal {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     width: 100%;
 }

 .container-descricao {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     gap: 32px;
     width: 1076px;
 }

 .descricao {
     width: 522px;
     height: 130px;
     background-color: #FAF8FF;
     padding: 10px;
     border-radius: 20px;
     display: flex;
     align-items: center;

 }

 .descricao p {
     font-size: 20px;
     padding: 10px;
     font-weight: 400;
     color: black;
     text-align: center;
 }

 .download {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
     margin-top: 50px;
     width: 726.73px;
 }

 .btn-download {
     width: 327px;
     height: 64px;
     background-color: #1B56BF;
     color: white;
     border: none;
     border-radius: 35px;
     font-size: 14px;
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .icon {
     margin-left: 5px;
 }

 .download a {
     text-decoration: none;
     color: white;
     margin-top: 15px;
 }

 #logo {
     margin-bottom: 30px;
 }

 #titulo {
     justify-content: center;
     text-align: center;
     width: 768.14px;
     height: 209.7px;
     margin-bottom: 60px;
 }

 #titulo p {
     font-size: 24px;
     font-weight: 400;
     color: black;
 }

 #download-descricao {
     font-size: 20px;
     font-weight: 400;
     color: black;
     margin-bottom: 20px;
 }

 /*Rodapé*/

 .rodape-termos {
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     gap: 60px;
 }

 .rodape-termos a {
     text-decoration: none;
     color: black;
     font-size: 16px;
     font-weight: 400;
     margin-right: 10px;
 }

 .rodape-termos p {
     font-size: 14px;
     font-weight: 400;
     color: black;
 }

 /*Pop-up*/

 dialog {
     background-color: #ffffff;
     width: 100%;
     max-width: 644px;
     height: 773px;
     padding: 40px 70px;
     border-radius: 45px;
     box-shadow: 0 0 1em rgb(0 0 0 / .3);

     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 dialog p {
     font-size: 16px;
     font-weight: 400;
     padding: 20px;
 }

 dialog h2 {
     font-size: 24px;
     font-weight: 400;
     color: black;
     text-align: center;
     padding-top: 20px;
 }

 dialog::backdrop {
     background-color: rgba(0, 0, 0, 0.459);
 }

 .close_btn {
     width: 26px;
     height: 26px;
     cursor: pointer;
     position: absolute;
     right: 13px;
     bottom: 0.2%;
 }

 .btn_close {
     width: 90%;
     position: fixed;
     display: flex;
     justify-content: end;
 }

 /*Resposividade!*/

 @media (max-width: 1134px) and (min-width: 949px) {
     .container-descricao {
         width: 950px;
     }

     .descricao {
         width: 350px;
     }

     .descricao p {
         font-size: 20px;
         padding: 10px;
         font-weight: 400;
         color: black;
         text-align: center;
     }

     .download {
         width: 600px;
     }
 }

 @media (max-width: 948px) and (min-width: 820px) {
     .container-descricao {
         width: 950px;
     }

     .descricao {
         width: 350px;
     }

     .descricao p {
         font-size: 20px;
         padding: 10px;
         font-weight: 400;
         color: black;
         text-align: center;
     }

     .download {
         width: 600px;
     }

     /*pop-ups*/

     dialog {
         max-width: 500px;
         height: 750px;
     }

     dialog p {
         font-size: 14.6px;
     }

     dialog h2 {
         font-size: 20px;
     }

     .close_btn {
         width: 24px;
         height: 24px;
     }

     .btn_close {
         width: 87%;
     }

 }

 @media (max-width: 819px) and (min-width: 641px) {
     .container-descricao {
         width: 800px;
         flex-direction: column;
     }

     .descricao {
         width: 500px;
     }

     .download {
         width: 450px;
     }

     .bg-img {
         display: none;
     }

     dialog {
         max-width: 500px;
         height: 750px;
     }

     dialog p {
         font-size: 14.6px;
     }

     dialog h2 {
         font-size: 20px;
     }

     .close_btn {
         width: 24px;
         height: 24px;
     }

     .btn_close {
         width: 87%;
     }

 }

 @media (max-width: 640px) and (min-width: 461px) {
     .container-descricao {
         width: 800px;
         flex-direction: column;
     }

     .descricao {
         width: 400px;
     }

     .download {
         width: 300px;
     }

     .bg-img {
         display: none;
     }

     footer {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 35px;
         margin: 20px;
     }

     .descricao p {
         font-size: 20px;
         padding: 10px;
         font-weight: 400;
         color: black;
         text-align: center;
     }

     .btn-download {
         width: 200px;
         height: 55px;
     }

     #titulo {
         width: 500px;
         height: auto;
     }


     #titulo p {
         font-size: 25px;
         word-wrap: break-word;
     }


     /*Rodapé*/

     .rodape-termos {
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
         align-items: center;
         justify-content: space-between;
         gap: 60px;
     }

     .rodape-termos a {
         text-decoration: none;
         color: black;
         font-size: 16px;
         font-weight: 400;
         margin-right: 10px;
     }

     .rodape-termos p {
         font-size: 14px;
         font-weight: 400;
         color: black;
     }

     /*Pop-ups*/
     dialog {
         max-width: 400px;
         height: 750px;
         position: absolute;
     }

     dialog p {
         font-size: 14.6px;
     }

     dialog h2 {
         font-size: 20px;
     }

     .close_btn {
         width: 24px;
         height: 24px;
     }

     .btn_close {
         width: 85%;
     }
 }

 @media (max-width: 461px) {
     .container-descricao {
         width: 500px;
         flex-direction: column;
     }

     .descricao {
         width: 250px;
     }

     .descricao p {
         font-size: 18px;
     }

     .download {
         width: 200px;
     }

     .bg-img {
         display: none;
     }

     footer {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 20px;
     }

     footer p {
         word-wrap: break-word;
         text-align: center;
     }

     #download-descricao {
         font-size: 18px;
     }


     .btn-download {
         width: 150px;
         height: 55px;
         font-size: 15px;
     }

     .btn-download i {
         display: none;
     }

     #titulo {
         width: 200px;
         height: auto;
     }


     #titulo p {
         font-size: 23px;
         word-wrap: break-word;
     }


     /*Rodapé*/

     .rodape-termos {
         display: flex;
         flex-wrap: wrap;
         flex-direction: column;
         align-items: center;
         justify-content: space-between;
         gap: 20px;
     }

     /*Pop-ups*/
     dialog {
         max-width: 200px;
         height: 750px;
     }

     dialog p {
         font-size: 14.6px;
     }

     dialog h2 {
         font-size: 20px;
     }

     .btn_close {
         width: 76%;
     }
 }