@charset "utf-8";
/* CSS Document */
.header .material-symbols-outlined{
	font-size: 40px; /* Tamaño */
    color: white;
    /* Grosor o "peso" del icono: 700 es el más grueso */
    font-variation-settings: 
      'wght' 300, 
      'FILL' 0; /* 1=relleno, 0=contorno */
    /* Alineación si están junto a texto */
    /*margin-top: 30px; margin-bottom: 30px; */
}
.header{
	position:fixed; width:100%; padding:0px; z-index:1000; height: 80px; background-color: transparent;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	}
.header-upd{
	position:fixed; width:100%; padding:0px; z-index:1000; height: 80px; background-color: rgba(15,15,15,0.75);  
	
	-webkit-box-shadow: 0px 4px 5px -4px rgba(51,51,51,0.3);
    -moz-box-shadow: 0px 4px 5px -4px rgba(51,51,51,0.3);
    box-shadow: 0px 4px 5px -4px rgba(51,51,51,0.3);
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	
	}
.lgo{
	float:left; position:relative; margin: 0px; margin-left: 10%; cursor:pointer; color:rgb(255,255,255); z-index:1001; 
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: start;
	-ms-justify-content: start;
	justify-content: start;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
.lgo:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.lgo-upd{
	float:left; position:relative; margin: 0px; margin-left: 10%; cursor:pointer; color:rgb(255,255,255); z-index:1001; 
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: start;
	-ms-justify-content: start;
	justify-content: start;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	
}
.lgo-upd:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.lgo-ttl{
	height: 60px; line-height: 60px; margin-top: 10px; /*transform: skewX(-15deg);*/ padding-right: 12px; font-size: 50px;
}
.lgo-sttl{
	/*border-left: 2px solid rgb(255,255,255);*/ height: 40px; margin-top: 21px; font-size: 18px;
}
.lgo-sttl div{
	height: 20px; line-height: 20px; font-style: italic; letter-spacing: 2px;
}
.lgo-sttl div:first-of-type{
	padding-left: 10px;
}
.lgo-sttl div:last-of-type{
	padding-left: 5px;
}
.lgo-linea {
  width: 2px;               /* Grosor de la línea */
  background-color: grey;  /* Color de la línea */
  transform: rotate(14deg); /* Inclinación */
  transform-origin: top;    /* Punto de rotación */
	
	height: 40px; margin-top: 21px; font-size: 19px;
}


.sa-content{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: start;
	-ms-justify-content: start;
	justify-content: start;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	-moz-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
}
.sa-item{
	width: 100%;
}

.btn-login{
	float:right; position:relative; width:48px; height:48px; margin:16px 3% 16px 0; cursor:pointer; z-index: 1002;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.btn-login:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.btn-login-upd{
	float:right; position:relative; width:48px; height:48px; margin:16px 3% 16px 0; cursor:pointer; z-index: 1002; content: url("../../include/img/ico-use-b.png");
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.btn-login-upd:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.btn-mnu-ver{
	float:right; position:relative; width:48px; height:48px; margin:16px 10% 16px 0; cursor: pointer; z-index:1003; 
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
.btn-mnu-ver:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.btn-mnu-ver-upd{
	float:right; position:relative; width:48px; height:48px; margin:16px 10% 16px 0; cursor: pointer; z-index:1003; content: url("../../include/img/btn-ver-b.png");
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-mnu-ver-upd:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.close{
	content: url("../../include/img/btn-ver-b-close.png");
}

.btn-video{
	float:right; position:relative; width:48px; height:48px; margin:16px 3% 16px 0; cursor:pointer; z-index: 1004;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.btn-video:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.btn-video-upd{
	float:right; position:relative; width:48px; height:48px; margin:16px 3% 16px 0; cursor:pointer; z-index: 1004; content: url("../../include/img/btn-video-b.svg");
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.btn-video-upd:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

/*---------------------------- mnu ----------------------------*/
.mnu{  /* menu para dispositivos escritorio */
	display:none; 
    position:fixed;
	z-index:1005;
	top:80px;
	right:0px; left:0px;
	width:100%; height: calc(100vh - 80px); margin:0px; padding:0px; /*background-color: rgba(0,0,0,0.5);*/ backdrop-filter: blur(5px);
	/*max-width:1000px;*/
	/*box-shadow:0px 2px 1px rgba(0,0,0,.5);*/
	/*background-color:rgba(255,255,255,1);*/ color:rgb(65,65,65);

	-webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,1);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,1);
    box-shadow: 0px 4px 5px -4px rgba(0,0,0,1);
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }		
.mnu ul {
    margin: 0;
    padding: 0;
    width: 33%;
	height: calc(100vh - 80px);
	background-color: rgb(15,15,15);
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu ul li { 
	list-style: none; 
	cursor:pointer; 
}
.mnu ul li a {
	font-size: 20px;
    /*display: table;*/ width: 80%;	height: 3rem; line-height: 3rem; padding-left: 10%; padding-right: 10%; color:rgb(255,255,255); text-decoration: none; text-align: left; vertical-align: middle;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu ul li a img{
	 height: 48px; width: 48px;
}
.mnu ul > li:first-child a { margin-top: 0; }
.mnu ul li a:hover {
    color:rgb(65,65,65); text-decoration: underline; 
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu ul li ul {
	position: absolute; top:0px; left:33%;  display: none;
	height: calc(100vh - 80px); margin: 0; padding: 0; overflow-y: scroll; width: 68%; 
	background-color: rgb(41,41,41);
	
}
.sub-opciones {
	float: left; width: 50%; height: 100%; margin: 0px; overflow-y: scroll; overflow-x: hidden;
}
.sub-detalle {
	float: left; width: 52%; height: 100%; margin: 0%; margin-left: -2%; overflow: hidden;
}
.sub-detalle img{
	width:100%;
  	height:100%;
	-webkit-object-fit: cover; 
	-moz-object-fit: cover; 
	-ms-object-fit: cover;  
	-o-object-fit: cover;  
	object-fit: cover;  
}
.sub-texto{
	position:absolute; bottom:0px; left: 48%; width: 48%; height: auto; background-color: rgba(255,255,255,0.7); padding: 2%; 
}
.sub-texto p:first-of-type{
	font-size: 20px; margin-bottom: 10px;
}
.sub-texto p:last-of-type{
	margin-top: 0px;
}

.mnu ul li ul li{
	margin: 0; padding: 0;
}
.mnu ul li ul li a {
	font-size: 20px;
    display: table; width: 94%; margin: 0; padding: 0; padding-left: 3%; padding-right: 3%; color:rgb(255,255,255); text-decoration: none; text-align: left; vertical-align: middle;  margin-bottom: 0px; margin-top: 0px; 
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.mnu ul li ul li p {
	font-size: 15px; color:rgb(160,160,160);
    display: table; width: 94%; padding-left: 3%; padding-right: 3%; text-decoration: none; text-align: left; vertical-align: middle; margin-top: -10px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }
/*.mnu ul > li:hover li a {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu ul > li:hover li a:hover {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}*/
.sub{
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu ul li:hover .sub{
  display: block;
	
}

/*---------------------------- mnu ----------------------------*/

/*---------------------------- mnu-mvl ----------------------------*/
.mnu-mvl{  /* menu para dispositivos moviles */
	display:none; 
    position:fixed;
	z-index:1005;
	top:80px;
	right:0px; left:0px;
	width:100%; height: calc(100% - 80px); margin:0px; padding:0px;  background-color: rgb(15,15,15);
	/*max-width:1000px;*/
	/*box-shadow:0px 2px 1px rgba(0,0,0,.5);*/
	/*background-color:rgba(255,255,255,1);*/ color:rgb(255,255,255);

	-webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,1);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,1);
    box-shadow: 0px 4px 5px -4px rgba(0,0,0,1);
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }		
.mnu-mvl ul {
    margin: 0;
    padding: 0;
    width: 100%; 
}
.mnu-mvl ul li { 
	list-style: none; 
	cursor:pointer; 
}
.mnu-mvl ul li a {
    /*display: table;*/ width: 94%; padding: 0px; color:rgb(255,255,255); background-color: rgb(15,15,15); /*border-bottom: 1px solid rgb(64,210,224); */text-decoration: none; text-align: left; vertical-align: middle; /*overflow: hidden;*/ margin: 0px; margin-bottom: 0px; margin-top: 0px; height: 3rem; line-height: 3rem; padding-left: 3%; padding-right: 3%;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;   
}
.mnu-mvl ul li a img{
	 height: 48px; width: 48px; overflow: hidden;
	-moz-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
}
.mnu-mvl ul > li:first-child a { margin-top: 0; }
.mnu-mvl ul li a:hover {
    text-decoration: underline; color:rgb(65,65,65); /*background-color: rgb(77,213,226);*/
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu-mvl ul li ul {
    margin: 0; padding: 0; display:none; max-height: 14rem; background-color: rgb(41,41,41); width: 103%; overflow-x: hidden; overflow-y: scroll;
	
}
.mnu-mvl ul li ul li{
	margin: 0; padding: 0; width: 100%; 
}
.mnu-mvl ul li ul li a {
	display: table; width: 90%; margin: 0; padding: 0; padding-left: 5%; padding-right: 5%;
     height: 2rem; line-height: 2rem; color: rgb(255,255,255);
	-webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.mnu-mvl ul li ul li p{
    display: none;
    }
/*.mnu-mvl ul > li:hover li a {
    display: table; height: 1em; text-decoration: underline;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu-mvl ul > li:hover li a:hover {
    text-decoration: underline;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}*/
/*el hover no lo habilito en dispositivos moviles*/
.mnu-mvl ul li:hover .sub{
  display: block;
}

#frmBuscarHead{
	float:right; position:relative; width: 340px; max-width: 50%; padding: 0px; margin: auto; text-align: left; margin-bottom: 0px; margin-right: 8%; border:none; background-color: transparent;
}
.buscar-head{
	float:left; position: relative; width: 360px; font-family: 'Raleway', sans-serif; font-size:14px; outline: none; color: rgb(65,65,65); text-align: left; margin-top: 21px;
	height: 36px; line-height: 36px; padding-left: 40px; border: none;
	background-color: rgba(255,255,255,0.5);
	
	background-image: url("../../include/img/ico-buscar-white.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position-x: 5px;
	
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	}
.buscar-upd{
	float:left; position: relative; width: 360px; font-family: 'Raleway', sans-serif; font-size:14px; outline: none; color: rgb(65,65,65); text-align: left; margin-top: 21px;
	height: 36px; line-height: 36px; padding-left: 40px; border: none;
	background-color: rgb(250,250,250);
	
	background-image: url("../../include/img/ico-buscar-black.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position-x: 5px;
	
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
/*---------------------------- mnu-mvl ----------------------------*/

@media all and (max-width: 1000px) {
	.lgo{
		font-size: 18px;
	}
	.lgo-upd{
		font-size: 18px;
	}
	#btn-video{
		display:none;
	}
	#frmBuscarHead{
		display:none;
	}
	.sub-opciones {
	float: left; width: 100%; height: 100%; margin: 0px; overflow-y: scroll; overflow-x: hidden;
}
.sub-detalle {
	display: none;
}
}

