article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
menu,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #333;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} /* ==========================================================================Base styles========================================================================== */
@font-face {
  font-family: "kirvy";
  src: url("../fonts/Kirvy-Regular.otf");
}
p {
  font-family: "kirvy";
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.clear {
  clear: both;
}
/** A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/** Remove the gap between images, videos, audio and canvas and the bottom of* their containers: h5bp.com/i/440*/
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/** Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/** Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}
/*SCROLL ASIDE*/
::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
::-webkit-scrollbar {
  width: 8px;
  background: #f4f4f4;
}
::-webkit-scrollbar-thumb {
  background: #fcaf17;
}
/*END SCROLL ASIDE*/
/* ==========================================================================Browse Happy prompt========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*==========================================================================Geral==========================================================================*/
body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: #111111;
}
h1 {
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  margin: 20px 0;
}
h2 {
  font-size: 16px;
  text-decoration: none;
  margin: 15px 0;
  color: #ffffff;
}
h3,
h4 {
  font-size: 12px;
  color: #fcaf17;
  text-decoration: none;
  margin: 15px 0;
}
a {
  color: #fcaf17;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.tel {
  text-decoration: none;
  color: inherit;
  display: block;
}
/*==================================================Header==================================================*/
.topofixo {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0px;
  background-color: rgba(29, 29, 27, 0.9);
}
.topofixo .logo img {
  width: 150px;
  transition: 0.3s;
}
.topofixo #menu2 {
  font-size: 14px;
  margin: 16px 0;
  margin-right: 10px;
}
.topofixo .topo {
  display: none;
}
header {
  margin: 0 auto;
  background: #00000000;
  position: absolute;
  width: 100%;
  top: 0;
}
.topofixo .logo {
  margin: 10px 0;
}
header .logo {
  float: left;
  margin: 15px 0;
}
header .logo img {
  width: 220px;
  transition: 0.3s;
}
header .right {
  float: right;
  text-align: right;
  color: #666;
  font-size: 12px;
  margin: 17px 0px;
}
header .right strong {
  font-size: 20px;
}
/* TOPO MOBILE */
/* HIDE ON DESKTOP */
.show-mobile {
  display: none;
}
.social-inline {
  display: inline;
}
.flex-top-icons {
  display: none;
}
/* SHOW ON MOBILE */
@media only screen and (max-width: 765px) {
  .show-mobile {
    display: block;
  }
  .flex-top-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 41px; */
  }
  .flex-top-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
  }
  /*.flex-top-icons a:first-child{
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }
    .flex-top-icons a:nth-child(2){
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }*/
}
/* END TOPO MOBILE */
/*==================================================Menu==================================================*/
header #menu {
  clear: both;
  position: relative;
  background: #e4e4e4;
  font-size: 15px;
  text-align: center;
}
header #menu li {
  position: relative;
  display: inline-block;
}
header #menu a {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 10px 30px;
  text-align: center;
  transition: all 0.3s linear;
  /* Efeito de Transição dos itens do header #menu e sub-header #menu */
}
header #menu a:hover,
header #menu li:hover a {
  color: #fff;
  background: #fcaf17;
}
header #menu table {
  border-collapse: collapse;
  position: absolute;
  left: 0;
  top: 0;
}
header #menu .dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  height: auto;
  width: 230px;
  z-index: 7;
  background: #fcaf17;
  box-sizing: border-box;
}
header #menu .dropdown:hover .sub-menu {
  display: block;
}
header #menu .dropdown:hover .sub-menu li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
header #menu .dropdown:hover .sub-menu li a {
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 5px;
  height: auto;
  text-align: left;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
header #menu .dropdown:hover .sub-menu li a:hover {
  background: #1a5b8f;
  color: #fff;
  /* text-decoration:underline; */
}
header #menu .dropdown ul li.dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  margin: 0;
  height: auto;
  width: 190px;
  z-index: 7;
}
header #menu .dropdown ul li.dropdown:hover .sub-menu {
  display: block;
}
header #menu .dropdown .sub-menu-info {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  height: 400px;
  width: 300px;
  z-index: 7;
  background: #fcaf17;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
header #menu .dropdown:hover .sub-menu-info {
  display: block;
}
header #menu .dropdown:hover .sub-menu-info li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
header #menu .dropdown:hover .sub-menu-info li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 5px;
  height: auto;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
