#portada {
    display: flex;
    height: 110vh;
    background-image: url(img/portada-background.jpg);
    background-repeat: repeat;
    justify-content: center;
}
#portada-content {
    display: flex;
    width: 1200px;
}
#portada-content h1 {
    font-size: 60px;
    font-family: "Lilita One";
    color: white;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 4px 4px 1px black;
    position: absolute;
    top: 260px;
    left: 90px;
}
#portada-interseccion {
    display: flex;
    position: absolute;
    bottom: -48vh;
    height: 90vh;
    width: 100%;
    background-image: url(img/portada-yellow.avif);
    background-repeat: repeat-x;
    z-index: 2;
    background-size: contain;
}

/*portada video*/
#portada-tv {
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 820px;
    z-index: 3;
}
#portada-tv img {
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 820px;
    z-index: 3;
}
#portada-tv iframe {
    position: absolute;
    width: 405px;
    height: 240px;
    z-index: 4;
    top: -320px;
    right: 310px;
    border-radius: 4.5px;
}