header {
    margin-top: 0px;
    padding-top: 40px;
}

header img {
    align-self: center;
    height: 70px;
    margin-top: 0px;
}


header .header--title {
    font-size: 3.2rem;
}

header .header--titleinferior {
    font-size: 2.2rem;
}

header .header--description {
    margin-top: 0px;
    font-size: 2.6rem;
}

/* #backgroundImg{
    padding-top: 90.00%;
} */

.paso--content img {
    height: 44px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.paso--content--fanimg{
    height: 70px;
    margin-top: 3rem;
}

.carousel-content{
    margin: 0 26%;
    margin-bottom: 20px;
}

.card {
    height: 314px;
    min-width: 256px;
}

.card img {
    height: 210px;
    margin-top: 28px;
    margin-bottom: 0px;
    width: 105%;
}

.card-title{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 0px;
}
.card-text{
    font-size: 1.6rem;
}

.btn-enviar-new{
    font-size: 2.2rem;
    height: 50px;
    max-width: 300px;
    margin-top: 1rem;
}

#backgroundImg {
    background-image: url('../image/fondo-blanco-azul.svg'); /* Reemplaza 'ruta/a/tu/imagen.jpg' con la ruta a tu imagen */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

.text-inferior {
    width: 90%;
    align-self: center;
    font-size: 2.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 250;
    color: var(--negro-bajo);
    text-align: center;
}