:root {
    --primario: #1c428d;
    --secundario: #a52229;
    --gris: #f5f5f5;
}
body {
    font-family: 'Roboto', sans-serif;
    color:#303030;
    margin: 0;
}

header {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: fixed;
    z-index: 100;
}
.text { 
    font-family: Arial, Helvetica, sans-serif;
}

.bg-primary{
    
    background-color: #58321b !important;
}
.bg-secondary{
    background-color: #399939 !important;
}
.bg-vino {
    background-image: url(../img/principal2.png);
}
.bg-comida {
    background-image: url(../img/principal1.jpg);
    
}
.imagen {
    background-size: cover;
    background-position: top center;
}
@media (min-width: 768px) {
    .imagen-superior> div,
    .imagen-inferior> div {
        height: 30rem ;
    }
}

@media (min-width:768px) {
    .imagen-inferior .bg-comida {
        order: unset;
    }
}
.imagen-superior .contenido{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.imagen-inferior .contenido{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.contenido p {
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 2rem;
}
.nav-link,
.nav-link:hover {
    color: black;
    size: 2px;
}
p {
    font-weight: 100;
    font-size: 1.2rem;
}
/*nosotros*/
.separador::after {
    content: '';
    display: block;
    width: 350px;
    height: 100px;
    background-image: url(../img/separador_rojo.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 5px auto 0 auto;
}
.nosotros .informacion h3{
    font-weight: 300;
    font-size: 1.6rem;
}
/*proximas clases*/
.clases {
    background-color: #f5f5f5;
    text-align: center;
}
.card {
    margin-bottom: 2rem;
}
.badge-secondary{
    background-color: #c7c57d;
}
.card-meta span {
    font-weight: 700;
}
.card-subtitle {
    color: #f46669;
    font-weight: 400;
    line-height: 2rem;
}
.card-body p {
    font-size: 1rem;
    line-height: 2rem;
}
.card-body a {
    color: #f46669;
}

