@charset "UTF-8";
@import url("sprite.css");
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular.eot") format("embedded-opentype"),
    url("../fonts/ProximaNovaRegular.woff2") format("woff2"),
    url("../fonts/ProximaNovaRegular.woff") format("woff"),
    url("../fonts/ProximaNovaRegular.ttf") format("truetype"),
    url("../fonts/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg");
}

@font-face {
  font-family: "ProximaNovaLight";
  src: url("../fonts/ProximaNovaLight.eot");
  src: url("../fonts/ProximaNovaLight.eot") format("embedded-opentype"),
    url("../fonts/ProximaNovaLight.woff2") format("woff2"),
    url("../fonts/ProximaNovaLight.woff") format("woff"),
    url("../fonts/ProximaNovaLight.ttf") format("truetype"),
    url("../fonts/ProximaNovaLight.svg#ProximaNovaLight") format("svg");
}

@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold.eot") format("embedded-opentype"),
    url("../fonts/ProximaNovaBold.woff2") format("woff2"),
    url("../fonts/ProximaNovaBold.woff") format("woff"),
    url("../fonts/ProximaNovaBold.ttf") format("truetype"),
    url("../fonts/ProximaNovaBold.svg#ProximaNovaBold") format("svg");
}

@font-face {
  font-family: "ProximaNovaSemibold";
  src: url("../fonts/ProximaNovaSemibold.eot");
  src: url("../fonts/ProximaNovaSemibold.eot") format("embedded-opentype"),
    url("../fonts/ProximaNovaSemibold.woff2") format("woff2"),
    url("../fonts/ProximaNovaSemibold.woff") format("woff"),
    url("../fonts/ProximaNovaSemibold.ttf") format("truetype"),
    url("../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold") format("svg");
}

@font-face {
  font-family: "MasterOfBreak";
  src: url("../fonts/master_of_break.eot");
  src: url("../fonts/master_of_break.eot") format("embedded-opentype"),
    url("../fonts/master_of_break.woff2") format("woff2"),
    url("../fonts/master_of_break.woff") format("woff"),
    url("../fonts/master_of_break.ttf") format("truetype"),
    url("../fonts/master_of_break.svg#master_of_break") format("svg");
}

/* ==========================================================================
    Util
    ========================================================================== */
a,
button,
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: 400;
  color: #444444;
  height: 100%;
}

body.collapsed {
  position: fixed;
  right: 225px;
  width: 100%;
  overflow: hidden;
}

body.collapsed .main:after {
  content: "";
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000000;
  opacity: 0.5;
}

p {
  font-size: 16px;
  line-height: 24px;
}

hr {
  background: none;
}

