* {
    font-family: 'Chilanka', Arial;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgb(236, 233, 216);
}

header {
    display: flex;
    justify-content: center;
    height: 100px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.container {
    display: flex;
    justify-content: space-between;
    width: 890px;
}

.logo {
    display: flex;
    align-items: center;
}

.menu {
    display: flex;
    align-items: center;
}

nav ul,
nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul {
    display: flex;
}

nav a {
    display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}

nav .active a,
nav a:hover {
    background-color: rgb(8, 8, 98);
    color: #ffffff;
}

.menumobile {
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
}

.mm_line {
    height: 3px;
    background-color: #000000;
}

#banner {
    display: flex;
    justify-content: center;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    height: 800px;
    border-bottom: 1px solid #000000;
}

.column {
    flex-direction: column;
}

.banner_headline {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_headline h1 {
    color: #ffffff;
    font-size: 40px;
    text-shadow: 3px 3px 2px #000000;
    margin: 0;
    padding-left: 10px;
    max-width: 350px;
}

.banner_headline h2 {
    color: #ffffff;
    font-size: 20px;
    text-shadow: 3px 3px 2px #000000;
    margin: 0;
    padding-left: 10px;
    max-width: 450px;
    margin-top: 30px;
}

.banner_options {
    height: 176px;
    display: flex;
}

.banner1,
.banner2,
.banner3 {
    flex: 1;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
}

.banner1 {
    background-color: rgb(57, 170, 225, 0.3);
}

.banner2 {
    background-color: rgb(0, 121, 199, 0.3);
}

.banner3 {
    background-color: rgba(10, 96, 255, 0.3);
}

.banner_title {
    font-size: 25px;
    color: #ffffff;
}

.banner_desc {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner_options a {
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    border-radius: 20px;
}

.banner_options a:hover {
    background-color: rgb(8, 8, 98);
}

#contato_cab {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 180px;
    line-height: 180px;
    /*margin-top: 30px;*/
    background-color: #ffffff;
}

.contato_cab_titulo {
    flex: 1;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 2px 2px 2px #8d8d8d;
    font-weight: bold;
}

#contato {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 180px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}

.contato_cont1,
.contato_cont2 {
    flex: 2;
    margin-bottom: 50px;
}

.contato_cont1 {
    text-align: left;
    padding-left: 10px;
}

.contato_cont2 {
    text-align: right;
    padding-right: 10px;
    border-left: 1px solid #8d8d8d;
}

.contato_cont1_1,
.contato_cont2_1 {
    font-size: 30px;
    text-shadow: 2px 2px 2px #8d8d8d;
    margin-bottom: 10px;
    font-weight: bold;
}

.contato_cont1_2,
.contato_cont1_3,
.contato_cont2_2,
.contato_cont2_3 {
    color: #5c5c5c;
    font-size: 24px;
    text-shadow: 2px 2px 2px #afafaf;
    margin-bottom: 5px;
}

.contato_cont1_2 a,
.contato_cont1_3 a {
    text-decoration: none;
    color: #5c5c5c;
}

.contato_cont1_2 a:hover,
.contato_cont1_3 a:hover {
    text-decoration: #ffffff;
    color: #ffffff;
}

.whatsapp-icon {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

#solucoes {
    display: flex;
    justify-content: center;
    background-image: url('../images/solucoes.jpg');
    background-position: center;
    background-size: cover;
    height: 780px;
    border-bottom: 1px solid #000000;
}

.solucoes_titulo {
    flex: 1;
    color: #ffffff;
    font-size: 45px;
    text-shadow: 3px 3px 2px #000000;
    padding-left: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.solucoes_itens {
    flex: 2;
    color: #e6e1e1;
    text-align: right;
    font-size: 30px;
    text-shadow: 2px 2px 2px #000000;
    padding-right: 10px;
    align-items: center;
}

.solucoes_itens ul {
    list-style-type: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

#suporte {
    display: flex;
    justify-content: center;
    height: 140px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}

.suporte_titulo {
    flex: 1;
    color: #000000;
    font-size: 45px;
    text-shadow: 2px 2px 2px #8d8d8d;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
}

.suporte_itens {
    flex: 1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.suporte_itens img {
    height: 40px;
    width: 40px;
    padding-left: 20px;
}

.suporte_itens a {
    text-decoration: none;
}

#rodape {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #000000;
}

.rodape_cont {
    flex: 1;
    font-size: 16px;
    text-align: center;
    margin-top: 3px;
    text-shadow: 2px 2px 2px #8d8d8d;
    font-weight: bold;
}

@media only screen and (max-width:800px) {
    header {
        height: auto;
    }
    .logo {
        padding-left: 10px
    }
    nav ul {
        flex-direction: column;
        display: none;
        position: absolute;
        right: 0;
        width: 30%;
        background-color: #ECE9D8;
        border: 1px solid #000000;
    }
    .menumobile {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .banner_headline h1 {
        font-size: 36px;
    }
    .banner_headline h2 {
        font-size: 16px;
    }
    .banner_title {
        font-size: 20px;
    }
    .banner_desc {
        font-size: 10px;
    }
    .banner_options a {
        font-size: 10px;
    }
    #contato_cab {
        height: 100px;
        line-height: 100px;
    }
    .contato_cab_titulo {
        font-size: 40px;
        margin-bottom: 30px;
    }
    #contato {
        height: 100px;
    }
    .contato_cont1,
    .contato_cont2 {
        margin-bottom: 20px;
    }
    .contato_cont1_1,
    .contato_cont2_1 {
        font-size: 24px;
    }
    .contato_cont1_2,
    .contato_cont1_3,
    .contato_cont2_2,
    .contato_cont2_3 {
        font-size: 18px;
    }
    .whatsapp-icon {
        width: 18px;
        height: 18px;
    }
    #solucoes {
        height: 560px
    }
    .solucoes_titulo {
        font-size: 40px;
    }
    .solucoes_itens {
        font-size: 20px;
    }
    #suporte {
        height: 132px;
    }
    .suporte_titulo {
        font-size: 40px;
    }
}

