@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700|Roboto:100,300,400,900');
/*********************************************************************/

/*************************	PADRONIZACAO	****************************/

/*********************************************************************/

.align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.animated {
  visibility: hidden;
}

.no-padding {
  padding: 0px!important;
}

.no-padding-left {
  padding-left: 0!important;
}

.no-padding-right {
  padding-right: 0!important;
}

.no-margin {
  margin: 0px!important;
}

.no-margin-left {
  margin-left: 0px!important;
}

.no-margin-right {
  margin-right: 0px!important;
}

.no-margin-top {
  margin-top: 0px!important;
}

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

.invisible {
  display: none;
}

.visible {
  display: block;
}

.texto-upper {
  text-transform: uppercase;
}

.texto-lower {
  text-transform: lowercase;
}

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

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

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

.texto-justificado {
  text-align: justify;
}

.central {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overflow {
  overflow: hidden;
}

.transition-padrao {
  transition: all 0.3s ease;
}

.transition-padrao:hover {
  transition: all 0.3s ease;
}

.btn[data-coderun_action] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 25;
}

.fs-italic {
  font-style: italic;
}

/*********************************************************************/

/*************************	BASE PROJETO	****************************/

/*********************************************************************/

.fc-preto {
  color: #000000!important;
}

.fc-cinza {
  color: #8C8C8C!important;
}

.fc-cinza2 {
  color: #F5F5F5!important;
}

.fc-cinza3 {
  color: #FAFAFA!important;
}

.fc-vermelho {
  color: #C71414!important;
}

.fc-verde {
  color: #41A425!important;
}

.fc-roxo {
  color: #7003A3!important;
}

.fc-branco {
  color: #FFFFFF!important;
}

.bg-preto {
  background-color: #000000!important;
}

.bg-cinza {
  background-color: #8C8C8C!important;
}

.bg-cinza2 {
  background-color: #F5F5F5!important;
}

.bg-cinza3 {
  background-color: #FAFAFA!important;
}

.bg-vermelho {
  background-color: #C71414!important;
}

.bg-verde {
  background-color: #41A425!important;
}

.bg-roxo {
  background-color: #7003A3!important;
}

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

.ff-pt {
  font-family: 'PT Sans', sans-serif;
}

.ff-roboto {
  font-family: 'Roboto', sans-serif;
}