.main {
  margin-top: 0px;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.m-auto {
  margin: 0 auto;
}

.i-block {
  display: inline-block;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

div.form-error {
  background: #ff3838;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
}

.alert-success {
  color: #fff;
  background-color: #179777;
  border-color: #179777;
}
.alert-success i {
  padding-right: 15px;
}

.alert-danger {
  color: #fff;
  border-color: #d9483f;
  background-color: #d9483f;
}
.alert-danger i {
  padding-right: 15px;
}

.btn-default {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 25px;
  vertical-align: middle;
  line-height: 100%;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  text-decoration: none;
}
.btn-default:hover .fa,
.btn-default:active .fa,
.btn-default:focus .fa {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.btn-default .fa {
  font-size: 10px;
  vertical-align: middle;
  color: #ffffff;
  margin-left: 10px;
  margin-top: -2px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-default.btn-large {
  font-size: 20px;
  padding: 14px 25px;
}
.btn-default.btn-large .fa {
  margin-left: 15px;
  font-size: 14px;
}

.btn-default.hvr-to-green {
  border-color: #a8cf45;
  color: #a8cf45;
}
.btn-default.hvr-to-green .fa {
  color: #bcc93a;
}
.btn-default.hvr-to-green:hover,
.btn-default.hvr-to-green:active,
.btn-default.hvr-to-green:focus {
  background-color: #a8cf45;
  color: #fff;
}
.btn-default.hvr-to-green:hover .fa,
.btn-default.hvr-to-green:active .fa,
.btn-default.hvr-to-green:focus .fa {
  color: #fff;
}

.btn-default.hvr-to-white-green {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-default.hvr-to-white-green .fa {
  color: #ffffff;
}
.btn-default.hvr-to-white-green:hover,
.btn-default.hvr-to-white-green:active,
.btn-default.hvr-to-white-green:focus {
  background-color: #ffffff;
  color: #97bc31;
}
.btn-default.hvr-to-white-green:hover .fa,
.btn-default.hvr-to-white-green:active .fa,
.btn-default.hvr-to-white-green:focus .fa {
  color: #97bc31;
}

.btn-default.hvr-to-white-gray {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-default.hvr-to-white-gray .fa {
  color: #ffffff;
}
.btn-default.hvr-to-white-gray:hover,
.btn-default.hvr-to-white-gray:active,
.btn-default.hvr-to-white-gray:focus {
  background-color: #ffffff;
  color: #555555;
}
.btn-default.hvr-to-white-gray:hover .fa,
.btn-default.hvr-to-white-gray:active .fa,
.btn-default.hvr-to-white-gray:focus .fa {
  color: #555555;
}

.btn-default.hvr-green-to-green {
  border-color: #a8cf45;
  background-color: #a8cf45;
  color: #ffffff;
}
.btn-default.hvr-green-to-green .fa {
  color: #ffffff;
}
.btn-default.hvr-green-to-green:hover,
.btn-default.hvr-green-to-green:active,
.btn-default.hvr-green-to-green:focus {
  border-color: #97bc31;
  background-color: #97bc31;
}

.btn-default.hvr-to-gray-white {
  border-color: #555555;
  background-color: #555555;
  color: #ffffff;
}
.btn-default.hvr-to-gray-white .fa {
  color: #ffffff;
}
.btn-default.hvr-to-gray-white:hover,
.btn-default.hvr-to-gray-white:active,
.btn-default.hvr-to-gray-white:focus {
  color: #555555;
  background-color: #ffffff;
}
.btn-default.hvr-to-gray-white:hover .fa,
.btn-default.hvr-to-gray-white:active .fa,
.btn-default.hvr-to-gray-white:focus .fa {
  color: #555555;
}

.section-title {
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section-title.title-interna {
  margin-top: 4px;
  margin-bottom: 25px;
}

.page-title {
  background: url(../img/bg-top-title.jpg) no-repeat;
  height: 104px;
}
.page-title .title {
  color: #fff;
  font-size: 35px;
  font-family: "ProximaNovaLight", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 33px 0;
  text-align: center;
}
.page-title .title strong {
  font-family: "ProximaNovaSemibold", sans-serif;
}

/*=============================================================
 HEADER
================================================================*/
#header {
  background: #fff;
  height: 95px;
  border-top: 0px;
  border-bottom: solid 5px #a3c93a;
  color: #000;
  padding: 0;
}
#header nav {
  float: none;
}
#header .navbar-default {
  border: 0;
}
#header .header-topo {
  width: 100%;
  background: #f2f2f2;
  height: 40px;
  margin: 0;
}
#header .header-topo .link-acesso-docs {
  background: #d92040;
  color: #f2f2f2;
  height: 40px;
  position: relative;
  width: 176px;
  display: block;
  padding: 10px 0px 0 20px;
  text-decoration: none;
  font-weight: bold;
}
#header .header-topo .link-acesso-docs i {
  margin-right: 15px;
}
#header .header-menu {
  width: 100%;
}
#header .header-menu .logo img {
  margin-top: 14px;
}

.btn-responsive-nav {
  display: none;
}

#navbar {
  padding: 0;
  margin-top: 20px;
}

