@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300 !important;
  letter-spacing: -0.5px;
}
strong a:hover {
  color: rgba(71, 128, 193, 1.0);
  font-weight: 700;
}
footer {
  clear: both !important;
  text-align: center;
  color: #666666 !important;
}
footer a {
  color: rgba(112, 112, 112, 1.0) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 90%;
}
footer a:hover {
  color: rgba(71, 128, 193, 1.0) !important;
  text-decoration: none;
  font-weight: 700;
}
img {
  width: 100%;
  height: 100% !important;
  box-sizing: border-box;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  background-color: lightslategray;
  border: none !important;
  padding: 6px;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 220%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
button:hover {
  background-color: black;
  transform: scale3d(1.1, 1.1, 1.1);
}
button:focus {
  background-color: forestgreen;
}
.clear {
  clear: both !important;
  height: 2px;
}
.universe {
  width: 98%;
  height: 98%;
  box-sizing: content-box;
  padding: 1%;
}
.logo {
  position: fixed;
  top: 4%;
  left: 2%;
  width: 25%;
  z-index: 9999999 !important;
}
.logo img {
  min-width: 120px;
  max-width: 280px;
}
.topBar {
  width: 75%;
  position: fixed;
  top: 4%;
  left: 4%;
  z-index: 9999999 !important;
}
@keyframes cityFadeInOut {
  0% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
  }
  25% {
    opacity: 0.75;
  }
  55% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
  }
}
.parent {
  width: 100%;
  height: 100%;
  margin: 0;
}
.panzoom {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 212, 213, 1);
}
.city {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 9999 !important;
}
.city img {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
}
.city img.night {
  animation-name: cityFadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-direction: alternate;
}
.day, .night {
  top: 0 !important;
  left: 0 !important;
}
.buttons {
  position: relative;
  z-index: 9999999;
  top: -60px;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}
.actions {
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;
  text-align: left;
  width: 98%;
  height: 96%;
  padding: 1%;
  display: inline-block;
}
.actions a, .actions a:hover {
  display: initial;
  padding: 0;
}
.actions h1 {
  position: relative;
  font-size: 380%;
  line-height: 100%;
  color: rgba(255, 255, 255, 1.0);
  height: 100%;
  width: 100%;
  opacity: 0;
}
.actions h1:hover {
  opacity: 1.0;
  display: block;
  color: rgba(255, 255, 255, 1.0);
}
.w33, .w3 {
  width: 33.33336%;
  cursor: pointer;
  border-radius: 4%;
  display: inline-block;
  float: left;
  height: 50%;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  background-color: transparent;
}
.w33 h1{
    padding-left: 4%;
    padding-top: 4%;
    width: 92%;
}
.w33:hover {
  background-color: rgba(255, 89, 103, 0.8);
  transform: scale3d(1.1, 1.1, 1.1);
  cursor: pointer;
}
.w3{
    text-align: center!important;
}
.aqua:hover {
  background-color: rgba(27, 204, 220, 0.8) !important;
}
.plum:hover {
  background-color: rgba(89, 37, 114, 0.8) !important;
}
.ocre:hover {
  background-color: rgba(255, 157, 0, 0.8) !important;
}
.blac:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.gree:hover {
  background-color: rgba(0, 157, 0, 0.8) !important;
}
.bouncingball{
  width: 100px;
  height: 100px;
  animation: bounce 1.2s;
  transform: translateY(20px);
  animation-iteration-count: infinite;
  position: absolute;
  left: 44%;
  background-image: url("../images/loc00.svg");
  background-repeat: no-repeat;
  z-index: 99999999;
}

@keyframes bounce {
	0% {top: 0;
		-webkit-animation-timing-function: ease-in;
	}
	40% {}
	50% {top: 140px;
		height: 140px;
		-webkit-animation-timing-function: ease-out;
	}
	55% {top: 160px; height: 120px; 
		-webkit-animation-timing-function: ease-in;}
	65% {top: 120px; height: 140px; 
		-webkit-animation-timing-function: ease-out;}
	95% {
		top: 0;		
		-webkit-animation-timing-function: ease-in;
	}
	100% {top: 0;
		-webkit-animation-timing-function: ease-in;
	}
}
.pop01 {
  padding: 2%;
  position: absolute;
  z-index: 9999999;
  top: 60%;
  width: 50%;
  background-color: rgba(250, 250, 250, 0.8);
  margin-left: 1%;
  border-radius: 24px;
}
.pop01 a {
  color: rgba(255, 199, 0, 1.00);
  font-weight: 800;
  line-height: 180%;
  padding: 1%;
  position: relative;
  left: -1%;
}
.pop01 a:hover {
  color: #FFFFFF;
  ;
  background-color: rgba(255, 199, 0, 1.00);
  border-radius: 12px !important;
  text-decoration: none;
  padding: 1%;
}
.pop01 h1 {
  font-size: 300%;
  color: rgba(0, 0, 0, 1.0);
  width: 90%;
  margin-bottom: 1%;
}
.pop01 p {
  font-size: 110%;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.75);
  width: 80%;
}
.bpop01 {
  background-image: url("../images/zones_labs.jpg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop02 {
  background-image: url("../images/zones_labs2.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop03 {
  background-image: url("../images/zones_labs3.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop04 {
  background-image: url("../images/zones_espacios_trabajo.jpg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop05 {
  background-image: url("../images/zones_espacios_trabajo2.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop06 {
  background-image: url("../images/zones_espacios_trabajo3.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop07 {
  background-image: url("../images/zones_aprendizaje_colaboracion.jpg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop08 {
  background-image: url("../images/zones_aprendizaje_colaboracion2.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop09 {
  background-image: url("../images/zones_aprendizaje_colaboracion3.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop10 {
  background-image: url("../images/zones_balet.jpg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop11 {
  background-image: url("../images/zones_balet2.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop12 {
  background-image: url("../images/zones_balet3.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop13 {
  background-image: url("../images/zones_pride.jpg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop14 {
  background-image: url("../images/zones_pride2.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop15 {
  background-image: url("../images/zones_pride3.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop16 {
  background-image: url("../images/zones_exteriores.jpg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop17 {
  background-image: url("../images/zones_exteriores2.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.bpop18 {
  background-image: url("../images/zones_exteriores3.svg");
  background-size: cover;
  background-position: center;
  min-height: 720px;
}
.fancybox-iframe {
  border-radius: 30px;
  max-width: 1024px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.horizontal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  display: none;
}

.pdfs{
    margin-top: 3%;
}
.pdfs a{
      -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
    
}
.pdfs a:hover{
    transform: scale3d(1.1, 1.1, 1.1);
    display: block;
}
.w3 img{
    max-width: 260px;
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}
.pdfs h1{
    font-size:300%;
    margin-bottom: 4%;
    text-align: center;
    font-weight:400;
}
.w3 p{
    text-align: center;
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
}