html,
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  height: 100%;
  background-color: #f5f5f5;
  font-size: 17px;
  scroll-behavior: smooth;
  color: #230722;
}

strong {
  font-weight: 800;
}

b {
  font-weight: 600;
}

.Bk {
  background-color: #f5f5f5;
}

/*===================== SEPARACIONES =====================*/

.Separacion-top-01 {
  margin-top: 0px;
  margin-top: 168px;
}

.Separacion-interior-top-01 {
  margin-top: 0px;
  padding-top: 168px;
}

.Separacion-interior-top-02 {
  margin-top: 0px;
  padding-top: 100px;
}

.Separacion-bottom-01 {
  margin-bottom: 0px;
  margin-bottom: 168px;
}

.Separacion-top-02 {
  margin-top: 0px;
  margin-top: 104px;
}

.Separacion-bottom-02 {
  margin-bottom: 0px;
  margin-bottom: 104px;
}

@media only screen and (max-width: 992px) {
  .Separacion-top-01 {
    margin-top: 100px;
  }

  .Separacion-interior-top-01 {
    padding-top: 100px;
  }

  .Separacion-interior-top-02 {
    padding-top: 64px;
  }

  .Separacion-bottom-01 {
    margin-bottom: 100px;
  }

  .Separacion-top-02 {
    margin-top: 64px;
  }

  .Separacion-bottom-02 {
    margin-bottom: 64px;
  }
}

/*===================== BOTONES =====================*/

a.Btn-01 {
  display: flex;
  background-color: #f5f5f5;
  width: 248px;
  height: 48px;
  color: #826f28;
  border-radius: 50px;
  margin-top: 48px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-out !important;
  border: 2px solid #826f28;
}

a.Btn-01 img {
  width: 24px;
  margin-left: 10px;
}

a:hover.Btn-01 {
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
  background-color: #230722;
  color: #f5f5f5;
  letter-spacing: 3px;
  border: 2px solid #f5f5f5;
}

a:hover.Btn-01 img {
  display: none;
}

a.Btn-02 {
  display: flex;
  background-color: #826f28;
  width: 248px;
  height: 48px;
  color: #f5f5f5;
  border-radius: 50px;
  margin-top: 48px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-out !important;
  border: 2px solid #826f28;
}

a.Btn-02 img {
  width: 24px;
  margin-left: 10px;
}

a:hover.Btn-02 {
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
  background-color: #230722;
  color: #f5f5f5;
  letter-spacing: 3px;
  border: 2px solid #f5f5f5;
}

a:hover.Btn-02 img {
  display: none;
}

a.Btn-03 {
  display: flex;
  background-color: #826f28;
  width: 248px;
  height: 48px;
  color: #f5f5f5;
  border-radius: 50px;
  margin-top: 48px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-out !important;
  border: 2px solid #f5f5f5;
}

a.Btn-03 img {
  width: 24px;
  margin-left: 10px;
}

a:hover.Btn-03 {
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
  background-color: #230722;
  color: #f5f5f5;
  letter-spacing: 3px;
  border: 2px solid #f5f5f5;
}

a:hover.Btn-03 img {
  display: none;
}
/*===================== TITULOS =====================*/

.Titulo span {
  display: block;
  width: 52px;
  height: 8px;
  background-color: #230722;
  margin: 0px;
  margin-bottom: -20px;
}

.Titulo {
  font-size: 32px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #826f28;
}

/*===================== TARJETA NEWS =====================*/

.Tarjeta-News {
  background-color: black;
  border-radius: 16px;
  color: #f5f5f5;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.Tarjeta-News img {
  width: 100%;
}

.Tarjeta-News span {
  background-color: #f5f5f5;
}

/*===================== VIDEO =====================*/

.Video {
  border-radius: 16px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/*===================== FOOTER =====================*/

.Desktop {
  display: block !important;
}

.Mobil {
  display: none !important;
}

.Pie {
  background-color: #230722;
  padding-top: 100px;
  padding-bottom: 100px;
}

.Pie img {
  width: 100%;
}

.Pie-link a {
  color: #f5f5f5;
  text-decoration: none;
  transition: all 0.3s ease-out !important;
}

.Pie-link a:hover {
  color: #826f28;
}

.Pie-logo img {
  width: 100%;
  max-width: 200px;
}

.Cintillo-pie {
  min-height: 56px;
  background-color: #826f28;
  color: #f5f5f5;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
}

.Cintillo-pie-contenido-01 {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 56px;
  line-height: 18px;
}

.Cintillo-pie-contenido-02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  height: 56px;
  font-size: 24px;
}

