@import url('https://fonts.googleapis.com/css?family=Cantarell:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap');
/* color 01 #73050A; */ 
/* color: #73660C; */


 * {
	 -webkit-transition: all 500ms ease-in-out;
	 -moz-transition: all 500ms ease-in-out;
	 -ms-transition: all 500ms ease-in-out;
	 -o-transition: all 500ms ease-in-out;
	 transition: all 500ms ease-in-out;
}
body{
  background: white;
  font-family: Cantarell;
  overflow-x: hidden;
}
section{
	background-image: url(../img/inis-fondos.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100vh;
}
.videosprincipal{
	position: relative;
	top: 1rem;
	bottom: 1rem;
}
.videosprincipal h1
{
	padding: 0;
	margin: 0;
	letter-spacing: 0px;
 	word-spacing: 3px;
 	color: #000000;
 	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
  	font-family: Cantarell;
}

.videossecundario{
	position: relative;
	top: 1rem;
}
.videossecundario h2
{
	padding: 0;
	margin: 0;
	letter-spacing: 0px;
 	word-spacing: 3px;
 	color: #000000;
	font-size: 1.9rem;
	text-align: center;
  	font-family: Cantarell;
}
.parrafo h2{
	margin: 1rem 0 0 0;
	padding: 0;
}
.arriva-poco p{
	margin: .5rem 0 0 0;
	padding: 0;
}
.centrar
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #B04545
}
.centrando
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.centrar img{
		width: 100% !important;
}
.espacio03{position: relative;height: 0.3rem;}
.espacio10{position: relative;height: 1rem;}
.espacio20{position: relative;height: 2rem;}
.espacio30{position: relative;height: 3rem;}
.espacio40{position: relative;height: 4rem;}
.titulo-rojo
{	
	position: relative;
	font-family: 'Pacifico', cursive;
 	font-size: 2.4rem;
 	color: #73050A;
 	padding: 0;
 	margin: 0;
}
.titulo-verde
{	
	position: relative;
	font-family: 'Pacifico', cursive;
 	font-size: 2.4rem;
 	color: #73660C;
 	padding: 0;
 	margin: 0;
}
.comillas, .comillasdos
{	
	position: relative;
	font-family: 'Cantarell';
 	font-size: 1.4rem;
 	color: #73660C;
 	text-align: left;
 	padding: 0;
 	margin: 0;
}
.comillas i, .comillasdos i
{
	margin: 3px;
	position: relative;
	font-size: 2rem;
	color: #6C6C6C;
	top: -15px
}
  .comillasdos i:nth-child(2){
  	top: 0;
  	color: #73660C;
  }
.parrafo
{
	padding: 0;
	margin: 0;
	letter-spacing: .6px;
 	word-spacing: 3px;
 	color: #000000;
	font-size: 1.3rem;
  	font-family: Cantarell;
}
.parrafo a, p a
{
	color: #73660C;
 	transition: all .5s;
 	padding: 0;
 	margin: 0;
 	font-weight: bold;
}
.parrafo a:hover, p a:hover
{
 	text-decoration: none;
 	color: #73050A;
}
.signos{
	font-family: 'Roboto', sans-serif;
}

.tx-izquierda{text-align: left;}
.tx-centro{text-align: center;}
.tx-derecha{text-align: right;}

.img-principal img{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}
.imagen-logo img{
	position: fixed;
	top: 27px;
	left: 30px;
	width: 60px;
	z-index: 503;
}
.imagen-logo2 img{
	position: fixed;
	top: 27px;
	left: 30px;
	width: 60px;
	z-index: 501;
}
.minilogo img{
	width: 120px;
	height: 102px;
	top: calc(50vh - 51px);
	left: calc(50vw - 60px);
}
.input-group-text{
	width: 9rem;
}
/* Contenedores con IMAGENES inicio*/
.cont-img-izquierda
{
	display: flex;
	width: 100%;
	padding: 2rem 0;
}
.cont-img-derecha
{
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	padding: 2rem 0;
}
.img-izq
{
	width: 50%;
	background: #fff;
}
.img-izq img
{
	width: 100%;
}
.texto-izquierda
{
	flex: 1;
	font-size: 1.2rem;
}
.texto-izquierda-titulo p
{
	font-size: 1.5rem;
  	font-family: Cantarell;
  	letter-spacing: .6px;
 	word-spacing: 3px;
 	color: #73050A;
 	text-align: left;
 	padding: 0;
 	margin: 0;
}

@media screen and (max-width: 992px)
{
	.img-izq
	{
		width: 100%;
	}
	 .cont-img-izquierda
	 {
		flex-direction: column-reverse;
	 }
	 .cont-img-derecha
	 {
		flex-direction: column-reverse;
	 }
	 .texto-izquierda-titulo
	 {
	 	padding: 0 0 2rem 0;
	 }
	 .texto-izquierda-titulo p
	{
		font-size: 1.2
	}
}
/* Contenedores con IMAGENES fin */

/* Menu Hamburguesa INICIO */
/* -----------------1------------------*/

/* nuevo menu hamburguesa INICIO */
.menu-burger{
	position: absolute;
	cursor: pointer;
	z-index: 600;
}
.menu-barras{
	position: fixed;
	margin: 0;
	padding: 0;
	top: 1rem;
	right: 20px;
	width: 40px;
	height: 40px;
	background: transparent;
}
.menu-arriba, .menu-centro, .menu-abajo {
  height: 4px;
  width: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  left: calc(50% - 15px);
  z-index: 550;
}
.menu-arriba{top: 7px;} /*before */
.menu-centro{top: 17px;}
.menu-abajo{top: 27px;} /*after*/

.menu-burger .menu-centro {
  transition-duration: 0s;
}
.menu-burger .menu-arriba, .menu-burger .menu-abajo{
  transition: transform 0.5s, top 0.5s 0.5s;
}
.menu-burger.abrir .menu-centro {
	transition-duration: 0.1s;
	transition-delay: 0.6s;
	transform: rotateZ(-45deg);
	background: #ffffff !important;
}
.menu-burger.abrir .menu-abajo {
  transition: top 0.5s, transform 0.5s 0.5s;
  top: 17px;
  transform: rotateZ(-45deg);
  background: #ffffff !important;
}
.menu-burger.abrir .menu-arriba {
  transition: top 0.1s, transform 0.5s 0.5s;
  top: 17px;
  transform: rotateZ(45deg);
  background: #ffffff !important;
}


/* nuevo menu hamburguesa FIN */

/* Menu Hamburguesa FIN */

.ejemplo01, .ejemplo02, .ejemplo03, .ejemlplo04{
	height: 300px;
	width: 100%;
}
.ejemplo01, .ejemplo03{
	background: #70093E;
}
.ejemplo02, .ejemplo04{
	background: #0B5625;
}

