<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#plugin-llamamos{
    position: fixed;
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 15px 15px;
    bottom: 25px;
    left: 0px;
    min-width: 65px;
    border-radius:0px 20px 20px 0px;
    background-color: var(--background3);
    color: var(--color3);
    z-index:51;
    transition: 0.3s ease;
    box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.25);


}

#plugin-llamamos i{
    height:auto;
    width:auto;
    margin:0px;
}

#plugin-llamamos div{
    display:flex;
    flex-direction:column;
    align-items: center;
}

#plugin-llamamos div span{
    margin-top:10px;
    font-weight:bold;
}

#plugin-llamamos span.plugin-llamamos-oculto{
    display:none;
    font-size:20px;
    white-space: nowrap;
    overflow: hidden;
}

#plugin-llamamos:hover &gt; span.plugin-llamamos-oculto {
    display:block;
}

#plugin-llamamos:hover{
    width:300px;
    cursor:pointer;
    background-color:var(--background2);
    color:var(--color2);
}

#plugin-llamamos-modal{
    display:none;
}

#plugin-llamamos-form{
    display:flex;
    flex-direction:column;
}

#plugin-llamamos-form input:not(input[type='checkbox']){
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
}

#plugin-llamamos-form label{
    margin-top:10px;
    font-weight:bold;
}

#plugin-llamamos-texto, #plugin-llamamos-textolegal{
    max-width: 400px;
    padding:20px 0px;
}

#plugin-llamamos-textolegal:hover{
    filter: brightness(0.4);
    cursor:pointer;
}

#plugin-llamamos-enviar{
    width: 300px;
    background-color: var(--background1);
    color: var(--color1);
    font-size: 1.1em;
    margin: 10px auto 10px;
    border-radius: 4px;
    text-align: center;
}

#plugin-llamamos-comentario{
    width: 100%;
    margin-top: 15px;
    border-radius: 4px;
    height:100px;
    min-height:100px;
}

#plugin-llamamos .resultadoInfo {
    text-align: center;
    color: #4CAF50;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 480px)
{
    #plugin-llamamos{
        padding: 10px 10px;
        justify-content:center;
        border-radius: 100% !important;
        min-width: 30px;
        margin-left: 65%;
        background-color: white;
        color: black;
        bottom: 30px !important;
        box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.50);
        /*-webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.50);
        -moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.50);*/
    }

    #plugin-llamamos:hover{
        min-width: 30px;
        width: 30px !important;
        cursor:pointer;
        background-color:var(--background2);
        color:var(--color2);
        gap: 6px;
    }

    #texto{
        display: none;
    }
    #tellamamos{
        visibility: hidden;
    }
}
</pre></body></html>