body {
    font-family: 'Quicksand', sans-serif;
}

p,
label,
button,
li {
    font-weight: 500;
}

hr { border: none; 
    height: 0.5px; 
    color: #333; 
    background-color: #333;
    }


header h1, h2 {
    font-weight: bold;
}

nav {
    background-color: black;
}

.navbar-brand {
    font-size: 0;
}

.navbar-brand img {
    height: 3.3rem;
}

.nav-link:hover {
    background-color: rgb(138, 138, 138);
}


.fondo {
 
    background-color: white;
}

.fondo_2 {
 
    background-color: rgb(246, 246, 246);
    
}

.cartex {
    color: #ffeded;
    background-color: rgba(0, 0, 0, 0.49);
    border-radius: 2rem;
    padding: 0;
    
}

.sub {
    font-weight: 500;
    font-size: 2rem;

}

.sub1 {
    font-weight: 500;
    font-size: 2.5rem;
}

.p2 {
    font-weight: 500;
}

footer {
    background-color: black;
}

.foot {
    background-color: rgb(224, 224, 224);
}

@media (min-width: 768px) {
    .sub {
        font-size: 2rem;
    }

    .sub1 {
        font-size: 3rem;
    }
}
