<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.user-print {
    width: 80px;
}

.registration-form-area .frm-grp+.frm-grp {
    margin-top: 0;
}

.registration-form-area .frm-grp label {
    color: #98a6ad !important;
    font-weight: 400;
}

.registration-form-area select {
    border: 1px solid #5220c5;
    width: 100%;
    padding: 12px 20px;
    color: #ffffff;
    ;
    z-index: 9;
    border-radius: 3px;
}

.registration-form-area select option {
    color: #ffffff;
}

.login-area .login-form .frm-grp input.go-imput,
.login-area .login-form .frm-grp select.go-imput {
    background-color: #ffffff;
    padding: 9px;
    color: gray;
    border-radius: 5px;
    border: 1px solid gray;
}

.login-area .login-form .frm-grp select.go-imput option {
    color: gray;
}

/* CSS Whatsapp Chat */

a.close-chat {
    color: white !important;
    cursor: pointer;
}

#whatsapp-chat {
    position: fixed;
    background: #fff;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }

    .tab-content .tab-pane .card-body {
        padding: 3px;
    }

    .aside-content-blue {
        display: none;
    }

    .uploadimg {
        width: 150px;
    }
}

a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040 !important;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    cursor: pointer;
    right: 85px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    background: #2c5aa0;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    background: #2c5aa0;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

.blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
}

textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    min-height: 40px;
    height: 36px;
    outline: none;
    resize: none;
    background: aliceblue;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
}

textarea#chat-input:focus {
    border: none;
    box-shadow: none;
}

a#send-it {
    color: white;
    width: 90px;
    margin: 1px 0 0 5px;
    font-weight: 700;
    background: #c5168c;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
}

a#send-it:hover {
    background: #a01070;
    color: white;
}

a#send-it:active {
    background: #800a58;
    color: white;
}

.first-msg {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

#whatsapp-chat.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 1s;
    transform: scale(1);
    opacity: 1;
}

#whatsapp-chat.show {
    display: block;
    animation-name: showhide;
    animation-duration: 1s;
    transform: scale(1);
    opacity: 1;
}

.video-informativo {
    width: 100%;
    display: inline-block !important;
}

@media screen and (max-width: 720px) {
    .brochure-cust {
        display: none;
    }
}

.great-offer {
    background: #b989c229;
    border-left: 2px solid #b989c2;
    border-right: 2px solid #b989c2;
}

/* Estilos tabla precios */

a.prueba-gratis {
    background-color: #c5168c;
    color: white;
    border: 1px solid #fff !important;
    border-radius: 3px;
    margin: 0 auto;
    padding: 4px 10px;
}

a.prueba-gratis:hover {
    background-color: #015db4;
}

.btnpaginagratis {
    display: inline-block;
    margin-right: auto;
    margin-left: 0px;
    border-radius: 5px;
    background: -webkit-linear-gradient(37deg, #c5168c 35%, #b989c2 100%);
    background: linear-gradient(37deg, #c5168c 35%, #b989c2 100%);
    padding: 9px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #c5168c;
}

.btnpaginagratis:hover {
    border-style: none;
    border-width: 0px;
    background: #c5168c;
    border-color: #c5168c;
    color: #fff;
    border: 1px solid #c5168c;
}

.btnpaginaweb {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: background-color 700ms ease;
    transition: background-color 700ms ease;

    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.btnpaginaweb:hover {
    border-style: none;
    border-width: 0px;
    background-color: #c5168c;
    border-color: #c5168c;
    color: #fff;
    border: 1px solid #fff;
}

.btnpaginaweb.btn-gracias {
    width: 70%;
}

.divbotones {
    margin-top: 90px;
    margin-right: -20px;
    margin-left: -20px;
}

.btncall {
    display: block;
    width: 200px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color 500ms ease;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

.btncall:hover {
    background-color: #2c5aa0;
    color: white;
}

.btnport {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #c5168c;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;

    font-size: 15px;
    text-align: center;
    color: #c5168c;
}

.btnport:hover {
    background-color: #c5168c;
    color: #fff;
}

.intro-services {
    background: #74ce74;
    color: white;
}

.intro-services-no {
    background: gray;
    color: black;
}

.form-select-plan-gp {
    display: flex !important;
}

.w3-modal-content .w3-display-topright {
    background: #664f9a;
    color: white;
}

.div-ejemplos .carousel-indicators {
    bottom: -41px;
    position: absolute;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

#whatsapp-chat-Modify {
    display: none !important;
    background: #fff;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

#whatsapp-chat-Modify.show {
    display: block !important;
    animation: fadeIn 1s forwards;
}

#whatsapp-chat-Modify.hide {
    animation: fadeOut 1s forwards;
}

.input-message-error {
    border: 2px solid #c5168c !important;
    animation: shake 0.3s;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}</pre></body></html>