body {
    font-size: 13px;
    line-height: 1.6;
    color: #222;
    font-weight: 400;
    font-family: "Montserrat", sans-serif !important;
    margin: 0px;
}

h1,
h2,
h3,
h4,
p,
span,
b,
div {
    font-family: "Montserrat", sans-serif !important;
}

main.content {
    padding: 0 !important;
    max-width: none !important;
}


.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
    max-width: none !important;
}

.content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__submenu-arrow {
    width: max-content;
}

/* =======================================
   HEADER LANDING - ESTILOS BASE
======================================= */
#header_landing {
    background-image: url("https://ccfirma.com/wp-content/uploads/2025/05/dama-de-negocios-de-mensajes-de-texto-2-scaled.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    /* por si acaso */
    color: #fff;
    top: -140px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header_landing .container {
    display: flex;
    justify-content: center;
}

/* Asegura que el contenido esté sobre la capa de filtro */
#header_landing * {
    position: relative;
    z-index: 2;
}

.container-title-heeader span{
    font-size: 15px!important;
    letter-spacing: 5px!important;
    line-height: 2.5px!important;
    text-transform: uppercase!important;
}

/* Filtro oscuro sobre el header */
#header_filter {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3A1300;
    opacity: 0.47;
}

/* =======================================
   MEDIA QUERIES
======================================= */
@media (max-width: 768px) {
    .div_header {
        padding: 15px;
    }

    .btn-nav {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* =======================================
   CONTENEDOR DE RECLAMO
======================================= */
#contenedor-reclamo {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    z-index: 3;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}
#contenedor-reclamo p, #contenedor-reclamo h4, #contenedor-reclamo li{
    color: #434344!important;
}

#contenedor-reclamo .div_icono {
    display: flex;
    justify-content: center;
    align-items: center;
}


#contenedor-reclamo .descp {
    font-size: 15px;
    font-weight: 300;
}

#contenedor-reclamo ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#contenedor-reclamo ul li{
    font-size: 14px!important;
     font-weight: 400;
}


#contenedor-reclamo ul li i {
    color: #ff9662;
}

#contenedor-reclamo .queja,
#contenedor-reclamo .reclamo {
    padding: 20px 40px;
    border-radius: 10px;
    margin: 10px 0;
}

#contenedor-reclamo .queja {
    height: -webkit-fill-available;
    background-color: #F9F9F9;
}

#contenedor-reclamo .reclamo {
    height: -webkit-fill-available;
    background-color: #fcf1eb;
}

#contenedor-reclamo ul li img {
    width: 20px!important;
}

#contenedor-reclamo ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.btn-queja {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-queja a {
    background-color: #F4450E;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

.btn-queja a:hover {
    background-color: #F4450E;
    color: #fff;
}

.btn-queja #btn-siguiente {
    background-color: #F4450E;
    color: #fff;
    border: 1px solid #fff;
}

.btn-queja #btn-siguiente:hover {
    background-color: #F4450E;
    color: #fff;
}

/* // btn anteriro */
.btn-queja #btn-anterior {
    background-color: rgb(209 213 219 / 1);
    color: #000;
    border: 1px solid #fff;
}

.btn-queja #btn-anterior:hover {
    background-color: rgb(209 213 219 / 1);
    color: #000;
}

@media (max-width: 768px) {
    #contenedor-reclamo {
        grid-template-columns: 1fr;
        width: 90%;
    }

    #contenedor-reclamo .div_icono {
        margin-bottom: 20px;
    }
}

footer {
    margin-top: 220px;
}


/* =======================================
   CONTENEDOR DE QUEJA
======================================= */
#contenedor-queja {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    z-index: 3;
    margin: 0 auto;
}

/* // ancho maximo */
#contenedor-queja .text-size-reclamo {
    font-size: 16px;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
}

.site-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width: 768px) {
    #contenedor-queja {
        width: 90%;
    }

    #contenedor-queja .text-size-reclamo {
        font-size: 14px;
        line-height: 1.4;
        width: 100%;
        margin: 0 auto;
    }

    #header_landing {
        top: -100px;
    }

    #header_landing span {
        font-size: 10px !important;
    }

    #header_landing h4 {
        font-size: 20px !important;
    }

    #contenedor-reclamo-section {
        top: -20px;
    }

    #contenedor-reclamo {
        margin-top: 0px !important;
    }
    
}



/* =======================================
    Vertical Step
======================================= */
.steps-vertical {
    max-width: 500px;
    padding: 0;
    cursor: pointer;
}

.step-vertical[data-paso="1"] {
    padding: 0px 0px 1rem 0px;
}

.steps-vertical h4 {
    font-size: 15px;
    font-weight: 600;
}

.step-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .7rem;
}

.step-vertical {
    display: flex;
    position: relative;
    padding: 1rem 0;
}

.step-vertical:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 60px;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.step-vertical-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 20px;
    color: #6c757d;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.step-vertical-content {
    padding-top: 0.5rem;
}

.step-vertical.active .step-vertical-icon {
    background: white;
    border-color: #ff6c17ff;
    color: #ff6c17ff;
}

.step-vertical.complete .step-vertical-icon {
    background: #ff6c17ff !important;
    border-color: #ff6c17ff !important;
    color: white;
}

/* Interactive buttons */
.controls {
    text-align: center;
}

.btn {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #4361ee;
    color: white;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #3451c6;
}

.btn:disabled {
    background: #dee2e6;
    cursor: not-allowed;
}

/* =======================================
   formulario-reclamo
======================================= */
#formulario-reclamo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: start;
    gap: 20px;
}

@media (max-width: 768px) {
    #formulario-reclamo {
        grid-template-columns: 1fr;
    }
}

/* Mejora visual para inputs */
#formulario-reclamo .form-control {
    border-radius: 0.75rem;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    background-color: #fff;
}

/* Etiquetas estilizadas */
#formulario-reclamo .form-label {
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: #495057;
}

/* Input con ícono */
#formulario-reclamo .input-icon {
    position: relative;
}

#formulario-reclamo .input-icon i {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: #6c757d;
}

#formulario-reclamo .input-icon input {
    padding-left: 2.5rem;
}

/* Validaciones visuales */
#formulario-reclamo .is-valid {
    border-color: #198754;
}

#formulario-reclamo .is-invalid {
    border-color: #dc3545;
}

/* Opcional: animación de entrada */
#formulario-reclamo .form-control {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/**************************************
/*************************************/
#contenedor-reclamo-section .container-x {
    border-radius: 80px;
}

#contenedor-reclamo-section {
    padding: 0px 0;
    position: relative;
    transition: margin-top 0.5s ease-in-out;
    width: 100%;
    margin: -180px 0px;
    border-radius: 30px 30px 0px 0px;
    background-color: #fff;
    z-index: 10;
}

.container-title-heeader {
    padding: 200px 0px 150px 0px;
}

@media (max-width: 768px) {
    .container-title-heeader {
        padding: 150px 0px!important;
    }
    
}