@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
}

img {
    max-width: 100%;
}

.container {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.flexColumn {
    flex-direction: column;
}

.flexCenterAll {
    justify-content: center;
    align-items: center;
}

p{
    font-size: 24px;;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
}

footer{
    background: url('img/RODAPÉ.png') center center #020202;
    background-repeat: no-repeat;
}

header {
    height: 743px;
    background-image:url(img/BackgroungHome.png);
    background-size: cover;
}

#home .topo {
    width: 100%;
    padding: 40px 0;
}

#home .topo .logo {
    margin-right: 125px;
}

#home .topo li {
    margin-right: 50px;
    text-transform: uppercase;
}

#home .topo a:last-child {
    margin-right: 0;
}

.home {
    align-items: center;
    margin-top: 115px;
}

.home .logo {
    margin-bottom: 110px;
}

.about {
    background: url('img/Ellipse\ 4.png') center right;
    background-repeat: no-repeat;
}

.about > .container {
    justify-content: space-between;
}

.about .sobre {
    width: 691px;
}

.about .sobre h2 {
    background-image: url('img/EllipseAbout.png');
    background-repeat: no-repeat;
}

.about, .digital, .contato{
    height: 1000px;
}

.about h2{
    font-size: 48px;
    color:#002855;
}
.about p{
    color:#5E5E5E;
}

.digital{
    background-image: url(img/CONTA\ DIGITAL.png);
    background-size: cover;
    font-size: 24px;
    font-weight: 300;
    line-height: 45px;
}

.digital > .container {
    justify-content: space-between;
}

.digital > .container .content {
    width: 826px;
}

.digital h2{
    font-size: 48px;
    max-width: 526px;
    line-height: initial;
}

.contato{
    background-image: url(img/FALE\ CONOSCO.png);
    background-size: cover;
}
form {
    width: 100%;
    justify-content: space-between;
}

.rodape {
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.contato h2{
    font-size: 36px;
}

#contact > .container {
    justify-content: space-between;
}

#contact > .container .content {
    width: 100%;
}

#contact .content > p {
    margin: 67px 0 114px;
}

#contact .left {
    width: 400px;
}

#contact .right {
    width: 575px;
}

#contact input, #contact textarea, #contact button{
    width: 100%;
    height: 53px;
    border: none;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 27px;
}

#contact textarea {
    height: 273px;
}

#contact button {
    height: 50px;
    width: 250px;
    background-image: url('img/ButtonCont.png');
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s;
}

#contact button:hover {
    opacity: 1;
}

#contact label {
    font-size: 17px;
    margin-bottom: 5px;
}

#contact .btEnviar {
    justify-content: flex-end;
}

.rodape h2{
    font-size: 24px;
    width: 350px;
}


@media screen and (max-width: 1319px) {
    .container {
        width: 1000px;
    }
    .home .logo {
        width: 600px;
    }
    .about h2 {
        font-size: 33px;
    }
    #contact .right {
        width: 500px;
    }
    #contact .left {
        width: 350px;
    }
}

@media screen and (max-width: 999px) {
    .container {
        width: 768px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #home .topo .logo {
        margin-right: 58px;
    }
    .home .logo {
        width: 400px;
    }
    .about h2 {
        font-size: 33px;
    }
    .digital h2 {
        font-size: 33px;
        margin-bottom: -3px;
        
    }
    #contact .right {
        width: 400px;
    }
    #contact .left {
        width: 300px;
    }
    .digital > .container .content {
        width: 626px;
    }
    a{
        font-size: 12px;
    }
    p{
        font-size: 18px;
    }
    ul{
        font-size: 14px;
        line-height: 20px;
    }
    .about .sobre h2 {
        background-image: none;
    }
    .about{
        background-image: none;
    }
    #digital img{
        width: 300px;
    }
    .digital{
        font-weight: 100;
        line-height: 35px;
    }
    #contact .content > p {
        margin: -13px 0 31px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 600px;
    }
    p {
        font-size: 14px;
    }
    .about h2 {
        font-size: 20px;
    }
    a{
        font-size: 8px;
    }
    #home .topo .logo {
        margin-right: 65px;
        width: 103px;
        padding-top: 14px;
    }
    #home .topo{
        padding: 0px 0;
    }
    .home{
        margin-top: 53px;
    }
    header{
        height: 430px;
    }
    .about, .digital, .contato {
        height: 500px;
    }
    .digital h2{
        font-size: 20px;
    }
    .digital ul{
        font-size: 12px;
    }
    .contato h2 {
        font-size: 20px;
    }
    #contact .content > p {
        margin: -9px 0 11px;
    }
    #contact label {
        font-size: 14px;
    }
    #contact .right {
        width: 277px;
    }
    #contact .left {
        width: 277px;
    }
    #contact input {
        height: 30px;
    }
    #contact textarea {
        height: 188px;
    }
    .rodape h2 {
        font-size: 12px;
        width: 264px;
    }
}


@media screen and (max-width: 599px) {
    .container {
        width: 480px;
    }
    form{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #contact textarea {
        height: 100px;
        width: 300px;
    }
    #contact {
        height: 550px;
    }
    #contact input{
        width: 300px;
    }
    #home .topo .logo {
        margin-right: 11px;
        width: 80px;
    }
    #home .topo li {
        margin-right: 34px;
    }
    .home .logo {
        width: 250px;
        margin-bottom: 65px;
    }
    header{
        height: 350px;
    }
    p {
        font-size: 10px;
    }
    .about, .digital {
        height: 300px;
    }
    .about h2{
        font-size: 15px
    }
    .digital h2{
        font-size:15px;
    }
    .digital ul{
        font-size:10px;
    }
    .rodape h2{
        font-size: 10px;
        width: 137px;
    }
    #contact label{
        font-size: 10px;
    }
    #contact .content > p {
        margin: -15px 0 10px
    }
}

@media screen and (max-width: 479px) {
    .container {
        width: 320px;
    }
    header{
        height: 250px;
    }
    .home {
        margin-top: 27px;
    }
    #home .topo li {
        margin-right: 21px;
    }
    #home .topo .logo {
        display: none;
    }
    .home .logo {
        width: 200px;
        margin-bottom: 50px;
    }
    #mouse img{
        width: 15px;
    }
    p{
        font-size: 8px;
    }
    .about{
        height: 180px;
    }
    .about h2{
        font-size: 10px;
    }
    .digital{
        height: 210px;
    }
    .digital h2{
        font-size: 10px;
    }
    .digital li{
        font-size: 8px;
        line-height: 13px;
    }
    #contact{
        height: 450px;
    }
    #contact .content > p {
        margin: -6px 0 10px;
    }
    #contact h2{
        font-size: 10px;
    }
    #contact label{
        font-size: 8px;
    }
    #contact input {
        margin-bottom: 11px;
        width: 280px;
    }
    #contact textarea{
        width: 280px;
    }
    #contact button{
        margin-right: 10px;
    }
    footer{
        background-image: none;
    }
}