
#parrafo{
    font-family: Aboreto
}

#cabecera1{
    background-size: cover;
    width: 100%;
    height: auto;
}

.quienesSomosEncabezado{
    text-align: center;
    margin: 50px;

}

.cartas{
    margin: 50px;
    text-align: center;
    background-color: rgb(73, 70, 70);
    color: white;
   border-radius: 5px;
}

.card1{
    background-color:rgb(73, 70, 70);
    margin: 10px;
    
}

.card2{
    background-color:rgb(73, 70, 70);
    margin: 10px;

}

#cabecera2{
    background-size: cover;
    width: 100%;
    height: auto;
}

.img-fluid{  
    width: 100%;
    height: 400px;
    border-radius: 5px;
    object-fit: auto; }

