body {
    overflow-x: hidden;
    margin-top: 70px;
    padding: 0;
    background-color: #FFFFFF;
}

.myCarousel {
    box-shadow: 0 0 10px 0 #00000055;
    padding: 5px;
    margin-top: 90px;
}

.myCarousel-fixos {
    padding: 5px;
    margin-top: 10vh;
}


/* MENU MOBILE */

.topBar {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #000000;
    height: 70px;
    width: 100vw;
    display: flex;
}

.topBar img {
    height: 50px;
    padding-top: 10px;
    position: absolute;
    left: calc(50vw - 45px);
}

.topBar i {
    position: absolute;
    color: #FFF;
    top: 4vh;
    left: 5vw;
}

#leftsidebar {
    width: 300px;
    height: calc(100vh - 70px);
    position: fixed;
    z-index: 999;
    top: 70px;
    left: 0;
    margin-left: -300px;
    background-color: #000000;
    padding: 5vh 5vw;
}

#leftsidebar ul {
    list-style: none;
    padding: 0;
}

#leftsidebar .dropdown-list {
    display: none;
}

#leftsidebar ul a {
    text-decoration: none;
    color: #e46410;
}

#leftsidebar li {
    text-decoration: none;
    color: #e46410;
    font-weight: bold;
    margin-bottom: 2vh;
}

#menu_mobile_overlay {
    background-color: #00000000;
    position: fixed;
    z-index: 998;
    top: 70px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 70px);
    display: none;
}

#menu {
    position: fixed;
    z-index: 999999;
    top: 0px;
    width: 100%;
    transition: all .1s linear!important;
    -webkit-transition: all .1s linear!important;
    -moz-transition: all .1s linear!important;
    -ms-transition: all .1s linear!important;
    -o-transition: all .1s linear!important;
}

.navbar {
    background-color: #000000;
    padding: 0px!important;
}

.navbar span {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    letter-spacing: 1px;
}

.navbar li:hover {
    background-color: #e46410;
    color: #000000;
    cursor: pointer;
}

.navbar ul {
    list-style: none;
    margin: 0;
    height: 70px;
}

.navbar ul li {
    position: relative;
    float: right;
    height: 70px;
    padding: 20px 5px;
    white-space: nowrap;
}

.logo {
    max-width: 150px;
}

.dropdown {
    transition: all .1s linear!important;
    -webkit-transition: all .1s linear!important;
    -moz-transition: all .1s linear!important;
    -ms-transition: all .1s linear!important;
    -o-transition: all .1s linear!important;
}

.dropdown-menu {
    height: auto!important;
    background-color: #000000;
    top: 100%;
    border: 1px;
    padding: 0;
    left: 0;
    width: auto;
    min-width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.open {
    background-color: #e46410;
    color: #000000;
}

.open .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    float: left!important;
    width: 100%;
}

.banner-slider {
    text-align: center;
    padding: 0;
    display: block;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
}

