@import url('https://fonts.googleapis.com/css2?family=Ancizar+Sans:wght@800&family=Poetsen+One&display=swap');
#yonkesenmexico_h1 h1{
  font-family: "Ancizar Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 4.5em;
}

#carouselInicio{
    aspect-ratio: 4/2;
}
.carousel-item{
    aspect-ratio: 4/2;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width: 450px){
    #yonkesenmexico_h1 h1{
        font-size: 2.1em;
    }
}