.banner-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex-direction: column;
    position: relative;
    margin-bottom: 100px;
}

.banner-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-2 h3{
    font-size: 64px;
    font-family: 'Inter',sans-serif;
    position:absolute;
    color:white
}

.banner-2 a{
    position: absolute;
    bottom: 95px;
    padding-right: 20px;
    padding-left: 20px;
    width: 161px;
    height: 38px;
    font-size: 14px;
}

.contenedor-ventas{
    display:flex;
    flex-direction: column;
    align-items: center;
}

.grupo-ventas{
    display: flex;
    flex-direction: row;
    gap:30px;
}

.objeto-ventas{
    border: 2px solid #3E9984;
    border-radius: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 318px;
}

.objeto-ventas img{
    width: 315px;
    height: 315px;
}

.objeto-ventas p{
    text-align: center;
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.boton-container{
    display: flex;
    border: 2px solid #3E9984;
    border-radius: 50px;
    overflow: hidden;
    width: 90px;
    height: 25px;
    position: relative;
}

.boton-container input{
    border: none;
    padding: 8px 12px;
    flex: 1;
    outline: none;
    font-size: 14px;
    text-align: center;
    width: 65px;
}

.boton-container input::-webkit-outer-spin-button,
.boton-container input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.boton-container button{
    background-color: #3E9984;
    color:white;
    border:none;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 0px;
}

.boton-container .btn-menos{
    position: absolute;
    right:60px
}

.grupo-objetos{
    display:flex ;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:75px;
    margin-top: 10px;
}

.boton-añadir{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.boton-añadir a{
    width: 130px;
    height: 36px;
    font-size: 11px;
    border-radius: 25px;
    line-height: 37px;
}

.grupo-objetos h2{
    font-size: 16px;

}

.grupo-objetos span{
    font-size: 16px;
}

.seleccionado{
    background-color: #3E9984;
    padding: 0px 5px;
    border-radius: 3px;
    color: white;
}

