    
	
	/*.menu_principal {
		z-index: 2008!important;
	}*/
	
	.menu_derecha .nav-link span {
		color: #666;
	}
	
	.caja_principal {
		padding-top: 0;
		padding-bottom: 40px;
		position: relative;
	}
	
	.smooth-scroll   {
		padding-top: 0!important;
	}
	
	.caja_menu {
		margin: 0!important;
		padding: 0;
		position: relative;
	}
	
	#caja_submenu {
    	margin: 0;
    	display: none;
    	margin-bottom: 20px;
    	top: 0;
    	padding-left: 2%;
    	position: relative;
    	background: #fff;
    	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
		z-index: 22208;
    }
    
    .navbar-brand {
    	text-transform: uppercase;
    	font-weight: bold;
    	font-size: 0.8em;
    	/*width: 0;*/
    	display: block;
    	opacity: 1;
    	overflow: hidden;
    	transition: all 1.1s ease;
    }
    
    .navbar-brand img {
    	height: 30px;
    }
	
	.sub_menu {
		margin-bottom: 40px;
	}
	
	.tit_seccion, .salas_cont span:first-child {
		color: #181D73;
        font-family: 'Noto Serif', serif;
        font-size: 3em;
        margin-bottom: 30px;
        font-weight: bold;
        margin-top: 0;
	}
	
	.salas_cont {
		margin-bottom: 30px;
	}
	
	.continua {
		font-size: 1em!important;
	}
	
	.caja_museo {
		width: 100%;
		margin: 0;
		padding-top: 100px;
		padding-left: 6%;
		padding-right: 2%;
	}
	
	.tit_seccion {
		display: block;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}
	
	.caja_inicial2 {
		width: 100%;
		height: calc( 100vh - 94px );
		float: left;
		z-index: 2005;
		opacity: 1;
	}
	
	.museo_inicial {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(51, 153, 153, 0.6);
	}
	
	.museo_inicial div {
		height: 50%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.form-group {
		margin-bottom: 10px;
	}
	
	.arriba {
		top: 0;
	}
	
	.abajo {
		bottom: 0;
	}
	
	.logo_museo {
		width: auto;
		top: 25%;
		align-self: center;
	}
	
	.logo_museo img {
		height: 100%;
		width: auto;
		display: inline-block;
	}
	
	#c1, #mcr1 {
		width: 34%;
		left: 0;
	}
	
	#c2, #mcr2 {
		width: 32%;
		left: 34%;
	}
	
	#c3, #mcr3 {
		width: 34%;
		right: 0;
	}
	
	#c4, #mcr4 {
		width: 34%;
		left: 0;
	}
	
	#c5, #mcr5 {
		width: 32%;
		left: 34%;
	}
	
	#c6, #mcr6 {
		width: 34%;
		right: 0;
	}
	
	#c1 {
		background-image: url('imgs/museo1.jpg');
	}
	
	#c2 {
		background-image: url('imgs/museo2.jpg');
	}
	
	#c3 {
		background-image: url('imgs/museo3.jpg');
	}
	
	#c4 {
		background-image: url('imgs/museo4.jpg');
	}
	
	#c5 {
		background-image: url('imgs/museo6.jpg');
	}
	
	#c6 {
		background-image: url('imgs/museo5.jpg');
	}
	
	.raton {
		position: absolute;
		bottom: 0;
		height: 105px!important;
		z-index: 2018;
	}
	
	.raton img {
		width: 40px;
	}
	
	#go_down {
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 35px;
		height: 105px;
		/*z-index: 2018;*/
		text-align: center;
	}
	
	#go_down i {
		color: #fff;
		font-size: 1.5em;
		-webkit-animation: sdb05 1.5s infinite;
		animation: sdb05 1.5s infinite;
	}
	
	#go_down img {
		width: 100%;
	}
	
	@-webkit-keyframes sdb05 {
		0% {
			-webkit-transform: translate(0, 0);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			-webkit-transform: translate(0, 20px);
			opacity: 0;
		}
	}
	
	@keyframes sdb05 {
		0% {
			transform: translate(0, 0);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: translate(0, 20px);
			opacity: 0;
		}
	}
	
	.mascara {
		background: rgba(51, 153, 153, 0.6);
		opacity: 1;
		filter: alpha(opacity=0);
	}
	
	.invisible {
		opacity: 0;
	}
	
	.visible {
		opacity: 1;
	}
	
	/*.caja_slide4 {
		z-index: 2006;
	}*/
	
	.caja_add {
		position: relative;
		margin-top: 135px;
		width: 100%;
		padding: 20px;
		background-image: linear-gradient(to right, #991f80 , #332e7b);
		-webkit-box-shadow: -2px 8px 12px 2px rgba(119,119,119,1);
		-moz-box-shadow: -2px 8px 12px 2px rgba(119,119,119,1);
		box-shadow: -2px 8px 12px 2px rgba(119,119,119,1);
		/*margin-bottom: 60px;*/
	}
	
	embed-responsive {
		position: relative;
	}
	
	.boton_play {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 2201;
		background-image: url('imgs/90.jpg');
		background-size: 100% 100%;
		padding-top: 40px;
	}
	
	.boton_play i, .boton_play span {
		color: red;
		background: #fff;
		padding: 3px;
	}
	
	.caja_slide4 {
		height: calc( 100vh - 280px );
	}

	.borde {
		position: absolute;
		top: 85px;
		left: 2.2%;
		width: 5px;
		background: #237da2;
		height: calc( 100vh - 105px );
	}
	
	.recuadro {
		position: absolute;
		top: 100px;
		right: 0;
		width: 20%;
		height: calc( 100vh - 163px );
		border: 3px solid #991f80;
	}
	
	.depe {
		display: inline-block;
	}
	
	#fullpage {
		position: relative;
		transition-delay: 0.8s !important;
		float: left;
		width: 100%;
		z-index: 1001;
		margin: 0;
		padding: 0;
	}
	
	.caja_slides {
		float: left;
		width: 100%;
		top: 40px;
	}
	
	.textos p {
		margin-bottom: 15px;
		font-size: 1em;
	}
	
	.texto_salas {
		font-size: 0.95em;
	}
    
    .margen_izquierdo {
        margin-left: 30px;
    }
    
    .encabezado {
        font-size: 14pt;
        padding-left: 0!important;
    }

    .caja_frame {
    	width: 100%;
    	height: calc( 100vh - 82px );
		border: none;
		margin: 0;
		float: left;
	}
    
    .caja_add .swiper-slide {
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    div.ui-datepicker {
        font-size:12px;
    }

	.caja_titulo2 {
		background-image: linear-gradient(to right, #222F6E , #5378B9);
	}
	
	/*#caja_submenu {
		position: absolute;
		left: 0;
		top: 84px;
		opacity: 0;
		background: #fff;
		z-index: 2006;
	}*/
	
	*.swiper_iisue {
        padding: 0;
        width: 100%;
        /*max-width: 950px;*/
        margin: 0 auto;
    }
    
    .swiper_iisue .s1 {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
		padding-bottom: 30px;
    }

    .s1 .swiper-wrapper .swiper-slide {
        width: 100%;
        /*height: 256px;*/
	}

    .s1 .swiper-slide a {
        width:100%;
        display: block;
        border: 1px solid #ccc;
    }
    
    .s1 .swiper-slide img {
		width: 100%;
		height: auto;
	}

    .s1 .swiper-wrapper {
        width: 100%;
        /*height: 100%;*/
    }

    /*.s1 .swiper-slide {
        width: 100%;
        height: 256px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }*/

    /*.s1 .swiper-slide a {
		overflow: hidden;
		display: flex;
  		justify-content: center;
  		height: 100%;
	}

    .s1 .swiper-slide img {
		display: block;
		width: auto;
		max-height: 256px;
  		align-self: flex-start;
	}*/

	.s1 .swiper-pagination-bullet {
    	opacity: 0.8;
		background-color: #fff;
		border: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')"!important;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')!important;
    }

    .s1 .swiper-pagination-bullet-active {
		background-color: #237da2;
		border-color: #237da2;
	}

    #progress_bar {
        margin-top: -42px;
        padding: 0;
        width: 100%;
        height: 4px;
    }

	#s1 {
		position: absolute;
		bottom: 5px;
	}


	@media (max-width:1440px) {
		.caja_add .swiper-slide {
	        height: 310px;
		}
		
		.textos p {
			margin-bottom: 10px;
			font-size: 1em;
		}
	}

	@media (max-width:1340px) {
		.caja_add .swiper-slide {
	        height: 290px;
		}
	}

	@media (max-width:1240px) {
		.caja_add .swiper-slide {
	        height: 270px;
		}
		
		.caja_inicial2 {
			height: calc( 100vh - 75px );
		}
		
		.logo_museo {
			width: auto;
			top: 32.5%;
			align-self: center;
		}
		
		.logo_museo img {
			height: 70%;
			width: auto;
			display: inline-block;
		}
		
		.textos p {
			margin-bottom: 8px;
			font-size: 0.97em;
		}
	}
	
	@media (max-width:1140px) {
		.caja_add .swiper-slide {
	        height: 250px;
		}
		
		#go_down {
			width: 30px;
			height: 120px;
		}
		
		#go_down i {
			font-size: 1.1em;
		}
		
		.textos p {
			font-size: 0.9em;
			margin-bottom: 5px;
		}
		
		/*#caja_submenu {
			top: 74px;
		}*/
		
		/*.borde {
			top: 135px;
			height: calc( 100vh - 145px );
		}*/
		
		.tit_seccion, .salas_cont span:first-child {
			font-size: 2.5em;
			margin-bottom: 15px;
		}
		
		.salas_cont {
			margin-bottom: 15px;
		}
		
		.depe {
			display: none;
		}
	}

	@media (max-width: 992px) {
		
		.caja_add {
			margin-bottom: 0;
			/*width: 90%;
			margin-left: 5%;*/
			margin-top: 0;
			padding: 15px;
		}
		
		.textos {
			margin-bottom: 20px;
		}
		
		.textos p {
			font-size: 1em;
		}
		
		.tit_seccion {
			font-size: 2em;
		}
		
		.caja_slide8 {
			margin-bottom: 40px;
		}
		
		.invisible {
			opacity: 1;
		}
		
		.section {
			height: auto!important;
			padding-top: 0!important;
		}
		
		/*.caja_inicial2 {
			height: calc( 100vh - 80px );
			background: #fff;
			z-index: 2004;
			float: left;
		}*/
		
		.caja_add .swiper-slide {
	        height: 330px;
		}
		
		.caja_slide4 {
			height: 330px;
		}
		
		#caja_submenu {
			display: none;
		}
		
		#go_down {
			width: 26px;
			height: 95px;
		}
		
		#go_down i {
			font-size: 0.95em;
		}
		
		.logo_museo {
			width: auto;
			top: 37.5%;
			align-self: center;
		}
		
		.logo_museo img {
			height: 50%;
			width: auto;
			display: inline-block;
		}
		
		.caja_principal {
			width: 100%;
			overflow: hidden;
		}
		.depe {
			display: inline-block;
		}
		
		.borde, .recuadro {
			display: none;
		}
	}
		
	@media (max-width: 767px) {
		
		.menu_museo ul li a {
			font-size: 0.9em;
		}
		
		.menu_museo ul li {
	    	margin-right: 20px;
	    }
	    
	    .caja_texto {
	    	padding: 0;
	    }
	    
	    .menu_museo button {
			margin-right: 10px;
			font-size: 0.9em;
		}
		
		.menu_museo {
			padding-left: 0;
		}
		
		.caja_add .swiper-slide {
	        height: 310px;
		}
	}
	
	@media (max-width:576px) {
		.caja_add .swiper-slide {
	        height: 280px;
		}
		
		.tit_seccion {
			font-size: 1.5em;
		}
		
		.depe {
			display: inline-block;
		}
	}
	
	