p, a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

h1.
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

.title {
    color: #312b80;
    font-weight: 700;
}

.title > span {
    font-weight: 400;
}

.btn-blue {
    background-color: #5478a6;
    color: white;
    border-radius: 1.5em;
    padding: 5px;
    position: relative;
    width: 50%;
    display: block;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: solid #152b49 4px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    text-transform: uppercase;
    text-align: center;
    margin: 45px 0 0;
} 

.btn-blue:hover {
    background-color: #335684;
    color: #fff;
    text-decoration: none;
}

.btn-blue:active, .btn-blue:focus {
    border-bottom: solid #335684 1px;
    color: #fff;
    text-decoration: none;
    top: 4px;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

.phone-header {
    background-color: #312b80;
    border-radius: 0 0px 15px 15px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 5px;
    position: relative;
    text-align: center;
    top: -50px;
}

.phone-header > span {
    font-size: 18px;
}

.redirect, .redirect:hover, .redirect:active, .redirect:focus {
    background-color: #9ccff3;
    border-radius: 0 0 15px 15px;
    color: #fff;
    display: block;
    float: right;
    font-size: 21px;
    padding: 5px;
    position: relative;
    right: 15px;
    text-align: center;
    top: -50px;
    width: 70%;
}

.whatsapp-contact {
    bottom: 10px;
    position: fixed;
    right: 10px;
}

.navbar {
    background-color: #294995;
    border: 0;
    border-radius: 0;
    min-height: 150px;
    margin-bottom: 0px;
}

.navbar-nav {
    position: relative;
    top: -40px;
}

.navbar-brand {
	padding: 0 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

footer {
    background-color: #294995;
    color: #fff;
    margin: 0;
    padding: 30px 0 0;
}

.logo-footer {
    margin: 25px 0;
}

.footer-text > p {
    font-size: 18px;
    text-align: left;
}

.footer-text > p:first-child {
    margin-top: 95px;
}

.footer-text > a {
    background-color: #9ccff3;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 1px 0 2px;
    text-align: center;
}

.copyright {
    bottom: 0;
    position: relative;
    top: 71px;
}

.copyright > p {
    float: left;
    line-height: 30px;
    margin-bottom: 0;
    margin-right: 10px;
}

/* Index */

.news {
    background-color: #d7e8f4;
}

.box-index {
    height: 235px;
}

/* Quem Somos */

.img-quem-somos {
	margin: 30px auto 0;
}

/* Noticias */

.midia {
    margin-top: 30px;
}

.box-noticia {
    min-height: 500px;
}

.btn-news {
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.btn-voltar, .btn-voltar:hover {
    color: #0f263b;
    font-weight: 700;
}

.blog {
    padding: 20px 0;
}

.noticia > h3 {    
    color: #1275a6;
    font-size: 30px;
}

.noticia > p {
    font-size: 18px;
}

/* Contato */

.bg-contato {
    background-color: #203066;
    color: #fff;
    margin: 120px 0;
    padding: 30px 25px;
}

.bg-contato > a, .bg-contato > a:hover {
    color: #fff;
}

.btn-enviar, .btn-enviar:hover, .btn-enviar:focus {
    background-color: #203066;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    .navbar-nav {
        position: initial;
        top: 0;
    }
    
    .navbar-brand > img {
        position: relative;
        top: -10px;
        width: 90%;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-top: 105px;
    }
    
    .logo-footer {
        margin: 0 auto 15px;;
    }
    
    .footer-text > p {
        text-align: left;
    }
    
    .footer-text > p:first-child {
        margin-top: 0px;
    }
    
    .footer-text > a {
        margin-bottom: 15px;
    }
    
    .copyright {
        bottom: 0;
        position: initial;
        top: 0;
        margin-top: 30px;
    }
    
    .copyright > p {
        font-size: 12.5px;
        margin-right: 10px;
    }
    
}