/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/*helpers fleg*/
.fbco {color:#FFFFFF !important;}
.text_upper {text-transform: uppercase !important;}
.fw100 {font-weight: 100 !important;}
.fw200 {font-weight: 200 !important;}
.fw400 {font-weight: 400 !important;}
.fw500 {font-weight: 500 !important;}
.fw600 {font-weight: 600 !important;}
.fw700 {font-weight: 700 !important;}
.fw800 {font-weight: 800 !important;}
.fs13 {font-size: 1.3rem !important;}
.fs25 {font-size: 2.5rem !important;}
.lineh22 {line-height: 2.2rem !important;}
.zin1 {z-index: 1;}
.zin2 {z-index: 2;}
.zin3 {z-index: 3;}
.nowrap {white-space: nowrap;}
/*helpers fleg*/

p {color: #111111;}
.background-dark {background-color: #464646 !important;}


.inspiro-slider .slide .slide-captions h1{color: #ffda23 !important;}
.slidefs25 {font-size: 80px !important;}
@media (max-width: 1024px) and (min-width: 391px){
    .slidefs25 {font-size: 2.5rem !important;}
    .inspiro-slider .flickity-button:hover {background: none !important;}
}
@media (max-width: 390px){
    .slidefs25 {font-size: 2.1rem !important;}
    .inspiro-slider .flickity-button:hover {background: none !important;}
}

.oqnm {
    background-image: url(../images/backgrounds/oqnm.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: top;
    height: 540px;
    margin-top: -80px;
}
@media (max-width: 990px) and (min-width: 391px){
    .oqnm {
        background-image: url(../images/backgrounds/oqnm.jpg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position-x: right;
        background-position-y: top;
        height: 540px;
        margin-top: -380px;
        z-index: 1;
        opacity: 0.5;
    }
}

@media (max-width: 390px){
    .oqnm {
        background-image: url(../images/backgrounds/oqnm.jpg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position-x: right;
        background-position-y: top;
        height: 540px;
        margin-top: -435px;
        z-index: 1;
        opacity: 0.5;
    }
}


.card {
    border: none;
    background: none;
    box-shadow: none;
}
.card .card-body {
    padding: 1rem 0.6rem;
}
.card-deck .card {
    margin-bottom: 40px;
}
.card-title {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 800;
    letter-spacing: normal;
    margin-bottom: 1.4rem !important;
}
.card-title span {
    font-weight: 400;
}


.heading-text.heading-section h2 {
    position: relative;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.4rem;
    letter-spacing: normal;
    font-weight: 800;
}
.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #FEDA00;
    bottom: -15px;
    left: 0;
    right: 0;
}


.list-icon.list-icon-colored li:before, .list-icon.icon-list-colored i {
    color: #FEDA00;
}
.list-icon.list-icon-colored li {
    margin-bottom: 5px;
    margin-left: 20px;
}
.list-group-flush .list-group-item{
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background: none;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}
.list-group-flush .list-group-item:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #FEDA00;
    bottom: 0;
    left: 30%;
}
.list-group-flush:last-child .list-group-item:last-child:before {
    background: none;
}
@media (max-width: 990px){
    .list-group-flush:last-child .list-group-item:last-child:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 40%;
        background-color: #FEDA00;
        bottom: 0;
        left: 30%;
    }
}


.p-cb {
    background: none;
    box-shadow: none;
    border: none;
}

#page-title[data-bg-parallax] .page-title > h1 {
    color: #FEDA00;
}

/*equipe*/
.team-members .team-member {
    text-align: left;
}

.parceiro1 {
    padding-right: 80px;
}
.parceiro2 {
    padding-right: 40px;
    padding-left: 40px;
}
.parceiro3 {
    padding-left: 80px;
}

.row.team-members {
    margin-bottom: 40px;
}
@media (max-width: 990px){
    .row.team-members {
        margin-bottom: 0;
    }
    .parceiro1, .parceiro2, .parceiro3 {
        padding-left: 0;
        padding-right: 0;
    }
}

/*contato*/
.linha_telefone {
    line-height: 2.2rem;
    margin-top: 100px;
}
@media (max-width: 990px){
    .linha_telefone {
        line-height: 2.2rem;
        margin-top: 0;
    }
}


#aboutus2, #ada2, #midia2 {
    position: relative;
    top: -90px;
}
@media (max-width: 990px){
    .flickr-widget a img, .widget-instagram a img {
        width: 50%;
        height: auto;
        padding: 5px;
        border-radius: 6px;
    }
}

.instagram-image-content {
    padding-top: 10px;
}

.img-full-instagram {  
    display: inline-block;
    overflow: hidden;  
    margin-left: 8px;
}
@media (max-width: 990px){
    .img-full-instagram {  
        margin-bottom: 8px;
    }
}
