body{
    background-image: url(Inicio/img/fondo2.jpg);
    background-size:cover ;
    background-position:center ;
    background-attachment:fixed ;
    background-repeat: no-repeat ;
}
.navbar{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-style: normal;
}
.accordion-button:not(.collapsed) {
  background-color: #e9b2b7; 
  color: #842029; 
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  border-color: #dc3545;
}

.accordion-button {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  outline: none;
}

h2,h3{
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-style: normal;
  color: #dc3545;
}

p,h1,h5{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}





