#ferramentas_de_apoio {
    width: 100%;
    /*height: 100vh;*/
    background: #feebd1;
}

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

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

.submenu-links {
    /*padding: 10px;	*/
}

.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: #DDB3C5;
}

.submenu-link.active:after {
    content: '';
     background: url(../img/ferramentas_de_apoio/gota_menu_ferramentas.png) no-repeat left top;
    position: absolute;
    bottom: -20px;
    left: 43%;
    width: 16px;
    height: 20px;
    display: block;
}


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

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

.bloco {padding: 30px 0;}

.bloco2 {background: #fee1ba;}


.pag1 p.pink {
    color: #845365;
    font-family: Raleway-SemiBold;
    font-size: 16px;
}

.white_box {
    background: #FFF;
    padding: 15px 30px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
}

.white_box p {
    color: #845365;
}

.white_box p span {
    font-size: 20px;
    font-weight: bold;
}

.pag2 .title2 {
    color: #000;
    font-family: SueEllenFrancisco;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pag2 .pink_bg {
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    background: #845365;
    color: #FFF;
}

.pag2 .pink_bg a {
    color: #FFF;
    text-decoration: underline;
}


#footer {

}




.div_ferr_apoio_scroll_cont{
    background: #d3b8c9;
    border-radius: 4px;
    width: 100%;
    height: 285px;
    display: block;
    margin: 55px 0 35px;
    padding: 25px 55px 15px 15px;
    box-sizing: border-box;
    overflow-y: scroll;
}

ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    /*	counter-reset: li-counter;*/
    text-align: left;
    font-size: 16px;
    color: #574149;
    width: 90%
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 0.5em;
    padding-top: 9px;
    min-height: 3em;
}
ol.simple-list > li:before {
    position: absolute;
    top: 12px;
    left: -20px;
    width: 18px;
    height: 17px;
    color: #464646;
    /*

    content: counter(li-counter);
    counter-increment: li-counter;
    */
    content: ' ';
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left 0px;
}

ol.simple-list > li:nth-of-type(2):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -16px;
}
ol.simple-list > li:nth-of-type(3):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -35px;
}
ol.simple-list > li:nth-of-type(4):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -53px;
}
ol.simple-list > li:nth-of-type(5):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -71px;
}
ol.simple-list > li:nth-of-type(6):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -89px;
}
ol.simple-list > li:nth-of-type(7):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -107px;
}
ol.simple-list > li:nth-of-type(8):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -124px;
}
ol.simple-list > li:nth-of-type(9):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -142px;
}
ol.simple-list > li:nth-of-type(10):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -161px;
}
ol.simple-list > li:nth-of-type(11):before {
    background: url('../img/ferramentas_de_apoio/ol_list_numbers.png') no-repeat left -179px;
}



.p_referencias{
    color: #6d5c63;
    font-size: 10px;
    text-align: left;
    margin-bottom: 35px;
    word-break: break-all;
}


.aviso{
    background: #fdb558;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    display: none;
}

.resultado{
    background: #fdb558;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    display: none;
}

.botao{
    background: #fdb558;
    border-radius: 4px;
    width: 250px;
    padding: 10px;
    /*color: #FFF;*/
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: normal;
}

.botao2{
    background: #fdb558;
    border-radius: 4px;
    width: 250px;
    padding: 10px;
    /*color: #FFF;*/
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: normal;
}

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