/*Inicio*/
@media (max-width: 480px){
	.dResponsive30, .dResponsive50{
		width: 100% !important;
		max-width: 100% !important;
	}
	.dResponsive70{
		width: 98% !important;
		max-width: 98% !important;
	}
	.semCiDiv{
		width: calc(100% - 40px) !important; 
	}
	.semCiDivEnlace{
		width: calc(100% - 40px) !important;
	}
	.imagenes_svg_index{
		margin-left: 30%;
	}
	.module.modCalendario {
		margin-top: -0 !important;
	}
	.cSimu {
		width: 100% !important;
	}
	.actividad{
		width: calc(100% - 40px) !important;
	}
	.imgPlanet {
		width: 100% !important;
	}
	.ui-dialog {
		width: 94% !important;
		left: 2% !important;
	}
	.tamano_fotos{
		width: 100% !important;
		max-height:175px;
		float: left;
	}
	.dGrupLibre {
		width: 100% !important;
	}
	
	.sp-slider-item .sp-slider-image {
		height: 450px !important;
	}
	.vidEure{
		margin-top: 0 !important;
	}
	
	#sp-smart-slider {
		overflow: visible;
		margin-bottom: 150px;
	}
	.sp-slider-content {
		margin-top: 230px !important;
	}
	.lPortada3{
		width: 98% !important;
	}
	.cajaGrandeOfertaEscolar1, .cajaGrandeOfertaEscolar2 {
		width: 99% !important;
		margin-bottom: 45px;
	}
	.tabHorarios{
		width: 100% !important;
	}
	.itemContainer.itemTienda.itemContainerLast {
		width: 98% !important;
	}

	.dBloqAnimado {
		width: calc(100% - 20px) !important;
	}
    .eventDiv{
        width: 100% !important;
    }
    .imagenXake{
        display: none !important;
    }
    .eventDiv2{
        width: 100% !important;
    }
}
@media (min-width:0px) and (max-width:800px){
	
	.imagenes_svg_index{
		margin-left: 30% !important;
	}
#user-bottom {
    margin-top:750px;
}
    .maxWidthMvl {
        width: 100%!important;
    }
#sp-main-body-wrapper{
    overflow: auto;
}
#sp-main-body-wrapper::after{
    content: "";
    clear: both;
    display: table;
}

	.div30{
		width:100%;
		margin-left:0px;
	}
	
	.recuadro{
		margin:0px;
	}

    .eventDiv{
        width: 100% !important;
    }

    .imagenXake{
        display: none !important;
    }

    .eventDiv2{
        width: 100% !important;
    }

    .cTarifaE{
        width: 100% !important;
        margin-top: 15px !important;
    }

    .dBloqAnimado{
        /*width: 100% !important;
        margin: 10px 0 !important;*/
    }

    .dCompleto{
        width: 100% !important;
        padding: 0 !important;
        margin: 10px 0 !important;
    }
    .dResponsive30, .dResponsive50{
        width: 100% !important;
        max-width: 100% !important;
    }
    .dResponsive70{
        width: 98% !important;
        max-width: 98% !important;
    }
    .divPasaporte{
        width: 50%;
        float: left;
    }
    .divPasaporte2{
        width: 50%;
        float: left;
    }
    .pasaporte{
        font-size: 10px !important;
    }
    .tabCalendario{
        width: 100%;
        float: left;
        margin: 0;
    }
}

.pasaporte{
    background: gainsboro;
    border-radius: 5px;
    font-size: 0.8rem;
    padding: 5px 10px;
}

@media (min-width: 978px){
    .tabCalendario{
        width: calc(33% - 20px);
        float: left;
        margin: 0 10px;
    }
    .vacuna{
        margin: 50px 0 0 -350px !important;
    }
    .divPasaporte{
        width: 30%;
        float: left;
    }
    .divPasaporte2{
        width: 68%;
        float: left;
    }

}

@media (min-width:978px) and (max-width:1400px){

	#sp-main-menu {
		margin-left: 70px !important;
	}
}

	.tabla_suscrb {
	font-size: 12px;
   	 line-height: normal;
	}

#bfLabel246{
width: unset;
}
#bfLabel729{
width: unset;
}





