 body {
        padding-top: 70px;
      }

      .boton {
        background-color: #A22B2A;
        color: white;
        width: 50%;
        border-radius: 15px;
      }

      .boton:hover {
        background-color: grey;
      }

      h3, h2, h1{
        color: #A22B2A;
      }

      /* Efecto hover en Nuestras cartas */
      .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }

      .nav-link:hover {
        text-decoration: none;
        color: #A22B2A;
        background-color: bisque;
      }
      #miSlider {
        max-width: 800px;
        margin: 0 auto;
      }
      .branding{
        text-decoration: none;
        color: rgb(201, 42, 103);
      }
      .branding:hover{
        color: rgb(138, 43, 226);
      }
      .dropdown-item:hover {
        text-decoration: none;
        color: #A22B2A;
        background-color: bisque;
      }
