.site-content {
  font-family: "Gotham" !important;
}

.site-content .ast-container {
  max-width: 100vw !important;
  padding: 0 !important;
}

.single-receta-container {
  width: 100vw;
  position: relative;
}

.single-receta-header {
  width: 100vw;

  padding-left: 10vw;
  padding-right: 10vw;

  padding-bottom:10vw ;
}

.header-separator {
  width: 100vw;
  height: 140px;
  min-height: 130px;
}

.fondos {
  position: absolute;
  width: 100vw;
  height: 60vw;
  background-color: #ce1141;
}

.img-video {
  margin-top: 6vw;
  position: relative;

  width: 94%;
  aspect-ratio: 16/9;

  align-self: start;
  justify-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-image {
  position: absolute;
  width: 100%;
  border-radius: 2vw;
}
.related-product-image {
  position: absolute;
  right: -10.5vw;
  bottom: -7.5vw;
  height: 100%;
}

.video-iframe {
  width: 100%;
  height: 100%;
  border-radius: 2vw;
}

.single-receta .title2 {
  margin: 0;
  padding: 0;
  margin-top: 3vw;
  margin-bottom: 3vw;
  color: #FCF8F8;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 6vw;
  width: 100%;
  line-height: 6.1vw;
}
.single-receta .btn-home {
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #ce1141 !important;
  padding: 0.5vw 2vw;
  border-radius: 0.5vw;
  z-index: 20;
  background-color: #f4f0f0;
  font-family: "Gotham", sans-serif;
  font-size: 1vw;
  font-weight: 900;
  transition: transform 0.3s ease-in-out;
  width: fit-content;
  aspect-ratio: 5 / 1;
  height: auto; 
}

.single-receta .btn-home:hover {
  transform: scale(1.1);
}

.single-receta .btn-home a {
  color: #ce1141 !important;
  text-decoration: none;
  display: block;
  padding: 0.5vw 2vw;
}



@media (min-width: 360px) and (max-width: 768px) {
  .single-receta-header {
    width: 100vw;
  
    padding-left: 5vw;
    padding-right: 5vw;
  
    padding-bottom:10vw ;
  }
  
  .fondos {
    height: 80vw;
  }
}
@media  (max-width: 360px) {

  .single-receta-header {
    width: 100vw;
  
    padding-left: 5vw;
    padding-right: 5vw;
  
    padding-bottom:10vw ;
  }
  


  .fondos {
    height: 95vw;
  }
}