/*Cards*/
nav{
    background-image: url(../img/principal/background-nav.png);
    a{
        color:  #c71315 !important; 
       }   
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(0, 0, 0);
   
}
header{
    margin-bottom: 100px;
}
.nav-nx{
    padding-left: 5%;
}
.nav-item a{
    color:#c71315 !important;
    margin-right: 50px;
}



.titulo-contacto{
    width: 430px;
    height: 50px;

}
.titulo-contacto h2{
    width: 430px;
    height: 26px;   
    font-size: 22px;
}
.titulo-contacto p{
    width: 296px;
    height: 76px;
    gap: 0px;
}




.row {
    margin: 20px ;
    padding: 20px;
}


.card-title{
 
    font-size: 20px;
}

.information-link{
    color: #c71315 !important;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 10px;
}