@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  'Rethink Sans', sans-serif;
}

:root {
    --primary: #fd0505; 
 }
 


body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #0000;
}
.container-background {
    width: 100%;
    height: 100vh;
}

.ficha {
    max-width: 600px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: left ;
    align-items: left;
    z-index: 1;
    margin-top: 20%;
    margin-left: -8%;
    color: rgba(255, 255, 255, 0.7);
}
.fichaP {
    display: none;
    opacity: 0.0;
}
.screen-title {
    margin-top: -20%;
    color: #fff;
    font-size: 1.2rem;
}

.ficha img {
   margin-left: -10%;
}
.ficha h4 {
   padding: 20px 0 20px;
}
.ficha h4 span {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5) ;
}
.ficha h4 span:first-child {
    padding-left: 0;
}
.ficha h4 span:last-child {
    border-right: none;
}
.ficha p {
    text-align: justify;
}

.play {
    padding: 40px 0 40px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer !important;
    transition: 0.3s;
}
.play i {
    margin-right: 10px;
    font-size: 40px;
    cursor: pointer  !important;
}
.play i p {
    margin-left: 55px;
    margin-top: -26px;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer  !important;
}
/*.vid.hidden + .play {
    padding: 40px 0 40px;
}*/
.play:hover {
    color: var(--primary);
}


.vid {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
 

}   
.vim {
    width: 80%;
    height: 80%;
    margin-top: 7%;
    margin-left: 10%;
  
   
}
.close {
    position: absolute;
    top: 9%;
    right: 13%;
    cursor: pointer;
    filter: invert(1);
    max-width: 30px;
}





.backgrounds {
    min-width: 100%;
    height: 65vh;
    display: flex;
    align-items: top;
    justify-content: center;
    color: #000;
}
.background1 {
    position: relative;
    min-width: 100%;
    margin-left: -101%;
    min-height: 100vh;
    background: url(imágenes/b-pri.jpg);
    background-size: cover;
    background-position: center;
}
.background1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.background2 {
    position: relative;
    min-width: 100%;
    margin-left: -101%;
    min-height: 100vh;
    background: url(imágenes/b-dnz.jpg);
    background-size: cover;
    background-position: center;
}
.background2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
 }
 .background3 {
    position: relative;
    min-width: 100%;
    margin-left: -101%;
    min-height: 100vh;
    background: url(imágenes/b-lca.jpg);
    background-size: cover;
    background-position: center;
}
.background3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
 }  
      
     
   
.background4 {
    position: relative;
    min-width: 100%;
    margin-left: -101%;
    min-height: 100vh;
    background: url(imágenes/b-sea.jpg);
    background-size: cover;
    background-position: center;
}
.background4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
 }  
.background5 {
    position: relative;
    min-width: 100%;
    margin-left: -101%;
    min-height: 100vh;
    background: url(imágenes/b-cobb.jpg);
    background-size: cover;
    background-position: center;
}
.background5::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
 }  
.card {
   position: absolute;
   width: 400px;
   height: 550px;
   left: 10%;
   top: 15%;
   border-radius: 20px;
   overflow: hidden;
   box-shadow: 0 15px 35px rgba(0,0,0,0.7);
   transition: transform 0.5s;
   
}
.card .poster {
   position: relative;
   overflow: hidden; 
}

.card .poster img {
    width: 100%;
    margin-top: -1%;
    transition: 0.5s;
}

.card:hover {
    transform: scale(1.1);
}


    
#header {
    width: 100%;
    height: 100vh;
    position: relative;
}


.container {
    padding: 10px 5%;
}


nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 3;
    background: #c5c5c528;
    filter: blur(50%);
    width: 100%;
    top: 0;
    left: 0;
}

.logo {
  width: 140px;
}


nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 20px;
}


nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}

nav ul li a::after{
   content: "";  
   width: 0;
   height: 3px;
   background: #fd0505;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   transition: width 0.5s ease;
   visibility: hidden;
}
nav ul li a:hover::after {
    width: 100%;
    visibility: visible;
}

nav ul li a.active:after {
    width: 100%;
    visibility: visible;
}

nav .fa-solid {
    display: none; 
 }
 

.header-text {
    margin-top: 20%;
    font-size: 30px;
}

.header-text h1 {
    font-size: 60px;
    margin-top: 20px;
    position: relative;
}
.header-text h1::after {
    content: "";  
    width: 0;
    height: 3px;
    background: #fd0505;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s; 
}

