@charset "utf-8";
/* CSS Document */

.header{
	position:fixed; width:100%; padding:0px; z-index:1000; height: 80px; 
	
	-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: rgb(255,255,255);  
	
	-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; height: 80px; line-height: 80px; margin: 0px; margin-left: 3%; cursor:pointer; font-size: 22px; font-weight: 300; color:rgb(255,255,255); z-index:1001; 
	
	font-family: 'Raleway', sans-serif;
	
	-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; height: 80px; line-height: 80px; margin: 0px; margin-left: 3%; cursor:pointer; font-size: 22px; font-weight: 300; color:rgb(65,65,65); z-index:1001; 
	
	font-family: 'Raleway', sans-serif;
	
	-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);
}
.wght{
	font-weight: 500; color: rgb(254,77,67);
}
.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.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-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 3% 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 3% 16px 0; cursor: pointer; z-index:1003; content: url("../../include/img/btn-ver-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-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.svg");
}

.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(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 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(65,65,65); 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(240,240,240); 
	
}
.mnu ul li ul li a{
	font-size: 12px; color: red; height: 35px; line-height: 35px;
}
.mnu h3{
	color: red; background-color: green; width: 94%; padding: 10px 3% 10px 3%; font-weight: bolder;
}
.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(65,65,65); 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(120,120,120);
    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(255,255,255);
	/*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-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(65,65,65); background-color: rgb(255,255,255); /*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(255,255); 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(240,240,240); 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; background-color: rgb(240,240,240);
	-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;
}
}

