/**
 * Theme Name:     RL Theme
 * Author:         Joan Dev &amp; Tech
 * Template:       hello-elementor
 * Text Domain:	   rl-theme
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://joandev.com/
 * Author URI:     https://joandev.com/
 * Version:        1.0
 */


/*Custom Programa Modular PYMES*/
body .post-password-form{
	max-width: 1450px;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
}

/*Custom Template PMP*/

.hero-banner {
    position: relative;
    width: 100%;
    height: 60vh !important; /* Ajusta esta altura según tus necesidades */
    display: flex;
}

.hero-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-banner-overlay {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 32, 91, 0.9); /* Fondo superpuesto en la columna */
    color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto; /* Empuja el overlay hacia la derecha */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.hero-banner-overlay h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
}

.hero-banner-overlay span {
    font-size: 16px;
    margin-bottom: 20px;
}

.hero-button {
    background-color: #ffffff;
    color: #00205b;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.hero-button:hover {
    background-color: #f1f1f1;
}

.protected-content {
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 20px;
}

.password-form {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.actual-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
