$red:		#c83838;
$blue:		#3677a9;
$green:		#43a754;
$yellow:	#dcd63d;
$lime:		#3de29e;
$orange:	#ff9600;
$pink:		#db43d2;
$purple:	#8947b7;
$cyan:		#43cfd8;
$gray:		#6b6b6b;
$gray-2:	#8c8c8c;
$salmon:    #FF9A66;
$rose:      #E86277;

.red	{ color:$red !important; }
.blue	{ color:$blue !important; }
.green	{ color:$green !important; }
.yellow	{ color:$yellow !important; }
.lime	{ color:$lime !important; }
.orange	{ color:$orange !important; }
.pink	{ color:$pink !important; }
.purple	{ color:$purple !important; }
.cyan	{ color:$cyan !important; }
.gray	{ color:$gray !important; }
.gray-2	{ color:$gray-2 !important; }
.salmon { color:$salmon !important; }
.rose { color:$rose !important;}

//@import 'nice-select';

@mixin transition($args...) {
  -webkit-transition: $args;
  -moz-transition: $args;
  -ms-transition: $args;
  -o-transition: $args;
  transition: $args;
}
@mixin opacity($opacity) {
  opacity: $opacity;
  $opacity-ie: $opacity * 100;
  filter: alpha(opacity=$opacity-ie); //IE8
}
@mixin transform($transforms) {
  -webkit-transform: $transforms;
  -moz-transform: $transforms;
  -ms-transform: $transforms;
  -o-transform: $transforms;
  transform: $transforms;
}
// scale
@mixin scale($scale) {
  @include transform(scale($scale));
}

//select {
//  display:none !important;
//}