.navbar-default {
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #a3c93a;
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.sidebar {
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: 700;
  width: 225px;
  top: 0;
  height: 100%;
  position: fixed;
  right: -225px;
  z-index: 9999;
  background-color: #fff;
  overflow: auto;
}
.sidebar nav {
  padding: 0 28px;
  width: 100%;
  height: auto;
  overflow: auto;
  text-align: center;
}
.sidebar nav a {
  font-size: 16px;
  color: #868686;
  padding: 25px 5px;
  border-bottom: 1px solid #dddddd;
}

/*==============================================================================================
SLIDERSHOWS
==============================================================================================*/
.slider-banner {
  min-height: 380px;
}
.slider-banner img {
  display: inline-block;
  min-height: 423;
}

/*.slick-list {
    min-height: 380px;
}*/
.slick-slider {
  margin-bottom: 0px;
}

/* Dots */
.slick-slider {
  margin-bottom: 34px;
}

.slick-dots {
  position: absolute;
  bottom: -34px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: right;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 9px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: "\f10c";
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  content: "\f111";
}
.slick-dots li:hover:before,
.slick-dots li:focus:before {
  opacity: 1;
}

/*==============================================================================================
FOOTER
==============================================================================================*/
.f-top {
  background-color: #555555;
  padding: 35px 0;
}
.f-top p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.f-top .logo-footer {
  margin-bottom: 16px;
}
.f-top .btn-default {
  font-size: 14px;
  margin-top: 20px;
}
.f-top .title {
  color: #fff;
  display: block;
  font-family: "ProximaNovaLight", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.f-top .title .icon {
  margin-right: 10px;
}
.f-top .title strong {
  font-family: "ProximaNovaSemibold", sans-serif;
}
.f-top .title .i-block {
  vertical-align: middle;
}
.f-top .telephone-footer {
  color: #fff;
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 25px;
  line-height: 36px;
}
.f-top .telephone-footer:hover,
.f-top .telephone-footer:focus,
.f-top .telephone-footer:active {
  color: #fff;
  text-decoration: none;
}

.footer-copyright {
  border-bottom: 5px solid #a3c93a;
}
.footer-copyright .container {
  padding-bottom: 20px;
  padding-top: 22px;
  position: relative;
}
.footer-copyright p {
  font-size: 14px;
  color: #545454;
  margin: 0;
}
.footer-copyright .copyright {
  margin-top: 14px;
}
.footer-copyright .authors {
  padding-left: 10px;
  border-left: 1px solid #545454;
  margin-left: 10px;
}
.footer-copyright .copyright-mob p {
  padding-right: 10px;
  border-right: 1px solid #545454;
  margin-right: 10px;
}
.footer-copyright .copyright-mob p,
.footer-copyright .copyright-mob .author {
  display: inline-block;
  vertical-align: middle;
}
.footer-copyright .author {
  background: url(../img/author.png) no-repeat;
  display: block;
  height: 24px;
  width: 100px;
}
.footer-copyright .author:hover {
  background-position: 0 -24px;
}
.footer-copyright .navbar-right {
  margin-right: 0 !important;
}

.btn-top {
  display: block;
  position: absolute;
  right: 0;
  bottom: 80px;
}

.procon img {
  margin-left: 25px;
  margin-top: -5px;
}

.menu-404 {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 22px 0;
  margin-bottom: 120px;
}
.menu-404 .navbar-nav {
  width: 100%;
  text-align: center;
}
.menu-404 .navbar-nav li {
  display: inline-block;
  float: none;
  padding: 0 28px;
}
.menu-404 .navbar-nav li a {
  font-size: 16px;
}

.menu-404.navbar-default .navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
}

.bloco-404 {
  background-color: #3c3e44;
  color: #fff;
  font-size: 18px;
  margin: 45px 0 55px;
  padding: 38px 30px 38px 285px;
  position: relative;
}
.bloco-404 .title {
  font-size: 46px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bloco-404 a {
  color: #fff;
  text-decoration: underline;
  font-family: "ProximaNovaSemibold", sans-serif;
}
.bloco-404:before {
  background: url(../img/404.png) no-repeat;
  content: "";
  display: block;
  height: 207px;
  width: 217px;
  left: 30px;
  position: absolute;
  bottom: 0;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

img#captcha {
  width: 100%;
  max-width: 200px;
}

#reset_link:hover {
  cursor: pointer;
}

#flashMessage.error {
  color: #fff;
  background-color: red;
  border-color: black;
  padding-right: 35px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#cEditor {
  width: 100px;
  height: 50px;
}

.div_dados_teste {
  display: none;
}