.ff-dosis {
  font-family: 'Dosis', sans-serif;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.fs-48 {
  font-size: 48px;
}

.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.ls-5 {
  letter-spacing: 0.005em;
}

.ls-10 {
  letter-spacing: 0.01em;
}

.ls-25 {
  letter-spacing: 0.025em;
}

.ls-50 {
  letter-spacing: 0.05em;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-200 {
  letter-spacing: 0.2em;
}

.lh-64 {
  line-height: 64px;
}

.lh-42 {
  line-height: 42px;
}

.lh-32 {
  line-height: 32px;
}

.lh-29 {
  line-height: 29px;
}

.lh-28 {
  line-height: 28px;
}

.lh-24 {
  line-height: 24px;
}

.lh-20 {
  line-height: 20px;
}

.animsition {
  background: #fff;
}

.animsition-overlay-slide {
  z-index: 0;
  background: #fff;
}

.animsition-loading {
  margin: -50px 0 0 0;
  background: url("../../../assets/img/logo-loader.png");
  border-radius: 0px;
  border: none;
  background-size: 60px;
  background-position: 0 0;
  width: 60px;
  height: 60px;
  animation-name: inherit;
}

.animsition-loading:before {
  content: 'Carregando...';
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 70px 0 0 0;
  float: left;
}

/*********************************************************************/

/************************* ESTRUTURA BASE ****************************/

/*********************************************************************/

body {
  font-family: '', sans-serif;
  background: #fff;
}

body a {
  text-decoration: none !important;
  outline: none !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.container-larger {
  width: 1400px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: block;
  float: left;
}

button {
  line-height: initial;
}

.pesquisa {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2px 0;
  position: relative;
}

.pesquisa .icone {
  position: absolute;
  left: 8px;
  bottom: 8px;
  cursor: pointer;
}

.pesquisa .input-pesquisa {
  border: none;
  outline: none;
  width: 30px;
  border-radius: 50px;
  height: 30px;
  padding-left: 30px;
}

.pesquisa:after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #3bade3;
  background: linear-gradient(57deg, #7003a3 0%, #b40290 26%, #ffc603 100%);
  height: 32px;
  border-radius: 50px;
  width: 32px;
  z-index: -1;
  bottom: -1px;
  transform: translateX(-1px);
  transition: transform 400ms ease-in;
  transition: all 0.3s ease;
}

.pesquisa.active:after,
.pesquisa:hover:after {
  width: 202px;
  transition: all 0.3s ease;
  background: linear-gradient(8deg, #7003a3 32%, #b40290 75%, #ffc603 100%);
}

.pesquisa .input-pesquisa::-webkit-input-placeholder {
  color: #a9a9a9;
}

.pesquisa .input-pesquisa:-ms-input-placeholder {
  color: #a9a9a9;
}

.pesquisa .input-pesquisa::placeholder {
  color: #a9a9a9;
}

.pesquisa .input-pesquisa:active,
.pesquisa .input-pesquisa.active,
.pesquisa .input-pesquisa:focus,
.pesquisa:hover .input-pesquisa {
  width: 200px;
}

.ddValue {
  z-index: -1;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0;
}

.dd-padrao .help-block {
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 10px;
  color: #c71414 !important;
}

.form-group {
  position: relative;
}

.form-group .icone {
  position: absolute;
  left: 6px;
  top: 8px;
}

.form-group .icone.nome {
  top: 6px;
  font-size: 22px;
}

.form-group .icone.email {
  font-size: 18px;
}

.form-group .icone.telefone {
  font-size: 20px;
}

.form-group .icone.fa {
  bottom: 10px;
}

.has-success .form-control,
.form-group.has-error * {
  box-shadow: none;
}

.form-group.has-error .help-block.form-error {
  font-size: 10px;
  margin: 0px 0 0 0;
  position: absolute;
}

.input-text {
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 35px;
}

.input-text:focus {
  border-color: #000000;
  box-shadow: none;
}

.input-text::-webkit-input-placeholder {
  color: #8c8c8c;
}

.input-text:-ms-input-placeholder {
  color: #8c8c8c;
}

.input-text::placeholder {
  color: #8c8c8c;
}

.dd-padrao .dropdown-form {
  border-radius: 0;
  border-color: #000000;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 15px;
  color: #8c8c8c;
}

.dd-padrao .dropdown-form.has-error {
  border-color: #c71414;
}

.dd-padrao .dropdown-form.selected {
  color: #000000;
  border-color: #000000;
}

.dd-padrao .dropdown-form.selected .help-block {
  display: none;
}

.dd-padrao.open .dropdown-form {
  border-color: #000000;
}

.dd-padrao .dropdown-form:hover {
  background-color: #FFFFFF;
  border-color: #000000;
}

.dd-padrao .dropdown-form .caret {
  background-image: url("../../../assets/img/arrow-ico.png");
  background-size: cover;
  width: 12px;
  height: 8px;
  border: none;
}

.dd-padrao.open .dropdown-form .caret {
  transform: rotate(180deg);
}

.dd-padrao .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border-color: #000000;
  border-top: none;
  width: 100%;
}

.dd-padrao .dropdown-menu li {
  width: 100%;
  padding: 3px 15px;
  cursor: pointer;
}

.dd-padrao .dropdown-menu li:hover {
  font-weight: bold;
}

.dd-padrao select {
  display: none;
}

.form-group.has-error * {
  color: #c71414 !important;
  border-color: #c71414 !important;
}

.form-group.has-error *::-webkit-input-placeholder {
  color: #c71414 !important;
}

.form-group.has-error *:-ms-input-placeholder {
  color: #c71414 !important;
}

.form-group.has-error *::placeholder {
  color: #c71414 !important;
}

.form-group.has-error .dd-padrao .dropdown-form .caret {
  background-image: url("../../../assets/img/arrow-ico-error.png");
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: red !important;
}

.btn-borda-gradient {
  margin: 1px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.btn-borda-gradient::after {
  position: absolute;
  content: '';
  display: inline-block;
  background: linear-gradient(57deg, #7003a3 0%, #b40290 26%, #ffc603 100%);
  border-radius: 0px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  bottom: -1px;
  transform: translateX(-1px);
  position: absolute;
  left: 0;
  animation: btngradiente 6s ease infinite;
}

.btn-borda-gradient.animation::after {
  animation: border 5s ease-in reverse;
}

.btn-borda-gradient:hover::after {
  background: linear-gradient(8deg, #7003a3 60%, #b40290 75%, #ffc603 90%);
  animation: unset;
}

.btn-borda-gradient button {
  border: none;
  outline: none;
  min-width: 250px;
  padding: 14px 24px;
}

.btn-borda-branca {
  border: 1px solid #FFFFFF;
  padding: 12px 80px;
  background-color: transparent;
  outline: none;
}

.btn-borda-branca:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-azul {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-azul button {
  color: rgba(255, 255, 255, 0.65);
  border: none;
  background-color: transparent;
  outline: none;
}

.btn-azul:after,
.btn-azul:before {
  content: '';
  width: 0px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
}

.btn-azul:before {
  right: 50%;
}

.btn-azul:after {
  left: 50%;
}

.btn-azul:hover button {
  color: rgba(255, 255, 255, 0.85);
}

.btn-azul:hover:after,
.btn-azul:hover:before {
  width: 46%;
  transition: all 0.3s ease;
}

.btn-preto {
  background-color: #363636;
  border: none;
  padding: 4px 8px;
  outline: none;
}

.btn-preto:hover {
  background-color: #000000;
}

@keyframes border {
  0% {
    -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 30px, 4px 30px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
  }

  25% {
    -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 30px, 216px 30px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
  }

  50% {
    -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
  }

  75% {
    -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
  }
}

/***********************	HEADER	**************************/

header {
  background: #000;
}

header a {
  text-decoration: none !important;
  outline: none !important;
}

.mfb-component--tr {
  z-index: 120;
}

.header-desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  z-index: 100;
  position: fixed;
}

.header-desktop.scroll {
  background-color: rgba(0,0,0,0.65);
}

.header-desktop .logo img {
  max-width: 240px;
  margin-left: 20px;
}

.header-desktop .menu {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-desktop .top-menu {
  position: absolute;
  left: -30%;
  top: calc(50% - 5px);
}

.header-desktop .video-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-desktop .video-bar > .icon {
  cursor: pointer;
  background-image: url("../../../assets/img/speaker_icon.svg");
  background-size: 80px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  -ms-flex: none;
  flex: none;
  width: 20px;
  height: 18px;
  position: absolute;
  top: -4px;
  left: -14px;
}

.header-desktop .video-bar > .icon:not(.-muted) {
  animation: volumeIcon 1s infinite steps(1);
}

.header-desktop .video-bar > .icon.-muted {
  background-position: 0 -23px;
}

.header-desktop .video-bar > .bar {
  position: relative;
  padding-left: 16px;
}

.header-desktop .video-bar > .bar > .progress {
  width: 160px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  overflow: hidden;
  background: transparent;
}

.header-desktop .video-bar > .bar > .progress > .inner {
  cursor: pointer;
  background-color: #ffffff;
  height: 100%;
  width: 0;
}

.header-desktop .video-bar > .bar > .input {
  cursor: pointer;
  width: 160px;
  margin: 0;
  position: absolute;
  top: -5px;
  opacity: 0;
}

.header-mobile {
  margin-bottom: calc(-100% - 100px);
  background-color: transparent;
  z-index: 20;
  position: fixed;
}

.header-mobile .logo {
  float: left;
  width: 85%;
}

.header-mobile .logo img {
  margin: 0 auto;
  width: 200px;
  position: absolute;
  left: 10px;
  top: -4px;
}

.header-mobile .caixa-botao {
  float: right;
  width: 15%;
}

.header-mobile .caixa-botao button {
  font-size: 28px;
  padding: 0;
  border: none;
  margin: 8px 18px;
  color: #555;
  border-color: teal;
  background: transparent;
  float: right;
  outline: none;
}

.header-mobile .caixa-botao button.active {
  transform: rotate(90deg);
}

.header-mobile .caixa-visivel {
  z-index: 15;
  float: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(0,0,0,0.65);
}

.header-mobile .links {
  float: left;
  z-index: 13;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.header-mobile .links.active {
  height: 345px;
}

.header-mobile .links ul {
  float: left;
  width: 100%;
  padding: 10px 30px;
  background: rgba(0,0,0,0.8);
}

.header-mobile .links ul li {
  display: block;
  width: 100%;
}

.header-mobile .links ul li a {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.header-mobile .links ul li a:active {
  background-color: #ccc;
  color: #444;
}

@keyframes volumeIcon {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: -27px 0;
  }

  50% {
    background-position: -59px 0;
  }

  75% {
    background-position: -27px 0;
  }

  100% {
    background-position: 0 0;
  }
}

/***********************	MAIN	**************************/

/***********************	FOOTER	**************************/

.footer-desktop {
  padding: 30px 0 0;
  background: #fff;
}

.footer-desktop .links {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
}

.footer-desktop .links li {
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.footer-desktop .links li span {
  position: relative;
}

.footer-desktop .links li span:after,
.footer-desktop .links li span:before {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -2px;
}

.footer-desktop .links li span:before {
  right: 50%;
}

.footer-desktop .links li span:after {
  left: 50%;
}

.footer-desktop .links li span:hover:after,
.footer-desktop .links li span:hover:before {
  width: 46%;
  transition: all 0.3s ease;
}

.footer-desktop .social {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  z-index: 1;
}

.footer-desktop .social .item i {
  font-size: 20px;
}

.footer-desktop .logo img {
  width: 80%;
  float: right;
}

.footer-desktop .newsletter {
  margin-top: 20px;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}

.footer-desktop .newsletter .btn-borda-gradient button {
  width: 200px;
  min-width: 200px;
}

.footer-desktop .newsletter .btn-borda-gradient::after {
  width: 202px;
}

.footer-desktop .newsletter h4 {
  float: left;
}

.footer-desktop .newsletter form {
  -ms-flex-align: normal;
  align-items: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-desktop .newsletter form .form-group:nth-child(1) {
  margin: 0 0 0 8%;
}

.footer-desktop .newsletter form .form-group:nth-child(2) {
  margin: 0 0 0 8%;
}

.footer-desktop .newsletter form .form-group:nth-child(3) {
  margin: 0;
}

.footer-desktop .newsletter form .form-group .form-control {
  float: left;
}

.footer-desktop .newsletter form .btn-borda-gradient {
  float: right;
}

.footer-desktop .newsletter .mensagem-agradecimento.mensagem {
  margin-left: 70px;
}

.footer-desktop .direito {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-desktop .direito {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-desktop .form-group.has-error .help-block.form-error .iconHelp-mobo{
  bottom: 0px;

}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1601px) {
  .header-desktop .menu {
    width: 50%;
  }

  .header-desktop .top-menu {
    left: -40%;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {
  .container-larger {
    width: 1250px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
  .container-larger {
    width: 970px;
  }

  .footer-desktop .newsletter h4 {
    font-size: 16px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  .footer-desktop .newsletter h4 {
    font-size: 12px;
  }

  .container-larger {
    width: 750px;
  }

  .btn-borda-gradient button {
    padding: 11.5px 24px;
  }

  .header-desktop .logo img {
    margin-left: 0;
  }

  .header-desktop .menu {
    padding: 0 10px;
  }

  .fs-12 {
    font-size: 10px;
  }

  .fs-14 {
    font-size: 12px;
  }

  .fs-16 {
    font-size: 14px;
  }

  .fs-18 {
    font-size: 15px;
  }

  .fs-20 {
    font-size: 18px;
  }

  .fs-24 {
    font-size: 20px;
  }

  .fs-30 {
    font-size: 24px;
  }

  .fs-48 {
    font-size: 40px;
  }

  .lh-64 {
    line-height: 60px;
  }

  .lh-42 {
    line-height: 38px;
  }

  .lh-32 {
    line-height: 28px;
  }

  .lh-29 {
    line-height: 25px;
  }

  .lh-28 {
    line-height: 24px;
  }

  .lh-24 {
    line-height: 20px;
  }

  .lh-20 {
    line-height: 16px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .container-larger {
    width: auto;
  }

  .btn-borda-gradient button {
    padding: 11.5px 24px;
  }

  .fs-48 {
    font-size: 40px !important;
  }

  .footer-desktop {
    z-index: 0;
  }

  .footer-desktop .links {
    column-count: 1;
  }

  .footer-desktop .links li {
    text-align: center;
    padding-bottom: 30px;
  }

  .footer-desktop .newsletter {
    margin-top: 50px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px !important;
  }

  .footer-desktop .newsletter h4,
  .footer-desktop .newsletter .form-group {
    margin-bottom: 20px !important;
  }

  .footer-desktop .social-outer {
    margin: 30px 0;
  }

  .footer-desktop .social-outer ul li {
    width: 100%;
    text-align: center;
  }

  .footer-desktop .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-desktop .social {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .footer-desktop .social .item {
    margin: 10px;
  }
}

/************************************************************/

/*******LG OPTIMUS 4 / SAMSUNG GALAXY S4 / IPHONE 4/5********/

/************************************************************/

@media (max-width: 384px) {
  .header-mobile .logo {
    width: 80%;
    margin-top: 7px;
  }

  .header-mobile .logo img {
    margin: 0 auto;
  }

  .header-mobile .caixa-botao {
    width: 20%;
  }

  .header-mobile .caixa-botao button {
    font-size: 26px;
  }
}
.blog {
  z-index: 0;
}

.blog .banner-view {
  height: 245px;
  background-position-y: bottom;
}

.blog .grande,
.blog .pequeno {
  margin-top: 50px;
}

.blog .grande .titulo-outer,
.blog .grande .pesquisar-outer {
  padding: 0 15px;
}

.blog .grande .pesquisa-termo {
  margin-top: 15px;
}

.blog .grande {
  padding-right: 50px;
}

.blog .grande .titulo-pagina {
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 0 0 15px;
}

.blog .grande .noticias {
  padding: 30px 0 0;
}

.blog .grande .noticias .noticia {
  margin-bottom: 30px;
  padding: 0 15px;
}

.blog .grande .noticias .noticia .item-blog .imagem {
  height: 130px;
}

.blog .grande .noticias .coluna-maior .noticia-grande .item-blog .imagem {
  height: 280px;
}

.blog .grande .pesquisar {
  margin-top: 30px;
  margin-bottom: 70px;
  border-top: 1px solid #000;
  padding: 15px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog .pequeno .titulo {
  margin: 30px 0 20px;
}

.blog .pequeno .categorias .btn-preto {
  margin-right: 7px;
  margin-bottom: 10px;
}

.blog .pequeno .newsletter .form-group {
  margin-bottom: 20px;
}

.blog .pequeno .newsletter .form-group .input-text {
  background-color: #fafafa;
}

.blog .pequeno .newsletter .btn-borda-gradient {
  width: 100%;
}

.blog .pequeno .newsletter .btn-borda-gradient::after {
  /*width: calc(100% + 1px);*/
  /*height: calc(100% + 2px);*/
  /*transform: translateX(-1px) translateY(-1px);*/
  /*bottom: -2px;*/
}

.blog .pequeno .newsletter .btn-borda-gradient button {
  min-width: 100%;
  /*min-width: calc(100% - 1px);*/
}

@-moz-document url-prefix()  {
  .blog .pequeno .newsletter .btn-borda-gradient button {
    min-width: calc(100% - 1px);
  }
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {

}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
  .blog .grande .noticias .noticia .item-blog {
    height: 230px;
  }

  .blog .grande .noticias .noticia .item-blog .imagem {
    height: 100px;
  }

  .blog .grande .noticias .coluna-maior .noticia-grande .item-blog {
    height: 375px;
  }

  .blog .grande .noticias .coluna-maior .noticia-grande .item-blog .imagem {
    height: 240px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  .blog .grande {
    padding-right: 20px;
  }

  .blog .pequeno {
    padding: 0;
  }

  .blog .grande .noticias .noticia .item-blog .titulo {
    max-height: 40px;
    overflow: hidden;
  }

  .blog .grande .noticias .noticia .item-blog .detalhes {
    padding: 0;
  }

  .blog .grande .noticias .noticia .item-blog {
    height: 230px;
  }

  .blog .grande .noticias .noticia .item-blog .imagem {
    height: 110px;
  }

  .blog .grande .noticias .coluna-maior .noticia-grande .item-blog {
    height: 360px;
  }

  .blog .grande .noticias .coluna-maior .noticia-grande .item-blog .imagem {
    height: 240px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .blog .banner-view {
    height: 50vh;
  }

  .blog .pesquisa {
    float: right;
  }

  .blog .grande .titulo-pagina {
    margin-bottom: 20px;
  }

  .blog .grande {
    padding: 0;
  }

  .blog .pequeno {
    padding: 0 30px !important;
  }

  .blog .grande .pesquisar {
    margin-bottom: 0;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

@media (max-width: 384px) {

}
.blog-interna .banner-view,
.blog-interna .banner-view.video {
  height: 100vh;
  background-position: center;
}

.blog-interna .padding-right {
  padding-right: 60px;
}

.blog-interna .linha {
  background: linear-gradient(57deg, #7003a3 0%, #b40290 26%, #ffc603 100%);
}

.blog-interna .postagem {
  margin-top: -40%;
  padding: 60px;
  z-index: 0;
}

.blog-interna .postagem .categorias {
  margin-bottom: 20px;
  padding: 0 30px;
}

.blog-interna .postagem .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

.blog-interna .postagem .social .item {
  margin-bottom: 1px;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-bottom: 20px;
}

.blog-interna .postagem .social .item:after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #3bade3;
  background: linear-gradient(57deg, #7003a3 0%, #b40290 26%, #ffc603 100%);
  height: 42px;
  width: 42px;
  border-radius: 100%;
  z-index: -1;
  bottom: -1px;
  left: -1px;
  transform: translateX(0px);
  transition: all 0.3s ease;
  transition: transform 400ms ease-in;
}

.blog-interna .postagem .cabecalho {
  padding-right: 100px;
}

.blog-interna .postagem .cabecalho .info {
  margin-bottom: 20px;
}

.blog-interna .postagem .cabecalho .info span {
  margin-right: 25px;
}

.blog-interna .postagem .cabecalho .descricao {
  margin-bottom: 30px;
}

.blog-interna .postagem .cabecalho .linha {
  margin-left: 15px;
  width: calc(100% - 60px);
}

.blog-interna .postagem .cabecalho .autor {
  margin-top: 10px;
  margin-bottom: 30px;
}

.blog-interna .postagem .cabecalho .autor a {
  color: #333;
}

.blog-interna .postagem .cabecalho .autor span {
  margin-right: 25px;
}

.blog-interna .postagem .newsletter .btn-borda-gradient {
  width: 100%;
}

.blog-interna .postagem .newsletter .btn-borda-gradient button {
  width: 100%;
  min-width: auto;
}

.blog-interna .postagem .conteudo .menu-lateral {
  float: right;
  max-width: 250px;
}

.blog-interna .postagem .conteudo .menu-lateral .categorias .btn-preto {
  margin-right: 7px;
  margin-bottom: 10px;
}

.blog-interna .postagem .conteudo .imagem {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-interna .postagem .conteudo .bloco {
  margin-top: 20px;
}

.blog-interna .postagem .conteudo .bloco.bloco-quote img {
  width: 15px;
  margin-right: 20px;
}

.blog-interna .postagem .conteudo .bloco.bloco-imagem p {
  position: relative;
  float: left;
  margin-left: 14px;
  margin-top: 6px;
}

.blog-interna .postagem .conteudo .bloco.bloco-imagem p:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: -14px;
  background: #373737;
  top: 4px;
}

.blog-interna .postagem .conteudo .bloco.bloco-titulo {
  margin-bottom: -10px;
}

.blog-interna .postagem .conteudo .bloco.bloco-lista ul {
  margin-left: 40px;
}

.blog-interna .postagem .conteudo .bloco.bloco-lista ul li {
  display: block;
  position: relative;
  float: inherit;
  font-style: italic;
}

.blog-interna .postagem .conteudo .bloco.bloco-lista ul li:before {
  content: '';
  display: inline-block;
  height: 11px;
  width: 11px;
  background-size: cover;
  background-image: url("../../../assets/img/list-item.png");
  position: absolute;
  left: -20px;
  bottom: 8px;
}

.blog-interna .postagem .rodape {
  padding: 0 70px 0 0;
}

.blog-interna .postagem .rodape .categorias {
  padding: 30px 15px;
}

.blog-interna .postagem .rodape .autor {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 36px;
}

.blog-interna .postagem .rodape .autor .imagem {
  height: 60px;
  margin-right: 24px;
  width: 60px;
}

.blog-interna .postagem .rodape .autor .imagem img {
  width: 100%;
  height: 100%;
}

.blog-interna .postagem .rodape .autor .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-interna .postagem .rodape .autor .social .item {
  margin-right: 20px;
  margin-bottom: 0;
}

.blog-interna .postagem .rodape .linha {
  width: calc(66.6667% - 15px);
}

.blog-interna .postagem .rodape .relacionados {
  margin-top: 52px;
}

.blog-interna .postagem .rodape .relacionados h4 {
  margin-bottom: 24px;
  margin-top: 0;
}

.blog-interna .comentarios {
  margin-top: 45px;
}

/************************************************************/

/********************TRATAMENTO PARA FULLHD******************/

/************************************************************/

@media (min-width: 1601px) {
  .blog-interna .postagem {
    margin-top: -60%;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {

}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-interna .postagem {
    padding: 70px;
  }

  .blog-interna .postagem .titulo h1 {
    height: 120px;
    overflow: hidden;
  }

  .blog-interna .padding-right {
    padding-right: 35px;
  }

  .blog-interna .postagem .rodape {
    padding: 0;
  }

  .blog-interna .postagem .rodape .autor > * {
    margin-right: 20px;
  }

  .blog-interna .postagem .rodape .autor .social .item {
    margin-right: 10px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  .blog-interna .postagem {
    padding: 30px;
  }

  .blog-interna .postagem .titulo h1 {
    height: 120px;
    overflow: hidden;
  }

  .blog-interna .postagem .rodape {
    padding: 0;
  }

  .blog-interna .postagem .rodape .autor > * {
    margin-right: 10px;
  }

  .blog-interna .postagem .rodape .autor .imagem {
    min-width: 40px;
  }

  .blog-interna .postagem .rodape .autor .social {
    padding: 0;
    margin: 0;
  }

  .blog-interna .postagem .rodape .autor .social .item {
    margin-right: 10px;
  }

  .blog-interna .item-blog {
    height: 260px;
  }

  .blog-interna .item-blog .titulo {
    max-height: 60px;
  }

  .blog-interna .item-blog .imagem {
    height: 120px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .blog-interna .banner-view {
    height: 50vh;
  }

  .blog-interna .postagem {
    padding: 15px;
  }

  .blog-interna .postagem .titulo h1 {
    height: 120px;
    overflow: hidden;
  }

  .blog-interna .postagem .categorias {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .blog-interna .postagem .social {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 30px 0;
  }

  .blog-interna .postagem .social .item {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .blog-interna .postagem .social .item:after {
    height: 52px;
    width: 52px;
  }

  .blog-interna .postagem .social .item i.fs-12 {
    font-size: 20px !important;
  }

  .blog-interna .postagem .newsletter {
    padding: 20px 30px!important;
  }

  .blog-interna .padding-right {
    padding: 0 15px;
  }

  .blog-interna .postagem .cabecalho {
    padding: 0;
  }

  .blog-interna .postagem .conteudo .menu-lateral {
    max-width: auto;
  }

  .blog-interna .postagem .conteudo .bloco.bloco-imagem {
    padding: 0;
  }

  .blog-interna .postagem .rodape {
    padding: 0;
  }

  .blog-interna .postagem .rodape .autor {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-interna .postagem .rodape .autor > * {
    margin-bottom: 20px;
  }

  .blog-interna .postagem .rodape .autor .imagem {
    width: 200px;
    height: 200px;
  }

  .blog-interna .postagem .rodape .linha {
    width: 100%;
  }

  .blog-interna .postagem .cabecalho .autor span:last-child {
    margin-right: 0;
  }

  .blog-interna .relacionados .noticia {
    margin-bottom: 30px;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

@media (max-width: 384px) {

}
.carreira .vagas {
  z-index: 0;
  padding: 60px 90px 180px;
}

.carreira .vagas .vaga {
  margin-top: 80px;
  padding: 0;
}

.carreira .vagas .vaga .item-carreira .titulo h3,
.carreira .vagas .vaga .item-carreira .texto article {
  padding-right: 45px;
}

/************************************************************/

/********************TRATAMENTO PARA FULLHD******************/

/************************************************************/

@media (min-width: 1601px) {
  .carreira .vagas {
    padding: 60px 180px 180px;
  }

  .carreira .vagas .vaga {
    padding: 0;
  }

  .carreira .vagas .vaga .item-carreira .texto article {
    padding-right: 120px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {
  .carreira .vagas .vaga .item-carreira .titulo h3 {
    font-size: 44px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {

}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {

}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .carreira .vagas {
    padding: 0 30px 50px;
  }

  .carreira .vagas .vaga {
    margin-top: 50px;
  }

  .carreira .vagas .vaga .item-carreira .texto article {
    padding-right: 20px;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

@media (max-width: 384px) {

}
.contato .formulario {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 190px;
  margin-bottom: 100px;
  z-index: 1;
  box-shadow: 0px 7px 17px 0px rgba(222,222,222,.5);
}

.contato .banner-view {
  max-height: 730px;
}

.contato .formulario .mensagem-agradecimento,
.contato .formulario.agradecimento .formulario-input {
  /*display: none;*/
}

.contato .formulario.agradecimento .mensagem-agradecimento {
  display: block;
}

.contato .formulario.agradecimento .mensagem-agradecimento.mensagem {
  height: 396px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contato .formulario.agradecimento .mensagem-agradecimento .btn-borda-gradient {
  float: right;
}

.contato .formulario .form-group {
  margin-bottom: 40px;
}

.contato .formulario .grande {
  z-index: -2;
  padding: 50px;
}

.contato .formulario .grande .titulo {
  margin-top: 0;
}

.contato .formulario .grande .descricao {
  margin-top: 10px;
  margin-bottom: 30px;
}

.contato .formulario .grande .left {
  margin-right: 40px;
}

.contato .formulario .grande .right {
  margin-left: 40px;
}

.contato .formulario .grande .form-group textarea {
  border-radius: 0;
  border: 1px solid #000000;
}

.contato .formulario .grande .formulario-rodape {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contato .form-sucesso .formulario-rodape {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
  margin: 40vh 0 0 0;
}

.contato .formulario .pequeno {
  z-index: -2;
  padding: 50px;
  padding-top: 120px;
  padding-left: 75px;
}

.contato .formulario .pequeno .titulo {
  margin-top: 0;
  margin-bottom: 5px;
}

.contato .formulario .pequeno .telefone h4 {
  margin-bottom: 3px !important;
}

.contato .formulario .pequeno .social-outer,
.contato .formulario .pequeno .email,
.contato .formulario .pequeno .vagas {
  margin-top: 30px;
}

.contato .formulario .pequeno .social-outer .titulo {
  margin-bottom: 15px;
}

.contato .formulario .pequeno .social-outer .social {
  display: -ms-flexbox;
  display: flex;
}

.footer-desktop .social .item,
.contato .formulario .pequeno .social-outer .social .item {
  margin-bottom: 1px;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 20px;
}

.footer-desktop .social .item a,
.contato .formulario .pequeno .social-outer .social .item a {
  padding: 3px 0 0 0;
}

.contato .formulario .pequeno .social-outer .social .item i {
  font-size: 20px;
}

.footer-desktop .social .item::after,
.contato .formulario .pequeno .social-outer .social .item::after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #3bade3;
  background: linear-gradient(57deg, #7003a3 0%, #b40290 26%, #ffc603 100%);
  height: 37px;
  width: 37px;
  border-radius: 100%;
  z-index: -1;
  bottom: -1px;
  transform: translateX(0px);
  transition: all 0.3s ease;
  transition: transform 400ms ease-in;
}

.footer-desktop .social .item:hover::after,
.contato .formulario .pequeno .social-outer .social .item:hover:after {
  background: linear-gradient(8deg, #7003a3 32%, #b40290 75%, #ffc603 100%);
  transition: all 0.3s ease;
}

.contato .formulario .pequeno .vagas .titulo {
  margin-bottom: 20px;
}

.contato .formulario .pequeno .vagas .btn-borda-gradient button {
  min-width: 160px;
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {

}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {

}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  .contato .formulario .pequeno .social-outer .social .item {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .contato .formulario .pequeno .social-outer .social .item::after {
    width: 27px;
    height: 27px;
  }

  .contato .formulario .pequeno .social-outer .social .item i {
    font-size: 12px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .contato .banner-view {
    height: 50vh;
  }

  .contato .formulario {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contato .formulario .grande .email-telfone {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contato .formulario .grande .left {
    margin-right: 0;
  }

  .contato .formulario .grande .right {
    margin-left: 0;
  }

  .contato .formulario .grande .formulario-rodape {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contato .formulario .pequeno {
    padding: 50px;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

@media (max-width: 384px) {

}
.home .banner-view.video {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 250px;
}
.nossas-marcas .marcas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px 0;
}

.nossas-marcas .marcas .item-outer {
  padding: 0 0;
}

.nossas-marcas .marcas .item {
  /*height: 620px;*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background-image .6s ease-in-out;
  -o-transition: background-image .6s ease-in-out;
  -moz-transition: background-image .6s ease-in-out;
  -webkit-transition: background-image .6s ease-in-out;
}

.nossas-marcas .marcas .item-outer:hover .item {
  /*background-color: rgba(0, 0, 0, 0.2);*/
  /*background-blend-mode: multiply;*/
  /*background-image: url('/assets/img/marcas-bg-beauty-hover.png') !important;*/
  /*background-image: none !important;*/
  /*transition: background-image .6s ease-in-out;*/
  /*-o-transition: background-image .6s ease-in-out;*/
  /*-moz-transition: background-image .6s ease-in-out;*/
  /*-webkit-transition: background-image .6s ease-in-out;*/
}

.nossas-marcas .marcas .item-outer:hover .item:before {
  opacity: 1;
  transition: opacity .6s ease-in-out;
}

.nossas-marcas .marcas .item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,rgb(0, 0, 0),rgb(0, 0, 0));
  /*background-image: url('/assets/img/marcas-bg-beauty-hover.png') !important;*/
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.nossas-marcas .marcas .marca-1 .item:before {
  background-image: url("../../../assets/img/marcas-bg-soul-hover.png") !important;
}

.nossas-marcas .marcas .marca-2 .item:before {
  background-image: url("../../../assets/img/marcas-bg-beauty-hover.png") !important;
}

.nossas-marcas .marcas .marca-3 .item:before {
  background-image: url("../../../assets/img/marcas-bg-bela-hover.png") !important;
}

.nossas-marcas .marcas .item > .logo-container {
  height: 20%;
  left: 30px;
  position: absolute;
  top: 0;
  width: 45%;
  margin: 50px 0 0 50px;
}

.nossas-marcas .marcas .item > .logo-container .logo-container-inner {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}

.nossas-marcas .marcas .item > .logo-container img {
  float: right;
  z-index: 2;
}

.nossas-marcas .marcas .marca-1 .item > .logo-container img {
  margin-top: 40px;
  width: 90%;
}



.nossas-marcas .marcas .marca-3 .item > .logo-container img {
  margin-top: 40px;
}

.nossas-marcas .marcas .item > .logo {
  position: absolute;
  top: 6%;
  z-index: 1;
  max-width: 220px;
  left: 25px;
}

.nossas-marcas .marcas .item .imagem-original {
  visibility: hidden;
  width: 100%;
}

.nossas-marcas .marcas .item .imagem {
  max-height: 80%;
  max-height: 100%;
  position: absolute;
  bottom: 0px;
  /*transition: all .4s ease-in-out;*/
  width: 100%;
}

.nossas-marcas .marcas .marca-2 .item .imagem {
  /*left: -54px;*/
  /*max-height: 100%;*/
  /*max-width: unset;*/
  /*width: calc(100% + 54px);*/
}

.nossas-marcas .marcas .marca-3 .item .imagem {
  /*left: -35px;*/
  /*max-height: 100%;*/
  /*max-width: unset;*/
  /*width: calc(100% + 60px);*/
}

.nossas-marcas .marcas .item-outer:hover .imagem {
  /*max-height: 84%;*/
  /*transition: all .4s ease-in-out;*/
}

.nossas-marcas .marcas .marca-2.item-outer:hover .item .imagem {
  max-height: 100%;
}

.nossas-marcas .marcas .marca-3.item-outer:hover .item .imagem {
  max-height: 100%;
}

.nossas-marcas .marcas .item-outer:nth-child(1) .item .imagem {
  /*left: -10%;*/
}

.nossas-marcas .marcas .item .btn-borda-branca {
  position: absolute;
  bottom: 30px;
  right: 60px;
  padding: 15px 80px;
  letter-spacing: 3px;
  opacity: .6;
}

.nossas-marcas .marcas .item:hover .btn-borda-branca {
  opacity: .9;
  transition: opacity 300ms ease;
}

.nossas-marcas .banner-view .info .descricao {
  /*font-weight: lighter;*/
}

.nossas-marcas .banner-view .info button {
  /*border: 2px solid #fff;*/
  /*font-weight: bold;*/
}

/************************************************************/

/********************TRATAMENTO PARA FULLHD******************/

/************************************************************/

@media (min-width: 1601px) {
  .nossas-marcas .marcas .item {
    /*height: 945px;*/
  }
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {
  .nossas-marcas .marcas .item > .logo-container {
    left: 40px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
  .nossas-marcas .marcas .item .btn-borda-branca {
    right: 25px;
    padding: 12px 40px;
  }

  .nossas-marcas .marcas,
  .nossas-marcas .marcas .item-outer {
    /*padding: 0 15px;*/
  }
}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  .nossas-marcas .marcas .item .btn-borda-branca {
    position: absolute;
    bottom: 30px;
    right: 15px;
    padding: 12px 35px;
  }

  .nossas-marcas .marcas,
  .nossas-marcas .marcas .item-outer {
    /*padding: 0 15px;*/
  }
}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .nossas-marcas .marcas {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px !important;
  }

  .nossas-marcas .marcas,
  .nossas-marcas .marcas .item-outer {
    padding: 0 0;
  }

  .nossas-marcas .marcas .item {
    margin-bottom: 40px;
    text-align: center;
  }

  .nossas-marcas .marcas .item .btn-borda-branca {
    left: auto;
    margin-left: 0;
    right: auto;
    position: relative;
  }

  .nossas-marcas .banner-view {
    background-position: center;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

@media (max-width: 384px) {

}
/*Plugin*/

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.historia {
  padding: 100px 0;
}

.historia .titulo {
  margin: 0 0 15px 10%;
}

.historia .timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.historia .timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 150px 0;
  transition: all 1s;
}

.historia .timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 215px;
  height: 0px;
  background: transparent;
}

/*.historia .timeline ol li:last-child {*/
  /*!*!*width: 100%;*!*!*/
  /*!*position: absolute;*!*/
  /*!*!*left: 0;*!*!*/
  /*!*bottom: calc(50% - 1px);*!*/
  /*!*background: transparent;*!*/
/*}*/

.historia .timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(57deg, #7003a3 0%, #b40290 26%, #ffc603 100%);
  z-index: 1;
  top: -8px;
}

.historia .timeline ol li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  bottom: 0;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  top: -8px;
}

.historia .timeline ol li div {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px;
  white-space: normal;
  color: black;
  background: transparent;
  top: -75px;
}

.historia .timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.historia .timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.historia .timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.historia .timeline time {
  display: block;
  margin-bottom: 60px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.historia .timeline {
  padding-left: 20px;
  position: relative;
}

.historia .timeline.deslocado {
  margin-left: 10%;
}

.historia .timeline .arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.historia .timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.historia .timeline .disabled {
  opacity: .5;
}

.historia .timeline .arrows img {
  width: 45px;
  height: 45px;
}

.historia .timeline .linha {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(57% - 1px);
  background: linear-gradient(57deg, #7003a3 0%, #b40290 26%, #ffc603 100%);
  height: 2px;
  z-index: -1;
}

.historia .timeline .transparencia {
  position: absolute;
  right: 0;
  width: 10%;
  height: 100%;
  top: 0;
  background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
  z-index: 4;
}

.historia .timeline .transparencia.left {
  right: auto;
  left: calc(-10% - 10px);
  transform: rotate(180deg);
  width: 20%;
}

.historia .timeline .transparencia.disabled {
  opacity: 0;
}

.historia .timeline .arrows .arrow {
  border: 1px solid;
  background: #fff;
  border-radius: 100%;
  font-size: 30px;
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  position: absolute;
  bottom: calc(50% + 8px);
  z-index: 5;
}

.historia .timeline .arrows .arrow.disabled {
  opacity: 0;
}

.historia .timeline .arrows .arrow__prev {
  left: 9%;
}

.historia .timeline .arrows .arrow__next {
  right: 9%;
}

.historia .timeline .arrows .arrow__prev i {
  margin-right: 4px;
  margin-top: -4px;
}

.historia .timeline .arrows .arrow__next i {
  margin-right: -4px;
  margin-top: -4px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*@media screen and (max-width: 599px) {
  .historia .timeline ol,
  .historia .timeline ol li {
    width: auto;
  }

  .historia .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .historia .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .historia .timeline ol li:first-child {
    margin-top: 25px;
  }

  .historia .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .historia .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
    position: static;
  }

  .historia .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .historia .timeline ol li:nth-child(odd) div::before,
  .historia .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .historia .timeline ol li:last-child,
  .historia .timeline ol li:nth-last-child(2) div::before,
  .historia .timeline ol li:not(:last-child)::after,
  .historia .timeline .arrows {
    display: none;
  }
}*/

/************************************************************/

/********************TRATAMENTO PARA FULLHD******************/

/************************************************************/

@media (min-width: 1601px) {
  .historia .timeline ol li {
    width: 310px;
  }

  .historia .timeline ol li div {
    padding-right: 80px;
  }

  .historia .timeline {
    /*margin-left: 8%;*/
  }

  .historia .timeline .arrows .arrow__next {
    right: 9%;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {

}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {

}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {

}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .historia .titulo {
    margin: 0 0 0 6% !important;
  }

  .historia .timeline {
    padding-left: 10% !important;
  }

  .historia .timeline.deslocado {
    margin: 0;
  }

  .historia .timeline time {
    margin-bottom: 60px !important;
  }

  .historia .timeline ol li {
    width: 250px;
  }

  .historia .timeline .transparencia {
    width: 10%;
  }

  .historia .timeline .transparencia.left {
    width: 10%;
    left: 0;
  }

  .historia .timeline .arrows .arrow__next {
    right: 9%;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

@media (max-width: 384px) {

}
.banner-view {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 180px;
  overflow: hidden;
}

.banner-view.video iframe {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.25);
  transition: all 0.3s ease;
}

.banner-view.video.playing iframe {
  transform: scale(1);
  transition: all 0.3s ease;
}

.banner-view .close-video {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
}

.banner-view.video.playing .close-video {
  display: -ms-flexbox;
  display: flex;
}

.banner-view.video.playing .close-video img {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.banner-view.video.playing .close-video .dashed {
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.banner-view.video.playing .close-video .inner {
  transition: all 0.3s ease;
}

.banner-view.video.playing .close-video .inner:hover {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.banner-view.video img {
  width: 70%;
}

.banner-view.video a {
  z-index: 2;
}

.banner-view.video img,
.banner-view.video button {
  margin-top: 100px;
  z-index: 2;
}

.banner-view.video.playing .hide-on-video {
  display: none;
}

.banner-view .info {
  width: 40%;
}

.banner-view .info b,
.banner-view .info strong {
  font-weight: 400;
}

.banner-view .info .titulo {
  max-height: 160px;
  /*overflow: hidden;*/
  line-height: 110%;
}

.banner-view .info .titulo p {
  margin-bottom: 0;
}

.banner-view .info .descricao {
  margin-top: 60px;
  max-height: 170px;
  /*overflow-y: hidden;*/
}

.banner-view .info button {
  width: 70%;
  margin-top: 20px;
}

.banner-view .info button.-bt2 {
  margin-top: 20px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/************************************************************/

/********************TRATAMENTO PARA FULLHD******************/

/************************************************************/

@media (min-width: 1601px) {
  .banner-view {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .banner-view .info {
    bottom: 100px;
    width: 25%;
  }

  .banner-view .info .descricao {
    margin-top: 80px;
  }

  .banner-view .info button {
    margin-top: 20px;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {

}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-view.video img {
    width: 100%;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  .banner-view {
    height: 50vh;
    padding: 0 0 0 80px;
  }

  .banner-view.video {
    padding: 0 125px;
  }

  .banner-view .info {
    width: 50%;
  }
}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .banner-view {
    height: 50vh;
    -ms-flex-align: center;
    align-items: center;
  }

  .home .banner-view.video {
    padding: 0;
  }

  .banner-view .info .titulo {
    max-height: 175px;
  }

  .banner-view .info .titulo.fs-48 {
    font-size: 32px !important;
  }

  .banner-view,
  .banner-view.video {
    padding: 0;
  }

  .banner-view .info {
    width: 100%;
    padding: 0 20px 0 20px !important;
  }

  .banner-view .info button {
    margin-top: 20px;
    width: 100%;
  }

  .banner-view.video iframe {
    transform: scale(1.6);
    height: 50vh;
  }

  .banner-view.video img,
  .banner-view.video button {
    margin-top: 30px;
  }

  .banner-view .info .descricao {
    display: none;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

@media (max-width: 384px) {

}
.col12-img-video .info .titulo {
  max-height: 260px;
}

/************************************************************/

/********************TRATAMENTO PARA FULLHD******************/

/************************************************************/

@media (min-width: 1601px) {

}

/************************************************************/

/**********************TRATAMENTO PARA LG********************/

/************************************************************/

@media (min-width: 1199px) and (max-width: 1600px) {

}

/************************************************************/

/**********************TRATAMENTO PARA MD********************/

/************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {

}

/************************************************************/

/**********************TRATAMENTO PARA SM********************/

/************************************************************/

@media (min-width: 768px) and (max-width: 991px) {

}

/************************************************************/

/**********************TRATAMENTO PARA XS********************/

/************************************************************/

@media (max-width: 767px) {
  .col12-img-video {
    height: 100vh;
  }
}

/************************************************************/

/****************TRATAMENTO PARA IPHONE 4/5******************/

/************************************************************/

  .autor-img-mobo {
    width: 100% !important;
    height: 100% !important;
  }

  .col6-img-texto {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col6-img-texto.inverso {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .col6-img-texto .texto {
    padding: 0 100px 0 160px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col6-img-texto .titulo {
    /*max-height: 200px;*/
    /*overflow: hidden;*/
  }

  .col6-img-texto .texto article {
    margin-top: 30px;
    /*max-height: 190px;*/
    /*overflow: hidden;*/
  }

  .col6-img-texto .texto .btn-borda-gradient,
  .col6-img-texto .texto .btn-gradiente {
    margin-top: 60px;
  }

  .col6-img-texto .img {
    background-size: cover;
  }

  /************************************************************/
  /********************TRATAMENTO PARA FULLHD******************/
  /************************************************************/
  @media (min-width: 1601px) {
    .col6-img-texto .texto article {
      width: 66.66666667%;
    }
  }

  /************************************************************/
  /**********************TRATAMENTO PARA LG********************/
  /************************************************************/
  @media (min-width: 1199px) and (max-width: 1600px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA MD********************/
  /************************************************************/
  @media (min-width: 992px) and (max-width: 1199px) {
    .col6-img-texto .texto {
      padding: 0 30px 0 70px;
    }

    .col6-img-texto .img {
      background-position-x: 50%;
    }
  }

  /************************************************************/
  /**********************TRATAMENTO PARA SM********************/
  /************************************************************/
  @media (min-width: 768px) and (max-width: 991px) {
    .col6-img-texto .img {
      background-position: 50%;
    }

    .col6-img-texto .texto {
      padding: 0 20px;
    }
  }

  /************************************************************/
  /**********************TRATAMENTO PARA XS********************/
  /************************************************************/
  @media (max-width: 767px) {
    .col6-img-texto {
      height: auto;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: stretch;
      justify-content: stretch;
    }

    .col6-img-texto.inverso {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: stretch;
      justify-content: stretch;
    }

    .col6-img-texto .texto {
      padding: 40px 40px;
      height: 100vh;
    }

    .col6-img-texto .texto article br {
      display: none;
    }

    .col6-img-texto .texto .btn-borda-gradient {
      margin-top: 25px;
    }

    .col6-img-texto .img {
      height: 100vh;
      background-position-x: 50%;
    }

    .col6-img-texto .titulo {
      /*max-height: 180px;*/
    }
  }

  /************************************************************/
  /****************TRATAMENTO PARA IPHONE 4/5******************/
  /************************************************************/
  @media (max-width: 384px) {
    .col6-img-texto .texto {
      padding: 40px 20px;
    }
  }
  .item-blog {
    padding: 0 0 20px 0;
    overflow: hidden;
  }

  .item-blog:hover {
    box-shadow: 0px 7px 17px 0px rgba(222, 222, 222, .5);
  }

  .item-blog .imagem {
    height: 145px;
    background-size: cover;
  }

  .item-blog:hover .imagem {
    background-blend-mode: multiply;
    background-color: rgba(112, 3, 163, 0.5);
  }

  .item-blog .tags {
    position: absolute;
    top: -15px;
    left: 0;
  }

  .item-blog .tags button {
    margin: 0 5px;
  }

  .item-blog .titulo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 70px;
    overflow: hidden;
  }

  .item-blog:hover .titulo {
    color: #7003a3 !important;
  }

  .item-blog .detalhes {
    height: 22px;
    overflow: hidden;
    margin-top: 10px;
  }

  .item-blog .detalhes .data {
    margin-right: 25px;
  }

  /************************************************************/
  /********************TRATAMENTO PARA FULLHD******************/
  /************************************************************/
  @media (min-width: 1601px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA LG********************/
  /************************************************************/
  @media (min-width: 1199px) and (max-width: 1600px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA MD********************/
  /************************************************************/
  @media (min-width: 992px) and (max-width: 1199px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA SM********************/
  /************************************************************/
  @media (min-width: 768px) and (max-width: 991px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA XS********************/
  /************************************************************/
  @media (max-width: 767px) {

  }

  /************************************************************/
  /****************TRATAMENTO PARA IPHONE 4/5******************/
  /************************************************************/
  @media (max-width: 425px) {

    .btn-padding{
      padding-left: 0!important;
      padding-right: 0!important;

    }
    .btn-nossas-marcas{
      padding-right: 0!important;
      padding-left: 0!important;
    }
    .categorias-diplay-Mobile {
      display: block !important;
      line-height: 2;
    }

    .margin-carreira-vaga {
      margin-top: 20px;
    }

    .categorias-displayMobile {
      display: none !important;
    }

    .historia-mobo {
      padding-bottom: 0;
    }

    .iconHelp-mobo {
      bottom: -13px !important;
    }

    .iconTel-mobo {
      margin-bottom: 15px;
    }

    .galery-bgitem {
      background-position: center;
      background-size: cover;
      height: 50vh !important;
      padding-left: 20px !important;
    }

    .text-col6-mobo {
      height: auto !important;
      padding-bottom: 50px !important;
      max-height: none !important;
    }

    .img-mobo {
      height: 50vh !important;
    }

    .col2-padding-mobo {
      padding-right: 20px !important;
      padding-left: 20px !important;
      height: auto !important;
    }

    .galery-view-mobile {
      height: 50vh !important;
      padding-left: 20px !important;
    }

    .mobile-col6-texto {
      height: auto !important;
      line-height: 57px!important;
    }

    .banner-mobo {
      height: auto !important;
      padding-right: 20px !important;
      padding-left: 20px !important;
    }

    .item-carreira .titulo {
      margin-top: 0;
      max-height: 190px;
    }

    .item-carreira .texto-article {
      /*max-height: 170px;*/
      padding-right: 40px;
    }

    .item-carreira .btn-borda-gradient {
      margin-top: 40px;
    }

    .carreira-descricao-mobile {
      width: auto !important;
      max-width: 658px !important;
      display: block !important;
      margin-top: auto !important;
      max-height: none !important;
    }
    .btn-contanto{
      margin-top: 10px!important;

    }
    .btn-descricao-cinza{
      line-height:1.5;
    }
    .historia-mobile{
      height: 600px!important;
    }
  }
  /************************************************************/
  /********************TRATAMENTO PARA FULLHD******************/
  /************************************************************/
  @media (min-width: 1601px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA LG********************/
  /************************************************************/
  @media (min-width: 1199px) and (max-width: 1600px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA MD********************/
  /************************************************************/
  @media (min-width: 992px) and (max-width: 1199px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA SM********************/
  /************************************************************/
  @media (min-width: 768px) and (max-width: 991px) {

  }

  /************************************************************/
  /**********************TRATAMENTO PARA XS********************/
  /************************************************************/
  @media (max-width: 767px) {

  }