/**
 * INLINE STYLES MIGRATION
 * Este archivo contiene todos los estilos inline migrados para eliminar 'unsafe-inline' del CSP
 * Migrado para obtener calificación A/A+ en HUMBLE
 */

/* ============================================
   FOOTER - COPYRIGHT SECTION
   ============================================ */

/* Footer HR separator */
.footer-hr-white {
    background: white;
}

/* Footer margin adjustments */
.footer-margin-bottom-10 {
    margin-bottom: 10px !important;
}

/* Footer logo principal */
.footer-logo-max-width {
    max-width: 300px;
    margin: 0 auto;
}

/* Footer texto centrado */
.footer-texto-centro {
    color: #2D2D2D;
    text-align: center;
}

/* Footer teléfono bold */
.footer-telefono-bold {
    font-weight: bold;
}

/* Footer social media margin */
.footer-social-margin-top {
    margin-top: 25px;
}

/* Footer social media buttons */
.footer-social-btn {
    border-radius: 50%;
    background-color: #4b86c1;
    padding: 10px;
    margin-right: 10px;
}

.footer-social-btn:last-child {
    margin-right: 0;
}

/* Footer social icons */
.footer-social-icon {
    font-size: 15px;
    color: white;
}

.footer-social-icon-facebook {
    margin-left: 7px !important;
    margin-right: 3px !important;
}

.footer-social-icon-instagram {
    margin-left: 4px !important;
    margin-right: 3px !important;
}

/* Footer background white */
.footer-bg-white {
    background-color: #fff;
}

/* Footer background dark */
.footer-bg-dark {
    background-color: #2D2D2D;
}

/* Footer margin adjustments */
.footer-margin-left-30 {
    margin-left: 30px;
}

/* Footer DNPDP image */
.footer-dnpdp-img {
    width: 241px;
    float: right;
}

/* Footer info sections */
.footer-info-margin-bottom {
    margin-bottom: 10px;
}

/* Footer no-wrap span */
.footer-nowrap {
    white-space: nowrap;
}

/* Footer heading centered */
.footer-heading-center {
    text-align: center;
}

/* Footer SSN info boxes */
.footer-ssn-box {
    margin-bottom: 10px;
    text-align: center;
    height: 50px;
    border-right: 1px solid;
}

.footer-ssn-box-tall {
    margin-bottom: 10px;
    text-align: center;
    height: 80px;
}

.footer-ssn-box-no-border {
    margin-bottom: 10px;
    height: 50px;
}

.footer-ssn-box-tall-no-border {
    margin-bottom: 10px;
    height: 80px;
}

/* Footer SSN text */
.footer-ssn-text-small {
    font-size: 11px;
    line-height: 0px;
}

.footer-ssn-text-medium {
    font-size: 14px;
}

/* Footer SSN logo */
.footer-ssn-logo {
    height: 30px;
    margin-left: 10px;
}

.footer-ssn-logo-center {
    height: 30px;
    margin: 0 auto;
}

/* Footer container margin */
.footer-container-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Footer copyright text */
.footer-copyright-text {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 2;
}

/* ============================================
   FORMULARIOS
   ============================================ */

/* Form display flex */
.form-display-flex {
    display: flex;
}

/* Form margin bottom */
.form-margin-bottom-15 {
    margin-bottom: 15px;
}

.form-margin-bottom-10 {
    margin-bottom: 10px;
}

/* Form text center */
.form-text-center {
    text-align: center;
}

/* Form width full */
.form-width-100 {
    width: 100%;
}

/* Form font size adjustments */
.form-font-12 {
    font-size: 12px;
}

.form-font-14 {
    font-size: 14px;
}

/* ============================================
   NAVIGATION / MENU
   ============================================ */

/* Menu margin top */
.menu-margin-top-60 {
    margin-top: 60px;
}

.menu-margin-top-80 {
    margin-top: 80px;
}

.menu-margin-top-100 {
    margin-top: 100px;
}

