* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #9f2241;
    background-image: url("../img/fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.fondoEncabezado {
    position: fixed;
    z-index: 0;
} 

.border-rojo {
    border-color: solid 4px blue;
}

/*FIJAR ENCABEZADO*/
/*.encafijo {

}*/

/** PROPIEDADES DEL CARRUSEL*/
.d-item {
    height: 475px;
}
.d-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.2);
}

.mtop-10 {
    margin-top: 10%;
}
.mtop-110 {
    margin-top: 110px;
}

.fijo {
    position: fixed;
}