.header {
  padding-top:20px;

  .logo {
    margin-top:5px;
  }

  .events-date, .events-details {
    margin-top:40px;
    color:#FFF;
  }
  .events-date {
    background-color:#468cc6;
    padding:10px;
    font-weight:700;

    .bigger {
      font-size:44px;
      line-height:41px;
    }
  }
  .events-details {
    margin-left:1px;
    padding:8.7px;
    background-color:#3677a9;
  }

  .btn-facebook {
    margin-bottom:20px;
  }

  .date-today {
    color:#d1d0d0;
    float: right;
  }

  .search {
    position:relative;
    margin-top:15px;

    input {
      border-top:0px;
      border-left:0px;
      border-right:0px;
      border-bottom:1px solid #f7f7f6;
      background-color:#fcfcfc;
      font-size:14px;
      height:39px;
      font-weight:400;

      &:focus {
        border-bottom-color:$blue;
      }
    }

    .btn-search {
      position:absolute;
      top:2px;
      right:0px;

      i {
        font-size:18px;
      }
    }
  }

  .navbar {
    margin-top:15px;
    background-color:#fcfcfc;
    border-color:#f7f7f6;
    margin-bottom:1px;

    .nav>li {
      font-size:17px;
      color:#6f6f6f;

      &.h {
        &.active>a, a:hover {
          background-color:$blue;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.qm {
        &.active>a, a:hover {
          background-color:$salmon;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.tp {
        &.active>a, a:hover {
          background-color:$green;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.d {
        &.active>a, a:hover {
          background-color:$red;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.p {
        &.active>a, a:hover {
          background-color:$pink;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.a {
        &.active>a, a:hover {
          background-color:$pink;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.s {
        &.active>a, a:hover {
          background-color:$yellow;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.q {
        &.active>a, a:hover {
          background-color:$purple;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.t {
        &.active>a, a:hover {
          background-color:$rose;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
      &.c {
        &.active>a, a:hover {
          background-color:$cyan;
          color:#FFF;
          i { color:#FFF !important; }
        }
      }
    }
  }
}

.pages {
  margin-bottom:30px;


  h3, h4 {
    font-weight:700;
  }

  &.home {
    margin-bottom:0px;
    .itemBanner {
      background-image: url(../img/slider/slider01.jpg);
      width: 10000%;
      background-size: 100%;
    }
  }

  .title-pags {
    margin-top:20px;

    h1 {
      margin-bottom:0px;
    }

    .breadcrumb {
      padding-bottom:15px;
      border-bottom:1px solid #ebe9e9;
      margin-bottom:0px;
    }
  }

  &.parceiros {
    .item {
      display:block;
      margin-bottom:15px;
      min-height:180px;
    }
  }
  &.fotos-e-vdeos {
    .foto {
      > a {
        display:block;
        margin-bottom:15px;
        > .img {
          height:147px;
          overflow:hidden;
          margin-bottom:5px;
          > .view-photo {
            position:absolute;
            font-size:72px;
            line-height:146px;
            width:90%;
            color:$orange;
            text-align:center;
            @include transition(all .2s ease);
            @include scale(.5);
            @include opacity(0);
          }
        }
        &:hover>.img>.view-photo {
          @include opacity(1);
          @include scale(1);
        }
      }
    }
  }

  p, li {
    color:$gray;
  }

  .doa {
    margin-top:2px;
    @media (min-width: 769px) {
      padding-right:1px;
    }

    .doacao {
      background:url(../img/index/doacao.jpg) center center no-repeat;
      //background-image: url("../img/doacao.jpg") ;
      //background-repeat: no-repeat;
      min-height: 330px;
      padding: 190px 0 0 9px;
      @media (min-width: 768px) and (max-width: 1023px) {
        padding: 195px 92px 0!important;
      }

      h1 {
        margin-top:0px;
        line-height:33px;
        color:#FFF;
      }
    }
  }
  .about {
    margin-top:2px;
    @media (min-width: 769px) {
      padding-left:1px;
    }

    .text {
      padding:0 15px;

      h1 {
        color:$blue;
      }
    }

    .newsForm {
      .form-group {
        @media (min-width: 1024px){
          width: 381px;
        } @media (min-width: 1024px){
          width: 381px;
        }
        text-align: center;
        input {
          @media (max-width: 768px) {
            width: 254px!important;
          }
        }
      }
    }

    .newsletter {
      margin-top:51px;
      background-color:$red;
      min-height:101px;
      padding:15px 29px;
      color:#FFF;
      font-size:18px;

      .fa-envelope-o {
        float:left;
        font-size:68px;
        margin-right:15px;
      }

      .btn-send {
        position:relative;
        left:-4px;
        padding:7px 12px;
        @media (max-width: 768px){
          position: relative;
          //left: -4px;
          padding: 7px 12px;
          z-index: 1;
          top: -35px;
          //left: 144px;
          float: right;
          @media (min-width: 768px) and (max-width: 1024px) {
            top: 0px;
            left: 0px;
          }
        }
      }
    }
  }
  .block-home {
    margin-top:2px;
    @media (min-width: 769px) {
      &.feli { padding-left:1px; }
      &.agen { padding-right:1px; }
    }
    .block-text {
      min-height:344px;
      padding:110px 20px 0;
      @media (max-width: 640px) {
        padding: 38px 20px 0;
      }
      @media (min-width: 768px) and (max-width: 1023px) {
        padding: 110px 92px 0;
      }

      &.feli-text {
        background:url(../img/index/agenda.jpg) center center no-repeat;
        h1 {
          color:$yellow;
        }
      }
      &.agen-text {
        background:url(../img/index/calendario.png) center center no-repeat;
        h1 {
          color: #3c083c;;;
        }
      }

      h1 {
        margin-top:0px;
        line-height:33px;
      }
      p {
        font-size:18px;
        color:#FFF;
      }
    }
  }
}

//**** TRABALHE CONOSCO ****
.btn-trabalho {
  background-color: $rose;
  color: #fff;
  border-radius: 7px;
  float: right;
}
.trabLetra {
  @media (max-width: 768px){
    font-size: 33px;
  }
}

  //***CONTATO***
  .btn-contato {
    background-color: $cyan;
    color: #fff;
    border-radius: 7px;
    float: right;
  }

  //****QUERO VISITAR ****
  .btn-visitar {
    background-color: $purple;
    color: #fff;
    border-radius: 7px;
    float: right;
  }
  .footer {
    margin-top:2px;
    background-color:$gray;
    color:#FFF;

    .logo-webmail {
      padding:40px 0;
    }
    .webmail {
      padding-top:30px;

      .web-text {
        position:relative;
        top:-8px;
        text-transform:uppercase;
        font-style:italic;
        font-weight:700;
      }
      i {
        color:$red;
        font-size:36px;
      }
      .webmail-link {
        display:block;
        color:#FFF;

        &:hover {
          text-decoration:none;
        }
      }
    }
    .copy {
      padding:25px 0;

      .developed {
        color:#BBB;
      }
      .link-tmontec {
        color:#FFF;
        .t {
          color:$red;
        }
      }
    }
    .line {
      border-top:1px solid #747474;
      border-bottom:1px solid #606060;
    }
  }
  .thumbnail.thumbAconteceu .slot-img img {
    display: block !important;
    width: auto !important;
    height: 120px !important;
    margin: 0 auto !important;
  }

  .thumbnail.thumbAconteceu .caption {
    height: 270px !important;
    text-decoration: none;
  }

  .btn-saiba-events {
    background-color: #22bdee !important;
    display: block !important;
  }

  a {
    color: #337ab7;
    text-decoration: none!important;
  }

  .btn-primary  {
    border: 1px solid transparent;
    border-color: #2e6da4;
    border-radius: 4px;
  }

  .thumbnail .caption {
    padding: 9px;
    color: #333;
  }

  .thumbnail.thumbAconteceu .caption {
    height: 287px !important;
  }

  .gallery .slot-img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .gallery .slot-img {
    height: 213px;
    overflow: hidden;
    position: relative;
  }

//AGENDA
.ajusteAgenda{
  .bx-wrapper{
    max-width: 100% !important;
    box-shadow: none;
  }
  .bx-viewport{
    margin-left: 45px;
  }
  .bx-viewport{
    width: 92% !important;
  }
  .btnAgenda{
    a{
      display: block;
      width: 100%;
      height: 40px;
      background-color: #d66ed0;
      color: #fff;
      text-align: center;
      line-height: 40px;
      margin-bottom: 10px;
      border-radius: 15px;
      &.destaqueMes{
        background-color: #d1343b;
      }
    }
    a:hover{
      background-color: #22bdee;
    }

  }
}

//****SERVIÇOS*****
.btn-servico{
  background-color: $yellow;
  color: #fff;
  border-radius: 7px;
  position: absolute;
  bottom: 15px;
}

.ajusteServicos {
  height: 254px!important;
  margin-bottom: 41px;
}

//***ACONTECEU ****
.btn-aconteceu {
  background-color: $pink;
  color: #fff;
  border-radius: 7px;
  position: absolute;
  bottom: 36px;
}

//*****TRANSPARÊNCIA**********
.arqTrans {
  height: 245px !important;
  margin: 19px;
  display: block;
  @media (max-width: 678px ){
    margin: 8px;
  }
  h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
  p {
    text-align: center!important;
    position: absolute;
    bottom: 63px;
  }
  img {
    //margin-top: 30px;
    margin-bottom: 30px;
    width: 45%;

  }
  a {
    margin-top: 50px;
  }
  .btn-transparencia{
    background-color: $green;
    color: #fff;
    border-radius: 7px;
    position: absolute;
    bottom: 15px;
  }
}

//****SLIDER****
.btn-saiba{
  background-color: transparent!important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff!important;
  border-color: #fff !important;
  &.btnSaiba20anos{
    background-color: #df1f27 !important;
    position: relative;
    margin-top: 222px;
    color: #fff !important;
    right: 38px;
  }
}

.btn-saiba-events{
  background-color: #22bdee!important;
  display: block!important;
}

.ajusteTitulo{
  h1{
    font-size: 45px;
  }
}

.item {
  .ajusteDoe {
    h1 {
      font-family: Oswald;
      font-size: 60px;
      text-align: left;
    }
    p {
      text-align: left;
      font-family: Oswald Light;
      font-size: 18px;
    }
  }
}
//******APOIADORES*****
.container {
  .tituloApoio {
    h1{
      color: $rose;
      font-size: 32px;
      text-align: center;
    }
  }
}

//*****EVENTOS******
.calendario {
  @media (min-width: 1280px){
    margin-bottom: 69px;
    margin-top: 30px;
  }
}

//*****DIRETORIA******
.contDiretoria {
  margin-bottom: 50px;
  margin-top: 27px;
}

.missao{
  h2{
    margin-top: 40px;
    @media (max-width: 768px){
      margin-top: -1px;
    }
  }
  @media (min-width: 320px) and (max-width: 568px){
    img{
      width: 50%;
    }
  }
}

.btnDoar{
  background-color: #f5f5f5 !important;
  border-color: #777777 !important;

  p{
    color: black !important;
  }

  &.activeBtn, &:hover, &:active:focus, &:focus, &:active, &:active:hover{
    background-color: #c9302c !important;
    p{
      color: white !important;
    }
  }
}

.conheceu{
  background-color: #f5f5f5 !important;
  border-color: #777777 !important;
  color: black !important;
  &.active{
    background-color: #c9302c !important;
    color: white !important;
  }
}

//AGENDA
.ajusteAgenda{
  .bx-wrapper{
    max-width: 100% !important;
    box-shadow: none;
  }
  .bx-viewport{
    margin-left: 45px;
  }
  .bx-viewport{
    width: 92% !important;
  }
  .btnAgenda{
    a{
      display: block;
      width: 100%;
      height: 40px;
      //background-color: #337ab7;
      color: #fff;
      text-align: center;
      line-height: 40px;
      margin-bottom: 10px;
      &.destaqueMes{
        background-color: #d1343b;
      }
    }
    a:hover{
      background-color: #22bdee;
    }
  }
}

.btn-saiba-events{
  background-color: #22bdee!important;
  display: block!important;
  width: 110px  !important;
}

//SERVIÇOS
.thumbnail {
  &.ajusteServicos {
    padding: 10px !important;
    height: auto !important;

    img {
      max-height: 170px;
      max-width: 220px;
    }

    h3 {
      font-size: 20px;
    }

    .h3Height {
      height: 70px;
    }

    &.ajusteThumbnail {
      min-height: 241px;
      @media (min-width: 768px) {
        min-height: 255px !important;
      }

      .caption {
        @media (min-width: 768px) {
          padding-bottom: 50px !important;
        }

        .h3Height {
          @media (min-width: 768px) {
            height: 94px !important;
          }
        }
      }
    }
  }
}