 .bg-primary, .btn-primary {
 background-color: #927769!important;
 }
 .btn-primary {
 border: #927769!important;
 }
 .text-primary {
 color: #927769!important;
 }
 .btn-outline-light.btn:hover {
 border: #927769!important;
 color:#927769!important;
 }
 .btn-outline-primary {
 --bs-btn-color: #927769;
 --bs-btn-border-color: #927769;
 --bs-btn-hover-color: #fff;
 --bs-btn-hover-bg: #927769;
 --bs-btn-hover-border-color: #927769;
 --bs-btn-focus-shadow-rgb: 13, 110, 253;
 --bs-btn-active-color: #927769;
 --bs-btn-active-bg: #927769;
 --bs-btn-active-border-color: #927769;
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: #927769;
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: #927769;
 --bs-gradient: none;
 }
 .bg-secondary, .btn-secondary {
 background-color: #b18d7a !important;
 }
 .btn-secondary {
 background-color: #b18d7a !important;
 }
 .btn-primary:hover {
 background-color: #b18d7a !important;
 }
 .text-secondary {
 color: #61815a!important;
 }*/
.seccion {
  min-height: 150px !important;
}
.seccion.carrousel {
  padding: 0 !important;
}
.marca h1 {
  padding-top: 28%;
}

.parallax {
  /* The image used */
  background-image: url("Recursos/img/7-bl.jpg");
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-musica {
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 99999999;
  cursor: pointer;
}
.btn-musica:hover {
  background-color: #927769 !important;
}
.btn-subir {
  bottom: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
}
.txt-activa {
  top: 47px;
  right: 40px;
  width: 150px;
  height: 32px;
  z-index: 9999999;
  cursor: pointer;
  font-size: 0.8em;
  color: #fff;
}

.regresiva {
  padding-top: 40px;
  padding-bottom: 50px;
}
.regresiva p {
  font-size: 60%;
}
#countdown span {
  display: inline-block;
}
#countdown span:first-child {
  font-size: 0.7em;
  margin-right: 2.2em;
}
/*#countdown span:last-child {
 margin-right: 0;
 }
 #countdown span:before,
 #countdown span:after {
 color: #555;
 }*/
#countdown span:last-child:after {
  content: " : ";
  color: #927769;
  margin-left: 0.3em;
}
#segundos:after {
  content: " " !important;
  padding-left: 0.5em;
}
#countdown span:before {
  margin-right: -5px;
}
#countdown span:after {
  margin-left: -5px;
}
.frase hr {
  color: #fff;
}
.icon {
  width: 60px;
}
.carouselVertical .carousel-item {
  height: 800px;
}
#carouselHorizontal .carousel-item {
  padding-bottom: 10em;
}

.confirmar {
  background-image: url("Recursos/img/4.jpg");
  background-color: #927769;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*animacion*/
.scroll-container1:nth-of-type(even) {
  flex-direction: row-reverse;
}
.scroll-caption {
  margin: 1rem;
}
@media (max-width: 900px) {
  .seccion {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 650px) {
  .scroll-container1, .scroll-container1:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }
  .marca {
    padding-top: 70%;
  }
  .carousel-item {
    height: auto;
  }
  #countdown span:first-child {
    margin-right: 1.2em;
  }
  #countdown span:last-child:after {
    margin-left: 0.2em;
  }
  #carouselHorizontal .carousel-item {
    padding-bottom: 5em;
  }
  .carousel-control-next, .carousel-control-prev {
    top:35%!important;
    align-items: flex-start;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}
.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*right*/
.slide-right-auto {
  position: relative;
  animation: mymove 5s;
  animation-fill-mode: forwards;
}
.slide-right-auto {
  animation-timing-function: ease;
}
@keyframes mymove {
  from {
    right: -200px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.slide-right-auto-music {
  position: relative;
  animation: mymoveMusic 5s;
  animation-fill-mode: forwards;
}
.slide-right-auto-music {
  animation-timing-function: ease;
}
@keyframes mymoveMusic {
  from {
    right: -200px;
    opacity: 0;
  }
  to {
    right: 20px;
    opacity: 1;
  }
}
.slide-right-auto-activa {
  position: relative;
  animation: mymoveActiva 6s;
  animation-fill-mode: forwards;
}
.slide-right-auto-activa {
  animation-timing-function: ease;
}
@keyframes mymoveActiva {
  from {
    right: -200px;
    opacity: 0;
  }
  to {
    right: 40px;
    opacity: 0.8;
  }
}
/*left*/
.slide-left-auto {
  position: relative;
  animation: mymoveleft 5s;
  animation-fill-mode: forwards;
}
.slide-left-auto {
  animation-timing-function: ease;
}
@keyframes mymoveleft {
  from {
    left: -200px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/*top*/
.slide-top-auto {
  position: relative;
  animation: mymovetop 5s;
  animation-fill-mode: forwards;
}
.slide-top-auto {
  animation-timing-function: ease;
}
@keyframes mymovetop {
  from {
    top: 50px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/*musica*/
#playPauseButton {
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border: none;
}

@media (max-width: 991px) {
  .parallax {
    background-attachment: scroll;
    /* Desactiva parallax en móviles */
  }
}
