/* === GLOBAL RESET === */
body {
  background-color: #e8e4db !important;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
 .video-container {
      width: 75%;              /* Ocupar ancho completo de la pantalla */
      max-width: 75%;          /* Evitar que se reduzca */
      border: 10px solid white; /* Color y grosor del marco */
      box-sizing: border-box;   /* El marco cuenta dentro del ancho total */
    }

    video {
      width: 75%;              /* Ajustar video al contenedor */
      display: block;
    }

    .banner-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    .banner-content {
        position: relative;
        width: 90%;
        max-width: 600px;
        height: 80vh;
        background: url('../images/Masterclass.jpg') no-repeat center center;
        background-size: cover;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
        overflow: hidden;
      }
    .banner-text {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0,0,0,0.6);
      color: white;
      text-align: center;
      padding: 1.5rem;
      font-family: sans-serif;
    }
    .banner-text h2 {
      margin-bottom: 0.5rem;
      font-size: 1.8rem;
      color: #FFD700;
    }
    .banner-text p {
      margin: 0.3rem 0;
    }
    .banner-text button {
      margin-top: 1rem;
      padding: 0.7rem 1.2rem;
      background: #FFD700;
      color: black;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      font-weight: bold;
    }
    .banner-text button:hover {
      background: #daa520;
    }
    .close-btn {
      position: absolute;
      top: 15px; right: 20px;
      font-size: 2rem;
      color: white;
      cursor: pointer;
      text-shadow: 0 0 5px black;
    }



ul.list-unstyled li i, ul.list-unstyled li {
  color: #8B0000; /* o #FFD700 para dorado */
  font-size: 1.1rem;
}
.guitarron-icon {
  color: #8B0000;
  transform: scale(1.2);
}
div {
  margin: 0;
  padding: 0;
}
body.modal-open {
  padding-right: 0 !important; /* Elimina el padding compensatorio */
  overflow-y: scroll !important; /* Fuerza scroll para evitar layout shift */
}
.carousel-indicators {
  display: none !important;
}
.carousel-img {
  width: 50% !important;
}


/* === NAVBAR === */
#barra {
  background-color: transparent;
  border-top: 5px solid #d69e91;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  margin-bottom: 10px;
  z-index: 1000;
}

#barra .container {
  padding-left: 120px;
}

@media (max-width: 991.98px) {
  #logoFijo {
    display: none;
  }
  #barra .container {
    padding-left: 0;
  }
}

#logoFijo {
  position: fixed;
  top: 0;
  left: 50px;
  z-index: 1050;
  display: block;
}
@media (max-width: 1000px) {
  #logoFijo {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 1050;
  display: block;
}
.fondo-blanco-translucido {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
/* Uniforma el interlineado */
body, p, h1, h2, h3, h4, h5, h6, li {
  line-height: 1.6;
  margin-bottom: 1rem;
}
div {
  margin: 0;
  padding: 0;
}
/* Quita márgenes duplicados dentro de contenedores */
p:last-child,
li:last-child {
  margin-bottom: 0;
}

/* Ajuste fino para títulos */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1.5rem;
}

/* Elimina márgenes irregulares en tarjetas o cajas */
.card-body > *:first-child {
  margin-top: 0;
}
.card-body > *:last-child {
  margin-bottom: 0;
}


  }
  @media (max-width: 992px) {
  #logoFijo {
    display: none;
            }
  }

 .fade-in {
      animation: fadeIn 0.7s ease-in;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .card:hover {
      transform: scale(1.02);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
    }

    .card {
      transition: all 0.3s ease;
    }

    .hidden {
      display: none !important;
    }

    #filtro {
      border: 2px solid #d69e91; /* Cambiado a color solicitado */
    }

    .card-img-top {
      height: 40%;
      object-fit: cover;
    }
#barra .nav-link:hover,
#barra .dropdown-item:hover {
  background-color: #e2e6ea;
  color: #804000 !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#barra .dropdown-menu .dropdown-item {
  color: black;
}

.nav-item .nav-link {
  transition: text-decoration 0.3s ease;
}

.nav-item .nav-link:hover {
  text-decoration: underline;
}

#barra .nav-item.show > .nav-link.dropdown-toggle,
#barra .nav-item.show > .nav-link.dropdown-toggle:focus {
  background-color: #d1d7db;
  color: #804000 !important;
}

#barra .dropdown-menu .active,
#barra .dropdown-menu .active:hover {
  background-color: #b0bec5;
  color: #ff6600 !important;
}

/* === LOGOS === */
#logo2 img {
  width: 100%;
  height: auto;
}

#logo img {
  width: 50%;
  height: auto;
}

.imageheader {
  position: fixed;
  left: 220px;
  top: 0;
  padding-top: 0;
  z-index: 2000;
}

