body {
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.img-responsive {
    margin: 0 auto;
}

.background-body {
    background-color: #f66666;
}

#main-container {
    display: flex;
    margin: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
    height: 100%;
}

#banner-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

#banner-image-container {
    display: flex;
    flex-grow: inherit;
    justify-content: center;
}

#banner-image {
    height: 85vh !important;
    margin-top: 30px;
    max-width: 65%;
}

#banner-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#google-play-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#social-network-links {
    display: flex !important;
    margin-left: 30px;
    margin-right: 20px;
}

.social-network-link {
    margin: 5px;
}

.google-play-img {
    height: 50px;
}

.social-network-img {
    height: 30px;
}

#data-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#data-area {
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.8rem;
    box-shadow: 8px 8px 8px #c06565;
    min-width: 350px;
    max-width: 350px;
    max-height: 1000px;
}

.scrollable {
    display: grid;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 50px 0px 50px;
    min-width: 375px;
}

.logo {
    width: 65%;
}

.subtitle {
    margin-top: 8px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
}

.label {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    margin: 1px 1px 2px 2px;
}

.header-image-container {
    display: flex;
    flex-direction: column !important;
    margin: 25px 25px 0px 25px !important;
}

.form_margin {
    margin-top: 20px;
    margin-bottom: 15px;
}

.field-group {
    margin: 0 25px 10px 25px;
}

.field {
    height: 30px !important;
    font-size: 14px !important;
    box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.message-box {
    display: flex;
    justify-content: flex-end;
    height: 20px;
}

.message-box-content {
    display: inline-flex;
}

.hide-message-box-content {
    display: none !important;
}

.failed-validation-icon {
    width: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left;
}

.failed-validation-text {
    padding: 0px 5px 0px 5px;
    text-align: right;
    width: 100%;
    font-size: 80%;
    color: #dc3545;
}

.link {
    text-align: center;
    font-size: 14px;
    color: #6c6c6c;
}

.link:link {
    text-decoration: underline;
}

.link:hover {
    color: #ff6666;
    text-decoration: underline;
}

.btn_principal {
    color: white !important;
    background-color: #ff6666 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 85%;
    height: 36px !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.captcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.flex-center {
    display: flex;
    justify-content: center !important;
}

.h-sep-10 {
    height: 10px;
    min-height: 10px;
}

.h-sep-20 {
    height: 20px;
    min-height: 20px;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type="button"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    body {
        min-width: 992px !important;
    }
}

.background-art {
    position: relative;
}

.background-art::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/FONDO-COMPANIA.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: brightness(0.25);
}

.background-art>* {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 950px) {
    #banner-image {
        min-width: 180px;
    }
}

@media screen and (max-width: 890px) {
    #banner-footer {
        flex-direction: column;
    }
    #social-network-links {
        margin: 0px;
    }
}

@media screen and (max-width: 750px) {
    #main-container {
        justify-content: center;
    }
    #banner-container {
        display: none;
    }
    #data-container {
        width: 100%;
    }
    .scrollable {
        margin: 0px 0px 0px 0px;
    }
}

@media screen and (max-width: 377px) {
    .background-body {
        background-color: #ffffff;
        background-image: none;
    }
    #main-container {
        margin: 0px 0px 0px 0px;
        width: 100%;
        height: 100%;
    }
    #data-area {
        box-shadow: none;
        border: none;
        border-radius: initial;
        max-width: 100vw;
        max-height: 100vh;
        width: 100%;
        height: 100%;
    }
}

.security-box {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border-radius: 10px;
}