.Cintillo-pie-contenido-02 img {
  height: 20px;
  margin-left: 16px;
}

@media only screen and (max-width: 768px) {
  .Desktop {
    display: none !important;
  }

  .Mobil {
    display: block !important;
  }

  .Cintillo-pie {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .Cintillo-pie-contenido-01 {
    justify-content: center;
    height: auto;
  }

  .Cintillo-pie-contenido-02 {
    justify-content: center;
    height: auto;
  }
}

/*===================== SLIDER =====================*/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before,
.slider::after {
  content: "";
  height: auto;
  position: absolute;
  width: auto;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(380px * 14);
}
.slider .slide {
  height: auto;
  width: 100%;
}

.slider img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.slide {
  padding: 0px 32px !important;
}

@media only screen and (max-width: 768px) {
  .slider img {
    width: 85%;
    max-width: 200px !important;
  }
}

/*===================== VIDEO BK =====================*/

#video_background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

#video_background_02 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  #video_background {
    visibility: hidden;
    display: none;
  }
  #video_background_02 {
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
  }
}

#video_background_02 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 70%;
  min-height: 70%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

/*===================== HOME =====================*/

.Slider-fijo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background-color: black;
  margin-left: -50px;
}

.Carrusel-bk {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-attachment: fixed;
}

/*===================== HOME =====================*/

.Home-hero {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Menu-cintillo {
  background-color: #230722;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
  color: #f5f5f5;
}

.Menu-cintillo a {
  color: #f5f5f5;
  text-decoration: none;
  margin-right: 16px;
  margin-left: 16px;
  letter-spacing: 1px;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

.Menu-cintillo a img {
  width: 24px;
  margin-right: 8px;
}

.Menu-cintillo-selec {
  opacity: 0.1 !important;
}

.Menu-cintillo-resalte {
  opacity: 1 !important;
}

.Menu-cintillo a:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .Menu-cintillo a {
    margin-right: 8px;
    margin-left: 8px;
  }

  .Home-hero-ajuste {
    background-image: url(../img/Hero-home-BF-mobil.jpg) !important;
  }
}

.Hero-home-contenedor {
  height: 100%;
  display: flex;
  align-items: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.Hero-home-img {
  display: flex;
  justify-content: center;
}

.Hero-home-img img {
  width: 100%;
  z-index: 1;
}

.Hero-home-bajar {
  margin-bottom: 32px;
  margin-top: 16px;
}

.Hero-home-bajar img {
  width: 32px;
}

.Hero-home-bajar span {
  width: 100%;
  height: 1px;
  background-color: white;
  display: block;
  opacity: 0.7;
}

.Hero-home-eventos-par img {
  width: 85%;
  margin-bottom: 16px;
}

.Hero-home-eventos-par p {
  margin-top: -20px;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
  text-shadow: -2px 1px 0px rgba(0, 0, 0, 1);
}

.Hero-home-eventos-par a.Btn-01 {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .Hero-home-eventos-par img {
    width: 85%;
  }
}

.Hero-home-contenedor-info p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
  opacity: 0.8;
  letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
  .Hero-home-contenedor-info p {
    font-size: 15px;
  }
}

/*=======*/

.Home-bienvenida {
  min-height: 560px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%233E3513'/%3E%3Cstop offset='1' stop-color='%23826F28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='14' height='14' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='7' cy='7' r='7'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.04'/%3E%3C/svg%3E");
  background-attachment: fixed;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}

.Home-bienvenida p {
  margin: 0px;
  margin-bottom: 16px;
}

.Home-bienvenida-titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 40px;
}

.Home-bienvenida a.Btn-01 {
  margin: 0 auto;
  margin-top: 48px;
}

/*=======*/

.Home-bolero-fest p {
  margin: 0px;
}

.Home-bolero-fest-img img {
  border-radius: 16px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px;
}

.Home-bolero-fest-fecha-lugar {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  flex-direction: row;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
}

.Home-bolero-fest-fecha-lugar img {
  width: 48px;
  margin-right: 16px;
}

