@charset "utf-8";
/* CSS Document */
.Header {
  background-color: #222240;
  width: 100%;
  padding: 1%;
  z-index: 20;
  position: fixed;
  display: block;
  transform: translateY(-100%);
}
.Header h1 {
  color: #FFFFFF;
  font-family: "Montserrat ExtraBold";
  font-size: 90%;
  text-align: center;
}
.Header h1:hover {
  color: #F9D21C;
  font-family: "Montserrat ExtraBold";
  font-size: 100%;
}
.Header a {
  text-decoration: none;
}
.Header a:hover {
  text-decoration: none;
}
.Header .CFlecha {
  width: 100%;
  cursor: pointer;
  position: relative;
  transform-style: preserve-3d;
}
.Header .CFlecha div {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  position: absolute;
  backface-visibility: hidden;
}
.Header .CFlecha:hover {
  transform: rotateY(180deg);
}
.Header .FlechaAmarilla {
  transform: rotateY(180deg);
}
.Header .Contenedor {
  width: 100%;
  cursor: pointer;
  position: relative;
  transform-style: preserve-3d;
}
.Header .Contenedor div {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  position: absolute;
  backface-visibility: hidden;
}
.Header .Contenedor:hover {
  transform: rotateY(180deg);
}
.Header .Atras {
  transform: rotateY(180deg);
}
.Header .Dropdown {
  color: #FFFFFF;
  font-family: "Montserrat ExtraBold";
  font-size: 90%;
  text-align: center;
}
.Header .Dropdown h1 {
  color: #FFFFFF;
  font-family: "Montserrat ExtraBold";
  font-size: 90%;
}
.Header .Dropdown h1:hover {
  color: #F9D21C;
  font-family: "Montserrat ExtraBold";
  font-size: 100%;
}
.Header .Dropdown .Flecha {
  background-image: url("Img/Flecha-Blanca.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.Header .Dropdown .Flecha:hover {
  background-image: url("Img/Flecha_Amarilla_abajo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.Header .Dropdown .Flecha:focus {
  background-image: url("Img/Flecha_Amarilla_abajo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.Header .Iconosredes {
  width: 100%;
}
.Header .Iconosredes .espaciado {
  width: 33%;
}
#ctn-bars-search {
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: transparent;
  padding: 20px;
  z-index: 9;
}
#ctn-bars-search input {
  text-align: center;
  font-family: 'Montserrat SemiBold';
  color: #000000;
  border: solid;
  border-color: #F9D21C;
  border-radius: 100px;
  display: block;
  width: 50%;
  margin: auto;
  padding: 10px;
  font-size: 18px;
  outline: 0;
  z-index: 9;
}
#box-search {
  border-radius: 10px;
  position: fixed;
  top: 20%;
  width: 50%;
  background-color: #222240;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: none;
}
#box-search li {
  list-style: none;
  left: 0;
  width: 100%;
}
#box-search li:hover {
  background-color: #F9D21C;
}
#box-search li a {
  text-decoration: none;
  font-size: 90%;
  font-family: "Montserrat Medium";
  display: block;
  width: 50%;
  color: #F9D21C;
  padding: 1%;
}
#box-search li:hover a {
  color: #000000;
  font-size: 100%;
}
#cover-ctn-search {
  top: 9%;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}