header #menu .dropdown:hover .sub-menu-info li a:hover {
  background: #1a5b8f;
  color: #fff;
}
header #menu .dropdown ul li.dropdown .sub-menu-info {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  margin: 0;
  height: auto;
  width: 190px;
  z-index: 7;
}
header #menu .dropdown ul li.dropdown:hover .sub-menu-info {
  display: block;
}
header #menu2 {
  font-size: 15px;
  text-align: center;
  float: right;
  margin: 31px 0;
  margin-right: 10px;
}
header #menu2 li {
  position: relative;
  display: inline-block;
}
header #menu2 > ul > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
header #menu2 > ul > li > a.active-menu-topo {
  color: #fcaf17;
}
header #menu2 a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  text-align: center;
  transition: all 0.3s linear;
  /* Efeito de Transição dos itens do header #menu2 e sub-header #menu2 */
}
header #menu2 a:hover,
header #menu2 li:hover a {
  color: #fcaf17;
  /* background: #fcaf17; */
}
header #menu2 table {
  border-collapse: collapse;
  position: absolute;
  left: 0;
  top: 0;
}
header #menu2 .dropdown [class*="sub-menu"] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  height: auto;
  width: 230px;
  z-index: 7;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  padding: 5px;
}
header #menu2 .dropdown [class*="sub-menu-info"] {
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  height: 400px;
}
header #menu2 .dropdown:hover [class*="sub-menu"] {
  display: block;
}
header #menu2 .dropdown:hover [class*="sub-menu"] li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
header #menu2 .dropdown:hover [class*="sub-menu"] li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  height: auto;
}
header #menu2 .dropdown:hover [class*="sub-menu"] li a:hover {
  background: rgb(240, 174, 4);
  color: #000;
  /* text-decoration:underline; */
}
header #menu2 .dropdown ul li.dropdown [class*="sub-menu"] {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  margin: 0;
  height: auto;
  width: 190px;
  z-index: 7;
}
header #menu2 .dropdown ul li.dropdown:hover [class*="sub-menu"] {
  display: block;
}
/*==================================================Content==================================================*/
/*================================================== TIMELINE ===============================================*/
.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  border-width: 1px;
  border-style: dotted;
  border-color: #fcaf17;
}
.timeline__header {
  position: relative;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 50px;
  z-index: 9;
}
.timeline__header::before {
  content: "";
  position: absolute;
  height: 0;
  top: 100%;
  left: 50%;
  z-index: 1;
  border: medium solid #fcaf17;
  border-width: 10px 10px 0px 10px;
  border-color: #fcaf17 transparent transparent transparent;
  transform: translateX(-50%);
}
.timeline__header__content {
  background: white;
  border: 1px solid #fcaf17;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
  transition: all 300ms;
}
.timeline__header__content::after {
  content: "";
  position: absolute;
  top: 130%;
  left: 50%;
  background: #fcaf17;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline__header__content:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.timeline__container {
  position: relative;
  width: 50%;
}
.timeline__container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  background: #fcaf17;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.timeline__left p,
.timeline__left h2,
.timeline__left h3,
.timeline__left h4,
.timeline__left h5,
.timeline__left h6 {
  text-align: right;
}
.timeline__left {
  left: 0;
  padding: 10px 40px;
  box-sizing: border-box;
}
.timeline__right {
  left: 50%;
  padding: 10px 40px;
  box-sizing: border-box;
}
.timeline__right::before {
  content: "";
  position: absolute;
  height: 0;
  top: 50%;
  left: 30px;
  z-index: 1;
  border: medium solid #fcaf17;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fcaf17 transparent transparent;
  transform: translateY(-50%);
}
.timeline__left::before {
  content: "";
  position: absolute;
  height: 0;
  top: 50%;
  right: 30px;
  z-index: 1;
  border: medium solid #fcaf17;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #fcaf17;
  transform: translateY(-50%);
}
.timeline__right::after {
  left: -5px;
}
.timeline__content {
  background: white;
  border: 1px solid #fcaf17;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
  transition: all 300ms;
}
.timeline__content:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.timeline__footer {
  position: relative;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: 50px;
  z-index: 9;
}
.timeline__footer::before {
  content: "";
  position: absolute;
  height: 0;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  border: medium solid #fcaf17;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #fcaf17 transparent;
  transform: translateX(-50%);
}
.timeline__footer__content:after {
  content: "";
  position: absolute;
  bottom: 130%;
  left: 50%;
  background: #fcaf17;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline__footer__content {
  background: white;
  border: 1px solid #fcaf17;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 300ms;
  border-radius: 5px;
}
.timeline__footer__content p,
.timeline__footer__content h2,
.timeline__footer__content h3,
.timeline__footer__content h4,
.timeline__footer__content h5,
.timeline__footer__content h6,
.timeline__footer__content img,
.timeline__header__content p,
.timeline__header__content h2,
.timeline__header__content h3,
.timeline__header__content h4,
.timeline__header__content h5,
.timeline__header__content h6,
.timeline__header__content img {
  text-align: center;
}
.timeline__footer__content:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .timeline::after {
    left: 10px;
  }
  .timeline__container {
    width: 100%;
  }
  .timeline__container::before,
  .timeline__header::before,
  .timeline__footer::before {
    left: 30px;
    right: unset;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f99d1c transparent transparent;
  }
  .timeline__header::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .timeline__container::after {
    left: -5px;
    right: unset;
  }
  .timeline__header__content::after {
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  }
  .timeline__footer,
  .timeline__header {
    margin: 10px 0;
    left: 10px;
  }
  .timeline__footer::before {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .timeline__footer__content::after {
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  }
  .timeline__left p,
  .timeline__left h2,
  .timeline__left h3,
  .timeline__left h4,
  .timeline__left h5,
  .timeline__left h6,
  .timeline__footer__content p,
  .timeline__footer__content h2,
  .timeline__footer__content h3,
  .timeline__footer__content h4,
  .timeline__footer__content h5,
  .timeline__footer__content h6,
  .timeline__header__content p,
  .timeline__header__content h2,
  .timeline__header__content h3,
  .timeline__header__content h4,
  .timeline__header__content h5,
  .timeline__header__content h6 {
    text-align: left;
  }
  .timeline__left,
  .timeline__right,
  .timeline__header {
    left: 10px;
  }
  .timeline__right {
    left: 10px;
  }
}
/*==================================================FIM TIMELINE============================================ */
.wrapper {
  width: 100%;
  max-width: 1183px;
  margin: 0 auto;
}
.wrapper--1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.content {
  /* padding:0 15px; */
}
section {
  float: left;
  width: 100%;
  padding: 0;
  min-height: 340px;
}
section p {
  font-size: 15px;
  text-align: justify;
}
article {
  float: left;
  width: 70%;
}
article p {
  margin: 1em 0;
}
article strong {
  font-weight: normal;
}
article.full {
  width: 100%;
}
article .alerta {
  font-size: 12px;
  color: #7d7d7d;
  font-weight: bold;
}
/* SOBRE */
.title-breadcrumb {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/crioula-camera-02.webp);
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 30px;
  height: 450px;
  display: flex;
  align-items: flex-end;
}
.title-breadcrumb h1 {
  color: white;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.title-breadcrumb #breadcrumb {
  width: auto;
  margin-top: 0px;
  float: right;
  background: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.title-breadcrumb #breadcrumb a {
  color: #666;
  text-decoration: none;
}
.title-breadcrumb #breadcrumb a:hover {
  color: #bbb;
  text-decoration: none;
}
/* FIM SOBRE */
.title-breadcrumbs {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/crioula-camera-02.webp);
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 30px;
  height: 450px;
  display: flex;
  align-items: flex-end;
}
.title-breadcrumbs h1 {
  color: white;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.title-breadcrumbs #breadcrumbConteudo {
  width: auto;
  margin-top: 0px;
  float: right;
  background: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.title-breadcrumbs #breadcrumbConteudo a {
  color: #666;
  text-decoration: none;
}
.title-breadcrumbs #breadcrumbConteudo a:hover {
  color: #bbb;
  text-decoration: none;
}
#breadcrumbs {
  display: inline-block;
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
}
#breadcrumbs div {
  display: inline;
}
#breadcrumbs a {
  color: #8c8c8c;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #bbb;
  text-decoration: none;
}
#breadcrumb {
  display: flex;
  gap: 5px;
}
/* FIM CONTEUDO */
/* CONTEUDO */
.title-breadcrumb_conteudo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/bg-conteudo.webp);
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 30px;
  height: 450px;
  display: flex;
  align-items: flex-end;
}
.bg-production .title-breadcrumb_conteudo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/bg-production.webp);
  background-size: 100% 100%;
}
.title-breadcrumb_conteudo h1 {
  color: white;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.title-breadcrumb_conteudo #breadcrumbConteudo {
  width: auto;
  margin-top: 0px;
  float: right;
  background: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.title-breadcrumb_conteudo #breadcrumbConteudo a {
  color: #666;
  text-decoration: none;
}
.title-breadcrumb_conteudo #breadcrumbConteudo a:hover {
  color: #bbb;
  text-decoration: none;
}
#breadcrumbConteudo {
  display: inline-block;
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
}
#breadcrumbConteudo div {
  display: inline;
}
#breadcrumbConteudo a {
  color: #8c8c8c;
  text-decoration: none;
}
#breadcrumbConteudo a:hover {
  color: #bbb;
  text-decoration: none;
}
#breadcrumb {
  display: flex;
  gap: 5px;
}
/* FIM CONTEUDO */
/* INFORMACOES */
.title-breadcrumb_info {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/bg-info.webp);
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 30px;
  height: 450px;
  display: flex;
  align-items: flex-end;
}
.title-breadcrumb_info h1 {
  color: white;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.title-breadcrumb_info #breadcrumbInfo {
  width: auto;
  margin-top: 0px;
  float: right;
  background: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.title-breadcrumb_info #breadcrumbInfo a {
  color: #666;
  text-decoration: none;
}
.title-breadcrumb_info #breadcrumbInfo a:hover {
  color: #bbb;
  text-decoration: none;
}
#breadcrumbInfo {
  display: inline-block;
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
}
#breadcrumbInfo div {
  display: inline;
}
#breadcrumbInfo a {
  color: #8c8c8c;
  text-decoration: none;
}
#breadcrumbInfo a:hover {
  color: #bbb;
  text-decoration: none;
}
/* FIM INFO */
/* CONTATO */
.title-breadcrumb_contato {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/bg-contato.webp);
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 30px;
  height: 450px;
  display: flex;
  align-items: flex-end;
}
.title-breadcrumb_contato h1 {
  color: white;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.title-breadcrumb_contato #breadcrumbContato {
  width: auto;
  margin-top: 0px;
  float: right;
  background: white;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.title-breadcrumb_contato #breadcrumbContato a {
  color: #666;
  text-decoration: none;
}
.title-breadcrumb_contato #breadcrumbContato a:hover {
  color: #bbb;
  text-decoration: none;
}
#breadcrumbContato {
  display: inline-block;
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
}
#breadcrumbContato div {
  display: inline;
}
#breadcrumbContato a {
  color: #8c8c8c;
  text-decoration: none;
}
#breadcrumbContato a:hover {
  color: #bbb;
  text-decoration: none;
}
/* FIM CONTATO */
.list {
  margin: 0 0 20px 40px;
}
.list li {
  list-style: disc;
  margin: 6px 0;
  line-height: 1.5em;
  font-size: 14px;
}
.picture-legend {
  background: #eee;
  display: inline-block;
  padding: 3px;
}
.picture-legend strong {
  clear: both;
  display: block;
  text-align: right;
  font-weight: normal;
  padding: 4px;
  font-size: 9px;
}
.picture-legend img {
  margin: 0 auto;
  display: block;
}
.picture-left {
  float: left;
  margin: 0 10px 0 0;
  max-width: 50%;
}
.picture-right {
  float: right;
  margin: 0 0 0 10px;
  max-width: 50%;
}
.picture-center {
  margin: 0 auto;
  display: block;
}
.btn {
  text-decoration: none;
  color: #fff;
  background: #fcaf17;
  padding: 10px 15px;
  box-sizing: border-box;
  margin: 10px auto;
  font-size: 14px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.9;
}
.topo {
  background: rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 13px;
  padding: 8px 10px;
}
.topo a {
  color: white;
  margin: 0px 10px;
  /* margin-right: 20px; */
  text-decoration: none;
}
header .topo .social {
  display: inline-flex;
  align-items: center;
}
.conteudo-index iframe {
  width: 640px;
  height: 360px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.conteudo-index {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../imagens/bg-showrell.webp);
  background-size: cover;
  background-position: center center;
  min-height: fit-content;
  height: 100vh;
  max-height: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.conteudo-index h2,
.conteudo-index h1 {
  /* color: #444; */
}
.conteudo-index p {
  color: #444;
}
/*==================================================Thumbnails==================================================*/
.thumbnails {
  display: inline-block;
  list-style: none;
  list-style-type: none;
}
.thumbnails li {
  float: left;
  width: 213px;
  height: 236px;
  margin: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.thumbnails li:hover img {
  opacity: 0.9;
}
.thumbnails li:hover h2 {
  opacity: 0.9;
}
.thumbnails img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.3s;
}
.thumbnails h2 {
  font-size: 10px;
  background: #fcaf17;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  margin-top: 0px;
  transition: 0.3s;
  color: #fff;
}
.thumbnails a {
  text-decoration: none;
  color: white;
}
.thumbnails a:hover {
  text-decoration: none;
}
/*==================================================Sidebar==================================================*/
aside {
  float: left;
  width: 25%;
  margin: 0 0 0 30px;
  text-transform: uppercase;
}
aside h2 a {
  display: block;
  padding: 5px;
  font-size: 15px;
  background: #fcaf17;
  color: #fff;
  text-decoration: none;
}
aside nav {
  list-style: none;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  max-height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto;
}
aside nav > ul > li > ul {
  display: none;
}
aside li {
  margin: 5px 0 0 0;
}
aside li a {
  font-size: 12px;
  display: block;
  padding: 5px;
  color: #666;
  transition: all 0.3s linear;
  text-decoration: none;
  border-left: 2px solid #cccccc;
}
aside nav li a:hover {
  border-left: 2px solid #000;
}
aside h3 {
  color: #fff;
  background: #fcaf17;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
}
aside p {
  background: #eee;
  margin: 0;
  text-align: center;
}
aside strong {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}
aside a {
  text-decoration: none;
}
/*==================================================Aside Full bottom===========================================*/
aside.aside-full {
  float: left;
  width: 100%;
  margin: 0 0 0 0px;
  text-transform: uppercase;
}
aside.aside-full nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
aside.aside-full h2 a {
  display: block;
  padding: 5px;
  font-size: 15px;
  background: #0ca9e3;
  color: #fff;
  text-decoration: none;
}
aside.aside-full nav {
  list-style: none;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  max-height: 210px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto;
}
aside.aside-full nav > ul > li > ul {
  display: none;
}
aside.aside-full li {
  margin: 5px 0 0 0;
}
aside.aside-full li a {
  font-size: 12px;
  display: block;
  padding: 5px;
  color: #666;
  transition: all 0.3s linear;
  text-decoration: none;
  border-left: 2px solid #cccccc;
}
aside.aside-full nav li a:hover {
  border-left: 2px solid #000;
}
aside.aside-full h3 {
  color: #fff;
  background: #0ca9e3;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
}
aside.aside-full p {
  background: #eee;
  margin: 0;
  text-align: center;
}
aside.aside-full strong {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}
aside.aside-full a {
  text-decoration: none;
}
/*==================================================Includes==================================================*/
/*  Saiba mais */
.more {
  margin-bottom: 20px;
}
.more h2 strong {
  font-size: 16px;
}
/*  Gallery  */
.gallery {
  display: inline-block;
  list-style-type: none;
  list-style: none;
}
.gallery li {
  float: left;
  margin: 5px;
  text-align: center;
  transition: 0.3s;
}
.gallery li:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.gallery li img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid #ddd;
}
p.ampliar {
  color: #f30;
  font-size: 11px;
  margin: 5px 0;
}
/*  Social midia  */
.compartilhe {
  font-size: 0.75em;
  margin: 0.5em 0;
  display: block;
  font-weight: bold;
}
.social-media {
  display: inline-block;
  padding: 0;
  margin: 5px 0;
}
.social-media li {
  float: left;
  margin-right: 10px;
}
.bt-twitter {
  text-indent: -5000px;
  overflow: hidden;
  display: block;
  width: 55px;
  height: 20px;
  background: url(https://www.crioulacamera.com.br/imagens/icones/tweet.png) no-repeat 0 0;
}
.bt-twitter:hover {
  background-position: 0px -20px;
}
/*  Páginas relacionadas  */
.related-posting-title {
  font-size: 22px;
}
.related-posting {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.row {
  clear: both;
  display: block;
  background: #e8e8e8;
  border-left: 3px solid #ccc;
  padding: 10px 20px;
  transition: all 0.3s linear;
  min-height: 85px;
  margin: 0 0 2px 0;
  overflow: hidden;
}
.row:hover {
  border-left: 3px solid #666;
}
.row img {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  margin: 0 10px 0 0;
}
.row p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
.row a {
  color: #666;
  text-decoration: none;
}
.row p a {
  color: #69747b;
}
.row strong {
  font-size: 12px;
}
/*  Tabs regiões  */
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#servicosTabsDois .list-wrap {
  background: #000;
  border: solid 2px #fcaf17;
  padding: 10px;
  /* margin: 0 0 15px 0; */
  font-size: 10px;
  height: auto !important;
}
#servicosTabsDois ul {
  list-style: none;
  display: inline-block;
}
#servicosTabsDois .list-wrap li {
  width: 160px;
  float: left;
  color: #fff;
}
#servicosTabsDois .nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#servicosTabsDois .nav li {
  float: left;
  margin: 0 10px 0 0;
}
#servicosTabsDois .nav li.last {
  margin-right: 0;
}
#servicosTabsDois .nav li a {
  display: block;
  text-decoration: none;
  padding: 12px;
  border: solid 2px #fcaf17;
  background: #fcaf17;
  transition: all 0.2s linear;
  color: #fcaf17;
  font-size: 12px;
  text-align: center;
  /* border: 0; */
}
#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
  background: #000;
  color: #fff;
}
#servicosTabsDois ul li.nav-two a.current {
  background-color: #eee !important;
  color: #444;
}
/*  Copyright  */
.copyright {
  font-size: 10px;
  color: #a5a5a5;
}
.copyright a {
  font-size: 10px;
  color: #fcaf17;
}
/*==================================================Footer==================================================*/
footer {
  clear: both;
  margin-top: 15px;
  padding: 15px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../imagens/bg.webp);
}
.contact-footer {
  float: left;
  color: #eee;
  margin-right: 30px;
}
.contact-footer strong {
  font-size: 18px;
  /* letter-spacing: -1px; */
}
.contact-footer a {
  text-decoration: none;
  color: #fff;
  line-height: 25px;
}
footer address {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}
footer address span {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
footer .menu-footer {
  text-align: right;
}
footer .menu-footer nav {
  margin: 3px 0;
}
footer .menu-footer nav li {
  display: inline;
  padding: 0 10px 0 0;
}
footer .menu-footer nav li a {
  color: #eee;
  font-size: 13px;
  text-decoration: none;
}
footer .menu-footer nav li a:hover {
  color: #bbb;
}
footer .social {
  margin: 15px 0 0 0;
  float: right;
}
footer .social .social-icons:hover {
  opacity: 1;
  background: #111;
  color: #fcaf17;
}
footer .social .social-icons {
  width: auto;
  border-radius: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 5px;
  float: right;
  font-size: 18px;
  background: #fcaf17;
  color: #111;
  width: 40px;
  height: 40px;
  text-align: center;
  /* box-shadow: 2px 2px 2px #ccc; */
}
.copyright-footer {
  text-align: left;
  font-size: 10px;
  color: #eee;
  padding: 10px 0;
  background: #111;
}
.copyright-footer .selos {
  float: right;
}
.copyright-footer .selos strong {
  background: #fff;
  color: #363b36;
  padding: 0px 5px;
}
.copyright-footer .selos a {
  margin: 0 0 0 5px;
  color: #b7b7b7;
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 0.3s;
}
.copyright-footer .selos a:hover {
  opacity: 1;
}
/*==================================================Página Contato (Formulario)==================================================*/
.contact {
  display: block;
  padding: 0 20px;
}
.form {
  float: left;
  width: 50%;
}
.form label {
  width: 185px;
  font-weight: bold;
  padding-right: 5px;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
}
.form label span {
  font-size: 9px;
  color: #c00;
}
.form input,
.form textarea,
.form select {
  width: 80%;
  margin: 10px 0 4px 0;
  padding: 8px 5px;
  border: solid 1px #cfcfcf;
  font-size: 16px;
  box-sizing: border-box;
}
input#ddd {
  width: 17%;
}
input#telefone {
  width: 59%;
}
@media screen and (max-width: 420px) {
  .form input,
  .form textarea,
  .form select {
    width: 100%;
  }
  input#ddd {
    width: 30%;
  }
  input#telefone {
    width: 67%;
  }
  .form textarea {
    width: 100% !important;
  }
}
input.ir {
  width: 40%;
  max-width: 150px;
}
.form textarea {
  width: 80%;
  margin-bottom: 18px;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  background: #222;
}
.form .ir {
  border: solid 1px #666;
  background: #ffffff;
  padding: 10px 18px;
  color: #666;
  cursor: pointer;
  border-radius: 5px;
  width: 40%;
  max-width: 150px;
  transition: all 300ms ease-in-out;
}
.form .ir:hover {
  background: #2ecc71;
  color: #ffffff;
  border-color: #2ecc71;
}
.bt-submit {
  display: block;
  margin: 5px 0 0 0;
}
.form span.obrigatorio {
  font-size: 0.8em;
  color: #c00;
  margin-top: 10px;
}
.form label.error {
  display: block;
  color: red;
  margin: 0 0.5em 0 0;
  vertical-align: top;
  font-size: 10px;
}
.help {
  font-size: 11px;
  color: #666;
}
.alert {
  color: #ff0000;
}
.contact-form {
  float: right;
  color: #989898;
  font-size: 11px;
  width: 50%;
}
.contact-form strong {
  color: #666;
}
/*==================================================Sitemap==================================================*/
.sitemap {
  margin-left: 30px;
  list-style: none;
  list-style-type: none;
}
.sitemap li {
  font-size: 15px;
  margin: 10px 0;
}
.sitemap li a {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}
.sitemap li a:hover {
  color: #222 !important;
}
.sitemap li ul {
  margin-left: 35px;
  list-style: none;
  list-style-type: none;
}
.sitemap li ul li {
  margin: 5px 0;
  padding: 0;
}
.sitemap li ul li a {
  font-size: 12px;
  color: #fff;
}
.sitemap li ul li ul li {
  margin: 5px 0;
}
.sitemap li ul li ul li a {
  font-size: 13px;
  color: #fff;
}
.sitemap li a:hover {
  color: #999;
}
.sitemap .fa {
  display: none;
}
.sitemap br {
  display: none;
}
/*========================================Page not found========================================*/
.msg-404 {
  position: relative;
  font-size: 22px;
  line-height: 34px;
  color: #a7a9ac;
  margin-bottom: 30px;
}
.menu-404 {
  /* background: #F8F8F8; */
  width: 95%;
  padding: 15px;
  margin-bottom: 20px;
  float: left;
}
.menu-404 a {
  display: block;
  margin: 0 auto;
}
/* ==========================================================================Helper classes========================================================================== */
/** Image replacement*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  /**text-indent: -9999px;*/
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/** Hide from both screenreaders and browsers: h5bp.com/u*/
.hidden {
  display: none !important;
  visibility: hidden;
}
/** Hide only visually, but have it available for screenreaders: h5bp.com/v*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/** Extends the .visuallyhidden class to allow the element to be focusable* when navigated to via the keyboard: h5bp.com/p*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/** Hide visually and from screenreaders, but maintain layout*/
.invisible {
  visibility: hidden;
}
/** Clearfix: contain floats** For modern browsers* 1. The space content is one way to avoid an Opera bug when the*    `contenteditable` attribute is included anywhere else in the document.*    Otherwise it causes space to appear at the top and bottom of elements*    that receive the `clearfix` class.* 2. The use of `table` rather than `block` is only necessary if using*    `:before` to contain the top-margins of child elements.*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/** For IE 6/7 only* Include this rule to trigger hasLayout and contain floats.*/
.clearfix {
  /**zoom: 1;*/
}
.slicknav_menu {
  display: none;
}
.slicknav_nav .fa {
  display: none;
}
.slicknav_nav br {
  display: none;
}
/*==================================================Layout responsivo com Grid==================================================*/
.grid {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.grid:after {
  content: "";
  clear: both;
  display: block;
}
[class*="col-"] {
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
/* [class*="col-"] iframe {display: block;margin: 0 auto;width: 100%;max-width: 300px;height: 200px;border: 0;} */
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.txtcenter {
  text-align: center;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.pd {
  padding: 0;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.fwidth {
  width: 100%;
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*========================================Fancy Box - Lightbox========================================*/
#title-empresa h2 {
  font-size: 14px;
  background: #e9e9e9;
  padding: 4px 10px;
  line-height: 15px;
  color: #717171;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 10px 0;
  font-weight: 500;
  border-radius: 8px;
}
#title-keyword h3 {
  font-size: 12px;
  padding: 0 10px;
  line-height: 15px;
  color: #717171;
  text-decoration: none;
  margin: 0 0 10px 0;
  border-radius: 8px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(https://www.crioulacamera.com.br/images-fancy/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(https://www.crioulacamera.com.br/images-fancy/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: url(https://www.crioulacamera.com.br/images-fancy/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(https://www.crioulacamera.com.br/images-fancy/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    400 13px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.active-menu-topo {
  color: #32326b;
  font-weight: bold;
}
.active-menu-aside {
  color: #fcaf17;
  background-color: rgba(33, 114, 179, 0.1);
  border-left: 2px solid #fcaf17;
  font-weight: bold;
}
/*==========================================================================Tabela==========================================================================*/
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.tg td {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  color: #000;
}
.tg th {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.tg .tg-kf0f {
  background-color: #3166ff;
  color: #000000;
}
.tabela {
  background: none repeat scroll 0% 0% rgb(33, 114, 179);
  text-align: center;
  line-height: 30px;
}
.tabela p {
  text-align: center;
  line-height: normal;
}
.tabela th {
  border: 1px solid #000;
  color: #ffffff;
}
.tabela-conteudo {
  background: none repeat scroll 0% 0% rgb(229, 236, 244);
  padding: 0cm;
}
.busca {
  border: 1px solid;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 2px solid #ddd;
  color: #666;
}
.busca:focus {
  border: 2px solid #fcaf17;
}
.barra-busca form {
  position: relative;
}
.barra-busca {
  background-color: #e4e4e4;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  box-sizing: border-box;
}
.barra-busca .btn {
  max-width: 100%;
  position: absolute;
  margin: 0;
  top: 3px;
  right: 3px;
}
.barra-busca input[type="search"] {
  width: 100%;
  box-sizing: border-box;
}
.barra-busca2 form {
  position: relative;
}
.barra-busca2 {
  padding: 10px 0;
  box-sizing: border-box;
}
.barra-busca2 .btn {
  max-width: 100%;
  position: absolute;
  margin: 0;
  top: 1px;
  right: 1px;
  font-size: 14px;
}
.barra-busca2 input[type="search"] {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
.topofixo .barra-busca2 {
  padding: 0;
}
/* ==========================================================================BOTAO TOPO========================================================================== */
#scrollUp {
  box-sizing: content-box !important;
  bottom: 0;
  right: 30px;
  width: 50px;
  height: 45px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font: 14px/20px sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #111;
  border-radius: 5px 5px 0 0;
  background-color: #fcaf17;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
  margin-bottom: 0;
  color: #fff;
}
#scrollUp-active {
  display: none;
}
/*========================================Useful Rules========================================*/
.uc {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.flex {
  display: flex;
}
.flex-center-v {
  align-items: center;
}
.flex-center-h {
  justify-content: center;
}
.form-base {
  background-color: #fff;
  margin: auto;
  color: #666;
  padding: 10px;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}
.form-base input,
.form-base select,
.form-base textarea {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  margin: 10px 0;
  margin-bottom: 20px;
  border-radius: 3px;
  color: #666;
}
.form-base input:focus {
  background-color: #fff;
  border-color: #fcaf17;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 114, 179, 0.1);
}
.form-base input[type="radio"],
.form-base input[type="checkbox"] {
  width: auto;
  margin: 20px 5px;
  margin-bottom: 30px;
  display: inline-block;
}
.form-base .ir {
  margin: 10px 0;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 3px;
  color: #666;
}
.form-base .ir:hover {
  background: #fcaf17;
  color: #fff;
}
.form-base .obrigatorio {
  font-size: 12px;
}
.form-base [class*="col-"] {
  padding: 0;
}
.form-base [class*="col-"]:first-child {
  padding-right: 10px;
}
.form-base [class*="col-"]:last-child {
  padding-left: 10px;
}
@media only screen and (max-width: 765px) {
  .form-base {
    width: 100%;
  }
  aside.aside-full nav ul {
    grid-template-columns: 1fr;
  }
  .form-base [class*="col-"]:first-child {
    padding-right: 0px;
  }
  .form-base [class*="col-"]:last-child {
    padding-left: 0px;
  }
  .form-base .ir {
    width: 100%;
    max-width: unset;
  }
}
/*=======================================CUSTOM RULES=======================================*/
/* "BS" CORE (WIP) */
/* Margin sizes */
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
/* Padding sizes */
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
/* Sizes */
.w-100 {
  width: 100%;
}
.mw-100 {
  max-width: 100%;
}
.h-100 {
  height: 100%;
}
.mh-100 {
  max-height: 100%;
}
.w-75 {
  width: 75%;
}
.mw-75 {
  max-width: 75%;
}
.h-75 {
  height: 75%;
}
.mh-75 {
  max-height: 75%;
}
.w-50 {
  width: 50%;
}
.mw-50 {
  max-width: 50%;
}
.h-50 {
  height: 50%;
}
.mh-50 {
  max-height: 50%;
}
.w-25 {
  width: 25%;
}
.mw-25 {
  max-width: 25%;
}
.h-25 {
  height: 25%;
}
.mh-25 {
  max-height: 25%;
}
.w-0 {
  width: 0%;
}
.mw-0 {
  max-width: 0%;
}
.h-0 {
  height: 0%;
}
.mh-0 {
  max-height: 0%;
}
/* Font sizes */
.large {
  font-size: large;
}
.larger {
  font-size: larger;
}
.x-large {
  font-size: x-large;
}
.xx-large {
  font-size: xx-large;
}
.medium {
  font-size: medium;
}
.small {
  font-size: small;
}
.smaller {
  font-size: smaller;
}
.x-small {
  font-size: x-small;
}
.xx-small {
  font-size: xx-small;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.display-1 {
  font-size: 6rem;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-4 {
  font-size: 3.5rem;
}
.h1 {
  font-size: 2.5rem;
}
.h2 {
  font-size: 2rem;
}
.h3 {
  font-size: 1.75rem;
}
.h4 {
  font-size: 1.5rem;
}
.h5 {
  font-size: 1.25rem;
}
.h6 {
  font-size: 1rem;
}
/* Text */
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Display */
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.d-table-row {
  display: table-row;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
/* Horizontal Flex */
.justify-content-center {
  justify-content: center;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
/* Vertical Flex */
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.flex-column {
  flex-direction: column;
}
/* Float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
/* Position */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.t-0 {
  top: 0;
}
.b-0 {
  bottom: 0;
}
.l-0 {
  left: 0;
}
.r-0 {
  right: 0;
}
.t-50 {
  top: 50%;
}
.b-50 {
  bottom: 50%;
}
.l-50 {
  left: 50%;
}
.r-50 {
  right: 50%;
}
/* Responsive images */
.img-fluid {
  max-width: 100%;
  height: auto;
}
/* Colors */
.text-dark {
  color: #000;
}
.text-light {
  color: #f8f9fa;
}
/* Image */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
/* Border radius */
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
/* Borders */
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
/* Clearfix */
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.flex-wrap {
  flex-wrap: wrap;
}
.object-fit-cover {
  object-fit: cover;
}
/* PLACE YOUR CSS HERE IN THE NAME OF CRUZ */
/*.d-flex.flex-last-left::after {
    content: '';
    flex: auto;
}*/
.form input,
.form textarea,
.form select {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border-color: #5a5a5a;
  color: #ffffff;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  /*background: rgba(252, 175, 23, 0.25);*/
  border-color: #fcaf17;
}
.custom-vimeo-player {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.custom-vimeo-player::after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 35px;
  transform: scaleX(1.8);
  width: 38px;
  height: 44px;
  background: #fcaf17;
  background: #2d2d2dc7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.custom-vimeo-player:hover::after {
  background: #fcaf17;
}
.column-count-2 {
  column-count: 2;
}
@media only screen and (max-width: 765px) {
  [class*="column-count-"] {
    column-count: 1;
  }
}
/* LAZY LOAD VIDEO */
.lazy-video-home {
  cursor: pointer;
  position: relative;
}
.lazy-video-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.lazy-video-home::after {
  content: "\f16a";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 70px;
  color: #333;
  text-shadow: 0px 0px 50px white;
  transition: all 150ms;
}
.lazy-video-home:hover::after {
  color: red;
}
/* LAZY LOAD VIDEO */
.banner {
  min-height: fit-content;
  height: 100vh;
  max-height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/crioula-camera-01.webp);
  background-size: 110%;
  background-size: cover;
  display: flex;
  padding-top: 100px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-repeat: no-repeat;
  text-align: center;
}
.banner img {
  width: 200px;
}
.btn-width {
  width: 150px;
  text-align: center;
}
.btn-outline-light {
  background: none;
  border: solid 2px #fff;
}
.btn-outline-warning {
  background: none;
  border: solid 2px #fcaf17;
}
.btn-outline-light:hover {
  background-color: #fcaf17;
  border-color: #fcaf17;
}
.btn-outline-warning:hover {
  background-color: #fcaf17;
}
a.desliza {
  outline: none;
}
.bg-dark {
  background-color: #000;
  padding: 20px 0;
}
.making-of {
  width: 100%;
  min-height: auto;
  height: 100vh;
  max-height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imagens/bg-making-of.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.bg-warning {
  background-color: #f9b000;
  padding: 50px 0;
}
.bg-warning {
  color: #000;
}
.h-100px {
  height: 100px;
}
.crioulos > div {
  background-color: #323232;
  padding: 10px 0;
  margin-top: 10px;
  border-radius: 3px;
  border-bottom: solid 3px #4e4e4e;
  transition: 0.2s;
}
.crioulos:hover > div {
  border-bottom-color: #f9b000;
}
.text-center-all * {
  text-align: center;
}
.bg-warning {
  background-color: #fcaf17;
}
.banner iframe {
  width: 100%;
  height: 100vh;
  transform: scale(1.36);
}
.videobanner {
  width: 100%;
  position: absolute;
  overflow: hidden;
  transform: translateY(-50px);
  z-index: -1;
}
.tamanhoiframe {
  width: 100%;
  height: 360px;
}
/*=====================================END CUSTOM RULES=====================================*/
/*========================================CSS Mobile========================================*/
/* TABLET */
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(https://www.crioulacamera.com.br/imagens/crioula-camera-mob-01.png);
  }
  .wrapper {
    box-sizing: border-box;
    padding: 0 10px;
  }
  header .right a {
    margin: 0px 10px;
  }
  header .right {
    width: 100%;
    text-align: center;
  }
  header .logo {
    text-align: center;
    width: 100%;
  }
  header .logo img {
    margin-top: 10px;
  }
  header nav a {
    padding: 10px 0px;
    width: 142px;
  }
  article img {
    max-width: 100%;
  }
  .gallery li {
    margin: 4px;
  }
  .js .slicknav_menu {
    display: block;
    /* position: fixed; */
    z-index: 11;
    /* width: 100%; */
  }
  .js #menu {
    display: none;
  }
  .js #menu2 {
    display: none;
  }
  #servicosTabsDois .nav li a {
    padding: 10px;
  }
  .col-m-1 {
    width: 8.33% !important;
  }
  .col-m-2 {
    width: 16.66% !important;
  }
  .col-m-3 {
    width: 25% !important;
  }
  .col-m-4 {
    width: 33.33% !important;
  }
  .col-m-5 {
    width: 41.66% !important;
  }
  .col-m-6 {
    width: 50% !important;
  }
  .col-m-7 {
    width: 58.33% !important;
  }
  .col-m-8 {
    width: 66.66% !important;
  }
  .col-m-9 {
    width: 75% !important;
  }
  .col-m-10 {
    width: 83.33% !important;
  }
  .col-m-11 {
    width: 91.66% !important;
  }
  .col-m-12 {
    width: 100% !important;
  }
  .hide-tablet {
    display: none;
  }
  .topofixo {
    position: relative;
  }
  #header-block {
    display: none !important;
  }
}
/* Mobile */
@media only screen and (max-width: 765px) {
  .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(https://www.crioulacamera.com.br/imagens/crioula-camera-mob-01.png);
    background-size: cover;
    background-position: center;
  }
  h1 {
    font-size: 19px;
  }
  [class*="flex-"]:not(.flex-top-icons) {
    flex-flow: column;
  }
  .btn {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .topofixo {
    position: relative;
  }
  .owl-pagination {
    display: none;
  }
  .tamanhoiframe {
    height: auto;
  }
  .title-breadcrumb {
    height: auto;
  }
  .title-breadcrumb h1 {
    box-sizing: border-box;
    padding: 5px;
  }
  .title-breadcrumb #breadcrumb {
    float: none;
  }
  header .topo .social {
    display: none;
  }
  .wrapper {
    box-sizing: border-box;
    padding: 0 10px;
  }
  header {
    /* padding-top: 54px; */
    position: relative;
  }
  header .logo a {
    margin: 0 auto;
  }
  header .logo {
    width: 100%;
    display: block;
    text-align: center;
  }
  header .logo img {
    max-width: 100%;
  }
  header .right {
    width: 100%;
    text-align: center;
  }
  .topo .fright {
    float: none;
  }
  .topo {
    text-align: center;
  }
  article {
    width: 100%;
  }
  aside {
    width: 100%;
    margin: 0;
  }
  .gallery img {
    width: 100%;
  }
  .gallery li {
    width: 45%;
  }
  .thumbnails li {
    width: 100%;
    margin: 10px 0;
  }
  .thumbnails {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .thumbnails img {
    width: 100%;
  }
  footer .wrapper {
    text-align: center !important;
  }
  .copyright-footer {
    text-align: center;
  }
  footer .menu-footer nav li {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    margin: 10px 0px;
    text-align: center;
    padding: 10px;
  }
  .contact-footer {
    float: none;
  }
  .copyright-footer .wrapper {
    text-align: center;
  }
  footer .social {
    float: none;
    width: 100%;
  }
  .copyright-footer .selos {
    float: none;
    margin: 10px 0px;
  }
  .copyright-footer .selos a {
    float: none;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    margin: 10px 0px;
  }
  footer .social .social-icons {
    float: none;
    padding: 10px 0px;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
  }
  .contact-footer {
    margin-right: 0;
  }
  .js #menu {
    display: none;
  }
  .js #menu2 {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #servicosTabsDois .nav li a {
    padding: 8px;
    font-size: 13px;
    width: 100%;
  }
  .hide-mobile {
    display: none !important;
  }
  .contact {
    padding: 0;
  }
  .form {
    width: 100%;
  }
  .contact-form {
    float: none;
    width: 100%;
  }
  #header-block {
    display: none !important;
  }
}
/*=======================================VERSAO MOBILE PARA CELULARES PEQUENOS======================================*/
@media only screen and (max-width: 480px) {
  [class*="col-"] {
    width: 100%;
  }
  #slide-show {
    height: 880px !important;
  }
  .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../imagens/crioula-camera-mob-01.webp);
  }
}
/*Mobile Menu Core Style*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/*User Default StyleChange the following styles to modify the appearance of the menu.*/
.slicknav_menu {
  font-size: 16px;
}
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/* WHATSAPP BUTTON */
.whatsbutton-popup,
.whatsbutton-container {
  z-index: 9999998;
}
.whatsbutton-popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  font-family: "Arial", sans-serif;
}
.whatsbutton-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.whatsbutton-popup,
.whatsbutton-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whatsbutton-form {
  display: block;
  min-width: 280px;
  max-width: 400px;
  width: 28%;
  -webkit-animation-name: WhatsFormShow;
  -webkit-animation-duration: 1s;
  animation-name: WhatsFormShow;
  animation-duration: 1s;
}
.disabledbutton {
  user-select: none !important;
}
.wb-head,
.wb-body {
  width: 100%;
}
.wb-head {
  height: 16%;
  min-height: 80px;
  padding: 1em;
  background: #009688;
  border-radius: 10px 10px 0 0;
}
.wb-body {
  display: flex;
  height: auto;
  overflow-y: auto;
  flex-wrap: nowrap;
  flex-direction: column;
  background: #e9e9e9;
  border-radius: 0 0 10px 10px;
  padding: 1em;
}
/* COMPONENTS WB */
.wb-icon {
  float: left;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: relative;
  line-height: normal;
  margin-left: 0.4em;
}
.wb-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.wb-info {
  float: left;
  display: block;
  color: #eee;
  padding-left: 0.9em;
}
.wb-title,
.wb-text,
.wb-statusOn {
  clear: both;
  display: block;
}
.wb-title {
  font-size: 0.8em;
  font-weight: bold;
}
.wb-text {
  font-size: 0.75em;
  font-weight: normal;
  margin: 0.25em 0;
}
.wb-statusOn {
  font-size: 0.75em;
}
.wb-statusOn::before {
  content: " ";
  width: 5px;
  height: 5px;
  margin: 6px 3px 0 0;
  background: #4be726;
  float: left;
  border-radius: 50%;
}
.wb-label {
  display: block;
  font-size: 0.9em;
  padding: 6px;
  border-radius: 4px;
  width: 100%;
  height: auto;
  text-align: center;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  margin-bottom: 0.25em;
}
.whatsbutton-form-input {
  margin: 0.5em 0;
}
.box-input {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
}
.box-input .icon,
.box-input .wb-input {
  padding: 0.6em 0.4em;
  height: 45px;
}
.box-input .icon {
  float: left;
  width: 15%;
  border-radius: 25px 0 0 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-input .icon::after {
  color: #b96766;
  content: "!";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c80000;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}
.box-input .icon svg {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.visibleError::after {
  opacity: 1 !important;
}
.box-input .icon::after {
  opacity: 0;
}
.box-input .wb-input {
  float: right;
  width: 85%;
  border: none;
  border-radius: 0 25px 25px 0;
  background: #fff;
  font-size: 0.8em;
}
.whatsbutton-popup .loader {
  display: none;
  margin: 1em auto;
  border: 3px solid #f8f8f8;
  border-top: 3px solid #009688;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.5s linear infinite;
}
.wb-sendMessage {
  background: #068377;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border-radius: 25px;
  background: #3dc15e;
  align-items: center;
  padding: 10px;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin: auto;
  float: none;
  outline: none;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.wb-buttonClose {
  position: absolute;
  top: 2%;
  right: 1%;
  background: #009688;
  color: #fff;
  padding: 1em 1.35em;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wb-buttonClose:hover {
  filter: brightness(90%);
}
.wb-sendMessage:hover {
  background: #068377 !important;
}
.wb-hidded {
  right: 0% !important;
}
.messageAlert-success {
  display: none;
}
.messageAlert-success p {
  text-align: center;
  margin: 1em 0;
}
.whatsbutton-container {
  position: fixed;
  display: block;
  bottom: 25%;
  right: -90px;
  padding: 7px 25px 7px 8px;
  border-radius: 25px 0 0 25px;
  background-color: rgba(82.2, 208, 77.3, 0.91);
  transition: all 0.2s ease;
  cursor: pointer;
  -webkit-animation-name: WhatsButtonShow;
  -webkit-animation-duration: 1s;
  animation-name: WhatsButtonShow;
  animation-duration: 2s;
}
.whatsbutton-icon {
  text-align: left;
  cursor: pointer;
  font: initial;
  box-sizing: border-box;
  vertical-align: initial;
  background-image: url(../imagens/icones/whatsapp-button.svg);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 0;
  color: #fff;
  float: left;
}
.whatsbutton-text {
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 1em;
  margin: 0.25em 0;
}
.whatsbutton-text span {
  color: #fff !important;
}
.wb-small,
.wb-big {
  font-weight: 400;
  float: left;
  width: 100%;
  color: #fff;
}
.wb-small {
  font-size: 0.75em;
}
.wb-big {
  font-size: 0.85em;
}
.whatsbutton-container:hover {
  right: 0;
}
.whatsbutton-icon::before {
  content: "1";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 0;
  background-color: red;
  line-height: 15px;
  position: absolute;
  font-size: 0.65em;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  text-align: center;
  color: #fff;
  animation: WhatsButtonPulse 0.2s forwards;
  animation-delay: 15s;
  left: 8px;
}
.whatsbutton-icon::after {
  content: "";
  border-radius: 50%;
  background-color: #00e676;
  position: absolute;
  left: 10px;
  top: 9px;
  width: 36px;
  height: 36px;
  animation: WhatsButtonIcon 1.3s infinite;
  z-index: -1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes WhatsButtonShow {
  0% {
    margin-right: 100px;
    opacity: 0;
  }
}
@keyframes WhatsFormShow {
  0% {
    margin-left: 20%;
    opacity: 0;
  }
}
@keyframes WhatsButtonPulse {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes WhatsButtonIcon {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 230, 118, 0.8);
  }
  100% {
    box-shadow: 0 0 0 25px transparent;
  }
}
@media only screen and (max-width: 767px) {
  .wb-buttonClose {
    display: none;
  }
}
/* END WHATSAPP BUTTON */
.faixa {
  /* height: 20px; */
}
.play {
  height: 50px !important;
  width: 70px !important;
  z-index: 222;
  position: relative;
  top: -138px;
  left: 0px;
}
[data-video] {
  cursor: pointer;
  position: relative;
}
.lightbox ytvideo {
  height: 200px;
}
.ytvideo[data-video]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://i.dlpng.com/static/png/6905586_preview.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15%;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.ytvideo[data-video]:hover {
  filter: brightness(0.8);
  transition: all 0.3s;
}
.mpi-rules #scrollheader {
  position: static;
}
.aside-form h2,
.aside-form label,
.mpi-rules aside .collapse-aside,
#modal-form-contato h2,
#modal-form-contato label {
  color: black;
}
.text-content {
  text-align: center;
}
.video-info {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  justify-content: flex-start;
}
.size-video-big {
  width: 79%;
}
.size-video-small {
  width: 230px;
}
.breadcrumb {
  display: inline-block;
  clear: both;
}
.breadcrumb :is([itemprop="title"], [itemprop="name"]) {
  font: 12px var(--primary-font);
  color: var(--grey);
}
.breadcrumb * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb :is(div, li) {
  display: inline;
}
.breadcrumb a:hover * {
  color: var(--primary-color);
}
#breadcrumb {
  display: flex;
  font-size: 14px;
  gap: 5px;
}
/* FILM PRODUCTION */
.yellow {
  color: #f7b024;
}
.fs-22 {
  font-size: 32px;
}
.video__production {
  border: 10px solid #f7b024;
  width: 55%;
  height: 320px;
}
@media only screen and (max-width: 576px) {
  .video__production {
    width: 100%;
  }
}
/* GALLERY production */
/* MOSAIC GALLERY */
.mosaic-gallery {
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
}
.mosaic-gallery__grid {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  grid-auto-rows: 85px;
}
.mosaic-gallery__grid--template-default {
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A D E G G"
    "A A D E G G"
    "A A F F G G"
    "A A F F G G"
    "B C F F H I"
    "B C F F H I";
}
.mosaic-gallery__grid--template-mod-1 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A B D D G H"
    "A B D D G H"
    "C C D D I I"
    "C C D D I I"
    "C C E F I I"
    "C C E F I I";
}
.mosaic-gallery__grid--template-mod-2 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A B B D E"
    "A A B B D E"
    "A A B B G G"
    "C C C F G G"
    "C C C F H H"
    "C C C F H H";
}
.mosaic-gallery__grid--last-grid-8 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A B D D G G"
    "A B D D G G"
    "C C D D G G"
    "C C D D H H"
    "C C E F H H"
    "C C E F H H";
}
.mosaic-gallery__grid--last-grid-7 {
  /* ÚLTIMAS 7 IMAGENS, DEFINA AS ÁREAS 'A' ATÉ 'G' */
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A B C D D"
    "A A B C D D"
    "A A F F D D"
    "E E F F G G"
    "E E F F G G"
    "E E F F G G";
}
.mosaic-gallery__grid--last-grid-6 {
  /* ÚLTIMAS 6 IMAGENS, DEFINA AS ÁREAS 'A' ATÉ 'F' */
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A B C E E"
    "A A B C E E"
    "A A D D E E"
    "A A D D F F"
    "A A D D F F"
    "A A D D F F";
}
.mosaic-gallery__grid--last-grid-5 {
  /* ÚLTIMAS 5 IMAGENS, DEFINA AS ÁREAS 'A' ATÉ 'E' */
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A B C E E"
    "A A B C E E"
    "A A D D E E"
    "A A D D E E"
    "A A D D E E"
    "A A D D E E";
}
.mosaic-gallery__grid--last-grid-4 {
  /* ÚLTIMAS 4 IMAGENS, DEFINA AS ÁREAS 'A' ATÉ 'D' */
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A B B D D"
    "A A B B D D"
    "A A B B D D"
    "A A C C D D"
    "A A C C D D"
    "A A C C D D";
}
.mosaic-gallery__grid--last-grid-3 {
  /* ÚLTIMAS 3 IMAGENS, DEFINA AS ÁREAS 'A' ATÉ 'C' */
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A B B C C"
    "A A B B C C"
    "A A B B C C";
}
.mosaic-gallery__grid--last-grid-2 {
  /* ÚLTIMAS 2 IMAGENS, DEFINA AS ÁREAS 'A' e 'B' */
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "A A A B B B"
    "A A A B B B"
    "A A A B B B"
    "A A A B B B";
}
.mosaic-gallery__grid--last-grid-1 {
  /* ÚLTIMA IMAGEM, DEFINA A ÁREA 'A' */
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    ". A A A A ."
    ". A A A A ."
    ". A A A A ."
    ". A A A A .";
}
.mosaic-gallery__grid .grid-area-1 {
  grid-area: A;
}
.mosaic-gallery__grid .grid-area-2 {
  grid-area: B;
}
.mosaic-gallery__grid .grid-area-3 {
  grid-area: C;
}
.mosaic-gallery__grid .grid-area-4 {
  grid-area: D;
}
.mosaic-gallery__grid .grid-area-5 {
  grid-area: E;
}
.mosaic-gallery__grid .grid-area-6 {
  grid-area: F;
}
.mosaic-gallery__grid .grid-area-7 {
  grid-area: G;
}
.mosaic-gallery__grid .grid-area-8 {
  grid-area: H;
}
.mosaic-gallery__grid .grid-area-9 {
  grid-area: I;
}
.mosaic-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.mosaic-gallery__item::before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding-top: 100px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  transition: 0.3s;
  z-index: 2;
}
.mosaic-gallery__item:hover::before {
  opacity: 1;
  padding-top: 0;
}
.mosaic-gallery__count {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-size: 25px;
  font-weight: bold;
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
}
.mosaic-gallery__item:hover .mosaic-gallery__count {
  opacity: 1;
}
.mosaic-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  z-index: 1;
}
.mosaic-gallery--hover-color .mosaic-gallery__image {
  filter: grayscale(1);
  opacity: 0.8;
}
.mosaic-gallery--hover-color .mosaic-gallery__item:hover .mosaic-gallery__image {
  filter: grayscale(0);
  opacity: 1;
}
.mosaic-gallery--hover-color .mosaic-gallery__item::before {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mosaic-gallery--full-width .mosaic-gallery__grid {
    grid-auto-rows: calc(100vw / 14);
  }
}
@media only screen and (max-width: 1000px) {
  .mosaic-gallery__grid {
    grid-template-areas: none;
    gap: 15px;
    margin-bottom: 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: calc(100vw / 6);
  }
  .mosaic-gallery__item[class*="grid-area-"] {
    grid-area: unset;
  }
  .mosaic-gallery--hover-color .mosaic-gallery__image {
    filter: grayscale(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .mosaic-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: calc(100vw / 3);
  }
}
@media only screen and (max-width: 480px) {
  .mosaic-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: calc(100vw / 1.5);
  }
}
/* FIM MOSAIC GALLERY */
.gallery-production {
  margin: 40px 0;
}
.gallery-production__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.gallery-production__title {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
}
.gallery-production__button {
  background-color: transparent;
  width: fit-content;
  padding: 18px 24px 12px 36px;
  text-align: center;
  position: relative;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 400;
  transition: 0.3s;
  font-size: 16px;
  overflow: hidden;
}
.gallery-production__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--primary-color);
  transition: 0.3s;
  z-index: -1;
}
.gallery-production__button:hover {
  color: #fff;
  padding: 18px 30px 12px 30px;
}
.gallery-production__button:hover::before {
  width: 100%;
}
.gallery-production__button--mobile {
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 480px) {
  .gallery-production__top {
    flex-direction: column;
    gap: 20px;
  }
  .gallery-production__title {
    text-align: center;
  }
  .gallery-production__button:not(.gallery-production__button--mobile) {
    display: none;
  }
  .gallery-production__button--mobile {
    display: block;
  }
}
/* FIM GALLERY production */
/* GTranslate */
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none !important;
}
.translate-container {
  display: inline-flex;
  align-items: center;
}
.translate-container img {
  width: 37px;
  height: auto;
  padding: 2px;
}
/* End GTranslate */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont_v-4.7.0.eot");
  src:
    url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff") format("woff2"),
    url("../fonts/fontawesome-webfont_v-4.7.0.woff") format("woff"),
    url("../fonts/fontawesome-webfont_v-4.7.0.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s,
    visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s,
    visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3px;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1px;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition:
    opacity 0.25s,
    visibility 0s,
    color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5px;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* ==========================================================================
PÁGINAS DE INFORMAÇÕES
========================================================================== */
/*MPI ICM ONLY*/
.mpi-rules article.full .list {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.topo-contato {
  background: #fcaf17;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.topo-contato .grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topo-contato .grid [class*="col-"]:last-of-type {
  display: flex;
  justify-content: space-between;
}
.topo-contato a {
  font-size: 13px;
  text-align: center;
}
.topo-contato .btn-white {
  background: #fff;
  color: #fcaf17;
}
.topo-contato .btn {
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.38px;
  box-shadow: 0 15px 10px -15px #111;
  width: 48%;
}
.topo-contato span {
  font-size: 24px;
  color: white;
}
.topo-contato .btn-whatsapp {
  background: #28a745;
}
.topo-contato .btn-whatsapp:hover {
  background: #218838;
  opacity: 1;
}
.mpi-rules .wrapper {
  max-width: 1140px;
}
.mpi-rules article.full * {
  text-align: center;
}
.mpi-rules h1 {
  /* text-align: center; */
  font-size: 30px;
}
.mpi-rules .content-call {
  padding: 20px;
}
.expand-content {
  /*position: relative;*/
  color: #9a9a9a;
  background-image: linear-gradient(transparent 11px, #9a9a9a 11px, #9a9a9a 12px, transparent 1px);
  margin: 10px 0;
  display: block;
  cursor: pointer;
}
/*.expand-content::before {content: '';position: absolute;bottom: 100%;left: 0;background: linear-gradient(transparent, white 75%);width: 100%;height: 80px;}*/
.expand-content span {
  background: #111111;
  padding: 10px;
}
.aside-form {
  text-align: center;
  background: #f8f9fa;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px -10px #000;
  -webkit-box-shadow: 0 0 15px -10px #000;
  box-shadow: 0 0 15px -10px #000;
}
.aside-form h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-top: 0;
}
.aside-form form input,
.aside-form form textarea {
  font-size: 0.8em !important;
  text-align: center;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 16px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.aside-form form textarea {
  height: 100px;
}
.aside-form form label {
  font-size: 0.8em !important;
  text-transform: none;
  margin-bottom: 8px;
  display: block;
}
.aside-form .btn {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  margin: 5px 0;
}
.aside-form .btn-aside-submit {
  background: #3872b3;
}
.aside-form .btn-aside-whatsapp {
  background: #28a745;
}
.aside-form .aside-social {
  font-size: 20px;
  width: 50%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}
.mpi-rules .gallery img {
  border-radius: 0;
  border: 0;
  width: 130px;
}
.mpi-rules .tabs .tabs-btn * {
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
  border-bottom: 3px solid transparent;
  margin: 0;
  transition: 0.3s;
}
.mpi-rules .tabs .tabs-btn {
  margin: 30px 0;
  border-bottom: 1px solid #dee2e6;
}
.mpi-rules .tabs .tabs-btn *.active-tab {
  color: #3872b3;
  border-color: #3872b3;
}
.mpi-rules .tabs .tabs-btn *:hover {
  color: #3872b3;
}
.mpi-rules .article-call {
  display: flex;
  align-items: center;
}
.mpi-rules .article-call h2 {
  font-size: 28px;
  color: #3872b3;
  margin-bottom: 10px;
}
.mpi-rules .article-call p {
  margin-top: 10px;
  font-size: 18px;
}
.mpi-rules aside .collapse-aside {
  border-radius: 3px;
  padding: 6px 20px;
  letter-spacing: 0.03em;
  box-shadow: 0 15px 10px -15px #111;
  background: #f8f9fa;
  font-size: 1em !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  text-transform: none;
  font-weight: bold;
}
.mpi-rules aside li {
  margin: 0;
  padding: 7px 4px;
  transition: 0.3s;
  border-bottom: 1px solid #e1e1e1;
}
.mpi-rules aside li:hover {
  background: #f8f9fa;
}
.mpi-rules aside li a,
.mpi-rules aside li a:hover {
  border: 0;
}
.mpi-rules aside nav {
  border: 1px solid #e1e1e1;
}
.grid-related-posting .col-4 a {
  border-radius: 15px;
  display: block;
  position: relative;
  height: 100px;
  background-color: #222222;
  overflow: hidden;
  text-decoration: none;
}
.grid-related-posting .col-4 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.grid-related-posting a h2 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 15px;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;

  opacity: 0;
}
.grid-related-posting a:hover h2 {
  opacity: 1;
}
.grid-related-posting a h2:only-child {
  opacity: 1;
  background: transparent;
  color: #fcaf17;
}
.grid-related-posting a:hover h2:only-child {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.mpi-rules #servicosTabsDois .nav {
  display: flex;
  flex-wrap: wrap;
}
.mpi-rules #servicosTabsDois .nav li {
  margin: 0;
}
.mpi-rules #servicosTabsDois .nav li a {
  background: none;
  font-weight: bold;
}
.mpi-rules #servicosTabsDois .nav li a.current,
.mpi-rules #servicosTabsDois .nav li a:hover {
  color: black;
}
.mpi-rules #servicosTabsDois .list-wrap li {
  padding: 0 2px;
  font-size: 10.5px;
}
.mpi-rules #servicosTabsDois .list-wrap li strong {
  padding: 5px 3px;
  border-bottom: 1px solid #c5c5c5;
  display: block;
}
.mpi-rules .mpi-article {
  float: left;
  width: 70%;
}
.mpi-rules .mpi-article p {
  margin: 1.5em 0;
}
.mpi-rules .mpi-article strong {
  font-weight: normal;
}
@media only screen and (max-width: 765px) {
  .mpi-rules .mpi-article {
    width: 100%;
  }
  .mpi-rules .mpi-article img {
    width: 100%;
  }
  .mpi-rules .article-call {
    flex-flow: column;
  }
  .topo-contato span {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .topo-contato .grid [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .topo-contato .btn {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 15px;
  }
}
/*MPI ICM ONLY END*/
#modal-form-contato h2 {
  margin-bottom: 0;
  line-height: 1.5;
}
#modal-form-contato label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
#modal-form-contato input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
#modal-form-contato textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .topomobile {
    padding: 15px 0;
  }
}
summary {
  background: #fcaf17;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
details p {
  margin: 0 15px;
  margin-top: 15px;
}
details {
  margin: 15px 0;
}
details summary::after {
  content: "\f078";
  font: 12px/normal FontAwesome;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 12px;
}
details[open] summary::after {
  content: "\f077";
}
/* ==========================================================================
/* Container do Modal */
#modal-form-contato {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px; /* Cantos arredondados modernos */
  max-width: 500px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); /* Sombra suave para profundidade */
  font-family: "Open Sans", sans-serif;
}

