.text-noticias h3{
    font-weight: bold;
    font-size: 25px;
    color: #286090;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
    padding: 5px 5px 5px 5px;
}
.text-noticias p{
    font-size: 15px;
    color: #286090;
    font-weight: bold;
}
.text-noticias a{
    float: right;
    color: #286090;
    font-weight: bold;
    font-size: 15px;
}
.background-color-noticias {
    border: 1px solid #E2E2E2;
    background-color: white;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.box-shortcut {
    background-color: #286090;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 1px;
    margin-bottom: 20px;
    color: white;
    /*height: 102px;*/
}
.box-shortcut h3{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.box-shortcut h3 a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.box-shortcut p{
    margin:0px
}
.box-shortcut .info{
    font-size: 9px;
    font-style: italic;
}
.box-shortcut i{
    font-size: 50px;
    color: white;
}
.boletos-texto{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #fff;
    border: 1px solid #03a7dd;
}
.boletos-texto h1{
    text-align: center;
    color: #03a7dd;
    font-weight: bold;
    font-size: 50px;
}
.boletos-texto button{
    color: #03a7dd;
    font-weight: bold;
    padding-top:20px;
    border-radius: 0px;
    padding-bottom: 20px;
    border: 3px solid #03a7dd;
    background-color: transparent;
}
.boletos-texto button:hover{
    color: #03a7dd;
    font-weight: bold;
    padding-top:20px;
    border-radius: 0px;
    padding-bottom: 20px;
    border: 3px solid #03a7dd;
    background-color: transparent;

}
@media screen and (max-width: 764px) {
    .text-noticias h3{
        font-size: 15px;
    }
    .profissionais-background {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.art-fundo{
    padding-top: 75px;
    padding-bottom: 75px;
    border: 1px solid #286090;

}
.art-img img{
    max-width: 100%;
}
.art-text{
    padding-left: 10px;
    padding-right: 10px;
}
.art-text button{
    color: #286090;
    font-weight: bold;
    padding-left:20px;
    border-radius: 0px;
    padding-right: 20px;
    border: 3px solid #286090;
    background-color: transparent;
}
.art-text h2{
    color: #286090;
    font-weight: bold;
    font-size: 26px;
    font-family: "Oswald",sans-serif;
}
.art-text p{
    text-align: justify;
}
#frmcontatoazul input{
    border-radius: 0px;
}
#frmcontatoazul textarea{
    border-radius: 0px;
}
#frmcontatoazul select{
    border-radius: 0px;
}

#formSearch{
    padding: 3px;
}