.header-text h1:hover::after {
    width: 35%; 
}

.header-text p span {
    color:#fd0505;
}

.button {
    display: inline-block;
    position: absolute;
    margin-left: 89%;
    margin-top: 0;
    width: fit-content;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    border:none;
    padding: 5px 30px;
    border-radius: 35px; 
    text-decoration: none;
    background: #fd0505;
    opacity: 0.6;
    transition: transform 0.5s;  
}
.button a {
    color: #fff;
    text-decoration: none;
}
.button:hover {
    transform: scale(1.1);
    opacity: 1;
}


/*//////------MEDIA QUERY SMART PHONES------//////*/

@media only screen and (max-width: 280px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 100%;
        min-width: 100%;
        height: 138vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: -2%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.5rem;
        color: #fff;
        padding: 20px 0 20px;
    }
    .card .card-details-media h4 span {
        padding: 0 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.7rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 10px 0 10px;
        font-size: 0.7rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.1rem;
       
    }
    .run i p {
        margin-top: -6%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

} 

@media only screen and (min-width: 281px) and (max-width: 374px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 100%;
        min-width: 100%;
        height: 138vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 4%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.5rem;
        color: #fff;
        padding: 20px 0 20px;
    }
    .card .card-details-media h4 span {
        padding: 0 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.9rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
        font-size: 0.9rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -6%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
    

}

@media only screen and (min-width: 375px) and (max-width: 389px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 100%;
        min-width: 100%;
        height: 138vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
    
}

@media only screen and (min-width: 390px) and (max-width: 411px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 100%;
        min-width: 100%;
        height: 138vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
    
}


@media only screen and (min-width: 412px) and (max-width: 413px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 100%;
        min-width: 100%;
        height: 138vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 5%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
    
}

@media only screen and (min-width: 414px) and (max-width: 429px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 100%;
        min-width: 100%;
        height: 138vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 5%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
    
}

@media only screen and (min-width: 430px) and (max-width: 539px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 100%;
        min-width: 100%;
        height: 138vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 3%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 1.1rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
        font-size: 1.1rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
    
}

@media only screen and (max-width: 654px) and (orientation: landscape) {

    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }
    .card {
        width: 25%;
        min-width: 25%;
        height: 35.7vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -3%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 0.8rem;
        color: #fff;
        padding: 4px 0 4px;
    }
    .card .card-details-media h4 span {
        padding: 0 3px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.4rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 7px 0 7px;
        font-size: 0.4rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 1.5rem;
       
    }
    .run i p {
        margin-top: -7%;
        font-size: 0.7rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}

@media only screen and (min-width: 655px) and (max-width: 666px) and (orientation: landscape) {

    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }
    .card {
        width: 25%;
        min-width: 25%;
        height: 35.7vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -3%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 0.8rem;
        color: #fff;
        padding: 4px 0 4px;
    }
    .card .card-details-media h4 span {
        padding: 0 3px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.4rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 7px 0 7px;
        font-size: 0.4rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 1.5rem;
       
    }
    .run i p {
        margin-top: -7%;
        font-size: 0.7rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}

@media only screen and (min-width: 667px) and (max-width: 668px) and (orientation: landscape) {

    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }
    .card {
        width: 30%;
        min-width: 30%;
        height: 42.7vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top:-2%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 0.8rem;
        color: #fff;
        padding: 4px 0 4px;
    }
    .card .card-details-media h4 span {
        padding: 0 3px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.55rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 10px 0 10px;
        font-size: 0.55rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 1.5rem;
       
    }
    .run i p {
        margin-top: -7%;
        font-size: 0.7rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}



@media only screen and (min-width: 669px) and (max-width: 719px) and (orientation: landscape) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }
    .card {
        width: 25%;
        min-width: 25%;
        height: 35.5vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -1%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.1rem;
        color: #fff;
        padding: 7px 0 7px;
    }
    .card .card-details-media h4 span {
        padding: 0 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.5rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 10px 0 10px;
        font-size: 0.5rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 1.5rem;
       
    }
    .run i p {
        margin-top: -7%;
        font-size: 0.7rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}