.menu-margin-top-110 {
    margin-top: 110px;
}

.menu-margin-top-111 {
    margin-top: 111px;
}

.menu-margin-top-115 {
    margin-top: 115px;
}

/* Menu margin bottom */
.menu-margin-bottom-0 {
    margin-bottom: 0;
}

.menu-margin-bottom-10 {
    margin-bottom: 10px;
}

/* Menu padding adjustments */
.menu-padding-0 {
    padding: 0;
}

/* ============================================
   GENERAL UTILITIES
   ============================================ */

/* Display utilities */
.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

/* Margin utilities */
.margin-0 {
    margin: 0;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-10 {
    margin-right: 10px;
}

/* Padding utilities */
.padding-0 {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

/* Text alignment */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Font weight */
.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

/* Font sizes */
.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

/* Colors */
.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-dark {
    color: #2D2D2D;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #2D2D2D;
}

/* Width utilities */
.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.width-100 {
    width: 100%;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-300 {
    max-width: 300px;
}

/* Height utilities */
.height-30 {
    height: 30px;
}

.height-50 {
    height: 50px;
}

.height-80 {
    height: 80px;
}

.height-100 {
    height: 100px;
}

.height-150 {
    height: 150px;
}

.height-200 {
    height: 200px;
}

.height-300 {
    height: 300px;
}

.height-400 {
    height: 400px;
}

.height-500 {
    height: 500px;
}

.height-600 {
    height: 600px;
}

/* Float utilities */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

/* Border utilities */
.border-right-1 {
    border-right: 1px solid;
}

.border-radius-50 {
    border-radius: 50%;
}

/* Line height */
.line-height-0 {
    line-height: 0px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 2;
}

/* Background properties */
.bg-repeat-no {
    background-repeat: no-repeat !important;
}

.bg-size-cover {
    background-size: cover !important;
}

.bg-position-center {
    background-position: center !important;
}

/* ============================================
   PAGE SPECIFIC STYLES
   ============================================ */

/* Turnos page */
.turnos-margin-top {
    margin-top: 115px;
}

/* Coberturas page */
.coberturas-margin-top {
    margin-top: 115px;
}

/* Product catalog */
.producto-img-height {
    height: 300px;
}

/* Alerts */
.alert-margin-bottom {
    margin-bottom: 20px;
}

/* Images */
.img-max-width-100 {
    max-width: 100%;
}

.img-margin-auto {
    margin: 0 auto;
}

/* ============================================
   MODAL STYLES
   ============================================ */

/* Modal body padding 0 */
.modal-body-padding-0 {
    padding: 0 !important;
}

/* Modal text padding */
.modal-text-padding {
    padding: 15px;
    font-size: 15px;
    color: #0e1552;
}

/* Modal mantenimiento titulo */
.modal-mantenimiento-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #d9534f;
}

/* Modal button custom */
.modal-btn-custom {
    background-color: #0e1552;
    color: #fff;
    border-color: #0e1552;
    padding: 10px;
    font-family: 'Chivo';
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin: 0;
}

/* Forzar visibilidad del modal (CSP compliant) */
.modal-force-show {
    display: block !important;
    opacity: 1 !important;
}

.modal-backdrop-force {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* ============================================
   BACKPACK / ADMIN STYLES
   ============================================ */

/* Backpack field styles */
.backpack-field-margin {
    margin-bottom: 15px;
}

.backpack-inline-block {
    display: inline-block;
}

/* Backpack button styles */
.backpack-btn-margin {
    margin-right: 5px;
}

/* Backpack image preview */
.backpack-img-preview {
    height: 100px;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 768px) {
    .footer-dnpdp-img {
        width: 180px;
        float: none;
        margin: 0 auto;
    }

    .footer-social-btn {
        margin-right: 5px;
    }
}

@media (max-width: 480px) {
    .footer-logo-max-width {
        max-width: 200px;
    }
}