.dResponsive30{
	max-width: 30%;
	float:left;
}
.dResponsive50{
	max-width: 50%;
	float:left;
}
.dResponsive70{
	max-width: 68%;
    float: left;
    padding: 0 1%;
}




/*Recursos didacticos*/
.dBloqAnimado {
	border-radius: 12px;
    background-color: #fff;
    display: inline-block;
    outline: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    min-width: 220px;
    box-shadow: 12px -9px 9px rgb(0 0 0 / 15%);
    position: relative;
    border: 1px solid #ddd;
}
.dBloqAnimado .block-img{
	width: 100%;
    height: 280px;
    position: relative;
    transition: height .8s;
}
.dBloqAnimado .block-img img {
    width: 100%;
    height: 398px;
    top: 88px;
    position: absolute;
    transition: top .5s;
    object-fit: cover;
    object-position: center;
}
.dBloqAnimado .block-text {
	padding: 0 0 0 16px;
    height: 50px;
    transition: all .8s;
    top: 0px;
    position: absolute;
}
.h2ddsk {
	color: #1b1b1b;
    font-family: var(--anton-regular);
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
}
.dBloqAnimado .background-hover {
    background: #589de2;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    bottom: 0;
}
.dBloqAnimado .hover-link {
    justify-content: flex-end;
    display: flex;
    position: absolute;
    bottom: 0;
    right: -70px;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.dBloqAnimado .hover-icon {
    background-color: #455c9e;
    border-radius: 12px 12px 12px 0;
    width: 55px;
    height: 55px;
    display: flex;
}
.dBloqAnimado .hover-link .hover-icon span {
    color: #fff;
    margin: auto;
    font-size: 26px;
}


.dBloqAnimado:hover .block-img {
    height: 100%;
}
.dBloqAnimado:hover .block-img img {
	top: 0;
    transition: top .5s;
}
.dBloqAnimado:hover .block-text {
	position: absolute;
    top: 40px;
    z-index: 9;
    transition: all .8s;
}
.dBloqAnimado:hover .block-text .h2ddsk {
    color: #fff;
}
.dBloqAnimado:hover .background-hover {
    opacity: .8;
}
.dBloqAnimado:hover .hover-link {
    right: 0;
}
/*FIN Recursos didacticos*/






/*Oferta escolar*/
.imagenes_svg_index{
	width: 40%;
	margin-left: 20%;
}
.cajaGrandeOfertaEscolar1, .cajaGrandeOfertaEscolar2{
	float: left;
	margin: 1%;
}
.cajaGrandeOfertaEscolar1{
	width: 28%;
}
.cajaGrandeOfertaEscolar2{
	width: 68%;
}
.cajaOfertaEscolar1, .cajaOfertaEscolar2, .cajaOfertaEscolar3, .cajaOfertaEscolar4 {
    background: #eee;
    margin: 0 0 40px 0;
    border-radius: 13px;
    padding: 2%;
	width: 96%;
	float: left;
}
.cajaOfertaEscolar1{
	background: #c02b7d;
    color: #fff;
}
.cajaOfertaEscolar2{
    background: #b889b3;
    color: #fff;
}
.cajaOfertaEscolar1 img{
    margin: 10px 1%;
}
.cajaOfertaEscolar3 .tabHorarios{
	width: 100%;
}
.cajaOfertaEscolar3 .tabHorarios td {
    text-align: left;
    padding: 0 15px;
}
/*FIN Oferta escolar*/




/*Puertas abiertas*/
.dGrupDes {
    margin-bottom: 100px;
    background: #eff6fb;
    padding: 20px;
    border-radius: 20px;
}
/*FIN Puertas abiertas*/




/*Recursos didacticos*/
.lPortada3{
	cursor: pointer;
    border-radius: 14px;
    float: left;
    margin: 0 1%;
    width: 23%;
    height: auto;
}
.lPortada3 h3 {
	font-size: 17px;
	line-height: 28px;
	color: #0000ff;
}
.lPortada3 img:hover {
	opacity: 0.6;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
}
.lPortada3 img {
	width: 100%;
    height: auto;
	border-radius: 14px;
	opacity: 1.0;
	filter: alpha(opacity=40);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
}
.lDesc3 {
    margin-top: -38px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 0 3px;
    background-color: #ccc;
    opacity: 0.9;
}

.lInvi{
	visibility: hidden;
	display: none;
}
.lTablaM td{
	border: 1px solid #fff;
	background: #eee;
	padding: 0 6px;
}
.lTablaM .lTit2 {
	border-top-right-radius: 10px;
}
.lTablaM .lTit1 {
	border-top-left-radius: 10px;
}
.lTablaM .lTit {
	background: url(../../../images/grad1-mask.png) repeat-x top #006699;
	font-weight: bold;
	color: #fff;
	padding: 0 4px;
	text-align: center;
}
.lTablaM{
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 13px;
}
.lDiv {
    overflow: auto;
}
/*FIN Recursos didacticos*/



.imgPlanet {
    width: 24%;
}

.dGrupLibre {
    width: calc(33% - 20px);
    padding: 0 0 0 20px;
    min-width: 230px;
    display: inline-block;
    vertical-align: top;
}

.ttxokoSanta2 tbody {
    width: 100%;
    display: inline-table;
}


.sp-slider-content {
    max-width: 500px;
    margin: auto;
    background: #fff !important;
    opacity: 0.8;
    padding: 15px 30px;
    color: #545454 !important;
    border-radius: 15px;
}
.sp-university-layout .sp-slider-content .sp-introtext {
    margin: 20px 0px 20px !important;
}
.sp-slider-content h1 {
    color: #1671b0 !important;
}
.k2ItemsBlock .moduleItemIntrotext {
    font-size: 14px;
    margin-left: 0 !important;
}
/*FIN Inicio*/


.dVideoAbs{
	position: absolute;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
	margin-top: -50px;
}
.vidEure{
	margin-top: -210px; 
	width:100%;
}


/*Fixed compra online*/
.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
    position: fixed;
    left: -18px;
    top: 0px;
    z-index: 5;
    overflow: hidden;
    width: 140px;
    height: 140px;
    text-align: right;
}
.ribbon span {
    font-size: 12px;
    font-weight: bold;
    padding: 100px 6px 6px 6px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-49deg);
    -webkit-transform: rotate(-49deg);
    width: 140px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: -47px;
    left: -55px;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