.bloco-valor {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bloco-valor .dados {
  margin: 25px 0;
}
.bloco-valor .item {
  margin: 25px 0;
}
.bloco-valor .title {
  margin: 0 0 10px 0;
  font-size: 45px;
  font-family: "ProximaNovaBold", sans-serif;
  text-transform: uppercase;
}
.bloco-valor .num {
  display: inline-block;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 30px;
  padding: 0 8px;
  vertical-align: middle;
}
.bloco-valor .text {
  display: inline-block;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  text-align: left;
}

.bloco-ambiente {
  background: url(../img/bg-meio-ambiente.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.bloco-ambiente .title {
  font-family: "MasterOfBreak", sans-serif;
  font-size: 50px;
  word-spacing: 10px;
}
.bloco-ambiente .title .space {
  word-spacing: 42px;
}
.bloco-ambiente img {
  margin-top: 15px;
}
.bloco-ambiente p {
  margin-bottom: 24px;
}

.bloco-noticias {
  padding: 50px 0;
}
.bloco-noticias .btn-mais {
  margin-top: 20px;
}
.bloco-noticias .box-button {
  text-align: right;
}

.bloco-curriculo {
  background: url(../img/bg-curriculo.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
.bloco-curriculo .container > * {
  vertical-align: middle;
}
.bloco-curriculo .title {
  margin: 0;
  font-size: 50px;
  font-family: "ProximaNovaBold", sans-serif;
}
.bloco-curriculo .chamada {
  font-size: 18px;
}

.bloco-texto {
  padding: 45px 0;
}

.bloco-texto-privacidade {
  padding: 10px 0;
}
#page-empresa .bloco-valor {
  padding-top: 35px;
  padding-bottom: 35px;
}
#page-empresa .bloco-valor .title {
  font-size: 32px;
}
#page-empresa .bloco-valor .box-text {
  margin-top: 84px;
}

.bloco-presidente {
  background-color: #555555;
}
.bloco-presidente .title {
  font-family: "MasterOfBreak", sans-serif;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 28px;
  margin-top: 0;
}
.bloco-presidente p {
  color: #ffffff;
  margin-bottom: 26px;
  line-height: 26px;
}
.bloco-presidente .author {
  color: #ffffff;
  font-size: 16px;
}
.bloco-presidente .author strong {
  font-family: "ProximaNovaSemibold", sans-serif;
}
.bloco-presidente .text-quote {
  position: relative;
}
.bloco-presidente .text-quote:after,
.bloco-presidente .text-quote:before {
  position: absolute;
  color: #fff;
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 60px;
  font-style: italic;
  display: block;
  height: 35px;
  width: 25px;
}
.bloco-presidente .text-quote:before {
  content: "“";
  left: -45px;
  top: -20px;
}
.bloco-presidente .text-quote:after {
  content: "”";
  right: -45px;
  bottom: -20px;
}

.bloco-responsabilidade p {
  margin-bottom: 25px;
}

.bloco-responsabilidade .panel-group .panel {
  border: 0 none;
  box-shadow: none;
  margin: 8px 0;
  border-radius: 0;
  position: relative;
}
.bloco-responsabilidade .panel-group .panel:after {
  content: "";
  height: 3px;
  background-color: #555;
  width: calc(100% - 30px);
  bottom: 0;
  position: absolute;
  left: 15px;
}

.bloco-responsabilidade .panel-default > .panel-heading {
  border-radius: 0;
  padding: 0;
  background-color: #eeeeee;
}

.bloco-responsabilidade .panel-default .panel-title a {
  display: block;
  color: #444444;
  padding: 21px;
}
.bloco-responsabilidade .panel-default .panel-title a:hover,
.bloco-responsabilidade .panel-default .panel-title a:active,
.bloco-responsabilidade .panel-default .panel-title a:focus {
  text-decoration: none;
}

.bloco-responsabilidade
  .panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: 0 none;
  background-color: #eeeeee;
  padding-left: 45px;
  font-size: 15px;
  padding-top: 0;
  color: #878787;
  font-style: italic;
}

.bloco-dpto {
  background: url(../img/bg-steps.jpg) repeat;
}

.bloco-localizacao {
  background-color: #3c3e44;
  color: #fff;
  font-size: 18px;
  margin: 45px 0 60px;
  padding: 38px 30px 38px 240px;
  position: relative;
}
.bloco-localizacao:before {
  background: url(../img/map.png) no-repeat;
  content: "";
  display: block;
  height: 210px;
  width: 210px;
  left: 6px;
  position: absolute;
  top: 50%;
  margin-top: -105px;
}

.bloco-beneficio {
  background-color: #4f4f4f;
  color: #fff;
  overflow: hidden;
}
.bloco-beneficio .row {
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}
.bloco-beneficio .image {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.bloco-produto {
  background: url(../img/bg-steps.jpg) repeat;
  padding: 45px 0;
}
.bloco-produto .title {
  font-size: 45px;
  font-family: "ProximaNovaBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
.bloco-produto p {
  line-height: 26px;
}
.bloco-produto .foto-carvao {
  margin-top: 25px;
}

.bloco-certificado {
  background-color: #3c3e44;
  color: #fff;
  font-size: 15px;
  margin: 45px 0 30px;
  padding: 38px 30px 38px 240px;
  position: relative;
}
.bloco-certificado .title {
  font-size: 25px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bloco-certificado:before {
  background: url(../img/iso.png) no-repeat;
  content: "";
  display: block;
  height: 200px;
  width: 200px;
  left: 6px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}

.bloco-certificado-download {
  margin: 45px 0 30px;
  padding: 50px 36px 51px 26px;
  position: relative;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c302d+0,000000+100 */
  background: #2c302d;
  /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #2c302d 0%,
    #000000 100%
  );
  /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #2c302d 0%,
    #000000 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #2c302d 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c302d', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.bloco-certificado-download .title {
  font-size: 15px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-top: 0;
  /* text-transform: uppercase; */
  /* margin-bottom: 5px; */
  color: #fff;
}
.bloco-certificado-download .btn-certificado {
  border-radius: 5px;
  border: 2px solid #a8cf45;
  color: #a8cf45;
  width: 75%;
  padding: 10px;
  margin-left: 13%;
  transition: 1s;
}
.bloco-certificado-download:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
.bloco-certificado-download a {
  text-decoration: none;
}
.bloco-certificado-download .btn-certificado:hover {
  text-decoration: none;
  background-color: #557324;
  transition: 1s;
}

.bloco-iso {
  padding-bottom: 45px;
}
.bloco-iso .bloco-treinamento {
  background: #78c53f;
  padding: 20px 0px;
  color: #fff;
  margin-top: 15px;
}

#page-meio-ambiente .bloco-ambiente p {
  margin-bottom: 0;
  line-height: 27px;
}

.areas-recuperadas {
  padding: 40px 0;
}
.areas-recuperadas .item {
  padding: 20px 15px;
}
.areas-recuperadas .item .descricao {
  font-size: 15px;
}
.areas-recuperadas .item .botoes a {
  background: #cccccc;
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-left: 6px;
  text-transform: uppercase;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  width: 68px;
}
.areas-recuperadas .item .botoes a.ativo {
  background: #78c53f;
}
.areas-recuperadas .item .botoes a:hover,
.areas-recuperadas .item .botoes a:active,
.areas-recuperadas .item .botoes a:focus {
  text-decoration: none;
}
.areas-recuperadas .topo {
  margin-bottom: 5px;
}
.areas-recuperadas .img {
  position: relative;
}
.areas-recuperadas .img-antes {
  display: block;
  position: relative;
  z-index: 1;
}
.areas-recuperadas .img-depois {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.areas-recuperadas .img-antes .icon-btn-expande,
.areas-recuperadas .img-depois .icon-btn-expande {
  position: absolute;
  left: 0;
  bottom: 0;
}

.slick-dots {
  text-align: center;
}
.slick-dots li.slick-active button:before {
  color: #a3c93a;
}
.slick-dots li button {
  padding: 0;
}
.slick-dots li button:before {
  color: #bbbbbb;
  opacity: 1 !important;
  font-size: 14px;
}

.blocos-recuperacao {
  background: #4f4f4f;
  padding: 42px 0;
}
.blocos-recuperacao .title {
  text-transform: uppercase;
  font-family: "ProximaNovaBold", sans-serif;
  margin-top: 25px;
  font-size: 16px;
  line-height: 16px;
}
.blocos-recuperacao .item {
  padding: 25px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blocos-recuperacao .item img {
  padding-right: 15px;
  padding-left: 15px;
}
.blocos-recuperacao .item-1 {
  background: #91d276;
}
.blocos-recuperacao .item-2 {
  background: #55cdb4;
}
.blocos-recuperacao .item-3 {
  background: #17bccf;
}
.blocos-recuperacao .item-4 {
  background: #82dee5;
}
.blocos-recuperacao .item-5 {
  background: #c7eef3;
}

.texto-recuperacao {
  background: #4f4f4f;
  padding: 42px 0;
}
.texto-recuperacao .section-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 26px;
}
.texto-recuperacao p {
  color: #fff;
}

.bloco-bg {
  background: url(../img/bg-steps.jpg) repeat;
}

.ambiente-itens {
  padding: 21px 0;
}
.ambiente-itens .section-title {
  margin-top: 0;
  margin-bottom: 25px;
}
.ambiente-itens .title {
  font-size: 45px;
  font-family: "ProximaNovaBold", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}
.ambiente-itens .text-item {
  margin: 21px auto;
}

.politica-ambiental .icon {
  margin-bottom: 28px;
}

@media screen and (max-width: 766px) {
  .bloco-certificado {
    margin-left: 0px !important;
    font-size: 13px;
    text-align: center;
  }
  .bloco-certificado .title {
    font-size: 21px !important;
  }
}

@media screen and (max-width: 991px) {
  .bloco-certificado {
    margin: 45px 0 0px;
  }
  .bloco-certificado-download {
    margin: 0px 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .bloco-certificado-download {
    padding: 46px 36px 45px 26px;
  }
  .bloco-certificado {
    font-size: 15px;
  }
  .bloco-certificado .title {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bloco-certificado {
    font-size: 21px;
  }
  .bloco-certificado .title {
    font-size: 33px;
  }
}

.bloco-certificado-iso:before {
  background: url(../img/iso-45001.png) no-repeat !important;
  content: "";
  display: block;
  height: 200px;
  width: 200px;
  left: 6px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
@media screen and (min-width: 1200px) {
  .bloco-certificado-download-iso {
    padding: 68px 36px 45px 26px !important;
  }
}
@media screen and (max-width: 1200px) {
  .bloco-certificado-download-iso {
    padding: 72px 36px 51px 26px !important;
  }
}

/*==============================================================================================
Listagem notícias
==============================================================================================*/
.listagem-noticias .link-noticia {
  display: block;
}
.listagem-noticias .link-noticia:hover,
.listagem-noticias .link-noticia:active,
.listagem-noticias .link-noticia:focus {
  text-decoration: none;
}
.listagem-noticias .link-noticia:hover .shadow,
.listagem-noticias .link-noticia:active .shadow,
.listagem-noticias .link-noticia:focus .shadow {
  background-color: rgba(68, 68, 68, 0.8);
}

.listagem-noticias .shadow {
  position: absolute;
  top: 0;
  z-index: 1;
  background: url(../img/noticia-shadow.png) repeat-x center bottom;
  width: 100%;
  height: 100%;
}

.listagem-noticias .btn-leia-mais {
  color: #a3c939;
  font-size: 18px;
  font-family: "ProximaNovaSemibold", sans-serif;
}
.listagem-noticias .btn-leia-mais:hover,
.listagem-noticias .btn-leia-mais:active,
.listagem-noticias .btn-leia-mais:focus {
  text-decoration: none;
}
.listagem-noticias .btn-leia-mais .fa {
  font-size: 10px;
  margin-left: 4px;
  margin-top: -2px;
  vertical-align: middle;
}

.noticia-destaque {
  color: #fff;
  font-family: "ProximaNovaSemibold", sans-serif;
  position: relative;
  margin-bottom: 25px;
}
.noticia-destaque .img {
  overflow: hidden;
}
.noticia-destaque .img img {
  max-width: auto;
  width: 100%;
}
.noticia-destaque .detalhe {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 2;
}
.noticia-destaque .date {
  font-size: 22px;
  color: #fff;
}
.noticia-destaque .title {
  color: #fff;
  font-size: 28px;
}

.noticia {
  margin-bottom: 25px;
}
.noticia .link-noticia {
  position: relative;
}
.noticia .shadow {
  background-image: none;
}
.noticia .img .detalhe .date {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 7px 5px;
  text-transform: uppercase;
}
.noticia .img .detalhe .date .dia {
  display: block;
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 24px;
}
.noticia .detalhes .date {
  color: #444;
  font-size: 14px;
}
.noticia .detalhes .title {
  color: #444444;
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 12px 0;
}
.noticia .detalhes .link-noticia {
  margin-top: 3px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
}

.noticia-detalhe {
  margin: 40px 0;
}
.noticia-detalhe .topo .data {
  font-size: 20px;
  font-family: "ProximaNovaBold", sans-serif;
}
.noticia-detalhe .topo .titulo {
  font-size: 35px;
  margin-bottom: 25px;
  margin-top: 12px;
}
.noticia-detalhe .img-principal {
  text-align: center;
}

.slider-galeria {
  height: 97px;
  margin-top: 20px;
  padding: 0 62.5px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-image: url(../img/arrows.jpg);
  background-repeat: no-repeat;
  height: 97px;
  width: 53px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background-position: -53px 0;
}

.slick-slide {
  padding: 0 7.5px;
}

.slick-arrow.slick-disabled {
  opacity: 0.4;
}

.pages {
  margin-top: 30px;
}

.pages span,
.pages a {
  display: block;
}

.pages .next {
  border: 1px solid #cccccc;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  color: #777777;
  font-size: 18px;
  font-family: "ProximaNovaBold", sans-serif;
  padding: 8px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pages .next:hover {
  text-decoration: none;
  background-color: #777;
  color: #fff;
}
.pages .next.disabled {
  opacity: 0;
}
.pages .next.disabled:hover {
  text-decoration: none;
  background-color: transparent;
  color: #777;
}

.btn-voltar {
  display: block;
  color: #666;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.btn-voltar:hover {
  color: #666;
}
.btn-voltar .fa {
  font-size: 12px;
  margin-right: 6px;
}

#duvidas {
  margin-top: 25px;
}
#duvidas .panel-default {
  border: 0;
  border-bottom: 5px solid #cccccc;
  margin-bottom: 20px;
}
#duvidas .panel-group .panel-heading {
  background-color: #f4f4f4;
}
#duvidas .panel-group .panel-heading a {
  color: #666666;
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  position: relative;
  padding-right: 60px;
  font-weight: 600;
}
#duvidas .panel-group .panel-heading a:before {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 11px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#duvidas .panel-group .panel-heading.active a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#duvidas .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
#duvidas .panel-body {
  background-color: #f4f4f4;
  font-family: "ProximaNovaRegular";
  color: #999999;
}
#duvidas .fontes-perguntas {
  font-family: "ProximaNovaRegular";
  color: #666666;
  font-size: 15px;
}

.form-control {
  border-color: #dddddd;
  border-radius: 0;
  font-size: 16px;
  height: 50px;
  padding: 6px 20px;
}

textarea.form-control {
  height: 170px;
}

.address {
  margin-bottom: 14px;
}
.address .label-address {
  font-size: 16px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-bottom: 4px;
  display: block;
}
.address .fone {
  font-size: 37px;
  font-family: "ProximaNovaBold", sans-serif;
}

.address-line {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}

.contato-form {
  margin: 40px 0;
}

#map {
  height: 400px;
}

