

@media (max-width: 1005px) and (min-width: 320px) {

    body {
        justify-content: center;
    }

    main {
        width: 700px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        flex-flow: column-reverse wrap;

        justify-content: center; /* eixo horizontal (row) */
        align-items: center; /* eixo vertical (row)  */
        align-content: center; /* alinhar, juntar conteudo na vertical (row)  */
    }

    .blogLink button{
        top: 58px;
        right: 90px;
    }

    .centerSection {
        height: 300px;
        width: 350px;
    }

    .circle1 {
        left: 80px;
        bottom: 0px;
        width: 250px;
        height: 300px;
    }
    
    
    .circle2 {
        position: absolute;
        top: 10px;
        right: 80px;
        width: 250px;
        height: 300px;
    }
    

    .changeTheme{
        left: 80px;
        top: 20px;
    }

    .rightSection {
        height: 100px;
    }

    .rightContent {
        top: 0px;
        text-align: center;
    }

    .leftSection {
        height: 200px;
        width: 420px;

        margin-top: 10px;
    }

    .leftContent {
        top: 0px;
        text-align: center;

        width: 420px;
    }

    .leftContent > p {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .changeLanguage {
        right: 150px;
    }

    .rightSection .rightContent #pointsRight {
        right: 0px;
    }

    .leftSection .leftContent #pointsLeft {
        right: 0px;
    }
}

@media (max-width: 704px) and (min-width: 320px) {
    main {
        width: 600px;
    }

    .blogLink button{
        top: 58px;
        right: 70px;
    }

    .changeTheme {
        left: 55px;
    }

    .changeLanguage {
        right: 50px;
    }
}

@media (max-width: 604px) and (min-width: 320px) {
    main {
        width: 424px;
    }

    .blogLink button{
        top: 58px;
        right: 30px;
    }

    .changeTheme {
        left: 20px;
    }

    .changeLanguage {
        right: 20px;
    }
}

@media (max-width: 425px) and (min-width: 320px) {

    main {
        width: 320px;
    }

    .centerSection {
        height: 260px;
        width: 300px;
    }

    .circle1 {
        left: 80px;
        bottom: 6px;
        width: 200px;
        height: 233px;
    }
    
    
    .circle2 {
        position: absolute;
        top: 20px;
        right: 80px;
        width: 200px;
        height: 233px;
    }

    .rightSection {
        right: 0px;
        left: 17px;
    }

    .rightContent h1 {
        font-size: 28px;
        font-weight: bolder;
    }
    
    .rightContent h4 {
        font-size: 20px;
        font-weight: lighter;
    }    

    .blogLink button{
        top: 58px;
        right: 30px;
    }

    .blogLink button span{
        position: absolute;
        top: -10px;
        right: 66px;
    }

    .changeTheme {
        left: 18px;
    }

    .changeLanguage {
        right: 10px;
        bottom: 35px;

        height: 37px;
        width: 100px;
    }

    footer {
        height: 35px;
    }

    footer p {
        margin-top: 7px;
        margin-left: 17px;
        font-size: 0.7rem;
    }

    .newsletterImg {
        display: inline-block;
        height: 20px;
        width: 20px;
    }
}

/* Ajustes responsivos */
@media (max-width: 1004px) and (max-height: 703px) {

    .centerSection {
        height: 238px;
        width: 300px;
    }

    .circle1, .circle2 {
        width: 200px;
        height: 233px;
    }

    .rightSection {
        right: 15px;
    }

    .leftSection {
        align-content: center;
    }

    .leftContent {
        top: 0px;
    }
    
    footer {
        height: 35px;
    }

    footer p {
        margin-top: 7px;
        font-size: 0.7rem;
    }

    .changeLanguage {
        right: 10px;
        bottom: 40px;

        height: 32px;
    }

    .changeTheme {
        top: 10px;
    }

    .blogLink button {
        top: 40px;
    }

    .newsletterImg {
        display: inline-block;
        height: 20px;
        width: 20px;
    }
}

@media (max-width: 1920px) and (max-height: 514px) {

    .centerSection {
        height: 238px;
        width: 300px;
    }

    .circle1, .circle2 {
        width: 200px;
        height: 233px;
    }

    .rightSection {
        right: 15px;
    }

    .leftSection {
        align-content: center;
    }

    .leftContent {
        top: 0px;
    }
    
    footer {
        height: 35px;
    }

    .changeLanguage {
        right: 10px;
        bottom: 40px;

        height: 32px;
    }

    .changeTheme {
        top: 10px;
    }

    .blogLink button {
        top: 40px;
    }
}


@media (max-width: 1006px) and (max-height: 615px) {

    .centerSection {
        height: 238px;
        width: 300px;
    }

    .circle1, .circle2 {
        width: 200px;
        height: 233px;
    }

    .rightSection {
        left: 0;
        top: 20px;
    }

    .leftSection {
        margin-top: 0px;
    }

    .leftContent {
        top: 0px;
    }
    
}

@media (max-width: 1005px) and (min-width: 426px) and (max-height: 539px) and (min-height: 200px) {
      
    main {
        width: 300px;

        height: 300px;
    }

    .centerSection {
        height: 238px;
        width: 300px;
    }

    .circle1, .circle2 {
        width: 200px;
        height: 233px;
    }

    .rightSection {
        left: 0;
        top: 20px;
        width: 210px;
    }

    .rightContent h1 {
        font-size: 19px;
    }

    .rightContent h4 {
        font-size: 15px;
    }

    .leftSection {
        margin-top: 0px;
        width: 250px;
    }

    .leftContent p {
        font-size: 13px;
    }

    .changeTheme {
        left: 10px;
        top: 0px;
    }

    .blogLink button{
        right: 15px;
        top: 40px;
    }
    
}

@media (max-width: 425px) and (max-height: 667px) {

    main {
        width: 420px;
        height: 540px;
    }

    .changeTheme {
        left: 0px;
        top: 0px;
    }

    .blogLink button {
        top:  25px;
        right: 6px;
        align-items: center;
        text-align: center;
    }

    .rightContent {
        left: 0px;
        right: 0px;
    }

    .rightContent h1 {
        font-size: 25px;
    }

    .rightContent h4 {
        font-size: 20px;
    }

    .centerSection {
        height: 180px;
        width: 240px;
        margin-right: 30px;
    }

    .circle1, .circle2 {
        width: 150px;
        height: 175px;
    }

    .circle2 {
        left: 30px;
    }

    .leftContent p {
        font-size: 15px;
    }

    footer {
        height: 35px;
    }
}

@media (max-width: 425px) and (max-height: 540px) {

    main {
        width: 420px;
        height: 540px;
    }

    .changeTheme {
        left: 0px;
        top: 0px;
    }

    .blogLink button {
        top:  25px;
        right: 6px;
        align-items: center;
        text-align: center;
    }

    .rightContent {
        left: 0px;
        right: 0px;
    }

    .rightContent h1 {
        font-size: 25px;
    }

    .rightContent h4 {
        font-size: 20px;
    }

    .centerSection {
        height: 180px;
        width: 240px;
        margin-right: 30px;
    }

    .circle1, .circle2 {
        width: 150px;
        height: 175px;
    }

    .circle2 {
        left: 30px;
    }

    .leftContent p {
        font-size: 15px;
    }

    footer {
        height: 35px;
    }
}