.txt-banner-slider {
    text-align: center;
    padding: 0;
    height: 45vh;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

.txt-banner-fixo {
    text-align: center;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

.txt-banner-fixo h1 {
    color: #ff3535;
}

.txt-banner-slider h1 {
    font-family: 'Ubuntu', sans-serif;
}

.txt-banner-slider h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
}

.txt-banner-slider .btn {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

.txt-banner-1 h1 {
    transform: rotate(-5deg);
    font-size: 4rem;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.txt-banner-1 .btn {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.txt-banner-2 h5 {
    color: #ff3535;
}

.txt-banner-4 h5 {
    color: #ff3535;
}

.img-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
    width: 100%;
}

.img-banner-1 {
    background-image: url(../img/logo_principal.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-banner-2 {
    background-image: url(../img/sala_estar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-banner-3 {
    background-image: url(../img/antes_depois.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-banner-4 {
    background-image: url(../img/mari_ferri_png.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 45vh;
    margin: auto;
    border-radius: 50%;
}


/* BANNERS FIXOS */

.img-banner-fixo-1 {
    background-image: url(../img/sala_jantar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-banner-fixo-2 {
    background-image: url(../img/juncao_vartical.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.faca-inscricao {
    color: #e46410;
    font-weight: bold;
    cursor: pointer;
}

.banner {
    text-align: center;
    padding: 5vh 0;
    min-height: 500px;
    display: block;
    position: relative;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 3vh;
}

.banner img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.banner h2 {
    color: #FFFFFF;
    margin-bottom: 5vh;
}

.txt-banner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.txt-banner div {
    max-width: 30vw;
}

.txt-banner p {
    font-size: 20px;
    margin: 5px;
}

.btn-transparent {
    position: relative;
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
    border-radius: 0;
    font-weight: 500;
    padding: 10px 20px;
    margin-top: 3vh;
}

.btn-transparent:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.btn-transparent-2 {
    position: relative;
    background-color: #e46410;
    border: 2px solid #e46410;
    color: #000000;
    border-radius: 0;
    font-weight: 500;
    padding: 10px 20px;
    margin-top: 3vh;
}

.btn-transparent-2:hover {
    background-color: transparent;
    color: #e46410;
}

.btn-transparent-3 {
    position: relative;
    background-color: transparent;
    border: 2px solid #ff3535;
    color: #ff3535;
    border-radius: 0;
    font-weight: 500;
    padding: 10px 20px;
    margin-top: 3vh;
}

.btn-transparent-3:hover {
    background-color: #ff3535;
    color: #FFFFFF;
}

.container-fluid {
    max-width: 90vw;
}

.formulario {
    background-color: #FFFFFF;
    padding: 30px;
    margin: auto;
    max-width: 80%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.formulario h2 {
    color: #ff3535;
    width: 100%;
    text-align: center;
    margin-bottom: 5vh;
}

.formulario label {
    color: #000000;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0;
}

.formulario input {
    color: #000000;
    font-weight: bold;
    width: 100%;
    border-width: 1px;
    padding: 5px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.formulario input[type=file] {
    display: none;
}

.formulario select {
    color: #000000;
    font-weight: bold;
    width: 100%;
    border-width: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.formulario textarea {
    resize: vertical;
    min-height: 100px;
    color: #000000;
    font-weight: bold;
    width: 100%;
    border-width: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.formulario input::placeholder {
    color: #7B7B7B;
    font-weight: 500;
}

.formulario .error-field {
    background-color: #ff3535;
    color: #000000;
}

.formulario .error-field::placeholder {
    color: #000000;
}

.formulario .btn {
    width: 100%;
}

.confirm-upload {
    position: absolute;
    top: 5px;
    right: 10%;
    background-color: #28a745;
    color: #FFFFFF;
    padding: 4px;
    border-radius: 10px;
    display: none;
}

footer[role=contentinfo] address {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 13px;
    padding: 15px 0;
    margin-bottom: 0px;
    font-style: normal;
    line-height: 1.42857143;
}

footer a,
footer li,
footer p {
    color: #a0999a;
}

.propagandas img {
    max-width: 100%;
}

.follow img {
    margin: 0 auto;
    display: inline-block;
    margin-top: 5px;
    width: 20px;
    margin-right: 10px;
}

.visible-xs {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

iframe {
    width: 100%;
    height: 100%;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.width-auto {
    width: auto!important;
}

@media screen and (max-width: 1450px) {
    .formulario {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .d-xs-none {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .navbar img {
        height: auto;
        margin: 0;
    }
    #menu i {
        color: #fff;
        font-size: 25px;
    }
    .navbar ul {
        padding: 0;
    }
    .navbar ul li {
        float: left;
        text-align: center;
        width: 33%;
    }
    .navbar span {
        letter-spacing: 0;
        padding: 0;
    }
    .txt_mobile {
        display: none
    }
    .txt-banner {
        width: 90%;
        height: auto;
        text-align: center;
        right: 5%;
        left: 5%;
    }
    .txt-banner-mob {
        width: 100%;
    }
    .txt-banner p {
        font-size: 14px;
    }
    .txt-banner h1,
    .txt-banner h2 {
        margin: 0;
    }
    .txt-banner div {
        max-width: 100vw;
    }
    .carousel-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .carousel-caption img {
        width: 100%;
        height: 100%;
    }
    .formulario {
        max-width: 100%;
    }
    #myCarouselMob .carousel-item {
        height: 30vh;
    }
    #myCarouselMob .txt-banner h1,
    #myCarouselMob .txt-banner p {
        color: #FFFFFF;
    }
    .cortina-preta {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #000000aa;
    }
    #myCarouselMob {
        margin-bottom: -50px;
        margin-top: 150px;
    }
    .carousel-item {
        height: auto;
    }
    iframe {
        height: 30vh;
        margin-top: 3vh;
    }
}