@media only screen and (min-width: 720px) and (max-width: 739px) and (orientation: landscape) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }
    .card {
        width: 40%;
        min-width: 40%;
        height: 57vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -2%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 12%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.1rem;
        color: #fff;
        padding: 7px 0 7px;
    }
    .card .card-details-media h4 span {
        padding: 0 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.7rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 10px 0 10px;
        font-size: 0.7rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 1.5rem;
       
    }
    .run i p {
        margin-top: -7%;
        font-size: 0.7rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}
@media only screen and (min-width: 740px) and (max-width: 843px) and (orientation: landscape) {

    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }
    .card {
        width: 27%;
        min-width: 27%;
        height: 38.4vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -2%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 1%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.1rem;
        color: #fff;
        padding: 7px 0 7px;
    }
    .card .card-details-media h4 span {
        padding: 0 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.5rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 5px 0 5px;
        font-size: 0.5rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 1.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 0.7rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}

@media only screen and (min-width: 844px) and (max-width: 932px) and (orientation: landscape) {

    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }
    .card {
        width: 25%;
        min-width: 25%;
        height: 35.5vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -1%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.1rem;
        color: #fff;
        padding: 7px 0 7px;
    }
    .card .card-details-media h4 span {
        padding: 0 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 0.55rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 10px 0 10px;
        font-size: 0.55rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 1.5rem;
       
    }
    .run i p {
        margin-top: -7%;
        font-size: 0.7rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }


}

    


/*----MEDIA QUERY PARA TABLETS----*/

