/* ================================
   ESTILOS FRONTEND - Página 231
   ================================ */

/* ===================================
   SECCIÓN FULL WIDTH REAL
   =================================== */

.gxce-encuesta-wrapper {
    width: 100vw !important;
    min-height: 100vh;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Evitar padding del theme */
.page .entry-content > .wpb-content-wrapper,
.page .entry-content > .wpb-content-wrapper > .vc_row,
.wpb_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gxce-encuesta-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

/* ================================
   LOGO (tamaño dinámico por inline)
   ================================ */
.gxce-logo img {
    display: block;
    margin: 0 auto 25px auto;
}

/* ================================
   TEXTOS (todos los tamaños dinámicos)
   ================================ */

.gxce-title { font-weight: 700; margin-bottom: 15px; }
.gxce-subtitle { font-weight: 500; margin-bottom: 15px; }
.gxce-paragraph { line-height: 1.5; margin-bottom: 15px; }
.gxce-question { font-weight: 600; margin-top: 30px; margin-bottom: 25px; }

/* ================================
   BOTONES (y sus iconos dinámicos)
   ================================ */

.gxce-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.gxce-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.gxce-btn:hover {
    filter: brightness(0.92);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.gxce-btn-negative {
    border: 2px solid rgba(0,0,0,0.05);
}

/* ================================
   TEXTO FINAL (tamaño dinámico)
   ================================ */

.gxce-final-text {
    margin-top: 35px;
    font-weight: 500;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 768px) {
    .gxce-buttons { gap: 15px; }
    .gxce-btn { width: 100%; justify-content: center; }
}

.page-id-231 .wpb_content_element,
.page-id-242 .wpb_content_element,
.page-id-235 .wpb_content_element{
    margin-bottom: 0 !important;
}

/* ================================
   ESTILOS FRONTEND - Página 242
   ================================ */

.page-id-242 .gxce-242-wrapper {
    width: 100vw !important;
    min-height: 100vh;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.page-id-242 .gxce-242-container {
    max-width: 700px;
    width: 100%;
    background: #ffffff;
    border-radius: 14px;
    padding: 40px 35px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    text-align: center;
}

/* LOGO (tamaño dinámico por inline) */
.page-id-242 .gxce-242-logo img {
    display: block;
    margin: 0 auto 25px auto;
}

/* Textos (dinámicos) */
.page-id-242 .gxce-242-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.page-id-242 .gxce-242-paragraph {
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Caja de comentario */
.page-id-242 .gxce-242-comment-box {
    width: 100%;
    margin: 20px auto 25px auto;
}

.page-id-242 .gxce-242-comment-box textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    resize: vertical;
}

/* Botón Enviar */
.page-id-242 .gxce-242-submit-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 600;
}

.page-id-242 .gxce-242-submit-btn:hover {
    filter: brightness(0.9);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .page-id-242 .gxce-242-container {
        padding: 30px 20px;
    }
}