/*FIN Fixed compra online*/
/*Como llegar*/
.div_completos{
	width:100%;
	float:left;
}
.div_mitades{
	width:50%;
	float:left;
}
.div_completos{
	width:100%;
	float:left;
}
.esconder_agrandar{
	display:none;
}
#google_iframe{
	width:100% !important;
	}
@media (min-width: 320px) and (max-width: 780px) {
	.div_mitades{
		width:100%;
	}
}

/*Fin como llegar*/
/*Semana de la ciencia*/
.titSemana {
    float: left;
    width: 98%;
    margin: 1%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 5px 11px rgb(131, 131, 131);
    -webkit-box-shadow: 0px 5px 11px rgb(131, 131, 131);
    -moz-box-shadow: 0px 5px 11px rgb(131, 131, 131);
}
.colSemana {
    width: 49%;
}


@media (min-width:0px) and (max-width:800px){
    .colSemana {
        width: 100%!important;
    }
}

/*FIN Semana de la ciencia*/


/*Colonias*/
.sp-portfolio-items .sp-portfolio-item-details {
    background: #716ae3 !important;
    opacity: 0.8;
}
.sp-portfolio-items .sp-portfolio-item-details h4{
    color: #fff !important;
}
a.sp-portfolio-preview {
    display: none !important;
}
div.appico .sp-portfolio-thumb:hover .sp-portfolio-link {
    margin-right: -20px !important;
}
div.appico .sp-portfolio-item-details {
    margin: 0px !important;
    width: 100% !important;
}

.ttxokoSanta2 th {
    background: #11A9E2;
    color: #fff;
    padding: 5px;
}
.ttxokoSanta2 {
    width: 100%;
    text-align: left;
    margin-bottom: 55px;
}
.parpadeo {
    background: #F08A6A;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff !important;
    width: 170px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px blue;
    -webkit-box-shadow: 0px 0px 10px blue;
    -webkit-border-radius: 0px 10px 0px 10px;
    animation: parpadeo 3s;
    -webkit-animation: parpadeo 3s;
    -moz-animation: parpadeo 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
}
.divRobotica {
    background-color: #eee;
    padding: 12px;
    margin: auto;
    font-size: 14px;
    box-shadow: 4px 5px 12px -3px #a4a4a4;
}
.tamano_fotos{
	width: 24%;
	height:175px;
	margin-right: 15px;
	display: inline-block;
}
/*Fin Colonias*/