/* Trabalhe Conosco */
#page-curriculos .contato-form {
  margin: 15px 0 40px;
}

#page-curriculos .bloco-img {
  margin-top: 50px;
}

#CurriculoFile {
  width: 100%;
}

label {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
}

.bloco-trabalhe {
  background-color: #3c3e44;
  color: #fff;
  font-size: 18px;
  margin: 45px 0 35px;
  padding: 38px 30px 38px 265px;
  position: relative;
}
.bloco-trabalhe .title {
  font-size: 46px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bloco-trabalhe a {
  color: #fff;
  text-decoration: underline;
}
.bloco-trabalhe:before {
  background: url(../img/colaborador.png) no-repeat;
  content: "";
  display: block;
  height: 207px;
  width: 191px;
  left: 30px;
  position: absolute;
  bottom: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/07/2016, 16:50:24
    Author     : marcos.milanez
*/
@media screen and (min-width: 1200px) {
  .bloco-curriculo {
    padding: 110px 0;
  }
  .bloco-curriculo .title {
    margin-right: 18px;
  }
  .bloco-curriculo .btn-default {
    float: right;
  }
  .bloco-beneficio {
    margin-top: 50px;
  }
  .bloco-beneficio .row {
    padding: 40px 0;
  }
  .bloco-beneficio .image {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: -33.33333333333333%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #page-empresa .bloco-valor .box-text.text-right {
    text-align: left !important;
  }
  #header .header-menu .logo img {
    margin-top: 24px;
  }
  #footer .procon img {
    margin-top: 10px;
  }
  .btn-top {
    bottom: 119px;
  }
}

