@font-face {
  font-family: 'Roboto';
  font-weight: initial;
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg"); }

.centraliza {
  width: fit-content;
  display: block;
  margin: 0px auto; }

.box-lista-empreendimentos .title {
  display: flex;
  justify-content: space-between;
  padding: 45px 0; }
  @media (max-width: 768px) {
    .box-lista-empreendimentos .title {
      padding: 20px 0; } }
  .box-lista-empreendimentos .title h2 {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 48px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media screen and (max-width: 568px) {
      .box-lista-empreendimentos .title h2 {
        font-size: 25px;
        line-height: 30px; } }
  .box-lista-empreendimentos .title .btn {
    background-color: #DD0F2B;
    padding: 16px 10px;
    height: auto;
    display: block;
    width: 225px;
    margin: 0 4px;
    line-height: initial; }
    .box-lista-empreendimentos .title .btn:hover {
      background-color: #073AAC; }
    @media screen and (max-width: 568px) {
      .box-lista-empreendimentos .title .btn {
        width: auto; } }

.box-lista-empreendimentos .lista-empreendimentos {
  position: relative; }
  .box-lista-empreendimentos .lista-empreendimentos .arrows {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer; }
    .box-lista-empreendimentos .lista-empreendimentos .arrows.arrow-next {
      right: -29px; }
      @media (max-width: 768px) {
        .box-lista-empreendimentos .lista-empreendimentos .arrows.arrow-next {
          right: -10px; } }
    .box-lista-empreendimentos .lista-empreendimentos .arrows.arrow-prev {
      left: -29px; }
      @media (max-width: 768px) {
        .box-lista-empreendimentos .lista-empreendimentos .arrows.arrow-prev {
          left: -10px; } }

.box-lista-empreendimentos .item-empreendimento .inner-item-empreendimento {
  padding: 0 6px; }

.box-lista-empreendimentos .item-empreendimento a {
  text-decoration: none;
  display: block;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden; }
  .box-lista-empreendimentos .item-empreendimento a .img-principal {
    width: 100%; }
  .box-lista-empreendimentos .item-empreendimento a .info {
    padding: 10px 20px;
    color: #4E4E4E; }
    .box-lista-empreendimentos .item-empreendimento a .info h3 {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.02em;
      line-height: 14px;
      text-align: left;
      color: #4e4e4e;
      height: 28px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      -webkit-box-orient: vertical; }
    .box-lista-empreendimentos .item-empreendimento a .info .local {
      display: flex;
      align-items: center;
      margin: 7px 0 13px;
      height: 63px; }
      .box-lista-empreendimentos .item-empreendimento a .info .local img {
        margin-right: 12px; }
      .box-lista-empreendimentos .item-empreendimento a .info .local b {
        display: block;
        font-weight: normal;
        font-size: 13.17px;
        line-height: 15.81px;
        text-align: left;
        color: #5e6472;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical; }
      .box-lista-empreendimentos .item-empreendimento a .info .local strong {
        font-weight: 600;
        font-size: 15.17px;
        line-height: 15.81px;
        text-align: left;
        color: #5e6472;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical; }
    .box-lista-empreendimentos .item-empreendimento a .info .referencias {
      display: flex;
      align-items: center; }
      .box-lista-empreendimentos .item-empreendimento a .info .referencias > div {
        margin-right: 12px;
        display: flex;
        align-items: center; }
        .box-lista-empreendimentos .item-empreendimento a .info .referencias > div img {
          margin-right: 16px; }
        .box-lista-empreendimentos .item-empreendimento a .info .referencias > div b {
          font-weight: 400; }
  .box-lista-empreendimentos .item-empreendimento a .btn-saiba-mais {
    background-color: #073AAC;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 15px; }
    .box-lista-empreendimentos .item-empreendimento a .btn-saiba-mais i {
      margin-left: 25px;
      color: #fff;
      font-size: 20px; }
  .box-lista-empreendimentos .item-empreendimento a:hover .btn-saiba-mais {
    background-color: #DD0F2B; }

#section-pesquisa {
  background: url("../img/bg-pesquisa.jpg");
  background-size: cover;
  background-position: center;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #section-pesquisa h1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 31px;
    text-align: center;
    color: #fff;
    margin-bottom: 115px; }
  #section-pesquisa form .lista-botoes {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #section-pesquisa form .lista-botoes {
        flex-wrap: wrap; } }
    #section-pesquisa form .lista-botoes button {
      border-radius: 4px;
      background: rgba(237, 23, 23, 0.6);
      margin: 0 1px; }
      @media screen and (max-width: 768px) {
        #section-pesquisa form .lista-botoes button {
          padding: 10px;
          margin: 2px; } }
      #section-pesquisa form .lista-botoes button.active {
        background: rgba(7, 58, 172, 0.8); }
      #section-pesquisa form .lista-botoes button:hover {
        background: rgba(7, 58, 172, 0.8) !important; }

.box-busca {
  border-radius: 7px;
  background: #fff;
  max-width: 859px;
  margin: 0 auto; }
  .box-busca .inner-box-busca {
    padding: 8px;
    margin: 16px 6px; }
    @media screen and (max-width: 768px) {
      .box-busca .inner-box-busca {
        margin: 0; } }
  .box-busca input, .box-busca select {
    height: 50px;
    border: 0;
    outline: 0px;
    width: 100%;
    font-weight: normal;
    font-size: 16.48px;
    line-height: 19.77px;
    text-align: left;
    color: #5e6472; }
  .box-busca select {
    text-align: center;
    border: 0px;
    outline: 0px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/dropdown.png") no-repeat right center; }
    .box-busca select option {
      font-size: 14px;
      text-align: left; }
  .box-busca button {
    height: 50px;
    padding: 0;
    width: 100%;
    min-width: 186px;
    font-size: 17px;
    /*margin-left: 60px;*/ }
  .box-busca .col {
    padding: 0 2px; }

#section-exposicao {
  height: 516px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  #section-exposicao::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(#0a0a0a 0%, #0c2436 27.36%, #6591ac 100%);
    opacity: 0.79; }
  #section-exposicao .container {
    z-index: 2;
    position: relative; }
  #section-exposicao h3 {
    font-weight: normal;
    font-size: 60px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 39px;
    font-weight: 800; }
    @media screen and (max-width: 768px) {
      #section-exposicao h3 {
        font-size: 25px;
        line-height: 30px; } }

