@charset "UTF-8";
/* Variaveis */
/* 1920, 1420, 1200, 1024, 800, 640, 580, 400, 320 */
/* primary laranja */
/*
$color-primary:    #FF5722;
$color-primary-50: #FBE9E7;
$color-primary-100:#FFCCBC;
$color-primary-200:#FFAB91;
$color-primary-300:#FF8A65;
$color-primary-400:#FF7043;
$color-primary-500:#FF5722;
$color-primary-600:#F4511E;
$color-primary-700:#E64A19;
$color-primary-800:#D84315;
$color-primary-900:#BF360C;
*/
/* accent azul */
/*
$color-accent-100:#80D8FF;
$color-accent-200:#40C4FF;
$color-accent-400:#00B0FF;
$color-accent-700:#0091EA;
*/
/* primary azul */
/* accent laranja */
@import url("https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Roboto");
.text-theme-color-2,
.work-gallery .gallery-bottom-part .title {
  color: #DF0346;
}

.bg-silver-light {
  background-color: #F7F8FA !important;
}

.mt-0 {
  margin-top: 0px;
}

.italic {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-160- {
  margin-top: -160px !important;
}

.mt-100- {
  margin-top: -100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.border-1px {
  border: 1px solid #eeeeee !important;
}

.zin6 {
  z-index: 6;
}

/* Reajustes do Bootstrap - Versão Mini */
@media (max-width: 400px) {
  .col-xxs-12 {
    width: 49%;
  }
}

@media (max-width: 400px) {
  .col-xxs-6 {
    width: 24%;
  }
}

@media (max-width: 400px) {
  .col-xxs-4 {
    width: 12.5%;
  }
}

/* Reajustes do Bootstrap - Versão Gigante */
@media (min-width: 1420px) {
  .col-xlg-2 {
    width: 8.33%;
  }
}

@media (min-width: 1420px) {
  .col-xlg-6 {
    width: 25%;
  }
}

@media (min-width: 1420px) {
  .col-xlg-4 {
    width: 20%;
  }
}

@media (min-width: 1420px) {
  .col-xlg-3 {
    width: 12.5%;
  }
}

@media (min-width: 1420px) {
  .col-xlg-2 {
    width: 8.33%;
  }
}

.fa-19x {
  font-size: 1.9em !important;
}

.fa-18x {
  font-size: 1.8em !important;
}

.fa-17x {
  font-size: 1.7em !important;
}

.fa-16x {
  font-size: 1.6em !important;
}

.fa-15x {
  font-size: 1.5em !important;
}

.fa-14x {
  font-size: 1.4em !important;
}

.fa-13x {
  font-size: 1.3em !important;
}

.fa-12x {
  font-size: 1.2em !important;
}

.fa-11x {
  font-size: 1.1em !important;
}

@media (max-width: 1024px) {
  .col-menu-switch {
    display: none !important;
  }
}

.coramarela {
  color: #ffff00 !important;
}

.corlaranja {
  color: #F2A806 !important;
}

.corvermelha {
  color: #E4342F !important;
}

.corazulclaro {
  color: #9E9E9E !important;
}

.corazulescuro {
  color: #222222 !important;
}

.corrosa {
  color: #E85D91 !important;
}

.corbranca {
  color: #FFFFFF !important;
}

.cor-azulaktoro {
  color: #00385D !important;
}

.cor-vermelhoaktoro {
  color: #DF0346 !important;
}

.fundobranco {
  background-color: #FFFFFF !important;
}

.fundolaranja {
  background-color: #F2A806 !important;
}

.fundoazul {
  background-color: #616161 !important;
}

.strike {
  font-style: oblique;
  text-decoration: line-through;
}

.bold {
  font-weight: bold;
}

.text-black {
  color: #212121 !important;
}

.texto-secundario,
.icon-secondary {
  color: #727272 !important;
}

.text-danger {
  color: #DD2C00 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.btn-accent {
  background-color: #DD2C00;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  text-transform: initial;
}
.btn-accent:hover, .btn-accent:focus {
  background-color: #FF3D00;
}
.btn-accent:active {
  background-color: #DD2C00;
}

.btn-primary {
  background-color: #616161;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  text-transform: initial;
}
.btn-primary:hover {
  background-color: #BDBDBD;
}
.btn-primary:focus {
  background-color: #BDBDBD;
}
.btn-primary:active {
  background-color: #616161;
}
.btn-primary:visited {
  background-color: #616161;
}

.btn-success {
  background-color: #616161;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  text-transform: initial;
}
.btn-success:hover, .btn-success:focus {
  background-color: #BDBDBD;
}
.btn-success:active {
  background-color: #616161;
}

.form-control-feedback {
  font-size: 14px;
  color: #DD2C00 !important;
}
.form-control-feedback.text-success {
  color: #5CB85C !important;
}
.form-control-feedback.text-primary {
  color: #337AB7 !important;
}

.has-error .help-block,
.has-error .input-group .form-control-label,
.has-error .form-control-label,
.has-error .input-group-wes label {
  color: #DD2C00 !important;
  font-size: 14px;
}

.has-success .help-block,
.has-success .input-group .form-control-label,
.has-success .form-control-label,
.has-success .input-group-wes label {
  /*color: $color-primary-500 !important;*/
  font-size: 14px;
}
.has-success .input-group-addon {
  background: none;
  border: none;
}

.switch-toggle [type=radio]:not(:checked) + label, .switch-toggle [type=radio]:checked + label {
  padding-left: 0px;
}

.input-group-wes {
  background: none;
  border: none;
}

a {
  color: #757575;
}
a:hover {
  color: #222222;
}
a:link {
  color: #757575;
}
a:visited {
  color: #757575;
}

.label, .form-control-label {
  color: #212121;
  font-size: 16px;
}

.btn-azul {
  background: #7cacd5;
}

.btn-rosa {
  background: #ff98eb;
}

sup.badge {
  padding: 2px 3px;
  border-radius: 3px;
}

.color-favorite {
  color: #C98910 !important;
}

.card-title {
  font-size: 18px !important;
  line-height: 20px !important;
}

.card-title-bottom:after {
  border-bottom: 3px solid #64B5F6;
}

button.search {
  padding: 0px 10px !important;
}

/* Topo */
html,
body {
  background-color: #FFFFFF !important;
  counter-reset: usersonline;
  font-family: Arial, Verdana, Times, "Times New Roman", serif;
  margin: 0px !important;
  overflow-x: hidden;
  padding-right: 0px !important;
}

html object {
  display: none;
}

#conteudogeral {
  min-height: 100%;
}

.list-inline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-inline li {
  display: inline-block;
  margin-bottom: 0px;
}

#header .header-top {
  padding: 5px 0;
  background-color: #DF0346;
  color: #fff;
}
#header .header-top .row {
  margin-bottom: 0px;
}
#header .header-top a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #header .header-top .list-login-user {
    margin-right: 8px;
    /* right: -30px;
    margin-top: 0px;
    position: absolute;*/
  }
}
@media screen and (max-width: 768px) {
  #header .header-top .header-widget .contact-info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #header .header-top .header-widget .contact-info li {
    display: block;
    text-align: center;
  }
}
#header .header-top .header-widget .list-border li {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px 15px;
}
#header .header-top .header-widget .list-border li:last-child {
  border-right: 0;
}
#header .header-top .header-widget .styled-icons a i {
  color: #00385D;
}
#header .header-top .header-widget .styled-icons a i:hover {
  background: none;
}
#header .header-nav .navbar button:focus {
  background-color: #DF0346;
}
@media screen and (max-width: 767px) {
  #header .header-nav .navbar {
    width: 100%;
    position: absolute;
    right: 0 !important;
  }
  #header .header-nav .navbar .navbar-collapse {
    background-color: #f9f8f8 !important;
    border: 1px solid #ccc;
  }
  #header .header-nav .navbar .navbar-collapse ul {
    float: none !important;
  }
  #header .header-nav .navbar .navbar-collapse ul li {
    float: none !important;
  }
  #header .header-nav .navbar .navbar-collapse ul li a {
    padding: 10px 20px;
    display: block;
  }
}
#header .header-nav nav {
  box-shadow: none;
  background: none;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
}
#header .header-nav nav ul.menu {
  float: right;
}
#header .header-nav nav ul.menu a {
  font-size: 18px;
}
#header .header-nav nav ul.menu a.active {
  font-weight: bold;
  color: #DF0346;
}
#header .header-nav nav ul.menu a:link {
  text-decoration: none;
}
#header .header-nav nav ul li.active {
  background-color: transparent;
}