@media screen and (min-width: 540px) and (max-width: 767px) and (orientation: portrait) {
    nav .fa-solid {
        display: block;
        font-size: 25px; 
    }

    nav ul {
        background: #fd05054f;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        filter: blur(50%);
    }

    nav ul li {
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }
    nav .fa-bars {
        margin-left: 30px;
        margin-top: 5px;
        opacity: 0.4; 
    }
    nav .fa-xmark {
        filter: invert();
    }

    .button {
        display: none;
        position: absolute;
        margin-left: 89%;
        margin-top: 0;
        width: fit-content;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 800;
        border:none;
        padding: 5px 30px;
        border-radius: 35px; 
        text-decoration: none;
        background: #fd0505;
        opacity: 0.6;
        transition: transform 0.5s;  
    }
    .logo {
        display: none;
    }

    .backgrounds {
        min-width: 107%;
    }


   


    .card {
        width: 70%;
        min-width: 70%;
        height: 99vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 0%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 0%;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
   
}

@media screen and (min-width: 768px) and (max-width: 819px) and (orientation: portrait) {
    .button {
        right: 2%;
    }

    .backgrounds {
        min-width: 100%;
        height: 115%;
    }


   
    .card {
        width: 70%;
        min-width: 70%;
        height: 98vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 4%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 4%;
        bottom: 0;
        left: 0;
        padding: 40px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 2.2rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 1.4rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
        font-size: 1.3rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        opacity: 0.0;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}

@media screen and (min-width: 820px) and (max-width: 852px) and (orientation: portrait) {
    .button {
        right: 2%;
    }

    .backgrounds {
        min-width: 100%;
        height: 115%;
    }


   
    .card {
        width: 70%;
        min-width: 70%;
        height: 98vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: 4%;
    }
    .card .poster {
       position: relative;
       overflow: hidden;
    }
    .card .poster::before {
        display: none;
        content: '';
        position: absolute;
        bottom: -30px;
        width: 100%;
        height: 105%;
        background: linear-gradient(0deg, #310505 6%, transparent);
        transition: 0.5s;
        z-index: 1;
    }
    .card:hover .poster::before {
        bottom: 0px;
        display: block;
        width: 100%;
    }
    .card .poster img {
        width: 100%;
        height: 100%;
        margin-top: 0;
        transition: transform 05.s;
    }
    .card:hover .poster img {
        filter: blur(5px);
        transform: translateY(-50px);
    }
    .card:hover {
        transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 8%;
        bottom: 0;
        left: 0;
        padding: 40px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    .card .card-details-media h1 {
        font-size: 2.2rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 1.4rem;
    }
    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
        font-size: 1.3rem;
    }
    .run {
       color: rgba(255, 255, 255, 0.7);
       text-align: center;
       transition: color 0.3s;
    }
    .run:hover {
        color: var(--primary);

    }
    .run i {
        font-size: 2.5rem;
       
    }
    .run i p {
        margin-top: -4%;
        font-size: 1.2rem;
        font-weight: 100;
     
    } 



    
    .ficha {
        display: none;
    }
    

    .ficha p {
        display: none;
        opacity: 0.0;
        
    }



   
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

}


@media screen and (min-width: 853px) and (max-width: 911px) and (orientation: portrait) {
    .button {
        margin-left: 83%;
    }
    
    .card {
        position: absolute;
        width: 50%;
        min-width: 50%;
        height: 69vw;
        top: 11%;
        left: 26%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        
    }
    .ficha {
        max-width: 80%;
        position: absolute;
        align-items: center;
        z-index: 1;
        margin-top: 108%;
        margin-left: -40%;
        color: rgba(255, 255, 255, 0.7);
    }

    .ficha h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1.4rem;
    }
    .ficha p {
        text-align: justify;
        font-size: 1.3rem;
    }


    .fichaP {
        display: none;
        opacity: 0.0;
        
    }

    .vid {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
     
    
    }   
    .vim {
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-left: 0%;
      
       
    }
    .close {
        top: 9%;
        right: 13%;
        cursor: pointer !important;
        max-width: 30px;
        z-index: 10000;
        
    } 
   
}

@media screen and (min-width: 912px) and (max-width: 1023px) and (orientation: portrait) {
    .button {
        margin-left: 84%;
    }
    
    .card {
        position: absolute;
        width: 50%;
        min-width: 50%;
        height: 69vw;
        top: 11%;
        left: 26%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        
    }
    .ficha {
        max-width: 80%;
        position: absolute;
        align-items: center;
        z-index: 1;
        margin-top: 108%;
        margin-left: -40%;
        color: rgba(255, 255, 255, 0.7);
    }

    .ficha h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1.4rem;
    }
    .ficha p {
        text-align: justify;
        font-size: 1.3rem;
    }


    .fichaP {
        display: none;
        opacity: 0.0;
        
    }

    .vid {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
     
    
    }   
    .vim {
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-left: 0%;
      
       
    }
    .close {
        top: 9%;
        right: 13%;
        cursor: pointer !important;
        max-width: 30px;
        z-index: 10000;
        
    } 
   
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
    .button {
        margin-left: 85%;
    }
    
    .card {
        position: absolute;
        width: 50%;
        min-width: 50%;
        height: 69vw;
        top: 11%;
        left: 26%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        
    }
    .ficha {
        max-width: 80%;
        position: absolute;
        align-items: center;
        z-index: 1;
        margin-top: 104%;
        margin-left: -40%;
        color: rgba(255, 255, 255, 0.7);
    }

    .ficha h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1.2rem;
    }
    .ficha p {
        text-align: justify;
        font-size: 1.2rem;
    }


    .fichaP {
        display: none;
        opacity: 0.0;
        
    }

    .vid {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(20px);
     
    
    }   
    .vim {
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-left: 0%;
      
       
    }
    .close {
        top: 9%;
        right: 13%;
        cursor: pointer !important;
        max-width: 30px;
        z-index: 10000;
        
    } 
}




@media only screen and (min-width: 933px) and (max-width: 1024px) and (orientation: landscape) {
    .button {
        margin-left: 86%;
    }
    
    .card {
        width: 40%;
        min-width: 40%;
        height: 56vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -2%;
    }
    .card .poster {
        position: relative;
        overflow: hidden;
    }
     .card .poster::before {
         display: none;
         content: '';
         position: absolute;
         bottom: -30px;
         width: 100%;
         height: 105%;
         background: linear-gradient(0deg, #310505 6%, transparent);
         transition: 0.5s;
         z-index: 1;
    }
     .card:hover .poster::before {
         bottom: 0px;
         display: block;
         width: 100%;
    }
     .card .poster img {
         width: 100%;
         height: 100%;
         margin-top: 0;
         transition: transform 05.s;
    }
     .card:hover .poster img {
         filter: blur(5px);
         transform: translateY(-50px);
    }
     .card:hover {
         transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 4%;
        bottom: 0;
        left: 0;
        padding: 40px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 1rem;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
        font-size: 0.9rem;
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    

    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }

    .ficha {
        display: none;
    }
    .fichaP {
        display: none;
        opacity: 0.0;
    }
    .run {
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        transition: color 0.3s;
    }
     .run:hover {
         color: var(--primary);
 
    }
     .run i {
         font-size: 2.5rem;
        
    }
     .run i p {
         margin-top: -4%;
         font-size: 1.2rem;
         font-weight: 100;
      
    } 
    
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }

 
 

}