.section-box-duplo {
  background: #073AAC; }
  @media (max-width: 768px) {
    .section-box-duplo {
      padding: 30px 0; } }
  .section-box-duplo .bg {
    background-position: center;
    background-size: cover; }
    .section-box-duplo .bg img {
      display: none; }
      @media (max-width: 1024px) {
        .section-box-duplo .bg img {
          display: block; } }
  .section-box-duplo .box-texto {
    height: 100%; }
    .section-box-duplo .box-texto img {
      max-width: 212px; }
    .section-box-duplo .box-texto .inner-box-texto {
      height: 100%;
      padding: 40px; }
      .section-box-duplo .box-texto .inner-box-texto h3 {
        font-weight: bold;
        font-size: 42px;
        letter-spacing: -0.02em;
        line-height: 54px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 28px; }
        @media screen and (max-width: 768px) {
          .section-box-duplo .box-texto .inner-box-texto h3 {
            font-size: 25px;
            line-height: 30px; } }
      .section-box-duplo .box-texto .inner-box-texto a {
        border: 1px solid #fff; }
      .section-box-duplo .box-texto .inner-box-texto ul {
        padding-left: 20px;
        margin-top: 18px; }
        .section-box-duplo .box-texto .inner-box-texto ul li {
          position: relative;
          margin-bottom: 19px;
          font-family: Montserrat;
          font-weight: 500;
          font-size: 17px;
          letter-spacing: 0.06em;
          line-height: 36px;
          text-align: left;
          color: #fff; }
          .section-box-duplo .box-texto .inner-box-texto ul li:before {
            position: absolute;
            content: '';
            width: 11px;
            height: 11px;
            border-radius: 100%;
            left: -30px;
            top: 10px; }
  .section-box-duplo.section-box-duplo__bc .inner-box-texto {
    margin: 0 55px 0 40px; }
    @media (max-width: 1024px) {
      .section-box-duplo.section-box-duplo__bc .inner-box-texto {
        margin: 20px 0; } }
  .section-box-duplo.section-box-duplo__bp {
    padding-bottom: 0; }
    @media (max-width: 768px) {
      .section-box-duplo.section-box-duplo__bp {
        padding-top: 0; } }
    .section-box-duplo.section-box-duplo__bp .box-texto {
      padding: 55px 0; }
    .section-box-duplo.section-box-duplo__bp .inner-box-texto {
      margin: 0 40px 0 55px;
      float: right;
      float: none; }
      @media (max-width: 1024px) {
        .section-box-duplo.section-box-duplo__bp .inner-box-texto {
          margin: 20px 0; } }
      .section-box-duplo.section-box-duplo__bp .inner-box-texto > div {
        float: right; }
      .section-box-duplo.section-box-duplo__bp .inner-box-texto ul li:before {
        background-color: #fff; }

#section-oportunidade {
  padding: 0 0 70px; }
  #section-oportunidade .topo {
    padding: 70px 0 54px;
    background-color: #F4F2F2; }
    #section-oportunidade .topo h3 {
      font-weight: bold;
      font-size: 33px;
      letter-spacing: -0.02em;
      line-height: 48px;
      text-align: left;
      color: #4a4a4a; }
      @media (max-width: 768px) {
        #section-oportunidade .topo h3 {
          font-size: 25px;
          line-height: 30px; } }
    #section-oportunidade .topo p {
      font-weight: normal;
      font-size: 21px;
      text-align: left;
      color: #4a4a4a; }
      @media (max-width: 768px) {
        #section-oportunidade .topo p {
          font-size: 18px;
          line-height: 20px; }
          #section-oportunidade .topo p br {
            display: none; } }
  #section-oportunidade .busca {
    background: #f4f2f2;
    background: linear-gradient(180deg, #f4f2f2 0%, #f4f2f2 116px, white 116px, white 100%); }
    #section-oportunidade .busca h4 {
      font-weight: normal;
      font-size: 21px;
      text-align: left;
      color: #4a4a4a; }
    #section-oportunidade .busca .lista-buscados a {
      display: block;
      text-decoration: none; }
      #section-oportunidade .busca .lista-buscados a .dados {
        padding: 8px 8px 13px;
        height: 59px; }
        #section-oportunidade .busca .lista-buscados a .dados h5 {
          font-weight: 600;
          font-size: 14px;
          letter-spacing: 0.02em;
          line-height: 14px;
          text-align: left;
          color: #4e4e4e;
          margin-bottom: 0;
          text-transform: uppercase; }
        #section-oportunidade .busca .lista-buscados a .dados strong {
          font-weight: 600;
          font-size: 10px;
          letter-spacing: 0.02em;
          line-height: 12px;
          text-align: left;
          color: #4e4e4e;
          text-transform: uppercase; }
    #section-oportunidade .busca .btn-ver-oportunidades {
      width: 334px;
      max-width: 100%;
      background-color: #DD0F2B;
      margin: 0 auto;
      display: table;
      margin-top: 42px; }

