.politicas{
    min-height: 450px;
    margin-bottom: 80px;
}

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


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


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

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

h2 {
    font-size: 20px;
}

.politicas h2 {
    /* padding-top: 80px;
    margin-top: -60px; */
}

.politicas p {
    word-break:normal;
}

.politicas p a{
    word-break:break-all;
}

.quick_links a {
    color: #00aded;
}

.quick_links a:hover {
    color: #e9e93e;
    text-decoration: none;
}


@media screen and (max-width:767px){

    .title {
        padding-left: 30px;
        margin-left: -15px;
        font-size: 24px;
    }
    .subtitle {
        padding-left: 30px;
        margin-left: -15px;
        font-size: 14px;
    }
    .navbar-inverse {
        border-color: #FFF;
        border: 0;
        border-bottom: 1px solid #00aeef;
    }
    .politicas{
        min-height: 590px;
        margin-bottom: 100px;
    }

    #footer_home{
        position: relative;
        bottom: 0px;
        left: 0;
        right: 0;
    }



}


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