* {
	margin: 0;
	padding: 0; 
	color: white;
	scroll-behavior: smooth;
}

html, body {
	height: 100%;
}

header {
	border-bottom: 2px solid black;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.botones-header {
	display: flex;
	gap: 20px;	
}
.botones-header {
display: flex;
gap: 20px;
}
.contenido {
width: 1200px;
margin: 0 auto;
	
}
header{
background: black;
}

.inicio {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

#background-video {
    object-fit: cover;
    width: 100%;
}

.contenido {
	height: 100%;
	width: 100%;
    position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    z-index: 1;
    color: white;
    
}
.titulo-llamativo {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cartel-kachow {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, red, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.boton-trailer {
    display: inline-block;
    padding: 15px 30px;
    background-color: white;
    color: red;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid red;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.boton-trailer:hover {
    background-color: red;
    color: white;
}

.Noticias{
    background-color: black;
	position: relative;
    width: 100%;
    height: 100vh;
}

.Contacto{
    background-color: black;
	position: relative;
    width: 100%;
    height: 100vh;
}

.Titulo-de-info {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, red, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.1-imagen-noticia{
	display: block;
	margin-left: 100px; 
}

.2-imagen-noticia{
	display: block;
	margin-left: block;
}

.3-imagen-noticia{
	display: block;
	margin-left: block;
}

.Imagenes-de-noticias{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	text-align: center;
	 
}

.textos-de-imagenes{
	margin-top: 30px;
	width: 220px;
}
input, textarea{
     color:black;
	
}

.Titulo-de-Contacto {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, purple, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 35px;
    width: 150px;
    margin-left: 130px;
}

.textos-de-imagenes-c{
	
	
	
}

.imagen-contacto{
	
	
	
}

form{
	display: flex;
	flex-direction: column;
	width: 200px;
	gap: 10px;
}

textarea{
	resize: none;
	height: 60px;
	
}

.contacto-contenido {
	display: flex;
	justify-content: center;
	align-items: center;
}