@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');



/* Portrait phones and smaller */

@media only screen and (max-width : 600px) {

            

      

           
}     




header{
    
    background-image: url('../images/bg-header.jpg');

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    padding-top: 200px;
    padding-bottom: 180px;
}

.text-head{
    margin-top: 80px;
}



.btn-padrao{

    padding: 10px ;
    background:#F7B43C !important;
    color: #25223D !important;
    cursor: pointer;
    font-weight: bold !important;
}

.btn-padrao> a{
    text-decoration: none;
}

.btn-padrao:hover{
    
    background:#fd7302 !important;
    color:#25223D !important;
    font-weight: bold;
}



/*START MAIN*/

body{
    overflow-x: hidden;
}

.card-s{
    border-radius: 20px;
    background:#F7B43C ;
}

.card-title{

    font-size:15px;
    border-radius: 10px;
    background:#292929 ;
    color:#fff;
}

.card-text{

    text-align: justify;

}

.services{


    margin: 0 auto;
    width: 100%;
    height: auto;

}

.box-services{

    margin-top: -100px;

}



.link_footer,ul,li{
   
    list-style: none;
    text-decoration:none;
    
}

.whatsapp{
    position: fixed;
    top: 85%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
}


.bg-padrao{
    
    background: #FF8929;
    
}

.bg-eb{
    
    background:#356F43; 
}

.bg-black{
    background:#000;
}

/* buttons */

.btn-white{
    
    background:#fff;
    color: #446CB3;
}

.btn-white:hover{
    background:#eee;
}



.invert-img{
    filter: invert(75%);
}






.logofooter {
    display: block;
    width: 120px;
    height: auto;
    
}




.prefooter .rodapebadge {
    max-width: 100%;
    height: auto;
}
.prefooter img {
    display: block;
    margin: 0 auto;
}


.footerinstitucional a {
    
    color:#F7F7F7;
    text-align: center;
    

}


.servicos{

    width: 100%;
    height: 1200px;
    margin: 0 auto !important;

}

.box-services{
    left: 0;
    right: 0;
}



.no-Gutter > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }


  /* gallery */

.item-img{
      width:250px ;
      height: 250px;
  }
