/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Montserrat:wght@400;500;600&;800display=swap");

/* RESET */
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 1.3rem;
}

@media (max-width: 575px) {
  body {
    font-size: 1.1rem;
  }
}

/* COMPARTIDO */
a {
  transition: 0.5s;
}

blockquote {
  text-align: center;
  font-family: "Cookie", cursive;
  font-style: italic;
  font-size: 1.7rem;
}

.text-cookie {
  font-family: "Cookie", cursive;
  font-style: italic;
}

.atribucion {
  font-size: 17px;
}

.fw-800 {
  font-weight: 800;
}

.fs-10rem {
  font-size: 10rem;
}

.fs-2_8rem {
  font-size: 2.8rem !important;
}

@media (max-width: 991px) {
  .fs-10rem {
    font-size: 6.5rem;
  }

  .fs-2_8rem {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 767px) {
  .fs-10rem {
    font-size: 5rem;
  }

  .fs-2_8rem {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 575px) {
  .fs-10rem {
    font-size: 3rem;
  }

  .fs-2_8rem {
    font-size: 1.5rem !important;
  }
}

#cargando {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/cargando.svg") no-repeat center center;
}

.subir-arriba {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 0.4rem;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.subir-arriba:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.subir-arriba:hover {
  background: #F00;
  color: #000;
}

@media (max-width: 767px) {
  .subir-arriba {
    bottom: 15px;
  }
}

.jd-col-1
.jd-col-2-1,
.jd-col-3-1,
.jd-col-4-2,
.jd-col-6-2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.jd-col-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.jd-col-2-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.jd-col-3-1 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.jd-col-4-2 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.jd-col-6-2 {
  -ms-flex: 0 0 16.66666%;
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
}

@media (max-width: 991px) {
  .jd-col-4-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jd-col-6-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .jd-col-2-1,
  .jd-col-3-1,
  .jd-col-4-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jd-col-6-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.btn-enviar {
  background: #F00;
  border: 1px solid #F00;
  color: #fff !important;
  cursor: pointer;
  font-family: "Cookie", cursive;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
}

.btn-enviar:hover {
  background: none;
  border: 1px solid #000000;
  color: #000000 !important;
  text-decoration: underline;
}

.btn-actos {
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid #F00;
  color: #fff !important;
  cursor: pointer;
  font-family: "Cookie", cursive;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
}

.btn-actos:hover {
  background: none;
  border: 1px solid #FFF;
  color: #F00 !important;
  text-decoration: underline;
}

.card-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-up {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.text-shadow {
  text-shadow: 0 0 2px #000;
  color: #FFF;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-80 {
  margin-top: 80px;
}

/* Blur + Gray Scale */
.hover .img-hover {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover:hover .img-hover {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}

/*? HEADER */

header {
  background: #000000;
  padding: 20px 0;
  height: 90px;
  color: #ede0d4;
}

header a {
  color: #ede0d4;
  transition: 0.5s;
}

header a:hover,
header a:active,
header a:focus {
  color: #FFFFFF;
  outline: none;
  text-decoration: underline;
}

header #logo {
  float: left;
}

header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

@media (max-width: 767px) {
  header {
    height: 80px;
  }

  header #logo img {
    max-height: 40px;
  }
}

/*? NAV */
.is-sticky header {
  background: rgba(0, 0, 0, 0.95);
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  float: right;
  margin: 5px 0;
}

@media (max-width: 991px) {
  #nav-menu-container {
      display: none;
  }
}

.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  outline: none;
  transition: 0.5s;
}

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #F00;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff !important;
  border-top: 1px solid #ede0d4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

.div-header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mobile-nav-toggle {
  position: relative;
  right: 0;
  top: -10px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #FFF;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
      display: inline;
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #FFF;
}

#mobile-nav ul .menu-item-active {
  color: #FFF;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*? SECTION PRINCIPAL */
#principal {
  position: relative;
  background: url("../img/bg_principal.jpg") black no-repeat center center scroll; 
  background-size: cover;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) and (orientation: portrait) {
  #principal {
    background: url(../img/bg_principal_movil.jpg) #000 no-repeat center top;
    background-size: cover;
  }
}


#principal .container-fluid {
  position: relative;
  z-index: 2;
}

#principal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 3;
}

.z_index_9999 {
  z-index: 9999 !important;
}

/*? SECTION PROCESION */
#procesion {
  padding: 80px 0px;
  background-color: #fff;
  color: #000;
}

#procesion h1 {
  font-size: 3.5rem;
}

@media (max-width: 991px) {
  #procesion h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  #procesion h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  #procesion h1 {
    font-size: 2.5rem;
  }
}

#procesion img {
  border-radius: 0.6rem;
  border: solid #000 1px;
}


/*? SECTION img_titulares */
#img_titulares {
  padding: 80px 0px;
  background-color: #fff;
  color: #000;
}

#img_titulares .row {
    display: flex;
    align-items: center; /* Centra verticalmente los elementos dentro de .row */
    flex-wrap: wrap; /* Asegura que se ajuste bien en pantallas pequeñas */
}

#img_titulares .jd-col-2-1 {
    display: flex;
    align-items: center; /* Centra verticalmente el contenido */
  	justify-content: center; /* Centra el contenido horizontalmente */
    flex: 1;
}

#img_titulares h1 {
  font-size: 3.5rem;
}

@media (max-width: 991px) {
  #img_titulares h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  #img_titulares h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  #img_titulares h1 {
    font-size: 2.5rem;
  }
}

#img_titulares img {
  border-radius: 0.6rem;
  border: solid #000 1px;
}

#img_titulares a {
  color: #F00;
  text-decoration: none;
}