.RHeader {
  display: none;
}
.TMG {
  background-color: #ffffff;
  width: 100%;
  margin-top: 80px;
}
.PC {
  display: block;
}
.CEL {
  display: none;
}
.TMG .Espacio {
  background-color: #ffffff;
  height: 10%;
  width: 100%;
}
.TMG h1 {
  color: #FFFFFF;
  font-family: "Montserrat ExtraBold";
  text-align: center;
}
.TMG h2 {
  color: #950001;
  font-family: "Montserrat SemiBold";
  text-align: center;
}
.TMG div {
  z-index: inherit;
}
.TMG .video {
  background-color: #222240;
}
.TMG .videoV {
  background-color: #222240;
  display: none;
}
.TMG .Rojoartista {
  background-color: #950001;
  width: 100%;
}
.TMG .Rojoartista:hover {
  background-image: url("Img/ArtistaLive_servicio_portada.jpg");
  background-position: center;
  background-blend-mode: multiply;
  background-color: #950001;
  width: 100%;
}
.TMG .AzulTMG {
  background-color: #222240;
  width: 100%;
}
.TMG .AzulTMG:hover {
  background-image: url("Img/TMG_servicio_portada.jpg");
  background-position: center;
  background-blend-mode: multiply;
  background-color: #222240;
  width: 100%;
}
.TMG .CelesteIDO {
  background-color: #283D5A;
  width: 100%;
}
.TMG .CelesteIDO:hover {
  background-image: url("Img/Ido_servicio_portada.jpg");
  background-position: center;
  background-blend-mode: multiply;
  background-color: #283D5A;
  width: 100%;
}
.TMG .resumenclientes {
  background-color: #222240;
}
.TMG .resumenclientes h1 {
  padding: 2%;
}
.TMG .ClientesTabla {
  background-color: #222240;
}
.TMG .ClientesTabla td {
  width: 20%;
}
.TMG .AmarilloTMGfondo {
  background-color: #F9D21C;
}
.TMG .Contacto .texto {
  height: 50%;
  width: 70%;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  font-family: "Montserrat Medium";
  font-size: 12px;
  color: #950001;
  border: none;
  text-align-last: center;
}
.TMG .Contacto .Enviar {
  vertical-align: middle;
  height: 70%;
  width: 30%;
  border-style: solid;
  border-width: thick;
  border-radius: 100px;
  border-color: #950001;
  background-color: #F9D21C;
  color: #950001;
  font-size: 100%;
  font-family: "Montserrat ExtraBold";
}
.TMG .Contacto .Enviar:hover {
  background-color: #950001;
  border-color: #F9D21C;
  color: #ffffff;
  font-size: 115%;
}
.TMG .Contenedor {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.TMG .Centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.TMG .Contenedor h1 {
  color: #FFFFFF;
  font-family: "Montserrat ExtraBold";
}
.TMG .CLeft {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.TMG .fondotabla {
  background-color: hsla(360, 100%, 29%, 0.75);
  padding: 1%;
  border-radius: 25px;
  box-shadow: 10px 10px 10px 1px hsla(0, 0%, 0%, 0.5);
}
.TMG .CLeft h1 {
  font-family: "Montserrat ExtraBold";
  font-size: 150%;
  text-align: center;
  color: #ffffff;
}
.TMG .CLeft h2 {
  font-family: 'Montserrat Medium';
  color: #ffffff;
  text-align: left;
  font-size: 100%;
}
.TMG .fondotabla h3 {
  padding: 5%;
  border-color: #ffffff;
  border: solid;
  color: #ffffff;
  font-family: "Montserrat ExtraBold";
  border-radius: 100px;
  font-size: 100%;
  width: 50%;
}
.TMG .fondotabla h3:hover {
  color: #950001;
  background-color: #ffffff;
  border-color: #950001;
}
.TMG .fondotabla a:hover {
  text-decoration: none;
}
.TMG .accordion {
  font-family: "Montserrat SemiBold";
  color: #000000;
  font-size: 90%;
  border-radius: 1000px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 20%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  border: solid;
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.TMG .panel {
  padding: 1%;
  width: 50%;
  background-color: transparent;
  overflow: hidden;
}
#I-Artista {
  display: none;
}
#I-TMG {
  display: none;
}
#I-IDO {
  display: none;
}
#IImpress {
  display: none;
}
#I-Produccion {
  display: none;
}
#I-BTL {
  display: none;
}
#I-Promo {
  display: none;
}
#I-Textiles {
  display: none;
}
#I-Stands {
  display: none;
}
.TMG .panel a {
  font-family: "Montserrat Medium";
  color: #B2B2B2;
}
.TMG .panel a:hover {
  color: #ffffff;
  text-decoration: none;
}
.TMG .panel ul {
  text-align: left;
}
.TMG .panel ul li {
  list-style: none;
}
.ServiciosTMG h1 {
  font-size: 100%;
}
.ServiciosTMG {
  background-color: #222240;
}
.ServiciosTMG div div:hover {
  background-blend-mode: normal;
}
.ServiciosTMG img:hover {
  filter: brightness(130%);
}
.ServiciosTMG table {
  min-height: 300px;
  backdrop-filter: blur(3px);
}
.ServiciosTMG div div:hover table {
  backdrop-filter: blur(0px);
}
.ServiciosTMG div div:hover table tbody tr td h1 {
  color: transparent;
}
.ServiciosTMG td {
  padding: 3%;
}
.ServiciosTMG button {
  width: 30%;
  border-style: none;
  background-color: black;
  border-radius: 50px;
  color: #F9D21C;
  font-family: "Montserrat Medium";
}
.ServiciosTMG button:hover {
  background-color: #F9D21C;
  color: black;
}
.ServiciosTMG .Abajo {
  vertical-align: bottom;
}
.ServiciosTMG .Arriba {
  vertical-align: top;
}
.ServiciosTMG .Impresiones {
  background-image: url("Img/Impresiones-portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.ServiciosTMG .BotargasyP {
  background-image: url("Img/PersonajesyBotargas-Portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.ServiciosTMG .ProduccionM {
  background-image: url("Img/produccionmultimedia-portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.ServiciosTMG .BTL {
  background-image: url("Img/BTL-portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.ServiciosTMG .ProduccionE {
  background-image: url("Img/producciondeeventos-portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.ServiciosTMG .Promocionales {
  background-image: url("Img/Promocionales-Portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.ServiciosTMG .Textiles {
  background-image: url("Img/Textiles-Portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.ServiciosTMG .Stands {
  background-image: url("Img/Stand-Portada.jpg");
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  background-color: #222240;
}
.STMGI h1 {
  font-size: 100%;
}
.STMGI .IMContenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}
.STMGI .IMTexto {
  border-radius: 50px;
  background-color: hsla(240, 31%, 19%, 0.70);
  padding: 1%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.STMGI .IMContenedor .IMTexto table tbody tr td p {
  font-family: "Montserrat Medium";
}
.STMGI .IMContenedor .IMTexto table tbody tr td a button {
  border-style: solid;
  font-family: "Montserrat Medium";
  color: white;
  border-color: white;
  background-color: transparent;
  border-radius: 50px;
  width: 50%;
}
.STMGI .IMContenedor .IMTexto table tbody tr td a button:hover {
  background-color: #222240;
  border-color: #F9D21C;
}
.STMGBotargas {
  background-color: #73398C;
}
.STMGBotargas h1 {
  text-shadow: -10px 10px 5px #222240;
  color: #F9D21C;
  margin: 1.25%;
}
.STMGBotargas button {
  font-family: "Montserrat SemiBold";
  font-size: 150%;
  color: #F9D21C;
  border-color: #F9D21C;
  background-color: transparent;
  width: 30%;
  border-radius: 50px;
}
.STMGBotargas button:hover {
  font-size: 200%;
  background-color: #F9D21C;
  color: #73398C;
  border-color: transparent;
}
.STMGBotargas h3 {
  color: white;
  font-family: "Montserrat";
  text-align: justify;
  margin: 2.5%;
}
.STMGBotargas table tbody tr td div {
  border-radius: 50px;
}
.STMGProduccion td {
  vertical-align: middle;
}
.STMGProduccion h1 {
  font-size: 100%;
  color: #222240;
}
.STMGProduccion h3 {
  font-size: 100%;
}
.STMGProduccion button {
  font-size: 100%;
  width: 50%;
  font-family: "Montserrat SemiBold";
  border-style: solid;
  background-color: transparent;
  border-color: #EC8121;
  color: #EC8121;
  border-radius: 50px;
}
.STMGProduccion button:hover {
  border-style: none;
  background-color: #73398C;
  color: white;
}
.STMGProduccion p {
  text-align: justify;
  margin: 5%;
  font-size: 100%;
}
.STMGProduccion .middle {
  align-content: center;
}
.STMGProduccion .Transparencia {
  background-position: center;
  background-size: cover;
  background-color: hsla(240, 31%, 19%, 0.75);
  top: 5%;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9px;
}
.STMGProduccion a {
  font-size: 100%;
}
.STMGProduccion div video {
  height: 100%;
  width: 20%;
}
.STMGProduccion div img {
  margin-top: 5%;
  width: 30%;
}
.STMGProduccion .infor {
  border-radius: 50px;
  box-shadow: 0px 0px 25px 0px #EC8121;
}
#IFotografia {
  border-top-left-radius: 2.5VW;
  border-bottom-left-radius: 2.5VW;
  overflow: hidden;
  min-height: 30VH;
  background-image: url("Img/360.gif");
  background-position: center;
  background-size: cover;
}
#ICircuito {
  border-top-left-radius: 2.5VW;
  border-bottom-left-radius: 2.5VW;
  overflow: hidden;
  min-height: 30VH;
  background-image: url("Img/CircuitoCerrado.gif");
  background-position: center;
  background-size: cover;
}
#IStreaming {
  border-top-left-radius: 2.5VW;
  border-bottom-left-radius: 2.5VW;
  overflow: hidden;
  min-height: 30VH;
  background-image: url("Img/streaming.gif");
  background-position: center;
  background-size: cover;
}
#IIFotografia {
  vertical-align: middle;
  background-color: hsla(282, 42%, 39%, 0.95);
  display: none;
}
#IIStreaming {
  background-color: hsla(282, 42%, 39%, 0.95);
  display: none;
}
#IICircuito {
  background-color: hsla(282, 42%, 39%, 0.95);
  display: none;
}
#IIFotografia h3 {
  font-size: 100%;
  font-family: "Montserrat";
  color: white;
}
#IIFotografia button {
  font-size: 100%;
  border-color: white;
  color: white;
}
#IICircuito h3 {
  font-size: 100%;
  font-family: "Montserrat";
  color: white;
}
#IICircuito button {
  font-size: 100%;
  border-color: white;
  color: white;
}
#IIStreaming h3 {
  font-size: 100%;
  font-family: "Montserrat";
  color: white;
}
#IIStreaming button {
  font-size: 100%;
  border-color: white;
  color: white;
}
#IIFotografia img {
  border-radius: 1VW;
  width: 70%;
}
#IIStreaming img {
  border-radius: 1VW;
  width: 70%;
}
#IICircuito img {
  border-radius: 1VW;
  width: 70%;
}
#booth {
  display: none;
}
#Glambot {
  display: none;
}
#Green {
  display: none;
}
#Photo {
  display: none;
}
#Video {
  display: none;
}
.STMGBTL p {
  font-size: 100%;
}
.STMGBTL div div div h1 {
  margin-left: 5%;
  width: 90%;
  text-shadow: -5px 5px 10px black;
}
.STMGBTL div div div a button {
  width: 50%;
  color: white;
  background-color: transparent;
  border-style: solid;
  border-color: #F9D21C;
  border-radius: 50px;
  font-family: "Montserrat Medium";
}
.STMGBTL div div div a button:hover {
  color: white;
  background-color: #222240;
  border-color: white;
}
.STMGBTL div div div table {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: hsla(28, 84%, 53%, 0.9);
}
.STMGBTL div div div div p {
  color: black;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  font-family: 'Montserrat Medium';
}
.STMGProduccionEventosh1 {
  margin: 2%;
}
.STMGProduccionEventos p {
  width: 100%;
  color: white;
  font-family: "Montserrat";
  text-align: center;
  margin: 1%;
}
.STMGProduccionEventos button {
  width: 50%;
  margin: 2%;
  box-shadow: -5px 5px 10px 2.5px #222240;
  color: white;
  background-color: transparent;
  border-style: solid;
  border-color: white;
  font-family: "Montserrat Medium";
  font-size: 100%;
  border-radius: 50px;
}
.STMGProduccionEventos button:hover {
  font-size: 110%;
  background-color: white;
  color: black;
  border-color: #222240;
}
.STMGProduccionEventos .ContenedorProduccion {
  position: relative;
  display: inline-block;
  text-align: center;
}
.STMGProduccionEventos .ContenedorProduccion div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.STMGProduccionEventos .ContenedorProduccion video {
  object-fit: fill;
  filter: blur(10px);
  mix-blend-mode: lighten;
  width: 100%;
}
.STMGProduccionEventos .ContenedorProduccion:hover video {
  filter: blur(0px);
}
.STMGProduccionEventos .ContenedorProduccion:hover div p {
  display: none;
}
#PSocial {
  overflow: hidden;
  width: 100%;
  background-color: #547FA6;
}
#PCorporativo {
  overflow: hidden;
  width: 100%;
  background-color: #73398C;
}
#ICorporativoI {
  background-color: #EC8121;
  min-height: inherit;
  display: none;
}
#ISocialI {
  background-color: #283D5A;
  min-height: inherit;
  display: none;
}
#ICorporativoI tbody tr td {
  width: 50%;
}
#ICorporativoI tbody tr td p {
  width: 90%;
  color: white;
  font-family: 'Montserrat';
}
#ICorporativoI tbody tr td h1 {
  text-shadow: 5px 5px 10px #222240;
  font-size: 100%;
}
#ISocialI tbody tr td {
  width: 50%;
}
#ISocialI tbody tr td p {
  width: 90%;
  color: white;
  font-family: 'Montserrat';
}
#ISocialI tbody tr td h1 {
  text-shadow: -5px 5px 10px #222240;
  font-size: 100%;
}
.STMGPromocionales table tbody tr td h1 {
  text-shadow: -5px 5px 10px #F9D21C;
  color: #222240;
}
.STMGPromocionales table tbody tr td p {
  font-family: "Montserrat";
}
.STMGPromocionales table tbody tr td a button {
  font-size: 90%;
  font-family: "Montserrat Medium";
  border-radius: 50px;
  background-color: transparent;
  color: black;
  border-style: solid;
  border-color: #222240;
  width: 50%;
}
.STMGPromocionales table tbody tr td a button:hover {
  font-size: 100%;
  color: white;
  background-color: #222240;
  border-color: white;
}
.STMGTextiles table tbody tr td h1 {
  width: 80%;
  text-shadow: -5px 5px 10px #F9D21C;
  color: #222240;
}
.STMGTextiles table tbody tr td p {
  width: 70%;
  font-family: "Montserrat";
}
.STMGTextiles table tbody tr td button {
  font-size: 90%;
  font-family: "Montserrat Medium";
  border-radius: 50px;
  background-color: transparent;
  color: black;
  border-style: solid;
  border-color: #222240;
  width: 50%;
}
.STMGTextiles table tbody tr td button:hover {
  font-size: 100%;
  color: white;
  background-color: #222240;
  border-color: white;
}
.STMGStands table tbody tr td a button {
  font-size: 90%;
  width: 50%;
  font-family: "Montserrat Medium";
  color: #222240;
  background-color: transparent;
  border-style: solid;
  border-color: #222240;
  border-radius: 50px;
}
.STMGStands table tbody tr td a button:hover {
  font-size: 100%;
  color: white;
  background-color: #222240;
  border-color: white;
}
.STMGStands table tbody tr td h1 {
  color: #222240;
}
.STMGStands table tbody tr td table tbody tr td p {
  font-family: "Montserrat";
  width: 70%;
}
.STMGStands table tbody tr td table tbody tr td video {
  width: 100%;
}
#IMStandL {
  width: 30%;
}
#IStand {
  width: 40%;
}
#IMStandR {
  width: 30%;
}
.ArtistaLive {
  background-color: #940102;
}
.ServiciosArtistaLive table tbody tr td {
  height: 540px;
}
.ServiciosArtistaLive table tbody tr td ul {
  padding-top: 5%;
  padding-bottom: 5%;
}
.ServiciosArtistaLive tbody tr td ul li {
  font-family: "Montserrat SemiBold";
  color: white;
  font-size: 90%;
  list-style: none;
}
.ServiciosArtistaLive tbody tr td h1 {
  text-shadow: -5px 5px 10px black;
  font-family: "Montserrat ExtraBold";
  color: #ffffff;
}
.ServiciosArtistaLive tbody tr td a button {
  font-family: "Montserrat Medium";
  background-color: transparent;
  border-style: solid;
  border-color: white;
  color: white;
  border-radius: 50px;
  width: 50%;
}
.ServiciosArtistaLive tbody tr td a button:hover {
  border-style: none;
  background-color: #940102;
}
.ServiciosArtistaLive tbody tr td ul li:hover {
  font-family: "Montserrat ExtraBold";
  font-size: 100%;
  color: #ffffff;
  background-color: hsla(0, 0%, 0%, 0.70);
}
.ServiciosArtistaLive .Escenarios {
  background-position: center;
  background-size: cover;
  background-image: url("Img/escenario-portada.jpg");
}
.ServiciosArtistaLive h1 {
  font-size: 100%;
}
.ServiciosArtistaLive .Empty {
  width: 33VW;
}
.ServiciosArtistaLive .Titulo {
  width: 33VW;
  background-color: hsla(360, 99%, 29%, 0.25);
}
.ServiciosArtistaLive .List {
  width: 33VW;
  background-color: hsla(360, 99%, 29%, 0.75);
}
.ServiciosArtistaLive .Escenarios td ul li {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.ServiciosArtistaLive .Live {
  background-size: cover;
  background-position: center;
  background-image: url("Img/LiveEntertainment_Portada.jpg")
}
.LiveEscenarios {
  background-color: #940102;
}
.LiveEscenarios .ContenedorEscenarios {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.LiveEscenarios .ContenedorEscenarios .centrado {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.LiveEscenarios .videofondo {
  filter: blur(5px);
  object-fit: fill;
  width: 100%;
}
.LiveEscenarios .info {
  backdrop-filter: blur(10px);
  border-radius: 50px;
  background-color: hsla(360, 99%, 29%, 0.25);
}
.LiveEscenarios .info h2 {
  text-shadow: -5px 5px 10px black;
}
.LiveEscenarios .info p {
  width: 70%;
  color: white;
}
.LiveEscenarios h1 {
  text-shadow: -5px 5px 10px #F9D21C;
}
.LiveEscenarios button {
  font-size: 90%;
  color: white;
  border-style: solid;
  background-color: transparent;
  border-color: white;
  border-radius: 50px;
  font-family: "Montserrat Medium";
  width: 50%;
}
.LiveEscenarios button:hover {
  font-size: 100%;
  color: black;
  background-color: white;
  border-color: black;
}
.LiveEscenarios h2 {
  color: white;
}
.LiveLive {
  background-color: #940102;
}
.LiveLive .ContenedorLive {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.LiveLive .ContenedorLive div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.LiveLive .videofondo {
  filter: blur(5px);
  object-fit: fill;
  width: 100%;
}
.LiveLive h1 {
  text-shadow: -5px 5px 10px #F9D21C;
}
.LiveLive p {
  width: 70%;
  color: white;
}
.LiveLive h2 {
  color: white;
}
.LiveLive .info {
  backdrop-filter: blur(10px);
  border-radius: 50px;
  background-color: hsla(360, 99%, 29%, 0.25);
}
.LiveLive button {
  font-size: 90%;
  color: white;
  border-style: solid;
  background-color: transparent;
  border-color: white;
  border-radius: 50px;
  font-family: "Montserrat Medium";
  width: 50%;
}
.LiveLive button:hover {
  font-size: 100%;
  color: black;
  background-color: white;
  border-color: black;
}
.Ido {
  background-color: #283D5A
}
.ServiciosIdo table {
  height: 720px;
}
.ServiciosIdo table tbody tr td a button {
  border-radius: 100px;
  width: 50%;
  font-family: "Montserrat SemiBold";
  font-size: 100%;
  border: solid;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.ServiciosIdo table tbody tr td a button:hover {
  border-color: transparent;
  background-color: #283D5A;
}
.ServiciosIdo .Titulos .EventS {
  background-image: url("Img/EventosS-Portada.jpg");
  background-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
  background-color: #547FA6;
}
.ServiciosIdo .Titulos .EventS:hover {
  background-blend-mode: normal;
}
.ServiciosIdo .Titulos .PlanificacionB {
  background-image: url("Img/Boda-portada.jpg");
  background-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
  background-color: #547FA6;
}
.ServiciosIdo .Titulos .PlanificacionB:hover {
  background-blend-mode: normal;
}
.ServiciosIdoPlanificacion h1 {
  font-size: 100%;
}
.ServiciosIdoPlanificacion h2 {
  font-size: 100%;
}
.ServiciosIdoPlanificacion p {
  font-size: 100%;
}
.ServiciosIdoPlanificacion table {
  height: 540px;
}
.ServiciosIdoPlanificacion table tbody tr td h1 {
  color: #283D5A;
}
.ServiciosIdoPlanificacion table tbody tr td h2 {
  width: 50%;
  color: #547FA6;
}
.ServiciosIdoPlanificacion table tbody tr td table tbody tr td h1 {
  color: white;
  text-shadow: -5px 5px 10px #283D5A;
}
.ServiciosIdoPlanificacion table tbody tr td table tbody tr td p {
  color: white;
  width: 70%;
  font-family: "Montserrat";
}
.ServiciosIdoPlanificacion .Organizacion {
  background-size: cover;
  background-blend-mode: soft-light;
  border-radius: 50px;
  background-color: #547FA6;
  background-position: center;
  background-image: url("Img/organizacionido.jpg");
}
.ServiciosIdoPlanificacion .Decoracion {
  background-size: cover;
  background-blend-mode: soft-light;
  border-radius: 50px;
  background-color: #547FA6;
  background-position: center;
  background-image: url("Img/decoracionido.jpg");
}
.ServiciosIdoPlanificacion .Sonido {
  background-size: cover;
  background-blend-mode: soft-light;
  border-radius: 50px;
  background-color: #547FA6;
  background-position: center;
  background-image: url("Img/sonidoido.jpg");
}
.ServiciosIdoPlanificacion .Venue {
  background-size: cover;
  background-blend-mode: soft-light;
  border-radius: 50px;
  background-color: #547FA6;
  background-position: center;
  background-image: url("Img/venueido.jpg");
}
.Renders .galeria {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1VW;
  padding: 1VW;
}
.Renders .galeria .box img {
  border-radius: 1VW;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Renders .galeria .box img:hover {
  border-radius: 2.5VW;
}
.Renders .galeria .box:active {
  position: fixed;
}
.Renders .galeria .box:active img {
  width: 70%;
}
.contacto table {
  height: 100%;
}
.Footer {
  background-color: #222240;
}
.Footer .Text {
  color: #FFFFFF;
  font-family: "Montserrat ExtraBold";
  font-size: 24px;
  text-align: center;
}
.Hamburguermenu {
  display: none;
}
.three-one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.four-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.three-two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.two-one {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.one-one {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.three-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.five-two {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.two-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.setentaalto {
  min-height: 70VH;
}
/*Responsive */
@media(orientation: portrait) {
  .Header {
    display: none;
  }
  .RHeader {
    padding: 1%;
    background-color: #222240;
    width: 100%;
    z-index: 20;
    position: fixed;
    display: block;
    transform: translateY(-100%);
  }
  .RHeader header table tbody tr td {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .Hamburguermenu h1 {
    font-size: 100%;
  }
  .Hamburguermenu h2 {
    font-size: 100%;
  }
  .TMG {
    margin-top: 35px;
  }
  .TMG .video {
    display: none;
  }
  .TMG .videoV {
    display: block;
  }
  .PC {
    display: none;
  }
  .CEL {
    display: block;
  }
  .Hamburguermenu {
    width: 100VW;
    height: 110VH;
    background-color: hsla(240, 31%, 19%, 0.50);
    position: fixed;
    display: none;
    z-index: 100;
    backdrop-filter: blur(5px);
    overflow: scroll;
    transform: translateY(-5%);
  }
  .Hamburguermenu table {
    display: block;
  }
  .Hamburguermenu h1 {
    color: white;
    text-align: center;
    font-family: "Montserrat ExtraBold";
  }
  .Hamburguermenu h1:hover {
    color: #F9D21C;
  }
  .Hamburguermenu h2 {
    font-family: "Montserrat SemiBold";
    color: white;
  }
  .Hamburguermenu h2:hover {
    color: #F9D21C;
  }
  .Hamburguermenu a {
    text-decoration: none;
  }
  .Hamburguermenu a:hover {
    text-decoration: none;
  }
  .Hamburguermenu td {
    transform: translateX(150%);
  }
  #Closehamburger {
    transform: translateX(200%);
  }
  .Hamburguermenu .sentrar {
    transform: translateX(-50%);
  }
  .three-one {
    grid-template-columns: repeat(1, 1fr);
  }
  .ServiciosArtistaLive .Empty {
    display: none;
    width: 0VW;
  }
  .ServiciosArtistaLive .List {
    width: 40VW;
  }
  .ServiciosArtistaLive .Titulo {
    width: 40VW;
  }
  .four-two {
    grid-template-columns: repeat(2, 1fr);
  }
  .LiveEscenarios .videofondo {
    filter: blur(0px);
  }
  .three-two {
    grid-template-columns: repeat(2, 1fr);
  }
  .LiveLive .videofondo {
    filter: blur(0px);
  }
  .two-one {
    grid-template-columns: repeat(1, 1fr);
  }
  #IFotografia {
    border-top-left-radius: 0VW;
    border-bottom-left-radius: 0VW;
  }
  #ICircuito {
    border-top-left-radius: 0VW;
    border-bottom-left-radius: 0VW;
  }
  #IStreaming {
    border-top-left-radius: 0VW;
    border-bottom-left-radius: 0VW;
  }
  .STMGProduccion div video {
    height: 100%;
    width: 90%;
  }
  .STMGProduccion div img {
    margin-top: 5%;
    width: 90%;
  }
  .Renders .galeria {
    grid-template-columns: repeat(2, 1fr);
  }
  .Renders .galeria .box:active img {
    width: 100%;
  }
  .STMGBTL h1 {
    font-size: 100%;
  }
	.STMGProduccionEventos h1{
		font-size: 100%;
	}
}
/* Dropdown Button */
.dropbtn {
  width: 75%;
  color: transparent;
  background-color: transparent;
  background-image: url("Img/Flecha-Blanca.png");
  padding: 16px;
  border: none;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F9D21C;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* Links inside the dropdown */
.dropdown-content a {
  font-family: 'Montserrat SemiBold';
  font-size: 90%;
  text-align: center;
  color: #222240;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: #ffffff;
  text-decoration: none;
  font-size: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #EE8C1E;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-image: url("Img/Flecha_Amarilla_abajo.png");
  background-size: 75%;
}
/* _button-group.scss:81 */
.dropright &::after {
  margin-left: 0;
}
/* _dropdown.scss:56 */
.dropright {
  .dropdown-menu {
    background-color: #950001;
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: $dropdown-spacer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  .dropdown-toggle {
    @include caret(right);
    &::after {
      vertical-align: 0;
    }
  }
}
.dropright:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle {
  color: transparent;
  background-color: transparent;
  background-image: url("Img/Flecha-Blanca.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.dropdown-toggle:hover {
  background-image: url("Img/Flecha-azul.png");
}
.dropright a {
  font-family: 'Montserrat Medium';
  font-size: 90%;
  text-align: left;
  color: #ffffff;
}
.dropright a:hover {
  color: #F9D21C;
  font-size: 100%;
  background-color: #222240;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}