h1 {
    color: #1b4a88;
}

.real-word-stories .custom-testimonial-container {
    width: 100%;
    padding-right: 0;
}

.custom-counters .counter {
    padding-right: 30px;
}

.custom-counters .counter:first-child {
    margin-right: 0 !important;
}

.stretch-card>
.card-full{
    width: 90%;
    min-width: 90%
}
.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media (max-width:991.98px)
{.padding{padding: 1.5rem}}

@media (max-width:767.98px)
{.padding{padding: 1rem}}

.owl-carousel .item{
    margin: 3px;
}
    
.owl-carousel
.item img{
    display: block;
    float: right;
    width: 150px;
    height: auto;
}
.owl-carousel .item{
    margin: 3px;
}
.owl-carousel{
    margin-bottom: 15px;
}
.bottom-left{
    position: absolute;
    bottom: 8px;left: 16px;
    color: pink;
}

.form-control {
    color: #b1b1b1!important;
}

#a {
    text-decoration: none;   
}
#sublinhado a:hover {
    color: #ffc107;
}

.background-image-wrapper1 {
    background-size: cover; 
    background-position: center;
}
.background-image-wrapper2 {
    background-size: cover; 
    background-position: center;
}

.carousel-caption {
	bottom: 30.25rem;
}

.carousel-inner h1 {
    font-weight: 600;
}

#text-service {
    text-align: center;
}

#img-download img {
    width: 200px;
    height: auto;
}

/* .header-nav ul li a:hover {
    color: #ffc107!important;
} */
/* .nav-footer ul li a:hover {
    color: #ffc107!important;
} */

.bg-home {
    background-color: #ffc107 !important;
}

.text-bg-home:hover {
    color: #ffc107 !important;
}

.bg-quem_somos {
    background-color: #ff8c00 !important;
    color: #ffffff;
}

.text-bg-quem_somos:hover {
    color: #ff8c00 !important;
}

.bg-servicos {
    background-color: #37B02F !important;
    color: #ffffff;
}

.text-bg-servicos:hover {
    color: #37B02F !important;
}

.bg-downloads {
    background-color: #FAB5A5 !important;
    color: #ffffff;
}

.text-bg-downloads:hover {
    color: #FAB5A5 !important;
}

.bg-contato {
    background-color: #E0B263 !important;
    color: #ffffff;
}

.text-bg-contato:hover {
    color: #E0B263 !important;
}

.text-btn-white {
    color: white !important;
}


.btn-zap {
    position: absolute;
    top: 30px;
    right: 5%;
    height: 50px;
    padding: 20px;
    font-size: 11px;
    border-radius: 50px;
    font-weight: normal;
    
}

.btn-zap i {
    font-size: 25px;
    position: relative;
    top: -7px;
    float: left;
    margin-right: 10px;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}
  
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}
  
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

#cor-card {
    color: #8b008b;
}
#cor-card2 {
    color: #3416dd;
}
#cor-card3 {
    color: #ff0d6a;
}

.img-logo {
    border-radius: 5px;
    max-width: 60px;
}

.iframe-responsive {
    border: solid 2px #c7c7c7;
    min-height: 475px;
    background-color: #fdfdfd;
}

.iframe-scroll {
    scrollbar-width: auto;
    scrollbar-color: #a3a3a3 #ffffff;
}

.iframe-scroll::-webkit-scrollbar {
    width: 16px;
}

.iframe-scroll::-webkit-scrollbar-track {
    background: #ffffff;
}

.iframe-scroll::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.custom-flex {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

  
  /* Estilo para o <h1> quando a largura da página for menor ou igual a 760px */
@media screen and (max-width: 760px) {
    .banner-text {
        font-size: 1.7em !important;
    }
    .banner-button{
        padding: 0.6rem 1.4rem !important;
    }
}