/* Menu */
.sps {
  background-color: #fff;
  border-bottom: 1px solid #00385D;
  position: relative;
  width: 100%;
  z-index: 200;
}
.sps.sps--blw {
  position: fixed !important;
  top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sps.sps--blw {
    height: 102px !important;
  }
}
.sps.sps--blw #trademark {
  height: 55px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sps.sps--blw #trademark {
    margin-top: 23px;
  }
}
.sps.sps--blw .menu {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .sps.sps--blw .navbar {
    width: 830px !important;
  }
}
@media screen and (max-width: 767px) {
  .sps.sps--blw .navbar .navbar-collapse {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sps.sps--blw .navbar {
    width: 600px !important;
  }
}
.sps.sps--abv {
  position: relative;
}
.sps.sps--abv #trademark {
  /* width:100%; */
}
@media screen and (max-width: 767px) {
  .sps.sps--abv #trademark {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sps.sps--abv .navbar .navbar-collapse {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sps.sps--abv .navbar {
    width: 460px !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sps.sps--abv .navbar {
    width: 690px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .sps.sps--abv .navbar {
    width: 890px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.sps.sps--abv .menu {
  margin-top: 9px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container-tablet {
    max-width: 750px !important;
  }
}

.container-desktop {
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container-desktop {
    max-width: 970px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container-desktop {
    max-width: 1170px !important;
  }
}

@media screen and (max-width: 767px) {
  .container-mobile {
    width: 100% !important;
  }
}

.navbar-inverse.navbar {
  background-color: #424242;
}

.navbar {
  border-radius: 0 !important;
  height: 50px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  max-height: 50px !important;
  min-height: 50px !important;
}
@media screen and (min-width: 1420px) {
  .navbar {
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
  }
}
@media screen and (max-width: 1200px) {
  .navbar {
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
  }
}
.navbar .logo {
  float: left;
  transition-delay: 0;
  transition-duration: 1s;
  transition-property: visibility;
  transition-timing-function: ease;
}
.navbar .logo img {
  width: 0px;
}
.navbar .nav {
  position: relative;
}
.navbar .nav.in {
  background-color: #424242 !important;
  display: block !important;
  height: auto !important;
  margin: 40px 0px 10px 0px !important;
  padding: 5px 20px;
  position: absolute !important;
  width: 94% !important;
  border-left: 2px solid #222222;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  z-index: 2001;
}
.navbar .nav.in li {
  display: block !important;
  float: none !important;
  margin-left: 0px !important;
}
.navbar .nav.in li.hidden-sm-down {
  display: none !important;
}
.navbar .nav.in li a {
  font-size: 16px;
  margin-left: 0px !important;
  padding: 10px 5px;
}
.navbar .nav.in li a i {
  color: #FF9E80;
}
.navbar .nav-item {
  margin-right: 5px;
}
.navbar .nav-item.dropdown .dropdown-menu {
  background-color: #757575;
}
.navbar .nav-item.dropdown .dropdown-menu a {
  color: #FFFFFF;
}
.navbar .nav-item.dropdown .dropdown-menu a:hover {
  background-color: #757575;
  color: #ffff00;
}
.navbar .nav-item.active {
  background-color: #9E9E9E;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 0px 10px !important;
}
.navbar .nav-item.active a.nav-link {
  font-weight: 200;
}
.navbar .nav-item.active a.nav-link i {
  color: #DD2C00;
}
.navbar .nav-item.active a.nav-link:hover {
  color: #ffffff;
  font-weight: 200;
}
.navbar .nav-item.active a.nav-link:hover i {
  color: #DD2C00;
}
.navbar .nav-item .nav-link {
  color: #ffffff !important;
}
.navbar .nav-item .nav-link:hover {
  color: #E6E5E3 !important;
}
.navbar .nav-item .nav-link:hover i {
  color: #FF9E80 !important;
}
@media screen and (min-width: 1420px) {
  .navbar .nav-item .nav-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1419px) {
  .navbar .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    font-size: 13px;
  }
}

/* Busy */
html.busy,
html.busy * {
  cursor: wait !important;
}

input:not([type=submit]),
select,
textarea {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  height: 30px !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

select {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
}

label {
  font-weight: bold !important;
  margin-bottom: 0px !important;
}

/* Animações */
.cssSlideUp.ng-hide-add {
  -moz-transition: height 0s 500ms, opacity 300ms ease-in-out;
  -ms-transition: height 0s 500ms, opacity 300ms ease-in-out;
  -o-transition: height 0s 500ms, opacity 300ms ease-in-out;
  -webkit-transition: height 0s 500ms, opacity 300ms ease-in-out;
  display: block !important;
  transition: height 0s 500ms, opacity 300ms ease-in-out;
}
.cssSlideUp.ng-hide-remove {
  display: block !important;
}

.fabSpeedDialdemoBasicUsage .text-capitalize {
  text-transform: capitalize;
}

.fabSpeedDialdemoBasicUsage .md-fab:hover,
.fabSpeedDialdemoBasicUsage .md-fab.md-focused {
  background-color: #000 !important;
}

.fabSpeedDialdemoBasicUsage p.note {
  font-size: 1.2rem;
}

.fabSpeedDialdemoBasicUsage .lock-size {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  min-width: 300px;
  width: 300px;
}

.material-tooltip {
  z-index: 1000 !important;
}

.progress-estatisticas {
  border: 1px solid #000;
  color: #212121;
  height: 30px;
}
.progress-estatisticas .progress-masculino {
  background-color: #E6E5E3;
  height: 30px;
  padding: 3px 0px 0px 10px;
}
.progress-estatisticas .progress-feminino {
  background-color: #CCCCCC;
  height: 30px;
  padding: 3px 10px 0px 0px;
}

.statspais {
  border-bottom: 1px #CCCCCC dashed;
  border-right: 1px #CCCCCC dashed;
  padding: 5px 0px;
}
.statspais .siglapais {
  font-family: Courier, Arial;
  font-size: 18px;
  font-weight: bold;
}
.statspais .bandeirapais {
  height: 20px;
  width: 30px;
}

.form-wizard.form-wizard-horizontal {
  position: relative;
}

ul.pager.wizard li.disabled a, ul.pager.wizard li.hidden a {
  display: none;
}
ul.pager.wizard li.disabled button, ul.pager.wizard li.hidden button {
  display: none;
}
ul.pager.wizard li > a {
  padding: 0 2rem;
}
ul.pager.wizard li > span {
  padding: 0 2rem;
}

div.fadeMe {
  background-color: #000;
  display: none;
  filter: alpha(opacity=60);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}

.toast {
  word-break: normal !important;
}

div.badge.new {
  background-color: #616161;
  border-radius: 5px;
  color: #ffffff;
  float: right;
  font-size: 12px;
  padding: 0px 4px;
  text-align: center;
  width: 60px !important;
}
div.badge.new:after {
  content: attr(data-info) !important;
}

small.badge.new {
  background-color: #616161;
  border-radius: 5px;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 6px;
  text-align: center;
  width: auto !important;
}

.redactor-editor strong {
  font-weight: bold;
}

.card.medium {
  overflow: hidden;
}
.card.medium .card-image {
  height: 190px;
  max-height: 190px;
  min-height: 190px;
  overflow: visible;
}
.card.medium .card-image img {
  height: 100% !important;
  min-width: 100%;
  width: auto;
}
.card.medium .card-action {
  border: none;
  padding: 5px 2px;
}

.dropify-wrapper input {
  height: 100% !important;
}
.dropify-wrapper p {
  text-align: center !important;
}

[type=checkbox] + label.pos:before, [type=checkbox]:not(.filled-in) + label.pos:after {
  top: 14px !important;
}

/* Footer */
footer {
  padding: 80px 0 0 0;
  background: #232323;
  color: #fff;
  position: relative;
}
footer .container .row .col-sm-3 .widget:last-child {
  margin-bottom: 0;
}
footer .widget {
  margin-bottom: 50px;
}
footer .widget .widget-title h2 {
  font-size: 20px;
  color: #DF0346;
  margin: -25px 0 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}
footer .widget .widget-title img {
  margin-bottom: 15px;
}
footer .widget.about-widget .widget-content p {
  color: #fff;
}
footer .widget.about-widget .widget-content ul {
  margin-top: 25px;
}
footer .widget.about-widget .widget-content ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #39534C;
}
footer .widget.about-widget .widget-content ul li i {
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
  color: #DF0346;
}
footer .widget.footer-social .widget-content ul li {
  display: inline-block;
  margin-right: 25px;
}
footer .widget.footer-social .widget-content ul li:last-child {
  margin-right: 0;
}
footer .widget.footer-social .widget-content ul li a {
  color: #fff;
  font-size: 20px;
}
footer .widget.footer-social .widget-content ul li a:hover {
  color: #DF0346;
}
footer .widget.links .widget-content ul li {
  margin-bottom: 20px;
}
footer .widget.links .widget-content ul li:last-child {
  margin-bottom: 0;
}
footer .widget.links .widget-content ul li a {
  color: #fff;
}
footer .widget.links .widget-content ul li a:hover {
  color: #DF0346;
}
footer .widget.latest-news .widget-content .news-single {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #39534C;
}
footer .widget.latest-news .widget-content .news-single:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0 none;
}
footer .widget.latest-news .widget-content .news-single .news-thumb {
  display: table-cell;
  vertical-align: top;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt h3 {
  margin: -5px 0 5px 0;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt h3 a {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt h3 a:hover {
  color: #DF0346;
}
footer .widget.latest-news .widget-content .news-single .news-excerpt span {
  font-size: 12px;
  color: #ccc;
}
footer .widget.contact-widget .widget-content form {
  position: relative;
}
footer .widget.contact-widget .widget-content form input {
  height: 35px;
  border: 1px solid #39534c;
  display: block;
  width: 100%;
  background: transparent;
  padding: 5px;
  margin-bottom: 15px;
  box-shadow: none;
}
footer .widget.contact-widget .widget-content form textarea {
  border: 1px solid #39534c;
  display: block;
  width: 100%;
  background: transparent;
  padding: 5px;
  margin-bottom: 15px;
  box-shadow: none;
  resize: none;
  height: 100px;
}
footer .widget.contact-widget .widget-content form input, footer .widget.contact-widget .widget-content form textarea {
  transition: 0.3s ease;
}
footer .widget.contact-widget .widget-content form input:focus, footer .widget.contact-widget .widget-content form textarea:focus {
  border-color: #fff;
}
footer .widget.contact-widget .widget-content form button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4.5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #DF0346;
  border: 0 none;
}
footer .widget.subscribe .widget-content p {
  color: #fff;
}
footer .widget.subscribe .widget-content form {
  position: relative;
  margin-top: 20px;
}
footer .widget.subscribe .widget-content form input {
  border: 1px solid #39534c;
  display: block;
  width: 100%;
  background: transparent;
  padding: 5px 70px 5px 5px;
  margin-bottom: 15px;
  box-shadow: none;
  resize: none;
  height: 35px;
  transition: 0.3s ease;
}
footer .widget.subscribe .widget-content form input:focus {
  border-color: #fff;
}
footer .widget.subscribe .widget-content form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #DF0346;
  border: 2px solid #DF0346;
}

.footer-style02 {
  padding-top: 0;
  overflow: hidden;
  position: relative;
}
.footer-style02:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background: #CCCCCC;
}
.footer-style02:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #DF0346;
}
.footer-style02 .row {
  margin-bottom: 3px;
}
.footer-style02 .tel {
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
.footer-style02 .tel:hover {
  color: #DF0346;
  text-decoration: none;
}
.footer-style02 .devlink {
  font-weight: normal;
  text-transform: none;
}
.footer-style02 .devlink:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-style02 .footer-top-subscribe {
  margin-bottom: 10px;
  background: none;
  padding: 2px 0;
}
.footer-style02 .footer-top-subscribe .imgmini img {
  max-height: 70px;
}
.footer-style02 .footer-top-subscribe form .form-group {
  margin-bottom: 0;
}
.footer-style02 .footer-top-subscribe form .form-group input {
  height: 50px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: transparent;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  padding: 0 30px;
  width: 100%;
}
.footer-style02 .footer-top-subscribe form .form-group button {
  background: transparent;
  border: 2px solid #fff;
  height: 50px;
  font-weight: 300;
  font-size: 20px;
  display: block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
}
.footer-style02 .footer-top-subscribe form .form-group button:hover {
  color: #DF0346;
  background: #fff;
}
.footer-style02 .special-widget {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.footer-style02 .special-widget:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4000px;
  background: #191919;
  z-index: -1;
}
.footer-style02 .widget.mapa {
  padding-top: 30px;
}
.footer-style02 .widget.opening-hour ul li {
  padding-bottom: 10px;
}
.footer-style02 .widget.opening-hour ul li:last-child {
  padding-bottom: 0;
}
.footer-style02 .widget.opening-hour ul li span:last-child {
  float: right;
}

@media only screen and (max-width: 767px) {
  .footer-style02 .special-widget::before {
    height: 100%;
  }

  .footer-style02 .special-widget {
    padding-bottom: 50px;
  }

  .footer-style02 .footer-top-subscribe form .form-group button {
    margin-top: 15px;
  }
}
.bg-video {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.bg-video .video {
  height: 100%;
  left: 0;
  margin: 0 !important;
  position: relative;
  top: 0;
  width: 100%;
}
.bg-video .video .mbYTP_wrapper {
  z-index: -1 !important;
}

/* -------- Box Table ---------- */
.display-table-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}

@media only screen and (min-width: 992px) {
  .maxwidth500 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}

.letter-space-1 {
  letter-spacing: 1px;
}

.img-fullwidth {
  width: 100% !important;
}

.btn-theme-colored {
  color: #fff;
  background-color: #002e5b;
  border-color: #002e5b;
}

.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #001428;
  border-color: #000000;
}

.btn-theme-colored:hover {
  color: #fff;
  background-color: #001428;
  border-color: #000f1e;
}

.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #001428;
  border-color: #000f1e;
}

.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #000204;
  border-color: #000000;
}

.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}

.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #002e5b;
  border-color: #002e5b;
}

.btn-theme-colored .badge {
  color: #002e5b;
  background-color: #fff;
}

.divider {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
}
.divider .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.divider .container.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider .container.extra-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}

.parallax {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}

.mobile-parallax {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}

