.header .header-menu {
  top: 0 !important;
}
.ls_container {
  font-family: Gilroy;
  min-width: 550px;
}
.ls_query {
  max-width: 100%;
  min-width: 550px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #282828;
  outline: 0;
  display: block;
  height: 40px;
  padding: 25px 40px 25px 80px;
  border-radius: 40px;
  border: 1px solid #007bff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(bottom, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(
    0deg, #ffffff 0%, #f7f7f7 100%);
  -webkit-box-shadow: 0 5px 15px 0 rgb(89 117 255/25%);
  box-shadow: 0 5px 15px 0 rgb(89 117 255/25%);
  font-size: 1.0em;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
}

.ls_result_div {
  max-width: unset;
}

.ls_result_div table tr td, .ls_result_div table tr th {
  text-align: left;
  padding: 10px;
}

.ls_result_div table tr {
  line-height: 20px;
  font-size: 14px;
  text-transform: none;
}

.font-tutorial {
  font-size: 14px;
}

/*.font-tutorial a {*/
/*  color: #172241;*/
/*}*/

.page-header-tutorial {
  border-top-width: 1px;
  color: #007bff;
  width: 60px;
  border-style: solid;
  margin: 10px 0 10px;
}

.hero-solutions {
  background-size: cover;
  background-color: #000;
  position: relative;
  min-height: 25rem;
  height: 400px;
  width: 100%;
  margin-top: 70px;
}

.hero-footer {
  height: 60px;
  width: 100%;
  margin-top: 0;
  background-color: #191919;
  color: #FFFFFF;
  border-top: 1px solid #191919;
}

.hero-footer p {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 3.5;
}

.hero-footer-duration {
  margin-left: 20px;
}

.list-duration {
  margin-left: 5px;
}

.youtube-margin {
  padding-top: 23px;
}

.youtube-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 645px;
}

.youtube-player {
  display: block;
  width: 100%; /* assuming that the video has a 16:9 ratio */
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto
}

div.play-button {
  height: 363px;
  width: 645px;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  background: url("../img/fundo-video-xs.png") no-repeat;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
