.transportationProvide {
    width: auto;
    height: 70vh;
    background-color: #ffffff;
    padding-top: 2%;


}

.private {
    color: rgb(179, 134, 69);
    font-size: 50px;
    font-weight: 900;

}

.transfer {
    color: black;
    font: oblique bold 400% cursive;
    margin-bottom: 50px;

}


.minivan {
    width: auto;
    background-color: rgb(179, 134, 69);
    border-radius: 80%;
}

.amenities {
    display: flex;
}

.amenities img {
    width: 10vh;
}


/*CSS Form transportation*/

* {
    box-sizing: border-box;
}

/* Style the input container */
form {
    background-color: rgb(179, 134, 69);
    margin: 0rem 30rem 5rem 30rem;
    padding: 1rem;
    border-radius: 0.75rem;

}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: rgb(202, 166, 116);
    color: white;
    min-width: 50px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid rgb(202, 166, 116);
}

/* Set a style for the submit button */
.btn {
    background-color: rgb(202, 166, 116);
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 80%;
    opacity: 0.9;
}

.btn:hover {
    opacity: 1;
}
/* span form from transport */
.span-id-1231{
    font-weight: bold;
    color: #333; /* Cambia el color según tus preferencias */
    margin-bottom: 5px; /* Ajusta el margen inferior según sea necesario */
}

@media (max-width: 1471px) {
    .transportationPage {
        height: auto;
    }

    form {
        background-color: rgb(179, 134, 69);
        margin: 5rem 0rem 2rem 0rem;
        padding: 1rem;
        border-radius: 0rem;
    
    }

    .transportationProvide {
        height: auto;
        background-color: #ffffff;
        padding-top: 2%;

    }

    .private {
        color: rgb(179, 134, 69);
        font-size: 25px;
        font-weight: 900;

    }

    .transfer {
        color: black;
        font: oblique bold 200% cursive;
        margin-bottom: 50px;

    }

    .amenities img {
        width: 5vh;
    }

    .card-img-overlay strong {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .card-img-overlay strong p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .card-img-overlay strong h2.card-title {
        font-size: 18px bold;
    }

}



@media (max-width: 1024px) {

    form {
        background-color: rgb(179, 134, 69);
        margin: 10rem 0rem 2rem 0rem;
        padding: 1rem;
        border-radius: 0rem;
    
    }


    .transportationProvide {
        height: auto;

    }

    .card-img-overlay {
        margin: 5px;
    }

    .card-img-overlay strong {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .card-img-overlay strong p {
        font-size: 14px;
    }

    .card-img-overlay strong h2.card-title {
        font-size: 18px;
    }



}