/* Menu principal Escritorio INICIO*/
.menu-teatros{
	position: fixed;
	top: -100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: rgba(0,0,0,.8);
	transition: all .4s;
	z-index: 512;

}
.menu-teatros-clic{
	position: fixed;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: rgba(0,0,0,.8);
}
.menu-primary{
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
	transition: all .8s;
	width: 80%;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.menu-primary li{
	flex: auto;
	display: flex;
	position: relative;
}
.menu-primary li a{
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgba(122,118,100,.8);
	flex: auto;
}
.menu-primary a:hover{
	color: white;
}
.menu-primary a:before{
	content: "";
	position: absolute;
	width: 0;
	bottom: 0px;
	left: 50%;
	height: 1px;
	background: white;
	transition: all .6s;
}
.menu-primary a:hover:before{
	width: 60%;
	left: 20%;
}
/* Menu principal Escritorio FIN*/

/* Menu principal Mobil INICIO*/
.menu-mobile{
	position: fixed;
	top: 0;
	height: 55px;
	width: 100%;
	background: rgba(0,0,0,.95);
	z-index: 999;
}
.menu-mobil
{
	position: fixed;
	color: #FFFEFE;
	top: -2px;
	left: 3vw;
	z-index: 1000;
	font-size:35px;
	cursor:pointer;
}
.overlay {
  position: fixed;
  height: 100%;
  width: 0;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: rgba(35,5,5, 0.93);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	top: 5%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.overlay-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 2px;
	background: #fff; 
}

.overlay a {
position: relative;
  padding: 1rem 0;
  width: 100%;
  text-decoration: none;
  /* font-size: 40px; */
  color: #818181;
  display: block;
  transition: 0.3s;
  font-size: 1.4rem;
  font-family: Cantarell;
}

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: -43px;
  left: 3vw;
  font-size: 55px;
}

.overlay-content a:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20%;
	width: 0%;
	height: 1px;
	background: #FFFFFF;
	transition: all .5s;
}
.overlay-content a:hover:before{
	content: "";
	position: absolute;
	left: 35%;
	bottom: 20%;
	width: 30%;
	height: 1px;
	background: #FFFFFF;
}
.arriva22{
	padding-top: 1.5rem;
}
.abajo22{
	padding-top: 1.5rem;
}
.logo-menu2 img{
	position: relative;
	width: 80px;

}
.canales{
	padding: 30px 0;
	text-align: center;
	display: block;
}
.canales a{
	font-size: 1.2rem;
}

