:root {

    --red:  #E52E4D;

    --green:  #33CC95;

    --highlight:  #F22929;

    --complementary:  #F29494;

    --text-title:  #363F5F;

    --text-body:  #4d515c;

    --background:  #F0F2F5;

    --shape:  #FFFFFF;

    

}





 p.box-referencia {

    text-align: center;

    display: none;

  }





.logo img {

    width: 158px;

}

* {

    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%}

}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);

}




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


     /* Pop-Up */

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


.xis {
    background-color: red !important;
    position: fixed;
    z-index: 99999999;
    top: 22%;
    font-weight: 900;
    font-family: 'Telex', sans-serif;
    cursor: pointer;
    border: rgb(151, 9, 9) 1px solid;
    border-radius: 7px;
    font-size: 20px;
    height: 37px;
    width: 36px;
    right: 26%;
}  


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


@media (max-width: 1080px) {

    .xis {
        height: 3em;
        width: 56px;
        right: 20%;
        top: 36%;
    }


    #popupAlert img {
        height: 373px;
        width: 37em;
    }
}



@media only screen and (max-width: 720px) {
    .xis {
        width: 36px;
        right: 9%;
        top: 32%;
    }


    #popupAlert img {
        height: 360px;
        width: 27em;
    }
}
@media only screen and (max-width: 768px){
   
    .xis {
        width: 35px;
        right: 9%;
        top: 32%;
        HEIGHT: 41PX;
    }


    #popupAlert img {
        height: 360px;
        width: 27em;
    }

} */
