@font-face {
  font-family: 'Londrina Solid';
  font-weight: 100;
  font-style: normal;
  src: url("./font-londrina/LondrinaSolid-Thin.ttf");
}

@font-face {
  font-family: 'Londrina Solid';
  font-weight: 300;
  font-style: normal;
  src: url("./font-londrina/LondrinaSolid-Light.ttf");
}

@font-face {
  font-family: 'Londrina Solid';
  font-weight: 400;
  font-style: normal;
  src: url("./font-londrina/LondrinaSolid-Regular.ttf");
}

@font-face {
  font-family: 'Londrina Solid';
  font-weight: 900;
  font-style: normal;
  src: url("./font-londrina/LondrinaSolid-Black.ttf");
}

/* roboto */

@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: normal;
    src: url("./font-roboto/Roboto-Thin.ttf");
  }
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: italic;
    src: url("./font-roboto/Roboto-ThinItalic.ttf");
  }
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: url("./font-roboto/Roboto-Light.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    src: url("./font-roboto/Roboto-LightItalic.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url("./font-roboto/Roboto-Regular.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;
    src: url("./font-roboto/Roboto-Italic.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: url("./font-roboto/Roboto-Medium.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;
    src: url("./font-roboto/Roboto-MediumItalic.ttf");
  }
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url("./font-roboto/Roboto-Bold.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: italic;
    src: url("./font-roboto/Roboto-BoldItalic.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;
    src: url("./font-roboto/Roboto-Black.ttf");
  }
  
  
  @font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: italic;
    src: url("./font-roboto/Roboto-BlackItalic.ttf");
  }

  body, html {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
   /*font-family: 'Londrina Solid', sans-serif;*/
    user-select: none;
    background: #fff;
    color:#000;
    
    background-size: cover;
   

   
  }
 
 
 #foot {
 	    padding: 0px 10px;
    margin-top: -50px;
    font-style: italic;
    display:none;
 }
 
 
 .animate__fadeIn, .animate__zoomIn, .animate__fadeInUpBig, .animate__fadeInDownBig, .animate__fadeInLeftBig, .animate__fadeInRightBig {
    -webkit-animation-duration: 0.125ms;
      animation-duration: 0.125ms;
}

#toolbar {
  width: 100vw;
  height: 56px;
  /* box-shadow: 0px 2px 10px #e0e0e0; */
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  background: #197c1d;
}


#root {
  margin-top: 56px;
}

#toolbar_left, #toolbar_center, #toolbar_right {
  float:left;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

#toolbar_left {
  text-align: left;
  margin-left: 5vw;
  box-sizing: border-box;
}

#toolbar_left i {
  font-size: 24px;
  margin-top: 16px;
  color: #ffffff;
}

#toolbar_center {
  width: 1%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #686868;
}

#toolbar_right {
  /*width: 83%;*/
  float:right;
  box-sizing: border-box;
  padding-top: 12px;
  /* background: #ccc; */
  text-align: right;
  line-height: 32px;
  padding-right: 16px;
  font-family: 'Londrina Solid', sans-serif;
  font-size: 8vw;
  color: #fff;
  font-weight: 300;
}

#toolbar_right img {
  width: 90%;
  margin-top: 6px;
}

h2 {
  font-weight: 500;
  font-size: 5vw;
  padding: 0px;
  margin: 0px;
  letter-spacing: -0.5px;
  color: #70439e;
  margin-bottom: 16px;
}

select {
  border: none ;
  font-weight: bold ;
  color: #2b78ff ;
  outline: none;
  background: #fff ;
}

#content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content ul li {
  /* float: left; */
  /* height: 50px; */
  width: 100%;
  line-height: 24px;
  box-sizing: border-box;
  /* background: #ccc; */
  border-bottom: 1px solid #d9d9d9;
  padding-left: 20px;
  font-weight: bold;
  font-size: 5vw;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* background: #ccc; */
  padding-right: 20px;
}

#content ul li i {
margin-right: 10px;
color: #929292;
}

.ir {
  float: right;
  margin-top: 18px;
}

#banner {
  width: 100%;
    height: 120px;
    
    background-size: cover;
    background-position: center center;
}

#dinput {
  width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 50px;
    text-align: center;
    line-height: 50px;
    outline: none;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
}

#showimg_back {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #0000008c;
  z-index: 999;
  display: none;
}

#showimg_container {
  height: 50vh;
  width: 100%;
  margin-top: 16vh;
  text-align: center;
}

#shoimg_img {
  width: 90%;
  border: 4px solid #fff;
  border-radius: 10px;
}

#icona_img {
  float: right;
  margin-top: -13vw;
  margin-right: 5%;
  color: #fff;
  font-size: 10vw;
}


.panel-content {
  margin-bottom: 50px;
}