#section-lider {
  border-top: 1px solid #EAE8E7;
  padding: 42px 0 53px; }
  #section-lider .informacoes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center; }
    @media (max-width: 768px) {
      #section-lider .informacoes {
        display: block;
        text-align: center; } }
    #section-lider .informacoes .box-lider {
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center; }
      @media (max-width: 768px) {
        #section-lider .informacoes .box-lider {
          display: block;
          text-align: center; } }
      #section-lider .informacoes .box-lider img {
        margin-right: 21px;
        border-radius: 100%; }
      #section-lider .informacoes .box-lider h6 {
        font-weight: 400;
        font-size: 65px;
        letter-spacing: -0.02em;
        line-height: 56px;
        color: #333; }
      #section-lider .informacoes .box-lider strong {
        font-weight: 400;
        font-size: 29px;
        letter-spacing: -0.02em;
        line-height: 55px;
        color: #333; }
    #section-lider .informacoes a {
      margin: 0 auto; }

/*
.owl-dots{
    width:fit-content;
    display:block;
    margin:-50px auto;
    position:relative;
    z-index:999;

    button{
        border: 2px solid white !important;
        margin: 0 2px 0 2px;
        float: left;
        width: 15px;
        height: 15px;
        transition:all 0.4s;
        border-radius: 100%;
        margin-bottom: 10px !important;
        
        &.active{
            background: $azul !important;
            border: 2px solid $cinza_claro !important;
            transform: scale(1.5);
            margin: 0 3px 0 3px;
        }
    }
}
@media screen and (max-width: 992px) {
   
    #section-topo{
        padding-bottom: 0 !important;
    }
}
.owl-carousel{
    .mascara{
       background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%); 
       background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 100%);
       background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 100%); 
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 ); 
        padding:2em 0 2em 0;
        width:100%;
        float:left;
        overflow:hidden;
        height: 80vh;
        
        @media screen and (max-width: 992px) {
            height: auto;
            max-height: none;
        }

        @media(max-width:767px){
            height: 55vh;
        }
    }

    @media screen and (max-width: 992px) {
        .owl-dots{
            display: none;
        }
        #section-topo{
            padding-bottom: 0 !important;
        }
    }
   
    .carousel-componente{
        width:100%;
        float:left;
        overflow:hidden;
        a{
            text-decoration: none;
            color: white;
        }
    }
    button.owl-prev{
        position: absolute;
        top: 45%;
        left: 10%;
      }
    button.owl-next{
        position: absolute;
        top: 45%;
        right: 10%; 
    }
}
.pad-master-5em{
    padding: 5em 0 5em 0;
}
.pad-master-7em-5em{
    padding: 4em 0 5em 0;
}

#carousel-topo{
    
    .texto-banner-topo{   
        @media screen and (min-width:992px) {
            padding-top: 15vh;
        }   
        img{
            margin: 0 auto;
            border-bottom: 2px solid white; 
            padding: 1em 1.5em 1em 1.5em;
            width: 200px !important;
        }
    }
    .texto-banner-meio{
        margin: 1.5em 0 2em 0;
        width:100%;
        float:left;
        overflow:hidden;
    }
    .texto-mid-bottom{
        padding: 1em 1.5em 1em 1.5em;
        border-top: 2px solid white;
        width: 100%;
    }
    .botao-carousel{
        margin-top: 1.5em;
        border: 2px solid #cccccc;
        background: transparent;
        color: #cccccc;
        padding: 0.4em 1em 0.4em 1em;
        cursor: pointer; 
    }
}

a{
    &:hover{
        text-decoration: none;
    }
}

#carousel-banner{
    width:100%;
    float:left;
    overflow:hidden;
    position:relative;
    z-index: 50;
}

#section-imoveis{
    width:100%;
    float:left;
    overflow:hidden;
    .mascara{
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%); 
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 100%); 
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
    }
    .small-gray{
        font-size: 1em;
        color: #737373;
    }
    .title-blue{
        color: $cor-principal;
        font-size: 40px;
        @media screen and (max-width:480px ) {
            font-size: 25px;
            line-height: 30px;
        }
    }
    .border-b-gray{
        border-bottom: 3px solid #b3b7c0;
    }

    .custom-card{
        overflow: hidden;
        @media screen and (max-width:992px ) {
            margin-top:30px;
        }

        .conteudo-card{
            width: 400px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start;
            position: absolute;
            bottom: 0;

            .card-linha-1{
                font-size: 1.1em;
                color: white;   
            }

            span{
                padding: 0px 10px 10px 10px;
                
            }
            .info-empr{
                color: white;
                font-size: 1.4em;
            }
            .info-empr-small{
                color: white;
                font-size: 1em;
            }
        }
        .conteudo-card-direita{
            color: white;

            span, img{
                position: absolute;
                bottom: 8%;
                
                @media screen and (min-width:992px ) {
                    right: 5%;
                }
                @media screen and (max-width:991px ) {
                    left: 5% !important;
                }
            }
        }
    }
    .bottom-layer{
        margin-top:30px;
        overflow: hidden;
    }
    .obra-porcento{
        @media screen and(max-width:992px){
            display: none;
        }
    }
    .legenda-porcentagem{
        font-size:0.7em;
        color:white;
        padding:0 !important;
        margin-bottom:-10px; 
    }
    .card-highlight{
        background: $azul;
        font-size: 1.7em;
        align-self: flex-end;
        padding: 10px !important;
        color: white;    
        margin-bottom: 10px;
    }
}


#section-bairro{
    background: url('../img/banner_cosmopolita_jp.png') no-repeat;
    background-size:cover;
    background-attachment: fixed;
    width:100%;
    float:left;
    overflow:hidden;

    .mascara{
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%); 
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
        padding:4em 0 4em 0;
        width:100%;
        float:left;
        overflow:hidden;
    }

    p{
        color: white;
    }
    .botao-bairros{
        border: 2px solid #cccccc;
        background: transparent;
        color: #cccccc;
        padding: 0.4em 1em 0.4em 1em;
        cursor: pointer; 
    }
    .color-blue{
        padding: 1em 0px;
        font-size: 2.7em;
        color: $azul;
        
        @media screen and (max-width:992px ) {
            padding: 0.3em;
            font-size: 2em;
        }
        span{
            color: gray;
        }
    }
    .container-video{
        margin-top: 10%;
        overflow: hidden;
        @media screen and (max-width:992px ) {
            margin: 10% 0 10% 0;
        }
        iframe{
            @media screen and (min-width:992px ) {
                width:500px;
                height:250px;
            }
        }
    }
    .round-mask{
        border-radius: 100%;
        padding: 5px;
        margin-bottom: 5%; 
        border: 2px solid white;
        @media screen and (max-width:992px ) {
            margin: 10% 0 10% 0;
        }
    }
    .titulo-bairros{
        font-size: 2em;
    }
}

//Fim section noticias
#midia-social{
    width:100%;
    float:left;
    overflow:hidden;
    background: #023E49;

    .title-white{
        color: white;
        font-size: 2em;
        font-family: 'GillSans-light';
    }

    .border-b-gray{
        border-bottom: 3px solid #b3b7c0;
    }

    .linha-titulos{
        padding: 1.5em 0 1.5em 0;

        .pad-none{
            @media screen and (min-width:992px){
                padding:0;
            }
        }

        .you-logo{
            width: 80px;
        }

        .insta-logo{
            width: 170px;
        }

        .small-gray{
            font-family: 'GillSans';
            font-size: 1em;
            color: #737373;
        }

        .botao-mais-videos{
            border: 2px solid white;
            background: transparent;
            color: white;
            padding: 0.2em 0.8em 0.2em 0.8em;
            font-size: 0.8em;
            cursor: pointer; 
            margin-left: 0.5em;
        }
    }

    .linha-videos{

        .container-videos{
            display:flex;
            flex-direction: row;
            padding: 0;
            @media screen and (max-width: 992px) {
                flex-direction: column;
                
            }

            .video-card{
                @media screen and (min-width: 993px){
                    margin-right: 1em;
                    max-width: 220px;
                }
                @media screen and (max-width: 992px){
                    margin-bottom: 1em; 
                }
            }
        }
        
        iframe{
            max-width: 220px;
            @media screen and(max-width: 992px){
                max-width: 100% !important;
                width:100%;
                float:left;
                overflow:hidden;
            }
        }

        .texto-sub-video{
            color:$cinza_claro;
            font-size:0.9em;
            
        }
    }
    .insta-container{
        display: flex; 
        flex-direction: row; 
        align-items: flex-start;
        @media screen and (max-width: 992px){
            flex-direction: column;
            align-items: center;
        }
        .insta-card{
            height:100px;
            width:100px;
            background:url('https://afolhatorres.com.br/wp-content/uploads/2017/11/PAG-26-_VCAMAGGI_Vesta_EXTERNA-GERAL-DIURNA_C01.jpg') no-repeat;
            background-size: cover;
            margin: 10px;
            @media screen and (max-width: 767px){
                width: 350px;
                height: 200px;
            }
            @media screen and (min-width: 768px) and (max-width: 992px) {
                width: 550px;
                height: 300px;
            }
        }
    }
    .email-news{
        padding: 5em 0 2em 0;
    }

    .custom-input-text{
        background: $azul_medio;
        width: 100%;
        height: 3em;
        color: white;
        border: 10px solid $azul_medio;
        @media screen and (max-width: 992px) {
            margin-bottom: 1em;
        }
        &::placeholder { 
            font-size: 1em;
            color:white; 
            margin-right: 1em;
            font-family: FontAwesome, 'GillSans';
        }
    }

    .botao-cadastrar{
        overflow-wrap: break-word;
        border: none;
        background: $cinza_claro;
        color:$azul_medio;
        width: 100%;
        height: 3em;
        font-family: 'GillSans-bold';
        cursor: pointer; 
    }

    .linha-input{
        padding-bottom:2em;
    }
}


#fundo-fixo{
    overflow: hidden;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    height: 70px;
    background: rgba(206,37,89, 1);
    transition:all 0.4s;

    .telefone-link{
        font-size: 1.1em;
        @media screen and(max-width: 992px){
            font-size: 1em;
        }
    }
    .redutor-1{
        @media screen and(max-width: 992px){
            max-width: 65% !important;
        }
    }
    .redutor-2{
        @media screen and(max-width: 992px){
            max-width: 35% !important;
        }
    }
    .container-texto{
        overflow: hidden;
        float: left;
        line-height: 1.4em;
        max-width: 300px !important;
        color:white;
        text-decoration: none;
    }
    .mobile-oculta{

        @media screen and(max-width: 992px){
            display:none;
        }
    }
    .info-contato{
        overflow: hidden;
        float: left;
        width: 100%;
        height: 70px;
        padding:10px 0 10px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        color:white;
        @media screen and(max-width: 992px){
            padding:10px;
        }
        .footer-icon{
            font-size:2.5em;
            color:white;
            text-decoration: none;
        }
        > *{
            margin-right: 10px;
        }
        
    }
    .botoes-atendimento{
        overflow: hidden;
        float: left;
        width: 100%;
        height: 70px;
        padding:10px 0 10px 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        color:white;
        font-size: 1em;
        .botao-atendimento{
            margin-left: 5px;
            color: white;
            padding: 5px 20px 5px 20px;
            background: #932447;
            border: 2px solid #fff;
            @media screen and(max-width: 992px){
                padding: 5px 15px 5px 15px;
            }
            .botao-icon{
                font-size: 1.5em;
                margin-right: 5px;
            }
            span{
                @media screen and(max-width: 992px){
                    display:none;
                }
            }
        }
        #whatsapp{
            background: #30B201;
            @media screen and(max-width: 992px){
                margin-right: 10px;
            }
        }
    }
    &.fixed{
        height: auto;
        padding: 5px 0;
        .info-contato{
            padding: 0;
            height: auto;

        }
        .botoes-atendimento{
            padding: 0;
            height: auto;
        }
    }

}









.section-124{
    background: $azul;
    width: 100%;
    float: left;	
    padding-top: 70px;
    padding-bottom: 60px;
    overflow: hidden;
}

.section-124 h2{
    color:#fff;
    font-weight:bold;
    font-size:26px;
    padding-right:20px;
	text-align: right;

    @media(max-width:767px){
        padding-right:0px;
        text-align:center;
    }
}

.p-section-124, .section-124 p, .section-124 div, .section-124 span{
	margin-bottom:0px;
	color: #fff;
    text-align: right;
    font-size: 17px;
    padding-top: 4px;
    padding-right:20px;
    padding-bottom: 23px;
    line-height: 22px;
    @media(max-width:768px){
        padding-right:0px;
        padding-left: 0px;
        text-align: center;
        &.col-lg-6{
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media(max-width:767px){
        
        &.row{
            margin-left: 0;
            margin-right: 0;
        }
    }
}

@media(max-width:992px){
	.p-section-124{
		text-align: center;
		font-size: 18px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
	}	
}
@media(max-width:768px){
	.p-section-124{
		padding-right: 0;
        
	}	
    .section-124 h2{
        padding-right: 0;
        text-align: center;
    }
}









.botao-noticias{
    float:right;
    background-color:$cor-principal;
    border-color:$cor-principal;

    @media(max-width:767px){
        width:100%;
        margin-bottom:20px;
    }
}

.botao-noticias:hover{
    background-color:#932447;
    border-color:#932447;
}

.section-137{
    background-color:#eee;
    width:100%;
    float:left;
    overflow:hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-137 h2{
    color:$azul;
    font-size:40px;
    font-weight:bold;
}

.section-137 p{
    padding-bottom:20px;
}

.botao-noticias{

}
@media(max-width:767px){
    .section-137{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.reg-section-137.destaque{
    width:100%;
    float:left;
    overflow:hidden;
}

@media(max-width:992px){
    .reg-section-137.destaque{
        margin-bottom: 30px;
    }
}

.a-reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    transition: all 0.4s;
}

.a-reg-section-137.destaque:hover{
    opacity: 0.8;
}

.destaque .img-a-reg-section-137{
    background-size: cover;
    background-position: center;
    background-color: #000;
    width:100%;
    float:left;
    overflow:hidden;
    padding-bottom: 75%;

}

.destaque .info-a-reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    padding-top: 20px;
    padding-left:0px;
}

.destaque .h3-info-a-reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    font-weight: bold;
    font-size: 23px;
    color: #000;
}


.destaque .h3-info-a-reg-section-137{
    @media(max-width:992px){
        font-size: 33px;
    }

    @media(max-width:767px){
        font-size: 19px;
    }
}

.destaque .p-info-a-reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    font-size: 18px;
    color: #666;
}

@media(max-width:992px){
    .destaque .p-info-a-reg-section-137{
        font-size: 16px;
    }
}

.reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    margin-bottom: 30px;
}

.a-reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    transition: all 0.4s;
}

.a-reg-section-137:hover{
    opacity: 0.8;
}

.img-a-reg-section-137{
    background-size: cover;
    background-position: center;
    background-color: #000;
    width:150px;
    height:120px;
    float:left;
    overflow:hidden;
}

@media(max-width:992px){
    .img-a-reg-section-137{
        width:130px;
        height:100px;
    }
}

@media(max-width:767px){
    .img-a-reg-section-137{
        width:100px;
        height:100px;
    }
}

.info-a-reg-section-137{
    width:calc(100% - 150px);
    float:left;
    padding-left: 23px;
    overflow:hidden;
}

@media(max-width:992px){
    .info-a-reg-section-137{
        width:calc(100% - 130px);
        height:100px;
    }
}

@media(max-width:767px){
    .info-a-reg-section-137{
        width:calc(100% - 100px);
        height: auto;
    }
}

.h3-info-a-reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    font-weight: bold;
    font-size: 19px;
    color: #000;
}

.h3-info-a-reg-section-137{
    @media(max-width:1199px){
        font-size: 20px;
    }

    @media(max-width:767px){
        font-size: 16px;
    }
}

.p-info-a-reg-section-137{
    width:100%;
    float:left;
    overflow:hidden;
    font-size: 15px;
    color: #666;
}

@media(max-width:1199px){
    .p-info-a-reg-section-137{
        font-size: 13px;
    }
}   
*/

/*# sourceMappingURL=home.css.map */
