body{
    background-color:white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}

.info{
    width: 80%;
    height: 250px;
   
    margin: 0 auto;
    padding-bottom: 15px;
}



    

.card{
   display: flex;
    
    .header{
        position: relative;
        left: 10%;
        text-align: center;
       
        h1{
            color: black;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
    }
    
  .carusel{
   
    img{
        max-width: 100%;
    }
  }    
    
  .card_body{
    
    position: relative;
    left: 20%;
    border-radius: 18px;
    width: 500px;
    height: 100%;
    padding: 20px;
    box-shadow: -2px -5px 40px 5px black;
    display: block;

   
    .vistas{
        color: black;
        font-size: 12px;
    }
    .time{
        color: black;
        display: flex;
    }
  }
  .validate{
    border: 1px solid blue;
   border-radius: 8px ;
    text-align: center;
    background-image: linear-gradient(
        150deg
        #9500ff
        #09f
        #00DDFF
    );
    width: 100%;
    
    display: flex;
    color: white;
    font-size: 18px;
    padding: 4px;
    cursor: pointer;
    transition: .3s;
    span{
        width: 100%;
        background-color:rgb(59, 53, 53) ;
        padding: 16px 24px;
        border-radius: 8px;
        transition: .3s;
    }
    span:hover{
        background: none;
        color: rgb(10, 10, 10);
    }
    
  
  
  }
  .validate:active{
    transform: scale(0.9);
  }
  .precio{
    padding-top: 15px;
    color: black;
    
    position: relative;
    p{
        font-size: 15px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        small{
            font-size: 20px;
            font-weight: bold;
            color: rgb(216, 99, 31);
            position: relative;                       
          
            
            font-family: Georgia, 'Times New Roman', Times, serif;
        }
    }
   }
  
}
.descripcion{
    color: black;
    font-size: 10px;
}
