@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --red:  #E52E4D;
    --green:  #33CC95;
    --highlight: rgb(6, 89, 166);
    --complementary: #202020;
    --text-title: #181818;
    --text-header: #fff;
    --text-header-dropdown: #181818;
    --text-body: #303030;
    --background:  #F0F2F5;
    --shape:  #FFFFFF;
    --btn-enviar: #49c858;
}
 p.box-referencia {
    text-align: center;
    display: none;
  }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
header .contact #telefones p, header .contact #telefones p span {
    font-family: 'Open Sans', sans-serif;
 }
textarea{
    padding: 13px;
}
body {
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    color: var(--text-body);
}
header nav ul li ul li a {
    color: var(--text-header-dropdown);
}
.logo img{
    width: 100%;
    height: auto;
    border-radius: .5em;
}
article#pgEndereco img {
    width: 80%;
    height: auto;
}
body, input, textarea, button {
    font-family: 'Poppins',  sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
    color: var(--text-title);
}
button {
    cursor: pointer;
}

[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
.container-empresa .wrapper {
    gap: 1rem;
}
.container-empresa .wrapper p {
    color: #323232;
}
.regioes-margin{
    margin: 40px;
}


/* Modal img*/

#modal_img {
    position: fixed;
    margin: 0 auto;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 999999;
    text-align: center;
    background: #000000d9;
}

.showimg{
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;

}
#modal_img span {
    text-align: center;
    display: flex;
    background: tomato;
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    z-index: 999;
    transform: translate3d(12px, 0px, 7px);
    width: 40px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    height: 40px;
}
#modal_img span:hover{
    cursor: pointer;
}

/* Fim do Modal img*/

/* Sub Menu DropDown*/

li.dropdown{
    padding-bottom: 30px;
}
ul.menu{
    top: 10px;
    position: relative;
}
.sub-menu li.dropdown {
    padding: 18px 8px;
}

.ogranize_modal
{
    width: 40%;
    margin: 0 auto;
    position: relative;
    transform: translateY(20px);
}
.hidden{
    display: none !important;
}

ul.sub-menu::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
ul.sub-menu::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
ul.sub-menu::-webkit-scrollbar-thumb {
    background: #dad7d7;
}
ul.sub-menu {
    position: absolute;
    display: flex;
    max-height: 400px;
    gap: 0;
    flex-direction: column;
    background: #fff;
    margin-top: 2%;
    border-top: solid 1px #515151;
 
    max-width: 225px;
    width: 100%;
    z-index: 999;
    overflow-y: scroll;
    box-shadow: 7px 8px 8px rgb(0 0 0 / 40%);
}
.icon-form{
    position: absolute;
    margin: 30px 0px 0 11px;
    width: 16px;
    height: auto;
}
.regioesCat{
    position: fixed;
    background: #000000de;
    top: 0;
    width: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 3;
    height: 100%;
    padding: 45px;
    /* text-align: center; */
    margin: 0 auto;
}
.regioesCat li strong{
    color: #fffc;
    padding: 25px;
    font-size: 1.2em;
}
#servicosTabsDois h4{
    text-align: center;
    font-weight: 400;
    color: #040404;
}
#servicosTabsDois ul li.nav-two a.current{
    display: none;
}
#servicosTabsDois ul.nav li a {
    border-radius: 40px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}
.closePopup{
    position: fixed;
    top: 8px;
    color: #fff;
    z-index: 9;
    background: tomato;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    left: 5%;
    padding: 5px 13px;
    font-size: 16px;
}
.ativar{
    left: 0 !important;
}

.regioes-open{
    position: relative;
    width: 100px;
    padding: 13px;
    margin: 0 auto;  
}

span.openMenu {
    border-top: 1px solid #000000;
    width: 20px;
    display: block;
    transition: 0.5s;
    border-radius: 10px;
    margin: 5px auto;
    transform: rotate(45deg);
}
.right-bar{
    transform: rotate(-45deg) !important;
    position: relative;
    top: -6px;
    left: 14px;
}

div#wrapper-category {
    background: var(--complementary);
    width: 100%;
    padding: 15px 7%;
    max-width: initial;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
    border-top: 1px solid rgb(132 2 2);
}

#wrapper-category h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
}
.fa-home{
    margin: 0 3px;
}

.collum-subject{
    margin-top: 30px;
}

/* Media Queries */




@media (max-width: 1080px) {
    html {
    font-size: 93.75%}
}



@media only screen and (max-width: 720px) {
    html {
        font-size: 87.5%
    }
    header nav ul li a {
        color: #000 !important;
        width: 100px;
    }
    .readMore img {
        width: 100% !important;
    }
    #wrapper-category h1{
        text-align: center;
        padding: 15px 0 
    }
    div#breadcrumb ol{
        justify-content: center;
    }
  .showimg{
   width: 100%;
  }
    #modal_img span{
    width: 33px !important;
    height: 33px !important;
    }
    .ogranize_modal{
        width: 100% !important;
        top: 39vw;
    }
    .menu .dropdown{
            padding-bottom: 0 !important;
            /* overflow: scroll; */
    }
    .menu li ul li.dropdown{
        padding-bottom: 25px !important;
    }
    .sub-menu{
        position: relative !important;
    }
    form input, form textarea {
    padding: 0.9rem 1.5rem 0.5rem 2.3rem !important;
    }
    
}

    .readMore img{
        width: 70%;
        height: auto;
   
}
.icon-home { 
    width: 10px;
    height: auto;
    margin: 1px 5px 0px;
}