/*Proximos 15 días*/
.linkDesc {
    color: #FFFFFF !important;
    background: #7284E4;
    padding: 2px 12px;
    border-radius: 3px;
}
/*FIN Proximos 15 días*/




/*TABS*/
.dTabs {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #eee;
}
.dTabsLat{
	color: #000!important;
    background-color: #f1f1f1!important;
	width: 130px;
    position: relative !important;
    float: left;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.dTabsLatInt{
	width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
	border: 1px solid #fefefe;
    outline: none;
    white-space: normal;
    float: none;
	color: #545454;
	background-color: #f1f1f1!important;
}
.dTabsLatInt:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.dTabsLatIntAzul{
    color: #fff!important;
    background-color: #2196F3!important;
}
.dTabsCont{
    float: left;
    width: calc(100% - 150px);
	background: #fff;
	padding: 10px;
}
.dTabDerecho{
	float: right;
	top: -37px;
	margin: 2px 3px 2px 0;
	font-size: 14px !important;
	padding: 7px 14px;
	text-decoration: none;
	outline: 0 !important;
	line-height: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;color: #1c94c4;
	list-style: none;
	position: relative;
	border-bottom: 0 !important;
	white-space: nowrap;
	border: 1px solid rgb(204, 204, 204);
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
}
/*FIN TABS*/




/*TIENDA*/
.proTienda {
    width: 230px;
    height: 175px;
    margin: 15px 22px;
    text-align: center;
    float: left;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
}
.titTienda {
    font-size: 15px;
    color: #716565;
}
.proTienda img {
    max-width: 100%;
    max-height: 75%;
}
.precTienda {
    color: #B24949;
    font-size: 16px;
    font-weight: bold;
}
.sIva {
    margin: 20px 0px -20px 45px;
    color: #e83232;
    font-size: 14px;
    font-weight: bold;
}
/*FIN TIENDA*/






/*HOME*/
#sp-main-body-wrapper .container .homepage{
    background: #fff;
    top: -100px;
    position: relative;
	padding: 0px;
}
#sp-main-body-wrapper .featured.homepage .items-row h2.entry-title {
    font-size: 16px;
}
#sp-main-body-wrapper .featured.homepage .items-row:first-child {
    padding-bottom: 50px;
}

.homepage.destHome .items-row h2.entry-title {
    font-size: 16px;
    text-align: left;
}
.homepage.destHome .items-row {
    font-size: 16px;
    text-align: left;
}
.homepage.destHome {
    background: #fff;
    margin-top: -150px;
    position: relative;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
}
.homepage.destHome .items-row:first-child {
    padding-bottom: 50px;
}
header.entry-header {
    clear: both;
}


.tdEntMus {
    background-image: url(../../../images/0WEB/estructura/entradasMuseo.jpg);
	background-size: cover;
}
.tdEntCol {
    background-image: url(../../../images/0WEB/estructura/entradasColonias.jpg);
	background-size: cover;
}
.tdEntMus, .tdEntCol {
    opacity: 0.6;
    transition: 0.5s;
    width: 50%;
	min-width: 300px;
    text-align: center;
    vertical-align: middle;
    float: left;
    font-size: 30px;
	line-height: 38px;
    padding: 88px 0;
}
.tdEntMus:hover, .tdEntCol:hover {
    opacity: 1;
    transition: 0.5s;
}
a .tdEntMus, a .tdEntCol {
    color: #fff !important;
}




