@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "SuiGenerisRg-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("SuiGenerisRg-Regular"),
    url("../fonts/SuiGenerisRg-Regular.woff") format("woff");
}
#contenido2 #capsulas {
  background: url(../images/bg-envivo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 30px 0;
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contenido2 #capsulas img {
  transition: all 0.5s ease;
}
#contenido2 #capsulas img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease;
}

#contenido2 #transmision {
  /*background: #ac1425;*/
  color: white;
  /*background-image: url(../images/fondo-transmision.jpg);*/
  background-image: linear-gradient(to top, #780b17 0%, #ac1425 100%);
  background-size: cover;
}
#contenido2 .tt1,
#contenido2 .tt2,
#contenido2 .tt3,
#contenido2 .tt4,
#contenido2 .tt5 {
  font-family: "SuiGenerisRg-Regular";
  text-align: center;
}
#contenido2 .tt1 {
  font-size: 5.5em;
  text-transform: uppercase;
  padding-top: 30px;
}
#contenido2 .tt2 {
  font-size: 4.13em;
  text-transform: uppercase;
  margin: -40px 0;
}
#contenido2 .tt3 {
  text-transform: uppercase;
  font-size: 0.92em;
  margin: 35px 0 0 0;
}
#contenido2 .tt4 {
  font-size: 1.2em;
  line-height: 0;
  margin: 12px 0;
}
#contenido2 .tt5 {
  font-size: 2.5em;
}
#contenido2 h1,
#contenido2 h2,
#contenido2 h3,
#contenido2 h4,
#contenido2 h5,
#contenido2 h6 {
  font-family: "SuiGenerisRg-Regular";
}
#contenido2 h1 {
  font-size: 22px;
}
#contenido2 p {
  font-family: "SuiGenerisRg-Regular";
}
#contenido h3 {
  font-size: 36px;
  line-height: 1.33333;
}
#contenido h1,
#contenido h2,
#contenido h3,
#contenido h4,
#contenido h5,
#contenido h6 {
  font-family: "SuiGenerisRg-Regular";
  font-weight: bold;
  letter-spacing: 2px;
}
.text-primary {
  color: #e53026 !important;
}
#seccion-movil a img {
  opacity: 1;
  transition: 0.4s;
  max-width: 400px;
}
#seccion-movil a:hover img {
  opacity: 0.5;
  transition: 0.4s;
  scale: 0.9;
}
.img-sombra {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 14px 14px 30px;
  line-height: 1.42857143;
  background-color: #de4023;
  /*border-radius: 4px;*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 5px 5px 0px;
}
.img-sombra2 {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 14px 14px 30px;
  line-height: 1.42857143;
  background-color: #51090d;
  /*border-radius: 4px;*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 5px 5px 0px;
}
.img-sombra3 {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 14px 14px 30px;
  line-height: 1.42857143;
  background-color: #971922;
  /*border-radius: 4px;*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 5px 5px 0px;
}
#galeria {
  background: url(../images/bg-galeria.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
#galeria h2 {
  margin: 0;
  margin-top: 0px;
  padding: 10px 0;
  color: #ab211f;
}
#galeria a {
  display: inline-block;
  padding: 5px 20px;
  color: #ab211f !important;
  border: 2px solid #ab211f;
  text-decoration: none;
  transition: 0.5s;
  border-radius: 20px;
  transform: scale(1);
}
#galeria a:hover {
  transform: scale(1.1);
  background: #ab211f;
  color: #fff !important;
  text-decoration: none !important;
}
.fancybox__container {
  z-index: 9999999 !important;
}
