@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
/*
 * Site Name:   MR
 * Description: MR
 * Theme URI:   http://www.mrcompany.net.br
 * Author:      Prática Comunicação
 * Author:      Junior Souza
 * Author URI:  http://www.praticacomunicacao.com.br
 * Author URI:  http://www.juniorsouzawebdev.com.br
 * Description: MR
 * Tags:        wordpress
 * Version:     1
 */
/* Colors */
/* Options */
/* Urls */
/* Media Query */
/* Z Index */
/* Imports */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Cards */
.card {
  background-color: rgba(32, 35, 55, 1);
  border: none;
  border-radius: 5px;
}
.card-img-overlay {
  border-radius: 5px;
  background-color: rgba(32, 35, 55, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: hand;
  cursor: pointer;
  overflow: hidden;
}
.card-img-overlay h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.card-img-overlay img {
  border-radius: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-img-overlay:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Bullets */
#scroll-indicator-bullets ul li .bullet-item-link .circle {
  position: relative;
  top: 2px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: none;
  background: #fff;
  margin: 4px 0;
  mix-blend-mode: difference;
}
#scroll-indicator-bullets ul li .bullet-item-link.active .circle {
  background: #fff;
  border: 2px solid #fff;
}
/* Tabela */
#tabela h1:after {
  content: url(http://www.mrcompany.net.br/wp-content/themes/mr-company/images/separator.png);
  display: block;
  line-height: 2px;
  margin-bottom: 2.5rem;
}
#tabela ul li a {
  border-radius: 0;
  padding: 1rem;
  border: thin solid rgba(183, 183, 183, 1);
  background-color: #fff;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