.tdEntZt {
    background-image: url(../../../images/0WEB/Galerias/IMG_6959.jpg);
	background-size: cover;
}
.tdEntCt {
    background-image: url(../../../images/0WEB/Galerias/IMG_3404.JPG);
	background-size: cover;
}
.tdEntAe {
    background-image: url(../../../images/speasyimagegallery/albums/36/images/img-4365.jpg);
	background-size: cover;
}
.tdEntZt, .tdEntCt, .tdEntAe {
    opacity: 0.6;
    transition: 0.5s;
    width: 50%;
	min-width: 300px;
    text-align: center;
    vertical-align: middle;
    float: left;
    font-size: 30px;
    padding: 123px 0;
}
.tdEntZt:hover, .tdEntCt:hover, .tdEntAe:hover {
    opacity: 1;
    transition: 0.5s;
}
a .tdEntZt, a .tdEntCt, a .tdEntAe {
    color: #fff !important;
}






.tdEntPlanet {
    background-image: url(../../../images/0WEB/03-PreparaTuVisita/DSC_0021.jpg);
	background-size: cover;
}
.tdEntActi {
    background-image: url(../../../images/0WEB/03-PreparaTuVisita/IMG_7236.jpg);
	background-size: cover;
}
.tdEntPlanet, .tdEntActi {
    opacity: 0.6;
    transition: 0.5s;
    width: 50%;
	min-width: 300px;
    text-align: center;
    vertical-align: middle;
    float: left;
    font-size: 21px;
    padding: 123px 0;
}
.tdEntPlanet:hover, .tdEntActi:hover {
    opacity: 0.9;
    transition: 0.5s;
}
a .tdEntPlanet, a .tdEntActi {
    color: #fff !important;
}

/*FIN HOME*/







/*Simuladores*/
.cSimu {
    width: 31.33333333%;
    float: left;
	margin: 10px 1%;
    min-width: 220px;
    font-size: 13px;
    height: 395px;
    font-family: sans-serif;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0px 7px 17px rgb(131, 131, 131);
    -webkit-box-shadow: 0px 7px 17px rgb(131, 131, 131);
    -moz-box-shadow: 0px 7px 17px rgb(131, 131, 131);
}
.cSimu1 {
    background: #F07676;
}
.cSimu2 {
    background: #A88CFF;
}
.cSimu3 {
    background: #F7B238;
}
.cSimu4 {
    background: #59D67C;
}
.cSimuTit {
    box-shadow: 0px 3px 6px rgb(131, 131, 131);
    -webkit-box-shadow: 0px 3px 6px rgb(131, 131, 131);
    -moz-box-shadow: 0px 3px 6px rgb(131, 131, 131);
    font-weight: bold;
    color: #353535;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.cSimuTit a {
    color: #353535 !important;
}


/* FIN Simuladores*/




/*Tienda*/
.itemTienda {
    width: 31% !important;
    margin: 1%;
	border-bottom: 2px solid;
}
.itemTienda:hover {
    background: #eee;
}
.itemTienda .catItemView{
	padding: 0 !important;
}
.itemTienda .catItemTitle {
    height: 35px;
    padding: 5px !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    margin: 0;
}
.itemTienda .catItemImageBlock {
    width: 100% !important;
	margin: 0;
	position: relative;
}
.itemTienda .catItemImageBlock img {
    height: 150px !important;
    width: 100% !important;
}
.itemTienda .catItemIntroText {
	text-align: center;
    width: 90px !important;
    background: #545454;
    color: #fff;
    padding: 0;
    margin: 0 auto 10px auto;
}
.itemTienda .catItemIntroText a{
	color: #fff !important;
	text-decoration: none !important;
}
.menuTienda a {
    color: #7d7d7d !important;
}
.itemTienda .catItemImageBlock img.bandaSinStock {
    position: absolute;
    width: 50% !important;
    height: auto !important;
}
/*FIN Tienda*/





/*Planetarium*/
div.event-wrapper .actiAstro h3.catItemTitle {
	font-size: 23px !important;
    margin: 20px 0 !important;
}
.actiAstro .catItemImageBlock {
    float: left;
	width: calc(40% - 30px);
}
.actiAstro .catItemIntroText {
    float: left;
	width: 60%;
}

.actividadesAstronomicas li {
    background: #eee;
    padding: 20px;
}
.actividadesAstronomicas .moduleItemTitle {
    font-size: 21px;
}