/* Título */
#modal-form-contato h2 {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Linha separadora */
#modal-form-contato hr {
  border: 0;
  height: 3px;
  background: #3166ff; /* Cor azul da sua marca */
  width: 50px;
  margin: 0 auto 30px auto;
  border-radius: 2px;
}

/* Labels (Rótulos) */
.orcamento-topo label {
  display: block;
  margin-bottom: 6px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

/* Campos de Texto e Área de Texto */
.orcamento-topo input[type="text"],
.orcamento-topo textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 2px solid #e1e1e1; /* Borda cinza clara */
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
}

/* Efeito ao clicar no campo (Foco) */
.orcamento-topo input[type="text"]:focus,
.orcamento-topo textarea:focus {
  border-color: #3166ff; /* Fica azul ao digitar */
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(49, 102, 255, 0.1);
}

/* Ajuste do Recaptcha */
.orcamento-topo .g-recaptcha {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

/* Botão de Enviar */
.orcamento-topo input[type="submit"] {
  background: #3166ff; /* Azul da marca */
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(49, 102, 255, 0.2);
}

/* Efeito Hover no Botão */
.orcamento-topo input[type="submit"]:hover {
  background: #1d4ed8; /* Azul um pouco mais escuro */
  transform: translateY(-2px); /* Leve subida */
}

/* Esconde o asterisco vermelho padrão feio e estiliza no label se precisar */
.orcamento-topo label span {
  color: #e74c3c;
  font-weight: bold;
}
