:root {
    --red:  #E52E4D;
    --green:  #9cb3aa;
    --highlight: #222;
    --complementary:#000000;
    --text-title:  #363F5F;
    --text-body:  #4d515c;
    --background:  #F0F2F5;
    --shape:  #FFFFFF;
}


.link-wpp button:before {
    /* content: url(../imagens/whatsapp3.png);
    position: fixed;
    z-index: 10;
    right: 2%;
    bottom: 0px;
    cursor:pointer; */
}


.item figure h3 {
    color: white;
}


.logo img {
    width: 100%;
   
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



@media (max-width: 1080px) {

    html {
    font-size: 93.75%}

}

@media (max-width: 720px) {
    html {
    font-size: 87.5%}

    .logo img {
        width: 190px;
        
    }

    #banner figure img {
        height: auto !important;

    }

  
}
.link-wpp button:before {
    /* content: url(../imagens/whatsapp3.svg);
    margin: 10px;
    position: fixed;
    z-index: 10;
    right: 2%;
    bottom: 0px;
    cursor:pointer; */
}


body {
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    color: var(--text-body);
}




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: var(--shape); */
    color: rgb(255, 255, 255);
}

#popupAlert{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #000000b3;
    z-index: 9999999999;
    top: 0;
    left: 0;
}
#popupAlert img{
    height: 400px;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


/* BOTAO INSTAGRAM */

  
.link-ecomer  {
    animation: jump 0.6s linear infinite alternate;
    -webkit-animation: jump 0.6s linear infinite alternate;
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:1%;
    top: 68%;
    background: url(/imagens/phone.svg) no-repeat center;
    cursor:pointer;
    border: black solid 1px;
    background-color: #3b6180;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;

}

.texto{
    box-shadow: 1px 1px 2px #888;
    background-color: white;
    border: rgb(221, 220, 220) 1px solid;
    position: relative;
    color: black;
    top: 21%;
    right: 161px;
    width: 150px;
    height: 46px;
    padding-top: 5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 53%;
    border-radius: 28px 12px 28px 12px;

}
.botao{ 
    cursor:pointer;
    top: 0;
    position: relative;
    border: red solid;
    background-color: transparent;
    width:60px;
    height:60px;
    z-index:1000;
    border:none;
}

#myBtn {

    bottom: 200px !important;

}


/* FIM DO BOTAO INSTAGRAM */

/* 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{
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: rgb(255 255 255 / 0%);
    color: #738189;

    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*/