.canalyoutube{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.canalyoutube img{
	height: 40px;
}
.canalesindividuales{
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.canalesindividuales .canalwhatsapp,
.canalesindividuales .canalfacebook,
.canalesindividuales .canaltwiter,
.canalesindividuales .canalinsta
{
	height: 60px;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.canalesindividuales .canalwhatsapp img{
	height: 60px;
	flex: 5;
}
.canalesindividuales .canalfacebook img{
	height: 50px;
	flex: 5;
}
.canalesindividuales .canaltwiter img{
	height: 55px;
	flex: 5;
}
.canalesindividuales .canalinsta img{
	height: 50px;
	flex: 5;
}

@media screen and (max-width: 992px) {
 .burger2, .menu-teatros, .imagen-logo{
 	display: none;
 }
	section{
	background-image: url(../img/inis-fondos.jpg);
	background-size: 300vh;
	background-position: center;
	}
	.g-recaptcha {
    transform: scale(0.82);
    transform-origin: 0 0;
    }
}
@media screen and (min-width: 991px) {
	.menu-mobil, .menu-mobile{
		display: none;
	}
}


/* Menu principal Mobil INICIO*/
 /* PAGINA GTM INICIO */
 .img-gtm{
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	position: static;
 	width: 100%;
 	height: auto;
 	z-index: 200;
 }
 .imagenprincipal
 {
	background: url(../img/pag-gtm/teatro-gtm.jpg) no-repeat center center;
	background-size: cover;
 }
  .imagenprincipal-videos
 {
 background: url(../img/videos/videos-superior.jpg) no-repeat center center;
  background-size: cover;
 }
  .imagenprincipal-teatros
 {
 background: url(../img/teatros/teatros-superior.jpg) no-repeat center center;
  background-size: cover;
 }
  .imagenprincipal-empresas
 {
 background: url(../img/empresas/empresas-superior.jpg) no-repeat center center;
  background-size: cover;
 }
  .imagenprincipal-aviso
 {
 background: url(../img/empresas/aviso-superior.jpg) no-repeat center center;
  background-size: cover;
 }
   .imagenprincipal-copy
 {
 background: url(../img/empresas/copy.jpg) no-repeat center center;
  background-size: cover;
 }
   .imagenprincipal-opinion
 {
 background: url(../img/empresas/opinion-superior.jpg) no-repeat center center;
  background-size: cover;
 }
  .imagenprincipal-participa
 {
 background: url(../img/participa/participa-arriva.jpg) no-repeat center center;
  background-size: cover;
 }
   .imagenprincipal-contacto
 {
 background: url(../img/contacto/contacto-fondo.jpg) no-repeat center center;
  height: 115vh;
  width: 100vw;
 }
 .fondoimg{
 	position: relative;
	width: 100%;
	height: 380px;
 }
  .fondoimgaviso{
 	position: relative;
	width: 100%;
	height: 150px;
 }
 @media screen and (max-width: 992px) {
	 	.fondoimg{
	 		position: relative;
			top: 55px;
			height: 350px;
			margin-bottom: 60px;
	 	}
 }
 .logo-gtm img{
 	position: absolute;
 	width: 150px;
 	top: 15%;
 	left: calc(50% - 75px);
 	z-index: 300;
 }
 .logo-gtm-texto
 {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }
 .logo-gtm-texto p{
 	position: absolute;
 	text-align: center;
 	letter-spacing: 5px;
 	word-spacing: 5px;
 	top: 3.8%;
 	color: #FFFFFF;
	font-size: 2.8rem;
  	font-family: Cantarell;
 	z-index: 300;
 }
 .contactos,
 .contactos02{
 	position: relative;
 	padding: 0;
	margin: 3rem 0 2rem 0;
	text-align: center;
	height: auto;
	z-index: 1000px;
 }
 .contactos{
 	margin: 4rem 0 2rem 0;
 }
  .contactos02{
 	margin: 1.5rem 0 0 0;
 }
 .contactos p,
 .contactos02 p{
 	padding: 0;
 	margin: 0; 
 }
.contactos .clas01,
.contactos .clas02,
.contactos .clas03,
.contactos02 .clas01,
.contactos02 .clas02,
.contactos02 .clas03,
 {
 	position: relative;
 	padding: 0;
	margin: 0;
	letter-spacing: .6px;
 	word-spacing: 3px;
 	color: #000000;
  	font-family: Cantarell;
 }
.contactos .clas01,
.contactos02 .clas01{
	font-size: 1.3rem;
}
.contactos .clas02
{
	font-size: 0.8rem;
}
.contactos02 .clas02{
	font-size: 1rem;
	font-weight: 600;
}
.contactos .clas03,
.contactos02 .clas03{
	font-size: 2rem;
}
 .contactanos {
 	position: relative;
 }
 .contactanos p{
 	margin: 1rem 0 0 0;
 	padding: 0;
 	position: relative;
 	text-align: center;
 	letter-spacing: .6px;
 	word-spacing: 3px;
 	color: #FFFFFF;
	font-size: 1.5rem;
  	font-family: Cantarell;
 	z-index: 300;
 }
  .contactanos .cont-min{
 	margin: 0 0 0 0;
 	padding: 0;
 	position: relative;
 	text-align: center;
 	letter-spacing: .6px;
 	word-spacing: 3px;
 	color: #FFFFFF;
	font-size: 1.2rem;
  	font-family: Cantarell;
 	z-index: 300;
 }
 .formulario{
 	margin-top: 1rem;
 	position: relative;
 	width: 50%;
 	left: 25%;
 	text-align: center;
 }
 .formulario form{
 	width: 100%;
 	text-align: center;
 }
 .formulario form label{
 	color: #FFFFFF;
 	font-size: 1.4rem;
 }
 .logo-contacto img{
 	position: relative;
 	left: calc(50% - 50px);
 	width: 100px;
 	margin-top: 4.5rem;
 }

 .texto-gtm-imagen{
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	position: absolute;
 	text-align: center;
 	letter-spacing: .6px;
 	word-spacing: 3px;
 	top: 30%;
 	width: 80%;
 	color: #FFFFFF;
	font-size: 1.5rem;
  	font-family: Cantarell;
 	z-index: 300;
 }
 .linea{
 	position: relative;
 	left: 50%;
 	top: 25px;
 	height: 3px;
	width: 120px;
	left: calc(50% - 60px);
	background:  #923333;
	z-index: 1;
 }
 .logo-gtm:after{
	content: "";
	position: absolute;
	top:  140px;
	left: calc(50% - 60px);
	height: 3px;
	width: 120px;
	background:  #FFFFFF;
	z-index: 1;
 }
  .logo-gtm-texto p:after{
	content: "";
	position: absolute;
	top:  72px;
	left: calc(50% - 60px);
	height: 3px;
	width: 120px;
	background:  #FFFFFF;
	z-index: 1;
 }

 @media screen and (max-width: 992px) {
 	.texto-gtm-imagen{
 		text-align: center;
 		font-size: 1.2rem;
		width: 95%;
 	}
 	.logo-gtm:after{
 		top: 150px;
 	}
 	 .propositos{
		flex-direction: column-reverse;
	}
	.compromisorojoimg{
		flex-direction: column-reverse;
	}
		.respetoazulimg{
		flex-direction: column;
	}
	.vision{
		flex-direction: column;
	}
	.propositos img, .vision img
	{
		position: relative;
		width: 85vw !important;
	}
	.modal h5{
		font-size: 22px;
	}
	.modal p
	{
		font-size: 22px;
	}
	.visible-md{
		visibility: hidden;
	}
	 .ambiciosos{
 	padding-top: 0;
 	}
 	.modal-body img{
	width: 70%;
	height: auto !important;
	}
	footer
	{
		display: none;
	}
	.footer02{
		display: block !important;
	}
	.formulario{
		width: 92%;
		left: 4%;
	}
	 .logo-contacto img{
 	margin-top: 4.5rem;
 	}

 }
 .valores{
 	margin: 0;
 	padding: 0;
 	position: relative;
 	display: flex;
 	justify-content: space-around;
 	align-items: center;
 }
 .mision, .img-valores{
 	flex:1;
 	text-align: center;
 }

 .mision h3{
 	font-family: 'Pacifico', cursive;
 	font-size: 2.4rem;
 	color: #73050A;
}
.teatross span p{
	line-height: .5px;
}
.mision .verde{
	font-size: 1.4rem;
	color: #73660C;
}
.verde{
	font-size: 1.4rem;
	color: #73660C;
}
.izquierda
{
	text-align: left !important;
}
.mision .verde-bold a{
	font-size: 1.8rem;
	font-weight: 600;
	color: #73660C;
}
.mision .verde-bold a:hover{
    text-decoration:none;
 	font-size: 1.8rem;
	font-weight: 600;
	color: #E01A44;
   
}
.verde-bold2{
    font-size: 2rem;
	font-weight: 600;
	color: #73660C;
}

 .mision .rojo{
 	font-family: 'Pacifico', cursive;
 	font-size: 2.4rem;
 	color: #73050A;
}
.menos-separado
{
	padding: 0;
	margin: 0;
}
 .img-valores{
 	display: flex;
 	justify-content: space-around;
 	align-items: center;
 	padding: 15px 0;
 }
 .propositos, .vision{
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }
 .propositos img, .vision img{
 	width: 40vw;
 }

 .propositos .propositos-02 p, .vision .propositos-02 p{
 	font-size: 1.2rem;
 }
 .propositos p, .vision p
 {
 	font-size: 1.2rem;
 	width: 90%;
 }
 .propositos i{
 	padding: 0 10px 0 0;
 }
 .propositos-01 a{
 	position: relative;
 	color: #73660C;
 	transition: all .5s;
 	padding: 0;
 	margin: 0;	
 }
 .propositos a:hover, .vision a:hover{
 	font-weight: bold;
 	color: #C3AD12;
 	text-decoration: none;
 }
 .propositos-titulo p{
	font-family: 'Pacifico', cursive;
 	font-size: 2.4rem;
 	color: #73050A;
 	text-align: left;
 }
 .nosotros-texto p{
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	color: #000000;
 }
 .visible-md{
		visibility: visible;
}
.modal{
	height: 100%;
}
.modal-title{
	position: relative;
	font-family: 'Pacifico', cursive;
 	color: #73050A;
	padding: 0;
	margin: 0;
	font-size: 30px;
}
.modal-body {
    height: calc(100vh - 35vh);
    overflow-y: auto;
}
.modal-body p{
	font-size: 1.2rem;
}
.ambiciosos p{
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	color: #000000;
	letter-spacing: .6px;
 	word-spacing: 3px;
 	font-size: 1.3rem;
  	font-family: Cantarell;
}
.t-i-padding{
	padding-right: 0;
	letter-spacing: .6px;
 	word-spacing: 3px;
 	top: 0;
 	margin-top: 0;
 	padding-top: 0;
 	width: 95%;
 	color: #000000;
	font-size: 1.3rem;
  	font-family: Cantarell;
}
.valores{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.valor{
	position: relative;
	margin-bottom: 2.5rem;
}
.rojo01, .rojo02, .azul01, .azul02, .dorado01, .dorado02,
.verde01, .verde02, .naranja01, .naranja02, .morado01, .morado02
{
	display: flex;
	justify-content: center;
	text-align: center;
}
.rojo01 p, .azul01 p, .dorado01 p, .verde01 p, .naranja01 p, .morado01 p
{
	position: absolute;
	top: 45%;
	font-size: 1.5rem;
	font-weight: 600;
 	color: #020202;
}
.rojo02 p, .azul02 p, .dorado02 p, .verde02 p, .naranja02 p, .morado02 p
{
	position: absolute;
	font-size: 1.2rem;
	padding: 0 20%;
 	color: #E8E4E4;
}
.rojo02 a{
	font-weight: 600;
	color: #12FF00
}
.rojo02 p a:hover{
	text-decoration: none;
	font-size: 1.3rem;
 /* PAGINA GTM FIN */
}
.compromisorojoimg{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.compromisorojoimg p {
flex: 4;
}
.modalimgcompromiso {
	flex: 5;
	display: flex;
	align-items: center;
	justify-content: center;
		    align-self: center;
}
.modalimgcompromiso img{
	    height: calc(100vh - 43vh);
}
.respetoazulimg{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.textoparrafo{
	flex: 4;
}
.modalimgrespeto {
	flex: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
}
.modalimgrespeto img{
	    height: calc(100vh - 43vh);
}
.azul02 a{
	font-weight: 600;
	color: #FFB400
}
.azul02 p a:hover{
	text-decoration: none;
	font-size: 1.3rem;
}

.dorado02 a{
	font-weight: 600;
	color: #FF00E4
}
.dorado02 p a:hover{
	text-decoration: none;
	font-size: 1.3rem;
}
.verde02 a{
	font-weight: 600;
	color: #FF0000
}
.verde02 p a:hover{
	text-decoration: none;
	font-size: 1.3rem;
}
.naranja02 a{
	font-weight: 600;
	color: #0101B8
}
.naranja02 p a:hover{
	text-decoration: none;
	font-size: 1.3rem;
}
.morado02 a{
	font-weight: 600;
	color: #FFEA00
}
.morado02 p a:hover{
	text-decoration: none;
	font-size: 1.3rem;
}

/* Animacion de entrada y salida INICIO */
.fueradesaparece{
	overflow: hidden;
}
.scrollAnim{
	transition: all 1.5s;
}

.anim-left{
	position: relative;
	left: -300px;
	opacity: 0;
	transition: 1.5s;
}
.anim .anim-left{
	transition: 1.5s;
	left: 0;
	opacity: 1;
}
.anim-left-top{
	position: relative;
	left: -300px;
	top: -100px;
	opacity: 0;
	transition: 1.5s;
}
.anim .anim-left-top{
	transition: 1.5s;
	top: 0;
	left: 0;
	opacity: 1;
}
.anim-top{
	position: relative;
	top: -100px;
	opacity: 0;
	transition: 1.5s;
}
.anim .anim-top{
	transition: 1.5s;
	top: 0;
	opacity: 1;
}
.anim-right-top{
	position: relative;
	right: -300px;
	top: -100px;
	opacity: 0;
	transition: 1.5s;
}
.anim .anim-right-top{
	transition: 1.5s;
	top: 0;
	right: 0;
	opacity: 1;
}
.anim-right{
	position: relative;
	right: -300px;
	opacity: 0;
	transition: .9s;
}
.anim .anim-right{
	transition: 1.5s;
	right: 0;
	opacity: 1;
}
.anim-down-right{
	position: relative;
	bottom: -100px;
	right: -300px;
	opacity: 0;
	transition: 1.5s;
	margin
}
.anim .anim-down-right{
	transition: 1.5s;
	right: 0px;
	bottom: 0;
	opacity: 1;
}
.anim-down{
	position: relative;
	bottom: -100px;
	opacity: 0;
	transition: 1.5s;
	margin
}
.anim .anim-down{
	transition: 1.5s;
	bottom: 0;
	opacity: 1;
}
.anim-down-left{
	position: relative;
	bottom: -100px;
	left: -300px;
	opacity: 0;
	transition: 1.5s;
	margin
}
.anim .anim-down-left{
	transition: 1.5s;
	left: 0;
	bottom: 0;
	opacity: 1;
}
.anim-fadein{
	position: relative;
	opacity: 0;
	transition: .1s;
	margin
}
.anim .anim-fadein{
	transition: 2.5s;
	opacity: 1;
}
/* Animacion de entrada y salida FIN*/

/* Pagina de Videos INICIO */
	.video{
		padding: 0 1rem 0 0;
	}
	.container .video-izquierdo 
	{
		position: relative;
		padding: 50px 0 10px 0;
		display: flex;
	}
	.container .video-izquierdo .video-texto
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
	.container .video-izquierdo .video-texto .video-texto-titulo p
	{
		position: relative;
		text-align: left;
		padding: 0;
		margin: 0;
		top: 0;
		left: 50px;
		font-family: 'Pacifico', cursive;
	 	font-size: 2.4rem;
	 	color: #73050A;
	}
	.container .video-izquierdo .video-texto .video-texto-texto p
	{
		position: relative;
		text-align: left;
		left: 50px;
		padding: 0;
		margin: 0;
		top: 30px;
		font-size: 1.2rem;
	}
	.mision-video-texto-texto p
	{
		position: relative;
		text-align: center;
		left: 0px;
		padding: 0;
		margin: 0;
		top: -20px;
		font-size: 1.2rem;
	}

	.titulo-color-mostaza
	{
		font-size: 3rem;
		color: #73660C !important;
	}
	
	@media screen and (max-width: 992px) 
	{	
		.video{
		padding: 0;
		}
		.container .video-izquierdo 
		{
			position: relative;
			padding: 50px 0 10px 0;
			display: flex;
			flex-direction: column-reverse;
		}
		.container .video-izquierdo .video iframe
		{
		width: 100%;
		}
		.container .video-izquierdo .video-texto .video-texto-titulo p
		{
			position: relative;
			text-align: left;
			padding: 0;
			margin: 0;
			top: 0;
			left: 0px;
			font-family: 'Pacifico', cursive;
		 	font-size: 2.4rem;
		 	color: #73050A;
		}
		.container .video-izquierdo .video-texto .video-texto-texto p
		{			
			top: 30px;
			left: 0;
			margin: 0 0 50px 0;
			font-size: 1.2rem;
		}
	}
/* Pagina de Videos FIN */

/* Footer INICIO */
.imagen-footer
{
	background: url(../img/footer/primerlogo.jpg) no-repeat center center;
 	background-size: cover;
}
 .fondo-footer{
 	position: relative;
 	margin-top: 4rem;
	width: 100%;
	height: 90px;
 }
.footer-completo
{
	position: relative;
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(#300201, #5E0502);
}
.sub-menu-footer
{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 195px;
}
.gtm01 ul li, .gtm02 ul li, .gtm04 ul li, .gtm05 ul li
{

}
.gtm01 ul li a, .gtm02 ul li a, .gtm04 ul li a, .gtm05 ul li a
{
	text-decoration: none;
	padding:0;
	margin: 0;
	font-size: 0.9rem;
	color: #828080;
}
.gtm01 ul li a:hover, .gtm02 ul li a:hover, .gtm04 ul li a:hover, .gtm05 ul li a:hover
{
	color: #E8DD9E;
	font-size: 1.1rem;
}
.gtm01 ul li:first-child, .gtm02 ul li:first-child, .gtm04 ul li:first-child, .gtm05 ul li:first-child
{
	position: absolute;
	top: -13px;
	text-decoration: none;
	padding:0 0 10px 0;
	margin: 0;
	color: #73660C;
}
.gtm01, .gtm02, .gtm04, .gtm05, .gtm03
{
	flex: 1;
}

.gtm03 .gtm03-logo img
{
	position: absolute;
	left: calc(50% - 55px);
	opacity: 0.1;
	width: 110px;
	top: 20px;
}
.gtm03 .gtm03-destello img
{
	position: absolute;
	left: calc(50% - 55px);
	opacity: 0.1;
	width: 110px;
	top: 20px;
	-webkit-filter: saturate(2);
	filter: saturate(2);
}
.gtm-adorno
{
	position: relative;
	background: url(../img/footer/adorno-footer.png) no-repeat center center;
 	background-size: cover;
 	top: -35px;
	opacity: 0.1;
 	height: 35px;
 	width: auto !important;
}
.footer02{
	display: none;
}
.gtmlogo{
	position: relative;
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(#300201, #5E0502);
}
.gtmlogo .gtm03-logo img
{
	position: absolute;
	left: calc(50% - 55px);
	opacity: 0.1;
	width: 110px;
	top: 20px;
}
.gtmlogo .gtm03-destello img
{
	position: absolute;
	left: calc(50% - 55px);
	opacity: 0.1;
	width: 110px;
	top: 20px;
	-webkit-filter: saturate(2);
	filter: saturate(2);
}
.canalesOficiales
{
	position: relative;
	text-align: center;
	top: -30px;
	color: #828080;
	font-size: 1.1rem;
	letter-spacing: 2px;
	word-spacing: 1rem
}
.iconosCanales
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	width: 100%;
}
.ico-youtube
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0s;
}
.ico-youtube .youtube01, .ico-youtube .youtube02
{
	position: absolute;
	top: -20px;
}
.ico-youtube .youtube01 img
{
	position: absolute;
	width: 40px;
	visibility: hidden;
	transition: all 0s;
}
.ico-youtube .youtube02 img
{
	position: absolute;
	width: 40px;
	transition: all 2s;
}
.ico-youtube:hover .youtube01 img
{	
	position: absolute;
	visibility: visible;
	cursor: pointer;
	z-index: 6000;
	transition: all 2s;
}
/* -------YOUTUBE-------- */
.ico-youtube .youtubes01, .ico-youtube .youtubes02
{
	position: absolute;
	left: -40px;
	top: -10px;
}
.ico-youtube .youtubes01 img
{
	position: absolute;
	width: 80px;
	visibility: hidden;
	transition: all 0s;
}
.ico-youtube .youtubes02 img
{
	position: absolute;
	width: 80px;
	transition: all 2s;
}
.ico-youtube:hover .youtubes01 img
{	
	position: absolute;
	visibility: visible;
	cursor: pointer;
	z-index: 6000;
	transition: all 2s;
}
/* -------FACEBOOK-------- */
.ico-youtube .youtubess01, .ico-youtube .youtubess02
{
	position: absolute;
	left: 0px;
	top: -15px;
}
.ico-youtube .youtubess01 img
{
	position: absolute;
	width: 35px;
	visibility: hidden;
	transition: all 0s;
}
.ico-youtube .youtubess02 img
{
	position: absolute;
	width: 35px;
	transition: all 2s;
}
.ico-youtube:hover .youtubess01 img
{	
	position: absolute;
	visibility: visible;
	cursor: pointer;
	z-index: 6000;
	transition: all 2s;
}
/* Footer FIN */
/* Paginas Empresas Formulario Inicio */

.signupSection {
  position: relative;
  left: 50%;
  transform: translate(-50%, -1%);
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  color: white;
}

.info h2 {
  padding-top: 30px;
  font-weight: 300;
}
.info p {
  font-size: 18px;
}
.info .icon {
  font-size: 8em;
  padding: 20px 0;
  color: rgba(10, 180, 180, 1);
}
.signupForm {
  width: 100%;
  padding: 0px 0;
  transition: 0.2s;
}
.imgform{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.imgform img{
	height: 40px;
	padding: 0 25px 0 0;
}
.inputFields {
  margin: 15px 0;
  font-size: 1.3rem;
  padding: 10px;
  width: 40%;
  border: 1px solid rgba(115, 5, 10, 1);
  border-top: none;
  border-left: none;
  border-right: none;
  background: rgba(255, 255, 255, 1);
  color: #000000;
  outline: none;
}
.imgform span{
	color: #B25F5F; 
}
.noBullet {
  list-style-type: none;
  padding: 0;
}

#join-btn {

  background-image: linear-gradient(to right, #300201, #5E0502, #300201);
  font-size: 18px;
  color: white;
  margin-top: 20px;
  padding: 10px 50px;
  cursor: pointer;
  transition: 0.4s;
  letter-spacing: 2px;
}
#join-btn:hover {
  padding: 10px 80px;
}

.imgform span{
	text-decoration: none;
	cursor: pointer;
}
.imgform i{
	margin: 0 0 0 10px;
	color: rgba(15,15,15, .6);
}
.tooltip-inner {
    background-color: rgba(15,15,15, .8);
    margin: 0 0 0 10px;
    font-size: 1.4rem;
}
.advertencia{
	display: flex;
	margin: 2rem 0 1.5rem 0;
	width: 100%;
}
.advertenciaimg{
	display: flex;
	align-items: center;
	flex: 1;
}
.advertenciaimg img{
	height: 70px;
	margin: 0 1rem 0 0;
}
.advertenciatext{
	flex:6;
	font-size: 1.2rem;
	padding-top: 0;
	margin: 0;
}
/* INICIA ACORDEON empresas */
.empresasdiv01{
	position: relative;
	display: flex;
}
.empresasdiv02{
	position: relative;
	flex: 1;
}
.empresasdiv03{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.empresasdiv03 img{
	width: 100%; 
}
.empresasdiv02 .card {
	position: relative;
	padding:0;
	margin: 0;
	width: 98%;
	height: auto;
	border: 0px solid transparent;
}

.empresasdiv02 .card .card-link{
	position: relative;
	border:1px solid #AE133C;
    display: block;
    background: #73050A;
    width: 100%;
    color:#fff;
    padding: .3rem 1rem;
}
.empresasdiv02 .card a:after{
    content: "\f068";
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
    margin-right: 20px;
    color:#fff;
    position: absolute;
    top:5px;
    right:0;
    display: inline-block;
}
.empresasdiv02 .card .collapsed:after{
    content: "\f067";
    color:#770033;
}
.empresasdiv02 .card .collapsed{
    background: #fff;
    color:#6d6d6d;
    border: 0;
    border-color:lightgray;

}
.empresasdiv02 .card .card-link i{
	margin-right: 1.5rem;
	left: 0;
}
.empresasdiv02 .card .card-link i:after{
	content: "";
	position: absolute;
	left:  3rem;
	top: 0;
	width: 0.1rem;
	height: 100%;
	background: #FFFFFF;
}


.empresasdiv02 .card-header{
	position: relative;
	background: #915D5D;
	padding:0;
	margin: 0;
	width: 95%;
	border: 0;
	border-radius: 0;
}
.empresasdiv02 .accordion .card-header{
	padding:0;
	margin: 0;
	position: relative;
	background: #fff;
	border: 1px solid transparent;
}
/* ------------------------------ */
/* ------------------------------ */

/* FIN ACORDEON empresas */
@media screen and (max-width: 992px)
{
	.inputFields
	{
	  width: 65%;
	}
	.advertencia{
		flex-direction: column;
		margin: 1rem 0 0rem 0;
	}
	.advertenciaimg{
	flex: 1;
	justify-content: center;
	}
	.advertenciatext{
	flex:6;
	padding: 1rem 0 0 0;
	}
	.teatross span p{
	line-height: 2rem;
	}
	.empresasdiv01{
		flex-direction: column-reverse;
	}
	.empresasdiv02{
		margin-top: 3rem;
	}
}

/* Empresas/Paquetes inicio */
	.paquetes00
	{	
		width: 95%;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: top;
		left: 2.5%;
	}
	.paquetes00 .paqueteimg img{
		width: 100%;
	}
	.paquetes00 {
		border: 3px;
		border-color: #AE4343;
	}
	.paquetes00 .paquete
	{	
		position: relative;
		top: 0;
		padding: 0;
		margin: 10px;
		box-shadow: 5px 10px 18px #888888;
	}
	.paquetes00 .bullet{
		position: relative;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;

	}
	.paquetes00 .paquete ul
	{
		padding: 0 .5rem;
		margin: 0;
		height: initial;
	}
	.paquete00 .paquete ul li
	{
		margin: 0;
		padding: 0;
	}
	
	.paquetes00 .paquete ul span
	{
		padding: 0.2rem 0;
		font-size: 1rem;
		line-height: 1.4rem;
		color: #6B6868
	}
	.paquetes00 .paquete h5
	{
		margin: 1rem 0 .9rem 0;
		padding: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 1rem;
		word-spacing: 0.4rem;
		letter-spacing: 0.1rem;
		text-align: center;
		font-weight: 600;
	}
	.paquetes00 .paquete i
	{	
		font-size: 1rem;
		margin-right: .5rem;
		color: #6B6868
	}
	.paquetes00 .paquete i.unique
	{	
		font-size: 1.2rem;
		margin-right: .5rem;
		color: #FFFFFF;
	}
	.paquetes00 .paq01 h5
	{
		color: #997230;
	}
	.paquetes00 .paq02 h5
	{
		color: #4C0307;
	}
	.paquetes00 .paq03 h5
	{
		color: #0F5481;
	}
	.paquetes00 .paq04
	{
		background: #000000;
	}
	.paquetes00 .paq04 h5
	{
		color: #C1C1C1;
	}
	.paquetes00 .boton
	{
		position: absolute;
		bottom: 0;
		margin: 1rem 0 1.5rem 0;
		width: 80%;
		left: 10%;
		height: 2rem;
		text-transform: uppercase;
		word-spacing: 0.5rem;
		letter-spacing: 0.15rem;
		font-size: 0.9rem;
	}
	.signupSection .boton
	{
		position: relative;
		bottom: 0;
		margin: 2rem 0 1.5rem 0;
		width: 15rem;
		left: 0%;
		height: 2rem;
		text-transform: uppercase;
		word-spacing: 0.5rem;
		letter-spacing: 0.15rem;
		font-size: 0.9rem;
		color: #FFFFFF;
	}
	.opinion .boton, .boton-opinion .boton
	{
		position: relative;
		bottom: 0;
		margin: 2rem 0 1.5rem 0;
		width: 15rem;
		left: 0%;
		height: 2rem;
		text-transform: uppercase;
		word-spacing: 0.5rem;
		letter-spacing: 0.15rem;
		font-size: 0.9rem;
		color: #FFFFFF;
	}
	.boton-opinion{
	 display: flex;
	 justify-content: center;
	 align-items: center;
	}
    
	.paquetes00 .btn-otro
	{
		position: relative;
	}
	.paquetes00  .btn-rojo,
	.signupSection  .btn-rojo,
	.opinion  .btn-rojo,
	.boton-opinion .btn-rojo{
		background-image: linear-gradient(-90deg, #300201, #5E0502, #300201);
		border: none;
	}
	.signupSection .btn-rojo:disabled{
	    background: grey;
	}
	.paquetes00  .btn-dorado{
		background-image: linear-gradient(-90deg, #5C510A, #C9B687, #5C510A);
		border: none;
	}

	.paquetes00  .btn-rojo a,
	.paquetes00  .btn-dorado a,
	.signupSection  .btn-rojo a
	{
	color: #ffffff;
	}
	.paquetes00 .boton a:hover,
	.signupSection .boton a:hover,
	.opinion .boton a:hover
	{
		text-decoration: none;
	}
	.paquetes00 .atumedida{
		position: absolute;
		padding: 0 2rem;
		text-align: center;
		font-size: 1.8rem;
		top: 43%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFFFFF;
	} 

	@media screen and (max-width: 992px)
	{
		.paquetes00
		{
			flex-direction: column;
		}
		.paquetes00 .paquete
		{
			border: none;
			margin: 2rem 0;
		}
		.paquetes00 .paquete .boton{
			position: relative;
		}
		.paquetes00 .atumedida{
			position: relative;
		}
		.signupSection .boton
		{
			width: 80%;
		}
	}
/* Empresas/Paquetes fin */
/* Paginas Empresas Formulario Fin */


/* Detalles Anillos de Graduación INICIO */

.imagen-detalles-izq, .imagen-detalles-der {
  display: flex;
  margin: 0;
  padding: 0;
}
.imagen-detalles-izq .img-det-izq,
.imagen-detalles-der .img-det-der {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 1;
}
.detalles-texto-derecha{
  flex: 1;
}
.detalles-texto-izquierda{
  flex: 1;
}
.imagen-detalles-izq .img-det-izq img,
.imagen-detalles-der .img-det-der img{
  width: 100%;
}
.detalles-titulo{
  padding-top: 1rem;
  text-align: center;
  color: #47607E;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}
.detalles-subtitulo{
  text-align: left;
  color: #47607E;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.detalles-parrafo{
  padding: 1.5rem 0 1.1rem 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .imagen-detalles-izq {
  flex-direction: column;
  }
  .imagen-detalles-der {
  flex-direction: column-reverse;
  }
  .detalles-texto-derecha{
  flex: 1;
  }
  .imagen-detalles-izq .img-det-izq img,
  .imagen-detalles-der .img-det-der img{
  width: 100%;
  }
    .comillas i, .comillasdos i
{
	margin: 3px;
	position: relative;
	font-size: 2rem;
	color: #6C6C6C;
	top: -15px
}

  .parrafo
	{
	padding-top: 1.5rem;	
	}
}
/* Detalles Anillos de Graduación FIN */

/* Pagina de contacto INICIO */
.form-gtm{
	position: relative;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: auto;
	left: 15%;
	top: .5rem;
	z-index: 500;

}
.form-gtm button{
	position: relative;
	background: #A43939;
	width: 100%;
}
.form-gtm button:disabled{
    background: #868484;
}
.form-gtm input, .form-gtm label {
	position: relative;
	height: 1.8rem;
	padding: 0 1.rem;
	margin: 0 0;
	color: #FFFFFF;
}
.form-gtm input::placeholder,
.form-gtm textarea::placeholder {
	color: #A0A0A0 !important; 
}
.form-gtm label{
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
}

.form-gtm .form-group{
	margin: 0.5rem;
}
.form-gtm input {
    color: #A0A0A0;
    background: white;
}

.form-gtm .boton
	{
		position: relative;
		bottom: 0;
		margin: 2rem 0 1.5rem 0;
		width: 15rem;
		left: -5%;
		height: 2rem;
		text-transform: uppercase;
		word-spacing: 0.5rem;
		letter-spacing: 0.15rem;
		font-size: 0.9rem;
		color: #FFFFFF;
	}
	.form-gtm .btn-rojo{
		background-image: linear-gradient(-90deg, #300201, #5E0502, #300201);
		border: 1px solid #FFFFFF;
	}
    .form-gtm .form-group .textoopinion{
	    color: black;
	}
	.variaslineas{
	    height: 4rem;
	}
@media screen and (max-width: 992px) {
	.form-gtm label{
		text-align: left;
	}
	.form-gtm{
		width: 100%;
		left: 0;
	}
	.form-gtm .boton
	{
		margin: 1rem 0 0 1.3rem;
	}
}
/* Pagina de contacto FIN */

/* Aviso de Privacidad INICIO */ 
.subtitleaviso{
	position: relative;
	width: auto;
}
.subtitleaviso span{
	position: relative;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	font-style: italic;
}
.subtitleaviso:before{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 60%;
	height: 2px;
	background: #D88F8F;
	z-index: 1;
}
.subtitleaviso:after{
	content: "";
	position: absolute;
	left: 60%;
	bottom: 0px;
	width: 5%;
	height: 4px;
	background: #D88F8F;
	z-index: 1;
}
.textoaviso p{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	font-style: italic;
	text-align: justify;
}
.textoaviso .vinetas{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	font-style: italic;
	text-align: justify;
}

.textoaviso .vinetas i{
	position: relative;
	top: 0;
	margin: 0 .5rem 0 0;
	/*left: -1rem;*/
	color: #D88F8F;
}
@media screen and (max-width: 992px) {
	.subtitleaviso:before{
		width: 100%;
	}
	.subtitleaviso:after
	{
		width: 10%;
		left: 90%;
	}
	.img-gtm .textoaviso{
		top: 2.5rem;
		line-height: 1.7rem;
		font-size: 1.6rem;
	}
}
/* Aviso de Privacidad FIN */

/* --------- Porque el Teatro porqueteatro INICIO ---------- */

.caja-efecto-arriva{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 0 1rem 0;
    z-index: 1;
}

.caja-efecto-abajo{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 0 1.2rem 0;
    z-index: 1;
}

.caja-efecto-arriva .caja-efecto-arriva-content,
.caja-efecto-abajo .caja-efecto-abajo-content {
    width: 100%;
    height: 100%;
    line-height: 18px;
    padding: 10px 20px;
    background: radial-gradient(#5E0502 15%, #300201 60%);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(0px, 0px);
}
.caja-efecto-abajo-content > img{
	position: relative;
	top: 1rem;
	width: 150px !important;
	left: calc(50% - 150px);
	padding: 0;
	margin: 0;
}

.caja-efecto-arriva .title,
.caja-efecto-abajo .title{
    font-family: 'Righteous';
    font-size: 10px;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 5px;
}

.caja-efecto-arriva .description,
.caja-efecto-abajo .description{
	margin: 0;
	padding: 0;
    color: #fff;
    text-align: center;
    font-size: .9rem;
}
.caja-efecto-arriva img,
.caja-efecto-abajo img{
    width: 100%;
    height: auto;
    z-index: 1;
    transition: all 0.7s ease 0s;
}
.caja-efecto-arriva:hover img{
    transform: translateY(100%);
}

.caja-efecto-abajo:hover img{
    transform: translateY(-100%);
}

@media only screen and (max-width:990px){
    .caja-efecto-arriva,
    .caja-efecto-abajo{ margin-bottom: 1rem; }
}
@media only screen and (max-width:479px){
    .caja-efecto-arriva .title{ margin-top: 0; }
    .caja-efecto-arriva .caja-efecto-arriva-content{ padding: 15px 10px; }
}



.menu-linea-tiempo{
    padding: 1rem 0;
    overflow: hidden;
    position: relative;
}
.menu-linea-tiempo .linea-de-tiempo{
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
}
.menu-linea-tiempo .linea-de-tiempo:before,
.menu-linea-tiempo .linea-de-tiempo:after{
    content: "";
    display: block;
    clear: both;
}
.menu-linea-tiempo .linea-de-tiempo:before{
    content: "";
    width: 40px;
    height: 90%;
    background: #73050A;
    position: absolute;
    top: 10%;
    right: -20px;
}
.menu-linea-tiempo .linea-de-tiempo:last-child:before{ height: 0rem; }
.menu-linea-tiempo .linea-de-tiempo-icono{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #73050A;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3;
}
.menu-linea-tiempo .linea-de-tiempo-icono:before{
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #73050A;
    box-shadow: 0 0 0 4px #73050A; /* Color secundario mas claro que el principal */
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.menu-linea-tiempo .linea-de-tiempo-icono i{
    font-size: 35px;
    color: #303a3b;
    line-height: 80px;
    z-index: 1;
    position: relative;
}
.menu-linea-tiempo .linea-de-tiempo-icono img{
	height: 55px;
	top: .8rem;
    z-index: 1;
    position: relative;
}
.menu-linea-tiempo .anio{
    display: block;
    padding: 0 60px 0 30px;
    font-size: 30px;
    color: #111;
    text-align: right;
    border-bottom: 2px solid #303a3b;
    z-index: 2;
    position: relative;
}
.menu-linea-tiempo .anio:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #73660C;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px #73660C;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 4px;
}
.menu-linea-tiempo .anio:after{
    content: "";
    border-left: 10px solid #73050A;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50px;
}
.menu-linea-tiempo .linea-de-tiempo-contenido{
    padding: 18px 60px 18px 40px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.menu-linea-tiempo .linea-de-tiempo-contenido:before,
.menu-linea-tiempo .linea-de-tiempo-contenido:after{
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: -7%;
    right: 15px;
    z-index: -1;
}
.menu-linea-tiempo .linea-de-tiempo-contenido:after{
    left: auto;
    right: -95px;
}
.menu-linea-tiempo .linea-de-tiempo:last-child .linea-de-tiempo-contenido:before,
.menu-linea-tiempo .linea-de-tiempo:last-child .linea-de-tiempo-contenido:after{
    width: 0;
    height: 0;
}
.menu-linea-tiempo .title{
    font-size: 22px;
    font-weight: bold;
    color: #73050A;
    margin-top: 0;
}
.menu-linea-tiempo .descripcion-tiempo{
    font-size: 1.2rem;
    color: #73050A;
    line-height: 1.6rem;
}

@media only screen and (max-width: 990px){
    .menu-linea-tiempo .descripcion-tiempo{
    font-size: 1.4rem;
    color: #73050A;
    line-height: 1.7rem;
}
}

.menu-linea-tiempo .linea-de-tiempo:nth-child(2){ margin-top: 140px; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(3){ margin-top: 140px; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(5){ margin-top: 140px; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(even){ margin-bottom: 80px; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(odd){ margin: -140px 0 0 0; }
.menu-linea-tiempo .linea-de-tiempo:first-child,
.menu-linea-tiempo .linea-de-tiempo:last-child:nth-child(even){
    margin: 0 !important;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n):before,
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-icono{
    right: auto;
    left: -20px;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-icono{ left: -40px }
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .anio{
    padding: 0 30px 0 60px;
    text-align: left;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .anio:before{
    left: auto;
    right: 3px;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .anio:after{
    border-left: none;
    border-right: 10px solid #73050A;
    right: 50px;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-contenido{
    padding: 18px 40px 18px 60px;
    text-align: right;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-contenido:before{ left: -95px; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-contenido:after{ left: 15px; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n):before,
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-icono{ background: #73050A; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-icono:before{
    border-color: #73050A;
    box-shadow: 0 0 0 4px #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .anio:before{
    background: #73660C;
    box-shadow: 0 0 0 4px #73660C;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(3n) .title{ color: #73050A; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(3n):before,
.menu-linea-tiempo .linea-de-tiempo:nth-child(3n) .linea-de-tiempo-icono{ background: #73050A; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(3n) .linea-de-tiempo-icono:before{
    border-color: #73050A;
    box-shadow: 0 0 0 4px #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(3n) .anio:before{
    background: #73660C;
    box-shadow: 0 0 0 4px #73660C;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(4n) .title{ color: #73050A; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(4n):before,
.menu-linea-tiempo .linea-de-tiempo:nth-child(4n) .linea-de-tiempo-icono{
    background: #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(4n) .linea-de-tiempo-icono:before{
    border-color: #73050A;
    box-shadow: 0 0 0 4px #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(4n) .anio:before{
    background: #73660C;
    box-shadow: 0 0 0 4px #73660C;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(4n) .title{ color: #73050A; }

/* */
.menu-linea-tiempo .linea-de-tiempo:nth-child(5n) .title{ color: #73050A; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(5n):before,
.menu-linea-tiempo .linea-de-tiempo:nth-child(5n) .linea-de-tiempo-icono{
    background: #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(5n) .linea-de-tiempo-icono:before{
    border-color: #73050A;
    box-shadow: 0 0 0 4px #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(5n) .anio:before{
    background: #73660C;
    box-shadow: 0 0 0 4px #73660C;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(5n) .title{ color: #73050A; }

/* */
.menu-linea-tiempo .linea-de-tiempo:nth-child(6n) .title{ color: #73050A; }
.menu-linea-tiempo .linea-de-tiempo:nth-child(6n):before,
.menu-linea-tiempo .linea-de-tiempo:nth-child(6n) .linea-de-tiempo-icono{
    background: #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(6n) .linea-de-tiempo-icono:before{
    border-color: #73050A;
    box-shadow: 0 0 0 4px #73050A;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(6n) .anio:before{
    background: #73660C;
    box-shadow: 0 0 0 4px #73660C;
}
.menu-linea-tiempo .linea-de-tiempo:nth-child(6n) .title{ color: #73050A; }


@media only screen and (max-width: 990px){
	.menu-linea-tiempo .anio{
		font-size: 1.3rem;
	}

    .menu-linea-tiempo .linea-de-tiempo{ width: 100%; }
    .menu-linea-tiempo .linea-de-tiempo:nth-child(even),
    .menu-linea-tiempo .linea-de-tiempo:nth-child(odd){
        margin: 0;
    }
    .menu-linea-tiempo .linea-de-tiempo:before,
    .menu-linea-tiempo .linea-de-tiempo:nth-child(2n):before{
        width: 30px;
        height: 100%;
        left: 25px;
    }
    .menu-linea-tiempo .linea-de-tiempo-icono,
    .menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-icono{
        left: 0;
    }
    .menu-linea-tiempo .anio,
    .menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .anio{
        text-align: left;
        padding: 0 30px 0 100px;
    }
    .menu-linea-tiempo .anio:before,
    .menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .anio:before{
        left: auto;
        right: 4px;
    }
    .menu-linea-tiempo .anio:after{
        left: auto;
        right: 50px;
        border-right: 10px solid #303a3b;
        border-left: none;
    }
    .menu-linea-tiempo .linea-de-tiempo-contenido,
    .menu-linea-tiempo .linea-de-tiempo:nth-child(2n) .linea-de-tiempo-contenido{
        text-align: left;
        padding: 18px 40px 18px 100px;
    }
    .menu-linea-tiempo .linea-de-tiempo-contenido:before,
    .menu-linea-tiempo .linea-de-tiempo-contenido:after{
        width: 0;
        height: 0;
    }
}



/* --------- Porque el Teatro porqueteatro FIN ---------- */