#tabela ul li a.active {
  background-color: #cdcdcd;
  color: rgba(0, 0, 0, 1);
}
#tabela #pills-tabContent {
  border: 1px solid rgba(183, 183, 183, 1);
  border-top: none;
}
/* Dots */
.vNav {
  position: fixed;
  right: 10px;
  width: 50px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 999;
  list-style-type: none;
}
.vNav ul {
  position: relative;
  padding: 3px;
  padding-left: 35%;
}
.vNav ul li {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 35%;
  color: #718785;
}
.vNav a {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #718785;
  text-decoration: none;
}
.vNav a:hover {
  border-radius: 50%;
  background-color: #718785;
  text-decoration: none;
}
.vNav a.active {
  border-radius: 50%;
  background-color: #cfdbda;
  text-decoration: none;
  width: 12px;
  height: 12px;
  margin-left: -2px;
}
.label {
  position: relative;
  top: -60%;
  left: -200%;
  width: 100%;
  text-align: right;
  font-size: 1em;
  color: #718785;
  display: none;
}
/* Font Face */
/* Inicialização */
::-moz-selection {
  background: rgba(32, 35, 55, 1);
  color: #fff;
}
::selection {
  background: rgba(32, 35, 55, 1);
  color: #fff;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgba(32, 35, 55, 1);
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(50, 50, 50, 1);
}
img[src$=".gif"], img[src$=".png"] {
  image-rendering: crisp-edges;
}
/* Titles */
h1 {
  font-size: 4.5rem;
}
h1:after {
  content: '‾';
  display: block;
  color: rgba(32, 35, 55, 1);
  font-size: 55px;
}
h2 {
  font-weight: 900;
  font-size: 2.89em;
}
h5 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #cdcdcd;
}
h1, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Header */
header #home {
  background-image: url(http://www.mrcompany.net.br/wp-content/themes/mr-company/images/header-background.jpg);
  background-position: center calc(1000px - 700px);
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  height: 900px;
  min-height: 800px;
}
header #home h1 {
  font-size: 3.6rem;
}
header #home h1:after {
  display: none !important;
}
header #home button {
  font-size: 17px;
  padding: 1rem 1.5rem;
  width: 203px;
  cursor: pointer;
  cursor: hand;
}
header #produto {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
header #produto .navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-left: 451px;
}
header #produto .nav-link {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-size: larger;
  font-weight: 400;
  padding-right: 1rem;
  padding-left: 1rem;
}
header #produto.pequeno {
  height: 75px;
}
header #produto.pequeno .py-3 {
  padding-bottom: 0 !important;
  padding-top: 7px !important;
}
header #produto.pequeno img {
  height: 49px;
}
header .dropdown-menu {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 0;
}
header .dropdown-menu .dropdown-item {
  text-transform: uppercase;
}
/* Seções */
#quem-somos {
  height: 700px;
}
#quem-somos h2:after {
  content: url(http://www.mrcompany.net.br/wp-content/themes/mr-company/images/separator.png);
  display: block;
  line-height: 2px;
}
#produtos {
  min-height: 1000px;
}
#produtos h2:after {
  content: url(http://www.mrcompany.net.br/wp-content/themes/mr-company/images/separator.png);
  display: block;
  line-height: 2px;
}
#contato {
  background-image: url(http://www.mrcompany.net.br/wp-content/themes/mr-company/images/footer-background.jpg);
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  height: 100vh;
}
#contato h2:after {
  content: '‾';
  display: block;
  color: #fff;
  font-size: 55px;
}
#contato ul {
  list-style: none;
  padding-left: 0;
}
#contato ul li {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
#contato ul li a {
  color: #fff;
}
#contato input[type='text'], #contato input[type='email'] {
  height: 60px;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 3px solid #fff;
  font-size: 20px;
  width: 100%;
  margin-bottom: 1.2rem;
}
#contato input[type='text']::-webkit-input-placeholder, #contato input[type='email']::-webkit-input-placeholder {
  color: #fff !important;
}
#contato input[type='text']:-moz-placeholder, #contato input[type='email']:-moz-placeholder {
  color: #fff !important;
}
#contato input[type='text']::-moz-placeholder, #contato input[type='email']::-moz-placeholder {
  color: #fff !important;
}
#contato input[type='text']:-ms-input-placeholder, #contato input[type='email']:-ms-input-placeholder {
  color: #fff !important;
}
#contato textarea {
  height: 260px;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 3px solid #fff;
  font-size: 20px;
  width: 100%;
  margin-bottom: 1.2rem;
  margin-top: 1.5rem;
}
#contato textarea::-webkit-input-placeholder {
  color: #fff !important;
}
#contato textarea:-moz-placeholder {
  color: #fff !important;
}
#contato textarea::-moz-placeholder {
  color: #fff !important;
}
#contato textarea:-ms-input-placeholder {
  color: #fff !important;
}
#contato input[type='submit'] {
  background: #fff;
  border: none;
  height: 60px;
  width: 150px;
  border-radius: 50px;
  font-size: large;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  cursor: hand;
}
#contato .wpcf7-form-control-wrap:nth-child(1), #contato .wpcf7-form-control-wrap:nth-child(3), #contato .wpcf7-form-control-wrap:nth-child(5) {
  position: relative;
  width: 33.33333%;
  float: left;
}
#contato .wpcf7-form-control-wrap:nth-child(1) {
  padding-right: 1rem;
}
#contato .wpcf7-form-control-wrap:nth-child(3) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#contato .wpcf7-form-control-wrap:nth-child(5) {
  padding-left: 1rem;
}
#contato .wpcf7-form > p:nth-child(2) > br:nth-child(2), #contato .wpcf7-form > p:nth-child(2) > br:nth-child(4) {
  display: none;
}
#contato .wpcf7-form > p:nth-child(3) {
  text-align: center;
}
.open {
  position: relative;
  top: -5px;
  height: 50px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s linear;
  z-index: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.open:hover {
  opacity: 0.8;
}
.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.open span:nth-child(2) {
  margin-top: 25px;
}
.open span:nth-child(3) {
  margin-top: 40px;
}
.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(38, 84, 133, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 200px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li a {
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 29px;
}
.oppenned .sub-menu {
  opacity: 1;
  height: 500px;
  width: 500px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 100;
  transform: rotate(45deg);
  background-color: #fff !important;
}
.oppenned span:nth-child(1) {
  transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
  height: 480px;
  width: 480px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(38, 84, 133, 0.54);
}
.oppenned span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px) translateX(10px);
  background-color: #fff !important;
}
.oppenned li {
  margin-right: 152px;
}
.oppenned li a {
  color: #fff !important;
}
/* RESPONSIVE */
@media (max-width: 575px) {
  #produtos, #quem-somos {
    height: auto;
  }
  #contato {
    height: auto;
  }
  #tabela ul li a {
    border: thin solid rgba(183, 183, 183, 1);
  }
  #tabela ul li:nth-child(n + 1):not(:first-child) a {
    border-left: thin solid rgba(183, 183, 183, 1);
  }
}
@media (min-width: 1200px) {
  header #produto.pequeno .py-3 {
    padding-top: 0 !important;
  }
}
