body,html{
  overflow-x: hidden;
}
header.mainHead {
    height: 58px;
    border-bottom: 1px solid;
    width: 100%;
}
div.navbar-container {
    margin:0 auto;
    width: 80%;
}

header.mainHead a {
    padding: 22px 13px 20px 13px;
}
header.mainHead a:hover {
    border-color: #000;
    padding-bottom: 18px;
}
header.mainHead a:hover, header.mainHead a:focus,  .myBtn:hover,  .myBtn:focus {
 border-top: 2px solid transparent;
}
ul.navbar a {
    float:left;
    cursor: pointer;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    position: absolute;
    width: 1px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    left: -9999px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    width:160px;
    margin-top:57px;
}
.dropdown:hover .dropdown-content, .dropdown a.dropper:focus + .dropdown-content, .inUse {
    left: 0px;
    opacity: 1;
}
.dropdown-content a{
    width: 84%;
}

section {
    margin: 3px auto;
    width: 80%;
    display: flex;
}
div.content, div.sidebar {
    border: 3px solid;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 33px 34px;
    margin: 0px 10px 10px 10px;

}
div.content{
    width:-webkit-fill-available;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
}
iframe {
    position: relative;
    overflow: hidden;
    height: -webkit-fill-available;
    width: 100%;
}
iframe#info {
    display:block;

}
div.sidebar {
    width: 30%;
    height: 480px;
    margin-top: 2px;
    top: 0;
}

.mapWrapper {
    height: 400px;
}
/* MapContainer tiene que ser un ID por el script */
#mapContainer {
    position: relative;
    left: -350px;
    height: 120%;
    width: 140%;
}

path#RocksEasyClick {
    fill: transparent;
}


#completeMenu {
  position: fixed;
  bottom: 20px;
  z-index: 99;
  right: 50px;
}
#btnMenu {
    display: none;
}
.myBtn {
  font-size: 18px;
  border: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 60px;

}

#hideBtns {
    background-image: url(../assets/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    width: 60px;
}

#myBtn {
    display: none;
}

.alert {
    text-align: center;
    display: none;
    position: fixed;
    bottom: 30px;
    z-index: 99;
    left: 50px;
    font-size: 18px;
    padding: 15.5px;
    border-radius: 4px;
    float: right;
    
}
.closebtn {
  margin-left: 15px;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 6px;
}

.floatL{float:left;}
.floatR{float:right;}
.clearfix {
    overflow: auto
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;}

#GegorafiaLink {
 cursor: pointer;   
}
.miniMenu {
    display: none;
}

.LanguageShortVersion {
    display: none;
}

h1 {
    border-left: 10px solid;
    padding-left:10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
h3 { font-size: 15px; }

p {margin:10px;}
p:last-child {margin-bottom:50px;}

.main-info {margin-bottom: 10px;}
.source {display: flex}
.source a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat script=all rev=1";
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;
}