.tabEncabezadoGris {
    background: #ddd; 
    padding: 7px; 
    font-weight: bold; 
    font-size: 15px; 
    margin-bottom: 12px;
}
.tabEncabezadoGris .tabEncabezadoGrisIzq, .tabEncabezadoGris .tabEncabezadoGrisDcha {
    display: inline-block;
}
.tabEncabezadoGris .tabEncabezadoGrisIzq {
    text-align: left;
}
.tabEncabezadoGris .tabEncabezadoGrisDcha {
    text-align: right;
}
.tabHorarios th, .tabHorarios td {
    border: 1px solid #C7C7C7;
}
.tabHorarios th {
    padding: 0px;
}
.tabHorarios .thEsp {
    background-color: #717171;
    padding: 0 10px;
    text-align: left;
}



.lDesc2{
	cursor: pointer;
}


#lFondo2 {
    padding-top: 54px;
    height: 680px;
    border-radius: 14px;
    float: left;
    margin-right: 25px;
}
.lPortada2 {
    border-radius: 14px;
    float: left;
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 20px 20px 43px rgb(0, 0, 0);
    -webkit-box-shadow: 20px 20px 43px rgb(0, 0, 0);
    -moz-box-shadow: 20px 20px 43px rgb(0, 0, 0);
}
.lPortada2 img {
    border-radius: 14px;
    opacity: 1.0;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
}
.lDesc2 {
	cursor: pointer;
    position: absolute;
    margin-top: -200px;
    padding: 0 3px;
    background-color: #ccc;
    opacity: 0.9;
    width: 134px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.lDesc2 h3{
	font-size: 13px !important;
    line-height: 16px;
}
.lPortada2 img {
    width: 140px;
    height: 200px;
}
#pFicha {
    float: left;
    width: 35%;
	display: none;
}
#pTitulo {
    margin-top: 50px;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #06F;
    text-align: center;
}
#pImagen {
    width: 100%;
    float: left;
	text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
#pDescripcion {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: justify;
}
.descripcion{
    text-align: justify !important;
}
/*FIN Planetarium*/









/*Animalia*/
.ttxokoSanta th {
    background: #11A9E2;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
}
.ttxokoSanta td {
    border: 1px solid #CCCCCC;
	padding: 2px 10px;
}
/*FIN Animalia*/







/*Hipatia*/
.lPeq h3{
	font-size:14px;
}
#lFondo4{
	height:300px;
	border-radius: 10px;
	background: #CCC;
	margin-bottom: 30px;
	text-align: center;
	display:inline-table;
}
.lPortada4{
	cursor: pointer;
	border-radius: 14px;
	display: inline-block;
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 30px;
	box-shadow: 15px 10px 32px rgb(0, 0, 0);
	-webkit-box-shadow: 15px 10px 32px rgb(0, 0, 0);
	-moz-box-shadow: 15px 10px 32px rgb(0, 0, 0);
}
.lPortada4 img:hover {
	opacity: 0.6;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
}
.lPortada4 img {
	width: 233px;
	height: 140px;
	/*width: 270px;
	height: 165px;*/
	border-radius: 14px;
	opacity: 1.0;
	filter: alpha(opacity=40);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
}
.lDesc4 {
	position: absolute;
	margin-top: -28px;/*116px*/
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	padding: 0 10px;
	background-color: #ccc;
	opacity: 0.9;
	width: 213px;
}
.lDesc4 h3 {
	font-size: 17px;
	line-height: 28px;
	color: #0000ff;
}
#lzu{
	text-align: center;
	margin: 0 auto 12px auto;
	max-width: 1000px;
}
#lFila{
	margin: 0 auto;
	width: 600px;
}
/*FIN Hipatia*/











/*Horarios y tarifas*/
.tdPlanet, .tdSimus, .tdLego, .tdAnimalia {
    opacity: 0.6;
    transition: 0.5s;
    width: 400px;
    height: 75px;
    text-align: center;
    font-size: 20px;
    padding: 0px;
}
.tdPlanet a, .tdSimus a, .tdLego a, .tdAnimalia a {
    color: #fff !important;
}
.tdLego a, .tdAnimalia a {
    background: #533636b3;
    padding: 26px 0;
    width: 100%;
    display: inline-block;
}
.tdPlanet {
    background-image: url(../../../images/0WEB/03-PreparaTuVisita/planet.jpg);
}
.tdSimus {
    background-image: url(../../../images/0WEB/03-PreparaTuVisita/simus.jpg);
}
.tdAnimalia {
    background-image: url(../../../images/0WEB/03-PreparaTuVisita/animalia.jpg);
    background-size: 100%;
}
.tdLego {
    background-image: url(../../../images/0WEB/03-PreparaTuVisita/lego.jpg);
    background-size: 100%;
}
.tdPlanet:hover, .tdSimus:hover, .tdLego:hover, .tdAnimalia:hover {
    opacity: 1;
    transition: 0.5s;
}

