.tituloMini {
    min-width: 80%;
    background-color: #1f8a70;
    color: #fff;
    display: grid;
    align-items: center;
    margin-top: -40px;
    margin-bottom: 10px;

    h4 {
        padding: 5px 10px;
        margin: 0px;
    }
}

.precios {
    justify-content: center;

    h4 {
        font-family: 'Dubai-Bold', sans-serif;
        color: #1f8a70;

    }
}

.detalles {
    background-color: #5ce1e6;
    color: #fff;
    font-family: 'Dubai-Regular', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 25px;
    border-radius: 25px;
    min-width: 80%;
    margin: 20px 0px;

}

.detalles:hover {
    background-color: #fff;
    color: #606060;
    border: 1px solid #606060;
}

.card {
    border-radius: 25px;
}

.calls {
    position: fixed;
    z-index: 10;
    right: 10px;
}

.iconContact {
    margin: 10px;
    padding: 5px;
    background-color: #5ce1e6;
    width: fit-content;
    align-content: center;
    justify-content: center;
}