#prevenir {
    width: 100%;
    /*height: 100vh;*/
    background: #E7F7E6;
}

.submenu {
    width: 100%;
    text-align: center;
    background: #D1EDCF;
    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: #a7e2a2;
}

.navbar-inverse .navbar-nav > .open > a:after,
.navbar-inverse .navbar-nav > .active > a:after {
    content: '';
    background: url(../img/prevenir/gota_menu_prevenir.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: #a7e2a2;
}

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

.submenu-link {
    display: inline;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 500ms ease-out 0ms;
    transition: all 500ms ease-out 0ms;
}

.submenu-links .active {
    background: #A7E1A1;
}

.submenu-link.active:after {
    content: '';
    background: url(../img/prevenir/gota_menu_prevenir.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;
    }
}


#carousel-movicol {
    /*height: 100vh;*/
    margin-bottom: 40px;
    display: block;
    padding-top: 15px;
}



.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; */
}

.bloco {padding: 30px 0;}

.bloco2 {background: #d1edcf;}


.bloco1 p.green {
    color: #287323;
    font-size: 22px;
}

.bloco2 p.one {
    background: url('../img/prevenir/pag2_one.png') no-repeat left top;
    padding-left: 35px;
}

.bloco2 p.two {
    background: url('../img/prevenir/pag2_two.png') no-repeat left top;
    padding-left: 35px;
}

.bloco2 p.three {
    background: url('../img/prevenir/pag2_three.png') no-repeat left top;
    padding-left: 35px;
}

.pag2 .pag_left {
    padding-right: 30px;
}

.pag2 .pag_right {
    padding-left: 30px;
}

.bloco1 .title2 {
    color: #6ca368;
    font-family: SueEllenFrancisco;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


#footer {

}

/* 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;
        /* background: url('../img/title_bg.png') no-repeat right bottom; */
        width: 320px;
        padding-left: 30px;
        margin-left: -15px;
    }
}



/* FOOTER */

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

.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: #fff;
}*/
