body {
    margin-top: 4.7rem;
}

.fondo {
    background:white;
    border-style: groove 4px;
    border: none;
}
/*CSS index*/
.navbar {
    opacity: 0.8;
}
.section {
    text-align: center;
    font-size: xx-large;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.imgCarrousel {
    max-width: 100vw;
    max-height: 90vh;
    min-width: 100vw;
    min-height: 90vh;
    object-fit:fill;
    opacity: 0.8;
}
.colorText {
    color:whitesmoke;
}
.letraGrande {
    font-size: xx-large;
    font-weight: 700;
}
.imgTamano {
object-fit: contain;
}
.orden {
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
}

.margenSim {
    margin: 2rem;
}
.margenSimTarjeta {
    margin: 2rem 10rem;
}

.bordesCard {
    border: 10px solid rgba(0, 0, 0, 0.619);
}
.overflowHTML {
    overflow: hidden;
}
.lineHr {
    border-color: 20px black;
}
