<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --red:  #E52E4D;
    --green:  #33CC95;
    --highlight:  #690075;
    --complementary:  #5DC300;
    --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*/</pre></body></html>