/* ===== Reset CSS ===== */
/* line 2, ../scss/_reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

/* line 4, ../scss/_reset.scss */
body {
  height: 100%;
}

/* line 5, ../scss/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
  /*letter-spacing: -0.015em;*/
  text-shadow: none;
}

/* line 7, ../scss/_reset.scss */
a {
  text-decoration: none;
  outline: none;
  text-shadow: none;
}

/* line 8, ../scss/_reset.scss */
table {
  border-spacing: 0;
}

/* line 9, ../scss/_reset.scss */
fieldset, img {
  border: 0;
  outline: none;
}

/* line 10, ../scss/_reset.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

/* line 11, ../scss/_reset.scss */
strong {
  font-weight: bold;
}

/* line 12, ../scss/_reset.scss */
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 13, ../scss/_reset.scss */
caption, th {
  text-align: left;
}

/* line 14, ../scss/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

/* line 15, ../scss/_reset.scss */
q:before, q:after {
  content: '';
}

/* line 16, ../scss/_reset.scss */
abbr, acronym {
  border: 0;
}

/* line 17, ../scss/_reset.scss */
sup, sub {
  font-size: 70%;
}

/* line 18, ../scss/_reset.scss */
input, select, option {
  outline: none;
}

/* line 19, ../scss/_reset.scss */
.clear {
  clear: both;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?1atqqz");
  src: url("fonts/icomoon.eot?1atqqz#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1atqqz") format("truetype"), url("fonts/icomoon.woff?1atqqz") format("woff"), url("fonts/icomoon.svg?1atqqz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/_base.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../scss/_base.scss */
.icon-rocket:before {
  content: "\e9a5";
}

/* line 30, ../scss/_base.scss */
.icon-switch:before {
  content: "\e9b6";
}

/* line 33, ../scss/_base.scss */
.icon-clipboard:before {
  content: "\e9b8";
}

/* line 36, ../scss/_base.scss */
.icon-earth:before {
  content: "\e9ca";
}

/* line 39, ../scss/_base.scss */
.icon-star-full:before {
  content: "\e9d9";
}

/* line 42, ../scss/_base.scss */
.icon-heart:before {
  content: "\e9da";
}

/* line 45, ../scss/_base.scss */
.icon-arrow-up:before {
  content: "\ea32";
}

/* line 48, ../scss/_base.scss */
.icon-checkbox-checked:before {
  content: "\ea52";
}

/* line 51, ../scss/_base.scss */
.icon-checkbox-unchecked:before {
  content: "\ea53";
}

/* line 54, ../scss/_base.scss */
.icon-radio-checked:before {
  content: "\ea54";
}

/* line 57, ../scss/_base.scss */
.icon-radio-unchecked:before {
  content: "\ea56";
}

/* line 60, ../scss/_base.scss */
.icon-facebook2:before {
  content: "\ea8d";
}

/* line 63, ../scss/_base.scss */
.icon-instagram:before {
  content: "\ea90";
}

/* line 66, ../scss/_base.scss */
.icon-twitter:before {
  content: "\ea91";
}

/* line 69, ../scss/_base.scss */
.icon-youtube3:before {
  content: "\ea99";
}

/* line 72, ../scss/_base.scss */
.icon-pencil:before {
  content: "\e905";
}

/* line 78, ../scss/_base.scss */
body {
  background-color: #fff;
  margin: 0;
  font-family: 'Metrophobic', sans-serif;
}

/* line 83, ../scss/_base.scss */
.site {
  overflow: hidden;
}

/* line 86, ../scss/_base.scss */
.amador {
  background-image: url(../images/proqualifierlogoblue.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 94, ../scss/_base.scss */
.profissional {
  background-image: url(../images/logo-ifbb-pro.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 1, ../scss/_header.scss */
.header {
  max-width: 1280px;
  margin: auto;
  position: relative;
  height: 127px;
  z-index: 55555;
  background: #fff;
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 1, ../scss/_header.scss */
  .header {
    height: 125px;
  }
}
/* line 11, ../scss/_header.scss */
.header .logo {
  position: absolute;
  left: 10px;
  top: 3px;
  display: block;
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 11, ../scss/_header.scss */
  .header .logo {
    top: 54px;
  }
}
/* line 22, ../scss/_header.scss */
.header .logo img {
  width: 100%;
}
@media (min-width: 0) and (max-width: 400px) {
  /* line 11, ../scss/_header.scss */
  .header .logo {
    top: 64px;
  }
  /* line 28, ../scss/_header.scss */
  .header .logo img {
    width: 80%;
  }
}
/* line 34, ../scss/_header.scss */
.header .menuMobile {
  cursor: pointer;
  margin: 0 auto;
  padding-left: 1.25em;
  position: absolute;
  right: 10px;
  top: 75px;
  width: 30px;
  height: 30px;
  display: none;
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 34, ../scss/_header.scss */
  .header .menuMobile {
    display: block;
  }
}
/* line 47, ../scss/_header.scss */
.header .menuMobile .menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 7px solid #183867;
  width: 100%;
  transition: 0.55s;
}
/* line 55, ../scss/_header.scss */
.header .menuMobile .menu-top {
  top: 0;
}
/* line 58, ../scss/_header.scss */
.header .menuMobile .menu-middle {
  top: 15px;
}
/* line 61, ../scss/_header.scss */
.header .menuMobile .menu-bottom {
  top: 30px;
}
/* line 64, ../scss/_header.scss */
.header .menuMobile .menu-top-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}
/* line 70, ../scss/_header.scss */
.header .menuMobile .menu-middle-click {
  opacity: 0;
}
/* line 73, ../scss/_header.scss */
.header .menuMobile .menu-bottom-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}
/* line 80, ../scss/_header.scss */
.header .nav {
  position: absolute;
  top: 80px;
  left: 200px;
  transition: transform 0.5s;
  transition: .3s ease all;
}
@media (min-width: 0) and (max-width: 1270px) {
  /* line 80, ../scss/_header.scss */
  .header .nav {
    top: 80px;
  }
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 80, ../scss/_header.scss */
  .header .nav {
    top: 144px;
    width: 100%;
    background: #fff;
    visibility: none;
    left: auto;
    right: -100%;
    z-index: 20;
    height: 400px;
  }
  /* line 99, ../scss/_header.scss */
  .header .nav.show-nav {
    visibility: visible;
    right: 0%;
  }
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 106, ../scss/_header.scss */
  .header .nav ul {
    margin: 10px;
  }
}
/* line 110, ../scss/_header.scss */
.header .nav ul li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Metrophobic', sans-serif;
  font-size: 14px;
  letter-spacing: .4px;
  margin-bottom: 10px;
  z-index: 2;
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 110, ../scss/_header.scss */
  .header .nav ul li {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
/* line 124, ../scss/_header.scss */
.header .nav ul li a {
  color: #545454;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
/* line 129, ../scss/_header.scss */
.header .nav ul li a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #183867;
  transition: 0.4s;
}
/* line 138, ../scss/_header.scss */
.header .nav ul li a:hover:after {
  width: 100%;
}
/* line 144, ../scss/_header.scss */
.header .nav ul .subMenu {
  position: absolute;
  padding-top: 23px;
  left: 0;
  top: 0px;
  z-index: 1;
  display: none;
  background-color: #ffffff;
  padding-left: 5px;
}
/* line 153, ../scss/_header.scss */
.header .nav ul .subMenu li {
  display: block;
  width: 181px;
  margin-right: 0;
  margin-bottom: 10px;
}
/* line 158, ../scss/_header.scss */
.header .nav ul .subMenu li a {
  font-size: 13px;
}
/* line 161, ../scss/_header.scss */
.header .nav ul .subMenu li:hover {
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 1000px) {
  /* line 144, ../scss/_header.scss */
  .header .nav ul .subMenu {
    position: relative;
    top: -20px;
  }
}
/* line 169, ../scss/_header.scss */
.header .nav ul .compti {
  position: relative;
}
/* line 171, ../scss/_header.scss */
.header .nav ul .compti:hover .subMenu {
  display: block;
}
/* line 174, ../scss/_header.scss */
.header .nav ul .compti a {
  z-index: 3;
}

/* line 1, ../scss/_home.scss */
.main {
  padding: 40px;
  overflow: hidden;
  position: relative;
}
/* line 9, ../scss/_home.scss */
.main::before {
  content: "";
  background-image: url(/images/logo-ifbbpro-big.jpg);
  opacity: 0.05;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 25, ../scss/_home.scss */
.main.npcNational::before {
  content: "";
  background-image: url("/images/2022/pages/nacional.jpg");
  opacity: 0.2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
}
/* line 44, ../scss/_home.scss */
.main.mrbig::before {
  content: "";
  background-image: url("/images/2022/pages/proqualifier.jpg");
  opacity: 0.2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
}
/* line 63, ../scss/_home.scss */
.main.OA::before {
  content: "";
  background-image: url("/images/2022/amateur-olympiasplash2022-logo.png");
  opacity: 0.2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
}
/* line 81, ../scss/_home.scss */
.main.OAPRO::before {
  content: "";
  background-image: url("/images/2022/pages/Olympia-Official-Qualifier-POS.jpg");
  opacity: 0.2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
}
/* line 100, ../scss/_home.scss */
.main.americanclassic::before {
  content: "";
  background-image: url("/images/2022/AmericanClassic/nacional.jpg");
  opacity: 0.2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 1, ../scss/_home.scss */
  .main {
    padding: 10px;
  }
}
/* line 121, ../scss/_home.scss */
.main .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: table;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 121, ../scss/_home.scss */
  .main .wrapper {
    display: block;
  }
}
/* line 130, ../scss/_home.scss */
.main .wrapper .col {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 130, ../scss/_home.scss */
  .main .wrapper .col {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
/* line 140, ../scss/_home.scss */
.main .wrapper .col:last-child {
  text-align: center;
  padding-left: 4%;
  padding-top: 2%;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 140, ../scss/_home.scss */
  .main .wrapper .col:last-child {
    padding-left: 0;
  }
}
/* line 149, ../scss/_home.scss */
.main .wrapper .col h1 {
  font-size: 22px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 10px;
  text-align: left;
}
/* line 157, ../scss/_home.scss */
.main .wrapper .col p {
  font-size: 14px;
  color: #2a2a2a;
  letter-spacing: 0.4px;
  line-height: 20px;
  text-align: justify;
}
/* line 165, ../scss/_home.scss */
.main .wrapper .col .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 173, ../scss/_home.scss */
.main .wrapper .col .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 181, ../scss/_home.scss */
.main .wrapper .col ul {
  margin: 20px 0;
}
/* line 184, ../scss/_home.scss */
.main .wrapper .col ul li {
  list-style: decimal;
  list-style-position: inside;
  font-size: 14px;
  color: #2a2a2a;
  letter-spacing: 0.4px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 10px;
}
/* line 197, ../scss/_home.scss */
.main .wrapper .col .calender .boxComp {
  margin-bottom: 40px;
  display: block;
  clear: both;
  text-align: justify;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 0) and (max-width: 512px) {
  /* line 197, ../scss/_home.scss */
  .main .wrapper .col .calender .boxComp {
    text-align: center;
  }
}
/* line 209, ../scss/_home.scss */
.main .wrapper .col .calender a {
  color: #2a2a2a;
}
/* line 212, ../scss/_home.scss */
.main .wrapper .col .calender a:hover {
  text-decoration: underline;
}
/* line 217, ../scss/_home.scss */
.main .wrapper .col .calender figure {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}
/* line 221, ../scss/_home.scss */
.main .wrapper .col .calender figure img {
  width: 150px;
  height: 150px;
}
@media (min-width: 0) and (max-width: 512px) {
  /* line 217, ../scss/_home.scss */
  .main .wrapper .col .calender figure {
    float: none;
    margin: 0 auto 10px;
  }
}
/* line 232, ../scss/_home.scss */
.main .wrapper .col .calender p {
  margin-bottom: 40px;
  display: block;
  clear: both;
  text-align: justify;
}
/* line 239, ../scss/_home.scss */
.main .wrapper .col .calender span {
  display: block;
}
/* line 244, ../scss/_home.scss */
.main .wrapper .col .box {
  width: 45%;
  display: flex;
  text-align: center;
  height: 220px;
  margin: 0 0 10% 2%;
  float: left;
  position: relative;
}
@media (min-width: 0) and (max-width: 512px) {
  /* line 244, ../scss/_home.scss */
  .main .wrapper .col .box {
    width: 88%;
    display: block;
    float: none;
  }
}
/* line 258, ../scss/_home.scss */
.main .wrapper .col .box .box-info {
  width: 100%;
  padding: 30px 10px;
  text-align: left;
  border: 1px solid #ebebeb;
  transition: 0.3s ease-out all;
  background: rgba(255, 255, 255, 0.8);
}
/* line 266, ../scss/_home.scss */
.main .wrapper .col .box .box-info:hover {
  -webkit-box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
  box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 273, ../scss/_home.scss */
.main .wrapper .col .box .box-info span {
  color: #fff;
  font-size: 30px;
  background: #e92c0c;
  border-radius: 50px;
  padding: 15px;
  position: absolute;
  top: -30px;
}
/* line 283, ../scss/_home.scss */
.main .wrapper .col .box .box-info a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  cursor: pointer;
}
/* line 290, ../scss/_home.scss */
.main .wrapper .col .box .box-info a h2,
.main .wrapper .col .box .box-info a h3,
.main .wrapper .col .box .box-info a h4,
.main .wrapper .col .box .box-info a h5 {
  font-family: 'Metrophobic', sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 10px;
}
/* line 301, ../scss/_home.scss */
.main .wrapper .col .box .box-info a p {
  font-family: 'Metrophobic', sans-serif;
  font-size: 14px !important;
  color: #2a2a2a;
  text-align: left;
}
/* line 311, ../scss/_home.scss */
.main .wrapper .col .goldencircuit {
  width: 100%;
  height: auto;
}
/* line 316, ../scss/_home.scss */
.main .wrapper .col .ranking {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* line 321, ../scss/_home.scss */
.main .wrapper .col .ranking th {
  border-top: 1px solid #ececec;
  text-transform: uppercase;
  padding: 5px 15px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -.7px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 321, ../scss/_home.scss */
  .main .wrapper .col .ranking th {
    font-size: 14px;
  }
}
/* line 337, ../scss/_home.scss */
.main .wrapper .col .ranking tr td:nth-child(1) {
  color: #e92c0c;
}
/* line 341, ../scss/_home.scss */
.main .wrapper .col .ranking tr td:nth-child(2) {
  color: #00aeef;
}
/* line 346, ../scss/_home.scss */
.main .wrapper .col .ranking td {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
/* line 352, ../scss/_home.scss */
.main .wrapper .col .ranking td:first-child {
  border-left: none;
}
/* line 356, ../scss/_home.scss */
.main .wrapper .col .ranking td:last-child {
  border-left: none;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 346, ../scss/_home.scss */
  .main .wrapper .col .ranking td {
    font-size: 14px;
  }
}
/* line 364, ../scss/_home.scss */
.main .wrapper .col.container {
  width: 100%;
  padding-top: 0;
}
/* line 368, ../scss/_home.scss */
.main .wrapper .col.container h1 {
  text-align: center;
  background-color: #ffffff;
  display: table;
  margin: auto;
  padding: 15px;
  border: 1px solid #000000;
}
/* line 378, ../scss/_home.scss */
.main .wrapper .col.container .linksLinguas ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 440px) {
  /* line 378, ../scss/_home.scss */
  .main .wrapper .col.container .linksLinguas ul {
    flex-direction: column;
    align-items: center;
  }
}
/* line 388, ../scss/_home.scss */
.main .wrapper .col.container .linksLinguas ul li {
  list-style: none;
  padding: 20px;
}
/* line 395, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 395, ../scss/_home.scss */
  .main .wrapper .col.container .infoAtlete {
    flex-direction: column;
    align-items: center;
  }
}
/* line 403, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete h2 {
  font-weight: bold;
  margin: 20px 0 20px 0;
}
/* line 408, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete .boxs {
  width: 50%;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 408, ../scss/_home.scss */
  .main .wrapper .col.container .infoAtlete .boxs {
    width: 100%;
  }
}
/* line 415, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete .boxs.logo img {
  width: 100%;
  max-width: 200px;
}
/* line 422, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete .boxs.docs img {
  width: 100%;
  max-width: 700px;
}
/* line 427, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete .boxs .btn {
  margin-bottom: 15px;
}
/* line 430, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete .boxs .links {
  background-color: #ffffff;
  border: 1px solid #000000;
  display: block;
  max-width: 200px;
  margin: auto;
  padding: 10px;
  color: #000000;
}
/* line 440, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete .boxs .links:hover {
  text-decoration: underline;
}
/* line 444, ../scss/_home.scss */
.main .wrapper .col.container .infoAtlete .boxs .links span {
  display: block;
  font-size: 11px;
}
/* line 450, ../scss/_home.scss */
.main .wrapper .col.container .infoNpc {
  display: block;
  margin-top: 40px;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 450, ../scss/_home.scss */
  .main .wrapper .col.container .infoNpc {
    flex-direction: column;
    align-items: center;
  }
}
/* line 459, ../scss/_home.scss */
.main .wrapper .col.container .infoNpc .boxs {
  width: 100%;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 459, ../scss/_home.scss */
  .main .wrapper .col.container .infoNpc .boxs {
    width: 100%;
  }
}
/* line 468, ../scss/_home.scss */
.main .wrapper .col.container .infoNpc .boxs.logo img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}
/* line 476, ../scss/_home.scss */
.main .wrapper .col.container .infoNpc .boxs .btn {
  margin-bottom: 30px;
}
/* line 479, ../scss/_home.scss */
.main .wrapper .col.container .infoNpc .boxs .links {
  background-color: #ffffff;
  border: 1px solid #000000;
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 20px 10px 20px 10px;
  color: #000000;
}
/* line 489, ../scss/_home.scss */
.main .wrapper .col.container .infoNpc .boxs .links:hover {
  text-decoration: underline;
}
/* line 493, ../scss/_home.scss */
.main .wrapper .col.container .infoNpc .boxs .links span {
  display: block;
  font-size: 11px;
}
/* line 499, ../scss/_home.scss */
.main .wrapper .col.container .report {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 30px 0;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 499, ../scss/_home.scss */
  .main .wrapper .col.container .report {
    flex-direction: column;
  }
}
/* line 509, ../scss/_home.scss */
.main .wrapper .col.container .report .item {
  width: 50%;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 509, ../scss/_home.scss */
  .main .wrapper .col.container .report .item {
    width: 100%;
  }
}
/* line 516, ../scss/_home.scss */
.main .wrapper .col.container .report .item img {
  width: 95%;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 516, ../scss/_home.scss */
  .main .wrapper .col.container .report .item img {
    width: 100%;
  }
}
/* line 528, ../scss/_home.scss */
.main .photo img {
  width: 90%;
  height: auto;
}

/* line 1, ../scss/_slider.scss */
.slider {
  width: 100%;
  margin: auto;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 1, ../scss/_slider.scss */
  .slider {
    height: 450px;
  }
}
/* line 9, ../scss/_slider.scss */
.slider img {
  width: 100%;
}
/* line 13, ../scss/_slider.scss */
.slider .slideHome .item {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 13, ../scss/_slider.scss */
  .slider .slideHome .item {
    height: 400px;
    overflow: hidden;
  }
}
/* line 24, ../scss/_slider.scss */
.slider .slideHome .item img {
  min-width: 928px;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 24, ../scss/_slider.scss */
  .slider .slideHome .item img {
    min-height: 400px;
    position: absolute;
    left: calc(100% - 928px);
    opacity: .2;
  }
}
/* line 34, ../scss/_slider.scss */
.slider .slideHome .item h1 {
  position: absolute;
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  left: 80px;
  top: 38%;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 34, ../scss/_slider.scss */
  .slider .slideHome .item h1 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
}
/* line 54, ../scss/_slider.scss */
.slider .slideHome .item .slick-slide {
  outline: none;
}
/* line 58, ../scss/_slider.scss */
.slider .slideHome .item .slick-slide img {
  width: 100%;
}
/* line 63, ../scss/_slider.scss */
.slider .slideHome .item.slick-slide h1 {
  position: absolute;
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
  left: auto;
  right: 80px;
  top: 40px;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 63, ../scss/_slider.scss */
  .slider .slideHome .item.slick-slide h1 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 25px;
    width: 100%;
  }
}
/* line 81, ../scss/_slider.scss */
.slider .slideHome .item.slick-slide h2 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  left: auto;
  right: 80px;
  top: 190px;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 81, ../scss/_slider.scss */
  .slider .slideHome .item.slick-slide h2 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    width: 100%;
    top: 100px;
  }
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 102, ../scss/_slider.scss */
  .slider .slideHome .slick-prev,
  .slider .slideHome .slick-next {
    display: none !important;
  }
}

/* line 1, ../scss/_contacts.scss */
.forms {
  padding-top: 20px;
  width: 100%;
}
/* line 4, ../scss/_contacts.scss */
.forms label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}
/* line 10, ../scss/_contacts.scss */
.forms label.erro {
  color: #e92c0c;
}
/* line 15, ../scss/_contacts.scss */
.forms input {
  background-color: #f0f0f0;
  width: calc(100% - 21px);
  height: 60px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  display: block;
  color: #888;
}
/* line 25, ../scss/_contacts.scss */
.forms input.erro {
  border: 1px solid #e92c0c;
}
/* line 29, ../scss/_contacts.scss */
.forms textarea {
  display: block;
  background-color: #f0f0f0;
  width: calc(100% - 21px);
  height: 100px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 10px;
  resize: none;
  color: #888;
}
/* line 40, ../scss/_contacts.scss */
.forms textarea.erro {
  border: 1px solid #e92c0c;
}
/* line 44, ../scss/_contacts.scss */
.forms select {
  background-color: #f0f0f0;
  border: 1px solid #dbdbdb;
  width: calc(100% - 0px);
  color: #888;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url(/images/bg-select.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 68, ../scss/_contacts.scss */
.forms .box-radios label {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 79, ../scss/_contacts.scss */
.forms input[type=checkbox]:checked,
.forms input[type=checkbox]:not(:checked),
.forms input[type=radio]:checked,
.forms input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
/* line 86, ../scss/_contacts.scss */
.forms input[type=radio]:checked + label,
.forms input[type=radio]:not(:checked) + label {
  max-width: inherit;
  min-width: inherit;
  padding-right: 20px;
  border-radius: 30px;
}
/* line 93, ../scss/_contacts.scss */
.forms input[type=checkbox]:checked + label,
.forms input[type=checkbox]:not(:checked) + label,
.forms input[type=radio]:checked + label,
.forms input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  line-height: 30px;
  border-radius: 30px;
}
/* line 103, ../scss/_contacts.scss */
.forms input[type=checkbox]:checked + label:before,
.forms input[type=checkbox]:not(:checked) + label:before,
.forms input[type=radio]:checked + label:before,
.forms input[type=radio]:not(:checked) + label:before {
  content: "\ea56";
  position: absolute;
  top: 0;
  left: 2px;
  width: 30px;
  height: 30px;
  font-size: 33px;
  background-color: #fff;
  color: #dbdbdb;
  font-family: 'icomoon' !important;
  border-radius: 30px;
}
/* line 119, ../scss/_contacts.scss */
.forms input[type=checkbox]:not(:checked) + label:after,
.forms input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
/* line 124, ../scss/_contacts.scss */
.forms input[type=radio]:checked + label:after,
.forms input[type=radio]:not(:checked) + label:after {
  content: "\ea54";
  position: absolute;
  top: 0;
  left: 1px;
  transition: all .2s;
  color: #ee162d;
  font-size: 35px;
  font-family: 'icomoon' !important;
}

/* line 137, ../scss/_contacts.scss */
.bot-enviar {
  float: right;
  cursor: pointer;
  width: 150px;
  display: block;
  padding: 1em 2em;
  border: none;
  background: #e92c0c;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition: border-color 0.5s, color 0.3s;
  transition: border-color 0.5s, color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
}

/* line 159, ../scss/_contacts.scss */
.bot-enviar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.3s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

/* line 175, ../scss/_contacts.scss */
.bot-enviar:hover {
  color: #fff;
  border-color: #183867;
}

/* line 179, ../scss/_contacts.scss */
.bot-enviar.button--inverted:hover {
  color: #fff;
  border-color: #183867;
}

/* line 183, ../scss/_contacts.scss */
.bot-enviar:hover::before {
  opacity: 1;
  background-color: #3f51b5;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
}

/* line 191, ../scss/_contacts.scss */
.bot-enviar.button--inverted:hover::before {
  background-color: #183867;
}

/* line 1, ../scss/_footer.scss */
.footer {
  background-color: #000;
  padding: 40px;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    padding: 10px;
  }
}
/* line 7, ../scss/_footer.scss */
.footer .wrapper {
  max-width: 1280px;
  margin: auto;
}
/* line 10, ../scss/_footer.scss */
.footer .wrapper .table {
  display: table;
  width: 100%;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 10, ../scss/_footer.scss */
  .footer .wrapper .table {
    display: block;
  }
}
/* line 17, ../scss/_footer.scss */
.footer .wrapper .fb-box {
  display: table-cell;
  width: 33%;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 17, ../scss/_footer.scss */
  .footer .wrapper .fb-box {
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
  }
}
/* line 29, ../scss/_footer.scss */
.footer .wrapper .contacts {
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 29, ../scss/_footer.scss */
  .footer .wrapper .contacts {
    width: 100%;
    display: block;
    margin: 20px auto 20px;
  }
}
/* line 39, ../scss/_footer.scss */
.footer .wrapper .contacts h2 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 20px;
  text-align: left;
  display: table;
  margin: auto;
}
/* line 47, ../scss/_footer.scss */
.footer .wrapper .contacts p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  display: table;
  margin: 0 auto 10px;
}
/* line 55, ../scss/_footer.scss */
.footer .wrapper .networks {
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 0) and (max-width: 934px) {
  /* line 55, ../scss/_footer.scss */
  .footer .wrapper .networks {
    width: 100%;
    display: block;
    margin: 20px auto 20px;
  }
}
/* line 65, ../scss/_footer.scss */
.footer .wrapper .networks h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 71, ../scss/_footer.scss */
.footer .wrapper .networks ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
}
/* line 76, ../scss/_footer.scss */
.footer .wrapper .networks ul li a {
  color: #fff;
  display: block;
  transition: 0.3s ease-out all;
}
/* line 80, ../scss/_footer.scss */
.footer .wrapper .networks ul li a:hover {
  color: #2e673a;
  -webkit-box-shadow: 6px 8px 24px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 92, ../scss/_footer.scss */
.footer .copyright-year {
  padding: 30px 0 30px 0;
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 11px;
}

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