@media only screen and (min-width: 1025px) and (max-width: 1180px) and (orientation: landscape) {
    .button {
        margin-left: 87%;
    }
    
    .card {
        width: 40%;
        min-width: 40%;
        height: 56vw;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        position: relative;
        z-index: 0;
        margin-right: 20%;
        margin-top: -2%;
    }
    .card .poster {
        position: relative;
        overflow: hidden;
    }
     .card .poster::before {
         display: none;
         content: '';
         position: absolute;
         bottom: -30px;
         width: 100%;
         height: 105%;
         background: linear-gradient(0deg, #310505 6%, transparent);
         transition: 0.5s;
         z-index: 1;
    }
     .card:hover .poster::before {
         bottom: 0px;
         display: block;
         width: 100%;
    }
     .card .poster img {
         width: 100%;
         height: 100%;
         margin-top: 0;
         transition: transform 05.s;
    }
     .card:hover .poster img {
         filter: blur(5px);
         transform: translateY(-50px);
    }
     .card:hover {
         transform: scale(0.95);
    }
    .card .card-details-media {
        display: none;
        position: absolute;
        text-align: center;
        top: 10%;
        bottom: 0;
        left: 0;
        padding: 40px;
        width: 100%;
        z-index: 2;
        transition: 0.5s;
        color: rgba(255, 255, 255, 0.7);
    }
    .card .card-details-media h1 {
        font-size: 1.7rem;
        color: #fff;
        padding: 30px 0 30px;
    }
    .card .card-details-media h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 1rem;
    }
    .card .card-details-media p {
        text-align: justify;
        padding: 20px 0 20px;
        font-size: 1rem;
    }
    .card:hover .card-details-media {
        bottom: 40px;
        display: block;
    }
    

    .card .card-details-media h4 span:first-child {
        padding-left: 0;
    }
    .card .card-details-media h4 span:last-child {
        border-right: none;
    }

    .ficha {
        display: none;
    }
    .fichaP {
        display: none;
        opacity: 0.0;
    }
    .run {
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        transition: color 0.3s;
    }
     .run:hover {
         color: var(--primary);
 
    }
     .run i {
         font-size: 2.5rem;
        
    }
     .run i p {
         margin-top: -4%;
         font-size: 1.2rem;
         font-weight: 100;
      
    } 
    
    .closemob {
        cursor: pointer !important;
        filter: invert(1);
       
    }
   
    
    .vidmob {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(20px);
        z-index: 10000;
    }
    .vimob {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 0;
        
    }
}

@media screen and (min-width: 1181px) and (max-width: 1279px) and (orientation: landscape) {
    
    .button {
       margin-left: 87%;
    }

    .card {
        position: absolute;
        width: 25%;
        min-width: 25%;
        height: 35vw;
        top: 15%;
        left: 10%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        
    }
    .ficha {
        max-width: 37%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: left ;
        align-items: left;
        z-index: 1;
        margin-top: 19%;
        margin-left: -7%;
        color: rgba(255, 255, 255, 0.7);
    }
    .ficha h1 {
        font-size: 1.7rem;
    }
    
    .ficha h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 0.9rem;
    }
    .ficha p {
        text-align: justify;
        font-size: 0.9rem;
    }
    .play {
        margin-top: 2%;
        padding: 40px 0 40px;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        letter-spacing: 1px;
        cursor: pointer !important;
        transition: 0.3s;
    }
    .play i {
        margin-top: -10%;
        margin-right: 10px;
        font-size: 1.8rem;
        cursor: pointer  !important;
    }
    .play i p {
        margin-left: 42px;
        margin-top: -12.8%;
        font-size: 0.8rem;
        font-weight: 100;
        cursor: pointer  !important;
    }


    .fichaP {
        display: none;
        opacity: 0.0;
        
    }

    .vid {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
     
    
    }   
    .vim {
        width: 80%;
        height: 80%;
        margin-top: 7%;
        margin-left: 10%;
      
       
    }
    .close {
        position: absolute;
        top: 9%;
        right: 13%;
        cursor: pointer;
        filter: invert(1);
        max-width: 30px;
    }
    

}
 