@media only screen and (max-width:600px) {
    .banner_headline h1 {
        font-size: 32px;
    }
    .banner_headline h2 {
        font-size: 14px;
    }
    #solucoes {
        height: 460px;
    }
    .solucoes_itens {
        font-size: 16px;
    }
    #suporte {
        height: 133px;
    }
}

@media only screen and (max-width:540px) {
    #contato_cab {
        height: 70px;
        line-height: 70px;
    }
    .contato_cab_titulo {
        font-size: 30px;
    }
    #contato {
        height: 90px;
    }
    .contato_cont1,
    .contato_cont2 {
        margin-bottom: 10px;
    }
    .contato_cont1_1,
    .contato_cont2_1 {
        font-size: 20px;
    }
    .contato_cont1_2,
    .contato_cont1_3,
    .contato_cont2_2,
    .contato_cont2_3 {
        font-size: 14px;
    }
    .whatsapp-icon {
        width: 14px;
        height: 14px;
    }
    #solucoes {
        height: 360px
    }
    .solucoes_titulo {
        font-size: 30px;
    }
    .solucoes_itens {
        font-size: 12px;
    }
    #suporte {
        height: 125px;
    }
    .suporte_titulo {
        font-size: 30px;
    }
}

@media only screen and (max-width:420px) {
    .banner_title {
        font-size: 18px;
    }
    .banner_desc {
        font-size: 8px;
    }
    .banner_options a {
        font-size: 8px;
    }
    #contato_cab {
        height: 50px;
        line-height: 50px;
    }
    .contato_cab_titulo {
        font-size: 20px;
    }
    #contato {
        height: 80px;
    }
    .contato_cont1,
    .contato_cont2 {
        margin-bottom: 5px;
    }
    .contato_cont1_1,
    .contato_cont2_1 {
        font-size: 14px;
    }
    .contato_cont1_2,
    .contato_cont1_3,
    .contato_cont2_2,
    .contato_cont2_3 {
        font-size: 10px;
    }
    .whatsapp-icon {
        width: 12px;
        height: 12px;
    }
    #solucoes {
        height: 320px
    }
    .solucoes_titulo {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .solucoes_itens {
        font-size: 10px;
    }
    .solucoes_itens ul {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #suporte {
        height: 125px;
    }
    .suporte_titulo {
        font-size: 20px;
    }
}

@media only screen and (max-width:320px) {
    nav ul {
        width: 50%;
    }
    #solucoes {
        height: 400px
    }
}