/*//BOTÃO LATERAL*/


/*------------------------------------------------------------
- Whatsapp Lateral
--------------------------------------------------------------*/

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

button.pulse-button {
    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;
        left: 15px;
        z-index: 999999999;
        display: block;
    }
}


/*//BOTÃO LATERAL*/


/*------------------------------------------------------------
  - Tabela - ONDE ESTAMOS & DEMAIS ESTADOS
  --------------------------------------------------------------*/

.container .tabs {
    width: 100%;
    display: table;
    clear: both;
    background: #fff;
}

.tab-content {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 12px 16px;
}

.tab-content p {
    margin-bottom: 15px;
}

.tab-content p:last-child {
    margin-bottom: 0;
}

.regioes-tabs {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.regioes-tabs li {
    width: 50%;
    font-size: 13px;
    float: left;
    list-style-type: none;
}

@media screen and (max-width: 479px) {
    .regioes-tabs li {
        width: 100%;
        font-size: 13px;
        float: left;
        list-style-type: none;
    }
}

.tabs .nav-tabs .nav-link {
    float: left;
    /* width: calc(100%/7);*/
    text-align: center;
}

@media screen and (max-width: 479px) {
    .tabs .nav-tabs .nav-link {
        float: none;
        width: 100%;
    }
}

.tags {
    font-size: 10px !important;
    line-height: 10px;
    border: solid 1px #ccc;
    padding: 5px;
    text-align: justify;
}

ul.tags {
    margin: 0px;
    list-style: none;
}

ul.tags li {
    display: inline-flex;
    margin: 0px 5px;
}


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

.redes-sociais-conteudo {
    position: relative;
    float: right;
    font-family: 'blank';
}

.redes-sociais-conteudo .facebook,
.redes-sociais-conteudo .twitter {
    min-width: 35px;
    padding: 9px 7px;
    margin: 1px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.5em;
    color: #FFF;
    font: 14px Arial;
    font-weight: bold;
    font-weight: normal;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
    z-index: 2;
    border-radius: 50%;
}

.redes-sociais-conteudo .fa-google-plus:before,
.redes-sociais-conteudo .fa-twitter:before {
    color: #FFF;
    font-size: 1em;
}

.redes-sociais-conteudo a.facebook {
    color: #FFF;
    background-color: #3B5998;
}

.redes-sociais-conteudo a.facebook:hover {
    background-color: #fff;
    border: 1px solid #DDD;
}

.redes-sociais-conteudo a.facebook:hover .fa-facebook-f:before {
    color: #3B5998;
}

.redes-sociais-conteudo a.twitter {
    color: #FFF;
    background-color: #00ACED;
}

.redes-sociais-conteudo a.twitter:hover {
    background-color: #FFF;
    border: 1px solid #DDD;
}

.redes-sociais-conteudo a.twitter:hover .fa-twitter:before {
    color: #00ACED;
}


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


/* CSS - AGÊNCIA TIPO */

.background-red {
    background: #ee1c25;
}

.title-produtos {
    font-size: 10px;
    margin-bottom: 18px;
}

.title-home {
    font-size: 37px;
}

.title-footer {
    font-size: 19px;
}

@media screen and (max-width: 479px) {
    .animated-mobile {
        visibility: visible !important;
        opacity: 1 !important;
        animation-duration: 1s !important;
        animation-fill-mode: both !important;
    }
}

@media screen and (max-width: 479px) {
    .margin-t-itens {
        margin-top: 50px;
    }
}

.tradutor {
    font-size: 9px;
    position: absolute;
    margin-left: 2px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.sub-empresa{
    line-height: 36px;
}

.palavra-chave h2{
    font-size: 26px;
}

.palavra-chave h3{
    font-size: 22px;
}

.palavra-chave h4{
    font-size: 18px;
    line-height: 22px;
    margin-top: 11px;
}

.page-contato h2, h3{
    font-size: 28px;
}

.page-contato h4{
    font-size: 20px;
}

.title-produtos h3{
   font-size: 22px; 
   line-height: 26px;
}

.title-product h2{
    font-size: 33px;
}
