/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
html {
    overflow-y: scroll;
    color: #000;
    font: 400 62.5%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    font-size: 1.3rem;
    background: #fff;
    color: #000;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #2498e3;
    background-color: transparent;
}
a:active,
a:hover {
    text-decoration: underline;
    color: #188dd9;
    outline: 0;
}
h1,
h2 {
    margin: 0 0 0.5rem;
    color: #444;
    font-weight: 400;
    line-height: 1;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 3.6rem; }
.error-code {
    color: #f47755;
    font-size: 8rem;
    line-height: 1;
}
p { margin: 1.2rem 0; }
p.lead {
    font-size: 1.6rem;
    color: #4f5a64;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin: 2.4rem 0;
    border: 0;
    border-top: 1px solid #ddd;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}
.page:before {
    display: block;
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 1 474px;
    flex: 0 1 474px;
    background: #38444f url(../images/server.svg) 50% 6em no-repeat;
    background-size: 44% auto;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    box-sizing: border-box;
    padding: 10rem 5rem 5rem;
    min-height: 100vh;
}
.error-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.help-actions a {
    display: inline-block;
    border: 2px solid #23a7de;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.help-actions a:hover {
    text-decoration: none;
    background: #23a7de;
    color: #fff;
}
@media (max-width:959px) {
    .page:before {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        background-position: 50% 4rem;
    }
    .main { padding: 5rem; }
}
@media (max-width: 769px) {
    .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page:before {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        background-position: 5rem -4.8rem;
        background-size: 166px auto;
    }
    .main {  /* for IE 11 */
        min-height: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}
@media (max-width: 479px) {
    h2 { font-size: 3rem; }
    .main { padding: 3rem; }
}
body { font-family: 'Inter', sans-serif; overflow-x: hidden; scroll-behavior: smooth; }
.bg-mandat-red { background-color: #E20512; }
.text-mandat-red { color: #E20512; }
.border-mandat-red { border-color: #E20512; }
.hero-background { background-image: url('../images/hero_68d7a873f22f53.68558642.png'); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
.hero-background::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); }
.hero-text-animation { opacity: 0; transform: translateY(20px); animation: fadeInSlideUp 1s ease-out forwards; animation-delay: 0.5s; }
.hero-form-animation { opacity: 0; transform: translateY(20px); animation: fadeInSlideUp 1s ease-out forwards; animation-delay: 0.7s; }
@keyframes fadeInSlideUp { to { opacity: 1; transform: translateY(0); } }
.whatsapp-float { position: fixed; width: 56px; height: 56px; bottom: 32px; right: 32px; background-color: #25D366; color: #FFF; border-radius: 50%; text-align: center; font-size: 28px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); z-index: 1000; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease-in-out; }
.whatsapp-float:hover { transform: translateY(-4px); }
.map-container { position: relative; width: 100%; padding-bottom: 75%; height: 0; overflow: hidden; border-radius: 0.75rem; }
.map-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.btn-primary { background-image: linear-gradient(to right, #E20512 0%, #FF416C 100%); transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.btn-primary:hover { background-position: right center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); transform: translateY(-2px); }
input:focus, textarea:focus { outline: none; border-color: #E20512; box-shadow: 0 0 0 2px rgba(226, 5, 18, 0.1); }
.card-hover-effect:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }

.nav-link { position: relative; padding-bottom: 8px; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #E20512; transform: scaleX(0); transform-origin: right; transition: transform 0.3s ease-in-out; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.nav-link.active { color: #E20512; }

.glassmorphism-form { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 1rem; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2); }
.glassmorphism-form input, .glassmorphism-form textarea { background: rgba(255, 255, 255, 0.15); color: #ffffff; border: none; }
.glassmorphism-form ::placeholder { color: rgba(255, 255, 255, 0.6); opacity: 1; }
.glassmorphism-form input:focus, .glassmorphism-form textarea:focus { background: rgba(255, 255, 255, 0.25); border: none; outline: none; box-shadow: none; }