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

:root{
    --grey21:#363636;
    --grey11:#1C1C1C;
}

*{
    font-family: 'Open Sans', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline:none;
    border:none;
    transition: all .2s linear;
}

*::selection{
    background:var(--grey21);
    color:#fff;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

section{
    padding:0 7%;
    padding-top: 12rem;
}

.btn{
    font-size: 2rem;
    padding:.7rem 3rem;
    background:var(--grey21);
    color:#fff;
    margin-top: 1rem;
    border-radius: 7px;
    cursor: pointer;
}

.btn:hover{
    background:	#F4A460;
}

header{
    position: fixed;
    top:0; left: 0;
    z-index: 1000;
    background:#fff;
    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);
    width:100%;
}

header .heading{
    background: #C0C0C0;
    font-size: 3rem;
    color:var(--grey11);
    padding:1rem;
    text-align: center;
}

header #menu{
    font-size: 3rem;
    color:#666;
    cursor: pointer;
    margin:1rem;
    display: none;
}

header .navbar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background:var(--grey21);
    padding:1rem; 
}

header .navbar ul li{
    margin:0 1.5rem;
}

header .navbar ul li a{
    font-size: 2rem;
    color:#fff;
}

header .navbar ul li a:hover{
    text-decoration: underline;
    color:	#DEB887;
}

.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:url(../images/fundo1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    flex-wrap: wrap;
}

.home .content{
    flex:1 1 40rem;
}

.home .content p{
    font-size: 3.2rem;
    font-weight: 600;
    color:white;
    padding:1rem 20%;
    text-align: justify;
}

.about{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.about .image{
    flex:1 1 40rem;
}

.about .image img{
    width:60%;
}

.about .content{
    flex:1 1 40rem;
}

.about .content h1{
    font-size: 5rem;
    color:#444;
}

.about .content p{
    font-size: 1.8rem;
    color:#666;
    padding:1rem 0;
}

.howto{
    min-height: 100vh;
    background:#eee;
}

.howto .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
}

.howto .box-container .box{
    background:#fff;
    margin:2rem;
    padding:1rem;
    width:40rem;
    text-align: center;
    box-shadow: 0 0 .3rem rgba(0,0,0,.3);
}

.howto .box-container .box img{
    width: 50%;
    margin: 20px;
}

.howto .box-container .box h3{
    font-size: 2rem;
    color:#444;
}

.howto .box-container .box a{
    font-size: 2rem;
    color:#444;
}

.howto .box-container .box a:hover{
    color:	#DEB887;
}

.tabela{
    min-height: 100vh;
    background:#eee;
    font-size: 1.4rem;
    margin-top: 60px;
}

.micro{
    min-height: 100vh;
    background:#eee;
}

.micro .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:10rem 0;
}

.micro .box-container .box{
    background:#fff;
    margin:1rem;
    padding:2rem;
    width:75rem;
    text-align: center;
    box-shadow: 0 0 .3rem rgba(0,0,0,.3);
    position: relative;
}

.micro .box-container .box .title{
    font-size: 3rem;
    color:#666;
    padding:1rem 0;
}

.micro .box-container .box img{
    width: 60%;
    padding:1rem 0;
}

.micro .box-container .box p{
    padding:1rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: justify;
}

.contact{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contact form{
    flex:1 1 40rem;
    padding:2rem;
    margin:1rem;
    margin-top: 4rem;
    box-shadow: 0 0 .5rem rgba(0,0,0,.3);
}

.contact .content{
    flex:1 1 40rem;
    padding:3rem 1rem;
}

.contact form .box{
    width:100%;
    color:#333;
    height:4rem;
    font-size: 1.7rem;
    border-bottom: .2rem solid rgba(0,0,0,.3);
    text-transform: none;
    margin:1rem 0;
}

.contact form .box::placeholder{
    text-transform: capitalize;
}

.contact form .box:focus{
    border-color: var(--grey21);
}

.contact form .message{
    height:15rem;
    resize: none;
}

.contact .content h3{
    font-size: 4rem;
    color:#444;
}

.contact .content p{
    font-size: 1.8rem;
    color:#666;
    padding:1rem 0;
}

.contact .content .icons{
    font-size: 1.7rem;
    color:#333;
    padding:.7rem 0;
}

.contact .content .icons i{
    padding-right: .5rem;
    color:var(--grey21);
}

.edited{
    min-height: 100vh;
    background:#eee;
    margin-top: 2rem 0;
}

.edited .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
}

