#diagnosticar_e_tratar {
    width: 100%;
    /*height: 100vh;*/
    background: #FBEBF1;
}

.submenu {
    width: 100%;
    text-align: center;
    background: #EBCFDD;
    min-height: 40px;
    padding: 10px 0 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: #deb3c5;
}

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

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

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

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


.bloco 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;
}

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

.bloco2 .pink_bg {
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    background: #dfbdcb;
    color: #333333;
    text-align: center;
}

.bloco2 .pink_bg a {
    color: #00aeef;
    text-decoration: underline;
}


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