.layer-overlay {
  position: relative;
}
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.layer-overlay.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-deep::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark::before {
  background-color: rgba(17, 17, 17, 0.85);
}
.layer-overlay.overlay-dark-1::before {
  background-color: rgba(17, 17, 17, 0.1);
}
.layer-overlay.overlay-dark-2::before {
  background-color: rgba(17, 17, 17, 0.2);
}
.layer-overlay.overlay-dark-3::before {
  background-color: rgba(17, 17, 17, 0.3);
}
.layer-overlay.overlay-dark-4::before {
  background-color: rgba(17, 17, 17, 0.4);
}
.layer-overlay.overlay-dark-5::before {
  background-color: rgba(17, 17, 17, 0.5);
}
.layer-overlay.overlay-dark-6::before {
  background-color: rgba(17, 17, 17, 0.6);
}
.layer-overlay.overlay-dark-7::before {
  background-color: rgba(17, 17, 17, 0.7);
}
.layer-overlay.overlay-dark-8::before {
  background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay.overlay-dark-9::before {
  background-color: rgba(17, 17, 17, 0.9);
}
.layer-overlay.overlay-white::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-1::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.layer-overlay.overlay-white-2::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.layer-overlay.overlay-white-3::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-white-4::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-5::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.layer-overlay.overlay-white-6::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.layer-overlay.overlay-white-7::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-white-8::before {
  background-color: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-white-9::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.layer-pattern::before {
  background-image: url(../images/pattern1.png);
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-overlay.layer-pattern2::before {
  background-image: url(../images/pattern2.png);
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.layer-pattern3::before {
  background-image: url(../images/pattern3.png);
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.maximage-layer-overlay::before {
  z-index: 1;
}
.layer-overlay.overlay-blue::before {
  background-color: rgba(1, 162, 208, 0.9);
}
.layer-overlay.overlay-blue-light::before {
  background-color: rgba(1, 162, 208, 0.45);
}
.layer-overlay.overlay-pink::before {
  background-color: rgba(235, 110, 142, 0.9);
}
.layer-overlay.overlay-pink-light::before {
  background-color: rgba(235, 110, 142, 0.45);
}
.layer-overlay.overlay-brown::before {
  background-color: rgba(60, 171, 111, 0.9);
}
.layer-overlay.overlay-brown-light::before {
  background-color: rgba(60, 171, 111, 0.45);
}
.layer-overlay.overlay-yellow::before {
  background-color: rgba(255, 187, 34, 0.9);
}
.layer-overlay.overlay-yellow-light::before {
  background-color: rgba(255, 187, 34, 0.45);
}
.layer-overlay.overlay-green::before {
  background-color: rgba(16, 196, 92, 0.9);
}
.layer-overlay.overlay-green-light::before {
  background-color: rgba(16, 196, 92, 0.45);
}
.layer-overlay.overlay-theme-color-1::before {
  background-color: rgba(173, 216, 230, 0.9);
}
.layer-overlay.overlay-theme-color-2::before {
  background-color: rgba(230, 173, 188, 0.9);
}
.layer-overlay.overlay-theme-color-3::before {
  background-color: rgba(230, 216, 173, 0.9);
}

.half-divider .overlay-theme-color-1,
.half-divider .overlay-theme-color-2,
.half-divider .overlay-theme-color-3 {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.playerBox {
  /* margin-top: -20px !important; */
}

.section-content p {
  font-size: 16px;
}

/* prettyPhoto */
p.pp_description {
  font-size: 16px !important;
  text-align: center;
}

/* Blog */
.blog {
  padding: 20px 0 0 0;
}
.blog .blog-posts .single-news p {
  font-size: 18px;
}
.blog .blog-posts .single-news h5 {
  font-size: 16px;
  font-weight: bold;
}
.blog .blog-posts .single-news figure {
  margin: 0 !important;
  padding: 0 !important;
}
.blog .blog-posts .single-blog {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}
.blog .blog-posts .single-blog:hover figure .blog-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog .blog-posts .single-blog:hover .blog-excerpt h5 a {
  color: #DF0346;
}
.blog .blog-posts .single-blog:hover .blog-excerpt a {
  color: #DF0346;
}
.blog .blog-posts .single-blog .blog-excerpt {
  overflow: hidden;
  padding: 20px 15px;
  position: relative;
}
.blog .blog-posts .single-blog .blog-excerpt h5 {
  margin: 0 0 20px 0;
  font-size: 21px;
}
.blog .blog-posts .single-blog .blog-excerpt h5 a {
  color: #00385D;
  transition: 0.3s ease;
}
.blog .blog-posts .single-blog .blog-excerpt p {
  font-size: 16px;
}
.blog .blog-posts .single-blog .blog-excerpt p + a {
  color: #00385D;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
.blog .blog-posts .single-blog .blog-excerpt p + a i {
  display: inline-block;
  padding-left: 5px;
}
.blog .blog-posts .single-blog figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.blog .blog-posts .single-blog figure .blog-thumb {
  padding: 5px;
}
.blog .blog-posts .single-blog figure .blog-thumb img {
  transition: 0.5s ease;
  width: 100%;
}
.blog .blog-posts .single-blog figure figcaption {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog .blog-posts .single-blog figure figcaption p.post-date {
  background: #DF0346;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  padding-top: 4px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 25px;
  width: 60px;
}
.blog .blog-posts .single-blog figure figcaption a {
  background: #00385D;
  bottom: -5px;
  color: #fff;
  font-size: 17px;
  left: 0;
  padding: 5px 10px 10px;
  position: absolute;
}

/* Events */
.events {
  padding: 10px 0 0 0;
}
.events.events-default02 {
  padding-bottom: 0px;
}
.events .events-block .event-single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  transition: 0.3s ease;
}
.events .events-block .event-single:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
}
.events .events-block .event-single:hover .event-details a, .events .events-block .event-single:hover .event-details h3 {
  color: #00385D;
}
.events .events-block .event-single .event-details {
  display: table-cell;
  padding: 8px;
  vertical-align: top;
  width: 65%;
}
.events .events-block .event-single .event-details a {
  color: #323232;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
.events .events-block .event-single .event-details p {
  font-size: 16px;
}
.events .events-block .event-single .event-details h3 {
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.events .events-block .event-single .event-details ul {
  margin-bottom: 20px;
}
.events .events-block .event-single .event-details ul li {
  display: inline-block;
  margin-right: 10px;
}
.events .events-block .event-single .event-details ul li:last-child {
  margin-right: 0;
}
.events .events-block .event-single .event-details ul li i {
  color: #DF0346;
  display: inline-block;
  padding-right: 5px;
}
.events .events-block .event-single .event-details .atbottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.events .events-block .event-single .event-image {
  display: table-cell;
  vertical-align: top;
  width: 34%;
}
.events .events-block .event-single .event-image img {
  min-height: 230px;
}
@media only screen and (max-width: 768px) {
  .events .events-block .event-single .event-image img {
    display: inline;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .events .events-block .event-single .event-image {
    display: block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
}

.pagetitle {
  overflow: hidden;
}
.pagetitle .row {
  margin: 0px 0 !important;
}
.pagetitle h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagetitle h2 {
    font-size: 2.4em;
  }
}
.pagetitle h2 strong {
  line-height: 1em !important;
}
.pagetitle .subtitle {
  margin: 0 0 2em 0;
}
.pagetitle .amp {
  margin: 0 0 0.25em 0;
}
.pagetitle .amp span {
  font-size: 0.7em;
}
.pagetitle .fancy {
  line-height: 0.5;
  text-align: center;
}
.pagetitle .fancy span {
  display: inline-block;
  position: relative;
}
.pagetitle .fancy span:before, .pagetitle .fancy span:after {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  content: "";
  height: 5px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.pagetitle .fancy span:before {
  margin-right: 20px;
  right: 100%;
}
.pagetitle .fancy span:after {
  left: 100%;
  margin-left: 20px;
}

.about {
  background-color: #EBEAEA;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
.about .about-content p {
  font-size: 16px;
}

/* capa */
.workshops {
  padding: 20px 0 0px 0;
  background: #F3F3F3;
}
@media only screen and (min-width: 992px) {
  .workshops .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 992px) {
  .workshops .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
.workshops .course-single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  transition: 0.3s ease;
  margin-bottom: 20px;
}
.workshops .course-single:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.workshops .course-single:hover .course-content h3 a {
  color: #80CD36;
}
.workshops .course-single:hover .course-content ul li img {
  border: 2px solid #80CD36;
}
.workshops .course-single figure {
  position: relative;
  margin: 0;
}
.workshops .course-single figure img {
  width: 100%;
}
.workshops .course-single figure figcaption {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.workshops .course-single figure figcaption div {
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.workshops .course-single figure figcaption div a {
  background: #DF0346;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.workshops .course-single .course-content {
  background: #ffff;
  padding: 20px 15px;
}
.workshops .course-single .course-content h5 {
  font-size: 21px;
  line-height: 23px;
  margin: 0 0 20px 0;
}
.workshops .course-single .course-content h5 a {
  color: #323232;
}
.workshops .course-single .course-content ul {
  margin-bottom: 20px;
}
.workshops .course-single .course-content ul li {
  display: table-cell;
  vertical-align: top;
}
.workshops .course-single .course-content ul li img {
  border: 2px solid transparent;
  display: inline;
  transition: 0.3s ease;
}
.workshops .course-single .course-content ul li:last-child {
  padding-left: 15px;
  padding-top: 5px;
}
.workshops .course-single .course-content ul li:last-child span {
  color: #acacac;
  display: block;
  font-size: 12px;
}
.workshops .course-single .course-content ul li:last-child span:last-child {
  color: #727272;
  font-size: 15px;
}
.workshops .course-single .course-content-bottom {
  background: #fff;
  padding: 20px 15px;
  position: relative;
}
.workshops .course-single .course-content-bottom:after {
  background: rgba(0, 0, 0, 0.07);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.workshops .course-single .course-content-bottom ul {
  margin-bottom: 0;
  text-align: right;
}
.workshops .course-single .course-content-bottom ul li {
  color: #212121;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.workshops .course-single .course-content-bottom ul li:first-child {
  color: #00385D;
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.workshops .course-single .course-content-bottom ul li:first-child span {
  color: #DF0346;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding-left: 5px;
  text-decoration: line-through;
}
.workshops .course-single .course-content-bottom ul li:nth-child(2) {
  padding-right: 15px;
}

/* about */
.teachers {
  margin-top: 50px;
}
.teachers .team-members {
  margin-bottom: 20px;
}
.teachers .team-members .team-thumb {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}
.teachers .team-members .team-thumb img {
  border-bottom: 4px solid #000000;
  border-radius: 1em 1em 0 0;
  max-height: 285px !important;
  max-width: 90% !important;
  text-align: center;
}
.teachers .team-members .team-details {
  background-color: #E6E5E3;
  border-top: 15px solid #4D4A4A;
  margin-top: -9px;
  padding: 10px 0 15px 0;
}

/* about */
.testimonials .testimonials-item .testimonials-content {
  background: transparent;
  border-bottom: 2px solid #E6E5E3;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 5px 20px 5px 20px;
  position: relative;
}
.testimonials .testimonials-item .testimonials-content:after, .testimonials .testimonials-item .testimonials-content .testimonials .testimonials-content:before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 3%;
  top: 100%;
  width: 0;
}
.testimonials .testimonials-item .testimonials-content:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #CCCCCC;
  border-width: 12px;
  margin-left: -31px;
}
.testimonials .testimonials-item .testimonials-content:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ddd;
  border-width: 12px;
  margin-left: -31px;
}
.testimonials .testimonials-item .testimonials-content blockquote {
  border: none;
  color: #a96464;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  padding: 0px 35px;
}
.testimonials .testimonials-item .testimonials-content blockquote p:before {
  color: #00385D;
  content: "“";
  font-family: "Georgia";
  font-size: 50px;
  font-weight: bold;
  left: 15px;
  position: absolute;
  top: 30px;
}
.testimonials .testimonials-item .testimonials-content blockquote p:after {
  bottom: 10px;
  color: #00385D;
  content: "”";
  font-family: "Georgia";
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: 23px;
}
.testimonials .testimonials-item h5 {
  font-size: 20px;
  line-height: 20px;
  text-align: right;
}
.testimonials .testimonials-item h5 a {
  color: #888;
}
.testimonials .testimonials-item h5 a img {
  border-radius: 10px;
  display: inline;
  margin-left: 15px;
  width: 60px;
}

.bg-deep {
  background-color: #f1f1f1 !important;
}

.contato .icon-box {
  border-right: 2px solid #ccc;
}
.contato .icon-box i {
  position: relative;
  top: 12px;
}
.contato .icon-box i:first-child {
  top: 20px !important;
}

/* Equipe */
.equipe .equipe-block {
  margin-bottom: 5px;
  min-height: 290px;
}
.equipe .equipe-block .row:last-child .equipe-single {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .equipe .equipe-block .row:last-child .equipe-single {
    margin-bottom: 50px;
  }
}
.equipe .equipe-block .equipe-single {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 15px;
  transition: 0.3s ease;
}
.equipe .equipe-block .equipe-single:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
}
.equipe .equipe-block .equipe-single:hover .equipe-details:before {
  width: 100%;
}
.equipe .equipe-block .equipe-single .equipe-image {
  display: table-cell;
  vertical-align: top;
  width: 35%;
}
.equipe .equipe-block .equipe-single .equipe-image img {
  max-height: 285px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .equipe .equipe-block .equipe-single .equipe-image {
    display: block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .equipe .equipe-block .equipe-single .equipe-image img {
    display: inline;
    min-height: auto;
    max-height: 285px;
  }
}
@media only screen and (max-width: 768px) {
  .equipe .equipe-block .equipe-single .equipe-image {
    display: block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .equipe .equipe-block .equipe-single .equipe-image img {
    display: inline;
    min-height: auto;
    max-height: 285px;
  }
}
.equipe .equipe-block .equipe-single .equipe-details {
  display: table-cell;
  padding: 20px 10px 10px 10px;
  position: relative;
  vertical-align: top;
  width: 65%;
}
.equipe .equipe-block .equipe-single .equipe-details:before {
  background: #DF0346;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.5s ease;
  width: 0;
}
.equipe .equipe-block .equipe-single .equipe-details h3 {
  color: #00385D;
  font-size: 22px !important;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.equipe .equipe-block .equipe-single .equipe-details h4 {
  color: #DF0346;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  min-height: 65px;
}
.equipe .equipe-block .equipe-single .equipe-details p {
  color: #a96464;
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
}
.equipe .equipe-block .equipe-single .equipe-details ul {
  background-color: #fff;
  bottom: 5px;
  height: 35px;
  overflow: hidden;
  padding-top: 5px;
  position: absolute;
  width: 100%;
}

/* cursos */
.course-list .course-container .course-single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin-bottom: 25px;
  transition: 0.3s ease;
}
.course-list .course-container .course-single:hover .course-details h3 {
  color: #DF0346;
}
.course-list .course-container .course-single:hover .course-details .course-details-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.course-list .course-container .course-single figure {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .course-list .course-container .course-single figure {
    text-align: center;
  }
  .course-list .course-container .course-single figure img {
    display: inline;
  }
}
.course-list .course-container .course-single figure figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.course-list .course-container .course-single .course-details {
  padding: 40px 20px 5px 20px;
  position: relative;
}
.course-list .course-container .course-single .course-details p.price-tag {
  background: #00385D;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  left: 10%;
  padding: 10px 0px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -23px;
  width: 80%;
}
.course-list .course-container .course-single .course-details p.price-tag:before {
  border-bottom: 22px solid transparent;
  border-right: 20px solid #00385D;
  border-top: 22px solid transparent;
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 0;
  width: 0;
}
.course-list .course-container .course-single .course-details p.price-tag:after {
  border-bottom: 22px solid transparent;
  border-left: 20px solid #00385D;
  border-top: 22px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.course-list .course-container .course-single .course-details h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin: 0 0 20px 0;
  text-align: center;
  transition: 0.3s ease;
}
.course-list .course-container .course-single .course-details ul.teacher-info {
  margin-bottom: 20px;
}
.course-list .course-container .course-single .course-details ul.teacher-info li {
  color: #00385D;
  display: table-cell;
  font-size: 15px;
  font-weight: 400;
  margin-right: 10px;
  vertical-align: middle;
}
.course-list .course-container .course-single .course-details ul.teacher-info li:last-child {
  margin-right: 0;
  padding-left: 20px;
}
.course-list .course-container .course-single .course-details ul.teacher-info li img {
  border: 2px solid #00385D;
}
.course-list .course-container .course-single .course-details .course-excerpt {
  border-top: 1px solid #968f7e;
  padding-bottom: 1px;
}
.course-list .course-container .course-single .course-details .course-excerpt span {
  color: #DF0346;
  display: block;
  font-size: 13px;
  padding-bottom: 5px;
}
.course-list .course-container .course-single .course-details .course-excerpt span:last-child {
  padding-bottom: 0;
}
.course-list .course-container .course-single .course-details .course-excerpt .col-sm-4:before {
  background: rgba(0, 0, 0, 0.07);
  content: "";
  height: 35px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 1px;
}
.course-list .course-container .course-single .course-details .course-excerpt .col-sm-4:last-child:before {
  content: none;
}
.course-list .course-container .course-single .course-details .course-excerpt-bottom ul {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.course-list .course-container .course-single .course-details .course-excerpt-bottom ul li {
  color: #727272;
  display: inline-block;
  font-size: 18px;
  margin-right: 25px;
}
.course-list .course-container .course-single .course-details .course-excerpt-bottom ul li:last-child {
  color: #FFEF3B;
  float: right;
  margin-right: 0;
}
.course-list .course-container .course-single .course-details .course-details-btn {
  bottom: -100px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.course-list .course-container .course-single .course-details .course-details-btn a {
  background: #DF0346;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  height: 45px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

/* producoes */
.producoes {
  padding: 20px 0 0px 0;
  background: #F3F3F3;
}
.producoes .producoes-single {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.13);
  height: 700px !important;
  margin-bottom: 20px;
  transition: 0.3s ease;
}
.producoes .producoes-single:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.producoes .producoes-single:hover .producoes-content h3 a {
  color: #DF0346;
}
.producoes .producoes-single:hover .producoes-content ul li img {
  border: 2px solid #DF0346;
}
.producoes .producoes-single figure {
  margin: 0;
  max-height: 400px;
  max-width: 300px;
  position: relative;
}
.producoes .producoes-single figure img {
  width: 100%;
}
.producoes .producoes-single figure figcaption {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.producoes .producoes-single figure figcaption div {
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.producoes .producoes-single figure figcaption div a {
  background: #DF0346;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.producoes .producoes-single .producoes-content {
  background: #ffff;
  padding: 20px 15px;
}
.producoes .producoes-single .producoes-content h5 {
  font-size: 21px;
  line-height: 23px;
  margin: 0 0 20px 0;
}
.producoes .producoes-single .producoes-content h5 a {
  color: #323232;
}
.producoes .producoes-single .producoes-content ul {
  margin-bottom: 20px;
}
.producoes .producoes-single .producoes-content ul li {
  display: table-cell;
  font-size: 16px;
  vertical-align: top;
}
.producoes .producoes-single .producoes-content ul li img {
  border: 2px solid transparent;
  display: inline;
  transition: 0.3s ease;
}
.producoes .producoes-single .producoes-content ul li:last-child {
  padding-left: 15px;
  padding-top: 5px;
}
.producoes .producoes-single .producoes-content ul li:last-child span {
  color: #acacac;
  display: block;
}
.producoes .producoes-single .producoes-content ul li:last-child span:last-child {
  color: #727272;
}
.producoes .producoes-single .producoes-content-bottom {
  background: #fff;
  padding: 20px 15px;
  position: relative;
}
.producoes .producoes-single .producoes-content-bottom:after {
  background: rgba(0, 0, 0, 0.07);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.producoes .producoes-single .producoes-content-bottom ul {
  margin-bottom: 0;
  text-align: right;
}
.producoes .producoes-single .producoes-content-bottom ul li {
  color: #212121;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.producoes .producoes-single .producoes-content-bottom ul li:first-child {
  color: #00385D;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.producoes .producoes-single .producoes-content-bottom ul li:first-child span {
  color: #DF0346;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding-left: 5px;
  text-decoration: line-through;
}
.producoes .producoes-single .producoes-content-bottom ul li:nth-child(2) {
  padding-right: 5px;
}

.casting .row .item {
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  .casting .row .item {
    height: 350px;
  }
}
@media only screen and (min-width: 390px) {
  .casting .row .item {
    height: 360px;
  }
}
@media only screen and (min-width: 410px) {
  .casting .row .item {
    height: 390px;
  }
}
@media only screen and (min-width: 455px) {
  .casting .row .item {
    height: 410px;
  }
}
@media only screen and (min-width: 490px) {
  .casting .row .item {
    height: 430px;
  }
}
@media only screen and (min-width: 520px) {
  .casting .row .item {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .casting .row .item {
    height: 450px;
  }
}
@media only screen and (min-width: 830px) {
  .casting .row .item {
    height: 470px;
  }
}
@media only screen and (min-width: 950px) {
  .casting .row .item {
    height: 470px;
  }
}
.casting .row .item figure {
  margin: 0;
  max-height: 295px;
  max-width: 220px;
  position: relative;
  overflow: hidden;
}
.casting .row .item figure img {
  max-height: 295px;
  max-width: 220px;
  width: 100%;
}
.casting .row .item .details {
  padding: 5px 10px;
}
.casting .row .item .details h5 {
  font-size: 20px;
}
.casting .row .item ul {
  background-color: #E6E5E3 !important;
  bottom: 5px;
  overflow: hidden;
  padding: 5px 5px;
  text-align: center;
  width: 100%;
}
.casting .row .item ul.list-inline li {
  padding-left: 0px !important;
  padding-right: 7px !important;
}
@media only screen and (min-width: 1200px) {
  .casting .row .item ul li {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.casting .row .item ul li a {
  color: #00385D;
}
.casting .row .item ul li a.highlighted {
  color: #DF0346;
}

.busca {
  background-color: #E6E5E3;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0px 0px 0px;
  margin-bottom: 20px;
}
.busca .search .row {
  margin-bottom: 0px;
}
.busca .search .row .serchtile {
  font-weight: bold;
}
.busca .search .row input {
  background-color: #FFFFFF;
  padding-left: 5px;
}
@media only screen and (min-width: 1420px) {
  .busca .search .row .idade {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .busca .search .row .botao {
    margin-left: 0 !important;
    padding: 0 !important;
  }
}

.login {
  height: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0;
  padding-top: 30px;
  position: relative;
}
.login .container {
  margin: 25px auto;
  position: relative;
  width: 900px;
}
.login .container #content {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#f9f9f9",GradientType=0 );
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -ms-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border: 1px solid #c4c6ca;
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 400px;
  z-index: 3;
}
.login .container #content:after {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#f9f9f9",GradientType=0 );
  border: 1px solid #c4c6ca;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  width: 100%;
}
.login .container #content:before {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  background: linear-gradient(top, #f8f8f8 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#f9f9f9",GradientType=0 );
  border: 1px solid #c4c6ca;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  width: 100%;
}
.login .container #content:after {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  top: 0;
  z-index: 2;
}
.login .container #content:before {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  top: 0;
  z-index: 1;
}
.login .container #content form {
  margin: 0 20px;
  position: relative;
  z-index: 4;
}
.login .container #content form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.login .container #content form div a {
  color: #004a80;
  float: right;
  font-size: 12px;
  margin: 30px 15px 0 0;
  text-decoration: none;
}
.login .container #content form #username {
  background-position: 10px 10px !important;
}
.login .container #content form #password {
  background-position: 10px -53px !important;
}
.login .container #content form input[type=submit] {
  background: #fee79a;
  background: -moz-linear-gradient(top, #fee79a 0%, #fec151 100%);
  background: -webkit-linear-gradient(top, #fee79a 0%, #fec151 100%);
  background: -o-linear-gradient(top, #fee79a 0%, #fec151 100%);
  background: -ms-linear-gradient(top, #fee79a 0%, #fec151 100%);
  background: linear-gradient(top, #fee79a 0%, #fec151 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fee79a", endColorstr="#fec151",GradientType=0 );
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border: 1px solid #D69E31;
  color: #85592e;
  cursor: pointer;
  float: left;
  font: bold 15px Helvetica, Arial, sans-serif;
  height: 35px;
  margin: 20px 0 35px 15px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 120px;
}
.login .container #content form input[type=submit]:hover {
  background: #fec151;
  background: -moz-linear-gradient(top, #fec151 0%, #fee79a 100%);
  background: -webkit-linear-gradient(top, #fec151 0%, #fee79a 100%);
  background: -o-linear-gradient(top, #fec151 0%, #fee79a 100%);
  background: -ms-linear-gradient(top, #fec151 0%, #fee79a 100%);
  background: linear-gradient(top, #fec151 0%, #fee79a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fec151", endColorstr="#fee79a",GradientType=0 );
}
.login .container #content form input[type=text] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #E6E5E3 no-repeat;
  border: 1px solid #c8c8c8;
  color: #000000 !important;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  padding: 15px 10px 15px 40px;
  width: 80%;
}
.login .container #content form input[type=text]:focus {
  -webkit-box-shadow: 0 0 2px #ed1c24 inset;
  -moz-box-shadow: 0 0 2px #ed1c24 inset;
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #ed1c24 inset;
  background-color: #fff;
  border: 1px solid #ed1c24;
  outline: none;
}
.login .container #content form input[type=text]::-webkit-input-placeholder {
  color: #000000;
}
.login .container #content form input[type=text]::-moz-placeholder {
  color: #000000;
}
.login .container #content form input[type=text]:-ms-input-placeholder {
  color: #000000;
}
.login .container #content form input[type=text]:-moz-placeholder {
  color: #000000;
}
.login .container #content form input[type=password] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #E6E5E3 no-repeat;
  border: 1px solid #c8c8c8;
  color: #000000;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  padding: 15px 10px 15px 40px;
  width: 80%;
}
.login .container #content form input[type=password]:focus {
  -webkit-box-shadow: 0 0 2px #ed1c24 inset;
  -moz-box-shadow: 0 0 2px #ed1c24 inset;
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #ed1c24 inset;
  background-color: #fff;
  border: 1px solid #ed1c24;
  outline: none;
}
.login .container #content form input[type=password]::-webkit-input-placeholder {
  color: #000000;
}
.login .container #content form input[type=password]::-moz-placeholder {
  color: #000000;
}
.login .container #content form input[type=password]:-ms-input-placeholder {
  color: #000000;
}
.login .container #content form input[type=password]:-moz-placeholder {
  color: #000000;
}
.login .container #content h1 {
  color: #7E7E7E;
  font: bold 25px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin: 10px 0 30px;
}
.login .container #content h1:before, .login .container #content h1:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 27%;
}
.login .container #content h1:after {
  background: #7e7e7e;
  background: -moz-linear-gradient(left, #7e7e7e 0%, white 100%);
  background: -webkit-linear-gradient(left, #7e7e7e 0%, white 100%);
  background: -o-linear-gradient(left, #7e7e7e 0%, white 100%);
  background: -ms-linear-gradient(left, #7e7e7e 0%, white 100%);
  background: linear-gradient(left, #7e7e7e 0%, white 100%);
  right: 0;
}
.login .container #content h1:before {
  background: #7e7e7e;
  background: -moz-linear-gradient(right, #7e7e7e 0%, white 100%);
  background: -webkit-linear-gradient(right, #7e7e7e 0%, white 100%);
  background: -o-linear-gradient(right, #7e7e7e 0%, white 100%);
  background: -ms-linear-gradient(right, #7e7e7e 0%, white 100%);
  background: linear-gradient(right, #7e7e7e 0%, white 100%);
  left: 0;
}

.single-course-wrapper {
  padding: 10px 0;
}
.single-course-wrapper .single-course-content h3.course-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.single-course-wrapper .single-course-content .course-meta {
  margin-top: 35px;
  margin-bottom: 45px;
}
.single-course-wrapper .single-course-content .course-meta .course-duration {
  margin-bottom: 25px;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .course-icon {
  display: table-cell;
  vertical-align: top;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details .horario {
  font-size: 14px !important;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details .data {
  margin-top: 5px;
  font-size: 14px !important;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details span {
  display: block;
  font-size: 15px;
}
.single-course-wrapper .single-course-content .course-meta .course-duration .duration-details span:last-child {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-top: 5px;
}
.single-course-wrapper .single-course-content .course-meta .course-reviews span {
  font-size: 15px;
  display: block;
}
.single-course-wrapper .single-course-content .course-meta .course-reviews ul li {
  display: inline-block;
  color: #FFEF3B;
}
.single-course-wrapper .single-course-content .course-meta .course-reviews ul li:last-child {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: inherit;
  margin-top: 5px;
  text-transform: uppercase;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span {
  display: block;
  font-size: 15px;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span:last-child {
  margin-top: 5px;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span:last-child a {
  font-size: 18px;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
}
.single-course-wrapper .single-course-content .course-meta .course-cat span:last-child a:hover {
  color: #80CD36;
}
.single-course-wrapper .single-course-content .course-gallery {
  margin-bottom: 60px;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 {
  margin-bottom: 30px;
  position: relative;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-prev, .single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-next {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.3s ease;
  color: #fff;
  font-size: 22px;
  padding-top: 6px;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-prev:hover {
  border-color: #80CD36;
  color: #80CD36;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-next {
  float: right;
}
.single-course-wrapper .single-course-content .course-gallery #sync1 .owl-nav .owl-next:hover {
  border-color: #80CD36;
  color: #80CD36;
}
.single-course-wrapper .single-course-content .course-gallery #sync2 .item img:hover {
  cursor: pointer;
}
.single-course-wrapper .single-course-content .course-info-tabs ul.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.single-course-wrapper .single-course-content .course-info-tabs ul.nav-tabs li a {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: inherit;
  border-radius: 0;
  padding: 15px 25px;
}
.single-course-wrapper .single-course-content .course-info-tabs ul.nav-tabs li.active a {
  background: #00385D;
  color: #fff;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 50px 0 15px 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul {
  margin-top: 25px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul li {
  position: relative;
  color: #727272;
  font-size: 15px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul li:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  color: #80CD36;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul li:last-child {
  padding-bottom: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ul.list-two li {
  width: 50%;
  float: left;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol {
  padding-left: 15px;
  list-style-type: none;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol li {
  padding-bottom: 5px;
  color: #727272;
  font-size: 15px;
  counter-increment: count-me;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol li:last-child {
  padding-bottom: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane ol li:before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.2em;
  top: 0.05em;
  color: #80CD36;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure {
  margin-top: 50px;
  position: relative;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption {
  text-align: center;
  background: #fafafa;
  padding: 15px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption h4 {
  margin: 0 0 5px 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #323232;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul {
  margin: 15px 0 0 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li {
  display: inline-block;
  padding-left: 10px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li:before {
  content: none;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li:first-child {
  padding-left: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #d0d0d0;
  display: block;
  height: 29px;
  padding-top: 3px;
  width: 29px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane figure figcaption ul li a:hover {
  color: #80CD36;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews {
  margin-top: 50px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review {
  margin-bottom: 60px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review:last-child {
  margin-bottom: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-image {
  display: table-cell;
  vertical-align: top;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content ul {
  margin-top: 0;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content ul li {
  display: inline-block;
  padding-left: 0;
  color: #ffef3b;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content ul li:before {
  content: none;
}
.single-course-wrapper .single-course-content .course-info-tabs .tab-content .tab-pane .reviews .single-review .author-rating-content span.rating-subject {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-tags, .single-course-wrapper .single-course-content .course-bottom-content .course-share {
  margin: 30px 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-tags h4, .single-course-wrapper .single-course-content .course-bottom-content .course-tags ul {
  display: inline-block;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share h4, .single-course-wrapper .single-course-content .course-bottom-content .course-share ul {
  display: inline-block;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-tags h4, .single-course-wrapper .single-course-content .course-bottom-content .course-share h4 {
  margin-right: 15px;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-tags ul li, .single-course-wrapper .single-course-content .course-bottom-content .course-share ul li {
  display: inline-block;
  margin-right: 10px;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-tags ul li:last-child, .single-course-wrapper .single-course-content .course-bottom-content .course-share ul li:last-child {
  margin-right: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-tags ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #aeaeae;
  color: #727272;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share {
  margin: 0 0 30px 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #aeaeae;
  color: #727272;
  padding: 4px 0 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 0 none;
  text-align: center;
}
.single-course-wrapper .single-course-content .course-bottom-content .course-share ul li a:hover {
  background: #80CD36;
  color: #fff;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course {
  margin-top: 50px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single {
  border: 1px solid #f4f4f4;
  overflow: hidden;
  transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure {
  position: relative;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.course-single .course-info h3 {
  line-height: 25px;
}

.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li {
  display: inline-block;
  margin-right: 25px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li:last-child {
  margin-right: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li a {
  font-size: 45px;
  color: #fff;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single figure figcaption ul li a:hover {
  color: #80CD36;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details {
  padding: 10px 20px 15px 20px;
  position: relative;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details p.price-tag {
  background: #80CD36;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  left: 15%;
  padding: 10px 25px;
  position: absolute;
  text-align: center;
  top: -23px;
  width: 70%;
  text-transform: uppercase;
  font-weight: 500;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details p.price-tag:before {
  border-bottom: 22px solid transparent;
  border-right: 20px solid #80CD36;
  border-top: 22px solid transparent;
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 0;
  width: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details p.price-tag:after {
  border-bottom: 22px solid transparent;
  border-left: 20px solid #80CD36;
  border-top: 22px solid transparent;
  content: "";
  height: 0;
  right: -20px;
  position: absolute;
  top: 0;
  width: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details h3 {
  margin: 0 0 20px 0;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info {
  margin-bottom: 20px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info li {
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 15px;
  color: #727272;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info li:last-child {
  margin-right: 0;
  padding-left: 20px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details ul.teacher-info li img {
  border: 2px solid transparent;
  transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt {
  padding-bottom: 15px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt span {
  font-size: 13px;
  display: block;
  color: #727272;
  padding-bottom: 5px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt span:last-child {
  padding-bottom: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt .col-sm-4 {
  position: relative;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt .col-sm-4:before {
  background: rgba(0, 0, 0, 0.07);
  content: "";
  height: 35px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 1px;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt .col-sm-4:last-child:before {
  content: none;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt-bottom ul {
  margin-bottom: 0;
  padding: 15px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt-bottom ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 25px;
  color: #727272;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-excerpt-bottom ul li:last-child {
  margin-right: 0;
  float: right;
  color: #FFEF3B;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-details-btn {
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  visibility: hidden;
  opacity: 1;
  transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single .online-course-details .course-details-btn a {
  background: #80CD36;
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover figure figcaption {
  visibility: visible;
  opacity: 1;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover .online-course-details h2 {
  color: #80CD36;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover .online-course-details ul.teacher-info img {
  border-color: #80CD36;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .related-course-slide .online-course-single:hover .course-details-btn {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav {
  left: 0;
  padding-right: 0;
  position: absolute;
  text-align: right;
  top: -83px;
  width: 100%;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-prev, .single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #323232;
  color: #323232;
  padding-top: 5px;
  transition: 0.3s ease;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-prev:hover, .single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-next:hover {
  color: #80CD36;
  border-color: #80CD36;
}
.single-course-wrapper .single-course-content .course-bottom-content .related-course .owl-nav .owl-prev {
  margin-right: 10px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget {
  margin-bottom: 60px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget h3.widget-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: #80CD36;
  color: #fff;
  padding: 30px 0;
  margin: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget {
  background: #fafafa;
  padding: 25px 45px 45px 45px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul {
  margin-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li {
  padding-bottom: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li span, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li span {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li span i, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li span i {
  display: inline-block;
  width: 25px;
  color: #80CD36;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features ul li span:last-child, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li span:last-child {
  float: right;
  font-weight: 500;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features h4, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget h4 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features div, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget div {
  text-align: center;
  margin-top: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-features div a.course-btn, .single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget div a.course-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 45px;
  background: #80CD36;
  color: #fff;
  border-radius: 3px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure {
  margin-top: 50px;
  position: relative;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure img {
  width: 100%;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption {
  text-align: center;
  background: #fafafa;
  padding: 20px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption h4 {
  margin: 0 0 8px 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption h4 a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption h4 a:hover {
  color: #80CD36;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #323232;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul {
  margin: 15px 0 0 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li {
  display: inline-block;
  padding-left: 10px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li:before {
  content: none;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li:first-child {
  padding-left: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #d0d0d0;
  display: block;
  height: 32px;
  padding-top: 5px;
  width: 32px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content figure figcaption ul li a:hover {
  color: #80CD36;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li {
  padding-bottom: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.course-category-widget ul li:last-child {
  padding-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget {
  background: #fafafa;
  padding: 30px 15px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single {
  margin-bottom: 30px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single:last-child {
  margin-bottom: 0;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-image {
  display: table-cell;
  vertical-align: top;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix h4 {
  margin: 0 0 10px 0;
  line-height: 27px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix h4 a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix h4 a:hover {
  color: #80CD36;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix ul li {
  display: inline-block;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  background: #80CD36;
  color: #fff;
  display: block;
  border-radius: 3px;
}
.single-course-wrapper .single-course-sidebar .sidebar-widget .widget-content.courses-widget .sidebar-course-single .course-prefix ul li:last-child {
  float: right;
  color: #ffef3b;
  font-size: 20px;
}

.meta-block {
  margin-bottom: 30px;
}
.meta-block:before {
  content: " ";
  display: table;
}
.meta-block:after {
  content: " ";
  display: table;
  clear: both;
}
.meta-block .meta-block {
  margin-bottom: 0;
}
.meta-block .block-title {
  font-family: "Poppins";
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #262C38;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
}
.meta-block .block-title:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #86BC42;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.meta-block .info-item {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .meta-block .info-item {
    width: 33.33%;
    float: left;
    padding-right: 15px;
  }
}
.meta-block .info-item .icon {
  float: left;
  width: 30px;
  font-size: 32px;
  color: #262C38;
  line-height: 1;
  padding-top: 5px;
}
.meta-block .info-item .icon .gv-icon-414 {
  font-size: 26px;
}
.meta-block .info-item .content {
  padding-left: 45px;
}
.meta-block .info-item .content .lab, .meta-block .info-item .content .val {
  display: block;
}
.meta-block .info-item .content .lab {
  color: #8e8e8e;
  font-size: 13px;
}
.meta-block .info-item .content .val {
  color: #262C38;
  font-weight: 600;
  font-size: 13px;
}
.meta-block .info-item:nth-child(3n+1) {
  clear: both;
}
.meta-block.teacher .block-content {
  float: left;
}
.meta-block.teacher .block-content .image {
  width: 200px;
  float: left;
}
.meta-block.teacher .block-content .image img {
  width: 100%;
}
.meta-block.teacher .block-content .team-content {
  padding-left: 220px;
}
.meta-block.teacher .block-content .team-name a {
  font-weight: 600;
}
.meta-block.teacher .block-content .team-job {
  color: #86BC42;
}
.meta-block.teacher .block-content .team-social {
  margin: 10px 0;
}
.meta-block.teacher .block-content .team-body {
  margin-bottom: 10px;
}
.meta-block.features .block-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}
.meta-block.features .block-content:before {
  content: " ";
  display: table;
}
.meta-block.features .block-content:after {
  content: " ";
  display: table;
  clear: both;
}
.meta-block.features .block-content .course-feature {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.meta-block.features .block-content .course-feature .icon {
  color: #86BC42;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
.meta-block.features .block-content .course-feature:nth-child(2n+1) {
  clear: both;
}
.meta-block.lessons .panel-group {
  margin-top: 10px;
}
.meta-block.lessons .panel-group .panel {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.meta-block.lessons .panel-group .panel .panel-title a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 14px;
  font-family: "Poppins";
}
.meta-block.lessons .panel-group .panel .panel-title a .icon {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 11;
  font-size: 14px;
}
.meta-block.lessons .panel-group .panel .panel-title a.collapsed .icon:before {
  content: "";
}
.meta-block.lessons .panel-group .panel .panel-collapse {
  padding: 10px 20px 0;
}
.meta-block.lessons .edr-lessons {
  padding: 0;
}
.meta-block.lessons .edr-lessons > li {
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.meta-block.lessons .edr-lessons > li:last-child {
  border: none;
  margin-bottom: 0;
}
.meta-block.lessons .edr-lessons > li .lesson-header a {
  font-weight: 600;
}
.meta-block.lessons .edr-lessons > li .lesson-header a .icon {
  margin-top: 4px;
  margin-right: 8px;
}

#form-success {
  display: none;
}

div.fadeMe {
  background-color: #000;
  display: none;
  filter: alpha(opacity=60);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}

.box-login .box-lateral-close {
  background-color: #00385D;
  border-bottom: 1px solid #424242;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 32px;
  margin: 0px 0px 0px -7px !important;
  padding: 0px 20px 0px 15px !important;
}
.box-login .box-lateral-close .box-close {
  color: #FF9E80;
  float: right;
  font-size: 18px !important;
}
.box-login .box-lateral-close .box-close:hover {
  color: #FF6E40;
  cursor: pointer;
}

.box-lateral {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-left: 1px solid #000000;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.box-lateral.box-contato {
  right: 0px !important;
  left: 0px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.box-lateral .box-lateral-close {
  background-color: #00385D;
  border-bottom: 1px solid #424242;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 32px;
  margin: 0px 0px 0px -7px !important;
  padding: 0px 20px 0px 15px !important;
}
.box-lateral .box-lateral-close .box-close {
  color: #FF9E80;
  float: right;
  font-size: 18px !important;
}
.box-lateral .box-lateral-close .box-close:hover {
  color: #FF6E40;
  cursor: pointer;
}
.box-lateral #contatoblocomsg {
  font-size: 16px;
}
.box-lateral .nomedousuario {
  border-bottom: 1px solid #616161;
  margin: 0px 0px 0px -5px !important;
  padding: 5px 0px !important;
}
.box-lateral #contatoperfilusuario {
  background-color: #F5F5F5;
  border-bottom: 1px solid #616161;
  margin: 0px 0px 5px -5px !important;
  padding: 5px 0px !important;
}
.box-lateral #contatoperfilusuario .row {
  margin-bottom: 0px !important;
}
.box-lateral #contatoperfilusuario .row .userdata {
  height: 20px;
  margin-left: 0px;
}
.box-lateral #contatoperfilusuario .row .userdata #contatocarregaemail {
  display: inline-block;
  height: auto !important;
  line-height: inherit;
  margin: 0px 10px !important;
  padding: 0px 0px !important;
}
.box-lateral #contatoperfilusuario .row .userdata .contatomostraemail {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 3px !important;
}
.box-lateral #contatoperfilusuario .row .userdata .contatomostraemail i {
  cursor: pointer;
}
.box-lateral #contatoperfilusuario .row .userdata .contatomostraemail a {
  color: #000000;
  display: inline-block;
  height: auto !important;
  line-height: inherit;
  margin: 0px 2px !important;
  padding: 0px 0px !important;
}
.box-lateral #formContatoBloco .row {
  margin-bottom: 4px;
}
.box-lateral #formContatoBloco .row .form-group {
  margin-bottom: 2px !important;
}
.box-lateral #formContatoBloco .row .form-group.select {
  margin-top: 10px;
}
.box-lateral #formContatoBloco .row .form-group .form-control-feedback {
  color: #FF3D00;
  display: block;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.box-lateral #formContatoBloco .row .form-group label {
  color: #00385D;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-left: 1px;
}
.box-lateral #formContatoBloco .row .form-group label.active {
  font-weight: bold;
}
.box-lateral #formContatoBloco .row .form-group label.select {
  font-weight: bold;
}
.box-lateral #formContatoBloco .row .form-group input {
  margin-bottom: 7px;
}
.box-lateral #formContatoBloco .row .form-group input.select-dropdown {
  height: 2rem !important;
}
.box-lateral #formContatoBloco .row .form-group textarea.materialize-textarea {
  height: 80px !important;
  padding-top: 12px !important;
  padding: 0px;
}

.badge-black {
  height: 28px !important;
}

section.painel.painelprofessor #calendarprofessor .fc-header-toolbar h2 {
  font-size: 20px;
  font-weight: bold;
}
section.painel .tabelacontato i {
  width: 25px;
  margin-right: 5px;
}

.topicon {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  background-color: #ae323b;
  bottom: -25px;
  height: 50px;
  padding: 0px 9px;
  position: absolute;
  transform: rotate(45deg);
  width: 50px;
}
.topicon.right {
  right: -25px;
}
.topicon.right .shape-icon {
  margin-left: -27px !important;
  margin-top: 15px !important;
}
.topicon.left {
  left: -25px;
}
.topicon .shape-icon {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -o-transform: rotate(-45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  transform: rotate(-45deg);
}

.shape {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -o-transform: rotate(360deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
  transform: rotate(360deg);
}

.offer {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  overflow: hidden;
}

.offer-radius {
  border-radius: 7px;
}

.offer-danger {
  border-color: #d9534f;
}

.offer-danger .shape {
  border-color: transparent #d9534f transparent transparent;
  border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-success {
  border-color: #5cb85c;
}

.offer-success .shape {
  border-color: transparent #5cb85c transparent transparent;
  border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-default {
  border-color: #999999;
}

.offer-default .shape {
  border-color: transparent #999999 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-primary {
  border-color: #428bca;
}

.offer-primary .shape {
  border-color: transparent #428bca transparent transparent;
  border-color: rgba(255, 255, 255, 0) #428bca rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-info {
  border-color: #5bc0de;
}

.offer-info .shape {
  border-color: transparent #5bc0de transparent transparent;
  border-color: rgba(255, 255, 255, 0) #5bc0de rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-warning {
  border-color: #f0ad4e;
}

.offer-warning .shape {
  border-color: transparent #f0ad4e transparent transparent;
  border-color: rgba(255, 255, 255, 0) #f0ad4e rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.shape-text-big {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -33px;
  top: -1px;
  white-space: nowrap;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -o-transform: rotate(360deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  transform: rotate(30deg);
}

.shape-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -35px;
  top: 0px;
  white-space: nowrap;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -o-transform: rotate(360deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  transform: rotate(30deg);
}

.offer-content {
  padding: 0 10px 10px;
}

#remarcar {
  display: none;
}

.jconfirm-buttons {
  clear: both;
  text-align: center;
  width: 100%;
}

section.toolbar a.fa-envelope {
  position: relative;
  font-size: 2em;
  color: grey;
  cursor: pointer;
}
section.toolbar a.fa-envelope span.fa-comment {
  position: absolute;
  font-size: 0.9em;
  top: -10px;
  color: red;
  right: -10px;
}
section.toolbar a.fa-envelope span.num {
  position: absolute;
  font-size: 0.4em;
  top: -4px;
  color: #fff;
  right: -1px;
}
section.toolbar .painelbuttons a {
  margin-right: 15px;
  display: inline-block;
}

.alunobio strong {
  font-weight: bold;
}

.galeriadefotos .gallery-item .thumb {
  height: 135px;
  max-height: 135px;
}
.caixapov .container-fluid {
  background-color: #495970;
  padding: 0px 0px 30px 0px;
}
.caixapov .row.cabecalho {
  background-color: #222;
  padding: 10px 10px 10px 10px !important;
  margin: 0px 0px 10px 0px !important;
}
.caixapov.fullscreen {
  z-index: 999;
  width: 100%;
  min-height: 100% !important;
  height: 100% !important;
  position: fixed;
  top: -10px;
  left: 0;
}
.caixapov.fullscreen .operador {
  display: block !important;
  font-size: 16px;
}
.caixapov.fullscreen .itenslista {
  height: calc(100vh - 185px) !important;
  max-height: calc(100vh - 185px) !important;
}
.caixapov .panel .panel-heading {
  background-color: #3A3F52;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}
.caixapov .panel .panel-footer {
  background-color: #DDE7E9;
}
.caixapov .panel .itenslista {
  min-height: 500px;
}
.caixapov .operador {
  display: none;
}

@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid .row-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

#alunoconteudo .participacao {
  display: none;
}

/*# sourceMappingURL=estilos.css.map */

	/** WhatsApp Widget **/
	/* ----------------- */
	@font-face {
		font-family: 'qlwapp-whatsapp';
		src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff');
		font-weight: normal;
		font-style: normal;
	}
	.qlwapp-whatsapp-icon {
		font-family: 'qlwapp-whatsapp' !important;
		speak: none;
    font-size: xx-large;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.qlwapp-whatsapp-icon:before {
		content: "\e900";
	}
	#qlwapp {
		box-sizing: border-box;
		/*&.qlwapp-middle-left {
		&.qlwapp-button {
			.qlwapp-developer,
			.qlwapp-toggle {
			margin-left: -48px;
			padding-left: 60px;
			}
		}
		}

		&.qlwapp-middle-right {
		&.qlwapp-button {
			.qlwapp-developer,
			.qlwapp-toggle {
			margin-right: -48px;
			padding-right: 60px;
			}

		}
		}

		&.qlwapp-bottom-left {
		&.qlwapp-bubble,
		&.qlwapp-button {
			.qlwapp-developer,
			.qlwapp-toggle {
			margin-left: 20px;
			}
		}

		&.qlwapp-bubble {
			.qlwapp-toggle {
			.qlwapp-text {
				right: auto;
				left: 60px;
			}
			}
		}

		.qlwapp-box {
			&:before {
			right: auto;
			left: 20px;
			}
		}

		}

		&.qlwapp-bottom-right {
		&.qlwapp-bubble,
		&.qlwapp-button {

			.qlwapp-developer,
			.qlwapp-toggle {
			margin-right: 20px;
			}
		}
		}*/
	}
	@media (min-width: 430px) {
		#qlwapp {
		width: 430px;
		}
	}
	#qlwapp * {
		box-sizing: border-box;
	}
	#qlwapp.qlwapp-js-ready {
		display: block;
	}
	#qlwapp.qlwapp-hide,
	#qlwapp.qlwapp-desktop.mobile,
	#qlwapp.qlwapp-mobile.desktop {
		display: none;
	}
	#qlwapp.qlwapp-middle-left,
	#qlwapp.qlwapp-bottom-left,
	#qlwapp.qlwapp-middle-right,
	#qlwapp.qlwapp-bottom-right {
		position: fixed;
		z-index: 9999999;
	}
	#qlwapp.qlwapp-middle-left,
	#qlwapp.qlwapp-bottom-left {
		right: auto;
		left: 0;
	}
	#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,
	#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,
	#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
	#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,
	#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,
	#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,
	#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,
	#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
		margin-left: 20px;
	}
	#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text,
	#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
		right: auto;
		left: 60px;
	}
	#qlwapp.qlwapp-middle-left .qlwapp-box:before,
	#qlwapp.qlwapp-bottom-left .qlwapp-box:before {
		right: auto;
		left: 20px;
	}
	#qlwapp.qlwapp-middle-right,
	#qlwapp.qlwapp-bottom-right {
		left: auto;
		right: 0;
	}
	#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer,
	#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer,
	#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
	#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer,
	#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle,
	#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle,
	#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle,
	#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
		margin-right: 20px;
	}
	#qlwapp.qlwapp-middle-left,
	#qlwapp.qlwapp-middle-right {
		top: 40%;
		bottom: auto;
	}
	#qlwapp.qlwapp-middle-left .qlwapp-developer,
	#qlwapp.qlwapp-middle-right .qlwapp-developer {
		padding: 0 24px;
	}
	#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
	#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle {
		margin-left: -48px;
		padding-left: 60px;
	}
	#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
	#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle {
		margin-right: -48px;
		padding-right: 60px;
	}
	#qlwapp.qlwapp-bottom-left,
	#qlwapp.qlwapp-bottom-right {
		top: auto;
		bottom: 0;
	}
	#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
		border-radius: 50%;
	}
	#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
		border-radius: 50px;
	}
	@media (min-width: 430px) {
		#qlwapp.qlwapp-rounded .qlwapp-box {
		border-radius: 8px;
		}
	}
	#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-user,
	#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-message {
		border-radius: 4px;
	}
	#qlwapp p:last-child {
		margin: 0;
	}
	#qlwapp time {
		opacity: 0.8;
		font-style: italic;
		font-size: 10px;
	}
	#qlwapp .qlwapp-container {
		display: flex;
		flex-direction: column;
	}
	#qlwapp .qlwapp-clearfix:before,
	#qlwapp .qlwapp-clearfix:after {
		content: '';
		display: block;
		clear: both;
	}
	#qlwapp .qlwapp-previous,
	#qlwapp .qlwapp-close {
		display: block;
		opacity: 0.8;
		font-style: unset;
		font-size: 24px;
		font-weight: bold;
		width: 24px;
		height: 24px;
		cursor: pointer;
		text-align: center;
		line-height: 24px;
		z-index: 1;
	}
	#qlwapp .qlwapp-previous {
		width: 16px;
		height: 36px;
		cursor: pointer;
		text-align: center;
		line-height: 36px;
		margin-right: auto;
	}
	#qlwapp .qlwapp-developer {
		font-size: 8px;
		top: -20px;
		position: relative;
	}
	#qlwapp .qlwapp-developer,
	#qlwapp .qlwapp-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
	#qlwapp .qlwapp-toggle {
		cursor: pointer;
		box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
		margin-top: 24px;
		margin-bottom: 70px;
		position: relative;
		text-decoration: none;
	}
	#qlwapp .qlwapp-toggle,
	#qlwapp .qlwapp-toggle:active,
	#qlwapp .qlwapp-toggle:focus,
	#qlwapp .qlwapp-toggle:hover {
		outline: none;
		text-decoration: none;
	}
	#qlwapp .qlwapp-avatar .qlwapp-avatar-container {
		overflow: hidden;
		border-radius: 50%;
		width: inherit;
		height: inherit;
	}
	#qlwapp .qlwapp-avatar .qlwapp-avatar-container img {
		width: 100%;
		height: auto;
	}
	#qlwapp.qlwapp-bubble .qlwapp-toggle {
		width: 60px;
		height: 60px;
	}
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
		position: absolute;
		display: block;
		pointer-events: none;
		font-size: 24px;
	}
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
		position: absolute;
		right: 60px;
		height: 60px;
		margin: 0 24px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		font-weight: bold;
		white-space: pre;
	}
	#qlwapp.qlwapp-button .qlwapp-toggle {
		height: 40px;
		white-space: nowrap;
		padding: 12px 24px;
	}
	#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
		margin: 0 0 0 0;
	}
	#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-close {
		display: none;
	}
	#qlwapp .qlwapp-box {
		padding-bottom: 56px;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, 0.5);
	}
	@media (min-width: 430px) {
		#qlwapp .qlwapp-box {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.15);
		margin-top: 24px;
		margin-left: 24px;
		margin-right: 24px;
		margin-bottom: 12px;
		}
		#qlwapp .qlwapp-box:before {
		content: '';
		position: absolute;
		bottom: -6px;
		right: 24px;
		width: 13px;
		height: 13px;
		transform: rotate(45deg);
		}
		#qlwapp .qlwapp-box .qlwapp-header {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
		}
		#qlwapp .qlwapp-box .qlwapp-footer,
		#qlwapp .qlwapp-box .qlwapp-response {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
		}
	}
	#qlwapp .qlwapp-box .qlwapp-header {
		position: relative;
		overflow: hidden;
	}
	#qlwapp .qlwapp-box .qlwapp-header:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
		position: absolute;
		top: 12px;
		right: 12px;
	}
	@media (min-width: 430px) {
		#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
		position: absolute;
		top: 7px;
		right: 7px;
		font-size: 16px;
		}
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description {
		position: relative;
	}
	#qlwapp .qlwapp-box .qlwapp-description,
	#qlwapp .qlwapp-box .qlwapp-contact {
		padding: 24px 36px;
		height: 100%;
	}
	#qlwapp .qlwapp-box .qlwapp-description p,
	#qlwapp .qlwapp-box .qlwapp-description h3 {
		color: inherit;
		font-family: inherit;
		margin: 0;
	}
	#qlwapp .qlwapp-box .qlwapp-description h3 {
		margin: 0 0 0.25em 0;
	}
	#qlwapp .qlwapp-box .qlwapp-contact {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		text-align: right;
	}
	#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous {
		position: relative;
		left: -16px;
	}
	#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous > i {
		line-height: 36px;
	}
	#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-avatar {
		width: 42px;
		height: 42px;
	}
	#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-label,
	#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-name {
		color: inherit;
	}
	#qlwapp .qlwapp-box .qlwapp-account {
		color: inherit;
		padding: 16px 36px;
		display: flex;
		align-items: center;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		width: 100%;
	}
	#qlwapp .qlwapp-box .qlwapp-account:only-of-type {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	#qlwapp .qlwapp-box .qlwapp-info {
		padding: 0 16px;
	}
	#qlwapp .qlwapp-box .qlwapp-avatar {
		position: relative;
		width: 62px;
		height: 62px;
	}
	#qlwapp .qlwapp-box .qlwapp-avatar:after {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 2px;
		right: 2px;
		background-image: url(data:image/png;base64,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);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: 4;
	}
	#qlwapp .qlwapp-box .qlwapp-label,
	#qlwapp .qlwapp-box .qlwapp-offline-text {
		font-size: 12px;
		line-height: 1.5em;
		opacity: .6;
		display: block;
	}
	#qlwapp .qlwapp-box .qlwapp-name {
		display: block;
		font-weight: bold;
	}
	#qlwapp .qlwapp-box .qlwapp-body {
		overflow-x: hidden;
		overflow-y: auto;
	}
	#qlwapp .qlwapp-box .qlwapp-body .qlwapp-carousel {
		max-height: 470px;
		min-height: 134px;
	}
	#qlwapp .qlwapp-box .qlwapp-chat {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	#qlwapp .qlwapp-box .qlwapp-user,
	#qlwapp .qlwapp-box .qlwapp-message {
		padding: 16px 24px;
		margin: 36px;
		position: relative;
		word-wrap: break-word;
		width: calc(100% - 36px*2);
	}
	#qlwapp .qlwapp-box .qlwapp-user:before,
	#qlwapp .qlwapp-box .qlwapp-message:before {
		content: '';
		position: absolute;
		top: -6px;
		right: 24px;
		width: 13px;
		height: 13px;
		transform: rotate(45deg);
	}
	#qlwapp .qlwapp-box .qlwapp-user {
		width: auto;
		max-width: 75%;
		align-self: flex-start;
		justify-self: flex-end;
		margin-top: 0;
	}
	#qlwapp .qlwapp-box .qlwapp-user:before {
		top: auto;
		bottom: -6px;
		left: 24px;
	}
	#qlwapp .qlwapp-box .qlwapp-padding {
		padding-bottom: 56px;
	}
	#qlwapp .qlwapp-box .qlwapp-footer,
	#qlwapp .qlwapp-box .qlwapp-response {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: 100%;
	}
	#qlwapp .qlwapp-box .qlwapp-footer,
	#qlwapp .qlwapp-box .qlwapp-response,
	#qlwapp .qlwapp-box .qlwapp-footer pre,
	#qlwapp .qlwapp-box .qlwapp-response pre,
	#qlwapp .qlwapp-box .qlwapp-footer textarea,
	#qlwapp .qlwapp-box .qlwapp-response textarea {
		max-height: 160px;
	}
	#qlwapp .qlwapp-box .qlwapp-footer pre,
	#qlwapp .qlwapp-box .qlwapp-response pre,
	#qlwapp .qlwapp-box .qlwapp-footer textarea,
	#qlwapp .qlwapp-box .qlwapp-response textarea {
		color: inherit;
		background-color: inherit;
	}
	#qlwapp .qlwapp-box .qlwapp-footer:before,
	#qlwapp .qlwapp-box .qlwapp-response:before {
		pointer-events: none;
		position: absolute;
		content: '';
		height: 59px;
		top: -59px;
		background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
		left: 0;
		right: 0;
	}
	#qlwapp .qlwapp-box .qlwapp-footer {
		min-height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 12px;
		padding: 12px 36px;
	}
	#qlwapp .qlwapp-box .qlwapp-footer p {
		font-size: inherit;
	}
	#qlwapp .qlwapp-box .qlwapp-footer p:last-child {
		margin-bottom: 0;
	}
	#qlwapp .qlwapp-box .qlwapp-response,
	#qlwapp .qlwapp-box .qlwapp-response pre,
	#qlwapp .qlwapp-box .qlwapp-response textarea,
	#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
		min-height: 56px;
	}
	#qlwapp .qlwapp-box .qlwapp-response pre,
	#qlwapp .qlwapp-box .qlwapp-response textarea {
		width: 100%;
		height: 100%;
		resize: none;
		border: none;
		padding: 18px 56px 18px 36px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		white-space: pre-wrap;
		word-wrap: break-word;
		border-radius: inherit;
		margin: 0;
	}
	#qlwapp .qlwapp-box .qlwapp-response pre {
		visibility: hidden;
	}
	#qlwapp .qlwapp-box .qlwapp-response textarea {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#qlwapp .qlwapp-box .qlwapp-response textarea:focus {
		outline: none;
	}
	#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
		position: absolute;
		top: 0;
		right: 21px;
		display: flex;
		align-items: center;
	}
	#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i {
		display: none;
	}
	#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i.qlwf-emoji {
		display: block;
	}
	#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i {
		opacity: 0.4;
	}
	#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i,
	#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > a {
		cursor: pointer;
		margin: 0 0 0 10px;
		display: inherit;
		font-size: 18px;
		line-height: 24px;
	}
	#qlwapp .qlwapp-previous,
	#qlwapp .qlwapp-close,
	#qlwapp .qlwapp-toggle,
	#qlwapp .qlwapp-box .qlwapp-header,
	#qlwapp .qlwapp-box .qlwapp-contact,
	#qlwapp .qlwapp-box .qlwapp-user {
		color: #ffffff;
	}
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
		color: #303030;
	}
	#qlwapp .qlwapp-box,
	#qlwapp .qlwapp-box:before {
		background-color: #fff;
	}
	#qlwapp .qlwapp-box .qlwapp-account {
		background-color: #fff;
	}
	#qlwapp .qlwapp-box .qlwapp-account:not(:first-child) {
		border-top: 1px solid #f5f5f5;
	}
	#qlwapp .qlwapp-box .qlwapp-avatar .qlwapp-avatar-container {
		background-color: #eee;
	}
	#qlwapp .qlwapp-box .qlwapp-message,
	#qlwapp .qlwapp-box .qlwapp-message:before {
		background-color: #eee;
	}
	#qlwapp .qlwapp-box .qlwapp-footer,
	#qlwapp .qlwapp-box .qlwapp-response {
		color: #303030;
		background-color: #fff;
		border-top: 1px solid #e6e6e6;
	}
	#qlwapp .qlwapp-toggle,
	#qlwapp .qlwapp-box .qlwapp-header,
	#qlwapp .qlwapp-box .qlwapp-user,
	#qlwapp .qlwapp-box .qlwapp-user:before {
		background-color: #57b100 !important; /*#303030;*/
	}
	#qlwapp {
		display: none;
	}
	#qlwapp.qlwapp-show .qlwapp-box {
		visibility: visible;
		opacity: 1;
		transform: translateY(0) scale(1);
		display: block;
	}
	#qlwapp.qlwapp-transition .qlwapp-box {
		visibility: visible;
		display: block;
	}
	#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-icon {
		transform: scale(0, 0);
		opacity: 0;
	}
	#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-close {
		transform: scale(1, 1);
		opacity: 1;
	}
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
		transform: scale(0, 0);
		opacity: 0;
	}
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon {
		transform: scale(1, 1);
		opacity: 1;
	}
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
	#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
		transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-in;
	}
	#qlwapp .qlwapp-box {
		display: none;
		opacity: 0;
		visibility: hidden;
		transform: translateY(50px);
		transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-in;
	}
	@media (min-width: 430px) {
		#qlwapp .qlwapp-box {
		transform: translateY(50px) scale(0.9);
		}
	}
	#qlwapp .qlwapp-box .qlwapp-carousel {
		display: flex;
		width: 200%;
		height: 100%;
	}
	#qlwapp .qlwapp-box .qlwapp-carousel .qlwapp-slide {
		width: 50%;
		transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms, transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms, opacity 500ms ease-in 500ms;
		height: 100%;
		overflow: hidden;
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-slide {
		max-height: 300px;
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label,
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
		opacity: 0;
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, opacity ease-in 0.3s;
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
		transform: translateX(56px);
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
		transform: scale(0.5);
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name {
		transition-delay: 800ms;
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
		transition-delay: 850ms;
	}
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
		transition-delay: 900ms;
	}
	#qlwapp .qlwapp-box .qlwapp-footer,
	#qlwapp .qlwapp-box .qlwapp-response,
	#qlwapp .qlwapp-box .qlwapp-previous,
	#qlwapp .qlwapp-box .qlwapp-message,
	#qlwapp .qlwapp-box .qlwapp-user {
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms, opacity ease-in 200ms;
	}
	#qlwapp .qlwapp-box .qlwapp-response,
	#qlwapp .qlwapp-box .qlwapp-previous,
	#qlwapp .qlwapp-box .qlwapp-user {
		opacity: 0;
	}
	#qlwapp .qlwapp-box .qlwapp-response {
		pointer-events: none;
	}
	#qlwapp .qlwapp-box .qlwapp-previous {
		transform: translateX(56px);
	}
	#qlwapp .qlwapp-box .qlwapp-user {
		transform: translateY(56px);
	}
	#qlwapp .qlwapp-box .qlwapp-close {
		transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	#qlwapp .qlwapp-box .qlwapp-description {
		transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	#qlwapp .qlwapp-box .qlwapp-account {
		transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms ease-in;
	}
	#qlwapp .qlwapp-box .qlwapp-previous {
		transition-delay: 800ms;
	}
	#qlwapp .qlwapp-box .qlwapp-message {
		transition-delay: 900ms;
	}
	#qlwapp .qlwapp-box .qlwapp-close,
	#qlwapp .qlwapp-box .qlwapp-description {
		transition-delay: 900ms;
	}
	#qlwapp .qlwapp-box .qlwapp-user {
		transition-delay: 200ms;
	}
	#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(6) {
		transition-delay: 600ms;
	}
	#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(5) {
		transition-delay: 500ms;
	}
	#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(4) {
		transition-delay: 400ms;
	}
	#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(3) {
		transition-delay: 300ms;
	}
	#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(2) {
		transition-delay: 200ms;
	}
	#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(1) {
		transition-delay: 100ms;
	}
	#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-message {
		opacity: 0;
		transform: translateY(-56px);
	}
	#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-box .qlwapp-account:hover {
		background-color: #fafafa;
	}
	#qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
		transform: translateX(-100%);
	}
	#qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel {
		overflow: hidden;
		max-height: 134px!important;
		min-height: 122px;
	}
	#qlwapp .qlwapp-box.response .qlwapp-close {
		transition-delay: 0ms;
	}
	#qlwapp .qlwapp-box.response .qlwapp-close,
	#qlwapp .qlwapp-box.response .qlwapp-footer,
	#qlwapp .qlwapp-box.response .qlwapp-description,
	#qlwapp .qlwapp-box.response .qlwapp-account {
		opacity: 0;
	}
	#qlwapp .qlwapp-box.response .qlwapp-account {
		transform: translateY(-33.333%);
		border-top-color: transparent!important;
	}
	#qlwapp .qlwapp-box.response .qlwapp-user {
		display: block;
	}
	#qlwapp .qlwapp-box.response .qlwapp-message,
	#qlwapp .qlwapp-box.response .qlwapp-previous,
	#qlwapp .qlwapp-box.response .qlwapp-response {
		opacity: 1;
	}
	#qlwapp .qlwapp-box.response .qlwapp-response {
		pointer-events: all;
	}
	#qlwapp .qlwapp-box.response .qlwapp-message,
	#qlwapp .qlwapp-box.response .qlwapp-previous {
		transform: translate(0);
	}
	#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-slide {
		max-height: 84px;
	}
	#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
	#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
		opacity: 1;
	}
	#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
		opacity: 0.5;
	}
	#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
	#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
		transform: translateX(0);
	}
	#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
		transform: scale(1);
	}
	#qlwapp .qlwapp-box.response.opening .qlwapp-footer,
	#qlwapp .qlwapp-box.response.opening .qlwapp-response,
	#qlwapp .qlwapp-box.response.opening .qlwapp-close,
	#qlwapp .qlwapp-box.response.opening .qlwapp-previous,
	#qlwapp .qlwapp-box.response.opening .qlwapp-description,
	#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-name,
	#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-label {
		visibility: visible;
	}
	#qlwapp .qlwapp-box.texting .qlwapp-body {
		overflow-y: auto;
	}
	#qlwapp .qlwapp-box.texting .qlwapp-user {
		opacity: 1;
		transform: translate(0);
	}
	#qlwapp .qlwapp-box.closing .qlwapp-previous {
		transition-delay: 0ms;
		transform: translateX(-24px);
		opacity: 0;
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms, opacity ease-out 200ms;
	}
	#qlwapp .qlwapp-box.closing .qlwapp-description {
		opacity: 0;
	}
	/* End WhatsApp Widget */
	