
.img-card {
    margin-top: 0px;
    min-width: 45%;
    margin-right: 8px;
    /* width: 1000px; */
    background-color : black;
    border: 15px solid  #f1f1f1;
}

.container {
    padding: 0;
    margin-top: -80px;
}

.container-plan {
    display: flex;
    overflow-x: scroll;
}

.container-options{
    margin-top: 40px;
    
    /* border : 1px solid blue; */

}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #0000001f;
    background-color: white;
    box-shadow: -5px 5px 9px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -5px 5px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow:-5px 5px 9px 0px rgba(0,0,0,0.75);
}

.image {
    border-radius: 15px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    


}

.item .text p {
    font-size:20px;
    margin: auto 0;
}

.image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
input {
    border : 1px solid grey;
    padding-top: 10px;
    text-align: center;
    border: none;
    width:60px ; 
    color:grey;
    font-size: 25px;
    font-weight: bold;
}



.text p {
    font-size: 15px;
}

button {
    background:none;
    border: none;
    /* border-radius: 100%; */
    /* background-color: blue; */
}

.rounded-icone{
   
    /* padding: 20px; */
    display: inline-block;
    background-color:  #006B88;
    width: 32px;
    height: 32px;
    border-radius : 50%;
    display: grid;
    place-items: center;
    opacity: 1;
}