/* WhatsApp*/

.whatsapp{
    position: fixed;
    right: 5px;
    z-index: 9999;
    bottom: 10px;
   }
   .whats_msg {
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255);
    border: 1px solid #ccc!important;
    border-radius: 34px;
    margin-right: 100px;
    margin: 1em 0;
    position: relative;
    box-shadow: 4px 3px 3px #4f46461c;
}

.whats_msg input{

    border: none;
    outline: none;
    border-radius: 0.65rem;
}
input#TelWhats {
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(255 255 255 / 0%);
    color: #738189;
}


   .modal-whatsapp{
       position: absolute;
       right: 70px;
       background-color: rgb(234 230 223);
       width: 318px;
       bottom: 20px;
       z-index: 10;
       text-align: center;
       display: none;
       border: transparent;
       border-radius: 17px;
       color:#474747;
       font-weight: bold;
       -webkit-box-shadow: 0px -1px 24px -8px rgba(133,133,133,1);
       -moz-box-shadow: 0px -1px 24px -8px rgba(133,133,133,1);
       box-shadow: 0px -1px 24px -8px rgba(133,133,133,1);
   }

   


   
   .modal-whatsapp::after{
     content: "";
     width: 0;
     height: 0;
     border-top: 15px solid transparent;
     border-bottom: 15px solid transparent;
     border-left: 15px solid  #eae6df;
     position: absolute;
     bottom: 5px;
     right: -11px;
     -webkit-box-shadow: 0px -1px 24px -8px rgba(133,133,133,1);
     -moz-box-shadow: 0px -1px 24px -8px rgba(133,133,133,1);
     box-shadow: 0px -1px 24px -8px rgba(133,133,133,1);
   }
   

   #modal_tremer{
    animation: tremer .2s;
    animation-iteration-count: 3;
  }


  @keyframes tremer {
    0% {right: 70px;}
    25% {right: 72px;}
    50% {right: 70px;}
    75% {right: 78px;}
    100% {right: 70px;}
}


   .modal-whatsapp ol{
       list-style-type: none;
       max-height: 350px;
       overflow-y: auto;
   }
   
   .modal-whatsapp ol a{
       text-decoration: none;
       color:#5a5a5a;
   }
   .modal-whatsapp .whatsapp-info{
     padding: 20px;
     border-top: #f4f4f4  solid 0.5px;
   }
   
   .modal-whatsapp .whatsapp-info span{
       display: flex;
       padding: 5px;
       align-items: center;
       justify-content: center;
   
     }
     .wp-loading{
       display: none;
     }
     .modal-whatsapp .whatsapp-header img {
        border: transparent;
        border-radius: 100px;
        width: 40px;
        margin-right: 15px;
        height: 40px;
        background-color: #fff;
        object-fit: cover;
    }

   
   
     .modal-whatsapp .whatsapp-header{
        background-color: rgb(0 128 105);
        border-radius: 17px 17px 0px 0px;
        padding: 10px;
        font-weight: 200;
        display: flex;
        align-items: center;
        justify-content: center;
   }
     .modal-whatsapp .whatsapp-header h3{
       color: #FFF;
       font-size: 0.8rem;
     }
     .modal-whatsapp .btn_modal_WhatsApp:hover {
        background-color: #103f24;
    }
     .modal-whatsapp .description{
          font-size: 1.2rem;
     }
   
     .modal-whatsapp .btn_modal_WhatsApp{
        padding: 15px 53px;
        border: transparent;
        border-radius: 10px;
        margin-top: 10px;
        background-color: #25d366;
        color: #fff;
        font-size: 18px;
        /* font-weight: bold; */
     }
     .modal-whatsapp form {
        padding: 20px 34px !important;
        background-color: rgb(234 230 223);
     }
     .close_modal_Whats {
        position: absolute;
        right: 7px;
        top: 10px;
        cursor: pointer;
    }
    .btn-whatsapp span{
        position: absolute;
        background-color: rgb(221, 5, 5);
        padding: 2px;
        color: #fff;
        border: transparent;
        border-radius: 20px;
        top:-1px;
        right: 5px;

    }



     @media only screen and (max-width: 720px) {
   
       .whatsapp{
           position: fixed;
           right: 10px;
         
          }
   
          .modal-whatsapp{
             right: 50px;
             bottom: 40px;
          }
   
          .modal-whatsapp::after{
           content: "";
           width: 0;
           height: 0;
           border-top: 0px solid transparent;
           border-bottom: 0px solid transparent;
           border-left: 0px solid  transparent;
          }
     }
   
     /* Fim*/