.tabHorarios {
    width: 90%;
}
.tabHorariosSombreado {
    box-shadow: 24px 13px 29px 8px #b3b3b3; 
    -webkit-box-shadow: 24px 13px 33px -2px #b3b3b3; 
    -moz-box-shadow: 24px 13px 29px 8px #b3b3b3;  
    margin: 50px 0px;
}
.tabHorarios th {
    background-color: #009cde;
    color: #fff;
    padding: 10px;
}
.tabHorarios th, .tabHorarios td {
    text-align: center;
    padding: 5px;
}
.colPri {
    border-right: 1px solid #999;
}
.trGris {
    background: #ddd;
}
/*FIN Horarios y tarifas*/








/*Otros Servicios*/
.tServicios {
    margin: auto;
    border-radius: 11px;
    box-shadow: 0px 0px 27px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 0px 27px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 27px rgb(0, 0, 0);
}
.trServicios td {
    font-size: 17px;
    font-style: italic;
    color: #5A5A5A;
    padding: 16px 0px 2px 0px;
}
.tServicios img {
    border-radius: 78px;
    border: none !important;
    margin: 0 20px;
}


@media (min-width:0px) and (max-width:1200px){
    .tServicios img {
        margin: 0px!important;
    }
}
/*FIN Otros Servicios*/



/*Galerias*/
.speasyimagegallery-gallery-item-title {
    display: none !important;
}
/*FIN Galerias*/





/*Agenda*/
.fichAgenda.itemContainer {
    width: 100%;
}
.listAgendaTitle a {
    font-size: 18px !important;
	font-family: 'Open Sans' !important;
	font-weight: normal !important;
}
.calendar{
	width: 100% !important;
}
div.k2CalendarBlock{
	height: 240px !important;
}
/*FIN Agenda*/





/*Proximos dias*/
.modProxDias {
    margin-top: -108px !important;
    margin-bottom: 80px;
}
#dProximosDias h3 {
    font-size: 15px;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 0 15px;
}
/*FIN Proximos dias*/
/*Pop ups*/

.fancybox-opened {
    z-index: 8030;
	/*left:260px !important;*/
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
z-index:10000;
}
.fancybox-type-iframe .fancybox-inner {
    height: 610px !important;
}
.fancybox-lock .fancybox-overlay {
    overflow-x: auto !important;
    overflow-y: auto !important;
}
/*Fin pop ups*/




/*Talleres tecnologicos*/
.divTalleres{
    border: 1px solid #ddd;
	margin: 20px;
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    -moz-transition: all 0.15s ease-in 0s;
    -webkit-transition: all .15s ease-in-out;
    overflow: hidden;
	background-size: 100% 100% !important;
    float: left;
}
.divTalleres:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.divTalleres .detalles {
    background-color: #FFFFFF;
    width: 300px;
    /* height: 100%; */
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.87);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 27px;
    position: absolute;
    top: 115px;
    overflow: hidden;
    /* padding: 10px; */
    padding-top: 7px;
    padding-left: 5px;
    padding-bottom: 10px;
    text-align: center;
}

#tSpace{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/space.png);
}
#tRally{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/Rally.jpg);
}
#t1vs1{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/1vs1.png);
}
#tRescue{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/rescue.png);
}
#tDelivery{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/delivery.png);
}
#tCitygo{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/citygo.png);
}
#tRuleta{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/ruleta.png);
}
#tSratch{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/scratch.jpg);
}
#tScratchKodu{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/scratch-kodu.jpg);
}
#tMinecraft{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/mine1.jpg);
}
#tUnity{
	background: url(../../../images/0WEB/05-OfertaDeActividades/Colonias/CT/2019/Unity1.jpg);
}
/*FIN Talleres tecnologicos*/