@media screen and (min-width: 768px) {
    #formSearch input{
        color: #666666;
        padding: 5px;
        border-left: solid 1px #ccc;
        width:  350px;
    }
}
@media screen and (max-width: 764px) {
    #formSearch input{
        color: #666666;
        padding: 5px;
        border-left: solid 1px #ccc;
    }
}
.atualizacaotime i {
    color: #03a7dd;
    font-size: 20px;
}
.atualizacaotime {
    font-size: 15px;
    font-weight: bold;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.sistemacfq {
    margin-bottom: 20px;
}
.sistemacfq h4{
    color:#029ACC;
    font-weight: bold;
}
.sistemacfq p {
    color:#696969;
    font-weight: bold;
}
.sistemacfq i{
    color: #029ACC;
    font-size: 20px;
}
.sistemacfq a {
    color:#696969;
    font-weight: bold;
}
.content-fundo{
    padding-bottom: 30px;
}
.imgcoreios img{
    max-width: 100%;
}
.title h1{
    text-align:center;
    overflow:hidden;
    font-family: 'Vibrocentric', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
}
.title h1 span{
    display:inline-block;
    position:relative;
}
.title h1 span:after, h1 span:before{
    content:" ";
    display:block;
    height:2px;
    width:1000px;
    background:#028FBD;
    position:absolute;
    top:50%;
}
.title h1 span:before{
    left:-1010px;
}
.title h1 span:after{
    right:-1010px;
}
.tableregistro{
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom:10px;
    padding-bottom: 20px;
}
.certidao p {
    color:#696969;
    font-size:16px;
}
.buttoncertidao button{
    height: 55px;
    border-radius: 0px;
    background-color: #2A4B5B ;
    color: white;
    font-weight: bold;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(10, 54, 91, .5);
    outline: 1px solid;
    outline-color: rgba(10, 54, 91, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(10, 54, 91, 1);
}
@media screen and (max-width: 764px) {
    .buttoncertidao button{
        height: 55px;
        width:  290px;
        border-radius: 0px;
        background-color: #2A4B5B ;
        color: white;
        font-weight: bold;
        border: 0 solid;
        box-shadow: inset 0 0 20px rgba(10, 54, 91, .5);
        outline: 1px solid;
        outline-color: rgba(10, 54, 91, .5);
        outline-offset: 0px;
        text-shadow: none;
        transition: all 1250ms cubic-bezier(10, 54, 91, 1);
    }
}
.buttoncertidao button:hover{
    height: 55px;
    border-radius: 0px;
    background-color: #082634 ;
    color: white;
    font-weight: bold;
    transition: all 0.5s;
    border-radius:0px;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(10, 54, 91, .5), 0 0 20pxrgba(10, 54, 91, .5);
    outline-color: rgba(10, 54, 91, 0);
    outline-offset: 15px;
    text-shadow: 4px 2px 2px #427388; 
}
.profissionais-background{
    background: url( /public/site/img/background/03.jpg) no-repeat center center fixed ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.profissionais {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid rgba(40, 96, 144, 0.5);
    background-color: rgba(40, 96, 144, 1.9);
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
}
.profissionais:hover{
    z-index: 999;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    box-shadow:   0 8px 5px rgba(31, 31, 31, 0.7)

}
.profissionais i{
    color: #fff;
    font-size: 90px;
}
.profissionais h3 a{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
    text-decoration: none;

    /*text-shadow: 0 px 5px rgba(31, 31, 31, 0.7);*/
}
.profissionais h2{
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-family: "Oswald",sans-serif;
}
.profissionais hr{
    border-color: #fff;
}



@media screen and (min-width: 800px) {

    .profissionais2 {
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background-color: white;
        padding-bottom: 40px;
        padding-top: 40px;
        margin-bottom: 20px;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1); 
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1); 
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.1);  
        z-index: 997;
    }
    .profissionais2:hover{
        z-index: 900;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.2);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.2);   
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.2);
        transition: all 200ms ease-in;
        transform: scale(1.2);
        box-shadow:   0 8px 5px rgba(31, 31, 31, 0.7)

    }
    .profissionais2 i{
        color: rgba(40, 96, 144, 0.9);
        font-size: 90px;
    }
    .profissionais2 h3 a{
        color: rgba(40, 96, 144, 0.9);
        font-weight: bold;
        font-size: 20px;
        font-family: 'Francois One', sans-serif;
        text-decoration: none;
    }
    .profissionais2 h2{
        color: rgba(40, 96, 144, 0.9);
        font-weight: bold;
        font-size: 22px;
        font-family: "Oswald",sans-serif;
    }
    .profissionais2 hr{
        border-color: rgba(40, 96, 144, 0.9);
    }
}
@media screen and (max-width: 768px) {
    .profissionais2 {
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid rgba(40, 96, 144, 0.5);
        background-color: rgba(40, 96, 144, 0.9);
        padding-bottom: 40px;
        padding-top: 40px;
        margin-bottom: 20px;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1); 
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1); 
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1);
        transition: all 200ms ease-in;
        transform: scale(1);  
    }
    .profissionais2:hover{
        z-index: 900;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);   
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.1);
        box-shadow:   0 8px 5px rgba(31, 31, 31, 0.7)

    }
    .profissionais2 i{
        color: #fff;
        font-size: 90px;
    }
    .profissionais2 h3 a{
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-family: 'Francois One', sans-serif;
        text-decoration: none;
    }
    .profissionais2 h2{
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        font-family: "Oswald",sans-serif;
    }
    .profissionais2 hr{
        border-color: #fff;
    }
}


.btn-enviar button{
    border-radius: 0px;
    font-family: 'Francois One', sans-serif;
    color: white;
    transition: all 200ms ease-in;
    border-color: #727272;
    background-color: #727272;
    box-shadow: 0 5px 2px rgba(31, 31, 31, 0.7)
}
.btn-enviar button:hover{
    background-color: #03a7dd;
    color: white;
    transition: all 200ms ease-in;
    border-color: #03a7dd;
    box-shadow: 0 8px 5px rgba(31, 31, 31, 0.7)
}
@media screen and (max-width: 764px) {
    #main-content{
        padding-top: 70px;
    }
}
#form_contact select{
    border-radius: 0px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    font-size: 16px;
}
#form_contact input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.headercontato .page-header{ 
    padding-bottom: 0px;
    margin: 10px 0 10px;
    border-bottom: 0px solid #eee;
    font-family: 'Roboto', sans-serif;
    color: #7c7c7c;
    font-weight: bold;
    text-align: center;
}

.headercontato .page-header:hover{ 
    padding-bottom: 0px;
    margin: 10px 0 10px;
    border-bottom: 0px solid #eee;
    font-family: 'Roboto', sans-serif;
    color: #03a7dd;
    font-weight: bold;
    text-align: center;
}
.search_fundo{
    background-color: #F6F5F5;
}
.search_texto{
    background-color: #ffffff;
    padding-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px rgba(31, 31, 31, 0.7);
    padding-left: 20px;
    padding-right: 20px;

}
.search_resultado h5{
    font-size: 25px;
    color:#028FBD;
    font-weight: bold;
}

.search__link a{ 
    color: #9c9b9b;
    font-weight: bold;
    text-decoration: none;
}
.search__link i{
    float: right;
    margin-right: 10px;
    font-size: 25px;
}
@media screen and (max-width: 768px) {

    .search_texto{
        background-color: #ffffff;
        padding-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        box-shadow: 0 2px 4px rgba(31, 31, 31, 0.7);
        padding-left: 20px;
        padding-right: 20px;

    }
    .search_resultado h5{
        font-size: 15px;
        color:#028FBD;
    }

    .search__link a{ 
        color: #9c9b9b;
        font-weight: bold;
        text-decoration: none;
    }
    .search__link i{
        float: right;
        margin-right: 10px;
        font-size: 25px;
    }
}