* {
    outline: none;
}
a,
a:hover,
button,
button:hover,
button:focus {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .6s;
    outline: none;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #f7f7f7;
}
html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1330px!important;
    width: 100%;
}

/* Geral */
main {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

/* header */
header {
    background: transparent;
    width: 100%;
}
header nav.navbar {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
header .navbar-brand {
    padding: 50px 0 40px;
    margin: 0;
}
header .navbar-brand img {
    margin: 0 auto;
    display: table;
}


section.sociais .sociais_descricao--text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    color: #e4791a;
}

section.sociais .sociais_descricao--text h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 46px;
    text-align: center;
    color: #2b3260;
}

section.sociais .btn-redes--sociais {
    background: linear-gradient(250.28deg,#ee1b2e 1.23%,#f5811f 59.73%,#fff200 112.44%);
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding: 7px;
    box-shadow: 0 4px 9px rgb(0 0 0 / 15%);
    width: 100%;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
    transition: .4s;
}


/* Início */
section.inicio {
    padding-bottom: 100px;
}
.box {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 4px 4px 15px rgb(0 0 0 / 45%);
    border-radius: 15px;
    padding: 40px 30px;
}
.box h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    color: #2b3260;
    text-align: center;
    margin: 0 0 25px;
}
.inicio input.form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #2b3260;
    background: transparent!important;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    height: 68px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.inicio input.form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #2b3260;
}
.inicio input.form-control:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #2b3260;
}
.inicio input.form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #2b3260;
}
.inicio button {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #2b3260;
    border-radius: 10px;
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.inicio button:hover {
    background: #A3C245;
}
.inicio h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    color: #FFFFFF;
    margin: 40px 0 30px;
}
.inicio h2 span {
    color: #63D5E6;
}
.inicio p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}
.inicio p strong {
    font-weight: bold;
}

footer {
    margin-top: -7px;
    background: #15275E;
    padding: 30px 0;
}
footer address,
footer a {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    display: table;
}
footer address img,
footer a img {
    margin-right: 5px;
}
footer a:hover {
    color: #8AAC24;
}

.obrigado {
    padding-bottom: 100px;
}
.obrigado .btn-voltar {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #2b3260;
    background: #8AAC24;
    border-radius: 10px;
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.obrigado .btn-voltar:hover {
    background: #A3C245;
}

header .navbar-brand img {
    margin: 0 auto;
    display: table;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

header .navbar-brand {
    padding: 0 0 40px;
    margin: 0;
    width: 100%;
}

@media (min-width: 1500px) {
    header .navbar-brand img {
        height: 530px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header .navbar-brand img {
        height: 310px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-brand img {
        height: 240px;
    }
}

@media (max-width: 500px){
    section.sociais .redes-list{
        flex-direction: column;
    }
    section.sociais .redes-list .btn-redes--sociais{
        margin: 7px auto;
        font-size: 12px;
        max-width: 200px;
    }
   
}


@media (max-width: 767px) {
    header .navbar-brand {
        padding: 0 0 30px;
    }
    header .navbar-brand img {
        width: 100%;
        height: auto;
    }
    section.inicio {
        padding-bottom: 80px;
    }
    .inicio input.form-control {
        margin-bottom: 15px;
        padding-left: 15px;
        height: 48px;
    }
    .inicio button {
        line-height: 20px;
        height: 48px;
    }
    .inicio .box {
        padding: 30px 20px;
        margin-top: 0;
    }
    .box h1 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .inicio h2 {
        font-size: 26px;
        line-height: 28px;
        margin: 30px 0 20px;
    }
    .inicio p {
        font-size: 18px;
        line-height: 26px;
    }
    iframe {
        height: 250px;
    }
    footer img.img-fluid {
        width: 70%;
        margin: 0;
    }
    footer address {
        margin: 20px auto;
    }
    footer address,
    footer a {
        font-size: 16px;
        line-height: 24px;
    }
    .obrigado {
        padding-bottom: 40px;
    }
    .obrigado h1 {
        text-align: center;
        margin: 0 0 10px;
    }
    .obrigado h4 {
        text-align: center;
    }
    .obrigado img.img-fluid.d-block.d-sm-none {
        width: 60%;
        margin: 0 auto 30px;
    }
    .obrigado .btn-voltar {
        width: auto;
        padding: 11px 30px;
        margin: 0 auto;
    }
}