/*--Barra de Navegacion--*/
.navbar{
    padding: 1rem;
    background-color:rgb(0, 119, 255);
}
.navbar-collapse{ 
    align-items: center;
    justify-content: space-between;
}
@media screen and(max-width:767px){
.navbar-brand{
    opacity: 0;
    align-items: center;
    display:none;

}
}
/*estilosgenerales*/
h1 {color: rgb(134, 121, 109);
    font-family: 'Zhi Mang Xing', cursive;
       text-align: center;
      font-size: 60px;
  }
  h2 {color: rgb(134, 121, 109);
    font-family: 'Montserrat', sans-serif;
       text-align: center;
      font-size: 40px;
      margin-bottom: 2.5rem;
  }
  p{color: rgb(134, 121, 109);
    font-family: 'Neucha', cursive;
       font-size:20px;
  }
.card-title{color: rgb(134, 121, 109);
}

.seccion-titulo{
    color:white;
    text-align: center;
    font-family: 'Carter One', cursive;
    font-size: -1rem;
}
.seccion-texto{
    color:red;
    text-align: center;
    font-family: 'Knewave', cursive;
    font-size: 1.5rem;
}
.seccion-titulo-2{
    color:white;
    font-family: 'Montserrat', sans-serif;
        text-align: center;

}