@import url('https://fonts.googleapis.com/css?family=Paprika|Rajdhani:400,600,700&display=swap');
/* "https://fonts.googleapis.com/css?family=Paprika|Delius|Kaushan+Script|Rajdhani:400,600,700|Montserrat:400,500,600&display=swap" */

#top {
    flex: 0 0 auto;
    height: 48px;
    margin-bottom: 0;
    border: 1px solid #063150;
    background: #15788A;
    background: #00b7d6;
    background: #00b7d6 #15788A 0% 100% repeat-y;
    background-image: -webkit-linear-gradient(90deg, #15788A 0%, #00b7d6 100%);
    background-image: -moz-linear-gradient(0deg, #15788A 0%, #00b7d6 100%);
    background-image: -ms-linear-gradient(0deg, #15788A 0%, #00b7d6 100%);
    background-image: -o-linear-gradient(0deg, #15788A 0%, #00b7d6 100%);
    background-image: linear-gradient(0deg, #15788A 0%, #00b7d6 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#15788A, endColorstr=#00b7d6)";
    position: relative;
}
#top .logo a {
    text-shadow: black 0.05em 0.05em 0.1em;
    font-family: 'Rajdhani', sans-serif;
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin: 2px 20px 0 0;
    float: left;
    height: 36px;
    text-decoration: none;
    color: white;
}
#howmany {
    margin: 10px;
    display: inline-block;
    font-size: 14px;
    color: yellow;
/*    line-height: 39px;*/
    flex-shrink: 1;
}
#zone-notify {
    display:none;
    align-items:center;
    cursor:pointer;
    border-radius:0.5em;
    padding:0.1em 0.4em;
    font-size: 1.1em;
    text-align:center;
    font-weight:bold;
    align-self:center;
    margin:0px 7px 10px 5px;
    color: white;
    background-color: transparent;
    border: none;
}
#notify-kop {
    display: none; font-weight: normal; font-size: 0.9em;
}
#menuppal_hztal {
    padding:0;
    margin-top:8px;
/*    margin: -10px 0 0 10px;*/
    margin-bottom: 2px;
    text-align:center;
}
#menuppal_hztal li {
    display:inline-block;
    margin:0 6px;
    padding:4px;
}
#menuppal_hztal li a {
    font-size: 14px;
    margin-left: -5px;
}
.btn-init-sesion {
    text-transform: none;
    overflow: visible;
    -webkit-appearance: button;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    color: #fff;
    background: #337ab7 none;
    border: 1px solid #2e6da4;
}
.mHizk {
    display:inline-block !important;
}
.container {
  min-width: 340px;
}
/*
@media (max-width: 992px){
    #menuppal_hztal {
        margin:15px 0 0 0;
    }
}*/
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
    #menuppal_hztal li {
        margin:0 10px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media (min-width: 1440px){
    .container {
        width: 1420px;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mHizkGorri {
    margin-top: 6px;
    font-size: 11px;
    margin-bottom: 6px;
    color: #900000;
    line-height: 100%;
    margin-right: 10px;
}
A.mHizk {
    font-size: 11px;
    margin-right: 10px;
}
#top .logo,
#top .zona_izen {
    float: left;
}
.logotext {
    text-shadow: black 0.05em 0.05em 0.1em;
    font-family: 'Rajdhani', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 2px 20px 0 0;
    height: 36px;
    text-decoration: none;
    color: white;
}
#top .zona_izen {
  padding: 12px 0;
}
#top .zona_izen a {
  line-height: 200%;
  text-decoration: none;
}
#top .zona_izen span {
    font-family: "Paprika", cursive;
    margin-left: 6px;
    font-size: 18px;
    color: #FFFFFF;
}
#top .logo a:after {
  content: '.com';
}
@media (max-width: 768px) {
    #menuppal_hztal {
        margin-top: 16px;
        margin-left: 50px;
        margin-right: 50px;    }
    #top .logo a:after {
      content: '';
    }
    #top .logo a {
      font-size: 36px;
      margin-top: 6px;
    }
    .container {
      margin-left: 0;
      margin-right: 0;
    }
}
@media (max-width: 600px) {
  #top .zona_izen {
    display: none;
  }
  #howmany {
    display: none;
  }
  #top .logo a {
    font-size: 30px;
    margin-top: 8px;
  }
}
@media (max-width: 992px) {
    #howmanytext {display: none}
}