@font-face {
    font-family: 'Arial Rounded MT';
    src: url('fonts/ArialRoundedMTBold.woff2') format('woff2'),
        url('fonts/ArialRoundedMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #26272b;
}
#header.header-scrolled, #header.header-fixed {
  background: #26272b;
  height: 90px;
  padding: 15px 0;
  transition: all 0.5s;
}
#header #logo h1 {
  font-size: 25px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Arial Rounded MT", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn-header {
  display: block;
  background: #ffe600;
  padding: 5px 25px;
  border-radius: 25px;
  color: #000000;
  cursor: pointer !important;
  z-index: 3;
}
.btn-header a:active {
  background: #ffe600;
  color: #000000 !important;
}
.btn-header a:hover {
  background: #DDDDDD !important;
  color: #ffffff !important;
}
#header #logo h1 span {
  color: #00aeef;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 15px 0 0 0;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-family: "Arial Rounded MT", sans-serif;
  font-weight: 400;
  font-size: 11px;
  outline: none;
  text-transform: uppercase;
}
.nav-menu .menu-active a, .nav-menu a:hover {
  color: #fff;
}
.nav-menu > li {
  margin-left: 8px;
}
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #D0D92A;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}
.nav-menu li.registro a {
  color: #007bff;
  background: #ffffff;
  padding: 4px 22px;
  border-radius: 2px;
  border: none;
  transition: all ease-in-out 0.3s;
  font-weight: 400;
  margin-left: 8px;
  margin-top: 7px;
  line-height: 1;
  font-size: 13px;
}
button.contact100-form-btn {
  background: #d0da29;
  padding: 5px 25px;
  border: none;
  border-radius: 25px;
  color: #08226e;
}
.nav-menu li.registro a:hover {
  background: #00426a;
  color: #ffffff;
}
button.contact100-form-btn:hover {
  background: #08226e;
  color: #ffffff;
}
li.registro.menu-active {
  margin-top: 7px;
}
.nav-menu li.registro:hover a:before, .nav-menu li.registro.menu-active a:before {
  visibility: hidden;
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  background: #545b62;
  border-radius: 3px;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #ffffff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}
.nav-menu ul li:hover > a {
  /*  background: #ffffff;*/
  color: #D0D92A;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #fff;
  margin-top: 15px;
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 58, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #D0D92D;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000000;
}
#mobile-nav ul .menu-item-active {
  color: #000000;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(33, 37, 41, .8);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
body {
    background-color: #000000;
    background-image: url(img/bg_schneider.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 40px;
}
body {
  font-size: 1.2rem;
}
.emojioneemoji {
  width: 20px !important;
  height: 20px !important;
}
/*.messages {
  height: 90%;
  margin: 0;
  overflow-y: scroll;
  padding: 10px 30px 30px 30px;
}*/
.messages {
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    padding: 0px 0px 0px 0px;
}
.message_typing {
  height: 10%;
  margin: 0;
  font-size: 12px;
}
ul {
  list-style: none;
  word-wrap: break-word;
}
.cursor-pointer {
  cursor: pointer;
}
.display_none {
  display: none;
}
.bg-dark {
  background: #626469 !important;
  margin-bottom: 20px;
  border-radius: 10px;
padding: 10px;
}
#contenedor_preguntas {
  background: #626469;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}
#grafica_votacion {
  background: #626469;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.highcharts-title tspan {
    fill: #feb505 !important;
	font-size: 1.2rem;
    font-weight: bold;
}
.highcharts-subtitle tspan {
    fill: #ffffff !important;
}
.highcharts-axis-title tspan {
    fill: #ffffff !important;
}
#pregunta {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4589ff;
	font-family: "Arial Rounded MT", sans-serif;
}
.form-check-label:hover {
    background: #717171!important;
    display: block;
    cursor: pointer !important;
}
g.highcharts-axis-labels.highcharts-yaxis-labels text {
    fill: #ffffff !important;
}
g.highcharts-axis-labels.highcharts-xaxis-labels text {
    fill: #4589ff !important;
}
#respuestas input[type="radio"] {
    display: none;
}
#respuestas label {
  font-size: 1rem !important;
  font-weight: bold;
  color: #ffffff;
  font-family: "Arial Rounded MT", sans-serif;
}
li.message{
    display: block;
    background: #ffffff;
    max-width: 350px;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px 8px 8px 0;
    box-shadow: 0 3px 5px #00000047;
    margin-bottom: 15px;
}
span.username {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
	font-family:'Arial Rounded MT', sans-serif;
}
li.log {
    font-size: 10px;
    font-weight: bold;
    color: #656565;
}
p {
    margin-top: 0;
    margin-bottom: 0 ;
}
.messageBody{
	color:#082fac;
	font-family:'Arial Rounded MT', sans-serif;
}
#btn_mail{
	font-family:'Arial Rounded MT', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 20px;
	background: #009639;
	border: 0;
	color:#ffffff;
}
rect.highcharts-background {
    fill: #000000;
}
/*#btn_send{
  font-family:'Arial Rounded MT', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 20px;
  background: #FE0067;
  border: 0;
  color:#ffffff;
}*/
input#mail-field {
    width: 60%;
    font-size: 14px;
    padding: 0px 10px;
	font-family:'Arial Rounded MT', sans-serif;
}
input.usernameInput {
    width: 60%;
    font-size: 14px;
    padding: 0px 10px;
	font-family:'Arial Rounded MT', sans-serif;
}
input{
	font-family:'Arial Rounded MT', sans-serif;
}

#footer {
  margin-top:30px;
  position: relative;
  background: #232f3e;
  padding: 0 0 25px 0;
  color: #ffffff;
  font-size: 11px;
}

#footer .footer-top {
  background: #232f3e;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Arial Rounded MT", sans-serif;
  font-weight: 700;
  color: #222222;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Arial Rounded MT", sans-serif;
  color: #222222;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333333;
  color: #222222;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: left;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #333333;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #00aeef;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #00aeef;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #00aeef;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #00aeef;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: left;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: left;
  padding-top: 30px;
}

#footer .credits {
  text-align: left;
  font-size: 13px;
  color: #ddd;
}
.logo_foot {
    text-align: center;
}

img.stickers_per {
    width: 80px !important;
}