.Home-bolero-fest-fecha-lugar p {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 768px) {
  .Home-bolero-fest-img img {
    border-radius: 8px;
  }

  .Home-bolero-fest-fecha-lugar {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .Home-bolero-fest-fecha-lugar img {
    margin-right: 0px;
    margin-top: 40px;
  }
}

/*=======*/

.Home-carrusel {
  height: 768px;
  background-color: #230722;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Home-carrusel-contenedor {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  color: #f5f5f5;
  display: flex;
  align-items: center;
}

.Home-carrusel-contenedor img {
  width: 100%;
  max-width: 300px;
}

.Home-carrusel-contenedor a.Btn-01 {
  background-color: rgba(0, 0, 0, 0.2);
  color: #f5f5f5;
}

@media only screen and (max-width: 768px) {
  .Home-carrusel-contenedor {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }

  .Home-carrusel-contenedor img {
    max-width: 200px;
  }

  .Home-carrusel-contenedor a.Btn-01 {
    margin: 0 auto;
    margin-top: 48px;
  }
}

/*=======*/

.Logos-btn {
  background-color: #230722;
}

.Logos-btn .container {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #f5f5f5;
  border-bottom: 1px solid #826f28;
}

.Logos-btn img {
  width: 100%;
  max-width: 160px;
}

.Logos-btn-titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #826f28;
}

/*=======*/

.Home-pura-sangre {
  background-color: #826f28;
  color: #f5f5f5;
  padding: 0px;
  overflow: hidden;
}

.Home-pura-sangre-img img {
  width: 100%;
}

.Home-pura-sangre-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Home-pura-sangre-txt img {
  width: 100%;
  max-width: 300px;
}

.Home-pura-sangre-txt a.Btn-01 {
  background-color: #230722;
  color: #f5f5f5;
}

