.color-white {
    color: #fff !important;
}

.services-2-wrapper {
    border: 2px solid transparent;
    padding: 60px;
    border-radius: 40px !important; 
}

.services-2-wrapper:hover {
    border: 2px solid #fff !important;
    border-radius: 0px !important; 
    padding: 60px !important;
    transition:  all 0.7s;
}

.azul-color {
    color: #4F5E85 !important;}
  
.cinza-color {
color: #555 !important; }

.laranja-color {
color: #ef7d1b !important; }

.verde-color {
color: #ABD0AD !important; }

.branco-color {
    color: #fff !important;
}
.laranja-bg {
    background-color: #ef7d1b !important; }
    

/* BOTÕES */ 
.btn{
    border-radius: 15px !important;
    padding: 10px 25px 10px !important; /* 19px 42px 22px*/
    font-family: "Barlow-Bold" !important;
} 

.services-2-text .btn{
    border-radius: 13px !important;
}

.btn-laranja{
    background-color: #ef7d1b;
}

.btn-white{
    background-color: #fff !important;
}

.btn-azul{
    background-color: #4F5E85;
    color: #fff;
}

.botao-azul > a, .botao-azul > button{
    color: #fff !important;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    font-weight: 700;
    text-transform: uppercase; }
    .services-2-text > a i {
      font-size: 14px;
      margin-left: 4px; }
  
.botao-azul > a:hover, .botao-azul > button:hover {
    color: #fff; }
  
.botao-azul > a::after, .botao-azul > button::after {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: #ef7d1b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  
.botao-azul > a::before, .botao-azul > button::before {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 100%;
    background: #ef7d1b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99; }
  
.botao-azul > a:hover::before, .botao-azul > button:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.botao-azul > a > i{
    font-weight: 500;
}
.testimonial-text{
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: none;
}

.testimonial-text span{
    font-size: 14px !important;
}

.testimonial-text::after{
    color: #fff;
    top: -70px;
}

.header-middle-text h5{
    font-size: 15px !important;
}

.icone-mensagem{
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    height:55px;
    width: 55px;
    position:fixed; 
    bottom: 44px; 
    right: 20px; 
    z-index:2; /* 99999*/
    background-color:rgb(24, 185, 56);
    transition: all 0.3s;
    border-radius: 15px;
}

.icone-mensagem:hover{
    background-color:rgb(19, 124, 40)
}

.modal{
    top: 80px !important;
}

.modal-title{
    color: #4F5E85;
}
.icone-orcamento{
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    /* height:55px; */
    padding: 7px 21px;
    position:fixed; 
    bottom: 0px; 
    right: 20px; 
    z-index:2; 
    background-color:#4F5E85;
    transition: all 0.3s;
    border-radius: 15px 15px 0 0;
    font-family: 'Barlow-Bold';
}

@media(max-width:1030px){
    .footer-bottom-area{
        padding-bottom:40px;
    }
}
@media(max-width:750px){
    .footer-bottom-area{
        padding-bottom:100px !important;
    }
}
.icone-orcamento i{
    font-weight: 400;
    margin-left: 5px;
}
.icone-orcamento:hover{
    background-color:rgb(60, 70, 95);
}

.main-menu nav > ul > li > a{
    padding: 25px 0 5px 0 !important;
    margin-bottom: 20px;
}
.menu-box-branco .main-menu nav > ul > li > a{
    margin-bottom: 0px !important;
}
.main-menu nav > ul > li > a i{
    top: 0;
    left: 0;
    font-size: 20px;
}

.footer-wrapper h3, .footer-wrapper span, .footer-wrapper p{
    color: #555 !important;
}
.footer-bottom-area{
    background-color: #ef7d1b;
}

.testimonial-img img{
    border: 3px solid #fff;
}

#slideshow-banner{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.orcamento-solucoes{
    background-color: rgba(171, 208, 173, 0.5);
    padding: 15px 20px 20px 20px;
}

.orcamento-solucoes h3{
    color: #555 !important;
}

.orcamento-solucoes p{
    margin-bottom: 10px !important;
}

.slide-control{
    background-color:#ef7d1b;
    border-radius: 13px;
    padding: 2px 12px;
    font-size: 25px;
}

.galeria a{
    padding: 0;
}

.galeria img{
    margin:0;
}

.galeria{
    padding: 0 15px;
}

.galeria a:hover{
   color: #ef7d1b;
}

/* DEMO GENERAL ============================== */
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
  }
  
  .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
  }

  .hover-overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
  }
  
  .hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  
  .hover-content {
    position: relative;
    z-index: 99;
  }
  
  
  /* DEMO 5 ============================== */
  .hover-5::after {
    content: '';
    width: 100%;
    height: 10px;
    background: #ef7d1b;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    transition: all 0.3s;
    z-index: 999;
  }
  
  .hover-5-title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    transition: all 0.3s;
    padding: 2rem 3rem;
    z-index: 99;
  }
  
  .hover-5-title span {
    transition: all 0.4s;
    opacity: 0;
    color: #ef7d1b;
  }
  
  .hover-5:hover .hover-overlay {
    background: rgba(34, 41, 61, 0.8);
  }

  .hover-5 .hover-overlay {
    background: rgba(79, 94, 133, 0.25);
  }

  .hover-5:hover .hover-overlay2 {
    background: rgba(34, 41, 61, 0.8);
  }
  
  .hover-5:hover .hover-5-title {
    bottom: 0;
  }
  
  .hover-5:hover .hover-5-title span {
    opacity: 1;
  }
  
  .hover-5:hover::after {
    bottom: 0;
  }
/* -------------------*/

.footer-wrapper h3{
    color: #4F5E85 !important;
}
.footer-wrapper i{
    color: #ef7d1b !important;
}

.ekko-lightbox{
    margin-top: -80px;
}

.ekko-lightbox .modal-content{
    background-color: transparent;
    background-clip: unset;
    border: none;
}

.destaque{
    background-color: rgba(171, 208, 173, 0.5);
    padding: 15px 20px 20px 20px;
}

.destaque h2, .destaque h3{
    color: #4F5E85 !important;
}

.destaque h3{
    line-height: 1;
}

.destaque p{
    margin-bottom: 10px !important;
}

@media(max-width:575px){
    #img-aprovado{
        width: 80px;
        margin-bottom: 20px;
    }
    #texto-destaque-hp{
        text-align: center;
    }
}

#texto-destaque-hp{
    font-family:'Barlow-Regular';
}

.destaque hr{
    border: rgba(79, 94, 133, 0.3) 3px dashed;
    width: 100%;
    /* margin-left: 40%; */
}

.form-simples .form-control{
    border-radius: 13px;
    text-align: center;
    width: 200px;
    border: 2px solid #4F5E85;
}

.form-simples label{
    font-size: 16px !important;
    color:  #4F5E85;
}

.form-simples #mostra{
    
}

.solucoes-novidade span{
    color:#4F5E85;
    font-family: 'Barlow-Bold';
    background-color: yellow;
    padding: 3px 40px 5px 40px;
    border-radius: 5px;
    /*border: 2px solid #fff;*/
}

.solucoes-novidade{
    margin-bottom: 20px;
}