@media (max-width: 750px) {
    
 
.body_principal .portada_img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 800;
}
  
.body .portada_img::before {
  content: '';
  position: absolute;
    margin: auto;
 
  width: 100%;
  height: 100%;
background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,0) 66%, rgba(0,0,0,0.19557920824579833) 71%, rgba(0,0,0,1) 84%);
  z-index: 2; /* Ubica el degradado encima de la imagen */
}


 

.body .body_principal img {
  position: relative;
    width: 100%; 
       z-index: 1;

}

    
    
    
}    





.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
    overflow: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
    background: #5868955c;
  overflow: hidden;
  border-radius: 8px;
}

.picture {
  width: 320px;
  height: 320px;
  overflow: hidden;

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;

  h3 {
    margin: 0;
    font-size: 20px;
  }

  span {
    display: block;
    font-size: 16px;
    color: #f44336;
  }
}




.nflix_picture_card .nflix_picture_head {
position: relative;
    top: 0px;
    width: 100%;
    height: 55px;
    z-index: 1000;
 
    margin: auto;
    background: black;

}



.nflix_picture_card .nflix_picture_head img {
position: relative;
    top: 8px;
    text-align: center;
    margin: auto;
    width: 100px;
    height: 40px;
}

.nflix_picture_card  {
    position: relative;
    
    width: 100%;
     height: 320px;
    background: #1d1d1a;
}






.dsney_picture_card .dsney_picture_head {
position: relative;
    top: 0px;
    width: 100%;
    height: 55px;
    z-index: 1000;
 
    margin: auto;
    background: #27348c;

}



.dsney_picture_card .dsney_picture_head img {
position: relative;
    top: 8px;
    text-align: center;
    margin: auto;
    width: 100px;
    height: 40px;
}

.dsney_picture_card  {
    position: relative;
    
    width: 100%;
     height: 320px;
    background: #222342;
}






.amzon_picture_card .amzon_picture_head {
position: relative;
    top: 0px;
    width: 100%;
    height: 55px;
    z-index: 1000;
 
    margin: auto;
    background: black;

}



.amzon_picture_card .amzon_picture_head img {
position: relative;
    top: 8px;
    text-align: center;
    margin: auto;
    width: 100px;
    height: 40px;
}

.amzon_picture_card  {
    position: relative;
    
    width: 100%;
     height: 320px;
    background: #171616;
}






.hmax_picture_card .hmax_picture_head {
position: relative;
    top: 0px;
    width: 100%;
    height: 55px;
    z-index: 1000;
 
    margin: auto;
    background: #7020d9;

}



.hmax_picture_card .hmax_picture_head img {
position: relative;
    top: 8px;
    text-align: center;
    margin: auto;
    width: 100px;
    height: 40px;
}

.hmax_picture_card  {
    position: relative;
    
    width: 100%;
     height: 320px;
    background: #4c2b74;
}




.y_premium_picture_card .y_premium_picture_head {
position: relative;
    top: 0px;
    width: 100%;
    height: 55px;
    z-index: 1000;
 
    margin: auto;
    background: white;

}



.y_premium_picture_card .y_premium_picture_head img {
position: relative;
    top: 8px;
    text-align: center;
    margin: auto;
    width: 100px;
    height: 40px;
}

.y_premium_picture_card  {
    position: relative;
    
    width: 100%;
     height: 320px;
    background: #e3e3e3;
}


