#entender_a_obstipacao {
    width: 100%;
    /*height: 100vh;*/
    background: #fbfbe4;
    /*margin-bottom: 40px;*/
}

.submenu {
    width: 100%;
    text-align: center;
    background: #d7d72b;
    min-height: 40px;
    padding: 10px 0;
    box-sizing: border-box;
    height: 48px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    background: #e9e93e;
}

.navbar-inverse .navbar-nav > .open > a:after,
.navbar-inverse .navbar-nav > .active > a:after {
    content: '';
    background: url(../img/entender_a_obstipacao/gota_menu_obstipacao.png) no-repeat left top;
    position: absolute;
    bottom: -20px;
    left: 43%;
    width: 16px;
    height: 20px;
    display: block;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e9e93e;
}

.submenu-links {
    padding: 15px 0 0 0;
    box-sizing: border-box;
    min-height: 58px;
}


.submenu-link {
    display: inline;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    /* border-radius: 20px; */
    cursor: pointer;
    color: #fff;
    position: relative;
    -webkit-transition: all 500ms ease-out 0ms;
    transition: all 500ms ease-out 0ms;
    text-transform: uppercase;
}

.submenu-links .active {
    background: #fafad6;
    color: #333;
}
.submenu-link.active:after {
    /* content: '';
    background: url(../img/entender_a_obstipacao/gota_menu_obstipacao.png) no-repeat left top;
    position: absolute;
    bottom: -20px;
    left: 43%;
    width: 16px;
    height: 20px;
    display: block; */
}


@media screen and (max-width:479px){
    .submenu {
        min-height: 48px;
        height: auto;
        padding: 0 5px;
    }
    .submenu-links,
    .submenu-links .active{
        display:-webkit-inline-box;
        display:-webkit-inline-flex;
        display:-ms-inline-flexbox;
        display:inline-flex;
    }

    .submenu-link {
        min-height: 23px;
        padding-bottom: 0px;
    }
}



.subtitle {
    font-family: SueEllenFrancisco;
    font-size: 18px;
    color: #282828;
    margin-top:30px;
    padding-left: 65px;
    margin-left: -15px;
    text-transform: uppercase;
}

.title {
    font-family: Oswald;
    font-size: 30px;
    color: #00aeef;
    width: 450px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content {
    /* padding-left: 50px;
    padding-right: 50px; */
}


h2 {
    font-size: 24px;
    color: #93934e;
    font-family: Oswald
    font-weight: normal;
    text-transform: uppercase;
}

.bloco {padding: 30px 0;}

.bloco2 {background: #f6f6b3;}

.pag1 .pag_right {
    /*background: url('../img/entender_a_obstipacao/sanita.png') no-repeat right top;*/
    position: relative;
}

/*.pag1 .pag_right img {
position: absolute;
bottom: 0;
display: block;
width: 85%;
}*/




.bg_white {
    background: #fff;
}

.green_box {
    background: #e9e93e;
    padding: 15px 30px;
    /* border-radius: 10px; */
    max-width:600px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.green_box a {
    color: #000;
    text-decoration: underline;
}

.accordion_bg {
    background: url('../img/entender_a_obstipacao/accordion_bg_yellow.png') no-repeat left top;
    background-size: cover;
    padding-right: 10px;
    display: table-cell;
    margin-top: 10px;
}

.col-md-6 .accordion_bg:nth-child(even) {
    background: url('../img/entender_a_obstipacao/accordion_bg_yellow2.png') no-repeat right top;
    background-size: cover;
    padding-right: 10px;
    display: table-cell;
}

.cima {
    background: url('../img/entender_a_obstipacao/accordion_bg_blue.png') no-repeat left center !important;
    background-size: cover;
    padding-right: 10px;
    display: table-cell;
}

.accordion_bt_text {
    padding: 20px 30px 20px 15px;
    background: url('../img/entender_a_obstipacao/accordion_arrow.png') no-repeat right center;
    display: table-cell;
    cursor: pointer;
    font-weight: bold;
}

.cima2 {
    padding: 20px 30px 20px 15px;
    background: url('../img/entender_a_obstipacao/accordion_arrow_up.png') no-repeat right center;
    display: table-cell;
    cursor: pointer;
}

.closed {
    display: none;
}

.accordion_content {
    max-width: 600px;
    padding: 15px;
}

.bg_green {
    background: #f6f6b2;
    padding: 30px;
}

.title2 {
    width: 100%;
    text-align: center;
    font-family: Raleway-Regular;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: none;
    margin: 15px 0;
    padding: 0;
}

.box p {
    color: #888;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.pag5 .blue {
    color: #00ADED;
    font-weight: bold;
}

.title2 {
    width: 100%;
    text-align: center;
    font-family: Raleway-Regular;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin: 30px 0;
}

.bloco2_2, .bloco3_2 {background: #f6f6b3;}

.bloco2_2 .green_box, .bloco3_1 .green_box  {
    background: #e9e93e;
    padding: 15px;
    border-radius: 10px;
    max-width:500px;
    font-size: 14px;
    text-align: left;
    text-transform: none;
}

.quem_pode_ter .title2 {
    width: 100%;
    text-align: center;
    font-family: SueEllenFrancisco;
    text-transform: uppercase;
    font-size: 30px;
    color: #99992E;
}

.quem_pode_ter .col-md-6 p {
    max-width: 550px;
    text-align: left;
}



#footer {
}


.owl-carousel {
    background: url('../img/entender_a_obstipacao/bg_carousel_2.png') no-repeat top left;
    background-size: 100% 100%;
    width: 100%;
    max-width: 600px;
    height: 380px;
    margin-bottom: 40px;
    display: block;
    -ms-touch-action: pan-y;
}


.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #00ADED;
}



.carousel-indicators {
    bottom: 10px;
}



#sliderEscala .item{
    margin: 3px;
}
.owl-carousel  .owl-item img{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 330px;
}


@media screen and (min-width:992px) and (max-width:1300px){
    .owl-carousel  .owl-item img{
        margin: 9% 0 0 0;
        height: auto;
    }
}



/* MOBILE */

@media (max-width: 767px) {
    .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .subtitle {
        font-size: 14px;
        padding-left: 30px;
        margin-left: -15px;
    }

    .title {
        font-size: 24px;
        color: #00aeef;
        width: 320px;
        padding-left: 30px;
        margin-left: -15px;
    }
    .owl-carousel  .owl-item img{
        height: auto;
        margin: 5% 0 0 0;
    }
}


@media screen and (max-width:600px){
    .owl-carousel  .owl-item img{
        margin: 15% 0 0 0;
        height: auto;
    }
}

/* FOOTER */

/*.footer_termos{
    padding: 10px;
    min-height: 100px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    /*background: #FFF;*!/
}

.footer_termos ul{
    list-style: none;
    margin: 0px auto;
}
.footer_termos ul li{
    display: inline-block;
    color: #FFF;
}

.footer_termos ul li a{
    font-size: 12px;
    /*color: #00ADEF;*!/
    color: #FFF;
}*/