@media screen and (max-width: 766px) {
  .imageheader {
    display: none;
  }
}

/* === LINKS === */
a {
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

.container #navbar ul li a,
#navbar li a:link,
#navbar li a:visited,
#linkservices a:link {
  color: orangered !important;
}

#navbar li a:hover,
#navbar li a:active {
  color: blue !important;
  background-color: #e6cbb8 !important;
}

/* === FOOTER === */
footer {
  background-color: #e6cbb8;
  border-top: 5px solid transparent;
  border-image: linear-gradient(to right, #7a0e30, #bfa62b);
  border-image-slice: 1;
  padding-top: 20px;
  color: #fff;
  animation: fadeInUp 1s ease-in;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5);
}

.footer p {
  font-size: 0.9rem;
}

.footer a {
  color: #bfa62b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #a58e86 !important;
  text-decoration: none;
}

.footer img.img-fluid {
  max-width: 100%;
  height: auto;
}
.btn-custom {
  background-color: #94766c; /* color de fondo personalizado botones de Gobierno*/
  color: #ffffff; /* color de texto */
  border: none;
}
.bg-custom {
  background-color: #94766c; /* color de fondo personalizado botones de Gobierno*/
  color: #ffffff; /* color de texto */
  border: none;
}

.btn-custom:hover {
  background-color: #e5ccb8; /* color al pasar el mouse */
}


#piepag a i {
  transition: color 0.3s ease;
}

#piepag a i:hover {
  color: #a58e86 !important;
}
@keyframes bounceIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#piepag i.fab {
  animation: bounceIn 0.8s ease-in-out;
}

.text-gold {
  color: #4d3c37 !important;
}

@media (max-width: 576px) {
  .footer h4,
  .footer h5 {
    font-size: 1.1rem;
  }
  .footer .col-md-6,
  .footer .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === BOTONES === */
.btn-success {
  color: black;
  background-color: #033238 !important;
  border-color: white;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

#btnTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #a8a39d;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, background-color 0.3s ease;
}

#btnTop:hover {
  background-color: #d69e91;
  transform: scale(1.1);
}

/* === HEADER / JUMBOTRON === */
header {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 5px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 15px #DEDBDB;
}

.jumbotron {
  background-color: white !important;
  color: green !important;
  padding: 15px;
  margin: 0;
}

.primary_header h1 {
  color: #78888d;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

.primary_header h3 {
  color: green;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

/* === CARRUSEL === */
#carrousel,
.carousel-indicators,
.carousel-inner img {
  border-radius: 2px;
  width: 100%;
}

#carrousel {
  border: inset 1px #e8e6e6;
}

#myCarousel .carousel-item img {
  height: 100%;
  object-fit: cover;
}
 /* Estilos adicionales modernos */
      .btn-custom2 {
        transition: all 0.3s ease;
      }

      .btn-custom2:hover {
        background-color: #6c757d;
        color: #fff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
      }

      .custom-image {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        border-radius: 0.5rem;
        transition: transform 0.3s ease;
      }

      .custom-image:hover {
        transform: scale(1.02);
      }

/* === TEXTOS Y ANIMACIONES === */
.texto-animado {
  animation: moverTexto 2s infinite;
  transition: all 0.3s ease-in-out;
}

@keyframes moverTexto {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); color: #82030f;}
  100% { transform: scale(1); }
}

.text-small {
  font-size: 12px;
  font-family: Verdana;
  color: darkgreen;
}

.text-small:hover {
  color: #BFA62B;
}

/* === LOADER === */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7efec;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #804000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* === IMÁGENES / GALERÍA === */
#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin: 15px 0;
}

.portfolio .thumbnail {
  position: relative;
}

.portfolio .thumbnail:hover {
  cursor: pointer;
}

.portfolio .caption {
  bottom: 0;
  position: absolute;
}

.portfolio .btn {
  opacity: 0.75;
}

/* === VIDEOS EMBEBIDOS === */
.v-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.v-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* === COPYRIGHT === */
#copyright p {
  color: #fff;
}

/* === COLORES PERSONALIZADOS === */
.text-danger {
  color: #56070C !important;
}

.bg-danger {
  background-color: #56070C !important;
}

/* === ACORDEÓN === */
.accordion-button {
  color: #56070C;
  font-weight: bold;
  background-color: #f8f9fa;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #56070C;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

/* === REDES SOCIALES === */
.social {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 2000;
}

.social ul {
  list-style: none;
}

.social ul li a {
  display: inline-block;
  color: white;
  background: #000;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 500ms ease;
}

.social ul li .icon-facebook,
.social ul li .icon-youtube {
  background: rgba(255, 255, 255, 0.3);
}

.social ul li a:hover {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
}

