body{
    background-color: #fff;
}
i{
    margin-left: 20px;
    margin-right: 5px;
}
header{
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/solar/header.png");
}
.menu-mobile{
    display: none;
}
header ul li a{
    font-weight: bold;
    color: orange;
    font-size: 22px;
    text-shadow: 0.5px 0.5px 2px #565759;
}
header ul li a:hover{
    color: orange;
    text-decoration: underline !important;
    transition: 0.6s all;
}
.background-transparente{
    /*filter: blur(15px);*/
    background: rgb(86, 87, 89, 0.25);
    margin: 0;
    z-index: 1;
}
h1{
    color: orange;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 3px 3px 3px #565759;
    font-size: 80px;
    padding-top: 180px;
}
h3{
    color: #565759;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
}
h4{
    color: #565759;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
section{
    margin: 20px;
}
.section{
    padding: 15px;
    background-color: white;
    border: solid 1px orange;
    box-shadow: 1px 1px 8px #565759;
}
.energi{
    color: orange;
    font-weight: bold;
    font-size: 20px;
}
input{
    box-shadow: 3px 2px 10px rgb(86, 87, 89, 0.7);
    border: solid 1px orange !important;
}
textarea{
    box-shadow: 3px 2px 10px rgb(86, 87, 89, 0.7);
    border: solid 1px orange !important;
}
.contato h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: orange !important;
    font-size: 50px;
    /*text-shadow: 3px 3px 3px #565759;*/
}

.contato h3{
    color: #565759;
}

.botao .btn{
    font-weight: bold;
    color: #565759;
    font-size: 30px;
}

span{
    font-size: 11px;
}

.margin-esq{
    margin-left: -60px;
}

.margin-img{
    margin-left: -15px;
}

.imagens-mobile{
    display: none;
}

.lista{
    color: #565759;
    font-size: 24px;
}

.lista b{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 28px;
}

.lista i{
    margin-right: 8px;
    font-size: 30px;
    color: orange;
}

.lista ul li{
    list-style: none;
}

.menuzinho{
    display: none;
}

.lista span{
    font-size: 24px;
}

.btn-mobile{
    display: none;
}

@media(max-width: 720px){
    nav{
        font-size: 10px;
    }
    h1{
        font-size: 45px;
    }
    .contato h2{
        font-size: 45px;
    }
    .margin-esq{
        margin-left: 0px;
    }
    
    .margin-img{
        margin-left: 0px;
    }
    
    .imgs{
        display: none;
    }

    .imagens-mobile{
        display: inherit;
        margin: 0 auto;
    }
    
    .contato{
        padding-top: 0px !important; 
    }

    .btn-mobile{
        display: inherit;
        margin: 0 auto;
    }

    .btn-desktop{
        display: none;
    }

    .lista ul{
        padding-left: 10px !important;
    }

    .lista span{
        font-size: 16px;
    }
    .menuzinho{
        display: flex;
    }
    .nav-link{
        display: block;
        padding: .5rem .5rem;
    }
    .menu-desktop{
        display: none;
    }
}