*{
    margin: 0;
    border: 0;
    padding: 0;
}

html{
    font-size: 62.5%;
    font-family: arial;
}

body{
    background-color: #FFF;
}
p{
    font-size: 1.6rem;
    padding: 1rem;
}

h2{
    font-size: 1.8rem;
    color: #FFF;
}
h3{
    font-size: 1.8rem;
    color: #44261B;
}

header{
    padding: 1rem 0.5rem 0.5rem 0rem;
    position: fixed;
    background-color:#A9765C;
    width: 100%;
}

footer{
    padding: 1rem;
    background-color: #FFF;
    text-align: center;
}

#section-company{
    text-align: justify;
    background-color: #FFF;
    padding: 0.5rem;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 1rem;
}

#section-contact{
    text-align: justify;
    background-color: #FFF;
    padding: 0.5rem;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 1rem;
}

#section-services{
    text-align: justify;
    padding: 0.5rem;
    max-width: 95%;
    margin: 0 auto;
}

.img-logo-header{
    width: 10%;
    height: 10%;
    filter: brightness(1000%)
}
@media(min-width: 300px) and (max-width: 450px){
    .img-logo-header{
        width: 35%;
        height: 35%;
        margin-bottom: 1.2rem;
    }
}

.img-logo-footer{
    width: 10%;
    height: 10%;
}
@media(min-width: 300px) and (max-width: 450px){
    .img-logo-footer{
        width: 35%;
        height: 35%;
    }
}

#div-wpp{
    position: fixed;
    z-index: 1;
    right: 1rem;
    bottom: 5rem;
}

#img-wpp{
    width: 80px;
    height: 80px;
}

#img-art1{
    width: 20%;
    height: 20%;
    border-radius: 11rem;
}
@media(min-width: 300px) and (max-width: 450px){
    #img-art1{
        width: 50%;
        height: 50%;
        border-radius: 11rem;
    }
}

#figure-art1{
    text-align: center;
}

#div-grid-services{
   display: grid;
   grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
   grid-gap: 5rem;
   max-width: 1200px;
   margin: 0 auto;
   text-align: justify;
   border-radius: 1rem;
}

#div-grid-services div{
    background-color: #FFF;
    margin: 0 auto;
    border-radius: 1rem;
    text-align: center;
}

.img-grid-services{
    width: 15rem;
    height: 15rem;
    border-radius: 1rem;
}

#div-grid-contact{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(450px, 1fr));
    grid-gap: 1rem;
    background-color: #A9765C;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 12rem;
    min-width: 300px;
    color: #FFF;
    border-radius: 1rem;
}
@media(min-width: 300px) and (max-width: 450px){
    #div-grid-contact{
        grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
        padding: 0;
        text-align: center;
    }
}

.input-form{
    width: 350px;
    padding: 1rem;
}
@media(min-width: 300px) and (max-width: 450px){
    .input-form{
        width: 262px;
        padding: 1rem;
    }
}

input,textarea{
    font-size: 1.7rem;
    border: solid 1px rgba(144, 152, 167, 0.3);
    border-radius: 5px;
    font-family: sans-serif;
}

textarea{
    width: 400px;
    height: 200px;
    resize: none;
}
@media(min-width: 300px) and (max-width: 450px){
    textarea{
        width: 300px;
        height: 200px;
        resize: none;
    }   
}
label{
    font-weight: bold;
    color: #FFF;
    font-size: 1.6rem;
}

.button-contact{
    color: #FFF;
    background-color:rgb(147, 137, 135);
    font-weight: bold;
    padding: 0.4rem;
    margin: 0.5rem;
    border-radius: 0.6rem;
    cursor: pointer;
}

.button-nav{
    color: #FFF;
    font-weight: bold;
    padding: 1rem;
    margin: 5rem;
    border-radius: 0.6rem;
    cursor: pointer;
}

.button-services{
    color: #FFF;
    background-color: rgb(42, 168, 26);
    font-weight: bold;
    padding: 4px;
    margin: 5px;
    cursor: pointer;
}

iframe{
    width: 450px;
    height: 300px;
}
@media(min-width: 300px) and (max-width: 450px){
    iframe{
        width: 300px;
        height: 200px;
    }
}

@media(min-width: 300px) and (max-width: 450px){
    #div-iframe-contact{
        margin-top: 3rem;
    }
}
nav{
    text-align: right;
    font-size: 1.6rem;
    word-spacing: 1rem;
    margin-right: 2rem;
}

a{
    text-decoration: none;
    font-weight: bold;
}

.button-nav:hover{
    background-color:rgb(147, 137, 135);
}

.button-contact:hover{
    background-color: #FFF;
    color: rgb(94, 80, 77); 
}

.button-services:hover {
    background-color: rgb(99, 115, 96);
}
#nav-list{
    margin-top: 20px;
    margin-left: 30rem;
}

@media(min-width: 300px) and (max-width: 450px){
    #nav-list{
        display: none;
    }
}

.nav-list-mobile{
    display: none;
    text-align: center;
}
@media(min-width: 300px) and (max-width: 450px){
    #nav-list{
        display: none;
    }
    .open {
        display: block;
    }
}

#div-img-menu-mobile{
    padding: 0;
    display: none;
    margin-right: 0.9rem;
    cursor: pointer;
    border: none;
}

@media(min-width: 300px) and (max-width: 450px){
    #div-img-menu-mobile{
        display: block;
        position: fixed;
        right: 0;
    }
    #nav-list{
        display: none;
    }
}

#img-icon{
    width: 4.6rem;
    background-color:#A9765C;
}

#div-img-menu-mobile button{
    background-color: transparent;
}