@media screen and (min-width: 992px) {
  .f-top .item-curriculo {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .bloco-valor .item {
    text-align: center;
  }
  .bloco-curriculo .title {
    font-size: 40px;
  }
  .bloco-curriculo .chamada {
    margin: 9px 0 20px;
  }
  #page-company .bloco-valor .box-text {
    margin-top: 0;
  }
  #page-company .bloco-valor .box-text .title,
  #page-company .bloco-valor .descricao {
    text-align: left;
  }
  #page-company .bloco-valor {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  #header {
    height: 75px;
  }
  /* Home */
  .bloco-valor .title,
  .bloco-valor .text-desc {
    text-align: center;
  }
  .bloco-valor .dados .item {
    margin: 15px 0;
  }
  .bloco-ambiente {
    text-align: center;
  }
  .bloco-ambiente img {
    margin-top: 0;
  }
  .bloco-noticias .box-button {
    text-align: center;
  }
  .f-top .item-curriculo {
    margin: 40px 0;
  }
  .footer-copyright .copyright {
    margin-top: 0;
    text-align: center;
  }
  .btn-top {
    bottom: 52px;
  }
  /* Empresa */
  .bloco-dpto .column {
    margin-top: 40px;
  }
  .text-minerio {
    text-align: left;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  #page-empresa .bloco-valor .box-text.text-right {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .bloco-localizacao,
  .bloco-certificado {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 240px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .bloco-localizacao .title,
  .bloco-certificado .title {
    font-size: 42px;
  }
  .bloco-localizacao:before,
  .bloco-certificado:before {
    top: -6px;
    margin-top: 0;
    left: 50%;
    margin-left: -105px;
  }
  .bloco-trabalhe {
    padding: 38px 30px;
    margin: 28px -15px 28px;
  }
  .bloco-trabalhe .title {
    font-size: 30px;
  }
  .bloco-trabalhe:before {
    background: none;
  }
  .bloco-404 {
    padding: 38px 20px;
    margin: 220px -15px 0;
  }
  .bloco-404 .title {
    font-size: 30px;
  }
  .bloco-404:before {
    left: 50%;
    position: absolute;
    top: 0;
    margin-top: -207px;
    margin-left: -108px;
  }
  .menu-404 {
    padding: 0;
    margin-bottom: 0;
    border: 0 none;
  }
  .menu-404 .navbar-nav {
    margin: 0;
  }
  .menu-404 .navbar-nav li {
    display: block;
  }
  .menu-404 .navbar-nav li a {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
  }
  .bloco-localizacao:before {
    margin-left: -100px;
  }
  .bloco-iso .image {
    margin-bottom: 20px;
  }
  .buttons-contact {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 30px;
  }
  .address-line {
    margin-bottom: 36px;
    padding-bottom: 14px;
  }
  .address .fone {
    font-size: 30px;
  }
  .blocos-recuperacao .item img {
    max-width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .noticia-destaque .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .noticia-detalhe .topo .titulo {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .btn-responsive-nav {
    background: transparent;
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    border: 0 none;
  }
}

.dados {
  padding-left: 85px;
}
.box-image:hover::after {
  transform: scale(1.2);
}
.box-image::after {
  background: url(../img/icon-play.png) center center no-repeat;
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  zoom: 0.8;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
  border-radius: 50%;
  transition: 0.2s;
}
.img-youtube {
  width: 100%;
}
.video-youtube {
  margin-top: -370px;
}
.btn-default.hvr-to-green {
  margin-top: 50px;
}
.bloco-valor .dados {
  margin: 55px 0;
}

@media (max-width: 1200px) {
  .video-youtube {
    margin-top: -390px;
  }
}
@media (max-width: 991px) {
  .video-youtube {
    width: 100% !important;
    margin-top: 0px;
  }
  .dados {
    padding-left: 0px;
    width: 100% !important;
  }
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