label#bfLabel502 {
    width: auto;
}

a.hidden-desktop.btn.btn-inverse.sp-main-menu-toggler {
    float: right;
    right: 10px;
    left: inherit;
    top: 7px;
}


.semCiImg{
	width: 40%; 
	float: left;
}
.semCiDiv{
	width: calc(60% - 40px); 
	float: left; 
	padding:20px;
}
.semCiDivEnlace{
	width: calc(54% - 40px); 
	float: left; 
	padding:20px;
	margin: 10px 3%;
    background: #83b4ff;
    border-radius: 10px;
}
.semCiDivEnlace a{
	color: #FFF !important;
	text-decoration: none !important;
}


.imgArt4{
	min-width: 250px;
	margin: 1px 1px;
	width: calc(25% - 2px);
	float: left;
}
.imgArt3{
	min-width: 250px;
	margin: 1px 1px;
	width: calc(33% - 2px);
	float: left;
}


/*Genericos*/

/* Galeria en el interior de pestañas */
.galeriaFotosArticulo img {
    width: 23%;
}

/*FIN genericos*/




.div100{
	float:left;
	width:100%;
}
.div100_titulo{
	float:left;
	width:100%;
	background-color: #f9f9f9;
	color: #3a6d97;
	border-bottom:1px #bdbdbd solid;
	text-align:center;
	padding:5px;
}
.div30{
	float: left;
	width: 28%;
	margin-bottom: 50px;
	margin-left: 4%;
overflow: hidden;
}
.imagen{
	height: 85px;
}

.eventDiv {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    width: calc(46% - 4px);
    margin: 2%;
    float: left;
}
.eventTitu {
    height: 32px;
    padding: 10px;
    background: #eee;
    font-weight: bold;
}
.eventCont{
    padding: 10px;
}
.eventMargen{
    height: 20px;
}
.eventBtn{
    float: right;
}
.imagenXake{
    float: left;
    width: 48%;
    text-align: center;
    display: block;
}
.eventDiv2{
    float: left;
    width: calc(46% - 4px);
    margin: 2%;
    text-align: center;
}
.cTarifaE{
    margin: 0px 5px;
    width: calc(33.33% - 10px);
    float: left;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cTituDestaca{
    background: #1c94c4;
    text-align: center;
    margin: 0;
    color: white;
    padding: 5px;
}
.dDestaca{
    background: #1c94c4;
    border: 1px dashed black;
    color: white;
}
.dCompleto{
    width: calc(50% - 20px);
}
.divLagun{
    /*height: 75px;*/
    width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: all ease .3s;
    color: white;
    background-color: #faa732;
    /*border: 1px solid rgba(9, 91, 232, 0.82);*/
}
.divLagun:hover{
    transition: .3s;

    background-color: #ffa106;
    /*border: 1px solid rgba(255, 99, 31, 0.5);*/
    color: black;
}
.espaciado li{
    line-height: 30px !important;
}

.alertainfo{
    border: 1px solid #c3c3c3;
    background: #ffb256;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 13px;

}
.pasaporte{
    color: black;
    background-color: #eeeeee;
}



.pagination-wrapper ul {
    list-style: none;
}
.pagination-wrapper li {
    float: left;
    padding: 2px 10px;
    margin: 10px 5px;
    border: 1px solid #818181;
	background: #ededed;
    border-radius: 5px;
}
.pagination-wrapper li a{
    color: #818181 !important;
}
.brbj{
    font-size: 10px;
    border-radius: 10px;
    padding: 6px 15px;
    margin-right: 15px;
}
.brbj-azul{
    color: white;
    background-color: #7600bf;
    box-shadow: rgb(200 163 233) 0px 0px 7px
}
.brbj-verde{
    color: white;
    background-color: #13bf00;
    box-shadow: rgb(163 197 233) 0px 0px 7px;
}


.accordion {
     background-color: #eee;
     color: #444;
     cursor: pointer;
     padding: 18px;
     width: 100%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
}

.activee, .accordion:hover {
    background-color: #439ee7;
}
.activee{
    background-color: #11A9E2 !important;
    color: white;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.activee:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
