<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#popup-hubspot {
    width: 60%;
    height: 30%;
    margin: auto;
    position: fixed;
    background: url("/templates/camaloon/img/CMLN_Hubspot_Pop_Up_Desktop_1.jpg");
    z-index: 99;
    left: 0;
    right: 0;
    bottom: -300px;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: slide-up;
    animation-duration: 3s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
}

@keyframes slide-up {
    from {
        bottom: -300px;
    }
    
    to {
        bottom: 0;
    }
    
}

.head-hubspot_popup p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #323232;
    font-size: 25px;
    font-family: 'Museo Sans Rounded',sans-serif;
    font-weight: 500;
}

.container_hubspot_popup {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    margin-right: 3%;
    height: 100%;
    gap: 50px;
    margin-left: 3%;
    margin-bottom: 10px;
    width: 100%;
}

#popup_hubspot_cta_call {
    width: 100%;
    height: 100%;
}

#form-hubspot-popup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.part-dreta-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: -15px;
    position: relative;
}

.form-hubspot-popup {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.input-form-hubspot {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#email-hubspot-popup {
    height: 40px;
    width: 280px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding-left: 10px;
    margin-bottom: 5px;
    outline: none;
}

#submit-hubspot-popup {
    width: 140px;
    height: 42px;
    background-color: #00bd7e;
    color: white;
    font-size: 20px;
    border-radius: 3px;
    border: solid 1px #00bd7e;
    font-weight: 600;
    cursor: pointer;
}

#tancar_popup_popup {
    color: #C4C2C2;
    font-size: 30px;
    cursor: pointer;
    height: 38px;
}

#condiciones-b {
    display: none;
}

#condiciones-a {
    display: block;
    font-weight: 300 !important;
}

#condiciones-a  a {
    color: #6b6b6b;
}

#div-aux {
    width: 150px;
}

@media (max-width:  1800px) {
    
    #form-hubspot-popup {
        flex-direction: row;
        align-items: start;
    }
    
    Â·div-aux {
        display: none;
    }
    
}

@media (max-width: 1700px){
    #form-hubspot-popup {
        flex-direction: column;
    }
}

@media (max-width:  1450px) {
    
    .container_hubspot_popup {
        gap: 40px;
    } 
    
    .head-hubspot_popup p {
        font-size: 20px !important;
    }
}

@media (max-width: 1850px) {
    
    .head-hubspot_popup p {
        font-size: 25px;
    }
}


@media (max-width: 900px) {
    
    #popup-hubspot {
        width: 100%;
        height: auto;
        margin: auto;
        position: fixed;
        background: url("/templates/camaloon/img/Popup_Hubspot_camaloon_mbl.jpg");
        background-size: cover;
        z-index: 99;
        left: 0;
        right: 0;
        bottom: -300px;
        top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        animation: slide-up;
        animation-duration: 3s;
        animation-delay: 5s;
        animation-fill-mode: forwards;
    }
    
    @keyframes slide-up {
        from {
            bottom: -300px;
        }

        to {
            bottom: 0;
        }
    }
    
    #div-aux {
        display:none;
    }
    
    #condiciones-a {
        display: none;
    }
    
    #condiciones-b {
        display: block;
        color: #797a7b;
        margin-bottom: 8%;
        margin-left: 2%;
        margin-top: 0.5em;
    }
    
    #condiciones-b a {
        color: #797a7b;
    }
    
    .input-form-hubspot {
        width: 87%;
    }
    
    .container_hubspot_popup {
        flex-direction: column;
        justify-content: center;
        margin: 0;
        width: 100%;
        gap: 5px;
    }
    
    .head-hubspot_popup {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 5px;
        width: 100%
    }
    
    .head-hubspot_popup p {
        font-size: 16px !important;
        width: 50%;
        margin-top: 16px;
        position: relative;
        left: 24%;
    }
    
    .form-hubspot-popup {
        width: 100%;
        position: relative;
        left: -16%;
    }
    
    #email-hubspot-popup {
        width: 144%;
        outline: none;
    }
    
    #submit-hubspot-popup {
        width: 144%;
        margin-bottom: 5px;
    }
    
    #form-hubspot-popup {
        width: 100%;
        margin: 0 18px;
    }
    
    #btn-aux {
        width: 90%;
    }
}


</pre></body></html>