p {
    margin-top: 1em;
    color: var(--text-gray);
}

.form-floating > label {
    position: absolute;
    top: -0.4rem;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: auto;
}
/* .form-floating>.form-control{

    min-height: 40px !important;

} */

.container-contacto {
    height: 30rem;
    margin-top: 10rem;
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}

.img-tlf {
    width: 3rem;
    height: 3rem;
}

.titulo-contacto {
    margin: unset;
    color: var(--clr-blue-quaternary);
    font-size: 25px
}

.subtitulo-contacto {
    margin: unset;
    font-style: italic;
    font-size: 16px
}

.container-texto-Contacto {
    padding-left: 4rem;
    margin-top: 2rem
}

.texto-contacto {
    color: #51585e;
    text-align: justify
}

.h4-contacto {
    text-align: center;
    color: var(--clr-blue-primary);
}

.card-Contacto {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    height: 35rem;
    margin-top: 10rem;
}

.titulo-card {
    height: 4rem;
    background-color: var(--clr-blue-quaternary);
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.h4-titulo-card {
    color: white;

}

.div-height {
    height: 5rem;
}

.div-height2 {
    height: 16rem;
}


.input-contacto {
height: 60px !important;
/*
    width: 15rem;

    min-height: calc(2rem + calc(var(--bs-border-width) * 2)); */
}
/*
.input-contacto-text {
    width: 30rem;

    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
}
*/
.fit-content {
    width: fit-content;
}
.boton-enviar{
    background-color: var(--clr-blue-quaternary);
    border-color: var(--clr-blue-quaternary);
}