.home {
    margin: auto;
    width: 95%;
    display: block;
    list-style: none;
    min-height:900px;
}

.card {
    width: calc( 100% / 5 - 20px);
    background-color: #E5E5E5;
    min-height: 600px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    float: left;
    border: none;
    margin-right: 20px;
    margin-top: 20px;
    justify-content:center;
}

    .card .body {
        min-height: 700px;
        position: relative;
        width: 100%;
        background-color: #E5E5E5;
        border-radius: 10px;
    }

    .card .header {
        max-height: 500px;
        width: 100%;
    }

        .card .header img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

    .card .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #000;
        padding: 5px 5px 20px 5px;
        border-radius: 0px 0px 10px 10px;
        z-index:1;
    }

        .card .content .tittle {
            width: 100%;
            min-height: 200px;
            height: 2.5em;
        }

            .card .content .tittle h1 {
                font-size: 16px;
                color: #FFFFFF;
                text-align: justify;
                padding: 0px 10px;
                height: 3.5em;
                line-height:1.3em
            }

        .card .content .button {
            padding: 0px 10px;
        }

        .card .content .data {
            padding: 0px 10px;
            font-size: 16px;
            width: 100%;
            color: #FCA311;
            font-weight: bold;
            height: 3em;
        }

.card-data {
    width: 100%;
    border: none;
    margin: auto;
    margin-bottom:20px;
    margin-top:20px;
   
}

    .card-data .card-info {
        margin: auto;
        width: 100%;
        max-width: 1100px;
        background-color: #E5E5E5;
        border-style: solid;
        border-width: 2px;
        border-radius: 5px;
        border-color: #235572;
    }
/*
        .card-data .card-info div {
            margin: 0;
             padding: 0; 
        }
*/
        .card-data .card-info .card-info-title {
            width: 100%;
            padding: 0px 10px;
            margin: 0;
            font-size: 36px;
            text-align: justify;
        }

        .card-data .card-info .card-info-title {
            width: 100%;
            padding: 0px 10px;
            margin: 0;
            font-size: 30px;
            text-align: justify;
            color: #FF0000;
        }

        .card-data .card-info .card-info-price {
            width: 100%;
            padding: 20px 10px;
            margin: 0;
            font-size: 18px;
            text-align: justify;
            color: #000000;
        }

        .card-data .card-info .card-info-detail {
            width: 100%;
            padding: 20px 10px;
            margin: 0;
            font-size: 16px;
            text-align: justify;
            color: #000000;
        }
        .card-data .card-info .card-info-description {
            width: 100%;
            padding: 20px 10px;
            margin: 0;
            font-size: 16px;
            text-align: justify;
            color: #000000;
        }

@media only screen and (max-width: 1660px) {
    .home {
        min-height: 1300px;
    }
    .card {
        width: calc( 100% / 4 - 20px);
        min-height: 500px;
    }

        .card .body {
            min-height: 550px;
            max-height: 550px;
        }

        .card .header {
            max-height: 400px;
            width: 100%;
        }

        .card .content .tittle {
            width: 100%;
            max-height: 90px;
        }
}

@media only screen and (max-width: 1440px) {
    .home {
        min-height: 1300px;
    }
    .card {
        width: calc( 100% / 3 - 20px);
        min-height: 400px;
    }

        .card .body {
            min-height: 500px;
            max-height: 500px;
        }

        .card .header {
            max-height: 250px;
            width: 100%;
        }

        .card .content .tittle {
            width: 100%;
            max-height: 80px;
        }

            .card .content .tittle h1 {
                font-size: 14px;
            }
}

@media only screen and (max-width: 1100px) {
    .home {
        width: 90%;
    }

    .card {
        width: calc( 100% / 3 - 20px);
        min-height: 380px;
    }

        .card .body {
            min-height: 550px;
            max-height: 550px;
        }

        .card .header {
            max-height: 300px;
            width: 100%;
        }

        .card .content .tittle {
            width: 100%;
            min-height: 90px;
        }

            .card .content .tittle h1 {
                font-size: 13px;
            }
    #no-price {
        all: initial;
    }
    #price {
        all: initial;
    }
}

@media only screen and (max-width: 950px) {
    .home {
        width: 90%;
        min-height: 1800px;
    }

    .card {
        width: calc( 100% / 2 - 20px);
        min-height: 380px;
    }

        .card .body {
            min-height: 500px;
            max-height: 500px;
        }

        .card .header {
            max-height: 400px;
            width: 100%;
        }
}

@media only screen and (max-width: 850px) {
    .home {
        width: 90%;
    }

    .card {
        width: calc( 100% / 2 - 20px);
        min-height: 450px;
    }

        .card .body {
            min-height: 450px;
            max-height: 450px;
        }
}

@media only screen and (max-width: 700px) {
    .home {
        width: 90%;
    }

    .card {
        width: calc( 100% / 2 - 20px);
    }

        .card .body {
            min-height: 450px;
            max-height: 450px;
        }
}

@media only screen and (max-width: 650px) {
    .home {
        width: 90%;
    }

    .card {
        width: calc( 100% / 2 - 20px);
    }

        .card .body {
            min-height: 500px;
            max-height: 500px;
        }
}

@media only screen and (max-width: 520px) {
    .home {
        width: 90%;
        /*min-height:3600px;*/
    }

    .card {
        width: 100%;
    }

        .card .body {
            min-height: 650px;
            max-height: 650px;
        }
}

.btn-home {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.btn-home-primary {
    --bs-btn-color: #235572;
    --bs-btn-bg: #FFF;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(2.0); /* Chrome, Safari, Opera */
    transform: scale(2.0);
}

#alerts {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: .6rem;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}