@charset "utf-8";


  html, body {
  margin: 0;
  height: 100%;
}
        
#c {
  width: 100%;
  height: 100%;
  display: block;
}



        
        .pinch {
 position:absolute; bottom:60px; left:0px; width:100%; color: #000000; font-family: "Nord"; font-size:14px; pointer-events: none; z-index:10; text-align: center; 
}
        
         .mimg {
 position:absolute; top:10px; left:10px; pointer-events: none; z-index:10; text-align: center;
}
        
          .mta {width:100%; text-align: center; font-family:"Laim";font-size:30px; color:#5C5C5C;letter-spacing: 2px;
 position:absolute; top:80px; left:0px; margin-top:19px; pointer-events: none; z-index:10; text-transform: uppercase;
}
       
            .exp {position:absolute; top:70px; left:calc(50% - 140px);
}    
        .mtx {font-family:"Nord";font-size:12px; color:#D90000; height:14px;
 position:relative; padding:0;pointer-events: none; z-index:10; text-align: center;
}

#mes {color:#FF0000; font-size: 22px; font-family: 'Nord'; margin-top:34vh;
}
        
   .select { position:relative; font-family:"Br"; font-size:13px; z-index:10; text-align: center;margin:5px 0 0 0;
width:280px;
  height: 40px;
  background: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}
.select:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ff0000 transparent transparent transparent;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  content: "";
  pointer-events: none;
}
.select:hover:before {
 
}
.select select {
    font-family: "Br";
  font-size: 12px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
    margin-top:1px;
  padding-right: 30px;
  padding-left: 10px;
  text-align: left;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #B3B3B3;
}
        
    
        

@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}



