@font-face {
    font-family: 'michael jackson';
    src: url(../fonts/Chiro-Regular.woff2);
}

@font-face {
    font-family: 'superbowl';
    src: url(../fonts/Franklin\ Gothic\ Demi.woff2);
}

h1{
    font-family: 'michael jackson';
}

/* Sección Hero */
.hero {

  height: 100vh;
  background-image: url('../imgs/Miniatura\ 01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}



.hero-title {
    
    font-size: 150px;
    color: red;               
    -webkit-text-stroke: 1px #ff0000;  
    text-stroke: 1px #ffffff;
    line-height: 1;
    text-transform: uppercase;
}

.subtitle {
    
    font-size: 50px;
    display: block;
    margin-top: 10px;
    color: #ff0000;          
    -webkit-text-stroke: 0;   
    text-stroke: 0;     
    text-transform: uppercase;      
}

/* Sección roja */
.seccion-roja {
    min-height: 50vh;
    background-image: url('../imgs/fondo\ color\ rojo.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}


.seccion-titulo {
    font-family: 'michael jackson';
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.seccion-texto {
    font-family: 'superbowl';
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}

/* Sección con Imagen */
.seccion-imagen {
    height: 80vh;
    background-image: url("../imgs/miniatura\ 2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
   
}



