html { height: 100%; padding: 0; margin: 0px; }
body{
  background-color: #74cbcc;
  height: 100%; overflow:hidden; padding: 0; margin: 0px;
  }
  #tourDIV{
    display: none;
    width: 70%;
margin-left: 30%;
  }
  .divgal{
    display: none;
    width: 70%;
    margin-left: 30%;
    height: 100%;
    background-size: cover;
    /* background-image: url('../img/gal/redparrot1.jpg'); */
    z-index: 1;
  }
  .closebtn{
    right: 10px;
        position: absolute;
        top: 10px;
  }
  .phototope{
    background-color: #b9f7f5;
    height: 30vh;
    width: 100%;
    background-size: cover;
  }
  .popsideoverlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 49;
    background-color: #00000069;
  }

  .popside{
    background-color: rgba(179, 245, 255, 0.88);
    width: 30%;
    height: 100vh;
    position: fixed;
    z-index: 51;

  }
  .popsidecontent{
    padding: 10px;
  }
  .popcontenido{
    max-width: 100% !important;
    overflow-y: scroll;
height: 50vh
  }
  .tituloarea{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #10265e;
    display: block;
    margin-bottom: 15px;
  }
  .titulocontent{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #10265e;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .parrafo{
    display: block;
  }
  .boton360{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .ratesbt{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .specialbt{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .coursebt{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .casinobt{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .retailbt{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .alldaybt{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .botongal{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
  .botonmenu{
    background-color: #10265e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin-right: 10px;
  }
.logotipotope{
  background-color: #74cbcc;
  height: 20vh;
  max-height: 20vh;
  text-align: center;
  position: relative;
}
.logoimg{
  max-height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.filterbar{
  height: 40px;
  background-color: #ebe8e3;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: left;
}
.filterbutton{
  background-color: #b9f7f5;
  color: #10265e;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  padding: 5px;
  padding-top: 10px;
  text-align: left;
  width: 100%;
  /* left: 50px; */
}
.scrollmenu{
  overflow: auto;
white-space: nowrap;
padding-left: 40px;
padding-right: 40px;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.scrollmenu span{
  color: #10265e;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  padding: 5px;
  padding-top: 10px;
}
.scrollmenu span:after{
  content: "|";
  padding-left: 15px;
}
#leftmenu{
  position: fixed;
background-color: #c4c4c4;
height: 40px;
padding: 10px;
font-weight: bold;
z-index: 7
}
#rightmenu{
  position: absolute;
background-color: #c4c4c4;
right: 0px;
height: 40px;
padding: 10px;
font-weight: bold;
z-index: 7;
top: 0px;
}
.blink{
    animation:blink 800ms 2;
}
@keyframes blink {
    from { opacity:1; }
    to { opacity:0; }
};
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #b9f7f5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
        margin-top: 5px;
}
.dropdown-content span{
  display: block;
}
.filterbutton:hover .dropdown-content {
    /* display: block; */
}
.hereicon, .spots{
  /* max-height: 80px; */
}
.spots{
  display: none;
}

.mapamedio{
  height: 80vh;
    overflow: scroll;
    position: relative;
}
.mapaweb{
  /* width: 100%; */
  max-height: 100%;
}
#right-button{
  position: fixed;
  right:45%;
  bottom:5%;
  z-index: 10;
  width: 50px;
}
#left-button{
  position: fixed;
  left:45%;
  bottom:5%;
  z-index: 10;
  width: 50px;
}

/* Gallery Slide CSS */
#slider {
position: relative;
overflow: hidden;
/* margin: 20px auto 0 auto; */
border-radius: 4px;
width: 100%;
    height: 100%;
    background-color: #000;
}

#slider ul {
position: relative;
margin: 0;
padding: 0;
height: 100%;
list-style: none;
width: 100% !important;
}

#slider ul li {
position: relative;
display: block;
float: left;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #ccc;
text-align: center;
line-height: 300px;
background-size: cover;
}

a.control_prev, a.control_next {
position: absolute;
top: 40%;
z-index: 999;
display: block;
padding: 4% 3%;
width: auto;
height: auto;
/* background: #2a2a2a; */
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 18px;
opacity: 0.8;
cursor: pointer;
}
a.control_prev img, a.control_next img{
width: 60px;
}
a.control_prev:hover, a.control_next:hover {
opacity: 1;
-webkit-transition: all 0.2s ease;
}

a.control_prev {
border-radius: 0 2px 2px 0;
}

a.control_next {
right: 0;
border-radius: 2px 0 0 2px;
}
