body {
    font-family: 'Poppins', Arial, sans-serif; /* Cambiar la fuente para un look moderno */
    background-color: #f9f9f9;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    /*height: 100vh;*/
    margin: 0;
	  
}



header {
    text-align: center;
}

img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
	margin-top: 150px;
}

h1 {
    font-size: 2.4em;
    /*background: linear-gradient(90deg, #ff7e5f, #feb47b); /* Degradado moderno */
	/*background: linear-gradient(90deg, #DAA520, #FFD700); /* Degradado amarillo dorado */
   background: linear-gradient(90deg, #111111, #000000); /* Degradado amarillo dorado */

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase; /* Texto en mayúsculas para un efecto impactante */
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Sombra suave */
}
h2 {   
    font-size: 1.6em;
    color: #333;
	margin-bottom: 10px; /* Ajusta el margen inferior */
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Sombra ligera */
	background: linear-gradient(90deg, #DAA520, #FFD700);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		

}
.subtitle {
    font-size: 1.4em;
    color: #555;
    font-style: italic;
    margin: 5px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Sombra para suavizar el texto */
}
 .float-wa{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }
iframe {
    margin-top: 20px;
    border: 2px solid #ddd;
    width: 100%;
    max-width: 600px;
    height: 400px;
}

*:hover {
    /* No aplicamos ningún estilo */
}



footer {
    margin-top: 20px;
    font-size: 0.8em;
    color: #888;
	 text-align:center;
}