@media screen and (min-width: 1279px) and (max-width: 1365px) and (orientation: landscape) {


    .card {
        position: absolute;
        width: 25%;
        min-width: 25%;
        height: 35vw;
        top: 15%;
        left: 10%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        
    }
    .ficha {
        max-width: 37%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: left ;
        align-items: left;
        z-index: 1;
        margin-top: 20%;
        margin-left: -7%;
        color: rgba(255, 255, 255, 0.7);
    }
    .ficha h1 {
        font-size: 2rem;
    }
    
    .ficha h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1rem;
    }
    .ficha p {
        text-align: justify;
        font-size: 1rem;
    }
    .play {
        margin-top: 2%;
        padding: 40px 0 40px;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        letter-spacing: 1px;
        cursor: pointer !important;
        transition: 0.3s;
    }
    .play i {
        margin-top: -10%;
        margin-right: 10px;
        font-size: 1.8rem;
        cursor: pointer  !important;
    }
    .play i p {
        margin-left: 42px;
        margin-top: -12.8%;
        font-size: 0.8rem;
        font-weight: 100;
        cursor: pointer  !important;
    }


    .fichaP {
        display: none;
        opacity: 0.0;
        
    }

    .vid {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(20px);
     
    
    }   
    .vim {
        width: 80%;
        height: 80%;
        margin-top: 7%;
        margin-left: 10%;
      
       
    }
    .close {
        position: absolute;
        top: 9%;
        right: 13%;
        cursor: pointer;
        filter: invert(1);
        max-width: 30px;
    }
    

}

/*@media screen and (min-width: 1282px) and (max-width: 1365px) and (orientation: landscape) {
    .card {
        position: absolute;
        width: 20%;
        min-width: 20%;
        height: 28vw;
        top: 17%;
        left: 10%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        
    }
    .ficha {
        max-width: 37%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: left ;
        align-items: left;
        z-index: 1;
        margin-top: 20%;
        margin-left: -7%;
        color: rgba(255, 255, 255, 0.7);
    }
    .ficha h1 {
        font-size: 1.5rem;
    }
    
    .ficha h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 0.9rem;
    }
    .ficha p {
        text-align: justify;
        font-size: 0.8rem;
    }
    .play {
        margin-top: 2%;
        padding: 40px 0 40px;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        letter-spacing: 1px;
        cursor: pointer !important;
        transition: 0.3s;
    }
    .play i {
        margin-top: -10%;
        margin-right: 10px;
        font-size: 1.8rem;
        cursor: pointer  !important;
    }
    .play i p {
        margin-left: 42px;
        margin-top: -12.8%;
        font-size: 0.8rem;
        font-weight: 100;
        cursor: pointer  !important;
    }


    .fichaP {
        display: none;
        opacity: 0.0;
        
    }
}*/
 



@media screen and (min-width: 1365px) and (max-width: 1369px) and (orientation: landscape) {

    .card {
        position: absolute;
        width: 30%;
        min-width: 30%;
        height: 42vw;
        top: 21%;
        left: 10%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.7);
        transition: transform 0.5s;
        
    }
    .ficha {
        max-width: 45%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: left ;
        align-items: left;
        z-index: 1;
        margin-top: 31%;
        margin-left: -2%;
        color: rgba(255, 255, 255, 0.7);
    }
    .ficha h1 {
        font-size: 2.2rem;
    }
    
    .ficha h4 span {
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1.2rem;
    }
    .ficha p {
        text-align: justify;
        font-size: 1.2rem;
    }
    .play {
        margin-top: 8%;
        padding: 40px 0 40px;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        letter-spacing: 1px;
        cursor: pointer !important;
        transition: 0.3s;
    }
    .play i {
        margin-top: -10%;
        margin-right: 10px;
        font-size: 2.2rem;
        cursor: pointer  !important;
    }
    .play i p {
        margin-left: 42px;
        margin-top: -12.8%;
        font-size: 1.4rem;
        font-weight: 100;
        cursor: pointer  !important;
    }



    .fichaP {
        display: none;
        opacity: 0.0;
        
    }

    .vid {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(20px);
     
    
    }   
    .vim {
        width: 80%;
        height: 80%;
        margin-top: 7%;
        margin-left: 10%;
      
       
    }
    .close {
        position: absolute;
        top: 9%;
        right: 13%;
        cursor: pointer;
        filter: invert(1);
        max-width: 30px;
    }
    

}



 
