@font-face {
    font-family: 'swis721_bt';
    src: url('../fonts/swis721_bt.eot');
    src: url('../fonts/swis721_bt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/swis721_bt.woff') format('woff'),
         url('../fonts/swis721_bt.ttf') format('truetype'),
         url('../fonts/swis721_bt.svg#swis721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GERAL */
* {
    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 {
    margin: 0;
    font-family: 'swis721_bt';
}
.container {
    max-width: 1300px!important;
    width: 100%;
}

/* HEADER */
.navbar-default {
    background: #dddddd;
    border-color: transparent;
    height: 110px;
    border-radius: 0;
    margin-bottom: 0px;
    border: none;
}
.navbar-header .navbar-brand {
    height: 110px;
    display: flex;
    align-items: center;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.logo-branca {
    display: none!important;
}
#bs-example-navbar-collapse-1 {
    float: right;
    height: 110px;
    padding: 0;
}
.navbar-header img {
    margin-left: 15px;
    width: 400px;
}
header ul.nav {
    height: 110px;
    display: flex;
    align-items: center;
}
header ul.nav>li {
    margin-left: 10px;
}
header ul.nav>li>a { 
    font-size: 13px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 8px 13px;
    background: #15202b;
    border-radius: 50px;
}
header ul.nav>li>a:hover {
    color: #fff!important;
    background: #8c8c8c!important;
}

.mapa {
    height: auto;
    /* margin-top: -6px; */
    padding-bottom: 35px;
    background: #dddddd;
}
.mapa .content {
    width: 100%;
    background: #15202b;
    border-radius: 3px;
    padding: 25px;
    /* position: relative; */
    z-index: 10;
    top: 30px;
    /* margin-bottom: -90px; */
}
.mapa form {
    display: flex;
    justify-content: space-between;
}
.select-wrapper {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #fff;
}
.mapa .slc2 {
    margin: 0 20px;
}
.mapa form select {
    width: 100%;
    height: 40px;
    border: none;
}
.mapa button {
    font-size: 18px;
    color: #15202b;
    width: 50%;
    height: 40px;
    background: #dddddd;
    border: none;
    border-radius: 5px;
}
.mapa button:hover {
    color: #fff;
    background: #8c8c8c;
}
#map {
    width: 100%;
    height: 900px;
    margin: 0;
    padding: 0;
    border: 0;
}
.pin-wrap {
    position: absolute;
    width: 40px; /* antes era 66px */
    height: 45px; /* antes era 85px */
    margin-top: -42px; /* antes era -120.71068px */
    margin-left: -16px; /* antes era -50px; */
    transform-origin: 50% 120.71068% 0;
}
.pin {
    position: absolute;
    /* top: 100%; */
    /*left: 75%; */
    width: 40px;
    height: 45px;
    /*margin-top: -7px; */
    /*margin-left: -17px; */
    transform-origin: 50% 120.71068% 0;
    background: url(../images/pin.png) no-repeat;
    background-size: contain;
}
.shadow {
    position: absolute;
}
.shadow::after {
    content: '';
    position: absolute;
    left: -118px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    transform: rotateX(55deg);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, .5) 100px 0 20px;
}
.pulse {
    position: absolute;
    margin-top: -14px;
    margin-left: -14px;
    transform: rotateX(55deg);
}
.pulse::after {
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    animation: pulsate 1s ease-out;
    animation-delay: 1.1s;
    animation-iteration-count: infinite;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px 3px rgba(62, 93, 135, 1.0);
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
.tags {
    font-weight: 300;
}
.header li {
    display: inline-block;
}
.tags a {
    color: #f93c11;
}
.animations a {
    line-height: 42px;
    display: block;
    box-sizing: border-box;
    height: 44px;
    margin: 0 5px;
    padding: 0 10px;
    text-decoration: none;
    color: #f93c11;
    border: 2px solid #f93c11;
    border-radius: 22px;
    transition: background-color 0.3s, color 0.3s;
}
.animations a:hover {
    color: white;
    background: #f93c11;
}

.twiter {
    padding: 60px 0;
    border-bottom: 45px solid #dddddd;
}
.twiter h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #15202b;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto 40px;
}

footer {
    padding: 40px 0;
    background: #15202b;
}
footer p {
    font-size: 14px;
    color: #909192;
    margin: 0;
}

.interna {
    padding: 50px 0;
    border-bottom: 45px solid #dddddd;
}
.interna h2 {
    font-size: 30px;
    color: #15202b;
    border-bottom: 1px solid #15202b;
    margin: 0 0 20px;
    padding-bottom: 5px;
}
.interna p {
    font-size: 18px;
    color: #15202b;
    margin: 0;
}

.topo-interna {
    margin-bottom: 40px;
}
.colabore input,
.colabore select {
    height: 40px;
    margin-bottom: 15px;
}
.colabore .form-group {
    margin-bottom: 0;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.colabore textarea.form-control {
    height: 200px;
}
.colabore .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.colabore .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.colabore .fa-check {
    margin-right: 5px;
}
.colabore .input-file + .js-labelFile .icon:before {
    content: "\f093";
}
.colabore .input-file + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5aac7b;
}
.colabore button {
    font-size: 14px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px 60px;
    background: #15202b;
    border-radius: 4px;
    margin-top: 15px;
}
.colabore button:hover {
    color: #fff;
    background: #8c8c8c;
}

.programacao img {
    width: 100%;
}
.programacao .album {
    display: none;
}
.programacao .item {
    margin-bottom: 30px;
}

.o-que-vem img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.o-que-vem .item {
    margin-bottom: 30px;
}
.o-que-vem .conteudo {
    padding: 20px 15px;
    background: #dddddd;
}
.o-que-vem .conteudo h4 {
    font-size: 20px;
    font-weight: bold;
    color: #15202b;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.o-que-vem .conteudo p {
    font-size: 16px;
    color: #15202b;
    text-align: justify;
    margin: 0;
}

.o-que-vem_interna img {
    width: 100%;
    margin-bottom: 20px;
}
.o-que-vem_interna h4 {
    font-size: 30px;
    font-weight: bold;
    color: #15202b;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.o-que-vem_interna p {
    font-size: 16px;
    color: #15202b;
    text-align: justify;
    margin: 0 0 10px;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .navbar-default,
    .navbar-header,
    .navbar-header .navbar-brand {
        height: 100px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #15202b;
    }
    .navbar-default .navbar-toggle {
        border-color: #15202b;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
        background: #dddddd;
        z-index: 300;
        position: relative;
        min-height: 300px;
        height: 100%;
        padding: 10px 30px;
        width: 100%;
        margin: 0 auto;
        top: -24px;
    }
    .navbar-default .container {
        border-bottom: none;
    }
    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 30px;
    }
    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }
    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }
    header ul.nav>li {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #15202b;
    }
    .navbar-nav {
        width: 100%;
        height: auto!important;
        float: none;
        text-align: center;
        display: block!important;
        margin: 10px 0 0 0;
    }
    .navbar-brand .logo {
        width: 225px;
    }
    .vitrine img {
        /* height: 135px; */
        object-fit: cover;
    }
    .mapa .content {
        padding: 15px;
        /* top: 10px;
        margin-bottom: -145px; */
    }
    .mapa form {
        display: block;
    }
    .select-wrapper {
        height: 35px;
        margin-bottom: 5px;
    }
    .mapa .slc2 {
        margin: 0;
    }
    .mapa form select {
        height: 35px;
    }
    .mapa button {
        width: 100%;
        height: 35px;
        margin-top: 5px;
    }
    .gm-style-iw.gm-style-iw-c {
        max-width: 320px!important;
    }
    .gm-style-iw-d {
        width: 100%!important;
        max-width: 100%!important;
    }
    .gm-style-iw-d #content,
    .gm-style-iw-d #content img {
        width: 100%!important;
    }
    footer a.pull-right {
        float: none!important;
        display: table;
        width: 100%;
    }
    footer img {
        margin: 20px auto;
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header img {
        width: 265px;
    }
    header ul.nav>li {
        margin-left: 5px;
    }
    header ul.nav>li>a {
        font-size: 10px;
        padding: 8px 5px;
    }
}
@media (min-width: 992px) and (max-width: 1023px) {
    .navbar-header img {
        width: 350px;
    }
    header ul.nav>li {
        margin-left: 5px;
    }
    header ul.nav>li>a {
        font-size: 12px;
        padding: 8px 10px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .navbar-header img {
        width: 380px;
    }
    header ul.nav>li {
        margin-left: 5px;
    }
    header ul.nav>li>a {
        font-size: 12px;
        padding: 8px 10px;
    }
}