#zap_topo{
    background-color: green;
    color: white;
}
#zap_topo:hover{
    background-color: #fd3e04;
    color: black;
}
.btn_atendimento{
    padding: 20px;
    border-radius: 7px;
    font-weight: bold;
    background-color: green;
    color: white;
    cursor: pointer;
    font-size: 18px;
}
.btn_atendimento:hover{
    background-color: #fd3e04;
    color: black;
    text-decoration: none;
}
.btn_tipo_servicos{
    background-color: #fd3e04;
    color: white;
    font-weight: bold;
    padding: 5px 13px 5px 13px;
    cursor: pointer;
    border-radius: 5px;
}
.btn_tipo_servicos:hover{
    background-color: #000;
    color: #fd3e04;
    text-decoration: none;
}
a.action_button{
    font-weight: bold;
    background-color: #fd3e04;
    font-size: 17px;
    color: white !important;
}
a.action_button:hover{
    font-weight: bold;
    color: black !important;
}


/* SINGLE */

#titulo_header{
    margin-bottom: 30px !important;
    font-weight: bold !important;
}
#btn_header{
    color: white;
    background-color: #fd3e04;
    font-weight: bold;
    padding: 15px;
    border-radius: 7px;
    font-size: 20px;
}
#btn_header:hover{
    color: #000;
    text-decoration: none;
}


/* ------  BREAKPOINT  --------  */

@media (max-width: 479px){
     .itens_slider{
        font-size: 20px;
    }
    #btn_laranja_slider_xs{
        font-size: 19px;
        font-weight: bold;
        vertical-align: middle;
    }
    #slider-1-slide-1-layer-14, #slider-1-slide-3-layer-14{
        padding: 11px !important;
        border-radius: 7px;
    }
     .itens_slider_lg, #btn_laranja_slider_lg{
        display: none;
    }
}
@media (min-width: 480px){
    .itens_slider_xs, #btn_laranja_slider_xs{
        display: none;
    }
    .itens_slider, .itens_slider_lg{
        margin-left: -10px;
    }
}
@media (max-width: 620px){
    #slider-1-slide-1-layer-16,#slider-1-slide-3-layer-16{
        display: none;
    }
    #btn_voltar{margin-left: -0.5px; margin-right: 0.5px;}
    a.action_button{display: block;}
}
@media (max-width: 767px){
    a.action_button{display: block;}
    .hide_767{display: none;}
    .aju_trans_sp{font-size: 30px; text-align: center; margin-bottom: 20px !important;}
    .btn_tipo_servicos{padding: 15px; display: flex; justify-content: center;}
    .botao_atendimento_xs{font-size: 22px;}
}






/* Whatsapp Fixo */
#zap_fixo{
    position:fixed;
    bottom: 160px;
    right: 15px;
    z-index: 2000;
    cursor:pointer;
    outline:none!important;
}

#config_img_zap{
    width:60px!important;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}























