*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'Oswald', sans-serif;
}

.container{
    width: 100%;
    height: 100%;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    /* scroll-padding: 100px; */
    position: relative;

}

section{
    display: flex;
    scroll-snap-align: start;
}

/*SESSÃO 1 */

.one{
    background-image: url("../img/fundo/fundo2.jpg");
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.esquerda-one{
    width: 50%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    left: 200px;
}

.direita-one{
    width: 50%;
}

.anarchy-img{
    width: 150px;
    height: 150px;
    position: absolute; 
    top: 0px; 
    right: 0px;
    pointer-events: none;
}

.h1-one{
    font-size: 75px;
    user-select: none;
    color: #000000;
}

.h3-one{
    font-size: 34px;
    user-select: none;
    color: #000000;
    font-weight: bold;
}

.h3-one {
    box-shadow: inset 0 0 0 0 #2c6d75;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 5px;
  }

.h3-one:hover {
    box-shadow: inset 500px 0 0 0 #2c6d75;
    border-radius: 5px;
    color: white;
  }

  .main{
    position: absolute; 
    bottom: 20px; 
    user-select: none;
  }

/*SESSÃO 2*/

.two{
    background-image: url("../img/fundo/fundo1.jpg");
    background-size: cover;
    height: 100vh;
}

.esquerda-two{
    width: 80%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    display: inline-block;
}

.h2-two{
    font-size: 50px;
    user-select: none;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.card-cima{
    float:left;
    width: 65%;
}

.card-baixo{
    float:left;
    width:35%;
}


/*SESSÃO 3*/

.three{
    background:rgb(51, 51, 51);
    justify-content: center;
    align-items: center;
    height: 100vh;
    
}

.esquerda-three{
    width: 20%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    display: block;
    flex-wrap: wrap;
}

.direita-three{
    width: 20%;

}

.h1-three{
    font-size: 75px;
    user-select: none;
}

.h3-three{
    font-size: 40px;
    user-select: none;
    color: #ffffff;
}

.h2-three{
    font-size: 75px;
    user-select: none;
    color: #ffffff;
}

.h2-three {
    box-shadow: inset 0 0 0 0 #2c6d75;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 5px;
  }

.h2-three:hover {
    box-shadow: inset 300px 0 0 0 #2c6d75;
    color: white;
  }

.h4-three{
    font-size: 20px;
    user-select: none;
    color: #2c6d75;
}

/*SESSÃO 4*/

.four{
    background-image: url("../img/fundo/fundo2.jpg");
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 50vh;
}


.esquerda-four{
    width: 20%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}

.direita-four{
    width: 20%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}

.h3-four{
    font-size: 40px;
    user-select: none;
    color: #000000;
}

.h4-four{
    font-size: 18px;
    color: #2c6d75;
}

.h4-four-n{
    font-size: 16px;
    color: #2c6d75;
    font-weight: 600;
}


.esquerda-four img{
    width: 16px;
    height: 16px;
}


@media screen and (max-width: 765px) {

    .navigation{
        display: none;
    }
    
    .esquerda-one{
        width: 80%;
        left: 20px;
    }

    .esquerda-one{
        width: 80%;
    }

    .h1-one{
        font-size: 60px;
    }

    .anarchy-img{
        width: 100px;
        height: 100px;
    }

    .h3-one:hover {
        box-shadow: inset 225px 0 0 0 #2c6d75;
      }

    /* secao 2 */

    .two{
        flex-direction: column;
        height: 120vh;
    }

    .esquerda-two{
        width: 90%;
    }

    .h2-two{
        font-size: 40px;
    }

    .card{
        width: 300px;
        height: 300px;
    }

    .card-cima{
        width: 80%;
    }

    .card-cima img{
        width: 100%;
    }

    .card-baixo{
        width: 80%;
        margin-top: 20px;
    }

    .card-baixo img{
        width: 100%;
    }


    /* secao 3 */

    .three{
        height: 100vh;
        flex-direction: column;
    }

    .esquerda-three{
        width: 70%;
        margin-bottom: 80px;
    }

    .h2-three{
        font-size: 40px;
    }

    /* secao 4 */

    .h3-four{
        font-size: 24px;
    }

    .div1{
        bottom: 0;
    }

    .h4-four{
        font-size: 14px;
    }

    .h4-four-n{
        font-size: 12px;
    }

}

@media screen and (min-width: 766px) and (max-width: 1200px) {

    .three{
        flex-direction: column;
    }
    .esquerda-three{
        width: 70%;
        margin-bottom: 80px;
    }

    .card-cima{
        width: 50%;
    }

    .card-cima img{
        width: 100%;
    }

    .card-baixo{
        width: 50%;
    }

    .card-baixo img{
        width: 100%;
    }

    

}