.edited .box-container .box{
    background:#fff;
    margin:2rem;
    padding:1rem;
    width:30rem;
    height: 300px;
    text-align: center;
    box-shadow: 0 0 .3rem rgba(0,0,0,.3);
}

.edited h1{
    font-size: 2.5rem;
    text-align: center;
}

.edited .box-container .box h4{
    font-size: 1.8rem;
    margin-top: 10px;
}

.edited .box-container .box h5{
    font-size: 1.6rem;
}

.edited .box-container .box img{
    width: 50%;
    margin: 20px;
}

.edited .box-container .box h3{
    font-size: 2rem;
    color:#444;
}

.edited .box-container .box a{
    font-size: 2rem;
    color:#444;
}

.edited .box-container .box a:hover{
    color:	#DEB887;
}

footer{
    background:var(--grey11);
    padding: 2rem 1rem;
}

footer a {
    color: #eee;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s;
}

footer a:hover {
    color: #DEB887;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-main {
    display: flex;
    margin-bottom: 4rem;
}

.footer-column {
    flex-basis: 200px;
    flex-grow: 1;
    text-align: center;
}

.footer-heading {
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #eee;
}

.footer-column h3 {
    font-size: 2rem;
    color: #eee;
    margin-bottom: 1rem;
}

.footer-column p {
    font-size: 1.6rem;
    color: #eee;
    text-align: justify;
}

.footer-link {
    display: block;
    width: max-content;
    padding: 5px 10px;
    margin: 0 auto;
}

.footer-botton {
    width: 100vw;
    text-align: center;
}

.copyright {
    font-size: 1.6rem;
    color: #eee;
    text-align: center;
}
.footer-botton img{
 height: 7rem;
 width: 7%;
 padding: 5px 10px;
}

/* media queries  */

@media (max-width:768px){

    html{
        font-size: 55%;
    }

    .home .content{
        text-align: center;
    }

    .home .content h1{
        font-size: 4rem;
    }


    .about .img{
        justify-content: space-between;
    }

    .about .content h1{
        font-size: 4rem;
    }

}

@media (max-width:500px){

    html{
        font-size: 50%;
    }

    header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:0 1rem;
    }

    header #menu{
        display: block;
    }

    header .navbar{
        position: fixed;
        top:6.2rem; right:-120%;
        height:100%;
        width:100%;
        border-top: .2rem solid rgba(0,0,0,.3);
    }

    header .navbar ul{
        height:100%;
        width:100%;
        flex-flow: column;
        background:#fff;
        padding-bottom: 15rem;
    }

    header .navbar ul li{
        text-align: center;
        width:100%;
        margin:1rem 0;
    }

    header .navbar ul li a{
        font-size: 4rem;
        color:#333;
        display: block;
    }

    header .navbar ul li a:hover{
        color:var(--grey21);
    }

    .fa-times{
        transform: rotate(180deg);
    }

    header .navbar.nav-toggle{
        right:0;
    }

    section{
        padding-top: 5rem;
    }

    .content p{
        margin-top: 6rem;
    }

    .tabela{
        font-size: 1.4rem;
     }

     .howto .box-container .box{
        margin-top: 6rem;
     }

     .edited .box-container .box{
        margin-top: 6rem;
     }

    .edited h1{
        padding-top: 10rem;
    }
    footer .container .footer-column:last-child{
        text-align: center;
    }

}

/* Animations */
img {
	transition: transform .3s;
}

img:hover {
	transform: scale(1.1);
}