*{
    --primary: #18B7EA!important;
}

@font-face {
    font-family: Bjorg;
    src: url(../css/fonts/bjorn-regular.otf);
  }

header {
    font-family: "Noto Sans", sans-serif;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active{
    color: var(--primary)!important;
}
p{
    font-family: "Noto Sans", sans-serif;
    color: #777777;
}
.noto{
    font-family: "Noto Sans", sans-serif!important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Bjorg", serif!important;
    letter-spacing: 1px!important;
    color: #221F20;
}
.ls-custom{
    letter-spacing: -1px!important;
}
.box-shadow{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.custom-container-background {
    position: relative;
    margin-top: -100px;
  }

  .custom-container-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 125%;
    height: 450px;
    background: var(--light);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  }

  .botao-preto {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0 0 9px 9px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    font-size: 13px;
  }
  
  .botao-preto span {
    margin-left: 9px;
    transition: transform 0.2s ease;
  }

  /*BOTÃO LATERAL*/

/*------------------------------------------------------------

- Whatsapp Lateral

--------------------------------------------------------------*/

.btn-whats {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999999999;
    display: block;

    .whats{
        text-decoration: none;
    &:hover{
        text-decoration: none;
    }
    }
}

button.pulse-button {
    display: flex;
    align-items: center;
    /* justify-content: center; */


    position: relative;
    width: 51px;
    height: 51px;
    padding: 0 15px;
    border: none;
    text-align: left;
    box-shadow: 0 0 0 0 #69da83;
    border-radius: 50px;
    background: #2f2c86;
    background-image: -webkit-linear-gradient(top, #28a745, #23582f);
    background-image: -moz-linear-gradient(top, #28a745, #23582f);
    background-image: -ms-linear-gradient(top, #28a745, #23582f);
    background-image: -o-linear-gradient(top, #28a745, #23582f);
    background-image: linear-gradient(to bottom, #28a745, #23582f);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

button.pulse-button:hover {
    width: 201px;
    border-radius: 50px;
    background: #28a5e1 !important;
    background-image: -webkit-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -moz-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -ms-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -o-linear-gradient(top, #23582f, #28a745) !important;
    background-image: linear-gradient(to bottom, #23582f, #28a745) !important;
}

button.pulse-button i {
    color: #ffffff;
    font-size: 25px;
    vertical-align: middle;
    line-height: 52px;
}

button.pulse-button strong {
    visibility: hidden;
    color: #FFF;
    font-size: 0px;
    font-weight: normal!important;
    margin: 2px 0 0 5px;
    line-height: 25px;
    -webkit-transition: font-size .15s ease-in-out;
    transition: font-size .15s ease-in-out;
    transition-delay: .05s;
}

button.pulse-button:hover>strong {
    font-size: 14px;
    visibility: visible;
}

button.pulse-button:focus {
    outline: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@media screen and (max-width: 479px) {
    .btn-whats {
        position: fixed;
        bottom: 15px;
        right: 15px !important;
        left: inherit !important;
        z-index: 999999999;
        display: block;
    }
}


/*//BOTÃO LATERAL*/

  /*--------------------------------------------------------------
- Botão de Redes Sociais Conteudo
--------------------------------------------------------------*/



@media (max-width: 576px) {
    .ratio.ratio-4x3 {    
        --bs-aspect-ratio: 34%;
        margin-left: 8px;
    } 

    .img-resp-anapre{
        width: 260px;
    }

    .img-resp-abescc{
        width: 145px;
        padding: 30px 0 30px;
    }

    .img-resp-irc{
        width: 260px;
    }
    .img-resp-ibracon{
        margin-top: 20px;
    }
    .header-logo img {
        width: 200px;
    }

  }


  .obras-entregues{
   img.img-fluid.border-radius-2 {
        height: 300px;
        object-fit: cover;
    }
    .badge{
        margin-top: 20px;
    }
  }

  /*MAPA*/

  /* #svg-map path { fill:#0094d9 } */
    #svg-map path.active { fill:#0094d9 }
    #svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
    #svg-map a{ text-decoration:none }
    #svg-map a:hover { cursor:pointer; text-decoration:none }
    #svg-map a:hover path{ fill:#003399 !important }
    /* #svg-map .circle { fill:#66ccff } */
    #svg-map a:hover .circle { fill:#003399 !important; cursor:pointer }
    #svg-map .circle.active { fill:#0076ae !important; cursor:pointer }