#img_titulares a:hover, 
#img_titulares a:active, 
#img_titulares a:focus {
  color: #000;
  text-decoration: underline;
}

.text-about{
  	display: flex;
    align-items: center; /* Centra el texto verticalmente */
    justify-content: center; /* Centra el texto horizontalmente (opcional) */
    text-align: center; /* Asegura que el texto esté centrado */
    height: 100%; /* Ocupa toda la altura disponible */
},
.img-about {
  padding: 10px;
  display: flex;
  align-items: center; /* Centra el texto verticalmente */
}

/*? SECTION ACTOS */
#actos {
  background: url(../img/bg_actos.jpg) #000 no-repeat center center;
  background-size: cover;
  color: #FFF;
}

@media (max-width: 991px) and (orientation: portrait) {
  #actos {
    background: url(../img/bg_actos_movil.jpg) #000 no-repeat center top;
    background-size: cover;
  }
}

#actos .overlay {
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 0px;
}

#articulo .tarjeta {
  background: transparent;
  border-radius: 0.6rem;
  border: solid #000 1px;
  padding: 20px;
  margin: 15px 10px 15px 5px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

#actos .tarjeta_actos {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.6rem;
  border: solid #FFF 1px;
  padding: 20px;
  margin: 15px 10px 15px 5px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

#actos h1 {
  font-size: 3.5rem;
}

@media (max-width: 991px) {
  #actos h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  #actos h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  #actos h1 {
    font-size: 2.5rem;
  }
}

/*? SECTION BREVES */
#breves {
  padding: 80px 0px;
  background-color: #fff;
  color: #000;
}

#breves h1 {
  font-size: 3.5rem;
}

@media (max-width: 991px) {
  #breves h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  #breves h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  #breves h1 {
    font-size: 2.5rem;
  }
}

#breves img {
  border-radius: 0.6rem;
  border: solid #000 1px;
}

#breves a {
  color: #F00;
  text-decoration: none;
}

#breves a:hover, 
#breves a:active, 
#breves a:focus {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 575px) {
  #breves h2 {
    font-size: calc(1.025rem + .9vw) !important;
  }
}

/*? SECTION MAPS */
.google-maps-responsive {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.google-maps-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 767px) {
  .google-maps-responsive {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}

/*? SECTION FRASE */
#frase {
  padding: 80px 0px;
  background-color: rgb(240, 240, 240);
  color: #000;
}

/*? SECTION MULTIMEDIA */
#multimedia {
  padding: 80px 0px;
  background-color: #fff;
  color: #000;
}

#multimedia a {
  color: #F00;
  text-decoration: none;
}

#multimedia a:hover, 
#multimedia a:active, 
#multimedia a:focus {
  color: #000;
  text-decoration: underline;
}

#multimedia img {
  border-radius: 0.6rem;
  border: solid #000 1px;
}

/*? SECTION CONTACTO */
#contacto {
  color: #FFF;
  background: url(../img/bg-contacto.jpg) top center;
  background-size: cover;
}

#contacto .overlay {
  background: rgba(127, 85, 57, 0.8);
  padding: 80px 0px;
}

#contacto .info p {
  margin-bottom: 30px !important;
}

#contacto a {
  color: #EDE0D4;
  transition: 0.5s;
  text-decoration: none;
}

#contacto a:hover,
#contacto a:active,
#contacto a:focus {
  color: #000000;
  outline: none;
  text-decoration: underline;
}

/*? FOOTER */

footer {
  padding: 40px 0px;
  background: #000;
  color: #FFF;
}

footer img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

footer a {
  color: #FFF;
  transition: 0.5s;
  text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: #F00;
  outline: none;
  text-decoration: underline;
}

#div-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#div-footer-logo-phone-rrss,
#div-copy-design {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  #div-footer-logo-phone-rrss,
  #div-copy-design {
    flex-direction: column;
    gap: 20px;
  }
}

#div-copy-design {
  margin-top: 20px;
  color: #FFF;
  font-size: 0.9rem;
}

@media (max-width: 321px) {
  #div-copy-design,
  #div-phone {
    font-size: 0.8rem !important;
  }
}

#div-logo,
#div-phone,
#div-rrss,
#div-copy,
#div-atributtion,
#div-desing {
  display: flex;
  align-items: center;
  justify-content: center;
}

#div-phone {
  flex-direction: column;
}

@media (max-width: 575px) {
  footer {
    font-size: 0.9rem;
  }
}

/*? SECCION CABECERA -- páginas secundarias */
.cabecera {
  background: url(../img/bg_cabecera.jpg) no-repeat top center;
  background-size: cover;
  display: table;
  max-width: 100%;
  width: 100vw;
  height: 50vh;
}

.cabecera .principal-container {
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  width: 100%;
}

.cabecera h1 {
  font-size: 3.5rem;
}

@media (max-width: 991px) {
  #cabecera h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  #cabecera h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  #cabecera h1 {
    font-size: 2.5rem;
  }
}

/*? SECCION ARTICULO --páginas secundarias */

#articulo {
  padding: 80px 0px;
  background-color: #fff;
  color: #000;
}

#articulo img {
  border-radius: 0.6rem;
  border: solid #000 1px;
}

#articulo .red_bold {
  color: #F00;
  font-weight: 800;
}

#articulo a {
  color: #F00;
  text-decoration: none;
}

#articulo a:hover, 
#articulo a:active, 
#articulo a:focus {
  color: #000;
  text-decoration: underline;
}

.videoWrapper {
  position: relative;
  padding-bottom: 85%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .videoWrapper {
    padding-bottom: 100%;
  }
}