/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 18:30:47 */
/* Fondo con la imagen de trama/blur */
.elementor-15 {
    background-image: url('https://sorteoseguro.cl/wp-content/uploads/2025/07/bg-contacto.webp');
    background-size: contain;
    background-repeat: no-repeat;
   	background-position: -45% -25%;
    background-size: 50%;
    opacity: 0.9;
}
/* Contenedor principal de la introducción */
#intro-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px 10px;
    position: relative;
    overflow: hidden;
    /*min-height: 85vh;*/}

/* Estilo para la imagen del logo */
#intro-faq .logo-imagen-sorteo {
    width: 120px;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

/* Títulos y textos (con z-index para estar por encima del fondo) */
#intro-faq .titulo-principal {
    font-size: 2.2rem;
    font-weight: 700;
    color: #3f3c68;
    line-height: 1.3;
    margin: 0;
    position: relative;
    z-index: 1;
}

#intro-faq .subtitulo {
    font-size: 1.1rem;
    font-weight: 400;
    color: #5f5d7b;
    margin: 16px 0 32px;
    position: relative;
    z-index: 1;
}

#intro-faq .cta-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

#intro-faq .cta-enlace {
    color: #3f3c68;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 16px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#intro-faq .icono-flecha {
    width: 50px;
    height: 50px;
    background-color: #1ee3a4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#intro-faq .icono-flecha:hover {
    transform: scale(1.1);
}

/* Fondo con la imagen de trama/blur */
/*#fondo-faq .fondo-blur-imagen {
    position: absolute;
    top: -100px;
    left: -200px;
    width: 600px;
    height: 600px;
    background-image: url('https://sorteoseguro.cl/wp-content/uploads/2025/07/bg-contacto.webp');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.9;
}*/
/* Adaptación para móviles */
@media (max-width: 768px) {
    #intro-faq {
        padding: 40px 15px;
    }
	#intro-faq .logo-imagen-sorteo {
    	width: 50px;
    }
    #intro-faq .titulo-principal {
        font-size: 1.8rem;
    }
    #fondo-faq .fondo-blur-imagen {
        width: 400px;
        height: 400px;
        left: -150px;
    }
}