

div.contenedor{
width: 100%;
/*max-width: 1200px;*/
justify-content: center;
height: 430px;
display: flex;
flex-wrap: wrap;
margin: auto;
margin-bottom: 200px;
margin-top: 150px;
min-height: 500px;
}

.contenedor .carta{
width: 330px;
height: 430px;
border-radius: 8px;
box-shadow: 0 2px 2px rgba(0,0,0,0.2);
margin: 20px;
text-align: center;
transition: all 0.25s;

}

.contenedor .carta:hover{
transform: translateY(-15px);
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

}

.contenedor .carta img{
 width: 330px;
 height: 220px;   
}

.contenedor .carta h4{
    font-weight: 600;
}
.contenedor .carta p{
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    overflow-y: auto;
}

.contenedor .carta a{
    font-weight: 500;
    text-decoration: none;
    color: #3498db;

}

.results{
    width: 100%;
    /*max-width: 1200px;*/
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    min-height: 0px;
    margin-top: 50px;;
    }
    
    .results .carta{
    width: 330px;
    height: 430px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
    background-color: rgb(7, 7, 7);
    z-index: 30;
    }
    
    .results .carta:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    
    }
    
    .results .carta img{
     width: 330px;
     height: 220px;   
    }
    
    .results .carta h4{
        font-weight: 600;
        color: white;
    }
    .results .carta p{
        padding: 0 1rem;
        font-size: 16px;
        font-weight: 300;
        color: aliceblue;
    
    }

    .carta h4 {
        background-color: black;
    }
    
    .results .carta a{
        font-weight: 500;
        text-decoration: none;
        color: #dba634;
    
    }

    .results input{
    max-height: 50px;
    }

    .results button{

    max-height: 50px;; 
    padding: 10px;   
    }


    .results2{
        width: 100%;
        /*max-width: 1200px;*/
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        min-height: 0px;
        margin-top: 50px;;
        }
        
        .results2 .carta{
        width: 330px;
        height: 430px;
        border-radius: 8px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
        margin: 20px;
        text-align: center;
        transition: all 0.25s;
        background-color: white;
        z-index: 30;
        }
        
        .results2 .carta:hover{
        transform: translateY(-15px);
        box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
        
        }
        
        .results2 .carta img{
         width: 330px;
         height: 220px;   
        }
        
        .results2 .carta h4{
            font-weight: 600;
        }
        .results2 .carta p{
            padding: 0 1rem;
            font-size: 16px;
            font-weight: 300;
        
        }
        
        .results2 .carta a{
            font-weight: 500;
            text-decoration: none;
            color: #3498db;
        
        }
    
        .results2 input{
        max-height: 50px;
        }
    
        .results2 button{
    
        max-height: 50px;; 
        padding: 10px;   
        }