* {
  outline: none;
}
a,
button {
  text-decoration: none !important;
  cursor: pointer !important;
  transition: 1s;
}
p {
  line-height: 1.5;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
body {
    font-family: 'Roboto';
    margin: 0;
    background: #ECEAE6;
}
.container {
    max-width: 1240px !important;
    width: 100%;
}

header {
    background: url(../images/bg-header.png) no-repeat;
    background-size: cover;
    height: 150px;
    padding: 15px 0;
}
header img {
    height: 120px;
}

.sobre1 h1 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
}
.sobre1 h1:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin-top: 0;
    display: table;
}
.sobre1 h4 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-style: italic;
    margin: 0 0 20px;
}
.sobre1 p {
    font-size: 20px;
    color: #000;
    margin: 0;
}
.sobre1 .row {
    height: 600px;
    align-items: center;
}
.sobre1 img {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 750px;
}

.sobre2 {
    background: url(../images/sobre2.png) no-repeat;
    background-size: cover;
    height: 600px;
}
.sobre2 .row {
    align-items: center;
    height: 480px;
}
.sobre2 h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
}
.sobre2 h2:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin-top: 5px;
    display: table;
}
.sobre2 p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.diferenciais {
    padding-top: 30px;
}
.diferenciais h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}
.diferenciais h2:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin: 5px auto 0;
    display: table;
}
.diferenciais p.subtitulo {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0 0 50px;
}
.diferenciais .box {
    background: rgba(255, 255, 255, .3);
    border-radius: 15px;
    padding: 30px;
}
.diferenciais .box img {
    width: 100%;
    margin-bottom: 30px;
}
.diferenciais .box h4 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}
.diferenciais .box p {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0;
}
.diferenciais img.carro-geral {
    position: relative;
    margin-top: -30px;
    z-index: -1;
}

.expositores h1 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
}
.expositores h1:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin-top: 0;
    display: table;
}
.expositores p {
    font-size: 18px;
    color: #000;
    margin: 10px 0 20px;
}
.expositores h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 3px solid #539C65;
    margin: 0 0 15px;
}
.expositores .row {
    height: 900px;
    align-items: center;
}
.expositores img {
    position: absolute;
    left: 0;
    max-height: 900px;
}

.imersao {
    padding: 80px 0;
}
.imersao h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}
.imersao h2:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin: 5px auto 0;
    display: table;
}
.imersao p.subtitulo {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0 0 50px;
}

.expectativas {
    background: #1F2D22;
    padding: 80px 0;
}
.expectativas h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.expectativas h2:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin: 5px auto 0;
    display: table;
}
.expectativas img {
    width: 90%;
    display: table;
    margin: 0 auto;
}

.local {
    padding: 90px 0 60px;
}
.local h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 40px;
}
.local h1:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin: 0 auto;
    display: table;
}
.local p {
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
}
.local h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.box {
    background: rgba(255,255,255,.5);
    padding: 60px 100px;
    border-radius: 30px;
    margin-top: 60px;
}
.box ul {
    padding-left: 20px;
}
.box li {
    font-size: 20px;
    color: #000;
    list-style: outside;
    margin-bottom: 10px;
}

.mapa {
    background: url(../images/bg-mapa.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.mapa h1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}
.mapa h1:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin: 5px auto 0;
    display: table;
}
.mapa h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

.hoteis {
    padding: 80px 0;
}
.hoteis h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
}
.hoteis h2:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin: 5px 0 0;
    display: table;
}
.hoteis p.subtitulo {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 0 80px;
    margin: 0 0 50px;
}
.hoteis img {
    border-radius: 15px;
}

.restaurantes {
    background: #1F2D22;
    padding: 80px 0;
}
.restaurantes h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}
.restaurantes h2:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #539C65;
    margin: 5px auto 0;
    display: table;
}
.restaurantes p.subtitulo {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0 80px;
    margin: 0 0 50px;
}

footer {
    background: url(../images/bg-footer.png) no-repeat;
    background-size: cover;
    padding: 15px 0;
}
footer h4 {
    
}
footer .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
footer p,
footer a {
    font-size: 16px;
    color: #fff;
}
footer p {
    margin: 0 0 5px;
}
footer a img {
    width: 30px;
    margin-right: 5px;
}

@media (min-width: 1700px) {
    .sobre2 {
        height: 700px;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .sobre1 img,
    .sobre1 .row {
        max-height: 491px;
    }
    .sobre1 h1 {
        font-size: 34px;
    }
    .sobre1 p {
        font-size: 16px;
    }
    .sobre1 h4 {
        font-size: 20px;
    }
    .sobre2 {
        height: 500px;
    }
    .sobre2 h2 {
        font-size: 20px;
    }
    .sobre2 p {
        font-size: 16px;
    }
    .sobre2 .row {
        height: 420px;
    }
    .expositores h1 {
        font-size: 40px;
    }
    .expositores p {
        font-size: 16px;
    }
    .expositores h5 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .expositores img,
    .expositores .row {
        max-height: 800px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sobre1 h1 {
        font-size: 28px;
    }
    .sobre1 h4 {
        font-size: 18px;
    }
    .sobre1 p {
        font-size: 14px;
    }
    .sobre1 .row,
    .sobre1 img {
        height: 400px;
    }
    .sobre2 {
        height: 400px;
    }
    .sobre2 h2 {
        font-size: 16px;
    }
    .sobre2 p {
        font-size: 14px;
    }
    .sobre2 .row {
        height: 330px;
    }
    .diferenciais .box {
        padding: 20px 15px;
    }
    .diferenciais .box h4 {
        font-size: 18px;
    }
    .diferenciais .box p {
        font-size: 16px;
    }
    .expositores h1 {
        font-size: 30px;
    }
    .expositores p {
        font-size: 14px;
        margin: 10px 0 15px;
    }
    .expositores h5 {
        font-size: 14px;
        padding-left: 10px;
        margin: 0 0 10px;
    }
    .expositores img,
    .expositores .row {
        max-height: 700px;
    }
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    header,
    footer {
        width: 100%;
        padding: 10px;
        background: #030404;
    }
    header img.logo{
        display: table;
        margin: 0 auto;
        max-width: 260px;
        height: 80px;
    }
    footer {
        height: 100%;
    }
    section.sobre1 {
        padding-top: 40px;
    }
    .sobre1 h1 {
        font-size: 40px;
    }
    .sobre1 .row {
        height: 100%;
    }
    .sobre1 img {
        position: relative;
        right: 0;
        top: 0;
        max-height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
        height: 340px;
    }
    .sobre2 {
        background: url(../images/sobre2-m.png) no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 100%;
        padding-bottom: 270px;
        padding-top: 40px;
    }
    .diferenciais .box {
        padding: 30px 15px;
    }
    .diferenciais .box img {
        margin-bottom: 15px;
    }
    .diferenciais .box h4 {
        font-size: 16px;
    }
    .diferenciais .box p {
        font-size: 14px;
    }
    .expositores img {
        position: relative;
        left: 0;
        max-height: 100%;
        width: 100%;
        margin-top: 20px;
    }
    section.expositores {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 40px;
    }
    .imersao,
    .expectativas,
    .local,
    .mapa,
    .hoteis,
    .restaurantes {
        padding: 40px 0;
    }
    .hoteis p.subtitulo,
    .restaurantes p.subtitulo {
        padding: 0;
        margin: 0 0 30px;
    }
}