body {
    background-color: #f44747;
    color: white;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: 'Gotham Book';
}

.video-container{
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

.video-container video{
    max-width: 900px;
}

.container_images1 {
    position: absolute;
    left: 15vw;
    top: 20vh;
    width: 200px;
    height: 200px;
}
.estrella_amarilla1 img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
}
.circulo_blanco1 img{
    position: absolute;
    top: 100px;
    left: 50px;
    width: 10px;
}
.circulo_rosa1 img{
    position: absolute;
    right: 0px;
    top: 5px;
    width: 10px;
}
.nota_rosa1 img{
    position: absolute;
    top: 120px;
    left: 200px;
    width: 100px;
}


.container_images2{
    position: absolute;
    right: 25vw;
    top: 20vh;
    width: 200px;
    height: 200px;
}
.circulo_blanco2 img{
    position: absolute;
    top: 50px;
    left: 100px;
    width: 10px;
}
.trompeta2 img{
    position: absolute;
    top: 100px;
    left: 150px;
    width: 200px;
}


.container_images3{
    position: absolute;
    right: 20vw;
    top: 80vh;
    width: 200px;
    height: 200px;
}

.nota_rosa3 img{
    position: absolute;
    top: 0px;
    left: 100px;
    width: 80px;
}

.estrella_amarilla3 img{
    position: absolute;
    top: 150px;
    left: 50px;
    width: 30px;
}

.circulo_rosa3 img{
    position: absolute;
    top: 150px;
    right: 20px;
    width: 10px;
}

.estrella_rosa3 img{
    position: absolute;
    top: 250px;
    right: 0px;
    width: 40px;
}

.container_images4 {
    position: absolute;
    left: 15vw;
    top: 70vh;
    width: 200px;
    height: 200px;
}

.nota_amarilla4 img{
    position: absolute;
    top: 0px;
    left: 100px;
    width: 70px;
}

.circulo_blanco4 img{
    position: absolute;
    top: 150px;
    left: 80px;
    width: 10px;
}
.estrella_amarilla4 img{
    position: absolute;
    top: 230px;
    left: 80px;
    width: 60px;
}
.estrella_rosa4 img{
    position: absolute;
    top: 130px;
    right: 0px;
    width: 20px;
}



#container_text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.discount-banner {
    font-size: 48px;
    margin-top: 20px;
}
.highlight {
    color: yellow;
    padding: 5px 0;
}
.details {
    font-size: 4em;
    margin-top: 60px;
}
.details img{
  width: 20vw;
}
.details-box{
    font-family: 'Simple Handmade';
    font-size: 4em;
    border: 2px solid #ffffff;
    padding: 5px;
    width: 50vw;
    margin: 5vh 25vw;
}
.details-box span{
    font-family: 'Simple Handmade';
    color: yellow;
}
.footer {
    font-size: 18px;
    margin-top: 30px;
    color: black;
    background-color: #ffffff;
    width: 100%;
    position: relative;
    bottom: 0px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.logos {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.logos img {
    margin: 0 10px;
    width: 100px; 
    height: auto;
}



.container_images1 div, .container_images2 div, .container_images3 div, .container_images4 div {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.estrella_amarilla1, .estrella_amarilla3, .estrella_amarilla4, .estrella_rosa3, .estrella_rosa4 {
    animation-name: float, dance;
}

.circulo_blanco1, .circulo_blanco2, .circulo_blanco4, .circulo_rosa1, .circulo_rosa3 {
    animation-name: float;
}

.nota_rosa1, .nota_rosa3, .nota_amarilla4 {
    animation-name: dance;
}

.trompeta2 {
    animation-name: dance;
    animation-duration: 1.5s; 
}

.details img, .details-box, #container_text img {
    transition: transform 0.2s ease-in-out; 
    transform-origin: center; 
    max-width: 80%;
}

.details img:hover, .details-box:hover, #container_text img:hover  {
    transform: scale(0.95); 
}

.centerText {
    animation-name: cuartetoDance;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
}





@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
         url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Simple Handmade';
    src: url('fonts/Simple-Handmade.woff') format('woff2'),
         url('fonts/Simple-Handmade.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}





@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes dance {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(3deg) scale(1.05);
    }
    75% {
        transform: rotate(-3deg) scale(0.95);
    }
}


@keyframes textDance {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-5px) rotate(-1.5deg) scale(1.1);
    }
    50% {
        transform: translateY(-10px) rotate(0deg) scale(1.0);
    }
    75% {
        transform: translateY(-5px) rotate(1.5deg) scale(1.1);
    }
}

@keyframes cuartetoDance {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    10% {
        transform: translate(-10px, -5px) rotate(-3deg) scale(1.1);
    }
    20% {
        transform: translate(10px, 5px) rotate(3deg) scale(1.1);
    }
    30% {
        transform: translate(-15px, -10px) rotate(-3deg) scale(1.05);
    }
    40% {
        transform: translate(15px, 10px) rotate(3deg) scale(1.05);
    }
    50% {
        transform: translate(0, -15px) rotate(0deg) scale(1.1);
    }
    60% {
        transform: translate(-15px, 10px) rotate(-3deg) scale(1.05);
    }
    70% {
        transform: translate(15px, -10px) rotate(3deg) scale(1.05);
    }
    80% {
        transform: translate(-10px, 5px) rotate(-3deg) scale(1.1);
    }
    90% {
        transform: translate(10px, -5px) rotate(3deg) scale(1.1);
    }
}






@media screen and (max-width:820px) {
    .details-box {
        width: 80%;
        margin: 10%;
    }
    .details img {
        width: 80%;
        margin: 5% 10%;
    }
    .logos img {
        margin: 0 10px;
        width: 80px;
    }    
    .highlight{
        width: 100%;
    }    
    .container_images1 {
        left: 4vw;
        top: 40vh;
    }    
    .container_images2{
        right: 0vw;
        top: 90vh;
    }
    .container_images3 {
        right: 2vw;
        top: 0vh;
    }
    .container_images4 {
        left: -5vw;
        top: 90vh;
    }
    .nota_amarilla4 img {
        top: 50px;
    }
    .trompeta2 img {
        top: 55px;
        left: 50px;
        width: 150px;
    }    
    .estrella_amarilla4 img {
        top: 400px;
    }  
    .estrella_rosa4 img {
        top: 170px;
        width: 40px;  
    }
    .nota_rosa3 img {
        top: 50px;
        left: -50px;
        width: 70px;
    }
    .estrella_amarilla3 img {
        top: 120px;
    }
} 

@media screen and (max-width:440px) {
    .container_images1 {
        left: 0vw;
        top: 65vh;
    }    
    .container_images2 {
        right: 0;
        top: 900px;
    }  
    .container_images3 {
        left: 0;
        top: 1000px; 
    }    
    .container_images4 {
        left: 90vw;
        top: 1vh;
    }   
    .nota_rosa3 img{
        display: none;
    }
    .circulo_rosa3 img {
        top: 60px;
    }    
    .estrella_rosa3 img {
        top: 340px;
        width: 50px;
    }    
    .trompeta2 img {
        top: 130px;
        left: 60px;
        width: 130px;
    }
    .nota_rosa1 img {
        top: 120px;
        width: 70px;
    }    
    .estrella_amarilla4 img {
        top: 50px;
        left: 200px;
    }   
    .nota_amarilla4 img {
        top: 45px;
        left: -60px;
        width: 80px;
    }    
    .details-box {
        width: 90%;
        margin: 10% 5%;
    } 
    .estrella_rosa4 img {
        top: 100px;
        width: 40px;
    }
} 
