/* Breadcrumbs */
.bnr-inr-entry {
    /* display: block; */
    /* padding-top: 30px; */
    vertical-align: middle;
}

.bnr-inr h1,
.bnr-inr .breadcrumb-row ul li a,
.bnr-inr .breadcrumb-row ul li:after,
.bnr-inr .breadcrumb-row ul li:last-child {
    color: white;
}

/* Content Inner */

.content-inner {
    padding-bottom: 120px;
}

/* Cores */
.bg-blue-dark {
    background-color: #273272;
}

.bg-blue-dark i {
    color: white;
}

/* Css do banner da home */

.bannerhome {
    height: calc(100vh - 130px);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerhome-title {
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
    max-width: 500px;
    line-height: 1.2;
}

.bannertextbox {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
}

.bannerhome-subtitulo {
    display: block;
    max-width: 500px;
    font-size: 18px;
    word-wrap: break-word;
}

.bannerhome-button, .bannerhome-button2 {
    color: white;
    padding: 15px 25px;
    background-color: #273272;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 20px 0 0;
    border-radius: 5px;
    border: 3px #273272 solid;
}

.home .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.home .bx-wrapper .bx-prev {
    margin-left: 40px
}
.home .bx-wrapper .bx-next {
    margin-right: 40px
}

/* Blocos de "Vantagens de ser um associado */

.vantagem .icon-bx-wraper {
    padding: 45px 45px 0;
    background-color: white;
    border-bottom: 4px #273272 solid;
    min-height: 350px;
    box-shadow: 0px 0px 20px -10px black
}

.vantagem .icon-bx-wraper .icon-cell {
    pointer-events: none;
}

/* Blocos de "Blog" */

.blog-carousel .item {
    box-shadow: 0px 0px 20px -10px black;
}

.blog-carousel.owl-carousel .owl-stage-outer {
    padding: 10px;
}

/* Bloco O que fazemos */

.oquefazemos .box-bg .icon-bx-wraper {
    max-height: 206px;
    background-color: rgba(0,0,0,0.4);
    color: white;
}

.oquefazemos .box-bg .icon-bx-wraper:hover{
    background-color: rgba(0,0,0,0.4)
}

/* Footer */
.daz-footer-img:after {
    opacity: 1;
}

/* Formulário envio de currículo */

.custom-form{
    position:relative;
    margin-bottom: 45px;
    width: 100%;
}

.custom-form .input-group{
    justify-content: center;
}

.custom-form-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 30px;
    color: #273272;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition:.5s;
}

.active .custom-form-layer{
    z-index:5;
    opacity: 1;
}

.custom-form-layer p{
    line-height: 1.4;
    font-weight: 600;
    margin-top: 40px;
}

.custom-text{
    font-size:14px;
    text-align:center;
}

.custom-wrapper {
    position: relative;
}

.custom-search.custom-form{
    margin-bottom: 50px;
}

.custom-search.custom-form .input-group{
    justify-content: center;
}

.custom-search.custom-form select{
    height: 52px !important;
    max-width: 600px;
    width: 100%;
    margin-bottom: 15px;
}

.custom-search.custom-form button{
    width: 200px;
    height:52px;
    margin-left: 15px;
}

textarea.form-control.custom-textarea {
    height: 169px;
}

/* Listagem vagas */

.custom-display{
    padding: 30px 30px;
    border: 1px solid #e1e6eb;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0px 0px 13px -8px #333;
}

.custom-display-title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.custom-display-title span{
    font-size: 12px;
    color: #333;
    font-weight: 600;
    float: right;
}

.custom-display-data {
    margin-bottom: 12px;
    line-height: 1.8;
}

.custom-display-data span {
    font-weight: 700;
    color: #273272;
}

.custom-display-data i{
    margin-right: 5px;
    color: #273272;
    min-width: 14px;
}

/* Formulário da home */

.homecontato {
    padding: 60px 0;
}

.homecontato-title, .homecontato-subtitle {
    display: block;
    text-align: center;
    width: 100%;
}

.homecontato-infobox {
    background-image: url('../images/homecontato-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 365px;
    height: 206px;
    padding: 30px;
    margin-bottom: 30px;
}

.homecontato-subox {
    display: block;
    width: 100%;
}

.homecontato-subox:nth-of-type(1) {
    margin-bottom: 15px;
}

.homecontato-ligue, .homecontato-info1, .homecontato-info2 {
    color: white;
}

.homecontato-info1 {
    color: yellow;
    font-weight: 700;
    font-size: 14px;
}

.homecontato-info2 {
    font-size: 14px;
}

.homecontato-ligue {
    margin-bottom: 15px;
}

.homecontato-info1, .homecontato-info2 {
    margin-bottom: 0px;
}

.homecontato .form-box1 textarea.form-control {
    height: 125px;
}

.homecontato .site-button {
    width: 100%;
    background-color: #273272;
    color: white;
    border-radius: 0;
}

/* Css para listagem de diretores, inspetores e presidentes */

.team-section .team-content {
    position: relative;
}

.team-rowcolor {
    display: block;
    width: 100%;
}

.team-rowcolor:nth-of-type(even) {
    background-color: rgb(56, 56, 196);
}
.team-rowcolor:nth-of-type(odd) {
    background-color: rgb(143, 143, 255);
}

.team-row {
    width: 49%;
    text-align: center;
    display: inline-block;
}

.team-row:nth-of-type(1){
    position: relative;
}
.team-row:nth-of-type(1):after{
    position: absolute;
    content: '';
    top: -10px;
    right: 0;
    background-color: white;
    width: 2px;
    height: 44px;
}

/* Css página Diretoria */

.institucional-title, .institucional-subtitle {
    display: block;
    width: 100%;
    text-align: center;
}

/* Contato */

.contato-title {
    margin-bottom: 10px;
}

.contato-message {
    width: 100%;
}

.contato-box2 {
    padding: 30px 30px;
    border: 1px solid #e1e6eb;
    background: #ffffff;
}

.contato-box {
    background-color: #f8f8f8;
    padding: 30px 30px 10px 30px;
    margin-bottom: 20px;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
}

.contato-lista {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contato-item {
    margin-left: 0;
    background-image: none;
    list-style: none!important;
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
}

.contato-paragrafo {
    font-size: 14px;
}

.contato-item .ti-location-pin, .contato-item .ti-mobile, .contato-item .ti-email {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.contato-bold {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Rubik;
    color: #303030;
    font-size: 16px;
}

/* Blog */

.category-noticias .post {
    min-height: 540px;
}

@media screen and (min-width: 1024px){
    .bannerhome-title {
        font-size: 48px;
    }

    .homecontato-subox:nth-of-type(1) {
        margin-bottom: 0;
    }

    .homecontato-subox {
        display: inline-block;
        width: 40%;
    }

    .homecontato-ligue {
        margin-bottom: 60px;
    }
    
    .homecontato-info1 {
        margin-bottom: 10px;
    }

    .homecontato-info2 {
        font-size: 13px;
    }

}

@media screen and (min-width: 1200px){
    .homecontato-info2 {
        font-size: 14px;
    }
}