/* ID */
#whatsappBtn { position: fixed; bottom: 10px; left: 10px; width: 45px; height: 45px; z-index: 10000 }
#preloader { position: absolute; height: 100%; width: 100%; z-index:10000 }
#preloader .css3-spinner { background-color: white; height: 100%; width: 100% }

/* CLASSES */
.animated-btn { position: relative; overflow: hidden; z-index: 1; font-weight: 500; padding: 0.5rem 1.8rem; transition: all 0.4s ease; transform: translateY(0); box-shadow: 0 4px 6px rgba(0,0,0,0.1); animation: buttonAppear 0.5s ease forwards 1.2s; opacity: 0 }
.animated-btn:hover { transform: translateY(-3px); box-shadow: 0 7px 14px rgba(0,0,0,0.15) }
.animated-btn:before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(255,255,255,0.2); transition: all 0.6s; z-index: -1 }
.animated-btn:hover:before { left: 100% }
.animated-btn:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; border-radius: 4px; animation: pulse 2s infinite; z-index: -2 }
.card { margin: 1.75rem 0 }
.card-body h5 { font-weight: 600; color: #333; margin-bottom: 1rem }
.card-body p { line-height: 1.6; color: #555 }
.check-container { height: 90px; width: 90px; margin: 0 auto 1.5rem }
.checkmark__circle { stroke-dasharray: 166; stroke-dashoffset: 166; stroke-width: 2; stroke-miterlimit: 10; stroke: #4CAF50; fill: none; animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards }
.checkmark { width: 90px; height: 90px; border-radius: 50%; display: block; stroke-width: 2; stroke: #4CAF50; stroke-miterlimit: 10; box-shadow: 0 0 10px rgba(0,0,0,.1); animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both }
.checkmark__check { transform-origin: 50% 50%; stroke-dasharray: 48; stroke-dashoffset: 48; animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards }
.display-4 { margin-top: 0.5rem; letter-spacing: -0.5px; font-weight: 600 }
.error input, .error textarea, .error select, .error div.well, .error img, .error video, .error .thumbnail, .error .richText { border-color: #CB0C0F!important }
.error .form-control, .error select, .error > input { background-color: rgba(203, 12, 15, 0.34)!important }
.error td label { color: #CB0C0F }
.fade-in { opacity: 0; animation: fadeIn 0.8s ease forwards }
.fade-in-delay { opacity: 0; animation: fadeIn 0.8s ease forwards 0.6s }
.form-control { height: 30px; font-size: 13px }
.notice { width: 400px; position: fixed; z-index: 1050; right: 5px; top: 5px }

@media (max-width: 576px) {
    .notice { width: 85%; right: 5px; left: 5px; top: 5px; margin: 0 auto }
}
.rounded-lg { border-radius: 0.5rem }
.slide-up { opacity: 0; transform: translateY(20px); animation: slideUp 0.8s ease forwards 0.3s }
.slide-up-delay { opacity: 0; transform: translateY(20px); animation: slideUp 0.8s ease forwards 0.6s }
.shadow { box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px }
.table_cookies p { margin-bottom: 0px; font-size: 14px }
.table_cookies td { vertical-align:middle!important }

/* KEYFRAMES */
@keyframes stroke {
    100% { stroke-dashoffset: 0 }
}
@keyframes scale {
    0%, 100% { transform: none; }
    50% { transform: scale3d(1.1, 1.1, 1) }
}
@keyframes fill {
    100% { box-shadow: inset 0 0 0 30px #ffffff }
}
@keyframes fadeIn {
    to { opacity: 1 }
}
@keyframes slideUp {
    to { opacity: 1; transform: translateY(0) }
}
@keyframes buttonAppear {
    0% { opacity: 0; transform: scale(0.9) }
    50% { opacity: 1; transform: scale(1.05) }
    100% { opacity: 1; transform: scale(1) }
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(var(--bg_pr, 0, 123, 255), 0.4) }
    70% { box-shadow: 0 0 0 15px rgba(var(--bg_pr, 0, 123, 255), 0) }
    100% { box-shadow: 0 0 0 0 rgba(var(--bg_pr, 0, 123, 255), 0) }
}
@media (max-width: 992px) {
    .display-4 { font-size: 2.25rem }
}
@media (max-width: 768px) {
    .display-4 { font-size: 2rem; margin-bottom: 0.75rem }
    .lead { font-size: 1.1rem; margin-bottom: 1rem }
    .check-container { height: 75px; width: 75px; margin-bottom: 1rem }
    .checkmark { width: 75px; height: 75px }
    .card { margin: 1.25rem 0 }
}
@media (max-width: 576px) {
    .display-4 { font-size: 1.75rem }
    .p-4 { padding: 1rem !important }
    .card-body { padding: 1rem }
    .btn-lg { padding: 0.4rem 1.2rem; font-size: 1rem }
}
@media (max-height: 600px) {
    .check-container { height: 60px; width: 60px; margin-bottom: 0.5rem }
    .checkmark { width: 60px; height: 60px }
    .display-4 { font-size: 1.5rem; margin-bottom: 0.5rem }
    .lead { font-size: 1rem; margin-bottom: 0.5rem }
    .card-body h5 { font-size: 1rem; margin-bottom: 0.5rem }
    .card-body p { font-size: 0.875rem; margin-bottom: 0.5rem }
    .py-4 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important }
}
    