@media only screen and (max-width: 768px) {
  .Home-pura-sangre-img {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .Home-pura-sangre-txt {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .Home-pura-sangre-txt img {
    max-width: 200px;
  }
}

/*===================== BOLERO FEST =====================*/

.Hero-bolero-contenedor {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  color: #f5f5f5;
  padding-top: 50px;
}

.Hero-bolero-contenedor-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hero-bolero-contenedor-logos img {
  width: 100%;
  max-width: 150px;
}

.Hero-bolero-contenedor-logo-principal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hero-bolero-contenedor-logo-principal img {
  width: 100%;
  max-width: 400px;
}

@media only screen and (max-width: 768px) {
  .Hero-bolero-contenedor-logo-principal img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .Hero-bolero-contenedor-logos img {
    max-width: 130px;
    margin-top: -50px;
  }
}

.Hero-bolero-contenedor-datos img {
  height: 50px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 10px;
}

.Hero-bolero-contenedor-datos p {
  margin: 0px;
  line-height: 20px;
}

.Hero-bolero-contenedor-patrocinadores img {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .Hero-bolero-contenedor-datos img {
    height: 30px;
  }
}

.Bolero-javier {
  background-color: #e9e6d9;
}

.Bolero-javier h1 {
  color: #826f28;
  font-size: 96px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 15px;
}

.Bolero-javier-bk {
  background-image: url(../img/bolero-fest/lavier-aguilar-foto.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.Bolero-javier-redes {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}

.Bolero-javier-redes img {
  height: 17px;
}

.Bolero-javier-redes a {
  margin-left: 8px;
}

.Bolero-javier-redes p {
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  .Bolero-javier-bk {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .Bolero-javier-redes {
    justify-content: center;
  }

  .Bolero-javier h1 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 15px;
  }

  .Bolero-javier-foto img {
    width: 100%;
  }
}

.Bolero-rodrigo {
  background-color: white;
}

.Bolero-rodrigo h1 {
  color: #826f28;
  font-size: 96px;
  text-align: center;
  font-weight: 500;
}

.Bolero-rodrigo-bk {
  background-image: url(../img/bolero-fest/rodrigo-de-la-cadena-foto.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.Bolero-rodrigo-redes {
  display: flex;
  justify-content: flex-start;
  font-weight: 700;
}

.Bolero-rodrigo-redes img {
  height: 17px;
}

.Bolero-rodrigo-redes a {
  margin-left: 8px;
}

.Bolero-rodrigo-redes p {
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  .Bolero-rodrigo-bk {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .Bolero-rodrigo-redes {
    justify-content: center;
  }

  .Bolero-rodrigo h1 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 15px;
  }

  .Bolero-rodrigo-foto img {
    width: 100%;
  }
}

.Bolero-reserva {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #e9e6d9;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  overflow: hidden;
}

.Bolero-reserva-video {
  position: absolute;
  z-index: 0;
  height: 550px;
  overflow: hidden;
}

.Bolero-reserva-video video {
  left: 0;
  top: 0;
  width: 100%;
}

.Bolero-reserva a.Btn-02 {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .Bolero-reserva {
    height: 350px;
  }

  .Bolero-reserva-video {
    height: 350px;
  }

  .Bolero-reserva-video video {
    width: 170%;
  }
}

.Galeria-titulo {
  color: #826f28;
  font-weight: 500;
  font-size: 64px;
  letter-spacing: 5px;
}

/*===================== MARIACHI PURA SANGRE =====================*/

.Hero-pura-sangre-contenedor {
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  color: #f5f5f5;
  padding-top: 50px;
}

.Hero-pura-sangre-contenedor-logo img {
  width: 300px;
}

.Hero-pura-sangre-contenedor-slogan {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.Hero-pura-sangre-contenedor-redes {
  font-size: 16px;
}

.Hero-pura-sangre-contenedor-redes img {
  height: 20px;
  margin-left: 16px;
}

@media only screen and (max-width: 768px) {
  .Hero-pura-sangre-contenedor-logo img {
    width: 300px;
  }
}

.Pura-sangre-bienvenida-subtitulo {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
}

.Pura-sangre-bienvenida-titulo {
  margin: 0;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 64px;
  color: #826f28;
  font-weight: 500;
}

.Pura-sangre-video-carrusel {
  background-color: #230722;
  color: #f5f5f5;
  margin-top: 200px;
  padding-bottom: 100px;
}

.Pura-sangre-video-carrusel iframe {
  border-radius: 16px;
  width: 100%;
  height: 315px;
  margin-top: -100px;
}

.Pura-sangre-slide .slider img {
  min-width: 300px;
  margin-left: 8px;
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  .Pura-sangre-bienvenida-titulo {
    font-size: 44px;
    line-height: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .Pura-sangre-video-carrusel iframe {
    height: 215px;
    margin-top: -100px;
  }

  .Pura-sangre-slide .slider img {
    min-width: 200px;
  }
}

.Pura-sangre-servicios {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.Pura-sangre-servicios img {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.Pura-sangre-servicios strong {
  color: #826f28;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .Pura-sangre-servicios {
    margin-top: 32px;
  }
}

.Pura-sangre-servicios-flyer img {
  width: 85% !important;
  margin: 8px;
  border-radius: 16px;
}

.Pura-sangre-servicios-flyer-txt strong {
  font-size: 24px;
}

.Pura-sangre-servicios-flyer-txt .Btn-02 {
  margin: 0 auto;
  margin-top: 48px;
}

@media only screen and (max-width: 768px) {
  .Pura-sangre-servicios-flyer img {
    width: 95% !important;
  }
}

/*===================== CONTACTO =====================*/

.Hero-contacto-contenedor {
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  color: #f5f5f5;
  padding-top: 50px;
}

/*===================== HERO LOGO =====================*/

.Hero-logo-contenedor {
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  color: #f5f5f5;
  padding-top: 50px;
}

.Hero-logo-contenedor img {
  width: 100%;
  max-width: 500px;
}

/*===================== FOMULARIO MAILING =====================*/

.Formulario-txt {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.Formulario-txt-input {
  width: 100%;
  background-color: #000000;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-top: 0px !important;
  color: #f5f5f5;
}

.Formulario-txt-boton {
  background-color: #826f28 !important;
  border-radius: 50px;
  color: #230722 !important;
  border: 0px;
  height: 32px;
  width: 150px;
}

/*===================== CONTACTO =====================*/

.Contacto-img {
  background-image: url(../img/contacto/bk-contacto.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.Contacto-iframe {
  width: 100%;
  height: 950px;
  margin-top: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .Contacto-img {
    height: 40vh;
    background-position: center 60px;
  }

  .Contacto-iframe {
    height: 850px;
    margin-top: 0px;
  }
}

/*===================== MARIACHI FESTIVAL =====================*/

.Hero-tmf-contenedor {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  color: #f5f5f5;
  padding-top: 50px;
}

.Hero-tmf-contenedor-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hero-tmf-contenedor-logos img {
  width: 100%;
  max-width: 150px;
}

.Hero-tmf-contenedor-logo-principal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hero-tmf-contenedor-logo-principal img {
  width: 100%;
  max-width: 400px;
}

@media only screen and (max-width: 768px) {
  .Hero-tmf-contenedor-logo-principal img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .Hero-tmf-contenedor-logos img {
    max-width: 130px;
    margin-top: -50px;
  }
}

.Hero-tmf-contenedor-datos img {
  height: 50px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 10px;
}

.Hero-tmf-contenedor-datos p {
  margin: 0px;
  line-height: 20px;
}

.Hero-tmf-contenedor-patrocinadores img {
  height: 65px;
}

@media only screen and (max-width: 768px) {
  .Hero-tmf-contenedor-datos img {
    height: 30px;
  }
}

.TMF-elenco {
  background-color: #000000;
  background-image: url(../img/texas-mariachi-festival/bk-textura.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.TMF-tarjeta {
  color: white;
  border-radius: 16px;
  text-align: center;
  padding: 40px 64px;
}

.TMF-tarjeta img {
  width: 100%;
  max-width: 350px;
}

.TMF-elenco-2 {
  background-color: #230722;
  color: #e9e6d9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.TMF-elenco-2 img {
  width: 100%;
  max-width: 250px;
}

/*===================== JAVIER AGUILAR =====================*/

.Javier-bk-01 {
  background-color: #000000;
  opacity: 1;
  background-image: radial-gradient(#433801 0.4px, #000000 0.4px);
  background-size: 8px 8px;
  color: #ffffff;
}

.Hero-javier-contenedor {
  height: 100%;
  display: flex;
  align-items: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.Javier-oro {
  letter-spacing: 2px;
  font-size: 150px;
  line-height: 140px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    #5e3634 0,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #462523 100%
  );
  color: transparent;
  -webkit-background-clip: text;

  text-transform: uppercase;
  font-weight: 900;
  margin: 0px;
}

.Javier-slogan {
  color: #ffffff;
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
  font-size: 50px;
  margin-top: 0px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .Javier-oro {
    letter-spacing: 2px;
    font-size: 70px;
    line-height: 65px;
  }

  .Javier-slogan {
    font-size: 40px;
    margin-top: 10px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}

.Javier-bullet ul li {
  color: #cb9b51;
  font-weight: 600;
  list-style: none;
  list-style-image: url(../img/ico/estrella.png);
  letter-spacing: 1px;
  font-style: italic;
}

.Javier-video video {
  left: 0;
  top: 0;
  width: 100%;
  border: 2px solid #cb9b51;
  padding: 16px;
}

.Javier-txt-resalte-01 {
  font-size: 70px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400 !important;
  background-image: linear-gradient(
    to right,
    #b88261 0,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #462523 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  margin: 0px;
  margin-top: -15px;
  letter-spacing: 7px;
}

@media only screen and (max-width: 768px) {
  .Javier-txt-resalte-01 {
    font-size: 30px;
    line-height: 65px;
    margin-top: -15px;
  }
}

.Javier-txt-resalte-02 {
  font-size: 24px;
  margin: 0px;
}

.Javier-tarjeta-strella {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 170px;
  display: flexbox;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: center;
}

.Javier-tarjeta-strella img {
  width: 80px;
}

.Javier-tarjeta-strella p {
  margin: 0px;
  font-weight: 900;
}

.Javier-fotos-01 {
  background-image: url(../img/otros/bk-brillo-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  .Javier-fotos-01 {
    padding-bottom: 50px;
    background-position: center 200px;
  }
}

.Javier-fotos-01 img {
  width: 100%;
  max-width: 500px;
}

.Javier-fotos-01 p {
  line-height: 32px;
}

.Javier-fotos-01 span {
  color: #cb9b51;
  font-weight: 700;
}

.Javier-fotos-01-int {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 32px;
}

.Javier-video-2 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 550px;
}

.Javier-video-video {
  position: absolute;
  z-index: 0;
  height: 550px;
  overflow: hidden;
}

.Javier-video-video video {
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.4;
}

@media only screen and (max-width: 768px) {
  .Javier-video-2 {
    font-size: 18px;
    line-height: 24px;
    height: 350px;
  }

  .Javier-video-2 p {
    margin-top: 100px;
  }

  .Javier-video-video {
    height: 350px;
  }
}

.Javier-fotos-02 img {
  width: 100%;
  max-width: 500px;
}

.Javier-productores p {
  letter-spacing: 4px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    #f6e27a 0,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #f6e27a 100%
  );
  color: transparent;
  -webkit-background-clip: text;

  text-transform: uppercase;
  font-weight: 900;
  margin: 0px;
}

/*===================== DEP =====================*/

.Dep {
  min-height: 400px;
  background-image: url(../img/dep/dep-bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Dep img {
  width: 200px;
}

.Dep a.Btn-01 {
  margin: 0 auto;
}

.Dep-cont {
  background-color: rgba(245, 235, 224, 0.8);
  color: #687041;
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.Dep-cont {
  color: #230722;
}

.Dep-cont strong {
  font-size: 24px;
  line-height: 34px;
}
