@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
/* ----------------------------------------------
 * Generated by Animista on 2017-9-20 16:45:6
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */

@keyframes wobble-hor-top {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(6deg);
  }

  30% {
    transform: translateX(15px) rotate(-6deg);
  }

  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(-2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(1.2deg);
  }
}

.wobble-hor-top {
  animation: wobble-hor-top 0.8s both;
}

@font-face {
  font-family: 'Jovial Sans';
  src: url("/dist/fonts/JovialSans/JovialSans-Bold.woff") format('woff'),
    url("/dist/fonts/JovialSans/JovialSans-Bold.ttf") format('truetype'),
    url("/dist/fonts/JovialSans/JovialSans-Bold.svg#JovialSans-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brush Up';
  src: url("/dist/fonts/BrushUp/BrushUp.eot");
  src: url("/dist/fonts/BrushUp/BrushUp.woff2") format('woff2'),
    url("/dist/fonts/BrushUp/BrushUp.woff") format('woff'),
    url("/dist/fonts/BrushUp/BrushUp.ttf") format('truetype'),
    url("/dist/fonts/BrushUp/BrushUp.svg#BrushUp") format('svg'),
    url("/dist/fonts/BrushUp/BrushUp.eot?#iefix") format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brush Up';
  src: url("/dist/fonts/BrushUp/BrushUpToo.eot");
  src: url("/dist/fonts/BrushUp/BrushUpToo.woff2") format('woff2'),
    url("/dist/fonts/BrushUp/BrushUpToo.woff") format('woff'),
    url("/dist/fonts/BrushUp/BrushUpToo.ttf") format('truetype'),
    url("/dist/fonts/BrushUp/BrushUpToo.svg#BrushUpToo") format('svg'),
    url("/dist/fonts/BrushUp/BrushUpToo.eot?#iefix") format('embedded-opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Brush Up Alt';
  src: url("/dist/fonts/BrushUp/BrushUpToo.eot");
  src: url("/dist/fonts/BrushUp/BrushUpToo.woff2") format('woff2'),
    url("/dist/fonts/BrushUp/BrushUpToo.woff") format('woff'),
    url("/dist/fonts/BrushUp/BrushUpToo.ttf") format('truetype'),
    url("/dist/fonts/BrushUp/BrushUpToo.svg#BrushUpToo") format('svg'),
    url("/dist/fonts/BrushUp/BrushUpToo.eot?#iefix") format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

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

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

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

.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;
}

.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-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;
}

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

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

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

.fc-roxo1 {
  color: #391256!important;
}

.fc-roxo2 {
  color: #48186b!important;
}

.fc-rosa1 {
  color: #eb088c!important;
}

.fc-amarelo1 {
  color: #ffdc18!important;
}

.fc-azul1 {
  color: #20bec4!important;
}

.fc-azul2 {
  color: #048e97!important;
}

.fc-verde1 {
  color: #cedc2a!important;
}

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

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

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

*::-moz-selection {
  background: #088b9d;
}

*::selection {
  background: #088b9d;
}

.btn:focus,
.btn:active,
.btn:hover,
.btn:visited {
  outline: none!important;
}

.bg-roxo1 {
  background: #391256!important;
}

.bg-roxo2 {
  background: #48186b!important;
}

.bg-rosa1 {
  background: #eb088c!important;
}

.bg-amarelo1 {
  background: #ffdc18!important;
}

.bg-azul1 {
  background: #20bec4!important;
}

.bg-verde1 {
  background: #cedc2a!important;
}

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

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

.fill-roxo1 {
  fill: #561f7f!important;
}

.fill-roxo2 {
  fill: #48186b!important;
}

.fill-rosa1 {
  fill: #eb088c!important;
}

.fill-amarelo1 {
  fill: #ffdc18!important;
}

.fill-azul1 {
  fill: #20bec4!important;
}

.fill-verde1 {
  fill: #cedc2a!important;
}

.fill-branco {
  fill: #fff!important;
}

.fill-preto {
  fill: #000!important;
}

.ff-brushup {
  font-family: 'Brush Up';
}

.ff-brushupIt {
  font-family: 'Brush Up Alt';
}

.ff-jovial {
  font-family: 'Jovial Sans';
}

.ff-oswald {
  font-family: 'Oswald', sans-serif;
}

.ff-opensans {
  font-family: 'Open Sans Condensed', sans-serif;
}

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

.fw-light {
  font-weight: 100!important;
}

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

.fw-bold {
  font-weight: 900!important;
}

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

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

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

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

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

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

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

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

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

ul {
  margin: 0;
  padding: 0;
}

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

.view {
  overflow: hidden;
}

#gabarito {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 10% 0%;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: .9;
}

#gabarito.hideBg {
  background: none;
  width: 0%;
  height: 0px;
}

#gabarito.bg20 {
  opacity: .2;
}

#gabarito.bg90 {
  opacity: .9;
}

#gabarito .btn {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
}

#gabarito .btn:nth-child(1) {
  left: 0px;
}

#gabarito .btn:nth-child(2) {
  left: 15px;
}

#gabarito .btn:nth-child(3) {
  left: 30px;
}

.texto {
  font-weight: 100;
}

.detalhe.triangulo.lg {
  width: 60px;
}

.detalhe.triangulo.md {
  width: 40px;
}

.detalhe.triangulo.sm {
  width: 20px;
}

.detalhe.triangulo.xs {
  width: 12px;
}

.detalhe.raio.lg {
  height: 60px;
}

.detalhe.raio.md {
  height: 45px;
}

.detalhe.raio.sm {
  height: 30px;
}

.detalhe.raio.xs {
  height: 25px;
}

.detalhe.rotate30 {
  transform: rotateZ(30deg);
}

.detalhe.rotate45 {
  transform: rotateZ(45deg);
}

.detalhe.rotate60 {
  transform: rotateZ(60deg);
}

.detalhe.rotate90 {
  transform: rotateZ(90deg);
}

.btn {
  border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  float: left;
}

.btn.bg-rosa1:hover {
  background: #561f7f!important;
  border: 1px solid #561f7f!important;
}

.btn.bg-roxo1:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.btn.bg-azul1:hover {
  background: #ffdc18!important;
  border: 1px solid #ffdc18!important;
}

.btn.btn-enfeite::before {
  background-image: url("/dist/img/btn_enfeite.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  z-index: -1;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -40px;
  right: 0;
  width: 100%;
  height: 70px;
}

.btn.btn-enfeite:hover::before {
  filter: hue-rotate(85deg) brightness(4);
  transition: all 0.3s ease;
}

.btn.btn-enfeite.det-azul::before {
  filter: hue-rotate(85deg) brightness(4);
}

.btn.btn-enfeite.det-azul:hover::before {
  filter: hue-rotate(15deg) brightness(3)!important;
}

.form-group {
  margin-bottom: 25px;
}

.form-group .form-control {
  font-size: 16px;
  padding: 8px 20px;
  height: auto;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #561f7f;
}

.form-group.has-error .form-control {
  border-color: rgba(255, 0, 0, 0.7)!important;
  box-shadow: none;
}

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

.form-group.has-error .form-control {
  border-color: rgba(255, 0, 0, 0.7)!important;
  box-shadow: none;
}

.form-group.has-error .form-control:focus {
  border-color: #ccc!important;
  box-shadow: none;
}

.form-group.has-error .form-control:focus::-webkit-input-placeholder {
  color: #ccc!important;
}

.form-group.has-error .form-control:focus {
  border-color: #ccc!important;
  box-shadow: none;
}

.form-group.has-error .help-block {
  font-size: 12px;
  color: #fff;
  margin: 1px;
  position: absolute;
  transition: all 300ms ease;
}

.form-group .form-control:focus,
.form-group .form-control:hover {
  outline: none;
  border: 2px solid #561f7f!important;
}

.form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #561f7f;
}

.form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #561f7f;
}

.form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #561f7f;
}

.form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #561f7f;
}

.dropdown.open .dropdown-form {
  border-bottom: 3px solid #eb088c!important;
}

.form-group.dropdown.has-error .dropdown-form {
  border: 1px solid #ff4c4c;
  color: #ff4c4c;
  transition: all 300ms ease;
}

.form-group.dropdown .btn-default:hover,
.form-group.dropdown .btn-default:focus,
.form-group.dropdown .btn-default:active,
.form-group.dropdown .btn-default.active,
.form-group.dropdown .open .dropdown-toggle.btn-default {
  background: #fff;
  box-shadow: none;
}

.form-group.dropdown .dropdown-form.selected {
  color: #eb088c;
}

.form-group.dropdown .dropdown-form {
  width: 100%;
  font-size: 14px;
  padding: 12px 20px;
  height: auto;
  border-top: 3px solid #12aab0;
  border-right: 3px solid #12aab0;
  border-bottom: 3px solid #12aab0;
  border-left: 3px solid #12aab0;
  color: #eb088c;
  font-family: 'Oswald', sans-serif;
}

.form-group.dropdown .dropdown-form .value {
  float: left;
}

.dropdown.open .dropdown-form .caret {
  background: url("/dist/img/dd_arrow_open.png") no-repeat!important;
  background-position: 50% 50%!important;
  border: none!important;
  padding: 4px!important;
  right: 15px!important;
  top: 19px!important;
}

.form-group.dropdown .dropdown-form .caret {
  position: absolute;
  background: url("/dist/img/dd_arrow_close.png") no-repeat;
  background-position: 50% 50%;
  border: none;
  padding: 4px;
  right: 15px;
  top: 20px;
}

.form-group.dropdown .dropdown-menu {
  width: 100%;
  margin: 49px 0 0 0;
  border-radius: 0 0 4px 4px;
  padding: 0;
  overflow: hidden;
  border: 3px solid #12aab0;
  border-top: 0;
}

.form-group.dropdown .dropdown-menu li {
  width: 100%;
  padding: 20px;
  color: #eb088c;
  font-family: 'Oswald', sans-serif;
  border-bottom: 3px solid #F5F5F5;
}

.form-group.dropdown .dropdown-menu li:hover {
  background: #5c2c80;
  color: #fff;
  cursor: pointer;
}

.form-group.dropdown .select-menu {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 0;
  z-index: -1;
}

.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: #ebebeb;
  background-color: #ebebeb;
}

.dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #ebebeb;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #5c2c80;
  border: 2px solid #5c2c80;
}

.animsition-overlay-slide {
  z-index: -1;
  background: transparent;
}

.animsition-loading,
.animsition-loading:after {
  width: 90px;
  height: 90px;
}

.animsition-loading {
  background-color: transparent;
  border-top: 3px solid #561f7f;
  border-right: 3px solid #561f7f;
  border-bottom: 3px solid #561f7f;
  border-left: 3px solid #eb088c;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-name: animsition-loading;
}

.pattern-rotate {
  transform: rotate(-2deg);
}

.pace .pace-progress {
  background: #561f7f!important;
  /*color: #fff;*/
}

.pace .pace-progress:after {
  font-family: 'Brush Up';
  font-size: 15px;
  color: #fff;
  width: 160px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.pace .pace-progress:before {
  content: '';
  width: 120px;
  height: 70px;
  background: url("../../../dist/img/logo.svg") no-repeat!important;
  background-size: 100%;
  top: -10vh;
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 0;
  margin: auto;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media (min-width: 1701px) {
  .container {
    width: 1550px!important;
  }

  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .btn.btn-enfeite::before {
    background-size: cover;
    left: -40px;
    width: 100%;
    height: 120px;
  }

  .form-group .form-control {
    font-size: 24px;
    padding: 12px 20px;
  }

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

  .form-group.dropdown .dropdown-menu li {
    font-size: 18px;
  }

  .form-group.dropdown .dropdown-menu {
    margin: 54px 0 0 0;
  }

  .form-group.dropdown .dropdown-form .caret {
    top: 22px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .container {
    width: 1335px!important;
  }

  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .btn.btn-enfeite::before {
    background-size: cover;
    left: -40px;
    width: 110%;
    height: 80px;
  }

  .form-group .form-control {
    font-size: 20px;
    padding: 12px 20px;
  }

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

  .form-group.dropdown .dropdown-menu li {
    font-size: 18px;
  }

  .form-group.dropdown .dropdown-menu {
    margin: 54px 0 0 0;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .btn.btn-enfeite::before {
    height: 100px;
  }

  .form-group.dropdown .dropdown-form .caret {
    top: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .container {
    width: 1100px;
  }

  .form-group.dropdown .dropdown-form .caret {
    right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .fs-24 {
    font-size: 16px;
  }
}

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

}

@media (max-width: 767px) {
  #gabarito {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-group {
    margin-bottom: 25px;
  }

  .form-group.has-error .help-block {
    bottom: -20px;
  }
}


.view.blog.interna .section-1.banner .titulo-section {
  position: absolute;
  padding: 0 195px;
  margin: 0;
  top: 40px;
  left: 0;
  z-index: 10;
}

.view.blog.interna .section-1 .titulo-section .author {
  padding: 20px 0 10px 0;
}

.view.blog.interna .section-1.banner .titulo-section h2.line1 {
  font-size: 35px;
  margin: 0;
  text-align: left;
  max-width: calc(100% - 255px);
}
@media (max-width: 767px){
  .view.blog.interna .section-1.banner .titulo-section h2.line1 {
    max-width: none;
  }
}

.view.blog.interna .section-1.banner .titulo-section ul.tags li {
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
  margin-right: 10px;
}

.view.blog.interna .section-2 {
  padding: 30px 165px 45px 165px;
}

.view.blog.interna .section-2 .box-left {
  padding: 0 130px 0 0;
}

.view.blog.interna .section-2 .box-left .bloco-texto-1 {
  font-size: 16px;
  padding: 0 30px 20px 30px;
  font-weight: 300;
}

.view.blog.interna .section-2 .box-left .bloco-texto-1 p {
  margin: 0;
}

.view.blog.interna .section-2 .box-left .bloco-texto-2 {
  font-size: 15px;
  padding: 20px 50px 20px 50px;
  font-weight: 300;
}

.view.blog.interna .section-2 .box-left .bloco-texto-2 blockquote {
  position: relative;
  font-size: 24px;
  font-family: 'Brush Up';
  color: #561f7f!important;
  padding: 10px 0 10px 0;
  margin: 20px -50px 20px -50px;
  border: none;
  width: 118.5%;
  float: left;
}

.view.blog.interna .section-2 .box-left .bloco-texto-2 blockquote:before {
  display: block;
  content: "";
  width: 36px;
  height: 29px;
  background: transparent url("/dist/img/blog_interna_open_quote.png") no-repeat;
  position: absolute;
  left: -50px;
  top: 2px;
}

.view.blog.interna .section-2 .box-left .bloco-texto-2 .img-margin {
  width: 118.5%;
  margin-left: -50px!important;
  float: left;
}

.view.blog.interna .section-2 .box-left .bloco-texto-2 .img-margin:first-child {
  margin-top: 20px;
}

.view.blog.interna .section-2 .box-left .bloco-texto-2 h3 {
  font-size: 24px;
  font-family: 'Brush Up';
  color: #eb088c!important;
  position: relative;
  float: left;
  margin: 20px -30px 20px -30px;
  width: 118.5%;
}

.view.blog.interna .section-2 .box-left .bloco-texto-2 iframe {
  width: 118.5%;
  height: 360px;
  margin-left: -50px;
  margin-top: 20px;
}

.view.blog.interna .section-2 .box-left #owl {
  padding: 0;
}

.view.blog.interna .section-2 .box-right {
  padding: 0;
}

@media (max-width: 767px){
  .view.blog.interna .section-2{
    display: flex;
    flex-direction: column;
  }
  .view.blog.interna .section-2 .box-right{
    order: 1;
  }
}





.view.blog.interna .section-2 .box-left .reactions li img.hover {
  display: none;
}

.view.blog.interna .section-2 .box-left .reactions li:hover img.normal {
  display: none;
}

.view.blog.interna .section-2 .box-left .reactions li:hover img.hover {
  display: block;
}

.view.blog.interna .section-2 .box-left .reactions li {
  width: 14.2%;
}

.view.blog.interna .section-2 .box-left .reactions li .titulo {
  text-align: center;
  margin: 8px 0 3px 0;
  padding: 0;
}

.view.blog.interna .section-2 .box-left .reactions li .qtdade {
  color: #3d135d;
  padding: 0;
  text-align: center;
}

.view.blog.interna .section-2 .box-left .author {
  display: inline-block;
  padding: 0 0 20px 30px;
}

.view.blog.interna .section-2 .box-left .author span.autora {
  text-decoration: underline;
}

.view.blog.interna .section-2 .box-left .reactions {
  padding: 0 15px;
}

.view.blog.interna .section-2 .box-left .share {
  width: 89%;
  margin: 30px 0 0 5%;
  padding: 20px 0;
  border-top: 2px dotted #e6e6e6;
  border-bottom: 2px dotted #e6e6e6;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links {
  position: absolute;
  right: -5px;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links>.item {
  margin: 0 7px;
  float: right;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links>li {
  list-style: none;
  display: inline-block;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links [data-tooltip]:before,
.view.blog.interna .section-2 .box-left .share .blog-social-links [data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links [data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 0px;
  margin-left: -55px;
  padding: 7px;
  width: 110px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links [data-tooltip]:after {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links [data-tooltip]:hover:before,
.view.blog.interna .section-2 .box-left .share .blog-social-links [data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  font-family: 'Roboto', sans-serif;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links .tw[data-tooltip]:before {
  background-color: #00ace3;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links .tw[data-tooltip]:after {
  border-top: 5px solid #00ace3;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links .fb[data-tooltip]:before {
  background-color: #205b9f;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links .fb[data-tooltip]:after {
  border-top: 5px solid #205b9f;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links .mail[data-tooltip]:before {
  background-color: #561f7f;
}

.view.blog.interna .section-2 .box-left .share .blog-social-links .mail[data-tooltip]:after {
  border-top: 5px solid #561f7f;
}

.view.blog.interna .section-2 .box-left .bottom .author {
  display: none;
}

.view.blog.interna .section-2 .box-left .top .assinatura {
  display: none;
}

.view.blog.interna .section-promo {
  background: #b7096e;
  padding: 20px 120px;
  z-index: 990;
}

.view.blog.interna .section-promo img:hover {
  transform: scale(1.05) rotate(1deg);
}

.view.blog.interna .section-newsletter,
.view.blog.interna .section-siga-nos {
  z-index: 990;
}

.view.blog.interna .section-criar-post {
  z-index: 990;
  background: #fff;
}

.view.blog.interna .comentarios {
  width: 89%;
  margin: 30px 0 0 5%;
  padding: 40px 0;
  border-top: 2px dotted #e6e6e6;
}



.view.blog.interna .section-2 .box-right .thumbnail-blog {
  /*position: fixed;*/
  padding: 0;
  /*width: 254.75px;*/
  /*top: 55%;*/
  /*top: 435px;*/
  z-index: 2;
}

/*.view.blog.interna .section-2 .box-right .thumbnail-blog.shrink{
	top: 15px!important;
	}*/

.view.blog.interna .section-2 .box-right .thumbnail-blog .imgLiquid {
  height: 260px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .imgLiquid .mask {
  background: #080040;
  position: absolute;
  opacity: 0;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: 260px;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .number {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  padding: 10px 14px;
  margin: auto;
  left: 40%;
  font-size: 18px;
  top: -22px;
  border: 2px solid #fff;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .obs {
  position: absolute;
  z-index: 1;
  opacity: 0;
  margin: auto;
  left: 0;
  top: -22px;
  font-size: 16px;
  text-align: center;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome {
  font-size: 16px;
  text-align: center;
  padding: 35px 30px 25px 30px;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .stats {
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .email {
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 25px 30px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .email a {
  color: #fff;
  display: inline-block;
  margin: 3px 0;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .detalhe {
  position: absolute;
  z-index: 1;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .raio-1 {
  width: 7px;
  top: 20px;
  left: 21px;
  transform: rotate(-50deg);
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .raio-2 {
  width: 7px;
  top: 10px;
  right: 21px;
  transform: rotate(-140deg);
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .triangulo-1 {
  width: 15px;
  top: 13px;
  left: 38px;
  transform: rotate(25deg);
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .triangulo-2 {
  width: 16px;
  bottom: -5px;
  left: 28px;
  transform: rotate(210deg);
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .triangulo-3 {
  width: 11px;
  bottom: 40px;
  right: 28px;
  transform: rotate(20deg);
}

.view.blog.interna .section-2 .box-right .thumbnail-blog .nome .triangulo-4 {
  width: 13px;
  bottom: 17px;
  right: 20px;
  transform: rotate(150deg);
}

.view.blog.interna .section-2 .box-right .thumbnail-blog:hover .imgLiquid .mask {
  background: rgba(8, 0, 64, 0.29);
  opacity: 1;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog:hover .nome .number {
  top: -85px;
  color: #eb088c!important;
  border: 2px solid #eb088c;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog:hover .nome .obs {
  position: absolute;
  top: -34px;
  opacity: 1;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog:hover .email {
  background: #20bec4!important;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog:hover .stats {
  background: #eb088c!important;
}

.view.blog.interna .section-2 .box-right .thumbnail-blog:hover .stats span {
  color: #ff85cc!important;
}

.view.blog.interna .section-2 .box-right .card-promo {
  margin-top: 40px;
}

.view.blog.interna .section-3.posts-relacionados {
  padding: 0px 65px 30px 65px;
}

.view.blog.interna .section-3.posts-relacionados .titulo-menu {
  padding: 0 95px!important;
}

.view.blog.interna .section-3.posts-relacionados .titulo-menu h2 {
  margin: 0;
}

.view.blog.interna .section-3.posts-relacionados .titulo-menu svg {
  display: none;
}

.view.blog.interna .section-3.posts-relacionados .content {
  margin-top: 25px;
}

.view.blog.interna .section-3.posts-relacionados .item.padrao.news .imagem {
  height: 360px;
}

.view.blog.interna .section-3.posts-relacionados .item.padrao.news ul.tags {
  left: 35px;
}

.view.blog.interna .section-3 .item.padrao.news {
  margin-bottom: 0!important;
}
@media (max-width: 767px){
  .view.blog.interna .section-3 .item.padrao.news {
    margin-bottom: 30px!important;
  }
}

.view.blog.interna .section-4 {
  padding: 10px 165px;
}

.view.blog.interna .section-4 .box-left {
  padding: 0 130px 0 0;
}

.view.blog.interna .section-1 .box-login .formulario.login .btn-fb img {
  margin-right: 10px;
}

.view.blog.interna .section-1 .box-login .formulario.login .middle-label {
  margin: 15px 0;
  color: #6d6d6d;
  text-align: center;
  line-height: 1;
}

.view.blog.interna .section-2 .margin-img-txt {
  float: left;
  margin-right: 15px;
}

.view.blog.interna .section-2 .box-left .bottom .assinatura .imagem {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  padding: 0;
}



.view.blog.interna .section-2 .box-left .bottom .assinatura .info {
  width: 72%;
}

.view.blog.interna .section-2 .box-left .bottom .assinatura .info .author {
  display: block;
  padding: 0;
  margin-bottom: 0px;
}

.view.blog.interna .section-2 .box-left .bottom .assinatura .info .comentario {
  padding: 0;
  height: 40px;
  overflow: hidden;
}

.view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais {
  width: 30%;
  padding: 0;
  margin-bottom: -40px;
}

.view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais li {
  margin-right: 15px;
}

.view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais li:last-child {
  margin-right: 0;
}

.view.blog.interna .section-2 .box-left .bottom .assinatura {
  width: 89%;
  margin: 0px 0 0 5%;
  padding: 45px 0;
  border-bottom: 2px dotted #e6e6e6;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view.blog.interna .section-galeria {
  padding: 0px 0 20px 0;
}

.view.blog.interna .section-galeria .carousel .carousel-indicators {
  position: absolute;
  width: 40px;
  float: left;
  left: auto;
  right: -52px;
  margin-left: 0;
  bottom: 0;
  margin-bottom: 0px;
}

.view.blog.interna .section-galeria .carousel .carousel-indicators li {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 1px!important;
  margin-bottom: 0px;
  border-radius: 0;
  border: none;
  margin: 0;
  color: #561f7f;
  font-size: 14px;
}

.view.blog.interna .section-galeria .carousel .carousel-indicators .active {
  width: 40px;
  height: 40px;
  border: none;
}

.view.blog.interna .section-galeria .carousel .carousel-control {
  background-image: url("/dist/img/carousel_control_right.png");
  background-repeat: no-repeat;
  width: 50px;
  top: 42%;
  bottom: 44%;
}

.view.blog.interna .section-galeria .carousel .carousel-control.left {
  transform: rotateY(180deg);
  left: 0px;
}

.view.blog.interna .section-galeria .carousel .carousel-control.right {
  right: 0px;
}

.view.blog.interna .section-galeria .carousel .carousel-control.left:hover {
  background-image: url("/dist/img/carousel_control_right_hover.png");
}

.view.blog.interna .section-galeria .carousel .carousel-control.right:hover {
  background-image: url("/dist/img/carousel_control_right_hover.png");
}

.view.blog.interna .section-galeria .carousel .carousel-caption,
.view.blog.interna .section-galeria .carousel .carousel-control {
  opacity: 0;
}

.view.blog.interna .section-galeria .carousel:hover .carousel-caption,
.view.blog.interna .section-galeria .carousel:hover .carousel-control {
  opacity: 1;
}

.view.blog.interna .section-galeria .carousel .carousel-caption {
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: left;
  text-shadow: none;
  padding: 15px 20px;
  left: 0;
  right: 0;
  bottom: 0;
}

.view.blog.interna .section-galeria .carousel .carousel-caption .square {
  font-size: 25px;
  margin-right: 5px;
  line-height: .55;
}

.view.blog.interna .section-galeria .double-image {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.view.blog.interna .section-galeria .double-image .img-left {
  padding-right: 5px;
}

.view.blog.interna .section-galeria .double-image .img-right {
  padding-left: 5px;
}

.view.blog.interna .section-galeria .carousel .carousel-indicators li {
  background-image: url("/dist/img/blog_galeria_img.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.view.blog.interna .section-galeria .carousel .carousel-indicators li .mask {
  background: rgba(255, 255, 255, 0.43);
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  line-height: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
}

.view.blog.interna .section-galeria .carousel .carousel-indicators li:hover .mask,
.view.blog.interna .section-galeria .carousel .carousel-indicators li.active .mask {
  background: #561f7f;
  color: #fff;
}

@media (min-width: 1701px) {
  .view.blog.interna .section-1 .box-login .formulario.login {
    top: 56px;
  }

  .view.blog.interna .section-1 .box-login .formulario.login .btn-fb {
    font-size: 15.5px;
  }

  .view.blog.interna .section-1 .box-login {
    right: 30px;
    top: 30px;
  }

  .view.blog.interna .section-1 .box-login .formulario.login .form-group.cad a {
    font-size: 16px;
  }

  .view.blog.interna .section-1.banner .titulo-section {
    top: 75px;
    padding: 0 355px;
  }

  .view.blog.interna .section-1.banner .titulo-section h2.line1 {
    font-size: 45px;
  }

  .view.blog.interna .section-1 .titulo-section .author {
    font-size: 16px;
  }

  .view.blog.interna .section-1.banner .titulo-section ul.tags li {
    font-size: 16px;
    padding: 10px 15px;
  }

  .view.blog.interna .section-2 {
    padding: 40px 355px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-1 {
    font-size: 21px;
    padding: 0 10px 20px 0px;
  }

  .view.blog.interna .section-2 .box-left .author {
    padding: 0 20px 20px 0px;
  }

  .view.blog.interna .section-2 .box-left .reactions li {
    padding: 0 25px;
  }

  .view.blog.interna .section-2 .box-left .reactions {
    padding: 10px 0 0 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .view.blog.interna .section-2 .box-left .share {
    width: 93%;
    margin: 30px 0 0 3%;
  }

  .view.blog.interna .section-2 .box-left .share .blog-social-links>.item {
    margin: 0 10px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 {
    font-size: 18px;
    padding: 20px 75px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 .img-margin {
    width: 124.5%;
    margin-left: -75px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 blockquote {
    width: 124.5%;
    font-size: 30px;
    margin: 40px -75px 40px -75px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 h3 {
    width: 124.5%;
    font-size: 30px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 iframe {
    width: 124.5%;
    height: 440px;
    margin-left: -75px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .imgLiquid,
  .view.blog.interna .section-2 .box-right .thumbnail-blog .imgLiquid .mask {
    height: 275px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura {
    width: 93%;
    margin: 0px 0 0 3%;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .imagem {
    width: 115px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais li {
    margin-right: 20px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais {
    width: 26%;
  }

  .view.blog.interna .section-3.posts-relacionados .titulo-menu {
    padding: 0 185px!important;
  }

  .view.blog.interna .section-3.posts-relacionados {
    padding: 0px 145px 0 145px;
  }

  .view.blog.interna .section-3.posts-relacionados .content {
    margin-top: 40px;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news .imagem {
    height: 450px!important;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news ul.tags {
    left: 49px;
  }

  .view.blog.interna .section-4 {
    padding: 0px 350px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .nome {
    padding: 35px 50px 25px 50px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .stats {
    padding: 25px;
  }

  .view.blog.interna .section-galeria .double-image {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .view.blog.interna .section-galeria .double-image .img-left {
    padding-right: 7.5px;
  }

  .view.blog.interna .section-galeria .double-image .img-right {
    padding-left: 7.5px;
  }

  .view.blog.interna .section-galeria .carousel .carousel-indicators {
    right: -55px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .nome .obs {
    font-size: 18px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog:hover .nome .number {
    top: -90px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog:hover .nome .obs {
    top: -35px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog {
    /*width: 298.25px;*/
    /*top: 42.5%;*/
    /*top: 600px;*/
  }

  /*.view.blog.interna .section-2 .box-right .thumbnail-blog.shrink{
		top: 25px!important;
		}*/
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.blog.interna .section-1 .box-login {
    right: 30px;
  }

  .view.blog.interna .section-1 .box-login .formulario.login {
    top: 56px;
  }

  .view.blog.interna .section-1 .box-login .formulario.login .btn-fb {
    font-size: 15.5px;
  }

  .view.blog.interna .section-1 .box-login {
    right: 30px;
    top: 30px;
  }

  .view.blog.interna .section-1 .box-login .formulario.login .form-group.cad a {
    font-size: 16px;
  }

  .view.blog.interna .section-1.banner .titulo-section {
    top: 60px;
    padding: 0 295px;
  }

  .view.blog.interna .section-1.banner .titulo-section h2.line1 {
    font-size: 40px;
  }

  .view.blog.interna .section-1 .titulo-section .author {
    font-size: 16px;
  }

  .view.blog.interna .section-1.banner .titulo-section ul.tags li {
    font-size: 16px;
    padding: 10px 15px;
  }

  .view.blog.interna .section-2 {
    padding: 40px 280px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-1 {
    font-size: 21px;
    padding: 0 20px 20px 20px;
  }

  .view.blog.interna .section-2 .box-left .author {
    padding: 0 20px 20px 20px;
  }

  .view.blog.interna .section-2 .box-left .reactions li {
    padding: 0 20px;
  }

  .view.blog.interna .section-2 .box-left .reactions {
    padding: 10px 0 0 0;
  }

  .view.blog.interna .section-2 .box-left .share {
    width: 93%;
    margin: 30px 0 0 3%;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 {
    font-size: 18px;
    padding: 20px 70px 20px 70px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura {
    width: 93%;
    margin: 0px 0 0 3%;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .imagem {
    width: 18%;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .info {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais li {
    margin-right: 15px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais {
    width: 26%;
  }

  .view.blog.interna .section-3.posts-relacionados .titulo-menu {
    padding: 0 110px!important;
  }

  .view.blog.interna .section-3.posts-relacionados {
    padding: 0px 180px 0 180px;
  }

  .view.blog.interna .section-3.posts-relacionados .content {
    margin-top: 40px;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news .imagem {
    height: 380px;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news ul.tags {
    left: 49px;
  }

  .view.blog.interna .section-4 {
    padding: 0px 350px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .nome {
    padding: 35px 50px 25px 50px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .stats {
    padding: 25px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog {
    top: 52%;
  }

  /*.view.blog.interna .section-2 .box-right .thumbnail-blog.shrink{
		top: 25px!important;
		}*/
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.blog.interna .section-1.banner .titulo-section {
    top: 40px;
    padding: 0 215px;
  }

  .view.blog.interna .section-1.banner .titulo-section h2.line1 {
    font-size: 40px;
  }

  .view.blog.interna .section-1 .titulo-section .author {
    font-size: 16px;
  }

  .view.blog.interna .section-1.banner .titulo-section ul.tags li {
    font-size: 16px;
    padding: 10px 15px;
  }

  .view.blog.interna .section-2 {
    padding: 30px 200px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-1 {
    font-size: 21px;
    padding: 0 20px 20px 20px;
  }

  .view.blog.interna .section-2 .box-left .author {
    padding: 0 20px 20px 20px;
  }

  .view.blog.interna .section-2 .box-left .reactions li {
    padding: 0 15px;
  }

  .view.blog.interna .section-2 .box-left .reactions {
    padding: 10px 0 0 0;
  }

  .view.blog.interna .section-2 .box-left .share {
    width: 93%;
    margin: 30px 0 0 3%;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 {
    font-size: 16px;
    padding: 20px 70px 20px 70px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura {
    width: 93%;
    margin: 0px 0 0 3%;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .imagem {
    width: 18%;
    height: 90px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .info {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais li {
    margin-right: 10px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais {
    width: 26%;
  }

  .view.blog.interna .section-3.posts-relacionados .titulo-menu {
    padding: 0 80px!important;
  }

  .view.blog.interna .section-3.posts-relacionados {
    padding: 0px 100px 0 100px;
  }

  .view.blog.interna .section-3.posts-relacionados .content {
    margin-top: 40px;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news .imagem {
    height: 360px;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news ul.tags {
    left: 49px;
  }

  .view.blog.interna .section-4 {
    padding: 0px 190px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .nome {
    padding: 35px 50px 25px 50px;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .stats {
    padding: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.blog.interna .section-1.banner .titulo-section h2.line1 {
    font-size: 35px;
  }

  .view.blog.interna .section-1.banner .titulo-section {
    padding: 0 185px;
    top: 30px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-1 {
    padding: 0 25px 20px 25px;
  }

  .view.blog.interna .section-2 .box-left .author {
    padding: 0 25px 20px 25px;
  }

  .view.blog.interna .section-2 .box-left .reactions {
    padding: 0 7px;
  }

  .view.blog.interna .section-2 .box-left .reactions li {
    padding: 0 10px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura {
    padding: 35px 0;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .imagem {
    width: 18%;
    height: 80px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .info {
    width: 70%;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais {
    width: 32%;
  }

  .view.blog.interna .section-4 {
    padding: 0px 165px;
  }

  .view.blog.interna .section-3.posts-relacionados {
    padding: 0px 65px 10px 65px;
  }

  .view.blog.interna .section-galeria .carousel .carousel-caption {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.blog.interna .section-1.banner .titulo-section h2.line1 {
    font-size: 25px;
  }

  .view.blog.interna .section-1.banner .titulo-section {
    top: 30px;
    padding: 0 75px;
  }

  .view.blog.interna .section-1 .titulo-section .author {
    padding: 10px 0 10px 0;
  }

  .view.blog.interna .section-2 {
    padding: 30px 50px;
  }

  .view.blog.interna .section-2 .box-left {
    padding: 0 70px 0 0;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 {
    padding: 20px 70px 20px 70px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura {
    padding: 25px 0;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais {
    width: 32%;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .imagem {
    height: 85px;
  }

  .view.blog.interna .section-3.posts-relacionados .titulo-menu {
    padding: 0 0px!important;
  }

  .view.blog.interna .section-3.posts-relacionados {
    padding: 0px 15px 0px 15px;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news .imagem {
    height: 290px;
  }

  .item.padrao.news ul.tags {
    top: 25px;
  }

  .view.blog.interna .section-4 {
    padding: 30px 35px;
  }

  .view.blog.interna .comentarios {
    margin: 0px 0 0 5%;
    padding: 20px 0;
  }
}

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

}

.view.blog.interna .section-1.banner {
  background-image: none;
}

@media (max-width: 767px) {
  .view.blog.interna .section-1.banner {
    position: relative;
    background-color: #561f7f;
    background-size: cover;
    background-position: center center;
  }
  .view.blog.interna .section-1.banner .titulo-section {
    position: relative;
    top: 0;
    padding: 35px 20px 20px 20px;
  }

  .view.blog.interna .section-1 .titulo-section .author {
    padding: 10px 0 10px 0;
  }

  .view.blog.interna .section-1.banner .titulo-section h2.line1 {
    width: 100%;
    font-size: 18px;
    height: 57px;
    overflow: hidden;
  }

  .view.blog.interna .section-1.banner .titulo-section h2.line1 br {
    display: none;
  }

  .view.blog.interna .section-1.banner .titulo-section ul.tags li {
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 10px;
  }

  .view.blog.interna .section-1 .box-login {
    display: none;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog .nome {
    font-size: 18px;
  }

  .view.blog.interna .section-2 {
    padding: 20px 20px;
  }

  .view.blog.interna .section-2 .box-left {
    padding: 30px 0 0 0;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-1 {
    font-size: 16px;
    padding: 0 0px 20px 0px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 {
    padding: 20px 0px 20px 0px;
  }

  .view.blog.interna .section-2 .box-left .reactions {
    padding: 0 0px;
  }
  .view.blog.interna .top .reactions{
    display: none;
  }

  .view.blog.interna .section-2 .box-left .reactions li {
    width: 24.9%;
    padding: 0 10px;
  }

  .view.blog.interna .section-2 .box-left .reactions li .titulo,
  .view.blog.interna .section-2 .box-left .reactions li .qtdade {
    font-size: 12px;
  }

  .view.blog.interna .section-2 .box-left .reactions li {
    margin-bottom: 20px;
  }

  .view.blog.interna .section-2 .box-left .reactions li:nth-child(5),
  .view.blog.interna .section-2 .box-left .reactions li:nth-child(6),
  .view.blog.interna .section-2 .box-left .reactions li:nth-child(7),
   {
    margin-bottom: 0;
  }

  .view.blog.interna .section-2 .box-left .author {
    padding: 0 0 20px 0;
  }

  .view.blog.interna .section-2 .box-left .share {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px 0;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-line-pack: initial;
    align-content: initial;
    display: inherit;
  }

  .view.blog.interna .section-2 .box-left .share .blog-social-links>.item {
    margin: 0 15px;
    float: left;
  }

  .view.blog.interna .section-2 .box-left .share .blog-social-links {
    position: relative;
    right: initial;
    float: left;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura {
    width: 100%;
    margin: 0px 0 0 0;
    padding: 25px 0;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-line-pack: inherit;
    align-content: inherit;
    display: inline;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .imagem {
    width: 85px;
    float: left;
    height: 89px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .info {
    width: 65%;
    padding-right: 0;
    padding-top: 13px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais {
    width: 100%;
    padding: 30px 60px 0 60px;
    margin-bottom: 0px;
  }

  .view.blog.interna .section-2 .box-left .bottom .assinatura .redes-sociais li {
    margin-right: 20px;
  }

  .view.blog.interna .section-3.posts-relacionados .titulo-menu {
    padding: 0!important;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news .imagem {
    height: 270px;
  }

  .view.blog.interna .section-3.posts-relacionados {
    padding: 0px 20px 0px 20px;
  }

  .view.blog.interna .section-promo {
    padding: 20px 20px;
  }

  .view.blog.interna .section-4 {
    padding: 30px 20px;
  }

  .view.blog.interna .section-4 .box-left {
    padding: 0 0 0 0;
  }

  .view.blog.interna .comentarios {
    width: 100%;
    margin: 0px 0 0 0;
    padding: 20px 0;
    border-top: 2px dotted #e6e6e6;
  }

  .view.blog.interna .section-galeria .carousel .carousel-caption {
    font-size: 10px;
    padding: 5px 10px;
  }

  .view.blog.interna .section-galeria .carousel .carousel-control {
    width: 25px;
    background-size: cover;
  }

  .view.blog.interna .section-galeria .carousel .carousel-caption .square {
    font-size: 10px;
    margin-right: 5px;
  }

  .view.blog.interna .section-galeria .carousel .carousel-indicators {
    display: none;
  }

  .view.blog.interna .section-galeria .carousel .carousel-caption,
  .view.blog.interna .section-galeria .carousel .carousel-control {
    opacity: 1;
  }

  .view.blog.interna .section-2 .box-right .card-promo {
    display: none;
  }

  .view.blog.interna .section-2 .box-right .thumbnail-blog {
    position: relative;
    width: 100%;
    z-index: 10;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 .img-margin {
    width: 100%;
    margin-left: 0!important;
    padding: 0;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 .section-galeria {
    margin: 20px 0;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 blockquote {
    font-size: 16px;
    margin: 10px 10px;
    width: 100%;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 blockquote:before {
    left: -40px;
    top: 0px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 blockquote p {
    padding: 0 20px 0 0;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 h3 {
    font-size: 16px;
    margin: 0px;
    width: 100%;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 iframe {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    height: 160px;
  }

  .view.blog.interna .section-2 .box-left .bloco-texto-2 table {
    width: 100%;
    float: left;
  }

  .view.blog.interna .section-3.posts-relacionados .item.padrao.news ul.tags {
    left: 15px;
  }
}


.view.blog.listagem .comp-list-produtos .column-1 {
  margin-top: 0;
}

.view.blog.listagem .comp-list-produtos .column-2 {
  margin-top: 0;
}

.view.blog.listagem .comp-list-produtos .column-3 {
  margin-top: 0;
}

.view.blog.listagem .comp-list-produtos .column-4 {
  margin-top: 0;
}

.view.blog.listagem .section-1.banner .titulo-section {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 75px;
  left: 0;
  right: 0;
}

.view.blog.listagem .section-1.banner .titulo-section h2.line1 {
  margin-top: -18px;
  font-size: 72px;
  text-align: center;
  transform: rotate(-8deg);
}

.view.blog.listagem .section-1.banner .titulo-section .shape-bg {
  position: absolute;
  top: -10px;
  z-index: -1;
  width: 88%;
  left: 9.5%;
  height: 135px;
  transform: rotate(-8deg);
}

.view.blog.listagem .section-1.banner .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
  width: 20px;
  top: -10px;
  left: 20px;
  transform: rotate(30deg);
}

.view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
  height: 37px;
  top: -27px;
  left: -15px;
  transform: rotate(-45deg);
}

.view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
  width: 17px;
  top: -68px;
  right: 10px;
  transform: rotate(-30deg);
}

.view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
  width: 17px;
  top: -23px;
  right: 0px;
  transform: rotate(13deg);
}

.view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
  width: 18px;
  bottom: 20px;
  right: -10px;
  transform: rotate(25deg);
}

.view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
  height: 50px;
  bottom: -20px;
  right: 20px;
  transform: rotate(155deg);
}

.view.blog.listagem .section-2 {
  padding: 0 20px;
}

.view.blog.listagem .section-3 .item.padrao.news ul.tags {
  left: 40px!important;
}

.view.blog.listagem .section-promo {
  background: #b7096e;
  padding: 20px 120px;
}

.view.blog.listagem .section-promo img:hover {
  transform: scale(1.05) rotate(1deg);
}

.view.blog.listagem .card-promocional .tags,
.view.blog.listagem .card-promocional .titulo {
  display: none;
}

.view.blog.listagem .modal .close {
  top: 110px;
}

@media (min-width: 1701px) {
  .view.blog.listagem .item.padrao .imagem {
    height: 550px;
  }

  .view.blog.listagem .section-1.banner .titulo-section {
    top: 120px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .shape-bg {
    top: -25px;
    width: 65%;
    left: 20%;
    height: 160px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 30px;
    top: -30px;
    left: 95px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 40px;
    bottom: -100%;
    left: 13%;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 60px;
    top: -62px;
    left: 35px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 25px;
    top: -110px;
    right: 85px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    width: 25px;
    right: 85px;
    top: -41px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 25px;
    bottom: 10px;
    right: 70px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 60px;
    bottom: -40px;
    right: 100px;
  }

  .view.blog.listagem .section-1 .box-login .formulario.login {
    top: 56px;
  }

  .view.blog.listagem .section-1 .box-login .formulario.login .btn-fb {
    font-size: 15.5px;
  }

  .view.blog.listagem .section-1 .box-login {
    right: 30px;
    top: 30px;
  }

  .view.blog.listagem .section-1 .box-login .formulario.login .form-group.cad a {
    font-size: 16px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.blog.listagem .section-1.banner .titulo-section h2.line1 {
    font-size: 62px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .shape-bg {
    top: -5px;
    width: 68%;
    left: 18.5%;
    height: 125px;
    transform: rotate(-8deg);
  }

  .view.blog.listagem .section-1.banner .titulo-section {
    top: 85px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: -5px;
    left: 65px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 50px;
    left: 10px;
    top: -30px;
    transform: rotate(-50deg);
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    left: 60px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    right: 55px;
    width: 22px;
    top: -78px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    right: 55px;
    width: 22px;
    top: -20px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 45px;
    bottom: -15px;
    right: 80px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 22px;
    bottom: 15px;
    right: 50px;
  }

  .view.blog.listagem .section-1 .box-login {
    right: 30px;
  }

  .view.blog.listagem .section-1 .box-login .formulario.login {
    top: 56px;
  }

  .view.blog.listagem .section-1 .box-login .formulario.login .btn-fb {
    font-size: 15.5px;
  }

  .view.blog.listagem .section-1 .box-login {
    right: 30px;
    top: 30px;
  }

  .view.blog.listagem .section-1 .box-login .formulario.login .form-group.cad a {
    font-size: 16px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.blog.listagem .section-1.banner .titulo-section h2.line1 {
    font-size: 60px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .shape-bg {
    width: 74%;
    left: 14.5%;
    height: 125px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: 0px;
    left: 30px;
    transform: rotate(30deg);
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 47px;
    top: -23px;
    left: -20px;
    transform: rotate(-50deg);
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 22px;
    right: 50px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    width: 22px;
    right: 40px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 23px;
    bottom: 10px;
    right: 30px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 50px;
    bottom: -30px;
    right: 55px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.blog.listagem .section-1.banner .titulo-section h2.line1 {
    font-size: 52px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .shape-bg {
    width: 71%;
    left: 16.5%;
    height: 115px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: -15px;
    left: 40px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 45px;
    top: -36px;
    left: -10px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 22px;
    top: -68px;
    right: 42px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    width: 22px;
    top: -20px;
    right: 40px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 22px;
    bottom: 5px;
    right: 30px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 50px;
    bottom: -35px;
    right: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.blog.listagem .section-1.banner .titulo-section h2.line1 {
    font-size: 42px;
  }

  .view.blog.listagem .section-1.banner .titulo-section {
    top: 50px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .shape-bg {
    height: 80px;
    top: 2px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    top: 0px;
    left: 20px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    left: -10px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 25px;
    bottom: -50px;
    left: 15px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    right: -10px;
    top: -15px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 45px;
    bottom: -25px;
    right: 15px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    bottom: 10px;
    right: -10px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    top: -40px;
  }
}

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

}

@media (max-width: 767px) {
  .view.blog.listagem .section-1.banner .titulo-section {
    top: 20px;
  }

  .view.blog.listagem .section-1.banner .titulo-section h2.line1 {
    font-size: 25px;
    width: 96%;
    margin-top: 10%;
  }

  .view.blog.listagem .section-1.banner .titulo-section .shape-bg {
    top: 0;
    width: 52%;
    left: 24.5%;
    height: 50px;
    margin-top: 6%;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 15px;
    top: 10px;
    left: 50px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 15px;
    bottom: -10px;
    left: 90px;
    transform: rotate(-15deg);
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 25px;
    top: 35px;
    left: 25px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 10px;
    top: 10px;
    right: 50px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 18px;
    bottom: -10px;
    right: 50px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 25px;
    bottom: 5px;
    right: 25px;
  }

  .view.blog.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    display: none;
  }

  .view.blog.listagem .section-promo {
    padding: 20px;
  }

  .view.blog.listagem .section-1 .box-login {
    width: 100%;
    bottom: -64px;
    top: initial;
    left: 20px;
    right: 0;
    margin: auto;
  }

  .view.blog.listagem .section-1 .box-login .btn-escrever {
    border: 1px solid #48186b;
    border-left: 0;
  }

  .view.blog.listagem .section-2 {
    padding: 0;
  }

  .view.blog.listagem .section-2 #menuRosa.owl-carousel .owl-stage-outer {
    height: 52px;
  }
}
.view.cadastro .section-2 {
  padding: 100px 0;
}

.view.cadastro .section-2 .detalhe {
  position: absolute;
  z-index: -1;
}

.view.cadastro .section-2 .detalhe.triangulo1 {
  left: 26.3%;
  top: 9%;
  transform: rotateZ(-100deg);
}

.view.cadastro .section-2 .detalhe.triangulo2 {
  left: 37.3%;
  top: 60.6%;
  transform: rotateZ(-100deg);
  width: 16px;
}

.view.cadastro .section-2 .detalhe.triangulo3 {
  bottom: 16%;
  right: 5.3%;
  transform: rotateZ(-100deg);
  width: 15px;
}

.view.cadastro .section-2 .detalhe.raio1 {
  left: 4.7%;
  top: 4%;
  height: 27px;
  transform: rotateZ(-40deg) rotateX(180deg);
}

.view.cadastro .section-2 .detalhe.raio2 {
  right: 9%;
  top: 30%;
  transform: rotateZ(30deg) rotateX(180deg);
  height: 29px;
}

.view.cadastro .section-2 .titulo-section {
  padding-left: 130px;
  padding-top: 15px;
}

.view.cadastro .section-2 .titulo-section .shape {
  position: absolute;
  z-index: -1;
  left: 70px;
  top: -21px;
}

.view.cadastro .section-2 .titulo-section h2 {
  font-style: italic;
  text-align: left;
}

.view.cadastro .section-2 .titulo-section h2.line2 {
  font-size: 78.32px;
  position: relative;
  float: left;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  z-index: -1;
}

.view.cadastro .section-2 .new-btn-enfeite {
  margin-top: 50px;
  padding: 10px 0;
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn {
  position: absolute;
  z-index: -1;
}

.view.cadastro .section-2 .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.cadastro .section-2 .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.cadastro .section-2 .new-btn-enfeite:hover .fill-rosa1 {
  fill: #ffdc18!important;
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-1 {
  width: 21px;
  bottom: -12px;
  top: initial;
  left: -12px;
  transform: rotate(25deg);
  z-index: 1;
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-2 {
  width: 13px;
  top: -21px;
  left: 35px;
  transform: rotate(205deg);
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-3 {
  width: 25px;
  bottom: -13px;
  right: 5px;
  transform: rotate(20deg);
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-4 {
  width: 13px;
  bottom: -9px;
  top: initial;
  left: 40%;
  transform: rotate(85deg);
  z-index: 1;
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-5 {
  width: 13px;
  top: 1px;
  right: 45px;
  transform: rotate(75deg);
  z-index: 1;
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-1 {
  width: 8px;
  top: -10px;
  left: -28px;
  transform: rotate(-65deg);
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-2 {
  width: 13px;
  top: -25px;
  right: -11px;
  transform: rotate(-150deg);
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-3 {
  width: 13px;
  top: -33px;
  left: 40%;
  transform: rotate(-150deg);
  z-index: 1;
}

.view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-4 {
  width: 9px;
  bottom: -34px;
  right: 90px;
  transform: rotate(-70deg);
}

.view.cadastro .section-2 .titulo-section h2.line3 {
  font-size: 90.06px;
  float: left;
  margin: -40px 0 0 10px;
}

.view.cadastro.cadastro-aguarde .section-2 .titulo-section .shape {
  left: 74px;
  top: -10px;
  width: 73%;
}

.view.cadastro.cadastro-aguarde .section-2 .titulo-section h2.line3 {
  font-size: 73.06px;
  float: left;
  margin: -30px 0 0 0px;
}

.view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line2 {
  font-size: 68.32px;
}

.view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line3 {
  font-size: 85.06px;
  margin: -20px 0 0 -10px;
}

.view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line4 {
  font-size: 62.89px;
  margin: -20px 0 0 -5px;
}

.view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line2 {
  font-size: 53.32px;
}

.view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line3 {
  font-size: 103.06px;
  margin: -17px 0 0 -20px;
}

.view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line4 {
  font-size: 71.89px;
  margin: -25px 0 0 -30px;
}

.view.cadastro .section-2 .titulo-section h2.line4 {
  font-size: 58.89px;
  float: left;
  margin: -23px 0 0 -5px;
}

.view.cadastro .section-2 .texto {
  padding: 30px 145px 0 15px;
}

.view.cadastro .section-2 .texto p {
  margin-bottom: 35px;
}

@media (min-width: 1701px) {
  .view.cadastro .section-2 {
    padding: 70px 0 120px 0;
  }

  .view.cadastro .section-2 .detalhe.triangulo1 {
    top: 8%;
  }

  .view.cadastro .section-2 .titulo-section {
    top: 45px;
    padding-left: 150px;
  }

  .view.cadastro .section-2 .detalhe.raio1 {
    top: 5%;
    height: 37px;
  }

  .view.cadastro .section-2 .titulo-section .shape {
    width: 77%;
    top: -30px;
  }

  .view.cadastro .section-2 .titulo-section h2.line2 {
    font-size: 116.49px;
  }

  .view.cadastro .section-2 .titulo-section h2.line3 {
    font-size: 138.29px;
    margin: -54px 0 0 2px;
    width: 100%;
  }

  .view.cadastro .section-2 .titulo-section h2.line4 {
    font-size: 86.75px;
    margin: -32px 0 0 -10px;
    width: 100%;
  }

  .view.cadastro .section-2 .texto {
    padding: 75px 145px 0 15px;
  }

  .view.cadastro .section-2 .detalhe.triangulo2 {
    left: 38.3%;
    top: 62.6%;
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-1 {
    width: 12px;
    top: -15px;
    left: -40px;
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-1 {
    width: 27px;
    bottom: -16px;
    left: -15px;
    transform: rotate(20deg);
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-2 {
    width: 15px;
    top: -26px;
    left: 45px;
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-3 {
    width: 25px;
    bottom: -16px;
    right: 15px;
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-2 {
    width: 17px;
    top: -30px;
    right: -13px;
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-4 {
    width: 11px;
    bottom: -45px;
    right: 130px;
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.triangulo-5 {
    width: 16px;
    right: 55px;
  }

  .view.cadastro.cadastro-aguarde .section-2 .titulo-section .shape {
    top: -16px;
  }

  .view.cadastro.cadastro-aguarde .section-2 .titulo-section h2.line3 {
    font-size: 106.29px;
    margin: -40px 0 0 2px;
  }

  .view.cadastro.cadastro-aguarde .section-2 .titulo-section h2.line4 {
    font-size: 93.75px;
    margin: -30px 0 0 -10px;
  }

  .view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line2 {
    font-size: 98.32px;
  }

  .view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line3 {
    font-size: 120.06px;
    margin: -35px 0 0 -10px;
  }

  .view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line4 {
    font-size: 89.89px;
    margin: -30px 0 0 -5px;
  }

  .view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line2 {
    font-size: 76.32px;
  }

  .view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line3 {
    font-size: 143.06px;
    margin: -27px 0 0 -20px;
  }

  .view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line4 {
    font-size: 97.89px;
    margin: -35px 0 0 -30px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1399px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
  .view.cadastro .section-2 .texto {
    padding-left: 35px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .view.cadastro .section-2 {
    padding: 30px 0px 50px 0px;
  }

  .view.cadastro .section-2 .titulo-section {
    padding-left: 0;
    padding-right: 0;
  }

  .view.cadastro .section-2 .titulo-section .shape {
    left: 0px;
    top: 0px;
  }

  .view.cadastro .section-2 .titulo-section h2.line2 {
    font-size: 62.32px;
    text-align: center;
    width: 100%;
  }

  .view.cadastro .section-2 .titulo-section h2.line3 {
    font-size: 79.06px;
    margin: -35px 0 0px 0px;
    text-align: center;
    width: 100%;
  }

  .view.cadastro .section-2 .titulo-section h2.line4 {
    font-size: 46.89px;
    width: 100%;
    text-align: center;
  }

  .view.cadastro .section-2 .new-btn-enfeite .detalhe-btn.raio-1 {
    left: -7px;
  }

  .view.cadastro.cadastro-aguarde .section-2 .titulo-section h2.line3 {
    font-size: 56.06px;
    margin: -30px 0 10px 0px;
  }

  .view.cadastro.cadastro-aguarde .section-2 .titulo-section .shape {
    left: 10px;
    top: 0px;
    width: 100%;
  }

  .view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line2 {
    font-size: 51.32px;
    margin-top: 10px;
  }

  .view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line3 {
    font-size: 64.06px;
    margin: -20px 0 0px -10px;
  }

  .view.cadastro.cadastro-aprovada .section-2 .titulo-section h2.line4 {
    font-size: 48.89px;
    margin: -15px 0 0 -10px;
  }

  .view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line2 {
    font-size: 39.32px;
    margin-top: 10px;
  }

  .view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line3 {
    font-size: 74.06px;
    margin: -20px 0 0px -10px;
  }

  .view.cadastro.cadastro-reprovada .section-2 .titulo-section h2.line4 {
    font-size: 51.89px;
    margin: -17px 0 0px -7px;
  }

  .view.cadastro .section-2 .texto {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0;
  }

  .view.cadastro .section-2 .texto p {
    margin-bottom: 15px;
  }

  .view.cadastro .section-2 .btn-enfeite {
    margin-top: 35px;
  }

  .view.cadastro .section-2 .titulo-section .detalhe.triangulo {
    transform: translate3d(185%,25%,0) rotateZ(40deg);
  }

  .view.cadastro .section-2 .titulo-section .detalhe.raio {
    transform: translate3d(70%,-50%,0) rotateZ(-50deg) rotateX(176deg);
  }
}
.view.contato .section-1 {
  background-color: #20bcc2;
  background-image: url("../../dist/img/contato_mulher_fundo.png");
  background-position: 115%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 100px 0 130px;
}

.view.contato .section-1 .titulo-section h2.line3 {
  font-size: 59.14px;
  padding: 35px 0px 40px 15px;
  margin: -45px 0 0 0px;
  font-style: italic;
  text-align: center;
  position: relative;
  transform: rotate(-9deg);
}

.view.contato .section-1 .titulo-section h2.line3:before {
  background-image: url("/dist/img/contato_shape.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85% 100%;
  content: "";
  height: 100%;
  left: calc(5% - -5px);
  position: absolute;
  top: -5px;
  transform: rotate(-3deg);
  width: 90%;
  z-index: -1;
}

.view.contato .section-1 .titulo-section h2.line1 {
  font-size: 81.38px;
  position: relative;
  z-index: 2;
  font-style: italic;
  text-align: center;
  transform: rotate(-7deg);
}

.view.contato .section-1 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.contato .section-1 .titulo-section .detalhe.triangulo-1 {
  width: 20px;
  top: 5px;
  left: 32px;
  transform: rotate(150deg);
}

.view.contato .section-1 .titulo-section .detalhe.triangulo-2 {
  width: 30px;
  top: 30px;
  left: 25px;
  transform: rotate(90deg);
}

.view.contato .section-1 .titulo-section .detalhe.triangulo-3.right {
  width: 13px;
  top: -20px;
  right: 52px;
  transform: rotate(-30deg);
}

.view.contato .section-1 .titulo-section .detalhe.raio.right {
  height: 30px;
  top: 90px;
  right: 20px;
  transform: rotate(0deg);
}

.view.contato .section-1 form {
  margin-top: -10px;
}

.view.contato .section-1 form .form-group {
  margin-bottom: 10px;
}

.view.contato .section-1 form .form-group.has-error {
  margin-bottom: 25px;
}

.view.contato .section-1 .titulo-section form .detalhe.triangulo-1 {
  width: 20px;
  top: 45px;
  left: 33%;
  transform: rotate(121deg);
}

.view.contato .section-1 .titulo-section form .detalhe.triangulo-2 {
  width: 30px;
  top: 50px;
  left: 96%;
  transform: rotate(-15deg);
}

.view.contato .section-1 .titulo-section form .detalhe.triangulo-3 {
  width: 10px;
  top: 32px;
  left: 101.5%;
  transform: rotate(80deg);
}

.view.contato .section-1 .titulo-section form .detalhe.raio.right {
  height: 30px;
  top: -20px;
  right: 102%;
  transform: rotate(30deg);
}

.view.contato .section-1 .titulo-section form .btn-enfeite:hover .detalhe {
  fill: #ffdc18!important;
}

.view.contato .section-1 .titulo-section form .btn-enfeite {
  padding: 10px 21px;
  outline: none;
}

.view.contato .section-1 .titulo-section .label {
  font-size: 24px;
  margin-top: -30px;
  margin-bottom: 15px;
  padding: 0 10px 0 0;
  text-align: right;
}

.view.contato .section-1 .titulo-section .redes-sociais {
  margin-top: 70px;
  padding-left: 31%;
}

.view.contato .section-1 .titulo-section .redes-sociais li {
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  margin-right: 25px;
}

.view.contato .section-1 .titulo-section .redes-sociais a:last-child li {
  margin-right: 0;
}

.view.contato .section-1 .titulo-section .redes-sociais li.yt {
  background-image: url("/dist/img/rs_yt.png");
}

.view.contato .section-1 .titulo-section .redes-sociais li.yt:hover {
  background-image: url("/dist/img/rs_yt_hover.png");
}

.view.contato .section-1 .titulo-section .redes-sociais li.fb {
  background-image: url("/dist/img/rs_fb.png");
}

.view.contato .section-1 .titulo-section .redes-sociais li.fb:hover {
  background-image: url("/dist/img/rs_fb_hover.png");
}

.view.contato .section-1 .titulo-section .redes-sociais li.inst {
  background-image: url("/dist/img/rs_inst.png");
}

.view.contato .section-1 .titulo-section .redes-sociais li.inst:hover {
  background-image: url("/dist/img/rs_inst_hover.png");
}

.view.contato article.info {
  padding-top: 17%;
  padding-left: 40px;
}



.view.contato article.info .telefone {
  margin-top: 5px;
  margin-bottom: 2px;
  letter-spacing: 1.7px;
}

.view.contato article.info .horario {
  margin: 0;
  font-size: 14px;
}

.view.contato article.info .escreva {
  margin-top: 35px;
  margin-bottom: 2px;
}

.view.contato article.info .email {
  font-size: 20px;
}

.view.contato form .form-group .form-control {
  font-size: 16px;
  padding: 12px 20px;
  height: auto;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #eb088c;
}

.view.contato form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #eb088c;
}

.view.contato form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #eb088c;
}

.view.contato form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #eb088c;
}

.view.contato form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #eb088c;
}

.contato .group input,
.contato .group textarea {
  outline: none;
  width: 100%;
  padding: 10px 21px 3px 21px;
  border-radius: 2px;
  border: 3px solid #12aab0;
  background: #fff;
  color: #5d2d81;
  font-family: 'Jovial Sans', sans-serif;
  font-size: 2.75rem;
  transition: .25s ease-out;
  transition-property: color, border;
}

.contato .group input:focus {
  outline: none;
}

/* LABEL ======================================= */

.contato .group label {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 4;
  pointer-events: none;
  font-size: 2.75rem;
  padding: 0 6px;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

.contato .group input:focus ~ label,
.contato .group textarea:focus ~ label,
.contato .group textarea:valid ~ label {
  top: -20px;
  color: #20bec4!important;
}

.contato .group::after {
  content: url("/dist/img/form_valid.png");
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
  opacity: 0;
  transition: .2s ease-in-out;
  transition-property: opacity;
}

.contato .group.-valid::after {
  opacity: 1;
}

.contato .group.-valid label {
  display: none;
}

.contato .group.-invalid > input {
  border-color: #fe0000;
  /*color: #fff;*/
}

.contato .group.-invalid > label {
  color: #fe0000!important;
}

.view.contato .form-group.dropdown .dropdown-form .value {
  font-size: 2.75rem;
}

.view.contato .form-group.dropdown .dropdown-menu li {
  font-family: 'Jovial Sans', sans-serif;
  font-size: 2.5rem;
  padding: 10px 20px;
}

.view.contato .form-group.dropdown .dropdown-form {
  padding: 5px 20px;
}

.view.contato .form-group.dropdown .dropdown-menu {
  height: 180px;
  overflow-y: scroll;
}

.form-group.dropdown .dropdown-menu {
  margin: 55px 0 0 0;
}

@media (min-width: 1701px) {
  .view.contato .section-1 {
    background-position: 100% 98%;
    background-size: auto 110%;
  }

  .view.contato .section-1 .titulo-section h2.line1 {
    font-size: 98.38px;
  }

  .view.contato .section-1 .titulo-section h2.line3 {
    font-size: 73.14px;
    padding: 35px 0px 50px 25px;
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-1 {
    width: 30px;
    top: -10px;
    left: 65px;
    transform: rotate(-90deg);
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-2 {
    width: 45px;
    top: 30px;
    left: 48px;
    transform: rotate(86deg);
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-3.right {
    width: 20px;
    top: -20px;
    right: 90px;
    transform: rotate(-30deg);
  }

  .view.contato .section-1 .titulo-section .detalhe.raio.right {
    height: 35px;
    top: 120px;
    right: 40px;
  }

  .view.contato .section-1 .titulo-section .label {
    font-size: 24px;
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .view.contato article.info {
    padding-top: 15.5%;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-1 {
    width: 25px;
    top: 62px;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-2 {
    width: 40px;
    top: 65px;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-3 {
    width: 15px;
    top: 40px;
  }

  .view.contato .section-1 .titulo-section .redes-sociais {
    padding-left: 31%;
  }

  .view.contato .section-1 .titulo-section .redes-sociais li {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }

  .contato .group label {
    top: 14px;
  }

  .contato .group input,
  .contato .group textarea {
    padding: 11px 21px;
  }

  .view.contato .section-1 form .form-group {
    margin-bottom: 15px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.contato .section-1 {
    background-position: 105% 90%;
    background-size: auto 107%;
    padding: 100px 0 130px;
  }

  .view.contato .section-1 .titulo-section h2.line3 {
    font-size: 57.14px;
    background-size: 70% 100%;
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-1 {
    left: 70px;
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-2 {
    left: 65px;
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-3.right {
    right: 90px;
  }

  .view.contato .section-1 .titulo-section .detalhe.raio.right {
    right: 60px;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-1 {
    width: 23px;
    top: 56px;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-2 {
    top: 53px;
    left: 97%;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-3 {
    width: 11px;
    top: 40px;
    left: 101%;
    transform: rotate(60deg);
  }

  .view.contato .section-1 .titulo-section .redes-sociais {
    margin-top: 70px;
    padding-left: 31%;
  }

  .view.contato article.info {
    padding-top: 14%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.contato .section-1 {
    background-position: 130% -70px;
    background-size: auto 110%;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-1 {
    top: 50px;
    transform: rotate(0deg);
  }

  .view.contato .section-1 .titulo-section h2.line3 {
    padding: 35px 0px 30px 25px;
  }

  .view.contato .section-1 .titulo-section h2.line3:before {
    left: -5px;
    width: 100%;
    top: 0;
  }

  .view.contato .section-1 .titulo-section .redes-sociais {
    margin-top: 50px;
    padding-left: 29%;
  }

  .view.contato .section-1 .titulo-section .label {
    margin-top: -20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.contato .section-1 {
    padding: 80px 0 80px;
  }

  .view.contato .section-1 .titulo-section h2.line3:before {
    left: -5px;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.contato .section-1 .titulo-section {
    width: 50%;
  }

  .view.contato .section-1 .titulo-section h2.line1 {
    font-size: 65.38px;
  }

  .view.contato .section-1 .titulo-section h2.line3 {
    font-size: 49.14px;
    padding: 35px 0px 30px 25px;
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-2 {
    top: 20px;
    left: 50px;
    transform: rotate(90deg);
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-1 {
    top: -5px;
    left: 55px;
    transform: rotate(148deg);
  }

  .view.contato .section-1 .titulo-section .detalhe.raio.right {
    top: 40px;
    right: 30px;
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-3.right {
    right: 80px;
  }

  .view.contato article.info {
    padding-left: 30px;
    padding-top: 15.5%;
  }

  .view.contato .section-1 .titulo-section .redes-sociais {
    margin-top: 50px;
  }

  .view.contato .section-1 {
    padding: 40px 0 40px 0;
    background-position: 170% 0px;
  }
}

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

}

@media (max-width: 767px) {
  .view.contato .section-1 {
    padding: 40px 0 40px 0;
    background-image: none;
  }

  .view.contato .section-1 .titulo-section h2.line1 {
    font-size: 53.38px;
  }

  .view.contato .section-1 .titulo-section h2.line3 {
    font-size: 40.14px;
    background-size: 80% 100%;
    padding: 25px 0px 15px 0;
    margin: -32px 0 0 0px;
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-1 {
    width: 20px;
    top: -15px;
    left: 10px;
    transform: rotate(150deg);
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-2 {
    top: 15px;
    left: 0px;
    transform: rotate(90deg);
  }

  .view.contato .section-1 .titulo-section .detalhe.triangulo-3.right {
    right: 15px;
  }

  .view.contato .section-1 .titulo-section .detalhe.raio.right {
    top: 60px;
    right: 0px;
  }

  .view.contato .section-1 .titulo-section .label {
    margin-top: 10px;
  }

  .view.contato article.info {
    padding-top: 11%;
    padding-left: 0;
    padding-right: 0;
  }

  .view.contato .section-1 .titulo-section form .detalhe.triangulo-1 {
    left: 45.5%;
  }

  .view.contato .section-1 .titulo-section .redes-sociais {
    margin-top: 50px;
    padding-left: 16%;
  }

  .view.contato article.info .escreva {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .view.contato .section-1 .titulo-section h2.line3:before {
    background-size: 100% 100%;
  }

  .view.contato .section-1 .titulo-section .label {
    margin-top: -10px;
  }
}
.view.qual-produto .etapa-0 .titulo-section {
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
}

.view.qual-produto .etapa-0 .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto .etapa-0 .titulo-section h2.line1 {
  text-align: center;
  font-size: 57.44px;
}

.view.qual-produto .etapa-0 .titulo-section h2.line2 {
  text-align: center;
  font-size: 56.6px;
  margin: -20px 0 0 0;
}

.view.qual-produto .etapa-0 .titulo-section h2.line3 {
  text-align: center;
  font-size: 83.32px;
  margin: -20px 0 0 0;
}

.view.qual-produto .etapa-0 .titulo-section h2.line4 {
  text-align: center;
  font-size: 98.21px;
  margin: -25px 0 0 -20px;
}

.view.qual-produto .etapa-0 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-0 .titulo-section .detalhe.raio.left {
  height: 40px;
  top: -5px;
  left: 35px;
  transform: rotate(-50deg);
}

.view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 40px;
  left: 40px;
  transform: rotate(5deg);
}

.view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.right {
  width: 30px;
  top: 240px;
  right: 35px;
  transform: rotate(-40deg);
  z-index: -1;
}

.view.qual-produto .etapa-0 .titulo-section .texto {
  font-size: 23px;
  padding: 50px 40px 0 45px;
  text-align: center;
}
@media (max-width: 1400px){
  .view.qual-produto .etapa-0 .titulo-section .texto {
    font-size: 20px;
    padding: 30px 30px 0 35px;
  }
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste {
  padding: 20px 60px 0 70px;
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn {
  font-size: 24px;
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .detalhe {
  position: absolute;
  z-index: -1;
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .raio-1 {
  width: 8px;
  top: -25px;
  left: 0px;
  transform: rotate(-55deg);
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-1 {
  width: 15px;
  top: -5px;
  left: 29%;
  transform: rotate(-40deg);
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .raio-2 {
  width: 15px;
  top: -30px;
  right: 5px;
  transform: rotate(30deg);
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-2 {
  width: 40px;
  bottom: -14px;
  left: 0%;
  transform: rotate(0deg);
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-3 {
  width: 15px;
  bottom: -13px;
  right: -1%;
  transform: rotate(-30deg);
}

.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn:hover .raio-1,
.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn:hover .triangulo-1,
.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn:hover .raio-2,
.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn:hover .triangulo-2,
.view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn:hover .triangulo-3 {
  fill: #20bec4!important;
}

.view.qual-produto .etapa-0 .titulo-section .texto .shape-txt {
  position: absolute;
  width: 23%;
  left: 15%;
  z-index: -1;
  margin-top: 5px;
}

@media (min-width: 1701px) {
  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.left {
    width: 25px;
    left: 145px;
    transform: rotate(25deg);
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.raio.left {
    left: 145px;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.right {
    right: 150px;
  }

  .view.qual-produto .etapa-0 .titulo-section .texto {
    padding: 50px 140px 20px 155px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste {
    padding: 20px 170px 0 190px;
  }

  .view.qual-produto .etapa-0 .titulo-section .texto .shape-txt {
    width: 16%;
    left: 26%;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .raio-1 {
    width: 12px;
    top: -35px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-1 {
    width: 20px;
    top: -5px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .raio-2 {
    width: 20px;
    top: -40px;
    right: 5px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-3 {
    width: 18px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-2 {
    width: 35px;
    bottom: -18px;
    left: 3%;
    transform: rotate(-5deg);
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.qual-produto .etapa-0 .titulo-section .texto {
    padding: 50px 100px 20px 100px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste {
    padding: 20px 140px 0 140px;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.left {
    width: 28px;
    top: 25px;
    left: 100px;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.raio.left {
    left: 145px;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.right {
    right: 150px;
  }

  .view.qual-produto .etapa-0 .titulo-section .texto .shape-txt {
    width: 19%;
    left: 20%;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .raio-1 {
    width: 10px;
    top: -30px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-1 {
    width: 17px;
    top: -5px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .raio-2 {
    width: 18px;
    top: -37px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .triangulo-3 {
    width: 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.qual-produto .etapa-0 .titulo-section .texto {
    font-size: 21px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto .bg.bg-full {
    min-height: 610px;
  }

  .view.qual-produto .etapa-0 .titulo-section h2.line1 {
    font-size: 36.44px;
  }

  .view.qual-produto .etapa-0 .titulo-section h2.line2 {
    font-size: 34.6px;
    margin: -12px 0 0 0;
  }

  .view.qual-produto .etapa-0 .titulo-section h2.line3 {
    font-size: 51.32px;
    margin: -13px 0 0 0;
  }

  .view.qual-produto .etapa-0 .titulo-section h2.line4 {
    font-size: 60.21px;
    margin: -15px 0 0 0;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.left {
    width: 15px;
    top: 25px;
    left: 47px;
    transform: rotate(35deg);
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.raio.left {
    height: 31px;
    top: -10px;
    left: 50px;
    transform: rotate(-50deg);
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.right {
    width: 25px;
    top: 160px;
    right: 47px;
  }

  .view.qual-produto .etapa-0 .titulo-section .texto {
    font-size: 16px;
    padding: 50px 40px 20px 45px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn {
    font-size: 16px;
  }
}

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

}

@media (max-width: 767px) {
  .view.qual-produto .etapa-0 .titulo-section h2.line1 {
    font-size: 21.44px;
  }

  .view.qual-produto .etapa-0 .titulo-section h2.line2 {
    font-size: 20.6px;
    margin: -12px 0 0 0;
  }

  .view.qual-produto .etapa-0 .titulo-section h2.line3 {
    font-size: 31.32px;
    margin: -5px 0 0 0;
  }

  .view.qual-produto .etapa-0 .titulo-section h2.line4 {
    font-size: 35.21px;
    margin: -7px 0 0 0px;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.left {
    width: 12px;
    top: 20px;
    left: 50px;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.raio.left {
    height: 20px;
    top: -5px;
    left: 45px;
  }

  .view.qual-produto .etapa-0 .titulo-section .detalhe.triangulo.right {
    width: 20px;
    top: 105px;
    right: 50px;
  }

  .view.qual-produto .etapa-0 .titulo-section .texto {
    font-size: 16px;
    padding: 30px 0px 0 0px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste {
    padding: 20px 0px 0 0px;
  }

  .view.qual-produto .etapa-0 .titulo-section .btn-comecar-teste .btn {
    font-size: 16px;
  }

  .view.qual-produto .etapa-0 .titulo-section .texto .shape-txt {
    width: 26%;
    left: 10%;
  }
}
.view.qual-produto .etapa-1 .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto .etapa-1 .titulo-section {
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
}
@media (max-width: 1400px){
  .view.qual-produto .etapa-1 .titulo-section {
    top: 75px;
  }
}

.view.qual-produto .etapa-1 .titulo-section h2.line1 {
  text-align: center;
  font-size: 45.17px;
}

.view.qual-produto .etapa-1 .titulo-section h2.line2 {
  text-align: center;
  font-size: 72px;
  margin: -25px 0 0 0;
}

.view.qual-produto .etapa-1 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-1 .titulo-section .detalhe.raio.left {
  height: 40px;
  top: 10px;
  left: -25px;
  transform: rotate(-35deg);
}

.view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 20px;
  left: -5px;
  transform: rotate(5deg);
}

.view.qual-produto .etapa-1 .titulo-section .detalhe.raio.right {
  width: 12px;
  bottom: 20px;
  right: -25px;
  transform: rotate(175deg);
  z-index: -1;
}

.view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.right {
  width: 30px;
  bottom: 13px;
  right: -15px;
  transform: rotate(-40deg);
  z-index: -1;
}

.view.qual-produto .etapa-1 ul {
  padding: 290px 0 0 0!important;
}
@media (max-width: 1400px){
  .view.qual-produto .etapa-1 ul {
    padding: 250px 0 0 0!important;
  }
}

.view.qual-produto .etapa-1 ul .bg {
  position: relative;
  float: left;
}

.view.qual-produto .etapa-1 ul .front.imgLiquid {
  position: absolute;
  height: 280px;
  padding: 0 30px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.view.qual-produto .etapa-1 ul .front.imgLiquid:hover {
  bottom: 15px;
}

.view.qual-produto .etapa-1 ul .bg {
  opacity: 0;
  height: 280px;
  padding: 0 30px;
  width: 23%;
  margin-right: 22px;
}

.view.qual-produto .etapa-1 ul .bg:last-child,
.view.qual-produto .etapa-1 ul .front.imgLiquid:last-child {
  margin-right: 0;
}

.view.qual-produto .etapa-1 ul .bg .mask {
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.view.qual-produto .etapa-1 .control-group {
  position: absolute;
  bottom: 90px;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.view.qual-produto .etapa-1 .control {
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 35px;
  width: 55px;
}

.view.qual-produto .etapa-1 ul .bg a:focus,
.view.qual-produto .etapa-1 ul .bg a:hover,
.view.qual-produto .etapa-1 ul .bg a:hover .front .control-group .control {
  color: #fff!important;
}

.view.qual-produto .etapa-1 .control.middle {
  margin: 0 22px;
}

.view.qual-produto .etapa-1 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.view.qual-produto .etapa-1 .control__indicator {
  position: absolute;
  left: 0;
  height: 55px;
  width: 55px;
  background: #fff;
}

.view.qual-produto .etapa-1 .control--radio .control__indicator {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}

.view.qual-produto .etapa-1 .control--radio.control.control-2a .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/2a.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-2b .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/2b.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-2c .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/2c.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-3a .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/3a.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-3b .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/3b.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-3c .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/3c.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-4a .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/4a.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-4b .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/4b.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-4c .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/4c.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-5a .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/5a.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-5b .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/5b.png");
}

.view.qual-produto .etapa-1 .control--radio.control.control-5c .control__indicator {
  background-image: url("/dist/img/qual_seu_produto/5c.png");
}

.view.qual-produto .etapa-1 .control:hover input ~ .control__indicator,
.view.qual-produto .etapa-1 .control input:focus ~ .control__indicator {
  /*background: #ccc;*/
}

.view.qual-produto .etapa-1 .control input:checked ~ .control__indicator {
  /*background: #20bec4;*/
}

.view.qual-produto .etapa-1 .control:hover input:not([disabled]):checked ~ .control__indicator,
.view.qual-produto .etapa-1 .control input:checked:focus ~ .control__indicator {
  /*background: #0e647d;*/
}

.view.qual-produto .etapa-1 .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.view.qual-produto .etapa-1 .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.view.qual-produto .etapa-1 .control input:checked ~ .control__indicator:after {
  display: block;
}

.view.qual-produto .etapa-1 .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.view.qual-produto .etapa-1 .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.view.qual-produto .etapa-1 .control--radio .control__indicator:after {
  left: 3px;
  top: 3px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-size: cover;
}

.view.qual-produto .etapa-1 .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

@media (min-width: 1701px) {
  .view.qual-produto .etapa-1 .titulo-section {
    top: 85px;
  }

  .view.qual-produto .etapa-1 ul {
    padding: 300px 130px 0 130px!important;
  }

  .view.qual-produto .etapa-1 ul .front.imgLiquid {
    height: 295px;
  }

  .view.qual-produto .etapa-1 .control {
    width: 70px;
  }

  .view.qual-produto .etapa-1 .control.middle {
    margin: 0 17px;
  }

  .view.qual-produto .etapa-1 .control__indicator {
    height: 65px;
    width: 65px;
    margin-top: 10px;
  }

  .view.qual-produto .etapa-1 .control--radio .control__indicator:after {
    height: 60px;
    width: 60px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.left {
    width: 20px;
    left: 60px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.raio.left {
    top: 12px;
    left: 42px;
    height: 35px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.right {
    width: 40px;
    right: 47px;
    bottom: 10px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 25px;
    right: 35px;
  }

  .view.qual-produto .etapa-1 .control-group {
    bottom: 125px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.qual-produto .etapa-1 ul {
    padding: 330px 0 0 0!important;
  }

  .view.qual-produto .etapa-1 .titulo-section {
    top: 90px;
  }

  .view.qual-produto .etapa-1 .control.middle {
    margin: 0 35px;
  }

  .view.qual-produto .etapa-1 .control {
    width: 55px;
  }

  .view.qual-produto .etapa-1 ul .front.imgLiquid {
    height: 310px;
  }

  .view.qual-produto .etapa-1 .control__indicator {
    height: 65px;
    width: 65px;
    margin-top: 10px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.raio.left {
    height: 40px;
    top: 10px;
    left: 15px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.left {
    width: 20px;
    top: 20px;
    left: 35px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.right {
    right: 25px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 20px;
    right: 10px;
  }

  .view.qual-produto .etapa-1 .control-group {
    bottom: 115px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.qual-produto .etapa-1 .titulo-section h2.line1 {
    font-size: 42.17px;
  }

  .view.qual-produto .etapa-1 .titulo-section h2.line2 {
    text-align: center;
    font-size: 66px;
    margin: -20px 0 0 0;
  }

  .view.qual-produto .etapa-1 .control.middle {
    margin: 0 18px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto .etapa-1 ul {
    padding: 240px 0 0 0!important;
  }

  .view.qual-produto .etapa-1 .titulo-section h2.line1 {
    font-size: 33.17px;
  }

  .view.qual-produto .etapa-1 .titulo-section h2.line2 {
    font-size: 52px;
    margin: -20px 0 0 0;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.right {
    bottom: 7px;
  }

  .view.qual-produto .etapa-1 .control {
    font-size: 25px;
    width: 50px;
  }

  .view.qual-produto .etapa-1 .control__indicator {
    height: 45px;
    width: 45px;
  }

  .view.qual-produto .etapa-1 ul .bg {
    height: 220px;
    padding: 0px 15px;
    width: 23%;
    margin-right: 22px;
  }

  .view.qual-produto .etapa-1 ul .front.imgLiquid {
    height: 220px;
    padding: 0 15px;
  }

  .view.qual-produto .etapa-1 .control-group {
    bottom: 70px;
  }
}

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

}

@media (max-width: 767px) {
  .view.qual-produto .etapa-1 .control-group {
    left: 0;
    right: 0;
    margin: auto;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view.qual-produto .etapa-1 .titulo-section h2.line1 {
    font-size: 30.17px;
  }

  .view.qual-produto .etapa-1 .titulo-section h2.line2 {
    font-size: 50px;
    margin: -20px 0 0 0;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.raio.left {
    left: 5px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.left {
    width: 20px;
    top: 20px;
    left: 22px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.triangulo.right {
    bottom: 9px;
    right: 10px;
  }

  .view.qual-produto .etapa-1 ul {
    padding: 240px 0 0 0!important;
  }

  .view.qual-produto .tab-content>.tab-pane {
    padding: 0 0px;
  }

  .view.qual-produto .etapa-1 ul .bg,
  .view.qual-produto .etapa-1 ul .front.imgLiquid {
    height: 320px;
    padding: 0 30px;
    width: 100%;
    margin-right: 0px;
  }

  .view.qual-produto .etapa-1 ul .bg {
    margin-bottom: 20px;
  }

  .view.qual-produto .etapa-1 .titulo-section .detalhe.raio.right {
    right: 0px;
  }
}
.view.qual-produto .etapa-2 .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto .etapa-2 .titulo-section {
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
}

.view.qual-produto .etapa-2 .titulo-section h2.line1 {
  text-align: center;
  font-size: 45.17px;
}

.view.qual-produto .etapa-2 .titulo-section h2.line2 {
  text-align: center;
  font-size: 52px;
  margin: -15px 0 0 0;
}

.view.qual-produto .etapa-2 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-2 .titulo-section .detalhe.raio.left {
  height: 40px;
  top: 15px;
  left: -10px;
  transform: rotate(25deg);
}

.view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 120px;
  left: 0px;
  transform: rotate(5deg);
  z-index: -1;
}

.view.qual-produto .etapa-2 .titulo-section .detalhe.raio.right {
  width: 15px;
  bottom: 30px;
  right: -30px;
  transform: rotate(-28deg);
  z-index: -1;
}

.view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right {
  width: 20px;
  bottom: 20px;
  right: -25px;
  transform: rotate(0deg);
  z-index: -1;
}

.view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right.top {
  width: 20px;
  bottom: 105px;
  right: -20px;
  transform: rotate(-25deg);
  z-index: -1;
}

.view.qual-produto .etapa-2 ul {
  padding: 290px 190px 0 190px!important;
}
@media (max-width: 1400px){
  .view.qual-produto .etapa-2 ul {
    padding-top: 250px!important;
  }
}

.view.qual-produto .etapa-2 ul .front.imgLiquid {
  opacity: 0;
  height: 300px;
  padding: 0;
  bottom: 0;
  width: 48%;
  margin-right: 4%;
}

.view.qual-produto .etapa-2 ul .front.imgLiquid:hover {
  bottom: 15px;
}

.view.qual-produto .etapa-2 ul .front.imgLiquid:last-child {
  margin-right: 0;
}

.view.qual-produto .etapa-2 ul .front.imgLiquid.oliosa:hover {
  background-image: url("/dist/img/etapa_2_tipo_2_hover.png") !important;
}

.view.qual-produto .etapa-2 .control {
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 35px;
  width: 100%;
}

.view.qual-produto .etapa-2 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.view.qual-produto .etapa-2 .control__indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 300px;
  width: 100%;
}

.view.qual-produto .etapa-2 .control--radio .control__indicator {
  border-radius: 0%;
}

.view.qual-produto .etapa-2 .control:hover input ~ .control__indicator,
.view.qual-produto .etapa-2 .control input:focus ~ .control__indicator {
  border: 5px solid #20bec4;
}

.view.qual-produto .etapa-2 .control input:checked ~ .control__indicator {
  border: 5px solid #20bec4;
}

.view.qual-produto .etapa-2 .control:hover input:not([disabled]):checked ~ .control__indicator,
.view.qual-produto .etapa-2 .control input:checked:focus ~ .control__indicator {
  background: transparent;
}

.view.qual-produto .etapa-2 .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.view.qual-produto .etapa-2 .control input:checked ~ .control__indicator:after {
  display: block;
}

.view.qual-produto .etapa-2 .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.view.qual-produto .etapa-2 .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.view.qual-produto .etapa-2 .control--radio .control__indicator:after {
  height: 300px;
  width: 300px;
  border-radius: 0%;
  background-size: cover;
}

.view.qual-produto .etapa-2 .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.view.qual-produto .etapa-2 .imgLiquid.nao-oliosa .control--radio h4 {
  /*background-image: url('/dist/img/etapa_2_shape_1.png');*/
  position: relative;
  transform: rotate(-9deg);
}

.view.qual-produto .etapa-2 .imgLiquid.nao-oliosa .control--radio h4:before {
  background-image: url("/dist/img/etapa_2_shape_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 25px;
  position: absolute;
  top: -5px;
  transform: scale(1.4, 1.3) rotate(7deg);
  width: 100%;
  z-index: -1;
}

.view.qual-produto .etapa-2 .imgLiquid.oliosa .control--radio h4 {
  /*background-image: url('/dist/img/etapa_2_shape_2.png');*/
  position: relative;
  transform: rotate(-9deg);
}

.view.qual-produto .etapa-2 .imgLiquid.oliosa .control--radio h4:before {
  background-image: url("/dist/img/etapa_2_shape_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: -10px;
  position: absolute;
  top: -10px;
  transform: scale(1.3) rotate(7deg);
  width: 100%;
  z-index: -1;
}

.view.qual-produto .etapa-2 .control--radio h4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 56.6px;
  font-style: italic;
  position: relative;
  float: left;
  margin-top: 34%;
  margin-left: 16%;
  line-height: .9;
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto .etapa-2 .control--radio h4 span.line1 {
  margin-left: 15px;
}

.view.qual-produto .etapa-2 .control--radio h4 span.line2 {
  font-size: 69.83px;
}

@media (min-width: 1701px) {
  .view.qual-produto .etapa-2 ul {
    padding: 300px 330px 0 330px!important;
  }

  .view.qual-produto .etapa-2 .control--radio h4 {
    margin-top: 24%;
    margin-left: 20%;
    padding-top: 40px;
  }

  .view.qual-produto .etapa-2 ul .front.imgLiquid,
  .view.qual-produto .etapa-2 .control__indicator {
    height: 325px;
  }

  .view.qual-produto .etapa-2 .titulo-section {
    top: 100px;
  }

  .view.qual-produto .etapa-2 .titulo-section h2.line1 {
    font-size: 52.63px;
  }

  .view.qual-produto .etapa-2 .titulo-section h2.line2 {
    font-size: 58.67px;
    margin: -20px 0 0 0;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.left {
    height: 45px;
    left: 40px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.left {
    width: 30px;
    left: 40px;
    top: 125px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right {
    width: 30px;
    right: 15px;
    bottom: 10px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right.top {
    width: 30px;
    right: 15px;
    bottom: 115px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 40px;
    right: 10px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.left {
    left: 30px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 115px;
    left: 35px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right.top {
    width: 25px;
    bottom: 105px;
    right: 20px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right {
    width: 25px;
    bottom: 10px;
    right: 5px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 20px;
    right: 0px;
  }

  .view.qual-produto .etapa-2 ul .front.imgLiquid,
  .view.qual-produto .etapa-2 .control__indicator {
    height: 340px;
  }

  .view.qual-produto .etapa-2 .control--radio h4 {
    font-size: 65.6px;
  }

  .view.qual-produto .etapa-2 .control--radio h4 span.line2 {
    font-size: 85.83px;
  }

  .view.qual-produto .etapa-2 .imgLiquid.nao-oliosa .control--radio h4:before {
    left: -5px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.left {
    top: 117px;
    left: 8px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right.top {
    right: -10px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right {
    bottom: 20px;
    right: -15px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.right {
    bottom: 30px;
    right: -15px;
    transform: rotate(-38deg);
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.left {
    height: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.qual-produto .etapa-2 .titulo-section h2.line1 {
    font-size: 42.17px;
  }

  .view.qual-produto .etapa-2 .titulo-section h2.line2 {
    font-size: 48px;
    margin: -19px 0 0 0;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.left {
    top: 110px;
    left: -5px;
  }

  .view.qual-produto .etapa-2 .control--radio h4 {
    margin-left: 10%;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right.top {
    bottom: 95px;
  }

  .view.qual-produto .etapa-2 ul .front.imgLiquid {
    height: 260px;
  }

  .view.qual-produto .etapa-2 .control__indicator {
    height: 260px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto .etapa-2 ul {
    padding: 240px 90px 0 90px!important;
  }

  .view.qual-produto .etapa-2 .titulo-section h2.line1 {
    font-size: 34.17px;
  }

  .view.qual-produto .etapa-2 .titulo-section h2.line2 {
    font-size: 39px;
    margin: -16px 0 0 0;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right.top {
    bottom: 70px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 15px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right {
    width: 20px;
    bottom: 8px;
    right: -22px;
    transform: rotate(30deg);
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.left {
    top: 93px;
    left: -4px;
    transform: rotate(5deg);
    z-index: -1;
  }

  .view.qual-produto .etapa-2 ul .front.imgLiquid {
    height: 270px;
  }

  .view.qual-produto .etapa-2 .control__indicator {
    height: 270px;
  }

  .view.qual-produto .etapa-2 .control--radio h4 {
    font-size: 53.6px;
    margin-left: 12%;
  }
}

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

}

@media (max-width: 767px) {
  .view.qual-produto .etapa-2 .titulo-section h2.line1 {
    font-size: 34.17px;
  }

  .view.qual-produto .etapa-2 .titulo-section h2.line2 {
    font-size: 38px;
    margin: -18px 0 0 0;
  }

  .view.qual-produto .etapa-2 ul {
    padding: 240px 0px 0 0px!important;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right.top {
    bottom: 75px;
    right: 0px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.right {
    bottom: -10px;
    right: 15px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 0px;
    right: 5px;
  }

  .view.qual-produto .etapa-2 ul .front.imgLiquid {
    height: 240px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .view.qual-produto .etapa-2 .control__indicator {
    height: 210px;
  }

  .view.qual-produto .etapa-2 .titulo-section .detalhe.triangulo.left {
    top: 85px;
    left: 15px;
  }

  .view.qual-produto .etapa-2 .control--radio h4 {
    font-size: 51.6px;
    margin-top: 30%;
    margin-left: 6%;
  }

  .view.qual-produto .etapa-2 .imgLiquid.nao-oliosa .control--radio h4:before {
    left: 20px;
    width: 80%;
  }

  .view.qual-produto .etapa-2 .imgLiquid.oliosa .control--radio h4:before {
    left: 20px;
    width: 80%;
  }
}
.view.qual-produto .etapa-3 .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto .etapa-3 .titulo-section {
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
}

.view.qual-produto .etapa-3 .titulo-section h2.line1 {
  text-align: center;
  font-size: 38.17px;
}

.view.qual-produto .etapa-3 .titulo-section h2.line2 {
  text-align: center;
  font-size: 51px;
  margin: -20px 0 0 0;
}

.view.qual-produto .etapa-3 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-3 .titulo-section .detalhe.raio.left {
  height: 40px;
  top: 15px;
  left: -10px;
  transform: rotate(25deg);
}

.view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 109px;
  left: -5px;
  transform: rotate(15deg);
  z-index: -1;
}

.view.qual-produto .etapa-3 .titulo-section .detalhe.raio.right {
  width: 15px;
  bottom: 30px;
  right: -30px;
  transform: rotate(-28deg);
  z-index: -1;
}

.view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right {
  width: 20px;
  bottom: 20px;
  right: -25px;
  transform: rotate(0deg);
  z-index: -1;
}

.view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right.top {
  width: 20px;
  bottom: 100px;
  right: -20px;
  transform: rotate(-25deg);
  z-index: -1;
}

.view.qual-produto .etapa-3 ul {
  padding: 290px 0px 0 0px!important;
}
@media (max-width: 1400px){
  .view.qual-produto .etapa-3 ul {
    padding-top: 250px!important;
  }
}

.view.qual-produto .etapa-3 ul .front.imgLiquid {
  opacity: 0;
  height: 270px;
  padding: 0;
  width: 23%;
  bottom: 0;
  margin-right: 2.5%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: all 0.3s ease;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:hover {
  background-size: 110% 110%!important;
  bottom: 15px;
  transition: all 0.3s ease;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:last-child {
  margin-right: 0;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:hover a .control-group .control h4 .tit {
  color: #fff!important;
}

.view.qual-produto .etapa-3 .control {
  text-align: center;
  cursor: pointer;
  padding: 0 26px;
}

.view.qual-produto .etapa-3 .control-group {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.view.qual-produto .etapa-3 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.view.qual-produto .etapa-3 .control--radio h4 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.view.qual-produto .etapa-3 .control--radio h4 span.line2 {
  font-size: 69.83px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(1) .detalhe.raio.left {
  height: 35px;
  bottom: -15px;
  left: 90px;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(1) .detalhe.raio.right {
  height: 35px;
  top: 55px;
  right: 65px;
  transform: rotate(220deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(1) .detalhe.triangulo.left {
  height: 20px;
  bottom: 75px;
  left: 25px;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(1):hover .detalhe.raio.left {
  bottom: -20px;
  left: 85px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(1):hover .detalhe.raio.right {
  top: 45px;
  right: 55px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(1):hover .detalhe.triangulo.left {
  bottom: 65px;
  left: 15px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2) .detalhe.raio.left {
  height: 35px;
  bottom: 45px;
  left: 62px;
  transform: rotate(205deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2) .detalhe.raio.right {
  height: 35px;
  top: 55px;
  right: -6px;
  transform: rotate(-30deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2) .detalhe.triangulo.top {
  height: 20px;
  top: 30px;
  left: 20px;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2) .detalhe.triangulo.bottom {
  height: 20px;
  bottom: 35px;
  left: 30%;
  transform: rotate(183deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2):hover .detalhe.raio.left {
  bottom: 40px;
  left: 52px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2):hover .detalhe.raio.right {
  top: 50px;
  right: -1px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2):hover .detalhe.triangulo.top {
  top: 25px;
  left: 15px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(2):hover .detalhe.triangulo.bottom {
  bottom: 25px;
  left: 30%;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3) .detalhe.raio.left {
  height: 35px;
  top: 40px;
  left: 35px;
  transform: rotate(-25deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3) .detalhe.raio.right {
  height: 35px;
  bottom: 15px;
  right: 22%;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3) .detalhe.triangulo.top {
  height: 20px;
  top: -12px;
  right: 65px;
  transform: rotate(210deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3) .detalhe.triangulo.bottom {
  height: 20px;
  bottom: 70px;
  left: 26%;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3):hover .detalhe.raio.left {
  top: 35px;
  left: 30px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3):hover .detalhe.raio.right {
  bottom: 10px;
  right: 21%;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3):hover .detalhe.triangulo.top {
  top: -7px;
  right: 60px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(3):hover .detalhe.triangulo.bottom {
  bottom: 65px;
  left: 25%;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4) .detalhe.raio.left {
  height: 35px;
  left: 35px;
  bottom: 15px;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4) .detalhe.raio.right {
  height: 35px;
  bottom: 45px;
  right: 22%;
  transform: rotate(150deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4) .detalhe.triangulo.top {
  height: 20px;
  top: -12px;
  right: 65px;
  transform: rotate(210deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4) .detalhe.triangulo.left {
  height: 35px;
  top: 40px;
  left: 18%;
  transform: rotate(10deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4) .detalhe.triangulo.bottom {
  height: 20px;
  bottom: 18px;
  right: 24%;
  transform: rotate(-70deg);
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4):hover .detalhe.raio.left {
  left: 30px;
  bottom: 10px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4):hover .detalhe.raio.right {
  bottom: 40px;
  right: 21%;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4):hover .detalhe.triangulo.top {
  top: -5px;
  right: 65px;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4):hover .detalhe.triangulo.left {
  top: 35px;
  left: 17%;
}

.view.qual-produto .etapa-3 ul .front.imgLiquid:nth-child(4):hover .detalhe.triangulo.bottom {
  bottom: 13px;
  right: 23%;
}

@media (min-width: 1701px) {
  .view.qual-produto .etapa-3 ul {
    padding: 300px 130px 0 130px!important;
  }

  .view.qual-produto .etapa-3 ul .front.imgLiquid {
    height: 300px;
  }

  .view.qual-produto .etapa-3 .control {
    padding: 0 40px;
  }

  .view.qual-produto .etapa-3 .titulo-section {
    top: 100px;
  }

  .view.qual-produto .etapa-3 .titulo-section h2.line1 {
    font-size: 44.35px;
  }

  .view.qual-produto .etapa-3 .titulo-section h2.line2 {
    font-size: 58.67px;
    margin: -20px 0 0 0;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.left {
    height: 45px;
    left: 40px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 123px;
    left: 45px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right {
    width: 26px;
    right: 24px;
    bottom: 0px;
    transform: rotate(17deg);
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right.top {
    width: 30px;
    right: 18px;
    bottom: 115px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 35px;
    right: 20px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 11px;
    right: 20px;
    transform: rotate(-35deg);
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.left {
    height: 40px;
    top: 10px;
    left: 35px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.left {
    top: 110px;
    left: 40px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right.top {
    bottom: 90px;
    right: 30px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.right {
    width: 12px;
    bottom: 20px;
    right: 18px;
    transform: rotate(-32deg);
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right {
    width: 18px;
    bottom: 10px;
    right: 22px;
    transform: rotate(10deg);
  }

  .view.qual-produto .etapa-3 ul .front.imgLiquid {
    height: 300px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.left {
    left: 0px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.left {
    left: 8px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right.top {
    bottom: 100px;
    right: -5px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 25px;
    right: -10px;
    transform: rotate(-35deg);
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right {
    bottom: 13px;
    right: -9px;
    transform: rotate(0deg);
    z-index: -1;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.qual-produto .etapa-3 .titulo-section h2.line1 {
    font-size: 35.17px;
  }

  .view.qual-produto .etapa-3 .titulo-section h2.line2 {
    font-size: 47px;
  }

  .view.qual-produto .etapa-3 ul .front.imgLiquid {
    height: 260px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right.top {
    width: 20px;
    bottom: 90px;
    right: -15px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto .etapa-3 ul {
    padding: 240px 0px 0 0px!important;
  }

  .view.qual-produto .etapa-3 .titulo-section h2.line2 {
    font-size: 39px;
    margin: -16px 0 0 0;
  }

  .view.qual-produto .etapa-3 .titulo-section h2.line1 {
    text-align: center;
    font-size: 28.17px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right.top {
    bottom: 70px;
    right: -15px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.right {
    width: 9px;
    bottom: 15px;
    right: -22px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right {
    width: 15px;
    bottom: 10px;
    right: -15px;
    transform: rotate(30deg);
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.left {
    top: 87px;
  }

  .view.qual-produto .etapa-3 ul .front.imgLiquid {
    height: 230px;
  }

  .view.qual-produto .etapa-3 .control--radio h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}

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

}

@media (max-width: 767px) {
  .view.qual-produto .etapa-3 .titulo-section h2.line1 {
    font-size: 29.17px;
  }

  .view.qual-produto .etapa-3 .titulo-section h2.line2 {
    font-size: 38px;
    margin: -18px 0 0 0;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.left {
    top: 87px;
    left: 10px;
  }

  .view.qual-produto .etapa-3 ul {
    padding: 240px 0px 0 0px!important;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right.top {
    bottom: 75px;
    right: 0px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.triangulo.right {
    bottom: -10px;
    right: 15px;
  }

  .view.qual-produto .etapa-3 .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 0px;
    right: 5px;
  }

  .view.qual-produto .etapa-3 ul .front.imgLiquid {
    height: 290px;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.view.qual-produto .etapa-4 .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto .etapa-4 .titulo-section {
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
}

.view.qual-produto .etapa-4 .titulo-section h2.line1 {
  text-align: center;
  font-size: 38.17px;
}

.view.qual-produto .etapa-4 .titulo-section h2.line2 {
  text-align: center;
  font-size: 51px;
  margin: -20px 0 0 0;
}

.view.qual-produto .etapa-4 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-4 .titulo-section .detalhe.raio.left {
  height: 40px;
  top: 15px;
  left: -10px;
  transform: rotate(25deg);
}

.view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 109px;
  left: -5px;
  transform: rotate(15deg);
  z-index: -1;
}

.view.qual-produto .etapa-4 .titulo-section .detalhe.raio.right {
  width: 15px;
  bottom: 30px;
  right: -30px;
  transform: rotate(-28deg);
  z-index: -1;
}

.view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right {
  width: 20px;
  bottom: 20px;
  right: -25px;
  transform: rotate(0deg);
  z-index: -1;
}

.view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right.top {
  width: 20px;
  bottom: 100px;
  right: -20px;
  transform: rotate(-25deg);
  z-index: -1;
}

.view.qual-produto .etapa-4 ul {
  padding: 290px 0px 0 0px!important;
}
@media (max-width: 1400px){
  .view.qual-produto .etapa-4 ul {
    padding-top: 250px!important;
  }
}

.view.qual-produto .etapa-4 ul .front.imgLiquid {
  opacity: 0;
  height: 240px;
  padding: 0;
  width: 18%;
  bottom: 0;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:hover {
  background-size: 110% 110%!important;
  bottom: 15px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5n) {
  margin-right: 0;
}

.view.qual-produto .etapa-4 .control {
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
}

.view.qual-produto .etapa-4 .control-group {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.view.qual-produto .etapa-4 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.view.qual-produto .etapa-4 .control--radio h4 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(1) .detalhe.raio.left {
  height: 30px;
  top: 40px;
  left: 30px;
  transform: rotate(160deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(1) .detalhe.raio.right {
  height: 30px;
  top: -15px;
  right: 35px;
  transform: rotate(190deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(1) .detalhe.triangulo.left {
  height: 15px;
  bottom: 50px;
  right: 28px;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(1):hover .detalhe.raio.left {
  top: 35px;
  left: 25px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(1):hover .detalhe.raio.right {
  top: -10px;
  right: 30px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(1):hover .detalhe.triangulo.left {
  bottom: 45px;
  right: 23px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(2) .detalhe.raio.left {
  height: 30px;
  bottom: -15px;
  left: 75px;
  transform: rotate(205deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(2) .detalhe.raio.right {
  height: 30px;
  top: 50px;
  right: 55px;
  transform: rotate(220deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(2) .detalhe.triangulo.bottom {
  height: 15px;
  bottom: 65px;
  left: 10%;
  transform: rotate(205deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(2):hover .detalhe.raio.left {
  bottom: -10px;
  left: 70px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(2):hover .detalhe.raio.right {
  top: 45px;
  right: 50px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(2):hover .detalhe.triangulo.bottom {
  bottom: 60px;
  left: 9%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3) .detalhe.raio.left {
  height: 30px;
  top: 40px;
  right: -5px;
  transform: rotate(-25deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3) .detalhe.raio.right {
  height: 30px;
  bottom: 45px;
  left: 22%;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3) .detalhe.triangulo.top {
  height: 15px;
  top: 20px;
  left: 15px;
  transform: rotate(210deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3) .detalhe.triangulo.bottom {
  height: 15px;
  bottom: 40px;
  left: 28%;
  transform: rotate(175deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3):hover .detalhe.raio.left {
  top: 35px;
  right: -0px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3):hover .detalhe.raio.right {
  bottom: 35px;
  left: 21%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3):hover .detalhe.triangulo.top {
  top: 15px;
  left: 10px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(3):hover .detalhe.triangulo.bottom {
  bottom: 35px;
  left: 27%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4) .detalhe.raio.left {
  height: 30px;
  left: 30px;
  top: 35px;
  transform: rotate(-30deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4) .detalhe.raio.right {
  height: 30px;
  bottom: 15px;
  right: 22%;
  transform: rotate(5deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4) .detalhe.triangulo.top {
  height: 20px;
  top: -12px;
  right: 65px;
  transform: rotate(210deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4) .detalhe.triangulo.left {
  height: 35px;
  top: 40px;
  left: 18%;
  transform: rotate(10deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4) .detalhe.triangulo.bottom {
  height: 15px;
  bottom: 50px;
  left: 25%;
  transform: rotate(-40deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4):hover .detalhe.raio.left {
  left: 25px;
  top: 50px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4):hover .detalhe.raio.right {
  bottom: 10px;
  right: 21%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4):hover .detalhe.triangulo.top {
  top: -7px;
  right: 60px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4):hover .detalhe.triangulo.left {
  top: 35px;
  left: 19%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(4):hover .detalhe.triangulo.bottom {
  bottom: 45px;
  left: 24%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5) .detalhe.raio.left {
  height: 35px;
  left: 35px;
  bottom: 15px;
  transform: rotate(200deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5) .detalhe.raio.right {
  height: 35px;
  bottom: 45px;
  right: 22%;
  transform: rotate(150deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5) .detalhe.triangulo.top {
  height: 20px;
  top: -12px;
  right: 65px;
  transform: rotate(210deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5) .detalhe.triangulo.left {
  height: 35px;
  top: 40px;
  left: 18%;
  transform: rotate(10deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5) .detalhe.triangulo.bottom {
  height: 20px;
  bottom: 18px;
  right: 24%;
  transform: rotate(-70deg);
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5):hover .detalhe.raio.left {
  left: 30px;
  bottom: 10px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5):hover .detalhe.raio.right {
  bottom: 40px;
  right: 21%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5):hover .detalhe.triangulo.top {
  top: -7px;
  right: 60px;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5):hover .detalhe.triangulo.left {
  top: 35px;
  left: 13%;
}

.view.qual-produto .etapa-4 ul .front.imgLiquid:nth-child(5):hover .detalhe.triangulo.bottom {
  bottom: 13px;
  right: 23%;
}

@media (min-width: 1701px) {
  .view.qual-produto .etapa-4 ul {
    padding: 300px 130px 0 130px!important;
  }

  .view.qual-produto .etapa-4 ul .front.imgLiquid {
    height: 300px;
  }

  .view.qual-produto .etapa-4 .control {
    padding: 0 40px;
  }

  .view.qual-produto .etapa-4 .titulo-section {
    top: 100px;
  }

  .view.qual-produto .etapa-4 .titulo-section h2.line1 {
    font-size: 44.35px;
  }

  .view.qual-produto .etapa-4 .titulo-section h2.line2 {
    font-size: 58.67px;
    margin: -20px 0 0 0;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.left {
    height: 45px;
    left: 40px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 123px;
    left: 45px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right {
    width: 26px;
    right: 24px;
    bottom: 0px;
    transform: rotate(17deg);
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right.top {
    width: 30px;
    right: 18px;
    bottom: 115px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 35px;
    right: 20px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 11px;
    right: 20px;
    transform: rotate(-35deg);
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.left {
    height: 40px;
    top: 10px;
    left: 35px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.left {
    top: 110px;
    left: 40px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right.top {
    bottom: 90px;
    right: 30px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.right {
    width: 12px;
    bottom: 20px;
    right: 18px;
    transform: rotate(-32deg);
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right {
    width: 18px;
    bottom: 10px;
    right: 22px;
    transform: rotate(10deg);
  }

  .view.qual-produto .etapa-4 ul .front.imgLiquid {
    height: 300px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.left {
    left: 0px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.left {
    left: 8px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right.top {
    bottom: 100px;
    right: -5px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 25px;
    right: -10px;
    transform: rotate(-35deg);
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right {
    bottom: 13px;
    right: -9px;
    transform: rotate(0deg);
    z-index: -1;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.qual-produto .etapa-4 .titulo-section h2.line1 {
    font-size: 35.17px;
  }

  .view.qual-produto .etapa-4 .titulo-section h2.line2 {
    font-size: 47px;
  }

  .view.qual-produto .etapa-4 ul .front.imgLiquid {
    height: 230px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right.top {
    width: 20px;
    bottom: 90px;
    right: -15px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto .etapa-4 ul {
    padding: 240px 0px 0 0px!important;
  }

  .view.qual-produto .etapa-4 .titulo-section h2.line2 {
    font-size: 39px;
    margin: -16px 0 0 0;
  }

  .view.qual-produto .etapa-4 .titulo-section h2.line1 {
    text-align: center;
    font-size: 28.17px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right.top {
    bottom: 70px;
    right: -15px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.right {
    width: 9px;
    bottom: 15px;
    right: -22px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right {
    width: 15px;
    bottom: 10px;
    right: -15px;
    transform: rotate(30deg);
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.left {
    top: 87px;
  }

  .view.qual-produto .etapa-4 ul .front.imgLiquid {
    height: 180px;
  }

  .view.qual-produto .etapa-4 .control--radio h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

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

}

@media (max-width: 767px) {
  .view.qual-produto .etapa-4 .titulo-section h2.line1 {
    font-size: 29.17px;
  }

  .view.qual-produto .etapa-4 .titulo-section h2.line2 {
    font-size: 38px;
    margin: -18px 0 0 0;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.left {
    top: 87px;
    left: 10px;
  }

  .view.qual-produto .etapa-4 ul {
    padding: 240px 0px 0 0px!important;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right.top {
    bottom: 75px;
    right: 0px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.triangulo.right {
    bottom: -10px;
    right: 15px;
  }

  .view.qual-produto .etapa-4 .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 0px;
    right: 5px;
  }

  .view.qual-produto .etapa-4 ul .front.imgLiquid {
    height: 290px;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.view.qual-produto .etapa-5 .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto .etapa-5 .titulo-section {
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
}

.view.qual-produto .etapa-5 .titulo-section h2.line1 {
  text-align: center;
  font-size: 40.17px;
}

.view.qual-produto .etapa-5 .titulo-section h2.line2 {
  text-align: center;
  font-size: 54px;
  margin: -19px 0 0 0;
}

.view.qual-produto .etapa-5 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto .etapa-5 .titulo-section .detalhe.raio.left {
  height: 40px;
  top: 15px;
  left: -10px;
  transform: rotate(25deg);
}

.view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 115px;
  left: 5px;
  transform: rotate(15deg);
  z-index: -1;
}

.view.qual-produto .etapa-5 .titulo-section .detalhe.raio.right {
  width: 15px;
  bottom: 30px;
  right: -30px;
  transform: rotate(-28deg);
  z-index: -1;
}

.view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right {
  width: 20px;
  bottom: 20px;
  right: -25px;
  transform: rotate(0deg);
  z-index: -1;
}

.view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right.top {
  width: 20px;
  bottom: 105px;
  right: -25px;
  transform: rotate(-25deg);
  z-index: -1;
}

.view.qual-produto .etapa-5 ul {
  padding: 320px 190px 0 !important;
}
@media (max-width: 1400px){
  .view.qual-produto .etapa-5 ul {
    padding-top: 290px!important;
  }
}

.view.qual-produto .etapa-5 ul a {
  opacity: 0;
}

.view.qual-produto .etapa-5 ul .front {
  /*opacity: 0;*/
  height: 330px;
  padding: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.view.qual-produto .etapa-5 ul .front:hover {
  bottom: 15px;
  background-color: #20bec4;
}

.view.qual-produto .etapa-5 ul > a .front {
  margin-right: 4%;
}

.view.qual-produto .etapa-5 ul > a:last-child .front {
  margin-right: 0;
}

.view.qual-produto .etapa-5 ul .front img {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.view.qual-produto .etapa-5 ul .front .control-group {
  bottom: 30px;
  position: absolute;
}

.view.qual-produto .etapa-5 .control {
  cursor: pointer;
  font-size: 35px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.view.qual-produto .etapa-5 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}





.view.qual-produto .etapa-5 .control--radio h4 {
  font-size: 66.6px;
  position: relative;
  font-style: italic;
  float: left;
  /*margin-top: 46%;*/
  /*margin-left: 5%;*/
  margin: 0;
  line-height: .5;
  text-align: left;
  transform: rotate(-5deg);
  padding: 60px 0 20px 30px;
}

.view.qual-produto .etapa-5 .control--radio h4:before {
  background-image: url("/dist/img/manifesto_titulo_shape.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 75%;
  left: 20px;
  position: absolute;
  top: 50px;
  width: 105%;
  z-index: -1;
}

.view.qual-produto .etapa-5 .control--radio h4 span.line1 {
  margin-left: 15px;
}

.view.qual-produto .etapa-5 .control--radio h4 span.line2 {
  font-size: 44.83px;
}

@media (min-width: 1701px) {
  .view.qual-produto .etapa-5 ul {
    padding: 300px 330px 0 330px!important;
  }

  .view.qual-produto .etapa-5 .control--radio h4 {
    margin-top: 52%;
    margin-left: 10%;
    padding-top: 40px;
  }

  .view.qual-produto .etapa-5 ul .front,
  .view.qual-produto .etapa-5 .control__indicator {
    height: 320px;
  }

  .view.qual-produto .etapa-5 .titulo-section {
    top: 100px;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line1 {
    font-size: 45.75px;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line2 {
    font-size: 62.08px;
    margin: -20px 0 0 0;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.raio.left {
    height: 45px;
    left: 40px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.left {
    width: 30px;
    left: 50px;
    top: 130px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right {
    width: 25px;
    right: 15px;
    bottom: 5px;
    transform: rotate(20deg);
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right.top {
    width: 30px;
    right: 10px;
    bottom: 115px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 20px;
    right: 10px;
    transform: rotate(-35deg);
  }

  .view.qual-produto .etapa-5 .control--radio h4 {
    font-size: 70.74px;
    line-height: .5;
  }

  .view.qual-produto .etapa-5 .control--radio h4 span.line2 {
    font-size: 45.02px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.qual-produto .etapa-5 .titulo-section .detalhe.raio.left {
    left: 30px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.left {
    width: 25px;
    left: 45px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right {
    width: 25px;
    bottom: 5px;
    right: 20px;
    transform: rotate(30deg);
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 15px;
    right: 10px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right.top {
    width: 25px;
    bottom: 105px;
    right: 10px;
  }

  .view.qual-produto .etapa-5 ul .front {
    height: 340px;
  }

  .view.qual-produto .etapa-5 .control--radio h4 {
    line-height: .6;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.qual-produto .etapa-5 ul .front {
    height: 280px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.qual-produto .etapa-5 ul .front {
    height: 280px;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line1 {
    font-size: 38.17px;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line2 {
    font-size: 51px;
    margin: -15px 0 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto .etapa-5 ul {
    padding: 240px 200px 0 200px!important;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line1 {
    font-size: 30.17px;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line2 {
    font-size: 42px;
    margin: -15px 0 0 0;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.left {
    top: 95px;
    left: -5px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right.top {
    bottom: 80px;
  }

  .view.qual-produto .etapa-5 ul .front {
    height: 240px;
  }

  .view.qual-produto .etapa-5 .control--radio h4 {
    font-size: 50.6px;
    margin-top: 40%;
    margin-left: 0%;
  }

  .view.qual-produto .etapa-5 .control--radio h4 span.line2 {
    font-size: 30.83px;
  }
}

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

}

@media (max-width: 767px) {
  .view.qual-produto .etapa-5 ul {
    padding: 240px 0px 0 0px!important;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.left {
    top: 90px;
    left: 10px;
  }

  .view.qual-produto .etapa-5 ul .front {
    height: 285px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line1 {
    font-size: 30.17px;
  }

  .view.qual-produto .etapa-5 .titulo-section h2.line2 {
    font-size: 41px;
    margin: -19px 0 0 0;
  }

  .view.qual-produto .etapa-5 .control--radio h4 {
    font-size: 46.6px;
    margin-top: 42%;
    margin-left: -4%;
    line-height: .6;
    margin-bottom: 20px;
  }

  .view.qual-produto .etapa-5 .control--radio h4 span.line2 {
    font-size: 29.83px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right.top {
    width: 20px;
    bottom: 75px;
    right: -5px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 10px;
    right: -5px;
  }

  .view.qual-produto .etapa-5 .titulo-section .detalhe.triangulo.right {
    bottom: 0px;
    right: 0px;
    transform: rotate(20deg);
  }

  .view.qual-produto .etapa-5 .control--radio h4:before {
    top: 35px;
    left: 0px;
    width: 110%;
  }

  .view.qual-produto .etapa-5 ul .front img {
    bottom: 30px;
  }
}
.view.freefrom .view.freefrom .section-5 {
  padding: 15px 0 95px 0;
}

.view.freefrom .section-1 .background-rosa {
  background-image: url("/dist/img/manifesto_sec1_banner.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.freefrom .section-1 .bg.bg-full {
  min-height: 650px;
}

.view.freefrom .section-1 .bg.bg-full .layer {
  box-sizing: content-box;
  margin: -60px 100px;
}

.view.freefrom .section-1 .bg.bg-full .bglayer {
  background: transparent!important;
}

.view.freefrom .section-1 .bg.bg-full .frontlayer {
  background: transparent;
}

.view.freefrom .section-1  .bg.bg-full .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.view.freefrom .section-1.secao-mulher-central .titulo-section {
  margin: auto;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 8.703rem;
}



.view.freefrom .section-1.secao-mulher-central .titulo-section h2.line1 {
  font-size: 1.1em;
  text-align: center;
  transform: matrix(0.99939, -0.03472, 0.03472, 0.99939, 0, 0);
}

.view.freefrom .section-1.secao-mulher-central .titulo-section h2.line2 {
  font-size: .7em;
  margin: -21px 0 0 0;
  text-align: center;
  transform: matrix(0.99939, -0.03472, 0.03472, 0.99939, 0, 0);
  color: #ffdc18!important;
}

.view.freefrom .section-1.secao-mulher-central .titulo-section h2.line3 {
  font-size: .9em;
  margin: -15px 0 0 0px;
  text-align: center;
  transform: rotate(-4deg) translateX(-0.04em);
  font-style: italic;
}

.view.freefrom .section-1 .titulo-section .shape-bg {
  position: absolute;
  top: 150px;
  z-index: -1;
  width: 92%;
  left: 6.5%;
  height: 100px;
  transform: rotate(-7deg);
}

.view.freefrom .section-1 .titulo-section .btn-enfeite {
  position: absolute;
  width: 35%;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.8rem;
  padding: 10px 34px;
  outline: none;
}

.view.freefrom .section-1 .titulo-section .btn-enfeite:hover {
  background: #561f7f!important;
  border: 1px solid #561f7f!important;
}

.view.freefrom .section-1 .titulo-section .btn-enfeite::before {
  background-image: url("../../dist/img/manifesto_sec1_btn_enfeite.png");
  top: 0px;
  left: -40px;
  width: 153%;
  height: 120px;
}

.view.freefrom .section-1 .titulo-section .btn-enfeite:hover::before {
  filter: hue-rotate(-135deg) brightness(4);
  transition: all 0.3s ease;
  outline: none;
}

.view.freefrom .section-2 {
  padding: 120px 0;
  overflow: hidden;
}

.view.freefrom .section-2 .titulo-section h2.line1 {
  font-size: 66.32px;
  margin-top: 0;
}

.view.freefrom .section-2 .titulo-section h2.line2 {
  font-size: 84.32px;
  margin: -30px 0 0 0;
}

.view.freefrom .section-2 .titulo-section h2.line3 {
  font-size: 113.06px;
  float: left;
  margin: -22px 0 0 -10px;
}

.view.freefrom .section-2 .titulo-section h2.line4 {
  font-size: 67.89px;
  margin: -20px 0 0 -15px;
  float: left;
}

.view.freefrom .section-2 .titulo-section {
  padding-left: 110px;
  padding-top: 0px;
}

.view.freefrom .section-2 .titulo-section .shape {
  position: absolute;
  z-index: -1;
  left: 65px;
  top: 40px;
  width: 71%;
}
.view.freefrom .section-2 .titulo-section .freefrom {
  position: absolute;
  z-index: 2;
  right: 50px; bottom: 0;
  width: 100px;
  transform: rotate(20deg) translateY(50%);
}
@media (min-width: 1701px){
  .view.freefrom .section-2 .titulo-section .freefrom {
    width: 125px;
  }
}
@media (max-width: 768px){
  .view.freefrom .section-2 .titulo-section .freefrom {
    right: 0; bottom: 20px;
    width: 80px;
  }
}

.view.freefrom .section-2 .detalhe {
  position: absolute;
  z-index: -1;
}

.view.freefrom .section-2 .detalhe.triangulo1 {
  left: 26.3%;
  top: 9%;
  transform: rotateZ(-100deg);
}

.view.freefrom .section-2 .detalhe.triangulo2,
.view.freefrom .section-2 .detalhe.triangulo3,
.view.freefrom .section-2 .detalhe.raio2 {
  display: none;
}

.view.freefrom .section-2 .detalhe.raio1 {
  left: 4.7%;
  top: 4%;
  height: 27px;
  transform: rotateZ(-40deg) rotateX(180deg);
}

.view.freefrom .section-2 .new-btn-enfeite {
  margin-top: 50px;
  padding: 10px 0;
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn {
  position: absolute;
  z-index: -1;
}

.view.freefrom .section-2 .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.freefrom .section-2 .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.freefrom .section-2 .new-btn-enfeite:hover .fill-rosa1 {
  fill: #ffdc18!important;
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-1 {
  width: 21px;
  bottom: -12px;
  top: initial;
  left: -12px;
  transform: rotate(25deg);
  z-index: 1;
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-2 {
  width: 13px;
  top: -21px;
  left: 35px;
  transform: rotate(205deg);
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-3 {
  width: 25px;
  bottom: -13px;
  right: 5px;
  transform: rotate(20deg);
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-4 {
  width: 13px;
  bottom: -9px;
  top: initial;
  left: 40%;
  transform: rotate(85deg);
  z-index: 1;
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-5 {
  width: 13px;
  top: 1px;
  right: 45px;
  transform: rotate(75deg);
  z-index: 1;
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-1 {
  width: 8px;
  top: -10px;
  left: -28px;
  transform: rotate(-65deg);
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-2 {
  width: 13px;
  top: -25px;
  right: -11px;
  transform: rotate(-150deg);
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-3 {
  width: 13px;
  top: -33px;
  left: 40%;
  transform: rotate(-150deg);
  z-index: 1;
}

.view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-4 {
  width: 9px;
  bottom: -34px;
  right: 90px;
  transform: rotate(-70deg);
}

.view.freefrom .section-2 .texto {
  padding-top: 30px;
  padding-right: 150px;
}
.view.freefrom .section-2 .texto > .selos {
  width: 100%;
  margin-top: 14px;
}

.view.freefrom .section-3 {
  padding: 90px 0 100px 0;
  background-image: url("/dist/img/freefrom_bg_carousel.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
}

.view.freefrom .section-3 .carousel .carousel-indicators {
  position: relative;
  bottom: 0px;
  left: 50%;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.view.freefrom .section-3 .carousel .carousel-indicators li {
  text-indent: 0;
  font-size: 20px;
  margin: 0 18px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  line-height: 40px;
  color: #fff;
  background-color: #ea088b;
  text-align: center;
  float: left;
  position: relative;
}

.view.freefrom .section-3 .carousel .carousel-indicators li .detalhe {
  position: absolute;
  z-index: -1;
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-1 .detalhe.triangulo,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-6 .detalhe.triangulo {
  width: 11px;
  bottom: 31px;
  left: 2px;
  transform: rotate(29deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-1 .detalhe.raio,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-6 .detalhe.raio {
  height: 18px;
  top: 22px;
  right: -7px;
  transform: rotate(35deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-2 .detalhe.triangulo,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-7 .detalhe.triangulo {
  width: 9px;
  bottom: 33px;
  right: -4px;
  transform: rotate(50deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-2 .detalhe.raio,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-7 .detalhe.raio {
  height: 18px;
  top: 26px;
  left: 1px;
  transform: rotate(35deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-3 .detalhe.triangulo,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-8 .detalhe.triangulo {
  width: 9px;
  bottom: 2px;
  right: 2px;
  transform: rotate(50deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-3 .detalhe.raio,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-8 .detalhe.raio {
  height: 18px;
  top: -4px;
  left: 0px;
  transform: rotate(155deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-4 .detalhe.triangulo,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-9 .detalhe.triangulo {
  width: 9px;
  bottom: 2px;
  right: 31px;
  transform: rotate(50deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.step-4 .detalhe.raio,
.view.freefrom .section-3 .carousel .carousel-indicators li.step-9 .detalhe.raio {
  height: 18px;
  top: -5px;
  left: 33px;
  transform: rotate(165deg);
}

.view.freefrom .section-3 .carousel .carousel-indicators li.active,
.view.freefrom .section-3 .carousel .carousel-indicators li:hover {
  margin: 0 18px;
  width: 40px;
  height: 40px;
  background-color: #5d2d81;
}

.view.freefrom .section-3 .carousel .carousel-control {
  width: auto;
  background-image: none;
  text-shadow: none;
}

.view.freefrom .section-3 .carousel .carousel-control.left {
  left: 15%;
  top: 40%;
  z-index: 2;
}

.view.freefrom .section-3 .carousel .carousel-control.right {
  right: 15%;
  top: 40%;
  z-index: 2;
}

.view.freefrom .section-3 .carousel .carousel-caption {
  position: relative;
  left: 0!important;
  right: 0!important;
  bottom: 0;
  text-shadow: none;
  padding: 0 18% 60px 18%;
  z-index: 1;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 {
  padding: 25px 27% 0;
  height: 500px;
  overflow-y: overlay;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section h2 {
  text-align: center;
  transform: rotate(-5deg);
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section h2.line1 {
  text-align: left;
  font-size: 47.44px;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section h2.line2 {
  text-align: left;
  font-size: 83.6px;
  margin: -20px 0 0 0;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .detalhe.raio.left {
  height: 30px;
  top: -20px;
  left: -10px;
  transform: rotate(-50deg);
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .detalhe.triangulo.left {
  width: 18px;
  top: 15px;
  left: -10px;
  transform: rotate(15deg);
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .detalhe.triangulo.right {
  width: 25px;
  top: 190px;
  right: 0px;
  transform: rotate(-40deg);
  z-index: -1;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .shape-titulo {
  position: absolute;
  top: 40px;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .texto {
  font-size: 20px;
  padding: 60px 0px 15px 0px;
  text-align: center;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .texto .shape-texto {
  position: absolute;
  z-index: -1;
  bottom: 6px;
  right: 25px;
  width: 45%;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao {
  padding: 45px 6% 45px;
  background: #fff;
  height: 500px;
  overflow-y: overlay;
  border-radius: 5px;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo h2 {
  text-align: center;
  transform: rotate(-5deg);
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo h2.line1 {
  text-align: left;
  font-size: 37.44px;
  margin-top: 0;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo h2.line2 {
  text-align: left;
  font-size: 41.6px;
  margin: -8px 0 0 0;
  line-height: .9;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe {
  position: absolute;
  z-index: 1;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.raio-1 {
  height: 28px;
  top: 0px;
  left: -10px;
  transform: rotate(-60deg);
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.raio-2 {
  height: 28px;
  top: 30px;
  right: -10px;
  transform: rotate(-185deg);
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-1 {
  width: 19px;
  top: -7px;
  left: -5px;
  transform: rotate(15deg);
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-2 {
  width: 19px;
  bottom: -20px;
  left: -15px;
  transform: rotate(-40deg);
  z-index: 1;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-3 {
  width: 19px;
  top: -10px;
  right: 20px;
  transform: rotate(-120deg);
  z-index: 1;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .subtitulo {
  text-align: left;
  font-size: 16px;
  margin-top: 55px;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul {
  padding: 10px 0 0 110px;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .subtitulo span,
.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .subtitulo span {
  margin-bottom: 5px;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .subtitulo {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 5px;
  background-color: transparent;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #5d2d81;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos {
  float: left;
  margin-right: 0;
  margin-top: 35px;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos:nth-child(2n+1) {
  padding-right: 70px!important;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos:nth-child(2n) {
  padding-left: 10px!important;
}

.view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .subtitulo .shape {
  position: absolute;
  float: left;
  width: 46%;
  top: 5px;
  left: -20px;
  height: 45px;
}

.view.freefrom .section-3 .titulo-section.mobile {
  display: none;
}

.view.freefrom .section-4 {
  background-image: url("/dist/img/bg_freefrom.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 290px 150px 50px 190px;
  margin-top: -55px;
}

.view.freefrom .section-4 .model {
  position: absolute;
  width: 39.5%;
  bottom: 0;
  left: 0;
}

.view.freefrom .section-4 .titulo-section {
  position: absolute;
  margin: auto;
  top: -205px;
  left: 70px;
  padding: 0;
  transform: rotate(-6deg);
}

.view.freefrom .section-4 .titulo-section h2.line1 {
  font-size: 63.84px;
}

.view.freefrom .section-4 .titulo-section h2.line2 {
  font-size: 75.6px;
  margin: -38px 0 0 -10px;
}

.view.freefrom .section-4 .titulo-section h2.line3 {
  font-size: 40.12px;
  margin: -20px 0 0 -13px;
}

.view.freefrom .section-4 .titulo-section h2.line4 {
  font-size: 63.72px;
  margin: -20px 0 0 -20px;
}

.view.freefrom .section-4 .components-list {
  font-size: 14px;
  padding: 45px 60px;
  border: 1px solid #561f7f;
  column-count: 2;
  -moz-column-gap: 130px;
  -webkit-column-gap: 130px;
  line-height: 1.5;
  white-space: nowrap;
}

.view.freefrom .section-4 .detalhe,
.view.freefrom .section-4 .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
  fill: #01d9e1!important;
}

.view.freefrom .section-4 .titulo-section .detalhe.raio-1 {
  width: 7px;
  bottom: 70px;
  right: 0px;
  transform: rotate(-65deg);
}

.view.freefrom .section-4 .detalhe.raio-2 {
  width: 11px;
  bottom: 110px;
  right: -6px;
  transform: rotate(-145deg);
  z-index: 2;
}

.view.freefrom .section-4 .detalhe.triangulo-1 {
  width: 10px;
  top: -12px;
  left: 0px;
  transform: rotate(-5deg);
}

.view.freefrom .section-4 .detalhe.triangulo-2 {
  width: 18px;
  top: 40px;
  right: -10px;
  transform: rotate(-10deg);
}

.view.freefrom .section-4 .detalhe.triangulo-3 {
  width: 10px;
  top: 74px;
  right: -20px;
  transform: rotate(-20deg);
}

.view.freefrom .section-5 {
  padding: 65px 0 90px 0;
}

.view.freefrom .section-5 .vert-align {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view.freefrom .section-5 .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
  font-style: italic;
}

.view.freefrom .section-5 .titulo-section .shape {
  position: absolute;
  bottom: -20px;
}

.view.freefrom .section-5 .titulo-section h2.line1 {
  font-size: 32.72px;
  margin: 0 0 0 35px;
}

.view.freefrom .section-5 .titulo-section h2.line2 {
  font-size: 139.14px;
  margin: -25px 0 0 30px;
  float: left;
  z-index: 2;
}

.view.freefrom .section-5 .titulo-section h2.line3 {
  font-size: 140px;
  margin: -55px 0 0 20px;
  z-index: -1;
  float: left;
}

.view.freefrom .section-5 .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.freefrom .section-5 .titulo-section .detalhe.raio.left.bottom {
  height: 32px;
  top: 105px;
  left: -5px;
  transform: rotate(145deg) rotateY(180deg);
}

.view.freefrom .section-5 .texto {
  padding-left: 75px;
  padding-right: 0;
}

.view.freefrom .section-5 .btn-criar-post {
  padding-left: 105px;
  padding-right: 0;
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe {
  position: absolute;
  z-index: -1;
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
  width: 7px;
  top: -12px;
  left: -25px;
  transform: rotate(-65deg);
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: -12px;
  transform: rotate(25deg);
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
  width: 20px;
  top: -3px;
  left: 45px;
  transform: rotate(75deg);
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
  width: 20px;
  bottom: -6px;
  right: 10px;
  transform: rotate(80deg);
}

.view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
  width: 10px;
  top: -25px;
  right: 20px;
  transform: rotate(-160deg);
}

.view.freefrom .section-5 .shape-mobile {
  display: none;
}

.view.freefrom .section-6 {
  background: url("/dist/img/freefrom_detalhes.png") #20bec4;
  background-size: contain;
  padding: 75px 0 90px 0;
  background-repeat-y: repeat;
}

.view.freefrom .section-6 .texto {
  padding: 0 55px 0 70px;
}

.view.freefrom .section-6 .texto .titulo-section {
  margin-bottom: 70px;
  transform: rotate(-6deg);
}

.view.freefrom .section-6 .texto .titulo-section .shape {
  position: absolute;
  z-index: -1;
  bottom: -29px;
  left: -35px;
  transform: rotate(5deg);
  width: 92%;
}

.view.freefrom .section-6 .texto .titulo-section h2.line1 {
  font-size: 34.84px;
  margin: 0 0 0 5px;
}

.view.freefrom .section-6 .texto .titulo-section h2.line2 {
  font-size: 27.6px;
  margin: -5px 0 0px 0px;
}

.view.freefrom .section-6 .texto .titulo-section h2.line3 {
  font-size: 49.6px;
  margin: 0px 0 0 -5px;
}

.view.freefrom .section-6 .texto .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.freefrom .section-6 .texto .titulo-section .detalhe.raio-1 {
  width: 6px;
  top: -3px;
  left: -20px;
  transform: rotate(-205deg) rotateY(180deg);
}

.view.freefrom .section-6 .texto .titulo-section .detalhe.raio-2 {
  right: 40px;
  z-index: 2;
  width: 6px;
  top: 60px;
  transform: rotate(-145deg) rotateY(180deg);
}

.view.freefrom .section-6 .texto .titulo-section .detalhe.triangulo-1 {
  width: 12px;
  top: -14px;
  left: -2px;
  transform: rotate(-95deg);
}

.view.freefrom .section-6 .detalhe {
  position: absolute;
  z-index: -1;
}

.view.freefrom .section-6 .new-btn-enfeite {
  margin-top: 50px;
  padding: 10px 0;
  width: 88%;
}

.view.freefrom .section-6 .new-btn-enfeite.mobile {
  display: none;
}

.view.freefrom .section-6 .new-btn-enfeite .detalhe-btn {
  position: absolute;
  z-index: 1;
}

.view.freefrom .section-6 .new-btn-enfeite:hover {
  background: #48186b!important;
  border: 1px solid #48186b!important;
}

.view.freefrom .section-6 .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #eb088c!important;
}

.view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.triangulo-1 {
  width: 21px;
  bottom: -22px;
  top: initial;
  left: 8px;
  transform: rotate(25deg);
  z-index: 1;
}

.view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.triangulo-2 {
  width: 13px;
  top: -10px;
  left: 100px;
  transform: rotate(205deg);
}

.view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.triangulo-3 {
  width: 10px;
  bottom: -20px;
  right: 0px;
  transform: rotate(90deg);
}

.view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.raio-1 {
  width: 8px;
  top: -10px;
  left: 0;
  transform: rotate(-65deg);
}

.view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.raio-2 {
  width: 10px;
  top: -15px;
  right: -6px;
  transform: rotate(-150deg);
}





.view.freefrom .section-6 .elements-content ul li.item {
  padding: 0;
  margin-bottom: 35px;
}

.view.freefrom .section-6 .elements-content ul li h2.titulo {
  background-image: url("/dist/img/freefrom_bg_item.png");
  font-size: 20px;
  text-align: center;
  background-size: 100% 100%;
  background-position: 50% 50%;
  padding: 20px 50px;
  line-height: 1.2;
  z-index: 2;
  float: left;
}

.view.freefrom .section-6 .elements-content ul li article {
  font-size: 15px;
  text-align: center;
  padding: 30px 20px 15px 20px;
  width: 90%;
  margin-left: 5%;
  margin-top: -25px;
  z-index: 0;
}

.view.freefrom .section-6 .elements-content ul.column-2 {
  margin-top: 40px;
}

@media (min-width: 1701px) {
  .view.freefrom .section-1 .bg.bg-full {
    min-height: 920px;
  }

  .view.freefrom .section-1 .bg.bg-full .layer {
    margin: -60px 400px;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: .86em;
    margin: -15px 0 0 0px;
  }

  .view.freefrom .section-1 .titulo-section .shape-bg {
    height: 120px;
    left: 11%;
    top: 186px;
    width: 79%;
    transform: rotate(-6deg);
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section {
    top: 240px;
    font-size: 10.703rem;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite::before {
    top: 0px;
    left: -20px;
    width: 120%;
    height: 120px;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite {
    margin-top: 15px;
    margin-left: 215px;
    border-radius: 2px;
    padding: 14px 38px;
    font-size: 2.4rem;
    width: 32%;
    top: 53%;
  }

  .view.freefrom .section-1 .titulo-section .detalhe.triangulo.left {
    width: 36px;
    top: 35px;
    left: -30px;
  }

  .view.freefrom .section-1 .titulo-section .detalhe.raio.left {
    top: -20px;
    left: -30px;
  }

  .view.freefrom .section-1 .titulo-section .detalhe.triangulo.right {
    width: 40px;
    top: 300px;
    right: 85px;
  }

  .view.freefrom .section-2 .new-btn-enfeite {
    margin-top: 65px;
    padding: 14px 0;
  }

  .view.freefrom .section-2 .titulo-section h2.line1 {
    font-size: 99.84px;
  }

  .view.freefrom .section-2 .titulo-section h2.line2 {
    font-size: 129.6px;
    margin: -30px 0 0 0;
  }

  .view.freefrom .section-2 .titulo-section h2.line3 {
    font-size: 169.12px;
    margin: -30px 0 0 -10px;
  }

  .view.freefrom .section-2 .titulo-section h2.line4 {
    font-size: 102.72px;
    margin: -30px 0 0 -15px;
  }

  .view.freefrom .section-2 .texto {
    padding-top: 50px;
  }

  .view.freefrom .section-2 .detalhe.raio1 {
    top: 8%;
    height: 40px;
  }

  .view.freefrom .section-2 .detalhe.triangulo1 {
    left: 25%;
    top: 14%;
  }

  .view.freefrom .banner-view .close-video {
    top: 80px;
    right: 20px;
  }

  .view.freefrom .section-3 {
    padding: 110px 0 120px 0;
  }

  .view.freefrom .section-3 .carousel .carousel-caption {
    padding: 0 22% 90px 22%;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 {
    padding: 25px 28% 0;
    height: 560px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section h2.line1 {
    font-size: 56.44px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section h2.line2 {
    font-size: 102.71px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .detalhe.triangulo.left {
    width: 22px;
    top: 15px;
    left: -12px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .detalhe.raio.left {
    height: 42px;
    top: -30px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .detalhe.triangulo.right {
    width: 30px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 .titulo-section .texto {
    font-size: 24px;
    padding: 65px 0px 15px 0px;
    text-align: center;
  }

  .view.freefrom .section-3 .carousel .carousel-indicators li {
    font-size: 28px;
    margin: 0 30px;
    width: 52px;
    height: 52px;
    line-height: 52px;
  }

  .view.freefrom .section-3 .carousel .carousel-indicators li.active,
  .view.freefrom .section-3 .carousel .carousel-indicators li:hover {
    margin: 0 30px;
    width: 52px;
    height: 52px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao {
    height: 560px;
    padding: 50px 7% 50px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo h2.line1 {
    font-size: 43.28px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo h2.line2 {
    font-size: 57.81px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.raio-1 {
    height: 32px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.raio-2 {
    height: 30px;
    top: 40px;
    right: 10px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-1 {
    width: 30px;
    top: -15px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-2 {
    width: 28px;
    bottom: -20px;
    left: -25px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-3 {
    width: 23px;
    top: -10px;
    right: 35px;
    transform: rotate(-110deg);
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .subtitulo {
    font-size: 20px;
    margin-top: 85px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .subtitulo .shape {
    width: 43%;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .subtitulo {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos {
    float: left;
    margin-right: 0;
    margin-top: 35px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos:nth-child(2n+1) {
    padding-right: 70px!important;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos:nth-child(2n) {
    padding-left: 10px!important;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul {
    padding: 10px 0 0 120px;
  }

  .view.freefrom .section-3 .carousel .carousel-control.right {
    right: 18%;
  }

  .view.freefrom .section-3 .carousel .carousel-control.left {
    left: 18%;
  }

  .view.freefrom .section-4 {
    padding: 460px 150px 50px 250px;
    margin-top: -80px;
  }

  .view.freefrom .section-4 .titulo-section {
    top: -335px;
    left: 90px;
  }

  .view.freefrom .section-4 .components-list {
    font-size: 20px;
    padding: 60px 90px;
    -moz-column-gap: 240px;
    -webkit-column-gap: 240px;
  }

  .view.freefrom .section-4 .titulo-section h2.line1 {
    font-size: 103.68px;
  }

  .view.freefrom .section-4 .titulo-section h2.line2 {
    font-size: 121.58px;
    margin: -50px 0 0 -10px;
  }

  .view.freefrom .section-4 .titulo-section h2.line3 {
    font-size: 64.91px;
    margin: -28px 0 0 -13px;
  }

  .view.freefrom .section-4 .titulo-section h2.line4 {
    font-size: 106.1px;
    margin: -30px 0 0 -20px;
  }

  .view.freefrom .section-4 .model {
    width: 41%;
  }

  .view.freefrom .section-4 .detalhe.triangulo-1 {
    width: 13px;
    transform: rotate(-35deg);
  }

  .view.freefrom .section-4 .titulo-section .detalhe.raio-1 {
    width: 9px;
    bottom: 130px;
    right: -30px;
    transform: rotate(-55deg);
  }

  .view.freefrom .section-4 .detalhe.triangulo-2 {
    width: 25px;
    top: 40px;
    right: -50px;
  }

  .view.freefrom .section-4 .detalhe.triangulo-3 {
    width: 14px;
    top: 100px;
    right: -65px;
    transform: rotate(0deg);
  }

  .view.freefrom .section-4 .detalhe.raio-2 {
    width: 14px;
    bottom: 130px;
    right: -10px;
    transform: rotate(-145deg);
  }

  .view.freefrom .section-5 .titulo-section .shape {
    bottom: -25px;
    left: -25px;
  }

  .view.freefrom .section-5 .titulo-section h2.line1 {
    font-size: 39.72px;
  }

  .view.freefrom .section-5 .titulo-section h2.line2 {
    font-size: 176.14px;
  }

  .view.freefrom .section-5 .titulo-section h2.line3 {
    font-size: 181.06px;
    margin: -70px 0 0 14px;
  }

  .view.freefrom .section-5 .titulo-section .detalhe.raio.left.bottom {
    height: 35px;
    top: 125px;
    left: -15px;
  }

  .view.freefrom .section-5 .btn-criar-post {
    padding-left: 135px;
  }

  .view.freefrom .section-5 .texto {
    padding-left: 75px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -35px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
    width: 25px;
    bottom: -10px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -8px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    left: -17px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
    width: 12px;
    left: -37px;
  }

  .view.freefrom .section-6 {
    padding: 85px 0 125px 0;
  }

  .view.freefrom .section-6 .texto .titulo-section h2.line1 {
    font-size: 50.86px;
    margin: 0 0 0 15px;
  }

  .view.freefrom .section-6 .texto .titulo-section h2.line2 {
    font-size: 39.67px;
    margin: -5px 0 0px 10px;
  }

  .view.freefrom .section-6 .texto .titulo-section h2.line3 {
    font-size: 72.58px;
    margin: 0px 0 0 -5px;
  }

  .view.freefrom .section-6 .texto .titulo-section .shape {
    bottom: -43px;
    left: -40px;
  }

  .view.freefrom .section-6 .texto .titulo-section {
    margin-bottom: 90px;
  }

  .view.freefrom .section-6 .elements-content ul.column-2 {
    margin-top: 50px;
  }

  .view.freefrom .section-6 .elements-content ul li.item {
    margin-bottom: 45px;
  }

  .view.freefrom .section-6 .elements-content ul li h2.titulo {
    font-size: 24px;
    padding: 30px 60px 40px 60px;
  }

  .view.freefrom .section-6 .elements-content ul li article {
    font-size: 20px;
    padding: 40px 50px 15px 50px;
    margin-top: -40px;
  }

  .view.freefrom .section-6 .elements-content {
    padding: 0px 0 0 50px!important;
  }

  .view.freefrom .section-6 .texto .titulo-section .detalhe.triangulo-1 {
    width: 18px;
  }

  .view.freefrom .section-6 .texto .titulo-section .detalhe.raio-1 {
    width: 10px;
    top: 5px;
    left: -25px;
  }

  .view.freefrom .section-6 .texto .titulo-section .detalhe.raio-2 {
    right: 50px;
    width: 9px;
    top: 90px;
  }

  .view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.triangulo-1 {
    width: 26px;
    bottom: -28px;
  }

  .view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.triangulo-2 {
    width: 15px;
    top: -10px;
    left: 140px;
  }

  .view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.triangulo-3 {
    width: 12px;
  }

  .view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.raio-2 {
    width: 14px;
    top: -20px;
  }

  .view.freefrom .section-6 .new-btn-enfeite .detalhe-btn.raio-1 {
    width: 10px;
    top: -15px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.freefrom .section-1 .bg.bg-full {
    min-height: 760px;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section {
    top: 155px;
    font-size: 10.703rem;
  }

	.view.freefrom .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
    transform: matrix(0.99939, -0.03472, 0.03472, 0.99939, 0, 0);
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line3 {
    margin: -37px 0 0 5px;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite {
    width: 37%;
    top: 58%;
    left: 1px;
    font-size: 2.4rem;
    padding: 12px 30px;
  }

  .view.freefrom .section-1 .titulo-section .shape-bg {
    top: 170px;
    width: 82%;
    left: 11.5%;
    height: 100px;
    transform: rotate(-8deg);
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite::before {
    left: -23px;
    width: 125%;
  }

  .view.freefrom .section-5 .texto {
    padding-left: 50px;
  }

  .view.freefrom .section-5 .titulo-section .detalhe.raio.left.bottom {
    height: 60px;
    top: 150px;
    left: -54px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -35px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
    width: 25px;
    bottom: -10px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -8px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    left: -17px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
    width: 12px;
    left: -37px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.freefrom .section-1 .bg.bg-full {
    min-height: 680px;
  }

  .view.freefrom .section-1 .titulo-section .shape-bg {
    top: 170px;
    width: 91%;
    left: 7.5%;
    height: 100px;
    transform: rotate(-8deg);
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite {
    width: 43%;
    top: 67%;
    left: 0px;
    font-size: 2.4rem;
    padding: 11px 1px;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite::before {
    left: -23px;
    width: 124%;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section {
    top: 155px;
    font-size: 10.703rem;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line3 {
    margin: -38px 0 0 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.freefrom .section-1 .bg.bg-full {
    min-height: 595px;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
  }

  .view.freefrom .section-1 .titulo-section .shape-bg {
    top: 140px;
    width: 79%;
    left: 10.5%;
    height: 80px;
    transform: rotate(-8deg);
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite {
    width: 38%;
    top: 64.5%;
    left: 0px;
    font-size: 1.8rem;
    padding: 10px 34px;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite::before {
    left: -40px;
    width: 150%;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section {
    top: 140px;
  }

  .view.freefrom .section-5 .titulo-section .detalhe.raio.left.bottom {
    height: 40px;
    top: 135px;
    left: -35px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.freefrom .section-1 .bg.bg-full {
    min-height: 550px;
  }

  .view.freefrom .section-1 .bg.bg-full {
    min-height: 595px;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
  }

  .view.freefrom .section-1 .titulo-section .shape-bg {
    top: 141px;
    z-index: -1;
    width: 105%;
    left: 1.5%;
    height: 80px;
    transform: rotate(-5deg);
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite {
    width: 48.5%;
    top: 61.5%;
    left: 0px;
    font-size: 1.8rem;
    padding: 10px 15px;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite::before {
    left: -40px;
    width: 150%;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section {
    top: 130px;
  }

  .view.freefrom .section-5 .titulo-section .detalhe.raio.left.bottom {
    height: 30px;
    top: 120px;
    left: -25px;
  }

  .view.freefrom .section-5 .btn-criar-post {
    padding-left: 95px;
    padding-right: 45px;
  }

  .view.freefrom .section-5 {
    padding: 35px 0 40px 0;
  }
}

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

}

@media (max-width: 767px) {
  .view.freefrom {
    overflow: hidden;
  }

  .view.freefrom .section-1 .bg.bg-full {
    min-height: 270px;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section {
    top: 20px;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: 54.27px;
    text-align: center;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line2 {
    font-size: 34.03px;
    margin: -15px 0 0 0;
  }

  .view.freefrom .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: 46.31px;
    margin: -10px 0 0 0px;
  }

  .view.freefrom .section-1 .titulo-section .shape-bg {
    top: 90px;
    width: 75%;
    left: 12.5%;
    height: 60px;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite {
    width: 55%;
    margin-top: 30px;
    margin-left: 23%;
  }

  .view.freefrom .section-1 .titulo-section .btn-enfeite::before {
    width: 133%;
    height: 80px;
  }

  .view.freefrom .section-2 {
    padding: 50px 0;
  }

  .view.freefrom .section-2 .titulo-section {
    padding-left: 0;
    padding-right: 0;
  }

  .view.freefrom .section-2 .titulo-section .shape {
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 15px;
    width: 95%;
  }

  .view.freefrom .section-2 .titulo-section h2.line1 {
    font-size: 44.32px;
    margin-top: 0;
    text-align: center;
  }

  .view.freefrom .section-2 .titulo-section h2.line2 {
    font-size: 57.32px;
    margin: -25px 0 0 0;
    text-align: center;
  }

  .view.freefrom .section-2 .titulo-section h2.line3 {
    font-size: 77.06px;
    float: left;
    margin: -15px 0 0 25px;
  }

  .view.freefrom .section-2 .titulo-section h2.line4 {
    font-size: 47.89px;
    margin: -15px 0 0 20px;
    float: left;
  }

  .view.freefrom .section-2 .texto {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }

  .view.freefrom .section-2 .new-btn-enfeite {
    margin-top: 80px;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-1 {
    width: 18px;
    left: -2px;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-1 {
    top: -5px;
    left: -7px;
    z-index: 2;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-2 {
    width: 10px;
    top: -12px;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-4 {
    width: 10px;
    bottom: -5px;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-5 {
    width: 10px;
    top: -5px;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-2 {
    width: 9px;
    top: -20px;
    right: -5px;
    z-index: 2;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-3 {
    width: 9px;
    top: -22px;
    left: 22%;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.raio-4 {
    width: 7px;
    bottom: -30px;
    right: 60px;
  }

  .view.freefrom .section-2 .new-btn-enfeite .detalhe-btn.triangulo-3 {
    width: 16px;
    bottom: -10px;
    right: 0px;
    z-index: 2;
  }

  .view.freefrom .section-4 {
    background-image: url("../../dist/img/bg_freefrom_mobile.png")!important;
    padding: 220px 20px 50px 20px;
  }

  .view.freefrom .section-4 .titulo-section {
    top: -195px;
    left: 16px;
  }

  .view.freefrom .section-4 .titulo-section h2.line1 {
    font-size: 56.03px;
  }

  .view.freefrom .section-4 .titulo-section h2.line2 {
    font-size: 65.7px;
    margin: -30px 0 0 -10px;
  }

  .view.freefrom .section-4 .titulo-section h2.line3 {
    font-size: 35.07px;
    margin: -15px 0 0 -13px;
  }

  .view.freefrom .section-4 .titulo-section h2.line4 {
    font-size: 57.33px;
    margin: -15px 0 0 -20px;
  }

  .view.freefrom .section-4 .model {
    display: none;
  }

  .view.freefrom .section-4 .components-list {
    font-size: 16px;
    padding: 30px;
    column-count: 1;
  }

  .view.freefrom .section-4 .detalhe.triangulo-1 {
    width: 10px;
    top: -8px;
    left: 0px;
  }

  .view.freefrom .section-4 .detalhe.triangulo-3 {
    width: 8px;
    top: 74px;
    right: -5px;
  }

  .view.freefrom .section-4 .detalhe.triangulo-2 {
    top: 20px;
  }

  .view.freefrom .section-4 .titulo-section .detalhe.raio-1 {
    width: 6px;
    bottom: 70px;
    right: 6px;
  }

  .view.freefrom .section-5 {
    padding: 45px 0 55px 0;
  }

  .view.freefrom .section-5 .vert-align {
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-line-pack: inherit;
    align-content: inherit;
    display: block;
  }

  .view.freefrom .section-5 .titulo-section h2.line3 {
    font-size: 116.76px;
    margin: -50px 0 0 0px;
  }

  .view.freefrom .section-5 .titulo-section h2.line2 {
    font-size: 112.14px;
    margin: -15px 0 0 10px;
  }

  .view.freefrom .section-5 .titulo-section h2.line1 {
    font-size: 25.52px;
    margin: 0 0px 0 15px;
  }

  .view.freefrom .section-5 .titulo-section .detalhe.raio.left.bottom {
    height: 25px;
    top: 50px;
    left: 0px;
  }

  .view.freefrom .section-5 .titulo-section .shape {
    display: none;
  }

  .view.freefrom .section-5 .shape-mobile {
    display: block;
    position: absolute;
    top: 120px;
  }

  .view.freefrom .section-5 .btn-criar-post {
    padding-left: 10px;
    padding-top: 70px;
    padding-right: 10px;
  }

  .view.freefrom .section-5 .texto {
    padding-left: 0;
    padding-top: 40px;
    line-height: 1.8;
  }

  .view.freefrom .section-5 .btn-criar-post.btn.btn-enfeite::before {
    left: 0;
    width: 90%;
    height: 100px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
    width: 12px;
    top: -32px;
    left: 5px;
    transform: rotate(-55deg);
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -5px;
    left: 65px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
    bottom: -10px;
  }

  .view.freefrom .section-5 .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -37px;
    right: 20px;
  }

  .view.freefrom .section-6 {
    padding: 55px 0 60px 0;
  }

  .view.freefrom .section-6 .texto {
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .view.freefrom .section-6 .texto .titulo-section h2.line1 {
    font-size: 34.06px;
  }

  .view.freefrom .section-6 .texto .titulo-section h2.line2 {
    font-size: 25.57px;
    margin: -5px 0 0px 0px;
  }

  .view.freefrom .section-6 .texto .titulo-section h2.line3 {
    font-size: 46.6px;
  }

  .view.freefrom .section-6 .texto .titulo-section .shape {
    bottom: -24px;
    left: -15px;
    width: 100%;
  }

  .view.freefrom .section-6 .texto .titulo-section {
    margin-bottom: 50px;
  }

  .view.freefrom .section-6 .new-btn-enfeite {
    display: none;
  }

  .view.freefrom .section-6 .elements-content ul {
    padding: 0;
  }

  .view.freefrom .section-6 .elements-content ul li.item {
    margin-bottom: 30px;
  }

  .view.freefrom .section-6 .new-btn-enfeite.mobile {
    display: block;
    margin-top: 30px;
    padding: 10px 0;
    width: 100%;
    font-size: 17px;
  }

  .view.freefrom .section-6 .elements-content ul.column-2 {
    margin-top: 0;
  }

  .view.freefrom .section-6 .texto .titulo-section .detalhe.raio-1 {
    width: 8px;
    top: -27px;
    left: 0px;
  }

  .view.freefrom .section-6 .texto .titulo-section .detalhe.triangulo-1 {
    width: 14px;
    top: -44px;
    left: 18px;
  }

  .view.freefrom .section-6 .texto .titulo-section .detalhe.raio-2 {
    right: 25px;
    width: 8px;
    top: 105px;
  }

  .view.freefrom .section-3 {
    padding: 35px 20px 80px 20px;
    background-image: none;
    background-color: #391256;
  }

  .view.freefrom .section-3 .titulo-section.mobile {
    display: block;
  }

  .view.freefrom .section-3 .titulo-section.mobile h2 {
    text-align: center;
    transform: rotate(-5deg);
  }

  .view.freefrom .section-3 .titulo-section.mobile h2.line1 {
    text-align: center;
    font-size: 34.44px;
  }

  .view.freefrom .section-3 .titulo-section.mobile h2.line2 {
    text-align: left;
    font-size: 63.6px;
    margin: -20px 0 0 0;
  }

  .view.freefrom .section-3 .titulo-section.mobile .detalhe {
    position: absolute;
    z-index: 1;
  }

  .view.freefrom .section-3 .titulo-section.mobile .detalhe.raio.left {
    height: 30px;
    top: -20px;
    left: -10px;
    transform: rotate(-50deg);
  }

  .view.freefrom .section-3 .titulo-section.mobile .detalhe.triangulo.left {
    width: 18px;
    top: 15px;
    left: -10px;
    transform: rotate(15deg);
  }

  .view.freefrom .section-3 .titulo-section.mobile .detalhe.triangulo.right {
    width: 25px;
    top: 190px;
    right: 0px;
    transform: rotate(-40deg);
    z-index: -1;
  }

  .view.freefrom .section-3 .titulo-section.mobile .shape-titulo {
    position: absolute;
    top: 40px;
  }

  .view.freefrom .section-3 .titulo-section.mobile .texto {
    font-size: 20px;
    padding: 60px 0px 15px 0px;
    text-align: center;
  }

  .view.freefrom .section-3 #carousel-passos .carousel-inner {
    padding: 0 0 15px 0;
  }

  .view.freefrom .section-3 #carousel-passos .carousel-inner .item {
    padding: 0 0 0px 0;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-0 {
    padding: 0;
    height: auto;
    overflow-y: auto;
  }

  .view.freefrom .section-3 .carousel .carousel-control {
    position: absolute;
    margin-top: 0px;
    opacity: 1;
  }

  .view.freefrom .section-3 .carousel .carousel-control.left {
    left: 10px;
    top: inherit;
    bottom: -60px;
  }

  .view.freefrom .section-3 .carousel .carousel-control.right {
    right: 10px;
    top: inherit;
    bottom: -60px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption {
    padding: 0;
  }

  .view.freefrom .section-3 .carousel .carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 0;
    margin-bottom: 0;
    display: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    float: left;
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
    padding-right: 0;
  }

  .view.freefrom .section-3 .carousel .carousel-indicators.mobile .row-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view.freefrom .section-3 .carousel .carousel-indicators.mobile .row-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view.freefrom .section-3 .carousel .carousel-indicators li {
    font-size: 20px;
    margin: 13px 8px;
    float: left;
    position: relative;
  }

  .view.freefrom .section-3 .carousel .carousel-indicators li.active,
  .view.freefrom .section-3 .carousel .carousel-indicators li:hover {
    margin: 13px 8px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao {
    margin-top: 60px;
    padding: 45px 4% 45px;
    height: auto;
    overflow-y: inherit;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo {
    padding: 0 40px!important;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo h2.line1 {
    font-size: 26.3px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo h2.line2 {
    font-size: 32.12px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-1 {
    width: 19px;
    top: -15px;
    left: 30px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-2 {
    left: 25px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.triangulo-3 {
    right: 40px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.raio-2 {
    height: 20px;
    top: 30px;
    right: 25px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .titulo .detalhe.raio-1 {
    height: 20px;
    top: 0px;
    left: 32px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul {
    padding: 0;
    margin-top: 20px;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao .subtitulo .shape {
    width: 32%;
    top: 0px;
    left: -5px;
    height: auto;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos:nth-child(2n+1) {
    padding-right: 40px!important;
  }

  .view.freefrom .section-3 .carousel .carousel-caption .etapa-padrao ul li .logos:nth-child(2n) {
    padding-left: 10px!important;
  }

  .view.freefrom .section-4 {
    margin-top: 0;
  }
}
.view.home .section-1 .background-rosa {
  background-image: url("/dist/img/home_sec1_banner.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.home .section-1 .bg.bg-full {
  min-height: 650px;
}

.view.home .section-1 .bg.bg-full .layer {
  /*box-sizing: content-box;*/
  box-sizing: initial;
  margin: -60px 200px;
}

.view.home .section-1 .bg.bg-full .bglayer {
  background: transparent!important;
}

.view.home .section-1 .bg.bg-full .frontlayer {
  background-image: url("/dist/img/sobre_sec5_banner_mulher.png")!important;
  background-size: cover!important;
  background-repeat: no-repeat;
}

.view.home .section-1.secao-mulher-central .titulo-section {
  top: 190px;
}

.view.home .section-1.secao-mulher-central .titulo-section h2 {
  opacity: 0;
}

.view.home .section-1.secao-mulher-central .titulo-section h2.line1 {
  font-size: 45.42px;
}

.view.home .section-1.secao-mulher-central .titulo-section h2.line2 {
  font-size: 44.05px;
  margin: -15px 0 0 0;
}

.view.home .section-1.secao-mulher-central .titulo-section h2.line3 {
  font-size: 67.14px;
  margin: -18px 0 0 0;
}

.view.home .section-1.secao-mulher-central .titulo-section h2.line4 {
  font-size: 77.14px;
  margin: -23px 0 0 0;
}

.view.home .section-1 .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.home .section-1 .titulo-section .detalhe.raio.left {
  height: 47px;
  top: -15px;
  left: -20px;
  transform: rotate(-60deg);
}

.view.home .section-1 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 35px;
  left: -25px;
  transform: rotate(25deg);
}

.view.home .section-1 .titulo-section .detalhe.triangulo.right {
  width: 30px;
  top: 190px;
  right: 75px;
  transform: rotate(-50deg);
  z-index: -1;
}

.view.home .section-1 .titulo-section .new-btn-enfeite {
  width: 60%;
  margin-top: 70px;
  margin-left: 55px;
  left: -1000px;
}

.view.home .section-1 .titulo-section .new-btn-enfeite .detalhe {
  position: absolute;
  z-index: -1;
}

.view.home .section-1 .titulo-section .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.home .section-1 .titulo-section .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.raio-1 {
  width: 8px;
  top: -23px;
  left: -18px;
  transform: rotate(-65deg);
}

.view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: -12px;
  transform: rotate(25deg);
}

.view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.triangulo-2 {
  width: 20px;
  top: -3px;
  left: 45px;
  transform: rotate(75deg);
}

.view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.triangulo-3 {
  width: 20px;
  bottom: -5px;
  right: 10px;
  transform: rotate(90deg);
}

.view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.raio-2 {
  width: 11px;
  top: -28px;
  right: 20px;
  transform: rotate(-150deg);
}

.view.home .section-2 {
  padding: 100px 0;
}

.view.home .section-2 .shape-bg-1,
.view.home .section-4 .shape-bg-1 {
  position: absolute;
  top: 40px;
  right: 20px;
}

.view.home .section-2 .shape-bg-1 {
  top: 140px;
}

.view.home .section-4 .shape-bg-2 {
  position: absolute;
  top: 18%;
  right: 12%;
  z-index: -2;
}

.view.home .section-4 .shape-bg-3 {
  position: absolute;
  top: 28%;
  left: 10%;
  width: 32%;
}

.view.home .section-2 .content {
  padding: 0 10px;
}

.view.home .section-3 {
  padding-top: 50px!important;
}

.view.home .section-3 .background-rosa {
  z-index: 0;
}

.view.home .section-3 .background-rosa .bg.bg-full {
  z-index: 11;
}

.view.home .section-3 .background-rosa {
  background-image: url("/dist/img/home_sec3_banner.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.home .section-3 .bg.bg-full .layer {
  box-sizing: content-box;
  margin: 0px -200px;
}

.view.home .section-3 .bg.bg-full .bglayer {
  background-image: url("/dist/img/home_sec3_banner_detalhes.png")!important;
}

.view.home .section-3 .bg.bg-full .frontlayer {
  background-image: url("/dist/img/home_sec3_banner_mulher.png")!important;
  background-position: center top;
}
@media (max-width: 767px){
  .view.home .section-3 .bg.bg-full .frontlayer {
    background-size: cover!important;
    padding: 0; margin: 0;
  }
}

.view.home .section-1 .titulo-section h2,
.view.home .section-1 .box-texto-botao h2,
.view.home .section-3 .titulo-section h2,
.view.home .section-3 .box-texto-botao h2,
.view.home .section-5 .titulo-section h2,
.view.home .section-5 .box-texto-botao h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.home .section-3.secao-mulher-central .titulo-section {
  position: absolute;
  top: 240px;
  z-index: 10;
}

.view.home .section-3.secao-mulher-central .box-texto-botao h2.line1 {
  font-size: 57.33px;
}

.view.home .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
  margin-top: 50px;
  margin-left: 7.5%;
}

.view.home .section-4 .column-3 .faca-teste.btn.btn-enfeite::before,
.view.home .section-4 .column-3 .veja-todos.btn.btn-enfeite::before {
  top: -10px;
  height: 80px;
}

.view.home .section-5 .bg.bg-full .layer {
  box-sizing: content-box;
  margin: 50px 220px;
}

.view.home .section-5.secao-mulher-central .box-texto-botao {
  top: 37%;
  z-index: 10;
}
@media (max-width: 1440px){
  .view.home .section-5.secao-mulher-central .box-texto-botao {
    top: 30%;
  }
}

.view.home .section-5 .background-rosa {
  background-image: url("/dist/img/home_sec5_banner.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.home .section-5 .bg.bg-full {
  min-height: 1280px;
  text-align: center;
}
@media (max-width: 1440px){
  .view.home .section-5 .bg.bg-full {
    min-height: 1220px;
  }
}

.view.home .section-5 .bg.bg-full .bglayer {
  background: url("/dist/img/home_sec5_banner_detalhes.png");
}

.view.home .section-5 .bg.bg-full .frontlayer {
  background: url("/dist/img/home_sec5_banner_mulher.png");
}

.view.home .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
  margin-top: 50px;
  margin-left: 7.5%;
}

.view.home .section-5 .pub {
  position: absolute;
  margin: auto;
  bottom: 30px;
  width: 95%;
  right: 0;
  left: 0;
  z-index: 99;
}

.view.home .section-5 .pub img:hover {
  transform: scale(1.05) rotate(1deg);
}

@media (min-width: 1701px) {
  .view.home .section-1 .bg.bg-full {
    min-height: 880px;
  }

  .view.home .section-1 .bg.bg-full .layer {
    margin: -60px 400px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: 67.42px!important;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line2 {
    font-size: 66.44px!important;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: 97.8px!important;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line4 {
    font-size: 115.27px!important;
  }

  .view.home .section-1.secao-mulher-central .titulo-section {
    top: 250px;
  }

  .view.home .section-1 .titulo-section .detalhe.triangulo.left {
    width: 36px;
    top: 35px;
    left: -30px;
  }

  .view.home .section-1 .titulo-section .detalhe.raio.left {
    top: -20px;
    left: -30px;
  }

  .view.home .section-1 .titulo-section .detalhe.triangulo.right {
    width: 40px;
    top: 300px;
    right: 85px;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite {
    margin-top: 100px;
    margin-left: 85px;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.triangulo-2 {
    top: -6px;
    left: 65px;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.triangulo-3 {
    bottom: -6px;
    right: 20px;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -39px;
  }

  .view.home .section-2 .shape-bg-1,
  .view.home .section-4 .shape-bg-1 {
    right: 40px;
  }

  .view.home .section-2 .content,
  .view.home .section-4 .content {
    padding-left: 17.5px!important;
    padding-right: 17.5px!important;
  }

  .view.home .section-4 .column-3 .faca-teste.btn.btn-enfeite::before,
  .view.home .section-4 .column-3 .veja-todos.btn.btn-enfeite::before {
    height: 110px;
  }

  .view.home .section-4 .shape-bg-2 {
    top: 7%;
    right: 13%;
  }

  .view.home .section-4 .shape-bg-3 {
    top: 15%;
    left: 16%;
    width: 23%;
  }

  .view.home .section-3 .bg.bg-full {
    min-height: 950px;
  }

  .view.home .section-3 .bg.bg-full .layer {
    margin: 0px 100px;
  }

  .view.home .section-3 .titulo-section h2.line1 {
    font-size: 110.11px!important;
  }

  .view.home .section-3 .titulo-section h2.line2 {
    font-size: 124.05px!important;
    margin: -35px 0 0 0!important;
  }

  .view.home .section-3 .titulo-section h2.line3 {
    font-size: 159.71px!important;
    margin: -24px 0 0 0!important;
  }

  .view.home .section-3 .titulo-section h2.line4 {
    font-size: 119.14px!important;
    margin: -40px 0 0 0!important;
  }

  .view.home .section-3 .box-texto-botao {
    bottom: 110px!important;
    right: 230px!important;
  }

  .view.home .section-3 .box-texto-botao h2.line1 {
    font-size: 80.433px!important;
  }

  .view.home .section-3 .box-texto-botao h2.line2 {
    font-size: 158.433px!important;
  }

  .view.home .section-3.secao-mulher-central .titulo-section {
    top: 290px;
  }

  .view.home .section-4 .content .column-3 .box-titulo h2.line1,
  .view.home .section-4 .content .column-3 .box-titulo h2.line2,
  .view.home .section-4 .content .column-3 .box-titulo h2.line3 {
    font-size: 52px;
    margin: -5px 0 0 20px;
  }

  .view.home .section-4 .content .column-3 .box-titulo .btn-enfeite {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .view.home .section-4 .content .column-3 .btn-enfeite {
    margin-top: 50px;
  }

  .view.home .section-5 .bg.bg-full {
    min-height: 1350px!important;
  }

  .view.home .section-5 .bg.bg-full .layer {
    /*margin: 60px 90px 0;*/
    margin: 60px 520px 0;
  }

  .view.home .section-5 .titulo-section {
    top: 240px!important;
  }

  .view.home .section-5 .titulo-section h2 {
    transform: rotate(-7deg);
  }

  .view.home .section-5 .titulo-section h2.line1 {
    font-size: 100.11px !important;
  }

  .view.home .section-5 .titulo-section h2.line2 {
    font-size: 134.05px !important;
    margin: -55px 0 0 0 !important;
  }

  .view.home .section-5 .titulo-section h2.line3 {
    font-size: 179.71px !important;
    margin: -56px 0 0 !important;
    z-index: 20;
  }

  .view.home .section-5 .titulo-section h2.line4 {
    font-size: 119.14px!important;
    margin: -55px 0 0 0!important;
  }

  .view.home .section-5 .box-texto-botao {
    bottom: 110px!important;
    right: 230px!important;
  }

  .view.home .section-5 .box-texto-botao h2 {
    transform: rotate(-7deg);
  }

  .view.home .section-5 .box-texto-botao h2.line1 {
    font-size: 158.433px!important;
  }

  .view.home .section-5 .box-texto-botao h2.line2 {
    font-size: 98.433px!important;
  }

  .view.home .section-5.secao-mulher-central .box-texto-botao {
    top: 34%;
  }

  .view.home .section-5 .pub {
    bottom: -5px;
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.home .section-1 .bg.bg-full .layer {
    box-sizing: initial;
    margin: -60px 310px;
  }

  .view.home .section-1 .bg.bg-full .frontlayer {
    background-size: 72%!important;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: 50.42px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line2 {
    font-size: 48.05px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: 72.14px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line4 {
    font-size: 83.14px;
  }

  .view.home .section-1 .titulo-section .detalhe.triangulo.right {
    top: 220px;
    right: 125px;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite {
    width: 56%;
  }

  .view.home .section-2 .content {
    padding: 0 15px;
  }

  .view.home .section-3 .bg.bg-full {
    min-height: 950px;
  }

  .view.home .section-3 .bg.bg-full .layer {
    box-sizing: content-box;
    margin: 0px -120px;
  }

  .view.home .section-4 .shape-bg-2 {
    top: 9%;
    right: 13%;
  }

  .view.home .section-4 .shape-bg-3 {
    top: 18%;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 67.33px;
  }

  .view.home .section-5 .bg.bg-full .layer {
    box-sizing: content-box;
    /*margin: 51px -94px;*/
    margin: 50px 350px;
  }

  .view.home .section-5 .pub {
    bottom: -5px;
    padding-left: 60px!important;
    padding-right: 60px!important;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.home .section-1 .bg.bg-full {
    min-height: 620px;
  }

  .view.home .section-1 .titulo-section .detalhe.triangulo.right {
    top: 195px;
    right: 98px;
  }

  .view.home .section-4 .shape-bg-2 {
    top: 9%;
    right: 13%;
  }

  .view.home .section-4 .shape-bg-3 {
    top: 18%;
    left: 15%;
    width: 25%;
  }

  .view.home .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-left: 11.5%;
  }

  .view.home .section-5 .bg.bg-full .layer {
    margin: 50px 270px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.home .section-1.secao-mulher-central .titulo-section {
    top: 220px;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite {
    margin-left: 65px;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 54px;
  }

  .view.home .section-4 .shape-bg-2 {
    top: 9.5%;
    right: 11.5%;
  }

  .view.home .section-4 .shape-bg-3 {
    top: 22%;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-left: 14.5%;
  }

  .view.home .section-5 .bg.bg-full .layer {
    margin: 50px 210px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .view.home .section-1 .bg.bg-full {
    min-height: 550px;
  }

  .view.home .section-1 .bg.bg-full .layer {
    box-sizing: content-box;
    margin: -60px 100px;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite {
    margin-left: 72px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: 42.42px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line2 {
    font-size: 41.05px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: 62.14px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line4 {
    font-size: 70.14px;
  }

  .view.home .section-1 .titulo-section .detalhe.triangulo.right {
    top: 170px;
    right: -5px;
  }

  .view.home .section-1 .titulo-section .btn-enfeite {
    margin-left: 75px;
  }

  .view.home .section-2 .shape-bg-1,
  .view.home .section-4 .shape-bg-1 {
    right: 0;
  }

  .view.home .section-4 .shape-bg-2 {
    top: 12%;
    right: 8.5%;
    width: 30%;
  }

  .view.home .section-4 .shape-bg-3 {
    top: 28%;
  }

  .view.home .section-5 .bg.bg-full {
    min-height: 990px;
  }

  .view.home .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 30px;
  }

  .view.home .section-5 .bg.bg-full .layer {
    margin: 50px -355px;
  }
}

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

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

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

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

}

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

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

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

@media (max-width: 767px) {
  .view.home .section-1 {
    height: 100vh;
    overflow: hidden;
  }

  .view.home .section-1 .bg.bg-full {
    min-height: 100vh;
  }

  .view.home .section-1 .background-rosa {
    background: url("../../dist/img/home_sec1_banner_mobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .view.home .section-1.secao-mulher-central .titulo-section {
    top: auto;
    bottom: 240px;
    left: 0;
  }

  .view.home .section-1 .bg.bg-full .bglayer {
    display: none;
  }

  .view.home .section-1 .bg.bg-full .frontlayer {
    display: none;
  }

  .view.home .section-3 .titulo-section {
    width: 98%;
    top: 10px;
    left: 0;
  }

  .view.home .section-2 .content {
    padding: 0 20px;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: 28.42px;
    text-align: center;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line2 {
    font-size: 27.05px;
    text-align: center;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: 43.14px;
    text-align: center;
    margin: -10px 0 0 0;
  }

  .view.home .section-1.secao-mulher-central .titulo-section h2.line4 {
    font-size: 50.14px;
    text-align: center;
    margin: -15px 0 0 0;
  }

  .view.home .section-1 .titulo-section .detalhe.triangulo.left {
    left: 30px;
  }

  .view.home .section-1 .titulo-section .detalhe.triangulo.right {
    top: 120px;
    right: 20px;
  }

  .view.home .section-1 .titulo-section .detalhe.raio.left {
    height: 31px;
    top: 24px;
    left: 21px;
    transform: rotate(-12deg);
  }

  .view.home .section-1 .titulo-section .btn-enfeite {
    width: 60%;
    margin-top: 30px;
    margin-left: 24%;
  }

  .view.home .section-1 .titulo-section .new-btn-enfeite {
    position: absolute;
    bottom: -100px;
    left: 0!important;
    right: 0;
    margin: auto;
  }

  .view.home .section-1 .background-rosa {
    background-position: 65%;
  }

  .view.home .section-2 {
    padding: 30px 0;
  }

  .view.home .section-2 .item.padrao.news {
    margin-bottom: 30px!important;
  }

  .view.home .section-2 .item.padrao.news:last-child {
    margin-bottom: 0px!important;
  }

  .view.home .section-2 .titulo-menu {
    margin-top: 0!important;
  }

  .view.home .section-2 .titulo-menu,
  .view.home .section-4 .titulo-menu {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .view.home .section-2 .shape-bg-1,
  .view.home .section-4 .shape-bg-1 {
    display: none;
  }

  .view.home .section-3 {
    padding: 0!important;
    margin-top: 50px;
  }

  .view.home .section-3 .bg.bg-full {
    min-height: 480px;
  }

  .view.home .section-3 .bg.bg-full .bglayer {
    display: none;
  }

  .view.home .section-3 .bg.bg-full .frontlayer {
    display: none;
  }

  .view.home .section-3 .background-rosa {
    background: url("/dist/img/home_sec3_banner_mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .view.home .section-3.secao-mulher-central .titulo-section {
    top: 95px;
  }

  .view.home .section-3.secao-mulher-central .titulo-section h2.line1 {
    padding-left: 20px;
    font-size: 40.11px;
  }

  .view.home .section-3.secao-mulher-central .titulo-section h2.line2 {
    padding-left: 20px;
    font-size: 44.05px;
    margin: -20px 0 0 0;
  }

  .view.home .section-3.secao-mulher-central .titulo-section h2.line3 {
    padding-left: 20px;
    font-size: 55.71px;
    margin: -15px 0 0 0;
  }

  .view.home .section-3.secao-mulher-central .titulo-section h2.line4 {
    padding-left: 20px;
    font-size: 41.14px;
    margin: -15px 0 0 0;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao {
    bottom: 80px;
    right: 20px;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 34.33px;
    text-align: right;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao h2.line2 {
    font-size: 69.33px;
    margin: -14px 0 0 0;
    text-align: right;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 35px;
    margin-left: 14.5%;
  }

  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo h2.line1,
  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo h2.line2,
  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo h2.line3 {
    font-size: 32px;
  }

  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo .detalhe.triangulo.left {
    top: -5px;
    left: 10px;
  }

  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo .detalhe.raio.left {
    top: -40px;
    left: 25px;
  }

  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo .detalhe.triangulo.right {
    top: 70px;
  }

  .view.home .section-4.comp-list-produtos .content .column-3 .box-titulo .btn-enfeite {
    margin-top: 50px;
  }

  .view.home .section-5 .bg.bg-full {
    min-height: 680px;
  }

  /*.view.home .section-5 .pub{
		display: none;
		}*/

  .view.home .section-5.secao-mulher-central .titulo-section {
    top: 25px; left: 0;
  }

  .view.home .section-5.secao-mulher-central .titulo-section h2.line1 {
    font-size: 32.11px;
  }

  .view.home .section-5.secao-mulher-central .titulo-section h2.line2 {
    font-size: 36.05px;
    margin: -20px 0 0 0;
  }
  .view.home .section-5.secao-mulher-central.-purplebg .titulo-section h2.line2 {
    font-size: 48.05px;
  }

  .view.home .section-5.secao-mulher-central .titulo-section h2.line3 {
    font-size: 48.71px;
    margin: -10px 0 0 0;
  }
  .view.home .section-5.secao-mulher-central.-purplebg .titulo-section h2.line3 {
    font-size: 60.71px;
  }

  .view.home .section-5.secao-mulher-central .titulo-section h2.line4 {
    font-size: 38.14px;
    margin: -15px 0 0 0;
  }

  .view.home .section-5.secao-mulher-central .box-texto-botao {
    bottom: 25px;
    right: 20px;
    top: 35%;
  }

  .view.home .section-5.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 38.33px;
    text-align: right;
  }

  .view.home .section-5.secao-mulher-central .box-texto-botao h2.line2 {
    font-size: 39.33px;
    margin: -14px 0 0 0;
    text-align: right;
  }

  .view.home .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
    padding: 8px 30px;
  }

  .view.home #menuRosa.owl-carousel {
    height: 100px;
  }
}
.view.influencers .section-influencers {
  background: url("/dist/img/bg_influencers.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.influencers .section-influencers .menu-rosa {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

.view.influencers .section-influencers .detalhe-section {
  position: absolute;
  z-index: 1;
}

.view.influencers .section-influencers .detalhe-section.raio {
  height: 35px;
  top: 60px;
  left: 65px;
  transform: rotate(135deg) rotateY(180deg);
}

.view.influencers .section-influencers .detalhe-section.triangulo {
  height: 12px;
  top: 120px;
  left: 26.5%;
  transform: rotate(10deg);
}

.view.influencers .section-influencers .item.padrao .titulo {
  height: 26px;
  overflow: hidden;
}

.view.influencers .banner-container .imagem_tinta {
  opacity: 0;
}

.view.influencers .banner-container .imagem_marca {
  opacity: 0;
}

@media (min-width: 1701px) {
  .view.influencers .section-influencers .content {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

  .menu-rosa a:last-child li {
    margin-right: 0;
  }
}

@media (min-width: 1680px) and (max-width: 1700px) {

}

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

}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {

}

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

}

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

}

@media (max-width: 767px) {
  .view.influencers .banner-container .imagem_tinta {
    display: none;
  }

  .view.influencers .banner-container .imagem_marca {
    width: 70px;
    top: 18px;
  }

  .view.influencers #menuRosa.owl-carousel {
    padding: 20px 20px;
  }

  .view.influencers .content {
    padding: 0 20px!important;
  }

  .view.influencers .content .item.usuario {
    padding-left: 0;
    padding-right: 0;
  }

  .view.influencers .section-influencers {
    background-image: none;
  }

  .view.influencers .section-influencers .detalhe-section.triangulo {
    top: 115px;
    left: 87.5%;
  }

  .view.influencers .section-influencers .detalhe-section.raio {
    top: 90px;
  }
}
.view.manifesto .section-criar-post {
  padding: 15px 0 95px 0;
}

.view.manifesto .section-1 .background-rosa {
  background: url("/dist/img/manifesto_sec1_banner.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.manifesto .section-1 .bg.bg-full {
  min-height: 650px;
}

.view.manifesto .section-1 .bg.bg-full .layer {
  box-sizing: content-box;
  margin: -60px 100px;
}

.view.manifesto .section-1 .bg.bg-full .bglayer {
  background: transparent!important;
}

.view.manifesto .section-1 .bg.bg-full .frontlayer {
  background: transparent;
}

.view.manifesto .section-1  .bg.bg-full .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.view.manifesto .section-1.secao-mulher-central .titulo-section {
  margin: auto;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 8.703rem;
}



.view.manifesto .section-1.secao-mulher-central .titulo-section h2.line1 {
  /*font-size: .292em;*/
  font-size: .225em;
  text-align: center;
  transform: matrix(0.99939, -0.03472, 0.03472, 0.99939, 0, 0);
}

.view.manifesto .section-1.secao-mulher-central .titulo-section h2.line2 {
  font-size: 1em;
  margin: -21px 0 0 0;
  text-align: center;
  transform: matrix(0.99939, -0.03472, 0.03472, 0.99939, 0, 0);
}

.view.manifesto .section-1.secao-mulher-central .titulo-section h2.line3 {
  font-size: 1.6em;
  margin: -31px 0 0 5px;
  text-align: center;
  transform: rotate(-4deg) translateX(-0.04em);
  font-style: italic;
}

.view.manifesto .section-1 .titulo-section .shape-bg {
  position: absolute;
  top: 140px;
  z-index: -1;
  width: 78%;
  left: 13.5%;
  height: 80px;
}

.view.manifesto .section-1 .titulo-section .btn-enfeite {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.8rem;
  padding: 10px 34px;
  outline: none;
}

.view.manifesto .section-1 .titulo-section .btn-enfeite:hover {
  background: #561f7f!important;
  border: 1px solid #561f7f!important;
}

.view.manifesto .section-1 .titulo-section .btn-enfeite::before {
  background-image: url("../../dist/img/manifesto_sec1_btn_enfeite.png");
  top: 0px;
  left: -40px;
  width: 153%;
  height: 120px;
}

.view.manifesto .section-1 .titulo-section .btn-enfeite:hover::before {
  filter: hue-rotate(-135deg) brightness(4);
  transition: all 0.3s ease;
  outline: none;
}

.view.manifesto .section-1 .titulo-section h2,
.view.manifesto .section-1 .box-texto-botao h2,
.view.manifesto .section-5 .titulo-section h2,
.view.manifesto .section-5 .box-texto-botao h2 {
  text-align: left;
}

.view.manifesto .section-2 .titulo-section .detalhe {
  position: absolute;
}

.view.manifesto .section-2 .titulo-section .detalhe.triangulo {
  transform: translate3d(825%,25%,0) rotateZ(40deg);
}

.view.manifesto .section-2 .titulo-section .detalhe.raio {
  transform: translate3d(-950%,-50%,0) rotateZ(-50deg) rotateX(176deg);
}

.view.manifesto .section-2 .titulo-section {
  padding-left: 60px!important;
}

.view.manifesto .section-2 .titulo-section h2 {
  font-style: italic;
  text-align: left;
  opacity: 0;
}

.view.manifesto .section-2 {
  padding: 100px 0 50px 0;
}

.view.manifesto .section-2 .btn-enfeite {
  margin-top: 75px;
}

.view.manifesto .section-2 .titulo-section h2.line1 {
  font-size: 114.64px;
}

.view.manifesto .section-2 .titulo-section h2.line2 {
  font-size: 170.32px;
  background-image: url("../../dist/img/manifesto_titulo_shape.png");
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 0px 85px 0px 65px;
  margin-top: -35px;
  margin-left: -70px;
  z-index: -1;
}

.view.manifesto .section-2 .titulo-section h2.line3 {
  font-size: 89.06px;
  float: left;
  margin: -47px 0 0 -10px;
}

.view.manifesto .section-2 .titulo-section h2.line4 {
  font-size: 74.89px;
  float: left;
  margin: -25px 0 0 -15px;
}

.view.manifesto .section-2 .titulo-section h2.line5 {
  font-size: 85.81px;
  float: left;
  margin: -25px 0 0 -20px;
}

.view.manifesto .section-2 .texto {
  padding-left: 15px;
  padding-right: 130px;
}

.view.manifesto .section-3 .content .column-1 .logo-soulshines {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.view.manifesto .section-3 {
  background: url("/dist/img/manifesto_sec3_bg.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.manifesto .section-3 .content .item.padrao {
  width: 100%;
  margin-bottom: 50px;
}

.view.manifesto .section-3 .content .column-2 {
  margin-top: 50px;
}

.view.manifesto .section-3 .content .column-4 {
  margin-top: 120px;
}

.view.manifesto .section-3 .content .column-3 {
  margin-top: 50px;
}

.view.manifesto .section-3 .content .column-3 .box-titulo {
  margin-bottom: 60px;
}

.view.manifesto .section-3 .content .column-3 .box-titulo h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.manifesto .section-3 .content .column-3 .box-titulo h2.line1,
.view.manifesto .section-3 .content .column-3 .box-titulo h2.line2,
.view.manifesto .section-3 .content .column-3 .box-titulo h2.line3 {
  font-size: 38px;
  margin: 0 0 0 0;
}

.view.manifesto .section-3 .content .column-3 .box-titulo .detalhe {
  position: absolute;
  z-index: -1;
}

.view.manifesto .section-3 .content .column-3 .box-titulo .detalhe.raio.left {
  height: 25px;
  top: -30px;
  left: 5px;
  transform: rotate(-60deg);
}

.view.manifesto .section-3 .content .column-3 .box-titulo .detalhe.triangulo.left {
  width: 15px;
  top: 0px;
  left: 5px;
  transform: rotate(25deg);
}

.view.manifesto .section-3 .content .column-3 .box-titulo .detalhe.triangulo.right {
  width: 16px;
  top: 125px;
  right: 10px;
  transform: rotate(-50deg);
}

.view.manifesto .section-3 .content .column-3 .box-titulo .btn-enfeite {
  margin-top: 60px;
  width: 96%;
  margin-left: 2%;
}

.view.manifesto .section-3 .content .column-3 .btn-enfeite {
  margin-top: 10px;
  width: 86%;
  margin-left: 7%;
}

@media (min-width: 1701px) {
  .view.manifesto .section-1 .bg.bg-full {
    min-height: 920px;
  }

  .view.manifesto .section-1 .bg.bg-full .layer {
    margin: -60px 400px;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line2 {
    font-size: 1em;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: 1.6em;
    margin: -38px 0 0 5px;
  }

  .view.manifesto .section-1 .titulo-section .shape-bg {
    height: 102px;
    left: 18%;
    top: 176px;
    width: 68%;
    transform: rotate(-6deg);
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section {
    top: 240px;
    font-size: 10.703rem;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite::before {
    top: 0px;
    left: -20px;
    width: 120%;
    height: 120px;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite {
    margin-top: 15px;
    margin-left: 215px;
    border-radius: 2px;
    padding: 14px 38px;
    font-size: 2.4rem;
    width: 32%;
  }

  .view.manifesto .section-1 .titulo-section .detalhe.triangulo.left {
    width: 36px;
    top: 35px;
    left: -30px;
  }

  .view.manifesto .section-1 .titulo-section .detalhe.raio.left {
    top: -20px;
    left: -30px;
  }

  .view.manifesto .section-1 .titulo-section .detalhe.triangulo.right {
    width: 40px;
    top: 300px;
    right: 85px;
  }

  .view.manifesto .section-2 .titulo-section h2.line1 {
    font-size: 136.12px;
  }

  .view.manifesto .section-2 .titulo-section h2.line2 {
    background-size: 100% 95%;
    font-size: 207.7px;
    margin-left: -80px;
    margin-top: -40px;
    padding: 0 85px 0 65px;
  }

  .view.manifesto .section-2 .titulo-section h2.line3 {
    font-size: 110.06px;
    margin: -65px 0 0 -20px;
  }

  .view.manifesto .section-2 .titulo-section h2.line4 {
    font-size: 92.89px;
    margin: -25px 0 0 -30px;
  }

  .view.manifesto .section-2 .titulo-section h2.line5 {
    font-size: 102.81px;
    margin: -30px 0 0 -35px;
  }

  .view.manifesto .section-3 .content .column-2 .logo-soulshines {
    padding-left: 40px;
    padding-right: 40px;
  }

  .view.manifesto .section-3 .content {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

  .view.manifesto .section-3 .content .column-3 .box-titulo h2.line1,
  .view.manifesto .section-3 .content .column-3 .box-titulo h2.line2,
  .view.manifesto .section-3 .content .column-3 .box-titulo h2.line3 {
    font-size: 52px;
  }

  .view.manifesto .section-3 .content .column-3 .box-titulo .btn-enfeite {
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .view.manifesto .section-3 .content .column-3 .btn-enfeite {
    margin-top: 70px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.manifesto .section-1 .bg.bg-full {
    min-height: 760px;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section {
    top: 155px;
    font-size: 10.703rem;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
    transform: matrix(0.99939, -0.03472, 0.03472, 0.99939, 0, 0);
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line3 {
    margin: -37px 0 0 5px;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite {
    width: 37%;
    top: 58%;
    left: 1px;
    font-size: 2.4rem;
    padding: 12px 30px;
  }

  .view.manifesto .section-1 .titulo-section .shape-bg {
    top: 170px;
    width: 82%;
    left: 11.5%;
    height: 100px;
    transform: rotate(-8deg);
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite::before {
    left: -23px;
    width: 125%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.manifesto .section-1 .bg.bg-full {
    min-height: 680px;
  }

  .view.manifesto .section-1 .titulo-section .shape-bg {
    top: 170px;
    width: 91%;
    left: 7.5%;
    height: 100px;
    transform: rotate(-8deg);
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite {
    width: 43%;
    top: 67%;
    left: 0px;
    font-size: 2.4rem;
    padding: 11px 1px;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite::before {
    left: -23px;
    width: 124%;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section {
    top: 155px;
    font-size: 10.703rem;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line3 {
    margin: -38px 0 0 5px;
  }

  .view.manifesto .section-2 {
    padding: 70px 0 80px 0;
  }

  .view.manifesto .section-2 .titulo-section h2.line2 {
    font-size: 166.32px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.manifesto .section-1 .bg.bg-full {
    min-height: 595px;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
  }

  .view.manifesto .section-1 .titulo-section .shape-bg {
    top: 140px;
    width: 79%;
    left: 10.5%;
    height: 80px;
    transform: rotate(-8deg);
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite {
    width: 38%;
    top: 64.5%;
    left: 0px;
    font-size: 1.8rem;
    padding: 10px 34px;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite::before {
    left: -40px;
    width: 150%;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section {
    top: 140px;
  }

  .view.manifesto .section-2 {
    padding: 50px 0 70px 0;
  }

  .view.manifesto .section-2 .titulo-section h2.line1 {
    font-size: 99.64px;
  }

  .view.manifesto .section-2 .titulo-section h2.line2 {
    font-size: 170.32px;
    margin-top: -58px;
    padding: 25px 55px 10px 25px;
  }

  .view.manifesto .section-2 .titulo-section h2.line3 {
    font-size: 85.06px;
    margin: -60px 0 0 0;
  }

  .view.manifesto .section-2 .titulo-section h2.line4 {
    font-size: 68.89px;
    margin: -20px 0 0 0;
  }

  .view.manifesto .section-2 .titulo-section h2.line5 {
    font-size: 76.81px;
    margin: -25px 0 0 0;
  }

  .view.manifesto .section-2 .titulo-section .detalhe.raio {
    transform: translate3d(-380%,-50%,0) rotateZ(-50deg) rotateX(176deg);
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.manifesto .section-1 .bg.bg-full {
    min-height: 550px;
  }

  .view.manifesto .section-1 .bg.bg-full {
    min-height: 595px;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: .225em;
  }

  .view.manifesto .section-1 .titulo-section .shape-bg {
    top: 141px;
    z-index: -1;
    width: 105%;
    left: 1.5%;
    height: 80px;
    transform: rotate(-5deg);
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite {
    width: 48.5%;
    top: 61.5%;
    left: 0px;
    font-size: 1.8rem;
    padding: 10px 15px;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite::before {
    left: -40px;
    width: 150%;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section {
    top: 130px;
  }

  .view.manifesto .section-2 {
    padding: 70px 0 70px 0;
  }

  .view.manifesto .section-2 .titulo-section h2.line1 {
    font-size: 99.64px;
  }

  .view.manifesto .section-2 .titulo-section h2.line2 {
    font-size: 150.32px;
    margin-top: -58px;
  }

  .view.manifesto .section-2 .titulo-section h2.line3 {
    font-size: 85.06px;
    margin: -60px 0 0 0;
  }

  .view.manifesto .section-2 .titulo-section h2.line4 {
    font-size: 68.89px;
    margin: -20px 0 0 0;
  }

  .view.manifesto .section-2 .titulo-section h2.line5 {
    font-size: 76.81px;
    margin: -25px 0 0 0;
  }

  .view.manifesto .section-2 .texto {
    padding-right: 50px;
  }
}

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

}

@media (max-width: 767px) {
  .view.manifesto {
    overflow: hidden;
  }

  .view.manifesto .section-1 .bg.bg-full {
    min-height: 270px;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section {
    top: 20px;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line1 {
    font-size: 15.27px;
    text-align: center;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line2 {
    font-size: 54.03px;
    margin: -15px 0 0 0;
  }

  .view.manifesto .section-1.secao-mulher-central .titulo-section h2.line3 {
    font-size: 89.31px;
    margin: -20px 0 0 0px;
  }

  .view.manifesto .section-1 .titulo-section .shape-bg {
    top: 100px;
    width: 75%;
    left: 12.5%;
    height: 55px;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite {
    width: 55%;
    margin-top: 50px;
    margin-left: 23%;
  }

  .view.manifesto .section-1 .titulo-section .btn-enfeite::before {
    width: 133%;
    height: 80px;
  }

  .view.manifesto .section-2 {
    padding: 30px 0px 50px 0px;
  }

  .view.manifesto .section-2 .titulo-section {
    padding-left: 0!important;
  }

  .view.manifesto .section-2 .titulo-section h2.line1 {
    font-size: 59.64px;
    text-align: center;
  }

  .view.manifesto .section-2 .titulo-section h2.line2 {
    font-size: 77.32px;
    padding: 0px 40px 0px 30px;
    margin-top: -20px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .view.manifesto .section-2 .titulo-section h2.line3 {
    font-size: 50.06px;
    margin: -35px 0 10px 0px;
    text-align: center;
    width: 100%;
  }

  .view.manifesto .section-2 .titulo-section h2.line4 {
    font-size: 57.89px;
    width: 100%;
    text-align: center;
  }

  .view.manifesto .section-2 .titulo-section h2.line5 {
    font-size: 59.81px;
    margin: -15px 0 0 0;
    width: 100%;
    text-align: center;
  }

  .view.manifesto .section-2 .texto {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0;
  }

  .view.manifesto .section-2 .titulo-section .detalhe.triangulo {
    transform: translate3d(185%,25%,0) rotateZ(40deg);
  }

  .view.manifesto .section-2 .titulo-section .detalhe.raio {
    transform: translate3d(70%,-50%,0) rotateZ(-50deg) rotateX(176deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

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

@keyframes spin-reverse {
  from {
    transform: rotate(360deg);
  }

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

.view.onde-encontrar .section-1 {
  padding-top: 90px;
}

.view.onde-encontrar .section-1 .titulo-section h2.line3 {
  font-size: 73.14px;
  background-image: url("/dist/img/onde_encontrar_shape.png");
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 35px 45px 25px 55px;
  margin: -60px 0 0 -70px;
  font-style: italic;
  transform: rotate(-8deg);
}

.view.onde-encontrar .section-1 .titulo-section h2.line1 {
  font-size: 147.53px;
  position: relative;
  z-index: 2;
  font-style: italic;
  transform: rotate(-8deg);
}

.view.onde-encontrar .section-1 .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-1 {
  width: 25px;
  top: 5px;
  left: -35px;
  transform: rotate(145deg);
}

.view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-2 {
  width: 30px;
  top: 60px;
  left: -50px;
  transform: rotate(75deg);
}

.view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-3.right {
  width: 20px;
  top: 10px;
  right: 30px;
  transform: rotate(-30deg);
}

.view.onde-encontrar .section-1 .titulo-section .detalhe.raio.right {
  height: 30px;
  bottom: 20px;
  right: -40px;
  transform: rotate(-145deg);
}

.view.onde-encontrar .section-1 form {
  margin-top: 60px;
  padding: 0 0 0 5%!important;
}

.view.onde-encontrar .section-1 .drop-estado {
  width: 23%;
}

.view.onde-encontrar .section-1 .drop-estado .dropdown-menu {
  min-width: 23%;
}

.view.onde-encontrar .section-1 .drop-cidade {
  width: 65%;
}

.view.onde-encontrar .section-1 .drop-cidade .dropdown-menu {
  min-width: 65%;
}

.view.onde-encontrar .section-2 {
  padding: 0;
}

.view.onde-encontrar .section-1,
.view.onde-encontrar .section-2 #map {
  height: 550px;
}

.view.onde-encontrar .section-2 #map #content {
  width: 250px;
}

.view.onde-encontrar .section-2 #map #content .nome {
  font-size: 20px;
}

.view.onde-encontrar .section-2 #map #content .localizacao,
.view.onde-encontrar .section-2 #map #content .descricao,
.view.onde-encontrar .section-2 #map #content .telefone {
  font-size: 18px;
  line-height: 1.2;
  float: left;
  position: relative;
}

.view.onde-encontrar .section-2 #map #content .localizacao {
  margin-bottom: 10px;
}

.view.onde-encontrar .section-2 #map #content .descricao {
  margin-bottom: 30px;
}

.view.onde-encontrar .section-3 {
  padding: 30px 0;
}

.view.onde-encontrar .section-3 .container {
  padding-left: 0;
  padding-right: 0;
}

.view.onde-encontrar .section-3 .aviso {
  padding: 70px 0;
  font-size: 48px;
  color: #c8c8c8;
}

.view.onde-encontrar .section-3 .aviso::-moz-selection {
  background: #088b9d;
}

.view.onde-encontrar .section-3 .aviso::selection {
  background: #088b9d;
}

.view.onde-encontrar .section-3 .listagem-locais {
  padding: 0;
}

.view.onde-encontrar .section-3 .listagem-locais li.local {
  width: 20%;
}

.view.onde-encontrar .section-3 .listagem-locais li.local .div-info .nome {
  font-size: 18px;
}

.view.onde-encontrar .section-3 .listagem-locais li.local .div-info .localizacao,
.view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao,
.view.onde-encontrar .section-3 .listagem-locais li.local .div-info .telefone {
  font-size: 15px;
  line-height: 1.2;
  float: left;
  position: relative;
}

.view.onde-encontrar .section-3 .listagem-locais li.local .div-info .localizacao {
  margin-bottom: 10px;
}

.view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao {
  margin-bottom: 30px;
}

.loading-container {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

#formOndeEncontrar.loading .loading-container {
  display: -ms-flexbox;
  display: flex;
}

.loading-container .loader {
  position: relative;
}

.loading-container .loader img {
  left: 0;
  position: absolute;
  top: 0;
}

.loading-container .loader img.loader-core {
  position: relative;
}

.loading-container .loader img.loader-inner {
  -webkit-animation-name: spin-reverse;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin-reverse;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin-reverse;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin-reverse;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loading-container .loader img.loader-outer {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loading-container .carregando-container {
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/dist/img/onde_encontrar_shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  height: 95px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  transform: rotate(-7deg);
  width: 240px;
}

@media (min-width: 1701px) {
  .view.onde-encontrar .section-1 {
    padding-top: 180px;
  }

  .view.onde-encontrar .section-1,
  .view.onde-encontrar .section-2 #map {
    height: 875px;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line1 {
    text-align: center;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line3 {
    margin: -60px 0 0 30px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-1 {
    width: 30px;
    top: -5px;
    left: 55px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-2 {
    width: 45px;
    top: 60px;
    left: 20px;
    transform: rotate(85deg);
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-3.right {
    width: 25px;
    top: -3px;
    right: 77px;
    transform: rotate(-47deg);
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.raio.right {
    height: 35px;
    right: -10px;
  }

  .view.onde-encontrar .section-1 form {
    margin-top: 80px;
    padding: 0 10% 0 20%!important;
  }

  .view.onde-encontrar .section-2 #map #content .nome,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .nome {
    font-size: 30px;
  }

  .view.onde-encontrar .section-2 #map #content .localizacao,
  .view.onde-encontrar .section-2 #map #content .descricao,
  .view.onde-encontrar .section-2 #map #content .telefone,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .localizacao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .telefone {
    font-size: 22px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-icon img {
    width: 80%;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info {
    padding-left: 5px;
  }

  .view.onde-encontrar .section-3 {
    padding: 50px 0;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.onde-encontrar .section-1 {
    padding-top: 140px;
  }

  .view.onde-encontrar .section-1,
  .view.onde-encontrar .section-2 #map {
    height: 700px;
  }

  .view.onde-encontrar .section-1 form {
    margin-top: 70px;
    padding: 0 0 0 11%!important;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line1 {
    font-size: 133.53px;
    text-align: center;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line3 {
    font-size: 67.14px;
    margin: -60px 0 0 10px;
    text-align: center;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .localizacao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .telefone {
    font-size: 17px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .nome {
    font-size: 30px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-3.right {
    width: 20px;
    top: -3px;
    right: 63px;
    transform: rotate(-40deg);
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-1 {
    top: 5px;
    left: 35px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-2 {
    left: 10px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.raio.right {
    right: -50px;
  }



  .view.onde-encontrar .loading-container {
    margin-top: 0;
  }

  .view.onde-encontrar .loading-container .loader img {
    width: 45px;
  }

  .view.onde-encontrar .loading-container .carregando-container {
    margin-top: 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.onde-encontrar .section-1,
  .view.onde-encontrar .section-2 #map {
    height: 700px;
  }

  .view.onde-encontrar .section-1 {
    padding-top: 130px;
  }

  .view.onde-encontrar .section-1 form {
    margin-top: 70px;
    padding: 0 0 0 8%!important;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line1 {
    font-size: 119.53px;
    text-align: center;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line3 {
    font-size: 62.14px;
    text-align: center;
    margin: -55px 0 0 -15px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-3.right {
    top: -5px;
    right: 50px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-1 {
    left: 30px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-2 {
    left: 5px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .localizacao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .telefone {
    font-size: 15px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .nome {
    font-size: 30px;
  }

  .view.onde-encontrar .section-1 .form-group {
    margin-bottom: 15px;
  }

  .view.onde-encontrar .loading-container .carregando-container {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.onde-encontrar .section-1 {
    padding-top: 90px;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line1 {
    font-size: 95.53px;
    text-align: center;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line3 {
    font-size: 49.14px;
    text-align: center;
    margin: -50px 0 0 10px;
    padding: 35px 25px 20px 40px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-3.right {
    top: -5px;
    right: 50px;
    width: 15px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-1 {
    left: 40px;
    width: 20px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-2 {
    left: 19px;
    width: 25px;
    top: 45px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.raio.right {
    right: -20px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .localizacao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .telefone {
    font-size: 14px;
  }

  .view.onde-encontrar .section-1 form {
    padding: 0 0 0 8%!important;
  }

  .view.onde-encontrar .section-1 .form-group {
    margin-bottom: 15px;
  }

  .view.onde-encontrar .loading-container {
    margin-top: 0;
  }

  .view.onde-encontrar .loading-container .loader img {
    width: 45px;
  }

  .view.onde-encontrar .loading-container .carregando-container {
    width: 180px;
    margin-top: 10px;
    height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.onde-encontrar .section-1 {
    padding-top: 90px;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line1 {
    font-size: 79.53px;
    text-align: center;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line3 {
    font-size: 44.14px;
    text-align: center;
    margin: -45px 0 0 -10px;
    padding: 35px 25px 20px 40px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-3.right {
    top: -5px;
    right: 35px;
    width: 15px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-1 {
    width: 15px;
    left: 25px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-2 {
    width: 20px;
    left: 4px;
    top: 35px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.raio.right {
    right: -40px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .nome {
    font-size: 16px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .localizacao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao,
  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .telefone {
    font-size: 12px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao {
    margin-bottom: 15px;
  }

  .view.onde-encontrar .section-1 form {
    padding: 0 0 0 0%!important;
  }

  .view.onde-encontrar .section-1 .drop-estado {
    width: 30%;
  }

  .view.onde-encontrar .section-1 .drop-estado .dropdown-menu {
    min-width: 30%;
  }
}

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

}

@media (max-width: 767px) {
  .view.onde-encontrar .section-1,
  .view.onde-encontrar .section-2 #map {
    height: 390px;
    width: 100%;
  }

  .view.onde-encontrar .section-1 {
    padding-top: 30px;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line1 {
    font-size: 87.53px;
    text-align: center;
  }

  .view.onde-encontrar .section-1 .titulo-section h2.line3 {
    width: 100%;
    font-size: 43.14px;
    margin: -50px 0 0 0px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-1 {
    left: 45px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-2 {
    left: 20px;
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.triangulo-3.right {
    right: 20px;
    transform: rotate(-80deg);
  }

  .view.onde-encontrar .section-1 .titulo-section .detalhe.raio.right {
    right: 20px;
  }

  .view.onde-encontrar .section-1 form {
    margin-top: 40px;
    padding: 0 0 0 0%!important;
  }

  .view.onde-encontrar .section-1 .drop-estado {
    width: 100%;
    padding: 0;
  }

  .view.onde-encontrar .section-1 .drop-estado .dropdown-menu {
    min-width: 30%;
  }

  .view.onde-encontrar .section-1 .drop-cidade {
    width: 100%;
    padding: 0;
  }

  .view.onde-encontrar .section-1 .drop-cidade .dropdown-menu {
    min-width: 100%;
  }

  .view.onde-encontrar .section-3 {
    padding: 10px 0;
  }

  .view.onde-encontrar .section-3 .listagem-locais {
    padding: 0 20px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local {
    width: 100%;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local .div-info .descricao {
    margin-bottom: 20px;
  }

  .view.onde-encontrar .section-3 .listagem-locais li.local {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #561f7f!important;
    padding-top: 20px;
  }

  .view.onde-encontrar .form-group.dropdown .select-menu {
    left: 0;
  }
}
.view.perfil.perfil-index {
  overflow: hidden;
}

.view.perfil .section-2 {
  background-color: #ffdc18;
  overflow: hidden;
}

.view.perfil .section-2 .post.post-aprovado {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 105px;
  padding: 0 80px 0 80px;
}

.view.perfil .section-2 .post.post-aprovado .texto-tinta {
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  margin-right: 85px;
  position: relative;
  transform: rotate(-7deg);
}

.view.perfil .section-2 .post.post-aprovado .texto-tinta:before {
  background-image: url("/dist/img/perfil/img_perfil_tinta.png");
  background-size: 100% 100%;
  content: "";
  height: 160%;
  left: -25%;
  position: absolute;
  top: -30%;
  transform: rotate(8deg);
  width: 150%;
  z-index: -1;
}

.view.perfil .section-2 .post.post-aprovado .texto-tinta p {
  margin: 0;
  white-space: nowrap;
}

.view.perfil .section-2 .post.post-aprovado .texto-mensagem {
  font-size: 18px;
}

.view.perfil .section-2 .post.post-aprovado .btn-acompanhar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #561f7f;
  border-radius: 2px;
  font-size: 20px;
  height: 45px;
  margin-left: 60px;
  padding: 0 60px;
}

.view.perfil .section-2 .post .loader {
  position: absolute;
  right: -50px;
  cursor: pointer;
  top: 33px;
}

.view.perfil .section-2 .post .loader img {
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
}

.view.perfil .section-2 .post .loader img.loader-core {
  position: relative;
  /*-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);*/
}

.view.perfil .section-2 .post .loader img.loader-inner {
  -webkit-animation-name: spin-reverse;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin-reverse;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin-reverse;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin-reverse;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.view.perfil .section-2 .post .loader img.loader-outer {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.view.perfil .section-2 .post .loader:hover .loader-core {
  transform: rotate(180deg);
}

.view.perfil .section-3 {
  margin: 80px 0 50px;
}

.view.perfil .section-3 .foto-container {
  border: 2px solid #e6e6e6;
  border-radius: 2px;
}

.view.perfil .section-3 .foto-container .img-perfil {
  width: 100%;
}

.view.perfil .section-3 .foto-container img.img-perfil.no-hover {
  display: block;
}

.view.perfil .section-3 .foto-container img.img-perfil.hover {
  display: none;
}

.view.perfil .section-3 .foto-container:hover img.img-perfil.no-hover {
  display: none;
}

.view.perfil .section-3 .foto-container:hover img.img-perfil.hover {
  display: block;
}

.view.perfil .section-3 .foto-container div.img-perfil {
  background-color: #f1f1f1;
  padding-top: 100%;
}

.view.perfil .section-3 .foto-container .atualizar-foto-container {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.view.perfil .section-3 .foto-container .atualizar-foto-container:before {
  background-color: #511d78;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}

.view.perfil .section-3 .foto-container .atualizar-foto-container img {
  margin-right: 10px;
  position: relative;
}

.view.perfil .section-3 .foto-container .atualizar-foto-container span {
  position: relative;
}

.view.perfil .section-3 .form-container {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 2px;
}

.view.perfil .section-3 .form-container .form-header {
  padding: 25px 50px;
}

.view.perfil .section-3 .form-container .form-header:before {
  background-color: #e6e6e6;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.view.perfil .section-3 .form-container .form-header h2 {
  margin: 0;
  font-size: 24px;
}

.view.perfil .section-3 .form-container .form-header h2 .detalhe,
.view.perfil .section-3 .form-container .form-header .detalhe {
  position: absolute;
}

.view.perfil .section-3 .form-container .form-header .detalhe.triangulo-1 {
  width: 25px;
  top: 35px;
  left: 43px;
  transform: rotate(-100deg);
}

.view.perfil .section-3 .form-container .form-header h2 .detalhe.raio-1 {
  height: 25px;
  top: -12px;
  right: 19%;
  transform: rotate(-145deg);
}

.view.perfil .section-3 .form-container .form-body {
  padding: 20px 50px 25px 50px;
}

.view.perfil .section-3 .form-container .form-body .group {
  position: relative;
}

.view.perfil .section-3 .form-container .form-body .group input {
  width: 100%;
  font-size: 16px;
  padding: 10px 40px 10px 0px;
  display: block;
  border: none;
  border-bottom: 2px solid #20bec4;
  color: #a0a0a0;
  font-weight: 100;
}

.view.perfil .section-3 .form-container .form-body .form-group .group.group-editing {
  display: none;
}

.view.perfil .section-3 .form-container .form-body .form-group .group.group-not-editing {
  display: block;
}

.view.perfil .section-3 .form-container .form-body .form-group.editing .group.group-editing {
  display: block;
  padding-right: 30px;
}

.view.perfil .section-3 .form-container .form-body .form-group.editing .group.group-not-editing {
  display: none;
}

.view.perfil .section-3 .form-container .form-body .form-group .group.group-not-editing div {
  display: inline-block;
  padding-right: 60px;
  position: relative;
  color: #a0a0a0;
}

.view.perfil .section-3 .form-container .form-body .group button.btn-edit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  bottom: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.view.perfil .section-3 .form-container .form-body .group input:focus {
  outline: none;
}

/* LABEL ======================================= */

.view.perfil .section-3 .form-container .form-body .group label {
  color: #a0a0a0;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

.view.perfil .section-3 .form-container .form-body .group input:focus ~ label,
.view.perfil .section-3 .form-container .form-body .group input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #561f7f;
}

/* BOTTOM BARS ================================= */

.view.perfil .section-3 .form-container .form-body .group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.view.perfil .section-3 .form-container .form-body .group .bar:before,
.view.perfil .section-3 .form-container .form-body .group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #561f7f;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.view.perfil .section-3 .form-container .form-body .group .bar:before {
  left: 50%;
}

.view.perfil .section-3 .form-container .form-body .group .bar:after {
  right: 50%;
}

/* active state */

.view.perfil .section-3 .form-container .form-body .group input:focus ~ .bar:before,
.view.perfil .section-3 .form-container .form-body .group input:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */

.view.perfil .section-3 .form-container .form-body .group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */

.view.perfil .section-3 .form-container .form-body .group input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

.view.perfil .section-3 .form-container .form-body .group button.search {
  font-size: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  position: absolute;
  right: -8px;
  bottom: 0px;
  border-bottom: 2px solid #20bec4;
}

.view.perfil .section-3 .form-container .form-body .group button.search:active,
.view.perfil .section-3 .form-container .form-body .group button.search:hover {
  color: #561f7f !important;
}



.view.perfil .section-3 .form-container .form-body .group button.search .hover {
  display: none;
}

.view.perfil .section-3 .form-container .form-body .group button.search:hover .no-hover {
  display: none;
}

.view.perfil .section-3 .form-container .form-body .group button.search:hover .hover {
  display: block;
}

.view.perfil .section-3 .form-container .form-body .group button.search img {
  margin-right: 10px;
}

.view.perfil .section-3 .form-container .form-body .group button.search:active {
  box-shadow: none;
  outline: transparent;
}

.view.perfil .section-3 .form-container .form-body .group button.search .detalhe {
  position: absolute;
}

.view.perfil .section-3 .form-container .form-body .group button.search .detalhe.raio-1 {
  height: 16px;
  top: 5px;
  left: -5px;
  transform: rotate(-157deg);
}

.view.perfil .section-3 .form-container .form-body .group button.search:hover .raio-1 {
  fill: #eb088c!important;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group label {
  font-size: 18px;
  margin-bottom: 15px;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group label.label-links {
  margin-bottom: 5px;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-left: 65px;
  font-size: 16px;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: visible;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-item img {
  height: 95%;
  left: 20px;
  position: absolute;
  top: 3%;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-menu li {
  padding: 12px 20px;
  position: relative;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-item .img-nohover {
  display: block;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-item .img-hover {
  display: none;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-menu li:hover .dropdown-item .img-nohover {
  display: none;
}

.view.perfil.perfil-index .section-3 .form-container .form-body .form-group.dropdown .dropdown-menu li:hover .dropdown-item .img-hover {
  display: block;
}

.view.perfil .section-4 {
  z-index: 1;
}

.view.perfil .section-4:before {
  background-image: url("/dist/img/perfil/img_stats_fundo_mancha_branca.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}









.view.perfil .section-3 .form-container .form-body .form-group.dropdown .dropdown-form {
  float: none;
  font-size: 16px;
  padding: 12px 20px;
  border-top: 2px solid #12aab0;
  border-right: 2px solid #12aab0;
  border-bottom: 2px solid #12aab0;
  border-left: 2px solid #12aab0;
}

.view.perfil .section-3 .form-container .form-body .form-group.dropdown .dropdown-menu {
  margin: 0;
}

.view.perfil .section-3 .shape {
  position: absolute;
  z-index: -1;
}

.view.perfil .section-3 .shape.roxo {
  left: 50px;
  top: -30px;
}

.view.perfil .section-3 .shape.rosa {
  right: 70px;
  top: -70px;
}

.view.perfil .formulario-perfil {
  padding: 0 80px;
}



.view.perfil .links-container .link {
  float: unset;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view.perfil .links-container .link a {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 0;
}

.view.perfil .links-container .link .btn-remover {
  margin-left: 10px;
}

.view.perfil .adicionar-site-container {
  margin-top: 10px;
}

.view.perfil .btn-adicionar-site {
  position: relative;
  font-size: 16px;
}

.view.perfil .btn-adicionar-site:hover {
  color: #ffdc18!important;
}

.view.perfil .btn-adicionar-site:hover .fill-rosa1 {
  fill: #561f7f!important;
}

.view.perfil .adicionar-site-container .btn-adicionar-site .detalhe {
  position: absolute;
}

.view.perfil .adicionar-site-container .btn-adicionar-site .detalhe.triangulo-1 {
  width: 8px;
  bottom: -3px;
  left: 0;
  transform: rotate(-70deg);
}

.view.perfil .adicionar-site-container .btn-adicionar-site .detalhe.raio-1 {
  height: 18px;
  top: -3px;
  right: -10px;
  transform: rotate(-157deg);
}

.view.perfil .estatisticas {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 65px 80px 80px;
}



.view.perfil .estatisticas h4 span {
  display: inline-block;
  font-style: italic;
  line-height: 1;
  transform: rotate(-9deg);
  width: 100%;
}

.view.perfil .estatisticas h4 span:first-child {
  font-size: 84px;
}

.view.perfil .estatisticas h4 span:last-child {
  font-size: 52px;
  margin: -22px 0 0 0px;
}

.view.perfil .estatisticas > .detalhe.raio-1 {
  position: absolute;
  right: -8%;
  top: 10%;
  transform: rotate(-50deg);
  width: 12px;
}

.view.perfil .estatisticas > .detalhe.raio-2 {
  bottom: 10%;
  position: absolute;
  right: -4%;
  transform: rotate(-50deg);
  width: 12px;
}

.view.perfil .estatisticas .stats-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 35px;
}

.view.perfil .estatisticas .stats-container .stat-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.view.perfil .estatisticas .stats-container .stat-container .stat {
  position: relative;
  z-index: 1;
}

.view.perfil .estatisticas .stats-container .stat-container .stat:before {
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.view.perfil .estatisticas .stats-container .stat-container .stat span {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.view.perfil .estatisticas .stats-container .stat-container .stat span:first-child {
  font-size: 50px;
}

.view.perfil .estatisticas .stats-container .stat-container .stat span:last-of-type {
  font-size: 22px;
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-posts:before {
  background-image: url("/dist/img/perfil/img_perfil_fundo_tinta_1.png");
  background-size: 100% 100%;
  height: 80px;
  left: -15%;
  top: -10%;
  width: 203px;
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-comentarios:before {
  background-image: url("/dist/img/perfil/img_perfil_fundo_tinta_2.png");
  background-size: 100% 100%;
  height: 85px;
  top: -15%;
  width: 210px;
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-pontos:before {
  background-image: url("/dist/img/perfil/img_perfil_fundo_tinta_3.png");
  background-size: 100% 100%;
  height: 66px;
  left: -10%;
  width: 215px;
  top: 6px;
}

.view.perfil .estatisticas .stats-container .stat-container .stat .detalhe {
  position: absolute;
  z-index: -1;
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-posts .detalhe.triangulo-1 {
  width: 17px;
  bottom: 20%;
  right: -5px;
  transform: rotate(-30deg);
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-posts .detalhe.triangulo-2 {
  width: 10px;
  right: -67%;
  top: 30%;
  transform: rotate(30deg);
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-comentarios .detalhe.triangulo-1 {
  width: 20px;
  right: 15%;
  top: -10%;
  transform: rotate(-190deg);
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-pontos .detalhe.triangulo-1 {
  width: 12px;
  bottom: -10%;
  right: 10%;
  transform: rotate(-100deg);
}

.view.perfil .estatisticas .stats-container .stat-container .stat.stat-pontos .detalhe.triangulo-2 {
  width: 10px;
  right: 10%;
  top: 0;
  transform: rotate(-90deg);
}

.view.perfil .estatisticas .reacts-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view.perfil .estatisticas .reacts-container .react {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.view.perfil .estatisticas .reacts-container .react img {
  padding: 0 20px;
  width: 85px;
}

.view.perfil .estatisticas .reacts-container .react span {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}





.view.perfil .estatisticas .minhas-estatisticas-container {
  z-index: 1;
}

.view.perfil .estatisticas .minhas-estatisticas-container .detalhe {
  position: absolute;
  z-index: -1;
  width: 20px;
}



.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.raio.raio-1 {
  left: -5%;
  top: 50%;
  transform: rotate(-50deg);
  width: 7px;
}

.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.raio.raio-2 {
  bottom: -5%;
  right: 36%;
  transform: rotate(-50deg);
  width: 7px;
}

.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.raio.raio-3 {
  bottom: 9%;
  right: 20%;
  transform: rotate(-45deg);
  width: 8px;
}

.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.raio.raio-4 {
  right: 20%;
  top: -25%;
  transform: rotate(-150deg);
  width: 8px;
}



.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-1 {
  left: -2%;
  top: 10%;
  transform: rotate(20deg);
  width: 10px;
}

.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-2 {
  left: 13%;
  top: -8%;
  transform: rotate(20deg);
  width: 21px;
}

.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-3 {
  bottom: -30%;
  left: 5%;
  transform: rotate(-40deg);
  width: 15px;
}

.view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-4 {
  bottom: -2%;
  right: 40%;
  transform: rotate(-190deg);
  width: 11px;
}

@media (min-width: 1701px) {
  .view.perfil .section-2 .post.post-aprovado {
    height: 125px;
    padding: 0 160px 0 160px;
  }

  .view.perfil .section-2 .post.post-aprovado .texto-tinta {
    font-size: 36px;
    margin-right: 105px;
  }

  .view.perfil .section-2 .post.post-aprovado .texto-tinta:before {
    height: 175%;
    top: -35%;
  }

  .view.perfil .section-2 .post.post-aprovado .texto-mensagem {
    font-size: 24px;
  }

  .view.perfil .section-2 .post .loader {
    right: -60px;
    top: 45px;
  }

  .view.perfil .section-2 .post.post-aprovado .btn-acompanhar {
    font-size: 24px;
    margin-left: 80px;
    padding: 30px 60px;
  }

  .view.perfil .section-3 {
    margin: 100px 0 50px;
  }

  .view.perfil .formulario-perfil {
    padding: 0 165px;
  }

  .view.perfil .section-3 .shape.roxo {
    left: 180px;
    top: -35px;
  }

  .view.perfil .section-3 .shape.rosa {
    right: 200px;
    top: -90px;
  }

  .view.perfil .section-3 .form-container .form-header {
    padding: 30px 45px;
  }

  .view.perfil .section-3 .form-container .form-body {
    padding: 30px 45px 30px 45px;
  }

  .view.perfil .section-3 .form-container .form-header .detalhe.triangulo-1 {
    width: 27px;
    top: 38px;
    left: 40px;
  }

  .view.perfil .section-3 .formulario-perfil .form-group.dropdown .dropdown-form .caret {
    top: 18px;
  }

  .view.perfil .section-3 .formulario-perfil .form-group.dropdown {
    width: 57%;
  }

  .view.perfil .section-3 .foto-container .atualizar-foto-container span {
    font-size: 16px;
  }

  .view.perfil .section-3 .form-container .form-header h2 .detalhe.raio-1 {
    height: 30px;
    top: -15px;
    right: 37.5%;
  }

  .view.perfil .estatisticas h4 span:first-child {
    font-size: 104.36px;
  }

  .view.perfil .estatisticas h4 span:last-child {
    font-size: 64.14px;
  }

  .view.perfil .estatisticas {
    padding: 100px 150px 100px 150px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat span:first-child {
    font-size: 57.57px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat span:last-of-type {
    font-size: 24px;
  }

  .view.perfil .estatisticas .stats-container {
    padding: 0 0 0 80px;
  }

  .view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-2 {
    width: 25px;
  }

  .view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-1 {
    width: 12px;
  }

  .view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-3 {
    bottom: -28%;
    left: 6%;
    width: 18px;
  }

  .view.perfil .estatisticas .minhas-estatisticas-container .detalhe.raio.raio-1 {
    left: -4%;
    top: 52%;
    width: 7px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-posts:before {
    height: 88px;
    width: 223px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-comentarios:before {
    height: 98px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-posts .detalhe.triangulo-1 {
    right: 0px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-pontos:before {
    height: 73px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-pontos .detalhe.triangulo-1 {
    width: 14px;
    right: 3%;
  }

  .view.perfil .estatisticas .reacts-container .react img {
    padding: 0 25px;
  }

  .view.perfil .publicacao-posts-rascunhos .item.padrao.news .imagem,
  .view.perfil .publicacao-posts-aprovados .item.padrao.news .imagem,
  .view.perfil .publicacao-posts-analise .item.padrao.news .imagem,
  .view.perfil .publicacao-posts-reprovados .item.padrao.news .imagem {
    height: 440px!important;
  }

  .view.perfil .publicacao-posts-rascunhos .posts-rascunhos .titulo-menu,
  .view.perfil .publicacao-posts-aprovados .posts-aprovados .titulo-menu,
  .view.perfil .publicacao-posts-analise .posts-em-analise .titulo-menu,
  .view.perfil .publicacao-posts-reprovados .posts-reprovados .titulo-menu {
    padding-left: 140px!important;
  }
}

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

}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1399px) {

}

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

}

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

}

@media (max-width: 767px) {
  .view.perfil .section-2 .post.post-aprovado {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 30px 0 0 0;
  }

  .view.perfil .section-2 .post .loader img {
    width: 35px;
  }

  .view.perfil .section-2 .post .loader {
    right: -10px;
    top: 10px;
  }

  .view.perfil .section-2 .post.post-aprovado .texto-tinta {
    margin: 30px 0;
  }

  .view.perfil .section-2 .post.post-aprovado .btn-acompanhar {
    margin: 20px;
    width: 90%;
  }

  .view.perfil .section-3 {
    margin: 40px 0;
  }

  .view.perfil .formulario-perfil {
    padding: 0 0px;
  }

  .view.perfil .section-3 .foto-container .atualizar-foto-container {
    height: 50px;
  }

  .view.perfil .formulario-perfil:before {
    display: none;
  }

  .view.perfil .formulario-perfil:after {
    display: none;
  }

  .view.perfil .section-3 .foto-container {
    margin-bottom: 40px;
  }

  .view.perfil .formulario-perfil .col-sm-5.no-padding-left {
    padding-right: 0;
  }

  .view.perfil .formulario-perfil .col-sm-7.no-padding-right {
    padding-left: 0;
  }

  .view.perfil .section-4:before {
    background-image: none;
  }

  .view.perfil .estatisticas {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .view.perfil .estatisticas .minhas-estatisticas-container {
    margin: 50px 0;
  }

  .view.perfil .estatisticas h4 {
    text-align: center;
  }

  .view.perfil .estatisticas .stats-container .stat-container {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat {
    margin-bottom: 25px;
  }

  .view.perfil .estatisticas .reacts-container {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .view.perfil .estatisticas .reacts-container .react {
    margin: 0 10px 30px;
    width: 22%;
  }

  .view.perfil .estatisticas .reacts-container .react img {
    padding: 0;
  }

  .view.perfil .section-3 .form-container .form-header {
    padding: 20px 20px;
  }

  .view.perfil .section-3 .form-container .form-body {
    padding: 20px 20px;
  }

  .view.perfil .section-2 .post.post-aprovado .btn-acompanhar {
    font-size: 20px;
  }

  .view.perfil .estatisticas h4 span:first-child {
    font-size: 60px;
  }

  .view.perfil .estatisticas h4 span:last-child {
    font-size: 43px;
    margin: -10px 0 0 0px;
  }

  .view.perfil .section-3 .form-container .form-header h2 {
    font-size: 16px;
  }

  .view.perfil .section-3 .form-container .form-header .detalhe.triangulo-1 {
    width: 17px;
    top: 24px;
    left: 16px;
  }

  .view.perfil .section-3 .form-container .form-header h2 .detalhe.raio-1 {
    height: 23px;
    right: -10px;
  }

  .view.perfil .estatisticas > .detalhe.raio-1 {
    position: absolute;
    right: 0;
    top: 6%;
    transform: rotate(-20deg);
  }

  .view.perfil .estatisticas .minhas-estatisticas-container .detalhe.raio.raio-1 {
    left: 5%;
  }

  .view.perfil .estatisticas .minhas-estatisticas-container .detalhe.raio.raio-2 {
    right: 30%;
  }

  .view.perfil .estatisticas .minhas-estatisticas-container .detalhe.triangulo.triangulo-1 {
    left: 3%;
    top: 20%;
  }

  .view.perfil .estatisticas .stats-container {
    padding: 0 0 0 0px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-posts:before {
    height: 70px;
    left: -45%;
    top: -5%;
    width: 205px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-posts .detalhe.triangulo-2 {
    right: -37%;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-comentarios:before {
    height: 90px;
    top: -15%;
    width: 210px;
    left: -20px;
  }

  .view.perfil .estatisticas .stats-container .stat-container .stat.stat-pontos:before {
    left: -20%;
  }

  .view.perfil .estatisticas > .detalhe.raio-2 {
    right: 6%;
  }

  .view.perfil .section-3 .shape.roxo {
    width: 70%;
  }

  .view.perfil .section-3 .shape.rosa {
    right: 90px;
    top: 210px;
    width: 50%;
  }

  .view.perfil .formulario-perfil .form-group.dropdown .dropdown-form .value {
    width: 90%;
  }
}

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

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

@keyframes spin-reverse {
  from {
    transform: rotate(360deg);
  }

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




.view.produto-interna .section-1 .left-box,
.view.produto-interna .section-1 .right-box {
  padding: 60px 30px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view.produto-interna .section-1 .left-box h1 {
  position: absolute;
  font-size: 81.36px;
  color: #129fa4;
  margin: 0;
}

.view.produto-interna .section-1 .left-box img {
  width: 100%;
  float: right;
  z-index: 1;
}



.view.produto-interna .section-1 .right-box .info {
  padding: 0;
}

.view.produto-interna .section-1 .right-box .info h2 {
  font-size: 55px;
  margin: 15px 0 20px 0;
}

.view.produto-interna .section-1 .right-box .info h3 {
  font-size: 18px;
  margin: 0 0 2px 0;
}

.view.produto-interna .section-1 .right-box .info article {
  margin-top: 40px;
  font-size: 18px;
  color: #000;
}

.view.produto-interna .section-1 .right-box .info .btn {
  margin-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
}

.view.produto-interna .section-2 .bg.bg-full {
  min-height: 460px;
}

.view.produto-interna .section-2 .bg.bg-full .bglayer {
  background-image: url("/dist/img/home_sec3_banner_detalhes.png")!important;
  z-index: 3;
  padding: 0px 0px;
}

.view.produto-interna .section-2.secao-mulher-central .titulo-section {
  position: absolute;
  top: 70px;
  z-index: 10;
}

.view.produto-interna .section-2 .titulo-section h2 {
  text-align: center;
  font-size: 30px;
}

.view.produto-interna .section-2  .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.produto-interna .section-2 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 23px;
  left: 30.5%;
  transform: rotate(0deg);
  z-index: -1;
}

.view.produto-interna .section-2 .titulo-section .detalhe.raio.right {
  width: 10px;
  top: 20px;
  right: 32%;
  transform: rotateX(180deg) rotate(-35deg);
  z-index: -1;
}

.view.produto-interna .section-2 .titulo-section article {
  font-size: 16px;
  margin: 20px 0 30px 0;
  height: 155px;
  overflow: hidden;
}

.view.produto-interna .section-2 .btn {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 23%;
}

.view.produto-interna .section-3 {
  padding: 50px 0;
}

.view.produto-interna .section-3 .titulo-menu,
.view.produto-interna .section-4 .titulo-menu {
  margin-bottom: 20px;
}

.view.produto-interna .section-4 .titulo-menu .titulo.enfeite .detalhe {
  z-index: 0;
}

.view.produto-interna .section-4 {
  background: #ffe4f4;
  padding: 50px 0;
}





.view.produto-interna .section-1 .right-box .info ul.tags li {
  margin-top: 30px;
}

.view.produto-interna .section-1 .right-box .info ul.tags li.img-icone .tipo {
  position: absolute;
  top: -30px;
  right: 1px;
  text-align: center;
}

.view.produto-interna .section-1 .right-box .info ul.tags li.img-icone {
  border: 2px solid #209db6;
  padding: 2px 2px;
  border-radius: 3px;
  background: #209db6;
  position: relative;
}

.view.produto-interna .section-1 .right-box .info  ul.tags li {
  padding: 8px 12px;
  margin-right: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1) !important;
  height: 40px;
  border-radius: 3px;
}

.view.produto-interna .section-1 .right-box .info  ul.tags li img {
  max-height: 32px;
}

.view.produto-interna .section-1 .breadcrumb {
  padding: 0;
  margin: 35px 0 0 35px;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  z-index: 10;
}

.view.produto-interna .section-1 .breadcrumb > li {
  display: inline-block;
  font-size: 16px;
}

.view.produto-interna .section-1 .breadcrumb > li+li:before {
  content: url("/dist/img/breadcrumb_t.png");
  padding: 0px 7px;
}

.view.produto-interna .selos-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
  width: 100%;
}

.view.produto-interna .selos-container img {
  margin-right: 25px;
}

.view.produto-interna .selos-container img:last-child {
  margin-right: 0;
}

.titulo-section>.selos{
  max-width: 50%;
  margin-top: 36px;
}

@media (max-width: 767px){
  .titulo-section>.selos{
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1701px) {
  .view.produto-interna .section-1 .left-box h1 {
    font-size: 121.36px;
  }

  .view.produto-interna .section-1 .right-box .info h2 {
    font-size: 60px;
  }



  .view.produto-interna .section-1 .right-box .info h3 {
    margin: 0 0 5px 0;
  }

  .view.produto-interna .section-1 .right-box .info .btn {
    padding: 14px 65px;
  }

  .view.produto-interna .section-2 .bg.bg-full {
    min-height: 550px;
  }

  .view.produto-interna .section-2.secao-mulher-central .titulo-section {
    top: 90px;
    padding: 0 40px!important;
  }

  .view.produto-interna .section-2 .titulo-section article {
    font-size: 20px;
    margin: 20px 0 40px 0;
    height: 170px;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.triangulo.left {
    width: 23px;
    left: 36%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.raio.right {
    right: 36%;
    width: 12px;
    top: 20px;
    transform: rotateX(180deg) rotate(-40deg);
  }

  .view.produto-interna .section-2 .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 24%;
  }

  .view.produto-interna .section-1 .right-box .info  ul.tags li {
    font-size: 16px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.produto-interna .section-1 .left-box h1 {
    font-size: 94.36px;
  }

  .view.produto-interna .section-2.secao-mulher-central .titulo-section {
    top: 60px;
    padding: 0 30px!important;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.triangulo.left {
    width: 20px;
    left: 33%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.raio.right {
    right: 34%;
    transform: rotate(-125deg);
  }

  .view.produto-interna .section-2 .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 24%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.triangulo.left {
    left: 31.5%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.raio.right {
    top: 21px;
    right: 32%;
    transform: rotateX(180deg) rotate(-45deg);
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.produto-interna .section-1 .left-box h1 {
    font-size: 84.36px;
  }

  .view.produto-interna .section-2 .titulo-section article {
    margin: 20px 0 20px 0;
    height: 135px;
  }

  .view.produto-interna .section-2.secao-mulher-central .titulo-section {
    padding: 0 5px!important;
  }

  .view.produto-interna .section-1 .right-box .info h2 {
    font-size: 45px;
  }

  .view.produto-interna .selos-container img {
    height: 36px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.produto-interna .section-1 .left-box h1 {
    font-size: 74.36px;
  }

  .view.produto-interna .section-1 .right-box .info h2 {
    font-size: 45px;
  }

  .view.produto-interna .section-1 .right-box .info article {
    margin-top: 40px;
    font-size: 16px;
  }

  .view.produto-interna .section-2 .bg.bg-full {
    min-height: 430px;
  }

  .view.produto-interna .section-2.secao-mulher-central .titulo-section {
    top: 50px;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.triangulo.left {
    left: 29.5%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.raio.right {
    right: 30%;
  }

  .view.produto-interna .selos-container img {
    height: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.produto-interna .section-1 .left-box h1 {
    font-size: 57.36px;
  }

  .view.produto-interna .section-1 .right-box .info h2 {
    font-size: 30px;
  }

  .view.produto-interna .section-1 .right-box .info article {
    margin-top: 20px;
    font-size: 14px;
  }

  .view.produto-interna .section-1 .right-box .info h3 {
    font-size: 14px;
  }

  .view.produto-interna .section-1 .right-box .info ul.tags li {
    padding: 10px 12px;
    font-size: 14px;
  }

  .view.produto-interna .section-2 .btn {
    margin-left: 16%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.triangulo.left {
    width: 20px;
    left: 24%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.raio.right {
    right: 25%;
  }

  .view.produto-interna .section-2 .bg.bg-full {
    min-height: 410px;
  }

  .view.produto-interna .section-2.secao-mulher-central .titulo-section {
    top: 35px;
  }
}

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

}

@media (max-width: 767px) {
  .view.produto-interna .section-1 .left-box {
    padding: 30px 20px;
    display: block;
  }

  .view.produto-interna .section-1 .right-box {
    padding: 10px 20px;
    display: block;
  }

  .view.produto-interna .section-1 .right-box .info ul.tags li {
    padding: 8px 10px!important;
    font-size: 17px!important;
    height: auto;
  }

  .view.produto-interna .section-1 .left-box h1 {
    font-size: 58.36px;
  }

  .view.produto-interna .section-1 .left-box img {
    position: relative;
  }

  .view.produto-interna .section-1 .right-box .info ul.tags li.img-icone {
    width: 45px;
    height: 40px;
  }

  .view.produto-interna .section-1 .right-box .info ul.tags li.img-icone .tipo {
    top: -25px!important;
    right: 12px!important;
  }

  .view.produto-interna .section-1 .right-box .info ul.tags li.img-icone img {
    width: 36px;
    margin-left: -8px;
    margin-top: -8px;
  }

  .view.produto-interna .section-1 .right-box .info  ul.tags li img {
    max-height: 36px;
  }

  .view.produto-interna .section-1 .right-box .info h2 {
    font-size: 40px;
  }

  .view.produto-interna .section-1 .right-box .info h3 {
    font-size: 16px;
  }

  .view.produto-interna .section-1 .right-box .info article {
    margin-top: 20px;
    font-size: 16px;
  }

  .view.produto-interna .section-1 .right-box .info article br {
    display: none;
  }

  .view.produto-interna .section-1 .right-box .info .btn {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    padding: 12px 30px;
  }

  .view.produto-interna .section-2.secao-mulher-central .titulo-section {
    top: 20px;
    padding: 0 20px!important;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.triangulo.left {
    width: 20px;
    left: 23%;
  }

  .view.produto-interna .section-2 .titulo-section .detalhe.raio.right {
    width: 11px;
    top: 18px;
    right: 23%;
  }

  .view.produto-interna .section-2 .btn {
    margin-left: 9%;
  }

  .view.produto-interna .section-2 .bg.bg-full {
    min-height: 370px;
  }

  .view.produto-interna .section-3 {
    padding: 20px 0;
  }

  .view.produto-interna .section-3 .item.padrao.produto ul.tags {
    top: 20px;
    right: 20px;
    height: 340px;
    overflow: hidden;
  }

  .view.produto-interna .section-3 .item.padrao.news ul.tags {
    top: 0;
    left: 0;
    height: 340px;
    overflow: hidden;
  }

  .view.produto-interna .section-3 .item.padrao.produto .tags-container {
    right: 60px;
    top: 20px;
  }

  .view.produto-interna .section-4 {
    padding: 20px 0;
  }

  .view.produto-interna .selos-container {
    display: block;
  }

  .view.produto-interna .selos-container img {
    margin-right: 0;
    margin-bottom: 30px;
    width: 25%;
  }

  .view.produto-interna .selos-container img:nth-child(3n + 2) {
    margin: 0px 10.5% 30px;
  }

  .view.produto-interna .section-4 .content {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}


.view.produto.listagem .section-1 {
  left: 500px;
  opacity: 0;
}

.view.produto.listagem .section-2 {
  opacity: 0;
}

.view.produto.listagem .section-3 {
  right: 100px;
  opacity: 0;
  margin-bottom: 100px;
}

/*.view.produto.listagem .section-3{}*/

.view.produto.listagem .comp-list-produtos .column {
  min-height: 0;
  position: relative;
  top: 80px;
}

.view.produto.listagem .comp-list-produtos .column:nth-child(4n + 1) {
  /*top: 80px;*/
}

.view.produto.listagem .comp-list-produtos .column:nth-child(4n + 2) {
  /*top: 0;*/
}

.view.produto.listagem .comp-list-produtos .column:nth-child(4n + 3) {
  /*top: 40px;*/
}

.view.produto.listagem .comp-list-produtos .column-1 {
  margin-top: 80px;
}

.view.produto.listagem .comp-list-produtos .column-2 {
  margin-top: 0px;
}

.view.produto.listagem .comp-list-produtos .column-3 {
  margin-top: 40px;
}

.view.produto.listagem .comp-list-produtos .column-4 {
  margin-top: 100px;
}

.view.produto.listagem .section-1.banner .titulo-section {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
}

.view.produto.listagem .section-1.banner .titulo-section h2.line1 {
  /*opacity: 0;*/
  font-size: 71px;
  font-style: italic;
  text-align: center;
  transform: rotate(-13deg);
}

.view.produto.listagem .section-1.banner .titulo-section .shape-bg {
  /*opacity: 0;*/
  position: absolute;
  top: 0;
  z-index: -1;
  width: 82%;
  left: 10.5%;
  height: 120px;
  transform: rotate(-8deg);
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
  width: 20px;
  top: -10px;
  left: 20px;
  transform: rotate(30deg);
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
  width: 30px;
  bottom: -50px;
  left: 0px;
  transform: rotate(-35deg);
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
  height: 35px;
  top: -20px;
  left: -15px;
  transform: rotate(-45deg);
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
  width: 17px;
  top: -30px;
  right: 30px;
  transform: rotate(-30deg);
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
  width: 17px;
  top: 15px;
  right: -40px;
  transform: rotate(20deg);
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
  width: 18px;
  bottom: -25px;
  right: 55px;
  transform: rotate(25deg);
}

.view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
  height: 35px;
  bottom: 15px;
  right: 55px;
  transform: rotate(155deg);
}

@media (min-width: 1701px) {
  .view.produto.listagem .section-1.banner .titulo-section {
    top: 150px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .shape-bg {
    top: -25px;
    width: 65%;
    left: 20%;
    height: 160px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 30px;
    top: -30px;
    left: 95px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 40px;
    bottom: -100%;
    left: 13%;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 60px;
    top: -62px;
    left: 35px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 25px;
    top: -60px;
    right: 85px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    width: 25px;
    right: -20px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 25px;
    bottom: -55px;
    right: 105px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 60px;
    bottom: -5px;
    right: 125px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.produto.listagem .section-1.banner .titulo-section .shape-bg {
    top: -5px;
    width: 68%;
    left: 18.5%;
    height: 125px;
    transform: rotate(-8deg);
  }

  .view.produto.listagem .section-1.banner .titulo-section {
    top: 120px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    top: 0px;
    left: 70px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    left: 45px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    left: 60px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    right: 60px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    right: -20px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 45px;
    bottom: 5px;
    right: 90px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 22px;
    bottom: -35px;
    right: 90px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {

}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.produto.listagem .section-1.banner .titulo-section h2.line1 {
    font-size: 50px;
  }

  .view.produto.listagem .section-1.banner .titulo-section {
    top: 60px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .shape-bg {
    height: 100px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    top: 0px;
    left: 20px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    left: -10px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 25px;
    bottom: -50px;
    left: 15px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    right: -30px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    bottom: -5px;
    right: 35px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    bottom: -35px;
    right: 30px;
  }
}

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

}

@media (max-width: 767px) {
  .view.produto.listagem .section-1.banner .titulo-section {
    top: 86px;
  }

  .view.produto.listagem .section-1.banner .titulo-section h2.line1 {
    font-size: 25px;
    width: 96%;
  }

  .view.produto.listagem .section-1.banner .titulo-section .shape-bg {
    width: 52%;
    left: 24.5%;
    height: 65px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 15px;
    top: 10px;
    left: 50px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 15px;
    bottom: -10px;
    left: 90px;
    transform: rotate(-15deg);
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 25px;
    top: 35px;
    left: 25px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 10px;
    top: 10px;
    right: 50px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 18px;
    bottom: -10px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 25px;
    bottom: 5px;
    right: 25px;
  }

  .view.produto.listagem .section-1.banner .titulo-section .detalhe.triangulo-4 {
    display: none;
  }

  #menuListagemProdutos {
    padding: 40px 20px 10px 20px;
  }



  #menuListagemProdutos.owl-carousel .owl-item .segmento h4 {
    display: none;
  }

  #menuListagemProdutos.owl-carousel .owl-item img {
    width: 50px;
  }

  #menuListagemProdutos.owl-carousel .owl-item .item-menu.couro-cabeludo,
  #menuListagemProdutos.owl-carousel .owl-item .item-menu.all.mixitup-control-active {
    padding: 22px 20px;
    color: #fff!important;
    background: #eb088c!important;
  }

  #menuListagemProdutos.owl-carousel .owl-item .segmento {
    width: 160px;
  }

  #menuListagemProdutos.owl-carousel .owl-item .segmento .aa {
    width: 33.333333%;
  }

  #menuListagemProdutos.owl-carousel .owl-item .item-menu {
    padding: 22px 20px;
  }

  #menuListagemProdutos.owl-carousel .owl-item .segmento a {
    width: 33.33333%;
  }

  .view.produto.listagem .comp-list-produtos .column-2 {
    margin-top: 20px;
  }

  .view.produto.listagem .comp-list-produtos .column-3 {
    margin-top: 20px;
  }

  .view.produto.listagem .comp-list-produtos .column-4 {
    margin-top: 20px;
  }

  .view.produto.listagem .comp-list-produtos .column-1 {
    margin-top: 40px;
  }

  .view.produto.listagem .comp-list-produtos .column {
    top: 0!important;
  }

  .view.produto.listagem .section-3 {
    margin-bottom: 30px;
  }
}
.view.qual-produto.resultado .page-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.view.qual-produto.resultado .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.qual-produto.resultado .titulo-section {
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
}

.view.qual-produto.resultado .titulo-section h2.line1 {
  text-align: center;
  font-size: 40.17px;
}

.view.qual-produto.resultado .titulo-section h2.line2 {
  text-align: center;
  font-size: 54px;
  margin: -19px 0 0 0;
}

.view.qual-produto.resultado .titulo-section h2.line3 {
  text-align: center;
  font-size: 40.17px;
  margin: -12px 0 0 0;
}

.view.qual-produto.resultado .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.view.qual-produto.resultado .titulo-section .detalhe.raio.left {
  height: 40px;
  top: 15px;
  left: -10px;
  transform: rotate(25deg);
}

.view.qual-produto.resultado .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 115px;
  left: 5px;
  transform: rotate(15deg);
  z-index: -1;
}

.view.qual-produto.resultado .titulo-section .detalhe.raio.right {
  width: 15px;
  bottom: 30px;
  right: -30px;
  transform: rotate(-28deg);
  z-index: -1;
}

.view.qual-produto.resultado .titulo-section .detalhe.triangulo.right {
  width: 20px;
  bottom: 20px;
  right: -25px;
  transform: rotate(0deg);
  z-index: -1;
}

.view.qual-produto.resultado .posts-relacionados .titulo-menu {
  margin-bottom: 20px;
}

.view.qual-produto.resultado .posts-relacionados .titulo-menu .titulo.enfeite .detalhe {
  z-index: 0;
}

.view.qual-produto.resultado .posts-relacionados {
  background: #ffe4f4;
  padding: 30px 0;
}

.view.qual-produto.resultado .section-proximo-passo {
  background-image: url("/dist/img/qual_produto_resultado_bg_amarelo.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 55px 0 60px 0;
}



.view.qual-produto.resultado .section-proximo-passo .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
  font-style: italic;
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section h2.line1 {
  font-size: 49.35px;
  margin: 0 0 0 0;
  line-height: 1;
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .detalhe.triangulo.left {
  width: 18px;
  top: 0px;
  left: -20px;
  transform: rotate(25deg);
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .detalhe.raio.left {
  height: 20px;
  top: -20px;
  left: -15px;
  transform: rotate(115deg);
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .detalhe.triangulo.left.bottom {
  width: 18px;
  top: 220px;
  left: -20px;
  transform: rotate(-20deg);
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .detalhe.raio.left.bottom {
  height: 50px;
  top: 160px;
  left: -35px;
  transform: rotate(145deg);
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .detalhe.triangulo.right {
  width: 30px;
  bottom: 5px;
  right: 35px;
  transform: rotate(160deg);
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .detalhe.raio.right {
  height: 40px;
  bottom: 15px;
  right: 20px;
  transform: rotate(-55deg);
}

.view.qual-produto.resultado .section-proximo-passo .texto {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
}

.view.qual-produto.resultado .section-proximo-passo .box-buttons {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 0;
  z-index: 2;
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post {
  margin-bottom: 30px;
  padding: 0;
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post:last-child {
  margin-bottom: 0px;
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite:hover {
  background: #eb088c!important;
  border: 1px solid #eb088c!important;
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #20bec4!important;
  opacity: 1;
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
  width: 7px;
  top: -22px;
  left: 0px;
  transform: rotate(-65deg);
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: 5px;
  transform: rotate(25deg);
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
  width: 20px;
  top: -3px;
  left: 70px;
  transform: rotate(75deg);
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
  width: 10px;
  bottom: -8px;
  right: -2px;
  transform: rotate(90deg);
}

.view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
  width: 10px;
  top: -25px;
  right: 0px;
  transform: rotate(-160deg);
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section {
  margin: auto;
  top: 40px;
  left: 0;
  right: 0;
}

.view.qual-produto.resultado .section-proximo-passo .titulo-section .shape {
  position: absolute;
  top: -27px;
  left: -25px;
  transform: rotate(-8deg);
}

.view.qual-produto.resultado .section-listagem-produtos {
  margin-top: 24%;
  margin-bottom: 50px;
  padding: 0;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto {
  padding: 0;
  margin-top: 25px;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha {
  /* width: 20%; */
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo {
  height: 120px;
  margin-bottom: 13px;
  overflow: hidden;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo h5 {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo {
  top: 152px;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto.com-resumo .linha .titulo {
  top: 20px;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo h2 {
  font-size: 39.41px;
  text-align: left;
  margin-top: 0;
  transform: rotate(0deg);
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo .detalhe.triangulo {
  width: 25px;
  top: 56px;
  left: -15px;
  transform: rotate(-80deg);
  z-index: 0;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo .detalhe.raio {
  width: 10px;
  top: 100px;
  left: 45px;
  transform: rotate(35deg) rotateY(180deg);
  z-index: 0;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .detalhe {
  position: absolute;
  z-index: -1;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha a.btn {
  margin-top: 20px;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha a.btn .detalhe.raio {
  width: 10px;
  top: -25px;
  left: 20px;
  transform: rotate(-160deg);
  z-index: 0;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo a:hover .detalhe.raio {
  fill: #20bec4!important;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto {
  /* width: 20%; */
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .tags-container {
  display: none;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .imagem {
  height: 394px;
  padding: 0;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .titulo {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .subtitulo {
  font-size: 15px;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .buttons {
  padding: 0 35px;
  bottom: 15px;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .buttons a {
  font-size: 14px;
  padding: 12px 0;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto:hover .imagem .triangle {
  border-bottom-color: #fff!important;
}

.view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .imagem .triangle {
  border-bottom: 140px solid #be016f;
  border-right-width: 90px;
  border-left-width: 70px;
  bottom: 80px;
  left: 55px;
}

@media (min-width: 1701px) {
  .view.qual-produto.resultado .titulo-section {
    top: 100px;
  }

  .view.qual-produto.resultado .titulo-section h2.line1 {
    font-size: 52.44px;
  }

  .view.qual-produto.resultado .titulo-section h2.line2 {
    font-size: 53.85px;
    margin: -25px 0 0 0;
  }

  .view.qual-produto.resultado .titulo-section h2.line3 {
    font-size: 51.23px;
    margin: -12px 0 0 0;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.raio.left {
    height: 48px;
    left: 75px;
    top: -30px;
    transform: rotate(-45deg);
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.left {
    width: 30px;
    left: 80px;
    top: 25px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.right {
    width: 30px;
    right: 90px;
    bottom: 15px;
    transform: rotate(-40deg);
  }

  .view.qual-produto.resultado .titulo-section .detalhe.raio.right {
    width: 15px;
    bottom: 20px;
    right: 10px;
    transform: rotate(-35deg);
  }

  .view.qual-produto.resultado .section-listagem-produtos {
    margin-top: 22%;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo h2 {
    font-size: 53.41px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha a.btn {
    margin-top: 40px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo h5 {
    font-size: 18.5px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .imagem {
    height: 534px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto.com-resumo .linha .titulo {
    top: 70px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo {
    top: 202px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .titulo {
    font-size: 24px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .subtitulo {
    font-size: 18px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo .detalhe.triangulo {
    width: 30px;
    top: 83px;
    left: -15px;
    transform: rotate(-90deg);
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo .detalhe.raio {
    width: 15px;
    top: 142px;
    left: 55px;
  }

  .view.qual-produto.resultado .section-proximo-passo .texto {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }

  .view.qual-produto.resultado .section-proximo-passo .box-buttons {
    padding-left: 35px;
    padding-top: 28px;
  }

  .view.qual-produto.resultado .section-proximo-passo .titulo-section h2.line1 {
    font-size: 62px;
  }

  .view.qual-produto.resultado .section-proximo-passo .titulo-section .shape {
    top: -35px;
    left: -30px;
    width: 95%;
  }

  .view.qual-produto.resultado .section-proximo-passo {
    padding: 70px 0 75px 0;
  }

  .view.qual-produto.resultado .section-proximo-passo .btn-criar-post {
    margin-bottom: 40px;
  }

  .view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -40px;
  }

  .view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
    width: 15px;
    bottom: -10px;
    right: -2px;
    transform: rotate(90deg);
  }

  .view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
    top: -9px;
    transform: rotate(75deg);
  }

  .view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
    width: 12px;
    top: -37px;
  }

  .view.qual-produto.resultado .section-proximo-passo .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
    width: 23px;
    bottom: -13px;
    left: 5px;
    transform: rotate(-5deg);
  }

  .view.qual-produto.resultado .section-proximo-passo .titulo-section {
    top: 65px;
  }

  .fs-16 {
    font-size: 18px;
  }
  .btn.fs-16{
    font-size: 24px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.qual-produto.resultado .titulo-section .detalhe.raio.left {
    left: 40px;
    top: -20px;
    transform: rotate(-45deg);
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.left {
    width: 25px;
    left: 45px;
    top: 30px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.right {
    width: 35px;
    bottom: 8px;
    right: 48px;
    transform: rotate(80deg);
  }

  .view.qual-produto.resultado .titulo-section h2.line1 {
    font-size: 53.17px;
  }

  .view.qual-produto.resultado .titulo-section h2.line3 {
    font-size: 52.17px;
  }

  .view.qual-produto.resultado .section-listagem-produtos {
    margin-top: 23%;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo h5 {
    font-size: 15.5px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .imagem {
    height: 360px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto.com-resumo .linha .titulo {
    top: 55px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo {
    top: 190px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.qual-produto.resultado .titulo-section h2.line1 {
    font-size: 52.17px;
  }

  .view.qual-produto.resultado .titulo-section h2.line3 {
    font-size: 51.17px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 25px;
    left: 12px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.raio.left {
    height: 40px;
    top: -25px;
    left: 10px;
    transform: rotate(-55deg);
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.right {
    width: 30px;
    bottom: 13px;
    right: 8px;
    transform: rotate(-50deg);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.qual-produto.resultado .titulo-section h2.line1 {
    font-size: 46.17px;
  }

  .view.qual-produto.resultado .titulo-section h2.line2 {
    font-size: 47px;
  }

  .view.qual-produto.resultado .titulo-section h2.line3 {
    font-size: 44.17px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 25px;
    left: 12px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.raio.left {
    height: 40px;
    top: -25px;
    left: 10px;
    transform: rotate(-55deg);
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.right {
    width: 30px;
    bottom: 13px;
    right: 8px;
    transform: rotate(-50deg);
  }

  .view.qual-produto.resultado .section-listagem-produtos {
    margin-top: 26%;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo h5 {
    font-size: 12px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo h2 {
    font-size: 37.41px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo {
    top: 155px;
  }

  .view.qual-produto.resultado .section-proximo-passo .titulo-section h2.line1 {
    font-size: 45.35px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto.resultado .titulo-section h2.line1 {
    font-size: 43.17px;
  }

  .view.qual-produto.resultado .titulo-section h2.line2 {
    font-size: 44px;
  }

  .view.qual-produto.resultado .titulo-section h2.line3 {
    font-size: 41.17px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 20px;
    left: -15px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.raio.left {
    height: 40px;
    top: -25px;
    left: -15px;
    transform: rotate(-50deg);
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.right {
    width: 30px;
    bottom: 8px;
    right: -23px;
    transform: rotate(-50deg);
  }

  .view.qual-produto.resultado .section-listagem-produtos {
    margin-top: 31%;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo h5 {
    font-size: 11px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo h2 {
    font-size: 32.41px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo {
    top: 120px;
  }

  .view.qual-produto.resultado .section-proximo-passo .titulo-section h2.line1 {
    font-size: 40.35px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .imagem {
    height: 260px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .titulo {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .subtitulo {
    font-size: 12px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto.com-resumo .linha .titulo {
    top: -15px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo .detalhe.triangulo {
    top: 40px;
  }

  .view.qual-produto.resultado .section-proximo-passo .texto {
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

}

@media (max-width: 767px) {
  .view.qual-produto.resultado .titulo-section {
    width: 99%;
    top: 76px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.left {
    width: 15px;
    top: 20px;
    left: 40px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.raio.left {
    height: 25px;
    top: -5px;
    left: 40px;
    transform: rotate(-35deg);
  }

  .view.qual-produto.resultado .titulo-section h2.line1 {
    font-size: 27.17px;
  }

  .view.qual-produto.resultado .titulo-section h2.line2 {
    font-size: 28px;
    margin: -19px 0 0 0;
  }

  .view.qual-produto.resultado .titulo-section h2.line3 {
    font-size: 27.17px;
    margin: -9px 0 0 0;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.raio.right {
    width: 10px;
    bottom: 10px;
    right: -5px;
  }

  .view.qual-produto.resultado .titulo-section .detalhe.triangulo.right {
    bottom: 4px;
    right: 38px;
    transform: rotate(80deg);
  }

  .view.qual-produto.resultado .section-proximo-passo .titulo-section h2.line1 {
    font-size: 37.35px;
    margin: -5px 0 0 16px;
  }

  .view.qual-produto.resultado .section-proximo-passo .titulo-section .shape {
    left: 0px;
  }

  .view.qual-produto.resultado .section-proximo-passo {
    padding: 25px 0 40px 0;
  }

  .view.qual-produto.resultado .section-proximo-passo .box-buttons {
    padding-left: 0px;
  }

  .view.qual-produto.resultado .section-proximo-passo .texto {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 75px;
    padding-bottom: 30px;
  }

  .view.qual-produto.resultado .section-listagem-produtos {
    margin-top: 75%;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto {
    /*margin-top: 175px;*/
    margin-top: 40px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha {
    width: 100%;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo {
    height: auto;
    overflow: visible;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .item.produto .imagem {
    height: 500px;
    padding: 20px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .resumo-cabelo h5 {
    font-size: 16px;
  }

  .view.qual-produto.resultado .section-listagem-produtos .linha-produto .linha .titulo {
    top: 15px;
  }

  .view.qual-produto.resultado .posts-relacionados {
    padding: 30px 20px;
  }
}
.view.qual-produto .bg.bg-full {
  min-height: 800px;
}
@media (max-width: 1400px){
  .view.qual-produto .bg.bg-full {
    min-height: 600px;
  }
}

.view.qual-produto .section-1 .content {
  position: absolute;
  top: 55px;
  z-index: 10;
}
@media (max-width: 1400px){
  .view.qual-produto .section-1 .content {
    top: 15px;
  }
}

.view.qual-produto .section-1 .content .nav-tabs {
  position: absolute;
  z-index: 10;
}

.view.qual-produto .section-1 .content .nav-tabs {
  border-bottom: none;
  text-align: center;
}

.view.qual-produto .section-1 .content .nav-tabs li {
  float: none;
  display: inline-block;
}

.view.qual-produto .section-1 .content .nav-tabs li a {
  font-size: 24px;
  padding: 3px 15px;
  border: 2px solid #20bec4;
  border-radius: 50%;
  margin-right: 75px;
}

.view.qual-produto .section-1 .content .nav-tabs li:hover a {
  background-color: #eb088c;
  border: 2px solid #eb088c;
}

.view.qual-produto .section-1 .content .nav-tabs li:last-child a {
  margin-right: 0px;
}

.view.qual-produto .section-1 .content .nav-tabs>li.active>a,
.view.qual-produto .section-1 .content .nav-tabs>li.active>a:hover,
.view.qual-produto .section-1 .content .nav-tabs>li.active>a:focus {
  background-color: #eb088c;
  border: 2px solid #eb088c;
}

.view.qual-produto .section-1 .content .nav-tabs li .detalhe.raio {
  opacity: 0;
  position: absolute;
  height: 20px;
  top: 10px;
  right: 93px;
  transform: rotate(-150deg);
}

.view.qual-produto .section-1 .content .nav-tabs li .detalhe.triangulo {
  opacity: 0;
  position: absolute;
  width: 11px;
  bottom: 15px;
  left: 15px;
  transform: rotate(45deg);
}

.view.qual-produto .section-1 .content .nav-tabs li:last-child .detalhe.raio {
  opacity: 0;
  right: 10px;
  top: 10px;
}

.view.qual-produto .section-1 .content .nav-tabs li.active .detalhe.raio {
  opacity: 1;
  position: absolute;
  height: 20px;
  top: 31px;
  right: 75px;
  transform: rotate(-25deg);
}

.view.qual-produto .section-1 .content .nav-tabs li:last-child.active .detalhe.raio {
  right: 0px;
}

.view.qual-produto .section-1 .content .nav-tabs li.active .detalhe.triangulo {
  opacity: 1;
  position: absolute;
  width: 11px;
  bottom: 40px;
  left: -2px;
  transform: rotate(29deg);
}

.view.qual-produto .section-1 .content .nav-tabs li.done .detalhe.raio {
  opacity: 1;
  position: absolute;
  height: 20px;
  top: 30px;
  right: 70px;
  transform: rotate(-150deg);
}

.view.qual-produto .section-1 .content .nav-tabs li.done .detalhe.triangulo {
  opacity: 1;
  position: absolute;
  width: 11px;
  bottom: 40px;
  left: -2px;
  transform: rotate(29deg);
}

.view.qual-produto .section-1 .content .nav-tabs>li.done>a {
  background-color: #561f7f;
  border: 2px solid #561f7f;
}

.view.qual-produto .section-1 .content .nav-tabs>li.done:hover>a {
  background-color: #eb088c!important;
  border: 2px solid #eb088c!important;
}

.view.qual-produto .section-1 .content .nav-tabs li:hover .detalhe.raio {
  opacity: 1;
  position: absolute;
  height: 20px;
  top: -5px;
  right: 70px;
  transform: rotate(-15deg);
}

.view.qual-produto .section-1 .content .nav-tabs li:hover:last-child .detalhe.raio {
  opacity: 1;
  right: -10px;
  top: 0;
}

.view.qual-produto .section-1 .content .nav-tabs li:hover .detalhe.triangulo {
  opacity: 1;
  position: absolute;
  width: 11px;
  bottom: 2px;
  left: 0px;
  transform: rotate(45deg);
}

@media (min-width: 1600px) {

}

@media (min-width: 1701px) {
  .view.qual-produto .section-1 .bg.bg-full {
    min-height: 890px;
  }

  .view.qual-produto .section-1 .content {
    top: 75px;
  }
}

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

}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {

}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.qual-produto .bg.bg-full {
    min-height: 610px;
  }
}

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

}

@media (max-width: 767px) {
  .bg_etapa_0 {
    min-height: 540px!important;
  }

  .bg_etapa_1 {
    min-height: 1680px!important;
  }

  .bg_etapa_3a {
    min-height: 1570px!important;
  }

  .bg_etapa_3b {
    min-height: 1870px!important;
  }

  .bg_etapa_4 {
    min-height: 940px!important;
  }

  .view.qual-produto .section-1 .content {
    top: 45px;
    padding: 0 20px!important;
  }

  .view.qual-produto .section-1 .content .nav-tabs {
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view.qual-produto .section-1 .content .nav-tabs li {
    float: left;
  }

  .view.qual-produto .section-1 .content .nav-tabs li a {
    font-size: 16px;
    padding: 8px 15px;
    margin-right: 19px;
  }

  .view.qual-produto .etapa-1 .control__indicator {
    height: 60px;
    width: 60px;
  }

  .view.qual-produto .etapa-1 .control.middle {
    margin: 0 25px;
  }

  .view.qual-produto .section-1 .content .nav-tabs li.active .detalhe.raio,
  .view.qual-produto .section-1 .content .nav-tabs li:hover .detalhe.raio {
    top: -5px;
    right: 7px;
  }
}


.view.resultado-busca .comp-list-produtos .column-1 {
  margin-top: 0;
}

.view.resultado-busca .comp-list-produtos .column-2 {
  margin-top: 0;
}

.view.resultado-busca .comp-list-produtos .column-3 {
  margin-top: 0;
}

.view.resultado-busca .comp-list-produtos .column-4 {
  margin-top: 0;
}

.view.resultado-busca .section-1.banner .titulo-section {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 65px;
  left: 0;
  right: 0;
}

.view.resultado-busca .section-1.banner .titulo-section h2.line1 {
  font-size: 44.27px;
  margin: 0;
  text-align: center;
  transform: rotate(-8deg);
}

.view.resultado-busca .section-1.banner .titulo-section h2.line2 {
  font-size: 63px;
  margin: -12px 0 0 0;
  text-align: center;
  transform: rotate(-8deg);
}

.view.resultado-busca .section-1.banner .titulo-section .shape-bg {
  position: absolute;
  top: 5px;
  z-index: -1;
  width: 70%;
  left: 16.5%;
  height: 120px;
  transform: rotate(0deg);
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-1 {
  width: 20px;
  top: -15px;
  left: 22%;
  transform: rotate(20deg);
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-6 {
  width: 25px;
  bottom: -35px;
  left: 15%;
  transform: rotate(-35deg);
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-1 {
  height: 35px;
  bottom: -65px;
  left: 31%;
  transform: rotate(-205deg);
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-3 {
  width: 22px;
  top: -30px;
  right: 9%;
  transform: rotate(10deg);
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-4 {
  width: 17px;
  top: 35px;
  right: 5%;
  transform: rotate(15deg);
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-5 {
  width: 18px;
  bottom: 0px;
  right: 14%;
  transform: rotate(25deg);
  z-index: -2;
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-7 {
  width: 15px;
  top: -13px;
  right: 25%;
  transform: rotate(-30deg);
  z-index: -2;
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-2 {
  height: 25px;
  bottom: 0px;
  right: 40px;
  transform: rotate(45deg);
}

.view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-3 {
  height: 38px;
  top: -60px;
  right: 110px;
  transform: rotate(315deg);
}

.view.resultado-busca .section-3 .titulo-menu,
.view.resultado-busca .section-4 .titulo-menu {
  margin-bottom: 20px;
}

.view.resultado-busca .section-3 .titulo-menu .titulo.enfeite,
.view.resultado-busca .section-4 .titulo-menu .titulo.enfeite {
  margin-top: 0!important;
}

.view.resultado-busca .section-3 .titulo-menu .titulo.enfeite .detalhe,
.view.resultado-busca .section-4 .titulo-menu .titulo.enfeite .detalhe {
  z-index: 0;
}

.view.resultado-busca .section-3 {
  background: #ffe4f4;
  padding: 50px 0 10px 0;
  z-index: 0;
}

.view.resultado-busca .section-4 {
  padding: 50px 0 10px 0;
}

.view.resultado-busca .section-3 .titulo-menu h2,
.view.resultado-busca .section-4 .titulo-menu h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.view.resultado-busca .section-3 .box-titulo {
  margin-top: 70px;
  padding-left: 75px;
  padding-right: 75px;
  margin-bottom: 0!important;
}

.view.resultado-busca .section-3 .box-titulo h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.resultado-busca .section-3 .box-titulo h2.line1 {
  font-size: 66px!important;
  margin: -5px 0 0 10px;
}

.view.resultado-busca .section-3 .box-titulo h2.line2 {
  font-size: 57px!important;
  margin: -20px 0 0 0!important;
}

.view.resultado-busca .section-3 .box-titulo h2.line3 {
  font-size: 75px!important;
  margin: -18px 0 0 0!important;
}

.view.resultado-busca .section-3 .box-titulo .detalhe {
  position: absolute;
  z-index: 1;
}

.view.resultado-busca .section-3 .box-titulo .detalhe.raio-1 {
  height: 25px;
  top: -45px;
  left: 70px;
  transform: rotate(130deg) rotateX(180deg);
}

.view.resultado-busca .section-3 .box-titulo .detalhe.raio-2 {
  height: 50px;
  bottom: 120px;
  left: 35px;
  transform: rotate(-40deg);
}

.view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-1 {
  width: 25px;
  top: -15px;
  left: 65px;
  transform: rotate(-85deg);
}

.view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-2 {
  width: 35px;
  bottom: 100px;
  right: 75px;
  transform: rotate(40deg);
}

.view.resultado-busca .section-3 .box-titulo .detalhe.raio-3 {
  height: 45px;
  top: -50px;
  right: 65px;
  transform: rotate(-35deg) rotateX(180deg);
}

.view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-3 {
  width: 20px;
  top: 10px;
  right: 55px;
  transform: rotate(-25deg);
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite {
  margin-top: 50px;
  padding: 10px 0;
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn {
  position: absolute;
  z-index: -1;
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.raio-1 {
  width: 7px;
  top: -13px;
  left: -13px;
  transform: rotate(-65deg);
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.triangulo-1 {
  width: 20px;
  bottom: -12px;
  top: initial;
  left: 10px;
  transform: rotate(25deg);
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.triangulo-2 {
  width: 20px;
  top: -5px;
  left: 35px;
  transform: rotate(75deg);
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.triangulo-3 {
  width: 14px;
  bottom: -12px;
  right: -3px;
  transform: rotate(80deg);
}

.view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.raio-2 {
  width: 11px;
  top: -28px;
  right: 5px;
  transform: rotate(-160deg);
}

.view.resultado-busca .section-3 .ir-para-blog,
.view.resultado-busca .section-4 .ir-para-produtos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite {
  margin-top: 20px;
  padding: 10px 100px;
  margin-bottom: 50px;
}

.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite {
  margin-top: 50px;
  padding: 10px 70px;
  margin-bottom: 50px;
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite .detalhe-btn,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite .detalhe-btn {
  position: absolute;
  z-index: -1;
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite:hover,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite:hover .fill-amarelo1,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite .detalhe-btn.raio-1,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite .detalhe-btn.raio-1 {
  width: 7px;
  top: -13px;
  left: -13px;
  transform: rotate(-65deg);
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite .detalhe-btn.triangulo-1,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite .detalhe-btn.triangulo-1 {
  width: 20px;
  bottom: -12px;
  top: initial;
  left: 10px;
  transform: rotate(25deg);
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite .detalhe-btn.triangulo-2,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite .detalhe-btn.triangulo-2 {
  width: 20px;
  top: -5px;
  left: 35px;
  transform: rotate(75deg);
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite .detalhe-btn.triangulo-3,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite .detalhe-btn.triangulo-3 {
  width: 14px;
  bottom: -12px;
  right: -3px;
  transform: rotate(80deg);
}

.view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite .detalhe-btn.raio-2,
.view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite .detalhe-btn.raio-2 {
  width: 11px;
  top: -28px;
  right: 5px;
  transform: rotate(-160deg);
}



.view.resultado-busca .section-4 .box-titulo {
  margin-top: 110px;
  padding-left: 25px;
  padding-right: 25px;
}

.view.resultado-busca .section-4 .box-titulo h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.resultado-busca .section-4 .box-titulo h2.line1,
.view.resultado-busca .section-4 .box-titulo h2.line2,
.view.resultado-busca .section-4 .box-titulo h2.line3 {
  font-size: 35px;
  margin: -5px 0 0 0;
}

.view.resultado-busca .section-4 .box-titulo .detalhe {
  position: absolute;
  z-index: 1;
}

.view.resultado-busca .section-4 .box-titulo .detalhe.raio.left {
  height: 30px;
  top: -50px;
  left: 15px;
  transform: rotate(-60deg);
}

.view.resultado-busca .section-4 .box-titulo .detalhe.triangulo.right {
  width: 22px;
  top: 100px;
  right: 30px;
  transform: rotate(-50deg);
}

.view.resultado-busca .section-4 .box-titulo .detalhe.triangulo.left {
  width: 15px;
  top: -15px;
  left: 15px;
  transform: rotate(25deg);
}

.view.resultado-busca .section-4 .box-titulo .btn-enfeite.faca-teste {
  margin-top: 42px;
  width: 93%;
  margin-left: 0%;
}

.view.resultado-busca .section-4 .box-titulo .btn-enfeite.faca-teste::before {
  top: -15px;
  left: -45px;
  height: 85px;
}

.view.resultado-busca .section-4 .box-titulo .btn-enfeite.ver-todos {
  margin-top: 30px;
  width: 93%;
  margin-left: 0%;
}

.view.resultado-busca .section-4 .box-titulo .btn-enfeite.ver-todos::before {
  top: -10px;
  left: -25px;
  height: 75px;
  width: 113%;
}

.view.resultado-busca.sem-resultado .section-3 {
  padding: 65px 0 90px 0;
  background: #fff;
}

.view.resultado-busca.sem-resultado .section-3 .vert-align {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo {
  margin-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0!important;
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line1 {
  font-size: 50px!important;
  margin: 0;
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line2 {
  font-size: 41px!important;
  margin: -15px 0 0 0!important;
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line3 {
  font-size: 49px!important;
  margin: -10px 0 0 0!important;
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe {
  position: absolute;
  z-index: 1;
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.raio-1 {
  height: 27px;
  top: inherit;
  bottom: -40px;
  left: -15px;
  transform: rotate(-60deg);
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.triangulo-1 {
  width: 24px;
  top: -10px;
  left: -5px;
  transform: rotate(-45deg);
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.triangulo-2 {
  width: 18px;
  top: 10px;
  bottom: inherit;
  right: 0px;
  transform: rotate(30deg);
}

.view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.raio-2 {
  height: 30px;
  top: -10px;
  bottom: inherit;
  left: inherit;
  right: -15px;
  transform: rotate(-50deg);
}

.view.resultado-busca.sem-resultado .section-3 .texto {
  padding-left: 0;
  padding-right: 95px;
}

.view.resultado-busca.sem-resultado .section-3 .btn-confira-blog {
  padding-left: 125px;
  padding-right: 0;
}

.view.resultado-busca.sem-resultado .section-3 .new-btn-enfeite .detalhe {
  position: absolute;
  z-index: -1;
}

.view.resultado-busca.sem-resultado .section-3 .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.resultado-busca.sem-resultado .section-3 .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: -12px;
  transform: rotate(25deg);
}

.view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.triangulo-2 {
  width: 20px;
  top: -5px;
  left: 40px;
  transform: rotate(75deg);
}

.view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.triangulo-3 {
  width: 12px;
  bottom: 2px;
  right: -11px;
  transform: rotate(80deg);
}

.view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.raio-2 {
  width: 10px;
  top: -25px;
  right: -4px;
  transform: rotate(-160deg);
}

.view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos {
  padding-left: 125px;
  padding-right: 0;
  margin-top: 18px;
  z-index: 2;
}

.view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.raio-1 {
  width: 7px;
  top: -14px;
  left: -15px;
  transform: rotate(-65deg);
}

.view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: -12px;
  transform: rotate(25deg);
}

.view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.triangulo-3 {
  width: 12px;
  bottom: -7px;
  right: -10px;
  transform: rotate(80deg);
}

.view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.raio-2 {
  width: 10px;
  top: -25px;
  right: 20px;
  transform: rotate(-160deg);
}

@media (min-width: 1701px) {
  .view.resultado-busca .item.padrao .imagem {
    height: 650px;
  }

  .view.resultado-busca .section-1.banner .titulo-section {
    top: 90px;
  }

  .view.resultado-busca .section-1.banner .titulo-section h2.line1 {
    font-size: 61.27px;
  }

  .view.resultado-busca .section-1.banner .titulo-section h2.line2 {
    font-size: 85px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .shape-bg {
    top: 5px;
    width: 65%;
    left: 18%;
    height: 170px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 30px;
    top: -20px;
    left: 135px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 40px;
    bottom: -100%;
    left: 13%;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 45px;
    bottom: -85px;
    left: 33%;
    transform: rotate(-205deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-7 {
    width: 20px;
    right: 26%;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-6 {
    width: 40px;
    bottom: -45px;
    left: 15%;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-3 {
    height: 50px;
    top: -75px;
    right: 165px;
    transform: rotate(310deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 30px;
    top: -30px;
    right: 10%;
    transform: rotate(10deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-4 {
    width: 24px;
    top: 50px;
    right: 8%;
    transform: rotate(20deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 25px;
    bottom: 5px;
    right: 17%;
    transform: rotate(20deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 40px;
    right: 75px;
  }

  .view.resultado-busca .section-3 .titulo-menu h2,
  .view.resultado-busca .section-4 .titulo-menu h2 {
    font-size: 30px;
  }

  .view.resultado-busca .section-3 .titulo-menu .titulo.enfeite .detalhe.triangulo,
  .view.resultado-busca .section-4 .titulo-menu .titulo.enfeite .detalhe.triangulo {
    width: 28px;
    z-index: 0;
    transform: rotateZ(25deg);
    bottom: 7px;
    left: -18px;
  }

  .view.resultado-busca .section-3 .box-titulo {
    margin-top: 130px;
    padding-left: 115px;
    padding-right: 115px;
  }

  .view.resultado-busca .section-3 .box-titulo h2.line1 {
    font-size: 79.35px!important;
    margin: -5px 0 0 25px!important;
  }

  .view.resultado-busca .section-3 .box-titulo h2.line2 {
    font-size: 71.57px!important;
    margin: -20px 0 0 20px!important;
  }

  .view.resultado-busca .section-3 .box-titulo h2.line3 {
    font-size: 91.66px!important;
    margin: -20px 0 0 15px!important;
  }

  .view.resultado-busca .section-3 .box-titulo .new-btn-enfeite {
    margin-top: 80px;
    padding: 12px 0;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-1 {
    width: 32px;
    top: -20px;
    left: 120px;
    transform: rotate(-95deg);
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.raio-2 {
    height: 65px;
    bottom: 180px;
    left: 75px;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-2 {
    width: 50px;
    bottom: 150px;
    right: 115px;
    transform: rotate(160deg);
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-3 {
    width: 28px;
    top: 20px;
    right: 95px;
    transform: rotate(-25deg);
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.raio-3 {
    height: 66px;
    top: -60px;
    right: 115px;
  }

  .view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.raio-1 {
    width: 12px;
    top: -18px;
    left: -17px;
  }

  .view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.triangulo-1 {
    width: 25px;
    bottom: -16px;
    left: 10px;
    transform: rotate(20deg);
  }

  .view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.triangulo-2 {
    width: 25px;
    top: -10px;
    left: 45px;
  }

  .view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.triangulo-3 {
    width: 20px;
    bottom: -15px;
  }

  .view.resultado-busca .section-3 .box-titulo .new-btn-enfeite .detalhe-btn.raio-2 {
    width: 15px;
    top: -36px;
  }

  .view.resultado-busca .section-4 .box-titulo h2.line1,
  .view.resultado-busca .section-4 .box-titulo h2.line2,
  .view.resultado-busca .section-4 .box-titulo h2.line3 {
    font-size: 51px;
  }

  .view.resultado-busca .section-4 .box-titulo .detalhe.triangulo.right {
    top: 150px;
  }

  .view.resultado-busca .section-4 .box-titulo .btn-enfeite.faca-teste {
    margin-top: 60px;
  }

  .view.resultado-busca .section-4 .box-titulo .btn-enfeite.faca-teste::before {
    top: -15px;
    left: -45px;
    height: 115px;
  }

  .view.resultado-busca .section-4 .box-titulo .btn-enfeite.ver-todos::before {
    top: -10px;
    left: -25px;
    height: 115px;
    width: 110%;
  }

  .view.resultado-busca .section-3 .ir-para-blog .new-btn-enfeite {
    margin-top: 50px;
    padding: 10px 130px;
    margin-bottom: 70px;
  }

  .view.resultado-busca .section-4 .ir-para-produtos .new-btn-enfeite {
    margin-bottom: 70px;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line3 {
    font-size: 54px!important;
    margin: -8px 0 0 20px!important;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line2 {
    font-size: 46px!important;
    margin: -15px 0 0 20px!important;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line1 {
    font-size: 54px!important;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.triangulo-1 {
    width: 26px;
    top: -15px;
    left: 20px;
    transform: rotate(-35deg);
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.raio-1 {
    height: 32px;
    bottom: -45px;
    left: 2px;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.triangulo-2 {
    width: 22px;
    top: 10px;
    right: 50px;
    transform: rotate(25deg);
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.raio-2 {
    height: 45px;
    top: -20px;
    right: 30px;
    transform: rotate(-50deg);
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    bottom: -15px;
    left: -15px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -10px;
    left: 60px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.triangulo-3 {
    width: 15px;
    bottom: 2px;
    right: -12px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-confira-blog .new-btn-enfeite .detalhe.raio-2 {
    width: 17px;
    top: -45px;
    right: -5px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.raio-2 {
    width: 17px;
    top: -45px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos {
    margin-top: 25px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.raio-1 {
    width: 11px;
    top: -20px;
    left: -20px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    bottom: -15px;
    left: -15px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos .new-btn-enfeite .detalhe.triangulo-3 {
    width: 15px;
    bottom: -10px;
    right: -11px;
  }

  .view.resultado-busca.sem-resultado .section-3 {
    padding: 25px 0 90px 0;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.resultado-busca .section-1.banner .titulo-section h2.line1 {
    font-size: 62px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .shape-bg {
    top: -5px;
    width: 68%;
    left: 18.5%;
    height: 125px;
    transform: rotate(-8deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section {
    top: 85px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: -5px;
    left: 65px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 50px;
    left: 10px;
    top: -30px;
    transform: rotate(-50deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-2 {
    left: 60px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-3 {
    right: 55px;
    width: 22px;
    top: -78px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-4 {
    right: 55px;
    width: 22px;
    top: -20px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 45px;
    bottom: -15px;
    right: 80px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 22px;
    bottom: 15px;
    right: 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.resultado-busca .section-1.banner .titulo-section h2.line1 {
    font-size: 60px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .shape-bg {
    width: 74%;
    left: 14.5%;
    height: 125px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: 0px;
    left: 30px;
    transform: rotate(30deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 47px;
    top: -23px;
    left: -20px;
    transform: rotate(-50deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 22px;
    right: 50px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-4 {
    width: 22px;
    right: 40px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 23px;
    bottom: 10px;
    right: 30px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 50px;
    bottom: -30px;
    right: 55px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.resultado-busca .section-1.banner .titulo-section h2.line1 {
    font-size: 52px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .shape-bg {
    width: 71%;
    left: 16.5%;
    height: 115px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: -15px;
    left: 40px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 45px;
    top: -36px;
    left: -10px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 22px;
    top: -68px;
    right: 42px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-4 {
    width: 22px;
    top: -20px;
    right: 40px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 22px;
    bottom: 5px;
    right: 30px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 50px;
    bottom: -35px;
    right: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.resultado-busca .section-1.banner .titulo-section h2.line1 {
    font-size: 42px;
  }

  .view.resultado-busca .section-1.banner .titulo-section {
    top: 50px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .shape-bg {
    height: 80px;
    top: 2px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-1 {
    top: 0px;
    left: 20px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-1 {
    left: -10px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 25px;
    bottom: -50px;
    left: 15px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-4 {
    right: -10px;
    top: -15px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 45px;
    bottom: -25px;
    right: 15px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-5 {
    bottom: 10px;
    right: -10px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-3 {
    top: -40px;
  }
}

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

}

@media (max-width: 767px) {
  .view.resultado-busca .section-1.banner .titulo-section {
    top: 15px;
  }

  .view.resultado-busca .section-1.banner .titulo-section h2.line1 {
    font-size: 25px;
    width: 96%;
  }

  .view.resultado-busca .section-1.banner .titulo-section h2.line2 {
    width: 98%;
    font-size: 32px;
    margin: -7px 0 0 -9px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-1 {
    width: 10px;
    top: 0px;
    left: 80px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-2 {
    width: 15px;
    bottom: -10px;
    left: 90px;
    transform: rotate(-15deg);
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-1 {
    height: 25px;
    top: 30px;
    left: 65px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-3 {
    width: 10px;
    top: 10px;
    right: 50px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-5 {
    width: 18px;
    bottom: 0px;
    right: 70px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.raio-2 {
    height: 25px;
    bottom: 5px;
    right: 25px;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-6 {
    display: none;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-4 {
    display: none;
  }

  .view.resultado-busca .section-1.banner .titulo-section .detalhe.triangulo-7 {
    width: 12px;
    top: 0px;
    right: 23%;
    transform: rotate(-30deg);
    z-index: -2;
  }

  .view.resultado-busca #menuRosa.owl-carousel {
    padding: 0;
  }

  .view.resultado-busca #menuRosa.owl-carousel .item-menu {
    font-size: 14px;
    padding: 15px 20px;
    margin-right: 0;
  }

  .view.resultado-busca .section-3 {
    padding: 30px 0;
  }

  .view.resultado-busca .section-3 .titulo-menu h2,
  .view.resultado-busca .section-4 .titulo-menu h2 {
    font-size: 24px;
    padding: 0 20px;
    margin: 0 0 0px 0;
  }

  .view.resultado-busca .section-3 .box-titulo {
    margin-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 50px!important;
  }

  .view.resultado-busca .section-3 .box-titulo h2.line1 {
    font-size: 53px!important;
    margin: -5px 0 0 0!important;
    text-align: center;
  }

  .view.resultado-busca .section-3 .box-titulo h2.line2 {
    font-size: 49px!important;
    margin: -15px 0 0 0!important;
    text-align: center;
  }

  .view.resultado-busca .section-3 .box-titulo h2.line3 {
    font-size: 64px!important;
    margin: -15px 0 0 0!important;
    text-align: center;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-1 {
    width: 20px;
    top: -10px;
    left: 45px;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.raio-1 {
    height: 25px;
    top: -40px;
    left: 50px;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.raio-2 {
    height: 40px;
    bottom: 130px;
    left: 30px;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-3 {
    width: 20px;
    top: 5px;
    right: 10px;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.raio-3 {
    right: 25px;
  }

  .view.resultado-busca .section-3 .box-titulo .detalhe.triangulo-2 {
    width: 30px;
    bottom: 90px;
    right: 25px;
  }

  .view.resultado-busca .section-3 .titulo-menu .titulo.enfeite .detalhe.raio,
  .view.resultado-busca .section-4 .titulo-menu .titulo.enfeite .detalhe.raio {
    top: -10px;
    right: 0px;
    height: 24px;
  }

  .view.resultado-busca .section-3 .titulo-menu .titulo.enfeite .detalhe.triangulo,
  .view.resultado-busca .section-4 .titulo-menu .titulo.enfeite .detalhe.triangulo {
    width: 15px;
    bottom: -7px;
    left: 10px;
  }

  .view.resultado-busca .section-4 {
    padding: 30px 0 60px 0;
  }

  .view.resultado-busca .section-4 .box-titulo h2.line1,
  .view.resultado-busca .section-4 .box-titulo h2.line2,
  .view.resultado-busca .section-4 .box-titulo h2.line3 {
    font-size: 30px;
    margin: -5px 0 0 0;
  }

  .view.resultado-busca .section-4 .box-titulo {
    margin-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .view.resultado-busca .section-4 .box-titulo .btn-enfeite.faca-teste {
    margin-top: 52px;
    width: 100%;
  }

  .view.resultado-busca .section-4 .box-titulo .btn-enfeite.ver-todos {
    margin-top: 30px;
    width: 100%;
  }

  .view.resultado-busca .section-4 .box-titulo .detalhe.triangulo.right {
    top: 75px;
  }

  .view.resultado-busca .section-4 .box-titulo .detalhe.triangulo.left {
    top: -10px;
    left: 25px;
  }

  .view.resultado-busca .section-4 .box-titulo .detalhe.raio.left {
    top: -40px;
    left: 25px;
  }

  .view.resultado-busca.sem-resultado .section-3 {
    padding: 15px 20px 70px 20px;
  }

  .view.resultado-busca.sem-resultado .section-3 .texto {
    padding-left: 0;
    padding-right: 0;
  }

  .view.resultado-busca.sem-resultado .section-3 .vert-align {
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-line-pack: inherit;
    align-content: inherit;
    display: block;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line1 {
    font-size: 46px!important;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line2 {
    font-size: 27px!important;
    margin: -8px 0 0 0!important;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo h2.line3 {
    font-size: 32px!important;
    margin: -10px 0 0 0!important;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-confira-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .view.resultado-busca.sem-resultado .section-3 .btn-todos-produtos {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px!important;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.triangulo-1 {
    width: 20px;
    top: -15px;
    left: 15px;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.raio-2 {
    top: -50px;
    right: 5px;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.triangulo-2 {
    top: -28px;
    right: 15px;
  }

  .view.resultado-busca.sem-resultado .section-3 .box-titulo .detalhe.raio-1 {
    bottom: -25px;
    left: 5px;
  }
}






.view.sobre .section-1 .bg.bg-full {
  min-height: 500px;
}

.view.sobre .section-1 .bg.bg-full .bglayer {
  background-image: url("/dist/img/sobre_banner.png");
  margin: 0;
  background-size: cover!important;
  box-sizing: border-box;
  width: 100%; height: 100%;
}

.view.sobre .section-1 .bg.bg-full .frontlayer {
  background-image: url("/dist/img/sobre_banner_detalhes.png")!important;
}

.view.sobre .section-1 .titulo-section {
  position: absolute;
  top: 90px;
  z-index: 10;
  padding: 0;
}

.view.sobre .section-3 .background-rosa {
  background-image: url("/dist/img/sobre_sec3_banner.png");
  background-size: 100% 100%!important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.view.sobre .section-3 .bg.bg-full .layer {
  box-sizing: content-box;
  margin: 40px 0 0 0;
}

.view.sobre .section-3 .bg.bg-full .bglayer {
  background-image: url("/dist/img/sobre_sec3_banner_detalhes.png")!important;
}

.view.sobre .section-3 .bg.bg-full .frontlayer {
  background-image: url("/dist/img/sobre_sec3_banner_mulher.png")!important;
  background-size: 72%!important;
  background-repeat: no-repeat!important;
  margin: 40px 0 0 70px;
}

.view.sobre .section-1 .titulo-section h2,
.view.sobre .section-2 .titulo-section h2,
.view.sobre .section-3 .titulo-section h2,
.view.sobre .section-3 .box-texto-botao h2,
.view.sobre .section-4 .titulo-section h2,
.view.sobre .section-5 .titulo-section h2 {
  text-align: left;
}

.view.sobre .section-1 .titulo-section h2 {
  font-style: italic;
}

.view.sobre .section-1 .titulo-section h2.line1 {
  font-size: 55.89px;
  margin: 0 0 0 0;
}

.view.sobre .section-1 .titulo-section h2.line3 {
  font-size: 67.4px;
  margin: 0;
}

.view.sobre .section-1 .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.view.sobre .section-1 .titulo-section .detalhe.raio.left {
  height: 47px;
  top: -15px;
  left: -20px;
  transform: rotate(-60deg);
}

.view.sobre .section-1 .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 35px;
  left: -25px;
  transform: rotate(25deg);
}

.view.sobre .section-1 .titulo-section .detalhe.raio.right {
  height: 40px;
  bottom: -5px;
  right: 34px;
  transform: rotate(150deg);
}

.view.sobre .section-1 .titulo-section .detalhe.triangulo.right {
  width: 25px;
  bottom: 2px;
  right: 50px;
  transform: rotate(-50deg);
}

.view.sobre .section-2 {
  padding: 100px 0 50px 0;
}

.view.sobre .section-2 .btn-enfeite {
  margin-top: 75px;
}

.view.sobre .section-2 .titulo-section h2.line1 {
  font-size: 32.72px;
  margin: 10px 0 -10px 20px!important;
  font-style: italic;
}

.view.sobre .section-2 .titulo-section h2.line2 {
  font-size: 114.64px;
  font-style: italic;
}

.view.sobre .section-2 .titulo-section h2.line3 {
  font-size: 177.32px;
  line-height: 0.4;
  font-style: italic;
}

.view.sobre .section-2 img.shape-bg {
  position: absolute;
  z-index: -1;
  transform: rotate(-12deg);
  width: 465px;
  height: 185px;
  bottom: -55px;
  left: -30px;
  max-width: unset;
}

.view.sobre .section-2 .texto {
  padding-left: 65px;
  padding-right: 0;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
}

.view.sobre .section-3 .box-texto-botao .detalhe {
  position: absolute;
  z-index: -1;
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite {
  width: 66%;
  margin-top: 70px;
  margin-left: 55px;
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite:hover {
  background: #20bec4!important;
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite:hover .fill-azul1 {
  fill: #ffdc18!important;
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.raio-1 {
  width: 7px;
  top: -22px;
  left: -15px;
  transform: rotate(-65deg);
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: -12px;
  transform: rotate(25deg);
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.triangulo-2 {
  width: 20px;
  top: -3px;
  left: 45px;
  transform: rotate(75deg);
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.triangulo-3 {
  width: 20px;
  bottom: -6px;
  right: 10px;
  transform: rotate(80deg);
}

.view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.raio-2 {
  width: 10px;
  top: -27px;
  right: -22px;
  transform: rotate(-160deg);
}

@media (min-width: 1701px) {
  .view.sobre .section-1 .bg.bg-full {
    min-height: 625px;
  }

  .view.sobre .section-1 .titulo-section {
    top: 120px;
    padding: 0 0 0 20px!important;
  }

  .view.sobre .section-1 .bg.bg-full .bglayer {
    background-image: url("../../dist/img/sobre_banner.png");
    margin: 0 -10px;
  }

  .view.sobre .section-1 .titulo-section h2.line1 {
    font-size: 68.89px!important;
  }

  .view.sobre .section-1 .titulo-section h2.line3 {
    font-size: 83.4px!important;
  }

  .view.sobre .section-2 img.shape-bg {
    bottom: -75px;
    width: 600px;
    height: 235px;
    left: -40px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.left {
    height: 55px!important;
    top: -10px!important;
    left: -5px!important;
    transform: rotate(-50deg);
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.left {
    width: 30px!important;
    top: 50px!important;
    left: 0px!important;
    transform: rotate(-95deg)!important;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.right {
    height: 55px!important;
    bottom: 5px!important;
    right: 20px!important;
    transform: rotate(155deg);
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.right {
    width: 40px!important;
    bottom: 10px!important;
    right: 46px!important;
    transform: rotate(-30deg);
  }

  .view.sobre .section-2 {
    padding: 130px 0 80px 0px!important;
  }

  .view.sobre .section-2 .btn-enfeite {
    margin-top: 75px!important;
  }

  .view.sobre .section-2 .titulo-section h2.line1 {
    font-size: 43.72px!important;
    margin: 0px 0 -15px 22px!important;
  }

  .view.sobre .section-2 .titulo-section h2.line2 {
    font-size: 149.64px!important;
  }

  .view.sobre .section-2 .titulo-section h2.line3 {
    font-size: 228.32px!important;
  }

  .view.sobre .section-2 .texto {
    padding-left: 95px!important;
    -moz-column-gap: 40px!important;
    -webkit-column-gap: 40px!important;
  }

  .view.sobre .section-3 .bg.bg-full {
    min-height: 980px!important;
  }

  .view.sobre .section-3 .titulo-section {
    top: 270px!important;
  }

  .view.sobre .section-3 .titulo-section h2 {
    transform: rotate(-7deg);
  }

  .view.sobre .section-3 .titulo-section h2.line1 {
    font-size: 110.11px!important;
  }

  .view.sobre .section-3 .titulo-section h2.line2 {
    font-size: 144.05px;
    margin: -57px 0 0;
    z-index: 10;
  }

  .view.sobre .section-3 .titulo-section h2.line3 {
    font-size: 189.71px !important;
    margin: -56px 0 0 !important;
    z-index: 20;
  }

  .view.sobre .section-3 .titulo-section h2.line4 {
    font-size: 119.14px!important;
    margin: -50px 0 0 0!important;
  }

  .view.sobre .section-3 .box-texto-botao {
    bottom: 110px!important;
    right: 230px!important;
  }

  .view.sobre .section-3 .box-texto-botao h2 {
    transform: rotate(-7deg);
  }

  .view.sobre .section-3 .box-texto-botao h2.line1 {
    font-size: 158.433px !important;
  }

  .view.sobre .section-3 .box-texto-botao h2.line2 {
    font-size: 98.433px !important;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite {
    width: 74%;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.raio-1 {
    width: 10px;
    top: -32px;
    left: -17px;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    left: -18px;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.triangulo-2 {
    width: 20px;
    top: -5px;
    left: 67px;
    transform: rotate(80deg);
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.triangulo-3 {
    width: 15px;
    bottom: -8px;
    right: 20px;
    transform: rotate(76deg);
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -40px;
    right: -35px;
  }

  .view.sobre .section-3 .bg.bg-full .frontlayer {
    background-size: 80%!important;
    margin: 40px 0 0 110px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.sobre .section-1 .bg.bg-full .bglayer {
    margin: 0px 80px;
    background-size: 81%!important;
  }

  .view.sobre .section-1 .titulo-section {
    padding-right: 50px!important;
  }

  .view.sobre .section-1 .titulo-section h2.line2 {
    margin: -5px 0 0 0;
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 40px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.left {
    height: 45px;
    top: -10px;
    left: -30px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.right {
    width: 30px;
    bottom: 5px;
    right: 125px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.right {
    bottom: 0px;
    right: 108px;
  }

  .section-2 .btn.btn-enfeite::before {
    background-size: cover;
    left: -40px;
    width: 100%;
    height: 110px;
  }

  .view.sobre .section-2 img.shape-bg {
    bottom: -65px;
    width: 465px;
    height: 195px;
  }

  .section-3 .bg.bg-full {
    min-height: 1010px;
  }

  .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-left: 9.5%;
  }

  .section-3.secao-mulher-central .box-texto-botao .btn-enfeite::before {
    height: 100px;
  }

  .section-3.secao-mulher-central .titulo-section h2.line1 {
    font-size: 105.11px;
  }

  .section-3.secao-mulher-central .titulo-section h2.line2 {
    font-size: 112.05px;
  }

  .section-3.secao-mulher-central .titulo-section h2.line3 {
    font-size: 137.71px;
  }

  .section-3.secao-mulher-central .titulo-section h2.line4 {
    font-size: 103.14px;
  }

  .view.sobre .section-3 .bg.bg-full .frontlayer {
    background-image: url("../../dist/img/sobre_sec3_banner_mulher.png")!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    margin: 40px 0 0 10px;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite {
    width: 67%;
    margin-top: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.sobre .section-1 .bg.bg-full .bglayer {
    margin: 0px -20px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.right {
    bottom: 7px;
    right: 75px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.right {
    height: 35px;
    bottom: 2px;
    right: 58px;
  }

  .view.sobre .section-2 .texto {
    padding-left: 125px;
  }

  .view.sobre .section-2 img.shape-bg {
    bottom: -65px;
    width: 495px;
    height: 200px;
  }

  .view.sobre .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    width: 75%;
    margin-left: 10%;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite {
    width: 70%;
    margin-top: 40px;
    margin-left: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .view.sobre .section-2 .btn.btn-enfeite::before {
    height: 100px;
  }

  .view.sobre .section-2 .btn-enfeite {
    margin-top: 105px;
  }

  .view.sobre .section-2 img.shape-bg {
    bottom: -60px;
    width: 445px;
    height: 200px;
  }

  .view.sobre .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    width: 80%;
    margin-left: 15%;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite {
    width: 78%;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .view.sobre .section-1 .titulo-section {
    left: 60px;
  }

  .view.sobre .section-1 .bg.bg-full {
    min-height: 410px;
  }

  .view.sobre .section-1 .titulo-section h2.line1 {
    font-size: 68.89px;
  }

  .view.sobre .section-1 .titulo-section h2.line2 {
    font-size: 50.71px;
  }

  .view.sobre .section-1 .titulo-section h2.line3 {
    font-size: 41.4px;
    margin: -10px 0 0 0;
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.right {
    bottom: 5px;
    right: 12px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.right {
    bottom: 5px;
    right: -5px;
  }

  .view.sobre .section-2 .titulo-section h2.line1 {
    font-size: 22.72px;
  }

  .view.sobre .section-2 .titulo-section h2.line2 {
    font-size: 81.64px;
  }

  .view.sobre .section-2 .titulo-section h2.line3 {
    font-size: 123.32px;
  }

  .view.sobre .section-2 img.shape-bg {
    bottom: -35px;
    width: 335px;
    height: 135px;
  }

  .view.sobre .section-2 .texto {
    padding-left: 35px;
  }

  .view.sobre .section-2 .btn.btn-enfeite::before {
    height: 90px;
  }

  .view.sobre .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 40px;
    margin-left: 10%;
  }
}

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

}

@media (max-width: 767px) {
  .view.sobre .section-1 {
    background-size: cover!important;
  }

  .view.sobre .section-1 .bg.bg-full .bglayer {
    display: none;
  }

  .view.sobre .section-1 .bg.bg-full {
    min-height: 240px;
  }

  .view.sobre .section-1 .titulo-section {
    width: 98%;
    top: 35px;
    left: 0;
  }

  .view.sobre .section-1 .titulo-section h2.line1 {
    font-size: 54.42px;
    text-align: center;
    line-height: 1em;
  }

  .view.sobre .section-1 .titulo-section h2.line2 {
    font-size: 37.05px;
    text-align: center;
    margin: -4px 0 0 0;
  }

  .view.sobre .section-1 .titulo-section h2.line3 {
    font-size: 33.14px;
    text-align: center;
    margin: -5px 0 0 0;
  }

  .view.sobre .section-2 img.shape-bg {
    bottom: inherit;
    width: 280px;
    height: 115px;
    left: 5px;
    top: 85px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.left {
    left: 30px;
    top: 5px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.right {
    top: 120px;
    right: 20px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.left {
    height: 31px;
    top: -15px;
    left: 15px;
    transform: rotate(-12deg);
  }

  .view.sobre .section-2 {
    padding: 30px 0 30px 0;
  }

  .view.sobre .section-2 .titulo-section h2.line1 {
    font-size: 21.72px;
    margin: 10px 0 -10px 0px!important;
    text-align: center;
  }

  .view.sobre .section-2 .titulo-section h2.line2 {
    font-size: 71.64px;
    text-align: center;
  }

  .view.sobre .section-2 .titulo-section h2.line3 {
    font-size: 109.32px;
    margin-top: 15px;
    text-align: center;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.right {
    height: 40px;
    bottom: -25px;
    right: 30px;
    transform: rotate(220deg);
  }

  .view.sobre .section-2 .texto {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }

  .view.sobre .section-2 .btn-enfeite {
    margin-top: 55px;
  }

  .view.sobre .section-3 .titulo-section {
    width: 98%;
    top: 0;
    left: 0;
  }

  .view.sobre .section-3 {
    padding: 0!important;
  }

  .view.sobre .section-3 .bg.bg-full {
    min-height: 660px;
  }

  .view.sobre .section-3 .bg.bg-full .bglayer {
    display: none;
  }

  .view.sobre .section-3 .bg.bg-full .frontlayer {
    margin: 0;
    background-size: cover!important;
    background-position: center center;
    width: 100%; height: 100%;
  }

  .view.sobre .section-3.secao-mulher-central .titulo-section {
    top: 35px;
    width: 100%;
  }

  .view.sobre .section-3.secao-mulher-central .titulo-section h2.line1 {
    padding-left: 20px;
    font-size: 30.11px;
  }

  .view.sobre .section-3.secao-mulher-central .titulo-section h2.line2 {
    padding-left: 20px;
    font-size: 34.05px;
    margin: -24px 0 0 0;
  }

  .view.sobre .section-3.secao-mulher-central .titulo-section h2.line3 {
    padding-left: 20px;
    font-size: 45.71px;
    margin: -16px 0 0 0;
  }

  .view.sobre .section-3.secao-mulher-central .titulo-section h2.line4 {
    padding-left: 20px;
    font-size: 35.14px;
    margin: -17px 0 0 0;
  }

  .view.sobre .section-3.secao-mulher-central .box-texto-botao {
    bottom: 25px;
    right: 20px;
  }

  .view.sobre .section-3.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 28.33px;
    text-align: right;
  }

  .view.sobre .section-3.secao-mulher-central .box-texto-botao h2.line2 {
    font-size: 55.33px;
    margin: -14px 0 0 0;
    text-align: right;
  }

  .view.sobre .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 15px;
    margin-left: 14.5%;
  }

  .view.sobre .section-3 .box-texto-botao .new-btn-enfeite {
    width: 90%;
    margin-top: 30px;
    margin-left: 0;
  }

  .view.sobre .comp-faca-o-teste .background-rosa {
    background-size: cover;
    background-position: 20%;
  }
}
.view.view404 .section-5 .titulo-section h2,
.view.view404 .section-5 .box-texto-botao h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.view.view404 .section-5 .bg.bg-full .layer {
  box-sizing: content-box;
  /*margin: 50px -200px;*/
}

.view.view404 .section-5.secao-mulher-central .box-texto-botao {
  top: 37%;
  z-index: 10;
}

.view.view404 .section-5 .background-rosa {
  background: rgba(0, 0, 0, 0) url("/dist/img/background_404.png") no-repeat scroll 0 30% / cover;
  max-height: calc(100vh - 80px);
}

.view.view404 .section-5 .bg.bg-full {
  min-height: 1280px;
  text-align: center;
}

.view.view404 .section-5 .bg.bg-full .bglayer {
  background-image: url("/dist/img/home_sec5_banner_detalhes.png");
}

.view.view404 .section-5 .bg.bg-full .frontlayer {
  background-image: url("/dist/img/home_sec5_banner_mulher.png");
}

.view.view404 .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
  margin-top: 50px;
  margin-left: 7.5%;
}

.view.view404 .section-5 .pub {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  width: 90%;
  left: 5%;
}

.view.view404 .section-5 .pub img:hover {
  transform: scale(1.05) rotate(1deg);
}

.view.view404 .section-5 .box-texto-botao h2.line1 {
  position: relative;
  z-index: 1;
}

.view.view404 .section-5 .box-texto-botao h2.line2 {
  position: relative;
  z-index: -1;
}

.view.view404 .section-5 .box-texto-botao h2.line3 {
  position: relative;
  z-index: 1;
}

@media (min-width: 1701px) {
  .view.view404 .section-5 .bg.bg-full {
    min-height: 1350px!important;
  }

  .view.view404 .section-5 .bg.bg-full .layer {
    margin: -50px 90px;
  }

  .view.view404 .section-5 .titulo-section {
    top: 150px!important;
  }

  .view.view404 .section-5 .titulo-section h2 {
    transform: rotate(-7deg);
  }

  .view.view404 .section-5 .titulo-section h2.line1 {
    font-size: 300.11px;
    text-align: center;
  }

  .view.view404 .section-5 .titulo-section h2.line2 {
    font-size: 134.05px !important;
    margin: -55px 0 0 0 !important;
  }

  .view.view404 .section-5 .titulo-section h2.line3 {
    font-size: 179.71px !important;
    margin: -56px 0 0 !important;
    z-index: 20;
  }

  .view.view404 .section-5 .titulo-section h2.line4 {
    font-size: 119.14px!important;
    margin: -55px 0 0 0!important;
  }

  .view.view404 .section-5 .box-texto-botao {
    bottom: 110px!important;
    right: 230px!important;
  }

  .view.view404 .section-5 .box-texto-botao h2 {
    transform: rotate(-7deg);
  }

  .view.view404 .section-5 .box-texto-botao h2.line1 {
    font-size: 138.433px !important;
  }

  .view.view404 .section-5 .box-texto-botao h2.line2 {
    font-size: 78.433px !important;
    margin-left: 20px;
    margin-top: -35px;
  }

  .view.view404 .section-5 .box-texto-botao h2.line3 {
    font-size: 78.433px !important;
    margin-left: 20px;
    margin-top: -20px;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao {
    top: 25%;
  }

  .view.view404 .section-5 .pub {
    bottom: -5px;
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.view404 .section-5 .titulo-section {
    top: 100px;
  }

  .view.view404 .section-5 .titulo-section h2.line1 {
    font-size: 280.11px;
    text-align: left;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao {
    top: 17%;
  }

  .view.view404 .section-5 .box-texto-botao h2.line1 {
    font-size: 138.433px !important;
  }

  .view.view404 .section-5 .box-texto-botao h2.line2 {
    font-size: 78.433px !important;
    margin-left: 20px;
    margin-top: -35px;
  }

  .view.view404 .section-5 .box-texto-botao h2.line3 {
    font-size: 78.433px !important;
    margin-left: 20px;
    margin-top: -20px;
  }

  .view.view404 .section-5 .bg.bg-full .layer {
    box-sizing: content-box;
    /*margin: 51px -94px;*/
  }

  .view.view404 .section-5 .pub {
    bottom: -5px;
    padding-left: 60px!important;
    padding-right: 60px!important;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.view404 .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-left: 11.5%;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao {
    top: 27%;
  }

  .view.view404 .section-5 .titulo-section h2.line1 {
    font-size: 260.11px;
    text-align: center;
  }

  .view.view404 .section-5 .box-texto-botao h2.line1 {
    font-size: 108.433px !important;
  }

  .view.view404 .section-5 .box-texto-botao h2.line2 {
    font-size: 58.433px !important;
    margin-left: 20px;
    margin-top: -25px;
  }

  .view.view404 .section-5 .box-texto-botao h2.line3 {
    font-size: 58.433px !important;
    margin-left: 20px;
    margin-top: -15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.view404 .section-3.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 54px;
  }

  .view.view404 .section-4 .shape-bg-2 {
    top: 9.5%;
    right: 11.5%;
  }

  .view.view404 .section-4 .shape-bg-3 {
    top: 22%;
  }

  .view.view404 .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-left: 14.5%;
  }

  .view.view404 .section-5.secao-mulher-central .titulo-section {
    top: 140px;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao {
    top: 27%;
  }

  .view.view404 .section-5 .titulo-section h2.line1 {
    font-size: 260.11px;
    text-align: center;
  }

  .view.view404 .section-5 .box-texto-botao h2.line1 {
    font-size: 108.433px !important;
  }

  .view.view404 .section-5 .box-texto-botao h2.line2 {
    font-size: 58.433px !important;
    margin-left: 20px;
    margin-top: -25px;
  }

  .view.view404 .section-5 .box-texto-botao h2.line3 {
    font-size: 58.433px !important;
    margin-left: 20px;
    margin-top: -15px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .view.view404 .section-5 .bg.bg-full {
    min-height: 990px;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 30px;
  }

  .view.view404 .section-5 .bg.bg-full .layer {
    margin: 50px -355px;
  }
}

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

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

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

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

}

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

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

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

@media (max-width: 767px) {
  .view.view404 .section-5 .bg.bg-full {
    min-height: 450px;
  }

  .view.view404 .section-5.secao-mulher-central .titulo-section {
    left: 0;
    top: 0;
    width: 100%;
  }

  .view.view404 .section-5.secao-mulher-central .titulo-section h2.line1 {
    font-size: 112.11px;
    text-align: center;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao {
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 48.33px;
    text-align: center;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao h2.line2 {
    font-size: 49.33px;
    margin: 0;
    text-align: center;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao h2.line3 {
    font-size: 49.33px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0;
  }

  .view.view404 .section-5.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 25px;
    margin-left: 10%;
    width: 80%;
    padding: 8px 30px;
  }

  .view.view404 .section-5 .bg.bg-full .frontlayer {
    background-image: none;
  }












}
.aba-titulo-botao {
  padding-right: 45px;
}

.aba-titulo-botao h4.titulo {
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 35px;
  z-index: 1;
}

.aba-titulo-botao h4.titulo .detalhe {
  position: absolute;
  bottom: 5px;
  left: -15px;
  z-index: -1;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

}

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

}

@media (max-width: 767px) {

}

@media (max-width: 384px) {

}
.banner-topo.banner .titulo-section {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 75px;
  left: 0;
  right: 0;
}

.banner-topo.banner .titulo-section h2.line1 {
  font-size: 72px;
  text-align: center;
  transform: rotate(-8deg);
}

.banner-topo.banner .titulo-section .shape-bg {
  position: absolute;
  top: -10px;
  z-index: -1;
  width: 88%;
  left: 9.5%;
  height: 135px;
  transform: rotate(-8deg);
}

.banner-topo.banner .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.banner-topo.banner .titulo-section .detalhe.triangulo-1 {
  width: 20px;
  top: -10px;
  left: 20px;
  transform: rotate(30deg);
}

.banner-topo.banner .titulo-section .detalhe.raio-1 {
  height: 37px;
  top: -27px;
  left: -15px;
  transform: rotate(-45deg);
}

.banner-topo.banner .titulo-section .detalhe.triangulo-3 {
  width: 17px;
  top: -68px;
  right: 10px;
  transform: rotate(-30deg);
}

.banner-topo.banner .titulo-section .detalhe.triangulo-4 {
  width: 17px;
  top: -23px;
  right: 0px;
  transform: rotate(13deg);
}

.banner-topo.banner .titulo-section .detalhe.triangulo-5 {
  width: 18px;
  bottom: 20px;
  right: -10px;
  transform: rotate(25deg);
}

.banner-topo.banner .titulo-section .detalhe.raio-2 {
  height: 50px;
  bottom: -20px;
  right: 20px;
  transform: rotate(155deg);
}

.banner-topo .box-login {
  position: absolute;
  right: 20px;
  top: 20px;
  float: left;
  z-index: 10;
}

.banner-topo .box-login .btn.btn-escrever,
.banner-topo .box-login .btn.btn-login {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 99;
}

.banner-topo .box-login .btn-login img {
  margin-right: 5px;
  height: 30px;
}

.banner-topo .box-login .btn-login img.logout {
  width: 20px;
}

.banner-topo .box-login .btn-escrever img {
  margin-right: 10px;
  height: 30px;
}

.banner-topo .box-login .btn-escrever img.img-normal {
  display: block;
}

.banner-topo .box-login .btn-escrever:active img.img-normal {
  display: none;
}

.banner-topo .box-login .btn-escrever:hover img.img-normal {
  display: none;
}

.banner-topo .box-login .btn-escrever img.img-hover {
  display: none;
}

.banner-topo .box-login .btn-escrever:active img.img-hover {
  display: block;
}

.banner-topo .box-login .btn-escrever:hover img.img-hover {
  display: block;
}

.banner-topo .box-login .btn-login.active .img-normal {
  display: none;
}

.banner-topo .box-login .btn-login,
.banner-topo .box-login .btn-escrever {
  box-shadow: none;
  border-radius: 0;
}

.banner-topo .box-login .btn-login:hover {
  background-color: #561f7f !important;
}

.banner-topo .box-login .btn-escrever:hover {
  background-color: #eb088c !important;
  color: #fff !important;
}

.banner-topo .box-login .btn-voltar:hover {
  background-color: #eb088c!important;
}

.banner-topo .box-login .formulario.login {
  position: absolute;
  background: #e6e6e6;
  top: 47px;
  left: 0;
  width: 288px;
  z-index: 100;
  display: none;
}

.banner-topo .box-login .formulario.login .form-content {
  padding: 22px;
}



.banner-topo .box-login .formulario.login .cad-btn-esquecisenha {
  margin-top: 22px;
}

.banner-topo .box-login .formulario.login .form-group .form-control {
  border: 2px solid #fff;
  font-size: 15px;
  padding: 8px 10px;
  box-shadow: none;
}

.banner-topo .box-login .formulario.login .form-group.cad {
  margin-bottom: 0;
}

.banner-topo .box-login .formulario.login .form-group.dropdown .dropdown-menu {
  margin: 40px 0 0 0;
  left: -75px;
  height: 165px;
  overflow: overlay;
}

.banner-topo .box-login .formulario.login .form-group.dropdown .dropdown-menu li {
  font-size: 14px;
  padding: 10px;
  color: #561f7f;
}

.banner-topo .box-login .formulario.login .form-group.dropdown .dropdown-menu li:hover {
  color: #fff;
}

.banner-topo .box-login .formulario.login .form-group {
  margin-bottom: 10px;
}

.banner-topo .box-login .formulario.login .form-group.dropdown .dropdown-form {
  width: 100%;
  font-size: 15px;
  padding: 8px 10px;
  height: auto;
  background: #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  color: #561f7f;
  font-family: 'Oswald', sans-serif;
  font-weight: lighter;
}

.banner-topo .box-login .formulario.login .form-group.dropdown .dropdown-form:active {
  box-shadow: none;
}

.banner-topo .box-login .formulario.login .form-group.dropdown .dropdown-form:hover {
  background: #fff;
}

.banner-topo .box-login .formulario.login .form-group.dropdown.open .dropdown-form .caret,
.banner-topo .box-login .formulario.login .form-group.dropdown .dropdown-form .caret {
  position: absolute!important;
  background-image: url("/dist/img/dd_arrow_close_roxo.png")!important;
  background-repeat: no-repeat!important;
  background-position: 50% 50%!important;
  border: none!important;
  padding: 4px!important;
  right: 10px!important;
  top: 16px!important;
  background-size: cover!important;
  width: 10px!important;
}

.banner-topo .box-login .formulario.login .form-group .dropdown.open .dropdown-form {
  border-bottom: 3px solid #fff!important;
  background-color: #fff;
}

.banner-topo .box-login .formulario.login .form-group.dropdown .select-menu {
  left: 0;
  right: 0;
}

.banner-topo .box-login .formulario.login .btn-fb {
  background: #3a5898!important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 24px;
  padding-right: 24px;
}

.banner-topo .box-login .formulario.login#formLogin .btn-fb {
  margin-bottom: 22px;
}

.banner-topo .box-login .formulario.login .btn-fb img {
  margin-right: 10px;
}

.banner-topo .box-login .formulario.login .middle-label {
  margin: 15px 0;
  color: #6d6d6d;
  text-align: center;
  line-height: 1;
}

@media (min-width: 1701px) {
  .banner-topo.banner .titulo-section {
    top: 120px;
  }

  .banner-topo.banner .titulo-section .shape-bg {
    top: -25px;
    width: 65%;
    left: 20%;
    height: 160px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-1 {
    width: 30px;
    top: -30px;
    left: 95px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-2 {
    width: 40px;
    bottom: -100%;
    left: 13%;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-1 {
    height: 60px;
    top: -62px;
    left: 35px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-3 {
    width: 25px;
    top: -110px;
    right: 85px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-4 {
    width: 25px;
    right: 85px;
    top: -41px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-5 {
    width: 25px;
    bottom: 10px;
    right: 70px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-2 {
    height: 60px;
    bottom: -40px;
    right: 100px;
  }

  .banner-topo .box-login .formulario.login {
    top: 56px;
  }

  .banner-topo .box-login .formulario.login .btn-fb {
    font-size: 15.5px;
  }

  .banner-topo .box-login {
    right: 30px;
    top: 30px;
  }

  .banner-topo .box-login .formulario.login .form-group.cad a {
    font-size: 16px;
  }

  .banner-topo .box-login .formulario.login .form-group.cad .btn {
    font-size: 16px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .banner-topo.banner .titulo-section h2.line1 {
    font-size: 62px;
  }

  .banner-topo.banner .titulo-section .shape-bg {
    top: -5px;
    width: 68%;
    left: 18.5%;
    height: 125px;
    transform: rotate(-8deg);
  }

  .banner-topo.banner .titulo-section {
    top: 85px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: -5px;
    left: 65px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-1 {
    height: 50px;
    left: 10px;
    top: -30px;
    transform: rotate(-50deg);
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-2 {
    left: 60px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-3 {
    right: 55px;
    width: 22px;
    top: -78px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-4 {
    right: 55px;
    width: 22px;
    top: -20px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-2 {
    height: 45px;
    bottom: -15px;
    right: 80px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-5 {
    width: 22px;
    bottom: 15px;
    right: 50px;
  }

  .banner-topo .box-login {
    right: 30px;
  }

  .banner-topo .box-login .formulario.login {
    top: 56px;
  }

  .banner-topo .box-login .formulario.login .btn-fb {
    font-size: 15.5px;
  }

  .banner-topo .box-login {
    right: 30px;
    top: 30px;
  }

  .banner-topo .box-login .formulario.login .form-group.cad a {
    font-size: 16px;
  }

  .banner-topo .box-login .formulario.login .form-group.cad .btn {
    font-size: 16px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-topo.banner .titulo-section h2.line1 {
    font-size: 60px;
  }

  .banner-topo.banner .titulo-section .shape-bg {
    width: 74%;
    left: 14.5%;
    height: 125px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: 0px;
    left: 30px;
    transform: rotate(30deg);
  }

  .banner-topo.banner .titulo-section .detalhe.raio-1 {
    height: 47px;
    top: -23px;
    left: -20px;
    transform: rotate(-50deg);
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-3 {
    width: 22px;
    right: 50px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-4 {
    width: 22px;
    right: 40px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-5 {
    width: 23px;
    bottom: 10px;
    right: 30px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-2 {
    height: 50px;
    bottom: -30px;
    right: 55px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .banner-topo.banner .titulo-section h2.line1 {
    font-size: 52px;
  }

  .banner-topo.banner .titulo-section .shape-bg {
    width: 71%;
    left: 16.5%;
    height: 115px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-1 {
    width: 25px;
    top: -15px;
    left: 40px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-1 {
    height: 45px;
    top: -36px;
    left: -10px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-3 {
    width: 22px;
    top: -68px;
    right: 42px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-4 {
    width: 22px;
    top: -20px;
    right: 40px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-5 {
    width: 22px;
    bottom: 5px;
    right: 30px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-2 {
    height: 50px;
    bottom: -35px;
    right: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .banner-topo.banner .titulo-section h2.line1 {
    font-size: 42px;
  }

  .banner-topo.banner .titulo-section {
    top: 50px;
  }

  .banner-topo.banner .titulo-section .shape-bg {
    height: 80px;
    top: 2px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-1 {
    top: 0px;
    left: 20px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-1 {
    left: -10px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-2 {
    width: 25px;
    bottom: -50px;
    left: 15px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-4 {
    right: -10px;
    top: -15px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-2 {
    height: 45px;
    bottom: -25px;
    right: 15px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-5 {
    bottom: 10px;
    right: -10px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-3 {
    top: -40px;
  }
}

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

}

@media (max-width: 767px) {
  .banner-topo.banner .titulo-section {
    top: 6px;
  }

  .banner-topo.banner .titulo-section h2.line1 {
    font-size: 25px;
    width: 96%;
  }

  .banner-topo.banner .titulo-section .shape-bg {
    top: 10px;
    width: 52%;
    left: 24.5%;
    height: 50px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-1 {
    width: 15px;
    top: 10px;
    left: 50px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-2 {
    width: 15px;
    bottom: -10px;
    left: 90px;
    transform: rotate(-15deg);
  }

  .banner-topo.banner .titulo-section .detalhe.raio-1 {
    height: 25px;
    top: 35px;
    left: 25px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-3 {
    width: 10px;
    top: 10px;
    right: 50px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-5 {
    width: 18px;
    bottom: -10px;
    right: 50px;
  }

  .banner-topo.banner .titulo-section .detalhe.raio-2 {
    height: 25px;
    bottom: 5px;
    right: 25px;
  }

  .banner-topo.banner .titulo-section .detalhe.triangulo-4 {
    display: none;
  }

  .banner-topo .box-login {
    display: none;
  }
}
.video-playing header {
  background-color: transparent !important;
  height: 0;
}

.video-playing .header-desktop {
  background-color: transparent !important;
}

.video-playing .header-desktop .content-header {
  display: none;
}

.video-playing .header-desktop .menu-pesquisa {
  display: none;
}

.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 .video-shield {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.15);
}

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

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

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

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

.banner-view.video.playing .close-video img {
  width: 50px;
  height: 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.video.playing ~ .container .titulo-section.hide-on-video {
  display: none;
}

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

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

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

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

@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: 280px;
    width: 25%;
  }

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

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

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

/**********************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,
  .banner-view.video {
    padding: 0;
  }

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

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

  .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;
  }

  .video-playing header {
    height: 60px;
  }

  .banner-view .close-video {
    top: 15px;
    right: 10px;
  }
}

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

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

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

@media (max-width: 384px) {

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

}

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

}

@media (max-width: 767px) {

}

@media (max-width: 384px) {

}
.bg.bg-full {
  position: relative;
  height: 100%;
  min-height: 700px;
  overflow: hidden;
  text-align: center;
}

.bg.bg-full #landing-cover,
.bg.bg-full .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg.bg-full #landing-cover {
  /*z-index: 1;*/
  overflow: hidden;
  opacity: 1;
  transition: opacity .8s;
}

.bg.bg-full .layer {
  box-sizing: content-box;
  padding: 50px 200px;
  margin: -50px -200px;
  left: 0px;
  top: 0px;
}

.bg.bg-full .bglayer {
  background-image: url("/dist/img/bg_full.png?1=1");
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate3d(0,0,0);
  transform-style: preserve-3d;
  /*// Adds a delay for the movement*/
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /*// Adds a delay for the movement*/
}

.bg.bg-full .frontlayer {
  background-image: url("/dist/img/bg_full_detalhes.png");
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate3d(0,0,0);
  transform-style: preserve-3d;
  /*// Adds a delay for the movement*/
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /*// Adds a delay for the movement*/
}

.bg.bg-full .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.28);*/
}
.section-criar-post {
  padding: 65px 0 90px 0;
}

.section-criar-post .vert-align {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.section-criar-post .titulo-section h2 {
  text-align: left;
  transform: rotate(-5deg);
  font-style: italic;
}

.section-criar-post .titulo-section h2.line1 {
  font-size: 65.35px;
  margin: 0 0 0 0;
}

.section-criar-post .titulo-section h2.line2 {
  font-size: 64.71px;
  margin: -20px 0 0 0;
}

.section-criar-post .titulo-section h2.line3 {
  font-size: 71.4px;
  margin: -20px 0 0 0;
}

.section-criar-post .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.section-criar-post .titulo-section .detalhe.triangulo.left {
  width: 18px;
  top: 0px;
  left: -20px;
  transform: rotate(25deg);
}

.section-criar-post .titulo-section .detalhe.raio.left {
  height: 20px;
  top: -20px;
  left: -15px;
  transform: rotate(115deg);
}

.section-criar-post .titulo-section .detalhe.triangulo.left.bottom {
  width: 18px;
  top: 220px;
  left: -20px;
  transform: rotate(-20deg);
}

.section-criar-post .titulo-section .detalhe.raio.left.bottom {
  height: 50px;
  top: 160px;
  left: -35px;
  transform: rotate(145deg);
}

.section-criar-post .titulo-section .detalhe.triangulo.right {
  width: 30px;
  bottom: 5px;
  right: 35px;
  transform: rotate(160deg);
}

.section-criar-post .titulo-section .detalhe.raio.right {
  height: 40px;
  bottom: 15px;
  right: 20px;
  transform: rotate(-55deg);
}

.section-criar-post .texto {
  padding-left: 75px;
  padding-right: 0;
}

.section-criar-post .btn-criar-post {
  padding-left: 135px;
  padding-right: 0;
}

.section-criar-post .btn-criar-post .new-btn-enfeite .detalhe {
  position: absolute;
  z-index: -1;
}

.section-criar-post .btn-criar-post .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.section-criar-post .btn-criar-post .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
  width: 7px;
  top: -12px;
  left: -25px;
  transform: rotate(-65deg);
}

.section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: -12px;
  transform: rotate(25deg);
}

.section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
  width: 20px;
  top: -3px;
  left: 45px;
  transform: rotate(75deg);
}

.section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
  width: 20px;
  bottom: -6px;
  right: 10px;
  transform: rotate(80deg);
}

.section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
  width: 10px;
  top: -25px;
  right: 20px;
  transform: rotate(-160deg);
}



.section-siga-nos ul {
  display: none;
  flex-wrap: wrap;
}
.section-siga-nos ul.-loaded {
  display: flex;
}
.section-siga-nos ul li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20%;
  height: 20vw;
}
.section-siga-nos ul li.info {
  order: 1;
  padding: 45px 40px;
}
.section-siga-nos ul li.info p {
  background-image: url("/dist/img/newsletter_shape.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 22.32px;
  text-align: center;
  padding: 15px 15px 15px 5px;
  margin-top: -10px;
  margin-bottom: 0;
  transform: rotate(-3deg);
}

.section-siga-nos ul li.info article {
  margin: 15px 0 25px 0;
}

.section-siga-nos ul li.info a.btn.bg-rosa1:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.section-newsletter {
  padding: 45px 0px 20px 0;
}

#divugacao_soulpower_form_msg {
  position: relative;
  left: 50%;
  margin-left: -182.5px;
}

.section-newsletter div p {
  position: absolute;
  width: 19%;
  top: -34px;
  left: -5px;
  background-image: url("/dist/img/titulo_tinta_roxa_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 24.32px;
  padding: 20px 15px 25px 35px;
  transform: rotate(-9deg);
  font-style: italic;
}

.section-newsletter .form-group input ~ label {
  position: absolute;
  left: 18px;
  top: 3px;
  z-index: 4;
  pointer-events: none;
  font-size: 2.75rem;
  padding: 0 6px;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s ease all;
  line-height: 1.3;
}

.section-newsletter .form-group input:valid ~ label,
.section-newsletter .form-group input:focus ~ label {
  top: -20px;
  color: #20bec4!important;
}

@media (min-width: 1920px) {
  .section-newsletter .form-group input ~ label {
    top: 14px;
  }
}

@media (min-width: 1701px) {
  .section-criar-post .titulo-section h2.line1 {
    font-size: 79.35px;
  }

  .section-criar-post .titulo-section h2.line2 {
    font-size: 78.52px;
  }

  .section-criar-post .titulo-section h2.line3 {
    font-size: 89.02px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 5px;
    left: -25px;
    transform: rotate(15deg);
  }

  .section-criar-post .titulo-section .detalhe.raio.left {
    height: 35px;
    top: -30px;
    left: -20px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left.bottom {
    width: 25px;
    top: 260px;
    left: -30px;
    transform: rotate(-20deg);
  }

  .section-criar-post .titulo-section .detalhe.raio.left.bottom {
    height: 45px;
    top: 205px;
    left: -40px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.right {
    width: 40px;
    bottom: 5px;
    right: 85px;
  }

  .section-criar-post .titulo-section .detalhe.raio.right {
    height: 50px;
    bottom: 15px;
    right: 60px;
  }

  .section-criar-post .btn-criar-post {
    padding-left: 185px;
  }

  .section-criar-post .texto {
    padding-left: 90px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -35px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
    width: 25px;
    bottom: -10px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -8px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    left: -17px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
    width: 12px;
    left: -37px;
  }

  .section-siga-nos ul li {
    padding: 50px 65px;
    height: 425px;
  }

  .section-siga-nos ul li.info p {
    font-size: 34.63px;
  }

  .section-siga-nos ul li.info article {
    margin: 35px 0 50px 0;
    height: 102px;
    overflow: hidden;
  }

  .section-newsletter {
    padding: 55px 0px 50px 0;
  }

  .section-newsletter div p {
    width: 380px;
    font-size: 41px;
    height: 121px;
    top: -25px;
    left: -95px;
    padding: 10px 15px 0px 54px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .section-siga-nos ul li {
    height: 315px;
    padding: 35px 55px;
  }

  .section-siga-nos ul li.info article {
    margin: 18px 0 15px 0;
    height: 102px;
    overflow: hidden;
  }

  .section-criar-post .texto {
    padding-left: 50px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left {
    width: 23px;
    top: 0px;
    left: -10px;
  }

  .section-criar-post .titulo-section .detalhe.raio.left {
    height: 32px;
    top: -30px;
    left: 0px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left.bottom {
    width: 23px;
    top: 215px;
    left: -25px;
  }

  .section-criar-post .titulo-section .detalhe.raio.left.bottom {
    height: 60px;
    top: 150px;
    left: -54px;
  }

  .section-criar-post .titulo-section h2.line2 {
    font-size: 69.71px;
  }

  .section-criar-post .titulo-section h2.line3 {
    font-size: 77.4px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.right {
    right: 60px;
  }

  .section-criar-post .titulo-section .detalhe.raio.right {
    bottom: 10px;
    right: 40px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -35px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
    width: 25px;
    bottom: -10px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -8px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    left: -17px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
    width: 12px;
    left: -37px;
  }

  .section-newsletter div p {
    width: 375px;
    font-size: 37px;
    height: 110px;
    top: -22px;
    left: -95px;
    padding: 3px 15px 0px 70px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1225px) and (max-width: 1360px) {
  .section-newsletter div p {
    top: -21px;
    font-size: 22.32px;
    padding: 20px 15px 25px 28px;
  }

  .section-criar-post .titulo-section h2.line1 {
    font-size: 57.35px;
  }

  .section-criar-post .titulo-section h2.line2 {
    font-size: 81.71px;
  }

  .section-criar-post .titulo-section h2.line3 {
    font-size: 61.4px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.right {
    right: 15px;
  }

  .section-criar-post .titulo-section .detalhe.raio.right {
    right: 0px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left.bottom {
    left: -20px;
    top: 180px;
  }

  .section-criar-post .titulo-section .detalhe.raio.left.bottom {
    height: 40px;
    top: 135px;
    left: -35px;
  }

  .section-siga-nos ul li.info article {
    height: 66px;
    overflow: hidden;
  }

  .section-siga-nos ul li {
    padding: 25px 40px;
    height: 245px;
  }

  .section-criar-post {
    padding: 65px 0 70px 0;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .section-criar-post .titulo-section h2.line1 {
    font-size: 51.35px;
  }

  .section-criar-post .titulo-section h2.line2 {
    font-size: 54.71px;
  }

  .section-criar-post .titulo-section h2.line3 {
    font-size: 64.4px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left.bottom {
    top: 160px;
  }

  .section-criar-post .titulo-section .detalhe.raio.left.bottom {
    height: 30px;
    top: 120px;
    left: -25px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.right {
    bottom: -5px;
    right: -5px;
  }

  .section-criar-post .titulo-section .detalhe.raio.right {
    bottom: 5px;
    right: -20px;
  }

  .section-criar-post .btn-criar-post {
    padding-left: 95px;
    padding-right: 45px;
  }

  .section-siga-nos ul li {
    padding: 25px 20px;
    height: 205px;
  }

  .section-siga-nos ul li.info p {
    font-size: 18.32px;
    padding: 5px 15px 5px 5px;
  }

  .section-siga-nos ul li.info article {
    margin: 15px 0 10px 0;
    height: 66px;
    overflow: hidden;
  }

  .section-newsletter div p {
    top: -21px;
    font-size: 20px;
    padding: 20px 15px 20px 5px;
  }

  .section-criar-post {
    padding: 35px 0 40px 0;
  }
}

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

}

@media (max-width: 767px) {
  .section-criar-post {
    padding: 65px 0 55px 0;
  }

  .section-criar-post .vert-align {
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-line-pack: inherit;
    align-content: inherit;
    display: block;
  }

  .section-criar-post .titulo-section h2.line1 {
    font-size: 47.35px;
  }

  .section-criar-post .titulo-section h2.line2 {
    font-size: 50.71px;
  }

  .section-criar-post .titulo-section h2.line3 {
    font-size: 59.4px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left {
    left: 0px;
  }

  .section-criar-post .titulo-section .detalhe.raio.left {
    height: 30px;
    top: -30px;
    left: 10px;
  }

  .section-criar-post .titulo-section .detalhe.raio.left.bottom {
    height: 40px;
    top: 110px;
    left: 5px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.left.bottom {
    width: 18px;
    top: 144px;
    left: -4px;
  }

  .section-criar-post .titulo-section .detalhe.triangulo.right {
    bottom: -10px;
    right: 5px;
  }

  .section-criar-post .titulo-section .detalhe.raio.right {
    height: 30px;
    bottom: 5px;
    right: 0px;
  }

  .section-criar-post .btn-criar-post {
    padding-left: 10px;
    padding-top: 50px;
    padding-right: 10px;
  }

  .section-criar-post .texto {
    padding-left: 0;
    padding-top: 60px;
  }

  .section-criar-post .btn-criar-post.btn.btn-enfeite::before {
    left: 0;
    width: 90%;
    height: 100px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-1 {
    width: 12px;
    top: -32px;
    left: 5px;
    transform: rotate(-55deg);
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -5px;
    left: 65px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.triangulo-3 {
    bottom: -10px;
  }

  .section-criar-post .btn-criar-post .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -37px;
    right: 20px;
  }

  .section-siga-nos ul li {
    width: 50%;
    height: 50vw;
    padding: 45px 40px;
  }

  .section-siga-nos ul li.info {
    width: 100%;
    height: auto;
  }

  .section-newsletter {
    padding: 20px 0px 20px 0;
  }

  .section-newsletter div p {
    position: relative;
    width: 100%;
    top: 0;
    left: 0px;
    margin-bottom: 20px;
    font-size: 31.32px;
    padding: 20px 15px 25px 5px;
    transform: rotate(-5deg);
  }

  .section-newsletter .formulario .form-group {
    padding: 0;
  }
}
.comp-faca-o-teste .background-rosa {
  background-image: url("/dist/img/sobre_sec5_banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px){
  .comp-faca-o-teste .background-rosa {
    background: #400a57;
  }
}

.comp-faca-o-teste .bg.bg-full .layer {
  box-sizing: content-box;
  margin: 0px -200px;
}

.comp-faca-o-teste .bg.bg-full .bglayer {
  background: transparent!important;
}

.comp-faca-o-teste .bg.bg-full .frontlayer {
  background-image: url("/dist/img/sobre_sec5_banner_mulher.png")!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  margin: 0;
  padding: 0!important;
}

.comp-faca-o-teste .bg.bg-full {
  min-height: 660px;
}

.comp-faca-o-teste.secao-mulher-central .titulo-section {
  top: 200px;
  right: 150px;
}

.comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
  width: 25px;
  top: 205px;
  right: 68px;
  transform: rotate(-35deg);
}

.comp-faca-o-teste .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 25px;
  left: -10px;
  transform: rotate(-95deg);
}

.comp-faca-o-teste .titulo-section .detalhe.raio.left {
  height: 35px;
  top: -15px;
  left: -15px;
  transform: rotate(-50deg);
}

.comp-faca-o-teste.secao-mulher-central .titulo-section .pattern-rotate {
  transform: rotate(-5deg);
}

.comp-faca-o-teste.secao-mulher-central .titulo-section h2.line1 {
  font-size: 47.42px;
}

.comp-faca-o-teste.secao-mulher-central .titulo-section h2.line2 {
  font-size: 46.44px;
  margin: -16px 0 0 0;
}

.comp-faca-o-teste.secao-mulher-central .titulo-section h2.line3 {
  font-size: 67.8px;
  margin: -12px 0 0 0;
}

.comp-faca-o-teste.secao-mulher-central .titulo-section h2.line4 {
  font-size: 79.27px;
  margin: -26px 0 0 0;
}

.comp-faca-o-teste .titulo-section .detalhe {
  position: absolute;
  z-index: -1;
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite {
  width: 60%;
  margin-top: 70px;
  margin-left: 55px;
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.raio-1 {
  width: 7px;
  top: -22px;
  left: -15px;
  transform: rotate(-65deg);
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-1 {
  width: 20px;
  bottom: -12px;
  left: -12px;
  transform: rotate(25deg);
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-2 {
  width: 20px;
  top: -3px;
  left: 45px;
  transform: rotate(75deg);
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-3 {
  width: 20px;
  bottom: -6px;
  right: 10px;
  transform: rotate(80deg);
}

.comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.raio-2 {
  width: 10px;
  top: -25px;
  right: 20px;
  transform: rotate(-160deg);
}

@media (min-width: 1701px) {
  .comp-faca-o-teste .bg.bg-full {
    min-height: 950px;
  }

  .comp-faca-o-teste .bg.bg-full .frontlayer {
    background-size: cover!important;
    margin-top: 40px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section {
    top: 320px;
    right: 210px;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
    width: 40px;
    top: 285px;
    right: 75px;
    transform: rotate(-35deg);
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.left {
    width: 30px;
    top: 30px;
    left: -15px;
  }

  .comp-faca-o-teste .titulo-section .detalhe.raio.left {
    height: 50px;
    top: -30px;
    left: -20px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line1 {
    font-size: 67.42px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line2 {
    font-size: 66.44px;
    margin: -15px 0 0 0;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line3 {
    font-size: 97.8px;
    margin: -18px 0 0 0;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line4 {
    font-size: 115.27px;
    margin: -35px 0 0 0;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite {
    margin-top: 110px;
    margin-left: 85px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.raio-1 {
    width: 10px;
    top: -32px;
    left: -17px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    left: -18px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-2 {
    width: 20px;
    top: -5px;
    left: 67px;
    transform: rotate(80deg);
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-3 {
    width: 15px;
    bottom: -8px;
    right: 20px;
    transform: rotate(76deg);
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -40px;
    right: 20px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .comp-faca-o-teste .bg.bg-full {
    min-height: 830px;
  }

  .comp-faca-o-teste .bg.bg-full .frontlayer {
    background-size: 90%!important;
    margin: 0px 0px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section {
    top: 280px;
    right: 170px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line1 {
    font-size: 61.42px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line2 {
    font-size: 60.05px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line3 {
    font-size: 88.14px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line4 {
    font-size: 103.14px;
    margin: -30px 0 0 0;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
    width: 30px;
    top: 270px;
    right: 25px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite {
    margin-top: 100px;
    margin-left: 80px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.raio-1 {
    width: 10px;
    top: -30px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-1 {
    width: 25px;
    bottom: -12px;
    left: -15px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-2 {
    width: 25px;
    top: -5px;
    left: 55px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.triangulo-3 {
    right: 15px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite .detalhe.raio-2 {
    width: 15px;
    top: -40px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .comp-faca-o-teste .bg.bg-full {
    min-height: 720px;
  }

  .comp-faca-o-teste .bg.bg-full .frontlayer {
    background-size: cover!important;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line4 {
    margin: -20px 0 0 0;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
    top: 240px;
    right: 100px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .comp-faca-o-teste .bg.bg-full {
    min-height: 650px;
  }

  .comp-faca-o-teste .bg.bg-full .frontlayer {
    background-size: cover!important;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section {
    top: 200px;
    right: 100px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line4 {
    font-size: 77.14px;
    margin: -20px 0 0 0;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
    top: 210px;
    right: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .comp-faca-o-teste .bg.bg-full {
    min-height: 550px;
  }

  .comp-faca-o-teste .bg.bg-full .frontlayer {
    background-size: 82%!important;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section {
    top: 200px;
    right: 100px;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
    top: 210px;
    right: 45px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section {
    top: 190px;
    right: 50px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line1 {
    font-size: 35.42px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line2 {
    font-size: 34.05px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line3 {
    font-size: 51.14px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line4 {
    font-size: 58.14px;
    margin: -15px 0 0 0;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
    top: 153px;
    right: 48px;
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite {
    margin-left: 45px;
  }
}

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

}

@media (max-width: 767px) {
  .comp-faca-o-teste.secao-mulher-central .titulo-section {
    top: 60px;
    left: 50%;
    right: inherit;
    margin-left: -105.5px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line1 {
    font-size: 26.42px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line2 {
    font-size: 26.05px;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line3 {
    font-size: 39.14px;
    margin: -8px 0 0 0;
  }

  .comp-faca-o-teste.secao-mulher-central .titulo-section h2.line4 {
    font-size: 44.14px;
    margin: -12px 0 0 0;
  }

  .comp-faca-o-teste .bg.bg-full {
    min-height: 310px;
  }

  .comp-faca-o-teste .bg.bg-full .layer {
    display: none;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.left {
    width: 15px;
    top: 25px;
    left: -15px;
  }

  .comp-faca-o-teste .titulo-section .detalhe.raio.left {
    height: 30px;
    top: 0px;
    left: 0px;
  }

  .comp-faca-o-teste .titulo-section .detalhe.triangulo.right {
    width: 20px;
    top: 130px;
    right: -5px;
    transform: rotate(250deg);
  }

  .comp-faca-o-teste .titulo-section .new-btn-enfeite {
    width: 100%;
    margin-top: 45px;
    margin-left: 0px;
  }
}
footer.footer {
  overflow: hidden;
}

footer.footer .raio {
  height: 40px;
  position: absolute;
}

footer.footer .raio.raio1 {
  left: 17%;
  top: 15%;
  transform: rotate(30deg);
}

footer.footer .raio.raio2 {
  height: 30px;
  right: 25%;
  top: 23%;
  transform: rotateY(180deg) rotate(155deg);
}

footer.footer .raio.raio3 {
  right: 17%;
  top: 60%;
  transform: rotate(75deg);
}

footer.footer .triangulo {
  height: 27px;
  position: absolute;
}

footer.footer .triangulo.triangulo1 {
  height: 17px;
  left: 5%;
  top: 62%;
  transform: rotateY(180deg) rotate(-80deg);
}

footer.footer .triangulo.triangulo2 {
  left: 29%;
  top: 66%;
  transform: rotate(20deg);
}

footer.footer .triangulo.triangulo3 {
  height: 17px;
  right: 3%;
  top: 30%;
  transform: rotate(20deg);
}

footer.footer {
  background-color: #692883;
  background-image: url("/dist/img/footer/footer_fundo.png");
  background-size: cover;
  min-height: 350px;
  padding: 60px 0 30px !important;
  z-index: 990;
}

footer.footer .links-container {
  margin-bottom: 80px;
}

footer.footer .links-container > ul {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

footer.footer .links-container li {
  display: inline-block;
  float: unset;
  font-size: 16px;
}

footer.footer .links-container .links-blog {
  position: relative;
}

footer.footer .links-container .links-blog ul {
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
}

footer.footer .links-container .links-blog ul li {
  white-space: nowrap;
  font-size: 14px;
}

footer.footer .midias {
  margin-bottom: 30px;
}

footer.footer .midias ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.footer .midias ul li {
  border-radius: 50%;
  display: inline-block;
  float: unset;
  margin-right: 10px;
}

footer.footer .midias ul li:hover {
  background-color: #20bec4 !important;
}

footer.footer .midias ul li img {
  width: 35px;
}

footer.footer .midias ul a:last-child li {
  margin-right: 0;
}

footer.footer .logo-container {
  margin-bottom: 40px;
}

footer.footer .copyright-container {
  /*margin-bottom: 45px;*/
}

footer.footer .copyright-container span {
  font-size: 18px;
}

@media (min-width: 1701px) {
  footer.footer .links-container > ul {
    margin-left: 5%;
    width: 90%;
  }

  footer.footer .midias ul li img {
    width: 45px;
  }
}

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

}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1399px) {

}

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

}

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

}

@media (max-width: 767px) {
  footer.footer {
    background-image: none;
    padding: 50px 0 25px !important;
  }

  footer.footer .links-container > ul {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  footer.footer .links-container li {
    margin-bottom: 15px;
  }

  footer.footer .links-container {
    margin-bottom: 40px;
  }

  footer.footer .midias {
    margin-bottom: 40px;
  }

  footer.footer .logo-container {
    margin-bottom: 40px;
  }

  footer.footer .midias ul li img {
    width: 45px;
  }
}
header {
  height: 80px;
}

.modal-open header {
  z-index: 1200;
}

.modal-open header .header-desktop {
  top: 0 !important;
}

.header-desktop {
  height: 80px;
  position: fixed;
  top: 0px;
  z-index: 20;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
}

.header-desktop .logo {
  width: 11%;
  margin-right: 1%;
}

.header-desktop .logo img {
  margin-top: 35px;
  margin-left: 15px;
}

.header-desktop .content-header {
  width: 88%;
}



.header-desktop .midias ul li.facebook {
  /*margin-right: 10px;*/
  margin-left: 5px;
}

.header-desktop .midias ul li.instagram {
  margin-left: 7px;
  margin-right: 7px;
}





.header-desktop .midias ul li {
  border-radius: 50%;
}

.header-desktop .midias ul li:hover {
  background-color: #20bec4 !important;
}

.header-desktop .midias ul li img {
  width: 25px;
}





.header-desktop .menu-header ul li {
  margin: 5px .9vw;
  position: relative;
  font-size: 14px;
}

.header-desktop .menu-header ul li a,
.header-desktop .menu-header ul li button {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  transition: all 200ms ease-in-out;
}

.header-desktop .menu-header ul li .detalhe {
  display: none;
}

.header-desktop .menu-header ul li.active .detalhe,
.header-desktop .menu-header ul li:hover .detalhe {
  position: absolute;
  display: block;
}

.header-desktop .menu-header ul li.active .detalhe.raio,
.header-desktop .menu-header ul li:hover .detalhe.raio {
  top: -12px;
  right: -3px;
}

.header-desktop .menu-header ul li.active .detalhe.triangulo,
.header-desktop .menu-header ul li:hover .detalhe.triangulo {
  bottom: -5px;
  left: -6px;
}

.header-desktop .menu-header ul li span {
  opacity: 0;
}

.header-desktop .menu-header ul li.active span,
.header-desktop .menu-header ul li:hover span {
  background-image: url("/dist/img/bg_menu.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 100%;
  width: 80px;
  height: 40px;
  position: absolute;
  top: -9px;
  left: -16px;
  z-index: 0;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

.header-desktop .menu-header ul li.active span.md,
.header-desktop .menu-header ul li:hover span.md {
  left: -2px;
}

.header-desktop .menu-header ul li.active span.lg,
.header-desktop .menu-header ul li:hover span.lg {
  background-image: url("/dist/img/bg_menu_grande.svg");
  background-repeat: no-repeat;
  background-size: 170px;
  width: 170px;
  top: -7px;
  left: -11px;
}

.header-desktop .menu-header ul li:nth-child(1) {
  margin-left: 50px;
}

.header-desktop .menu-header ul li:nth-child(2) .detalhe.raio {
  transform: translate(-50%, 160%) rotate(98deg);
}

.header-desktop .menu-header ul li:nth-child(2) .detalhe.triangulo {
  transform: translate(-10%, -390%) rotate(16deg);
}

.header-desktop .menu-header ul li:nth-child(3) .detalhe.raio {
  transform: translate(-920%, -20%) rotate(-52deg);
}

.header-desktop .menu-header ul li:nth-child(3) .detalhe.triangulo {
  transform: translate(610%, 0%) rotate(86deg);
}

.header-desktop .menu-header ul li:nth-child(5) .detalhe.raio {
  transform: translate(-2040%, 160%) rotate(-40deg);
}

.header-desktop .menu-header ul li:nth-child(5) .detalhe.triangulo {
  transform: translate(1380%, -410%) rotate(50deg);
}

.header-desktop .menu-header ul li:nth-child(6) .detalhe.raio {
  transform: translate(-50%, 160%) rotate(98deg);
}

.header-desktop .menu-header ul li:nth-child(6) .detalhe.triangulo {
  transform: translate(-10%, -390%) rotate(16deg);
}

.header-desktop .menu-header ul li:nth-child(7) .detalhe.raio {
  transform: translate(-920%, -20%) rotate(-52deg);
}

.header-desktop .menu-header ul li:nth-child(7) .detalhe.triangulo {
  transform: translate(610%, 0%) rotate(86deg);
}

.header-desktop .menu-header ul li:nth-child(9) .detalhe.raio {
  transform: translate(-1040%, 150%) rotate(-40deg);
}

.header-desktop .menu-header ul li:nth-child(9) .detalhe.triangulo {
  transform: translate(640%, -410%) rotate(50deg);
}

.header-desktop .menu-header ul.dropdown-menu {
  top: 100%;
  left: -10px;
  right: inherit;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  border-radius: 0px;
}

.header-desktop .menu-header ul.dropdown-menu li {
  margin: 5px 0px;
}

.header-desktop .menu-header ul.dropdown-menu li a {
  margin: 0px;
}

.header-desktop .menu-header ul.dropdown-menu li a:hover {
  background: none;
  color: #eb088c;
}

.header-desktop .menu-header .dropdown .dropdown-seta {
  position: absolute;
  right: -10px;
  bottom: 0px;
  width: 7px;
  transform: rotateZ(120deg);
}

.header-desktop .content-header .midias {
  width: 8%;
  margin-top: 5px;
}

.header-desktop .content-header .midias > ul{
  display: flex;
}

.header-desktop .content-header .midias > ul li{
  flex: none;
}

.header-desktop .content-header nav.menu-header {
  width: 80%;
  padding: 0;
}

.header-desktop .content-header .pesquisa {
  width: 6.5%;
  padding: 0;
}

.header-desktop .pesquisa .buscar {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 12px;
  border-radius: 2px;
}

.header-desktop .pesquisa .icon-content {
  position: absolute;
  padding: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  top: -13px;
  right: -45px;
}

.header-desktop .pesquisa .icon {
  cursor: pointer;
  background-image: url("/dist/img/icons/icon_busca.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 50px;
  padding: 0;
}

.header-desktop .pesquisa .icon {
  background-image: url("/dist/img/icons/icon_busca_new.svg");
  width: 250px;
}

.header-desktop .pesquisa:hover .icon-content .icon {
  left: -65px;
}

.header-desktop .pesquisa .icon-content .icon.aberto {
  left: -128px;
}

.header-desktop .pesquisa:hover .icon-content .icon.aberto {
  left: -194px;
}

.header-desktop .menu-pesquisa {
  display: none;
  position: absolute;
  width: 46%;
  top: 80px;
  right: 20px;
  padding: 45px 55px 45px 55px;
}

.header-desktop .menu-pesquisa .label-filtrar {
  font-size: 16.5px;
  margin-bottom: 15px;
}

.header-desktop .menu-pesquisa .menu-rosa a {
  font-size: 14px;
}

.header-desktop .menu-pesquisa .menu-rosa a li {
  border: 2px solid #20bec4;
  margin-right: 19px;
  margin-bottom: 15px;
}

.header-desktop .menu-pesquisa .menu-rosa a:last-child li {
  margin-right: 0;
}

.header-desktop .menu-pesquisa .menu-rosa a:hover li {
  border: 2px solid #eb088c;
}

/* form starting stylings ------------------------------- */

.header-desktop .menu-pesquisa form .group {
  position: relative;
  margin-top: 45px;
}

.header-desktop .menu-pesquisa form .group input {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #20bec4;
}

.header-desktop .menu-pesquisa form .group input:focus {
  outline: none;
}

/* LABEL ======================================= */

.header-desktop .menu-pesquisa form .group label {
  color: #a0a0a0;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

.header-desktop .menu-pesquisa form .group input:focus ~ label,
.header-desktop .menu-pesquisa form .group input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #561f7f;
}

/* BOTTOM BARS ================================= */

.header-desktop .menu-pesquisa form .group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.header-desktop .menu-pesquisa form .group .bar:before,
.header-desktop .menu-pesquisa form .group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #561f7f;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.header-desktop .menu-pesquisa form .group .bar:before {
  left: 50%;
}

.header-desktop .menu-pesquisa form .group .bar:after {
  right: 50%;
}

/* active state */

.header-desktop .menu-pesquisa form .group input:focus ~ .bar:before,
.header-desktop .menu-pesquisa form .group input:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */

.header-desktop .menu-pesquisa form .group .highlight {
  position: absolute;
  height: 60%;
  width: 0px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */

.header-desktop .menu-pesquisa form .group input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

.header-desktop .menu-pesquisa form .group button.search {
  font-size: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  position: absolute;
  right: -8px;
  bottom: 0px;
}

.header-desktop .menu-pesquisa form .group button.search:active,
.header-desktop .menu-pesquisa form .group button.search:hover {
  color: #561f7f !important;
}



.header-desktop .menu-pesquisa form .group button.search .hover {
  display: none;
}

.header-desktop .menu-pesquisa form .group button.search:hover .no-hover {
  display: none;
}

.header-desktop .menu-pesquisa form .group button.search:hover .hover {
  display: block;
}

.header-desktop .menu-pesquisa form .group button.search img {
  margin-right: 10px;
}

.header-desktop .menu-pesquisa form .group button.search:active {
  box-shadow: none;
  outline: transparent;
}

/* ANIMATIONS ================ */

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.header-mobile {
  float: left;
  position: fixed;
  z-index: 99999;
}

.header-mobile .logo {
  width: 45%;
  position: absolute;
  top: 15px;
  z-index: 11;
}

.header-mobile .logo img {
  width: 130px;
  margin: 0px 0 0 15px;
}

.header-mobile .hamburger {
  width: 20%;
  padding: 20px 10px;
  outline: none;
  float: right;
}

.header-mobile .hamburger .hamburger-inner,
.header-mobile .hamburger .hamburger-inner:after,
.header-mobile .hamburger .hamburger-inner:before {
  background-color: #eb088c;
}

.header-mobile nav {
  height: 100vh;
  overflow: auto;
  z-index: 10;
}

.header-mobile nav .menu-mobile {
  padding: 10px;
}



.header-mobile nav .menu-mobile li {
  font-size: 20px;
  padding: 7px 10px;
}

.header-mobile nav .menu-mobile li a {
  color: #fff;
}

.header-mobile nav .midias {
  padding: 10px 0;
}

.header-mobile nav .midias ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-mobile nav .midias ul a li img {
  width: 35px;
}

.header-mobile nav .midias ul a li img.fb {
  margin-right: 20px;
  margin-left: 20px;
}

.header-mobile nav .midias ul a li img.youtube {
  margin-top: 3px;
}

.header-mobile .menu-mobile li.submenu a .triangulo {
  width: 10px;
  margin-left: 5px;
}

.header-mobile .menu-mobile li.submenu a.aberto .triangulo {
  transform: rotateX(180deg);
}

.header-desktop .menu-header .raio-roxo {
  position: absolute;
  width: 7px;
  top: 6px;
  left: 15px;
  transform: rotate(60deg);
}

.header-mobile .icon-content {
  position: absolute;
  padding: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  top: 8px;
  right: 25%;
}

.header-mobile .icon {
  cursor: pointer;
  background-image: url("/dist/img/icons/icon_busca.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 50px;
  padding: 0;
}

.header-mobile .icon {
  background-image: url("/dist/img/icons/icon_busca_new.svg");
  width: 250px;
}

.header-mobile .icon-content:hover .icon {
  left: -65px;
}

.header-mobile .icon-content .icon.aberto {
  left: -128px;
}

.header-mobile .icon-content:hover .icon.aberto {
  left: -194px;
}

.header-mobile .menu-pesquisa {
  display: none;
  position: absolute;
  width: 100%;
  top: 68px;
  right: 0;
  padding: 25px 20px 25px 20px;
}

.header-mobile .menu-pesquisa .label-filtrar {
  font-size: 15px;
  margin-bottom: 15px;
}

.header-mobile .menu-pesquisa .menu-rosa a {
  font-size: 14px;
}

.header-mobile .menu-pesquisa .menu-rosa a li {
  font-size: 12px;
  border: 2px solid #20bec4;
  margin-right: 15px;
  margin-bottom: 15px;
}

.header-mobile .menu-pesquisa .menu-rosa a:last-child li {
  margin-right: 0;
}

.header-mobile .menu-pesquisa .menu-rosa a:hover li {
  border: 2px solid #eb088c;
}

/* form starting stylings ------------------------------- */

.header-mobile .menu-pesquisa form .group {
  position: relative;
  margin-top: 20px;
}

.header-mobile .menu-pesquisa form .group input {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #20bec4;
}

.header-mobile .menu-pesquisa form .group input:focus {
  outline: none;
}

/* LABEL ======================================= */

.header-mobile .menu-pesquisa form .group label {
  color: #a0a0a0;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

.header-mobile .menu-pesquisa form .group input:focus ~ label,
.header-mobile .menu-pesquisa form .group input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #561f7f;
}

/* BOTTOM BARS ================================= */

.header-mobile .menu-pesquisa form .group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.header-mobile .menu-pesquisa form .group .bar:before,
.header-mobile .menu-pesquisa form .group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #561f7f;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.header-mobile .menu-pesquisa form .group .bar:before {
  left: 50%;
}

.header-mobile .menu-pesquisa form .group .bar:after {
  right: 50%;
}

/* active state */

.header-mobile .menu-pesquisa form .group input:focus ~ .bar:before,
.header-mobile .menu-pesquisa form .group input:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */

.header-mobile .menu-pesquisa form .group .highlight {
  position: absolute;
  height: 60%;
  width: 0px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */

.header-mobile .menu-pesquisa form .group input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

.header-mobile .menu-pesquisa form .group button.search {
  font-size: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  position: absolute;
  right: -8px;
  bottom: 0px;
}

.header-mobile .menu-pesquisa form .group button.search:active,
.header-mobile .menu-pesquisa form .group button.search:hover {
  color: #561f7f !important;
}



.header-mobile .menu-pesquisa form .group button.search .hover {
  display: none;
}

.header-mobile .menu-pesquisa form .group button.search:hover .no-hover {
  display: none;
}

.header-mobile .menu-pesquisa form .group button.search:hover .hover {
  display: block;
}

.header-mobile .menu-pesquisa form .group button.search img {
  margin-right: 10px;
}

.header-mobile .menu-pesquisa form .group button.search:active {
  box-shadow: none;
  outline: transparent;
}

.header-desktop.header-blog-interna {
  height: 65px;
  top: -100px;
  background: #561f7f!important;
}

.header-desktop.header-blog-interna .logo {
  width: 9%;
}

.header-desktop.header-blog-interna .logo img {
  margin-top: 0px;
}

.header-desktop.header-blog-interna .content-header {
  width: 90%;
}

.header-desktop.header-blog-interna .content-header .midias {
  width: 8%;
  float: right;
  right: 115px;
  top: 18px;
}

.header-desktop.header-blog-interna .content-header .pesquisa {
  width: 6.5%;
  float: right;
  padding: 0;
  top: 18px;
  right: 50px;
  transform: scale(.9);
}

.header-desktop.header-blog-interna .content-header .anchor {
  position: relative;
  background: #3b0c5f;
  width: 65px;
  height: 65px;
  float: right;
}

.header-desktop.header-blog-interna .content-header .anchor img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header-desktop.header-blog-interna .content-header .midias .raio {
  position: absolute;
  width: 6px;
  top: 8px;
  transform: rotate(60deg);
}

.header-desktop.header-blog-interna .content-header .midias .raio.roxo-1 {
  left: -45px;
}

.header-desktop.header-blog-interna .content-header .midias .raio.roxo-2 {
  right: -25px;
}

.header-desktop.header-blog-interna .content-header .info {
  float: left;
  height: 65px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-left: 2px solid #3b0c5f;
  margin-left: 10px;
  padding-left: 10px;
}

.header-desktop.header-blog-interna .menu-pesquisa {
  top: 65px;
}

.header-desktop.menu-padrao .menu-pesquisa {
  /*display: none!important;*/
}

@media (min-width: 1701px) {
  .header-desktop .midias ul li img {
    width: 35px;
  }

  .header-desktop .midias ul li.instagram {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-rosa a {
    font-size: 18px;
  }

  .header-desktop .logo {
    width: 10%;
    margin-right: 1%;
  }

  .header-desktop .menu-header ul li {
    font-size: 16px;
    margin: 5px 1.30vw;
  }

  .header-desktop .menu-header .raio-roxo {
    display: block;
    width: 7px;
    top: 6px;
    left: 45px;
  }

  .header-desktop .content-header {
    width: 88%;
    padding-left: 2%!important;
  }

  .header-desktop .content-header nav.menu-header {
    width: 82%;
  }

  .header-desktop .content-header nav.menu-header ul {
    margin-left: 40px;
  }

  .header-desktop .pesquisa .buscar {
    font-size: 16px;
  }

  .header-desktop .menu-pesquisa {
    width: 42.5%;
    /*width: 52.9%;*/
    right: 35px;
    padding: 45px 65px 45px 65px;
  }

  .header-desktop .menu-pesquisa .label-filtrar {
    font-size: 18px;
  }

  .header-desktop .menu-pesquisa .menu-rosa a {
    font-size: 16px;
  }

  .header-desktop .menu-pesquisa form .group label {
    font-size: 18px;
  }

  .header-desktop .menu-pesquisa form .group button.search {
    bottom: -5px;
  }

  .header-desktop .menu-pesquisa form .group {
    margin-top: 70px;
  }

  .header-desktop.header-blog-interna {
    height: 75px;
  }

  .header-desktop.header-blog-interna .logo {
    width: 8%;
  }

  .header-desktop.header-blog-interna .content-header {
    width: 91%;
    padding-left: 0%!important;
  }

  .header-desktop.header-blog-interna .content-header .info {
    font-size: 15px;
    height: 75px;
    padding-left: 15px;
  }

  .header-desktop.header-blog-interna .content-header .anchor {
    width: 75px;
    height: 75px;
  }

  .header-desktop.header-blog-interna .content-header .pesquisa {
    top: 22px;
    right: 60px;
  }

  .header-desktop.header-blog-interna .content-header .midias {
    width: 7%;
    right: 130px;
    top: 22px;
  }

  .header-desktop.header-blog-interna .menu-pesquisa {
    top: 75px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .header-desktop .midias ul li img {
    width: 30px;
  }

  .menu-rosa a {
    font-size: 18px;
  }

  .header-desktop .logo {
    width: 10%;
    margin-right: 1%;
  }

  .header-desktop .menu-header ul li {
    font-size: 16px;
    margin: 5px 1.20vw;
  }

  .header-desktop .menu-header .raio-roxo {
    display: block;
    width: 7px;
    top: 6px;
    left: 45px;
  }

  .header-desktop .content-header {
    width: 88%;
    padding-left: 1%!important;
  }

  .header-desktop .content-header nav.menu-header {
    width: 82%;
  }

  .header-desktop .content-header nav.menu-header ul {
    margin-left: 40px;
  }

  .header-desktop .pesquisa .buscar {
    font-size: 16px;
  }

  .header-desktop .menu-pesquisa {
    /*width: 63.1%;*/
    width: 51%;
    right: 35px;
    padding: 45px 65px 45px 65px;
  }

  .header-desktop .menu-pesquisa .label-filtrar {
    font-size: 18px;
  }

  .header-desktop .menu-pesquisa .menu-rosa a {
    font-size: 16px;
  }

  .header-desktop .menu-pesquisa form .group label {
    font-size: 18px;
  }

  .header-desktop .menu-pesquisa form .group button.search {
    bottom: -5px;
  }

  .header-desktop .menu-pesquisa form .group {
    margin-top: 70px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .header-desktop .logo {
    width: 14%;
  }

  .header-desktop .menu-pesquisa {
    /*width: 60%;*/
    width: 48.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-desktop .logo {
    width: 13%;
    margin-right: 1%;
  }

  .header-desktop .content-header .midias {
    margin-right: .5%;
  }

  .header-desktop .menu-header ul li {
    font-size: 13px;
    margin: 5px 1.10vw;
  }

  .header-desktop .pesquisa .buscar {
    font-size: 13px;
  }

  .header-desktop .menu-pesquisa {
    /*width: 65.5%;*/
    width: 49%;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .header-desktop .menu-header ul li.active span,
  .header-desktop .menu-header ul li:hover span {
    background-size: 65px;
    width: 80px;
    height: 40px;
    top: -12px;
    left: -35px;
  }

  .header-desktop .menu-header ul li {
    margin: 5px 1vw;
    font-size: 11px;
  }

  .header-desktop .logo {
    width: 15%;
  }

  .header-desktop .pesquisa .buscar {
    font-size: 11px;
  }

  .header-desktop .content-header .midias {
    display: none;
  }

  .header-desktop .content-header .pesquisa {
    width: 8.5%;
  }

  .header-desktop .content-header nav.menu-header {
    width: 85%;
    padding: 0 0 0 15px;
  }

  .header-desktop .menu-pesquisa {
    width: 61.5%;
    right: 25px;
  }

  .header-desktop .pesquisa .icon-content {
    top: -16px;
  }
}

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

}

@media (max-width: 767px) {
  header {
    height: 60px;
  }

  .header-desktop.header-blog-interna .logo {
    display: none;
  }

  .header-desktop.header-blog-interna .content-header {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-top: 0px;
  }

  .header-desktop.header-blog-interna {
    height: 85px;
  }

  .header-desktop.header-blog-interna .content-header .info {
    height: auto;
    border-left: none;
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: -28px;
    height: 20px;
    overflow: hidden;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .header-desktop.header-blog-interna .content-header .midias {
    width: 55%;
    float: left;
    top: 8px;
    left: 20px;
  }

  .header-desktop.header-blog-interna .content-header .anchor {
    position: relative;
    background: #3b0c5f;
    width: 50px;
    height: 50px;
    float: right;
  }

  .header-desktop.header-blog-interna .content-header .midias ul {
    float: left;
    padding: 0 25px!important;
  }

  .header-desktop.header-blog-interna .content-header .midias .raio.roxo-1 {
    left: 0;
  }

  .header-desktop.header-blog-interna .content-header .midias .raio.roxo-2 {
    right: 0;
  }

  .header-desktop.header-blog-interna .content-header .pesquisa {
    display: none;
  }

  .header-desktop .midias ul li.facebook {
    margin-right: 35px;
    margin-left: 18px;
  }
}


.item.padrao {
  text-align: center;
  margin-bottom: 20px;
}

.item.padrao a:hover,
.item.padrao a:hover .imagem .btn-container .btn {
  color: #fff!important;
}

.item.padrao .imagem {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 430px;
  border-radius: 2px;
  overflow: hidden;
}

.item.padrao .titulo {
  margin-top: 20px;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.item.padrao .subtitulo {
  letter-spacing: 0px;
}



.item.padrao.produto .imagem.bg-azul1 .triangle {
  border-bottom: 190px solid #129fa4;
}

.item.padrao.produto .imagem.bg-rosa1 .triangle {
  border-bottom: 190px solid #be016f;
}

.item.padrao.produto .imagem.bg-roxo1 .triangle {
  border-bottom: 190px solid #561f7f;
}

.item.padrao.produto .imagem.bg-amarelo1 .triangle {
  border-bottom: 190px solid #ffab18;
}

.item.padrao.produto .imagem img {
  z-index: 2;
}

.item.padrao.produto .imagem .triangle {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 120px;
  border-left-width: 120px;
  position: absolute;
  margin: auto;
  bottom: 140px;
  left: 55px;
  z-index: 1;
  transform: rotate(30deg);
}

.item.padrao.produto:hover .imagem {
  background: #fff!important;
}

.item.padrao.produto .buttons {
  position: absolute;
  padding: 0 25px;
  z-index: 2;
  bottom: 35px;
  transform: scale(0);
  left: 0;
}

.item.padrao.produto:hover .buttons {
  transform: scale(1);
}

.item.padrao.produto .buttons a {
  font-size: 18px;
  padding: 20px 0;
  margin-bottom: 10px;
  line-height: 1;
}

.item.padrao.produto .buttons a.mais-informacoes {
  border: 2px solid #eb088c;
}

.item.padrao.produto .buttons a.mais-informacoes:hover {
  background: #eb088c!important;
  color: #fff!important;
}

.item.padrao.news {
  text-align: left;
  padding: 0 10px;
  margin-bottom: 80px!important;
}

.item.news .reason {
  font-size: 18px;
  color: #ef4ba5;
  background: #fff;
  border-radius: 5px;
  padding: 20px 25px;
  line-height: 1.2;
  margin: 25px 0;
}

.item.padrao.news .imagem {
  /*background-size: 100% 100%;*/
  background-size: cover;
  transition: all .5s ease 0s;
  transform: scale(1);
}

.item.padrao.news:hover .imagem {
  background-size: cover;
  /*background-size: 102% 102%;*/
  transition: all .5s ease 0s;
  transform: scale(1.01);
}

.item.padrao.news .titulo,
.item.padrao.news .subtitulo {
  padding: 0 25px!important;
}

.item.padrao.news:hover .subtitulo {
  color: #561f7f !important;
}

.item.padrao.produto ul.tags,
.item.padrao.news ul.tags {
  position: absolute;
  width: auto;
  z-index: 1;
  top: 30px;
  left: 50px;
}

.item.padrao.produto ul.tags li,
.item.padrao.news ul.tags li {
  padding: 8px 12px;
  margin-right: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8)!important;
}

.item.padrao.news ul.tags li.bg-roxo1:hover {
  background-color: #48186b !important;
}

.item.padrao.news ul.tags li.bg-rosa1:hover {
  background-color: #d40875 !important;
}

.item.padrao.news ul.tags li.bg-vermelho:hover {
  background-color: #e30808 !important;
}

.item.padrao.produto ul.tags {
  left: unset;
  right: 25px;
  top: 25px;
  width: 40px;
}

.item.padrao.produto ul.tags li.tag-cat {
  line-height: 24px;
  margin: 0 0 10px;
  padding: 8px;
  transform: rotateZ(180deg);
  width: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 3px;
}

.item.padrao.produto ul.tags li.img-icone {
  background: transparent none repeat scroll 0 0;
  border: none;
  border-radius: 3px;
  margin: 0 0 10px;
  padding: 2px;
}

.item.padrao.produto ul.tags li.img-icone img {
  max-width: 38px;
}

.item.padrao.produto ul.tags li span {
  display: block;
}

.item.padrao.usuario .imagem .btn-container {
  position: absolute;
  padding: 0 75px;
  z-index: 2;
  bottom: 35px;
  transform: scale(1);
  left: 0;
}

.item.padrao.usuario:hover .btn-container {
  transform: scale(1);
}

.item.padrao.usuario .imagem .btn-container .btn {
  font-size: 18px;
  padding: 14px 0;
  margin-bottom: 10px;
  line-height: 1;
  display: none;
}

.item.padrao.usuario:hover .imagem .btn-container .btn {
  display: block;
}

.item.padrao.usuario .imagem {
  background-image: url("/dist/img/item_usuario.jpg");
  position: relative;
  transition: all 0.3s ease;
}

.item.padrao.usuario .imagem:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("/dist/img/item_usuario_hover.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.item.padrao.usuario:hover .imagem:before {
  opacity: 1;
}

@media (min-width: 1701px) {
  .item.padrao.produto .imagem .triangle {
    border-right-width: 180px;
    border-left-width: 190px;
    bottom: 230px;
    left: 75px;
  }

  .item.padrao.produto .imagem.bg-rosa1 .triangle {
    border-bottom: 300px solid #be016f;
  }

  .item.padrao.produto .imagem.bg-azul1 .triangle {
    border-bottom: 300px solid #129fa4;
  }

  .item.padrao.produto .imagem.bg-roxo1 .triangle {
    border-bottom: 300px solid #561f7f;
  }

  .item.padrao.produto .imagem.bg-amarelo1 .triangle {
    border-bottom: 300px solid #ffab18;
  }

  .item.padrao .subtitulo {
    font-size: 18px;
  }

  .item.padrao.news ul.tags {
    top: 40px;
    left: 63px;
  }

  .item.padrao.produto ul.tags li,
  .item.padrao.news ul.tags li {
    padding: 10px 16px;
    margin-right: 10px;
  }

  .item.padrao.news .titulo,
  .item.padrao.news .subtitulo {
    padding: 0 40px!important;
  }

  .item.padrao.news .subtitulo {
    font-size: 36px;
    letter-spacing: -1px;
    max-height: 142px;
    overflow: hidden;
    line-height: 46px;
  }

  .item.padrao.news {
    margin-bottom: 125px!important;
  }

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

  .item.padrao.news .imagem {
    height: 560px!important;
  }

  .item.padrao .imagem {
    height: 650px;
  }

  .item.padrao.produto .buttons {
    padding: 0 40px;
  }

  .item.padrao.produto .buttons a {
    font-size: 25px;
    padding: 30px 0;
  }

  .item.padrao.news {
    padding: 0 20px;
  }

  .item.news .reason {
    font-size: 28px;
    padding: 30px 40px;
    line-height: 1.4;
    margin: 30px 0;
  }

  .item.padrao.usuario .imagem .btn-container {
    bottom: 60px;
    padding: 0 95px;
  }

  .item.padrao.usuario .imagem .btn-container .btn {
    font-size: 24px;
    padding: 18px 0;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .item.padrao .subtitulo {
    font-size: 18px;
  }

  .item.padrao.news {
    padding: 0 15px;
  }

  .item.padrao.news .titulo {
    padding: 0 40px!important;
    font-size: 20px!important;
  }

  .item.padrao.news .subtitulo {
    padding: 0 40px!important;
    font-size: 33px!important;
    letter-spacing: -1px;
    max-height: 142px;
    overflow: hidden;
    line-height: 46px;
  }

  .item.news .reason {
    font-size: 25px;
    padding: 25px 40px;
    line-height: 1.2;
  }

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

  .item.padrao.news .imagem {
    height: 480px!important;
  }

  .item.padrao .imagem {
    height: 520px;
  }

  .item.padrao.produto ul.tags {
    right: 35px;
    top: 35px;
  }

  .item.padrao.produto .buttons {
    padding: 0 40px;
  }

  .item.padrao.produto .buttons a {
    font-size: 20px;
    padding: 25px 0;
  }

  .item.padrao.produto .imagem .triangle {
    border-right-width: 150px;
    border-left-width: 150px;
    bottom: 140px;
    left: 75px;
  }

  .item.padrao.produto .imagem.bg-rosa1 .triangle {
    border-bottom: 250px solid #be016f;
  }

  .item.padrao.produto .imagem.bg-azul1 .triangle {
    border-bottom: 250px solid #129fa4;
  }

  .item.padrao.produto .imagem.bg-roxo1 .triangle {
    border-bottom: 250px solid #561f7f;
  }

  .item.padrao.produto .imagem.bg-amarelo1 .triangle {
    border-bottom: 250px solid #ffab18;
  }

  .item.padrao.usuario .imagem .btn-container .btn {
    font-size: 24px;
    padding: 16px 0;
    margin-bottom: 0;
  }

  .item.padrao.usuario .imagem .btn-container {
    padding: 0 95px;
    bottom: 55px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .item.padrao.produto .imagem .triangle {
    border-right-width: 140px;
    border-left-width: 130px;
    bottom: 140px;
    left: 55px;
  }

  .item.padrao.produto .imagem.bg-rosa1 .triangle {
    border-bottom: 210px solid #be016f;
  }

  .item.padrao.produto .imagem.bg-azul1 .triangle {
    border-bottom: 210px solid #129fa4;
  }

  .item.padrao.produto .imagem.bg-roxo1 .triangle {
    border-bottom: 210px solid #561f7f;
  }

  .item.padrao.produto .imagem.bg-amarelo1 .triangle {
    border-bottom: 210px solid #ffab18;
  }

  .item.padrao.usuario .imagem .btn-container {
    padding: 0 85px;
    bottom: 45px;
  }

  .item.padrao .imagem {
    height: 460px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .item.padrao .imagem {
    height: 400px;
  }

  .item.padrao.news .titulo {
    font-size: 16px;
  }

  .item.padrao.produto .buttons a {
    font-size: 15px;
    padding: 15px 0;
  }

  .item.padrao.produto .imagem .triangle {
    border-right-width: 110px;
    border-left-width: 120px;
    bottom: 100px;
    left: 45px;
  }

  .item.padrao.produto .imagem.bg-rosa1 .triangle {
    border-bottom: 160px solid #be016f;
  }

  .item.padrao.produto .imagem.bg-azul1 .triangle {
    border-bottom: 160px solid #129fa4;
  }

  .item.padrao.produto .imagem.bg-roxo1 .triangle {
    border-bottom: 160px solid #561f7f;
  }

  .item.padrao.produto .imagem.bg-amarelo1 .triangle {
    border-bottom: 160px solid #ffab18;
  }

  .item.padrao.usuario .imagem .btn-container {
    bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .item.padrao .imagem {
    height: 290px;
  }

  .item.padrao.news .titulo {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
  }

  .item.padrao.produto .imagem .triangle {
    bottom: 90px;
    left: 40px;
    border-right-width: 80px;
    border-left-width: 85px;
  }

  .item.padrao.produto .imagem.bg-rosa1 .triangle {
    border-bottom: 140px solid #be016f;
  }

  .item.padrao.produto .imagem.bg-azul1 .triangle {
    border-bottom: 140px solid #129fa4;
  }

  .item.padrao.produto .imagem.bg-roxo1 .triangle {
    border-bottom: 140px solid #561f7f;
  }

  .item.padrao.produto .imagem.bg-amarelo1 .triangle {
    border-bottom: 140px solid #ffab18;
  }

  .item.padrao.news {
    margin-bottom: 50px!important;
  }

  .item.padrao.produto ul.tags {
    right: 15px;
    top: 15px;
    height: 240px;
    overflow: hidden;
  }

  .item.padrao.produto .buttons {
    bottom: 15px;
  }

  .item.padrao.produto .buttons a {
    font-size: 12px;
    padding: 12px 0;
    margin-bottom: 5px;
  }

  .item.padrao.usuario .imagem .btn-container {
    padding: 0 55px;
    bottom: 15px;
  }

  .item.padrao.usuario .imagem .btn-container .btn {
    font-size: 14px;
    padding: 12px 0;
  }

  .item.news .reason {
    font-size: 16px;
    padding: 20px 25px;
    margin: 18px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item.padrao.news .imagem {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .item.padrao.news .imagem {
    height: 270px;
    background-position: center;
    background-size: cover;
  }

  .item.padrao.news {
    margin-bottom: 40px!important;
    padding: 0;
  }

  .item.padrao.news .titulo {
    padding: 0 0px!important;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .item.padrao.news .subtitulo {
    padding: 0 0px!important;
    font-size: 22px;
  }

  .item.padrao.produto ul.tags {
    top: 20px;
  }

  .item.padrao.news ul.tags {
    top: 20px;
    left: 20px;
  }

  .item.padrao.produto ul.tags li,
  .item.padrao.news ul.tags li {
    font-size: 15px;
  }

  .item.padrao.produto ul.tags {
    top: 20px;
    right: 20px;
    height: 340px;
    overflow: hidden;
  }

  .item.padrao .imagem {
    height: auto;
  }

  .item.padrao {
    float: left;
  }

  .item.news .reason {
    font-size: 16px;
    padding: 15px;
    margin: 10px 0;
  }

  .item.padrao.news:hover .imagem {
    background-size: cover;
  }
}
.comp-kit-aplicacao {
  padding: 120px 0 0 0;
  background-image: url("/dist/img/sobre_sec4_banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
  display: none;
}

.comp-kit-aplicacao .titulo-section h2 {
  transform: rotate(-5deg);
}

.comp-kit-aplicacao .titulo-section h2.line3 {
  font-size: 77.6px;
  float: left;
  margin: -15px 0 0 0;
}

.comp-kit-aplicacao .titulo-section h2.line1 {
  font-size: 100.07px;
  position: relative;
  z-index: 2;
}

.comp-kit-aplicacao .shape-titulo {
  position: absolute;
  width: 30%;
  top: 185px;
  left: 75px;
  z-index: -1;
  transform: rotate(-15deg);
}

.comp-kit-aplicacao .titulo-section .detalhe {
  position: absolute;
  z-index: 1;
}

.comp-kit-aplicacao .titulo-section .detalhe.raio.left {
  height: 35px;
  top: -5px;
  left: -10px;
  transform: rotate(-55deg);
}

.comp-kit-aplicacao .titulo-section .detalhe.triangulo.left {
  width: 20px;
  top: 35px;
  left: -10px;
  transform: rotate(25deg);
}

.comp-kit-aplicacao .titulo-section .detalhe.raio.right {
  height: 40px;
  top: 140px;
  right: 5px;
  transform: rotate(150deg);
}

.comp-kit-aplicacao .titulo-section .detalhe.triangulo.right {
  width: 30px;
  top: 150px;
  right: 25px;
  transform: rotate(-50deg);
}

.comp-kit-aplicacao .titulo-section .texto {
  padding: 90px 40px 0 10px;
}

.comp-kit-aplicacao .produto {
  padding: 0 100px 0 120px;
}

@media (min-width: 1701px) {
  .comp-kit-aplicacao {
    padding: 160px 0 0 0;
  }

  .comp-kit-aplicacao .produto {
    padding: 0 100px 0 220px;
  }

  .comp-kit-aplicacao .titulo-section h2.line1 {
    font-size: 120.07px;
  }

  .comp-kit-aplicacao .titulo-section h2.line3 {
    font-size: 92.6px;
    margin: -16px 0 0 0;
  }

  .comp-kit-aplicacao .shape-titulo {
    width: 26%;
    top: 230px;
    left: 150px;
  }

  .comp-kit-aplicacao .titulo-section .texto {
    padding: 100px 50px 0 10px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.left {
    width: 30px;
    top: 50px;
    left: -20px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.left {
    height: 55px;
    top: -16px;
    left: -25px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.right {
    width: 40px;
    top: 180px;
    right: 75px;
    transform: rotate(-30deg);
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.right {
    height: 60px;
    top: 165px;
    right: 45px;
    transform: rotate(160deg);
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .comp-kit-aplicacao .titulo-section h2.line1 {
    font-size: 104.07px;
  }

  .comp-kit-aplicacao .titulo-section h2.line3 {
    font-size: 83.6px;
  }

  .comp-kit-aplicacao .shape-titulo {
    width: 27%;
    top: 185px;
    left: 145px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.left {
    width: 25px;
    top: 45px;
    left: -20px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.right {
    width: 40px;
    top: 160px;
    right: 45px;
    transform: rotate(-35deg);
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.right {
    height: 55px;
    top: 150px;
    right: 20px;
  }

  .comp-kit-aplicacao .produto {
    padding: 0 20px 0 200px;
  }

  .comp-kit-aplicacao .titulo-section .texto {
    padding: 100px 40px 0 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.left {
    left: -10px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.left {
    left: -10px;
  }

  .comp-kit-aplicacao .produto {
    padding: 0 20px 0 150px;
  }

  .comp-kit-aplicacao .shape-titulo {
    position: absolute;
    width: 29%;
    top: 190px;
    left: 105px;
  }

  .comp-kit-aplicacao .titulo-section .texto {
    padding: 100px 40px 0 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.sobre .section-1 .bg.bg-full {
    min-height: 460px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.triangulo.right {
    bottom: 12px;
    right: 20px;
  }

  .view.sobre .section-1 .titulo-section .detalhe.raio.right {
    bottom: 10px;
    right: 2px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.left {
    top: 40px;
    left: -10px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.right {
    top: 150px;
    right: -5px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.right {
    top: 140px;
    right: -20px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.left {
    left: -15px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .comp-kit-aplicacao {
    padding: 80px 0 0 0;
  }

  .comp-kit-aplicacao .titulo-section {
    left: 60px;
  }

  .comp-kit-aplicacao .produto {
    padding: 0 50px 0 160px;
  }

  .comp-kit-aplicacao .titulo-section h2.line1 {
    font-size: 70.07px;
  }

  .comp-kit-aplicacao .titulo-section h2.line3 {
    font-size: 55.6px;
  }

  .comp-kit-aplicacao .titulo-section .texto {
    padding: 65px 55px 0 0px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.right {
    top: 105px;
    width: 25px;
    right: 60px;
    transform: rotate(-35deg);
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.right {
    top: 100px;
    right: 40px;
    height: 35px;
  }

  .comp-kit-aplicacao .shape-titulo {
    width: 28%;
    top: 125px;
    left: 75px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.left {
    top: 30px;
    left: -15px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.left {
    height: 40px;
    top: -15px;
    left: -15px;
  }
}

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

}

@media (max-width: 767px) {
  .comp-kit-aplicacao {
    padding: 30px 0 0 0;
    background-image: none!important;
  }

  .comp-kit-aplicacao .titulo-section h2.line1 {
    width: 100%;
    font-size: 48.07px;
    text-align: center;
  }

  .comp-kit-aplicacao .titulo-section h2.line3 {
    width: 100%;
    font-size: 37.6px;
    padding: 25px 0px 25px 0px;
    margin: -39px 0 0 0px;
    text-align: center;
  }

  .comp-kit-aplicacao .shape-titulo {
    width: 60%;
    top: 55px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.left {
    height: 35px;
    top: -20px;
    left: 40px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.left {
    top: 17px;
    left: 45px;
  }

  .comp-kit-aplicacao .titulo-section .detalhe.triangulo.right {
    top: 70px;
    right: 43px;
    transform: rotate(-40deg);
  }

  .comp-kit-aplicacao .titulo-section .detalhe.raio.right {
    height: 30px;
    top: 65px;
    right: 28px;
  }

  .comp-kit-aplicacao .titulo-section .texto {
    padding: 30px 0px 0 0px;
  }

  .comp-kit-aplicacao .produto {
    padding: 40px 20px 10px 20px;
  }
}
.view.home .section-2 .titulo-menu .titulo.enfeite,
.comp-list-produtos .titulo-menu .titulo.enfeite {
  margin-top: 30px;
}

.view.home .section-2 .titulo-menu .menu-rosa,
.comp-list-produtos .titulo-menu .menu-rosa {
  width: auto;
  float: right;
  margin: 40px 0;
  padding: 0;
}

.comp-list-produtos .content .item.padrao {
  width: 100%;
  margin-bottom: 50px;
  min-height: 0;
  overflow: hidden;
}

.comp-list-produtos .content .column-2 {
  margin-top: 80px;
}

.comp-list-produtos .content .column-3 {
  margin-top: 160px;
}

.comp-list-produtos .content .column-3 .box-titulo {
  margin-bottom: 60px;
}

.comp-list-produtos .content .column-3 .box-titulo h2 {
  text-align: left;
  transform: rotate(-5deg);
}

.comp-list-produtos .content .column-3 .box-titulo h2.line1,
.comp-list-produtos .content .column-3 .box-titulo h2.line2,
.comp-list-produtos .content .column-3 .box-titulo h2.line3 {
  font-size: 38px;
  margin: -5px 0 0 0;
}

.comp-list-produtos .content .column-3 .box-titulo .detalhe {
  position: absolute;
  z-index: 1;
}

.comp-list-produtos .content .column-3 .box-titulo .detalhe.raio.left {
  height: 30px;
  top: -50px;
  left: 5px;
  transform: rotate(-60deg);
}

.comp-list-produtos .content .column-3 .box-titulo .detalhe.triangulo.left {
  width: 15px;
  top: -15px;
  left: 5px;
  transform: rotate(25deg);
}

.comp-list-produtos .content .column-3 .box-titulo .detalhe.triangulo.right {
  width: 25px;
  top: 120px;
  right: 20px;
  transform: rotate(-50deg);
}

.comp-list-produtos .content .column-3 .btn-enfeite {
  margin-top: 30px;
  width: 86%;
  margin-left: 7%;
}

@media (min-width: 1701px) {
  .comp-list-produtos .content .column-3 .btn-enfeite {
    width: 91%;
    margin-left: 5%;
  }

  .comp-list-produtos .content .column-3 .box-titulo .detalhe.triangulo.left {
    width: 17px;
    top: -5px;
    left: 15px;
  }

  .comp-list-produtos .content .column-3 .box-titulo .detalhe.raio.left {
    height: 36px;
    top: -45px;
    left: 15px;
    transform: rotate(-50deg);
  }

  .comp-list-produtos .content .column-3 .box-titulo .detalhe.triangulo.right {
    top: 160px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .comp-list-produtos .content .column-3 .box-titulo h2.line1,
  .comp-list-produtos .content .column-3 .box-titulo h2.line2,
  .comp-list-produtos .content .column-3 .box-titulo h2.line3 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .comp-list-produtos .content .column-3 .box-titulo h2.line1,
  .comp-list-produtos .content .column-3 .box-titulo h2.line2,
  .comp-list-produtos .content .column-3 .box-titulo h2.line3 {
    font-size: 34px;
    margin: -5px 0 0 0;
  }

  .view.home .section-2 .titulo-menu .titulo.enfeite,
  .comp-list-produtos .titulo-menu .titulo.enfeite {
    margin-top: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .comp-list-produtos .content .column-3 .box-titulo h2.line1,
  .comp-list-produtos .content .column-3 .box-titulo h2.line2,
  .comp-list-produtos .content .column-3 .box-titulo h2.line3 {
    font-size: 27px;
  }

  .comp-list-produtos .content .column-3 .box-titulo .btn-enfeite {
    margin-top: 40px;
  }

  .comp-list-produtos .content .column-3 .box-titulo .detalhe.triangulo.right {
    width: 20px;
    top: 80px;
  }
}

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

}

@media (max-width: 767px) {
  .view.home .section-2 .titulo-menu .titulo.enfeite,
  .comp-list-produtos .titulo-menu .titulo.enfeite {
    margin-top: 0px;
  }

  .view.home .section-2 .titulo-menu .menu-rosa,
  .comp-list-produtos .titulo-menu .menu-rosa {
    margin: 20px 0 40px 0;
  }

  .comp-list-produtos .content .item.padrao {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .view:not(.produto) .comp-list-produtos .content .item.padrao .imagem {
    height: 0;
    padding-bottom: 100%;
  }

  .comp-list-produtos .content .column-2 {
    margin-top: 0px;
  }

  .comp-list-produtos .content .column-3 {
    margin-top: 0px;
  }

  .comp-list-produtos .content .column-3 .btn-enfeite {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}


.menu-rosa a {
  float: left;
}

.menu-rosa a li {
  position: relative;
  border-radius: 2px;
  padding: 15px 20px;
  margin-right: 40px;
  border: 2px solid #48186b;
  background: #fff;
}

.menu-rosa a:hover li {
  color: #fff!important;
  background: #eb088c!important;
  border: 2px solid #eb088c;
}

.menu-rosa a:last-child li {
  margin-right: 0;
}

.menu-rosa a li .detalhe {
  position: absolute;
  width: auto;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-rosa a li .detalhe.det-1 {
  opacity: 0;
  right: 35px;
  top: 15px;
}

.menu-rosa a li .detalhe.det-2 {
  opacity: 0;
  right: 35px;
  bottom: 15px;
}

.menu-rosa:not(.menu-produtos) a.mixitup-control-active li,
.menu-pesquisa .menu-rosa:not(.menu-produtos) a.active li {
  color: rgba(255, 255, 255, 0.8)!important;
  background: #eb088c!important;
  border: 2px solid #eb088c;
}

.menu-rosa a:hover li .detalhe.det-1,
.menu-rosa a.mixitup-control-active li .detalhe.det-1,
.menu-pesquisa .menu-rosa a.active li .detalhe.det-1 {
  opacity: 1;
  right: -14px;
  width: 20px;
  top: 7px;
}

.menu-rosa a:hover li .detalhe.det-2,
.menu-rosa a.mixitup-control-active li .detalhe.det-2,
.menu-pesquisa .menu-rosa a.active li .detalhe.det-2 {
  opacity: 1;
  left: -8px;
  bottom: -12px;
  width: 11px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .menu-rosa a li {
    margin-right: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .menu-rosa a li {
    margin-right: 20px;
    padding: 10px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .menu-rosa a li {
    font-size: 14px;
    padding: 15px 15px;
    margin-right: 20px;
  }
}

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

}

@media (max-width: 767px) {
  .menu-rosa a li {
    font-size: 15px;
    padding: 10px 12px;
    margin-right: 15px;
    margin-bottom: 25px;
    border: 1px solid #48186b;
  }

  .menu-rosa a:nth-child(3) li {
    margin-right: 0px;
  }

  .menu-rosa a:nth-child(4) li,
  .menu-rosa a:nth-child(5) li {
    margin-bottom: 0px;
  }

  #menuRosa.owl-carousel {
    padding: 20px 0;
  }

  #menuRosa.owl-carousel .item-menu {
    font-size: 14px;
    position: relative;
    border-radius: 2px;
    padding: 15px 15px;
    margin-right: 0;
    border: 1px solid #48186b;
    float: left;
    text-align: center;
  }

  #menuRosa.owl-carousel .item-menu .detalhe {
    position: absolute;
    width: auto;
  }

  #menuRosa.owl-carousel .item-menu .detalhe.det-1 {
    opacity: 0!important;
    right: 35px;
    top: 15px;
  }

  #menuRosa.owl-carousel .item-menu .detalhe.det-2 {
    opacity: 0!important;
    right: 35px;
    bottom: 15px;
  }

  #menuRosa.owl-carousel .item-menu.active {
    color: rgba(255, 255, 255, 0.8)!important;
    background: #eb088c!important;
    border: 1px solid #eb088c;
  }

  #menuRosa.owl-carousel .item-menu.active .detalhe.det-1 {
    opacity: 1!important;
    right: -14px;
    width: 20px;
    top: 7px;
  }

  #menuRosa.owl-carousel .item-menu.active .detalhe.det-2 {
    opacity: 1!important;
    left: -8px;
    bottom: 0px;
    width: 11px;
  }
}
.menu-blog,
.form-menu {
  padding: 40px 10px;
}

.menu-blog .label,
.form-menu .label {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

.menu-blog a {
  float: left;
}

.menu-blog a li {
  position: relative;
  border-radius: 2px;
  padding: 10px 20px;
  margin-right: 10px;
  border: 2px solid #e6e6e6;
  font-size: 16px;
}

.menu-blog a:hover li,
.menu-blog a.active li {
  color: #fff!important;
  background: #eb088c!important;
  border: 2px solid #eb088c;
}

.menu-blog a:last-child li {
  margin-right: 0;
}

.menu-blog a li .detalhe {
  position: absolute;
  width: auto;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-blog a li .detalhe.det-1 {
  opacity: 0;
  right: 35px;
  top: 15px;
}

.menu-blog a li .detalhe.det-2 {
  opacity: 0;
  right: 35px;
  bottom: 15px;
}

.menu-blog a.mixitup-control-active li {
  color: rgba(255, 255, 255, 0.8)!important;
  background: #eb088c!important;
  border: 1px solid #eb088c;
}

.menu-blog a:hover li .detalhe.det-1,
.menu-blog a.mixitup-control-active li .detalhe.det-1,
.menu-blog a.active li .detalhe.det-1 {
  opacity: 1;
  right: -20px;
  width: 30px;
  top: -13px;
}

.menu-blog a:hover li .detalhe.det-2,
.menu-blog a.mixitup-control-active li .detalhe.det-2,
.menu-blog a.active li .detalhe.det-2 {
  opacity: 1;
  left: -10px;
  bottom: -4px;
  width: 14px;
}

.form-menu .form-group.dropdown {
  padding: 0;
}

.form-menu .form-group.dropdown .dropdown-form {
  font-size: 14px;
  padding: 10px 15px;
  border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  color: #561f7f;
  font-weight: lighter;
}

.form-menu .form-group.dropdown .dropdown-menu li {
  padding: 10px 20px;
  color: #eb088c;
  font-weight: lighter;
}

.form-menu .form-group.dropdown .dropdown-menu li:hover {
  background: #eb088c;
  color: #fff;
}

.form-menu .dropdown.open .dropdown-form {
  border-bottom: 2px solid #e6e6e6!important;
}

.form-menu .form-group.dropdown .dropdown-menu {
  margin: 45px 0 0 0;
}

.form-menu .form-group.dropdown .dropdown-form .caret {
  width: 15px;
  background: url("/dist/img/dd_arrow_close_roxo.png");
  background-repeat: no-repeat;
  margin: auto;
  right: 5px;
  top: 0;
  bottom: 0;
}

.form-menu .dropdown.open .dropdown-form .caret {
  right: 5px!important;
  top: 0!important;
  bottom: 0!important;
}

.form-group.dropdown .dropdown-form .value {
  width: 75%;
  overflow: hidden;
  text-align: left;
}

.form-menu .form-group.dropdown .dropdown-menu {
  max-height: 205px;
  overflow-y: auto;
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1701px) {
  .menu-blog,
  .form-menu {
    padding: 40px 17.5px;
  }

  .form-group.dropdown .dropdown-form .value {
    width: 90%;
  }

  .form-menu .form-group.dropdown .dropdown-form .caret {
    right: 10px;
  }

  .form-menu .dropdown.open .dropdown-form .caret {
    right: 10px!important;
  }
}

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

}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {

}

@media (min-width: 992px) and (max-width: 1119px) {
  .menu-blog a li {
    margin-right: 10px;
    font-size: 12px;
  }
}

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

}

@media (max-width: 767px) {
  .menu-blog a li {
    font-size: 15px;
    padding: 10px 12px;
    margin-right: 15px;
    margin-bottom: 25px;
    border: 1px solid #48186b;
  }

  .menu-blog a:nth-child(3) li {
    margin-right: 0px;
  }

  .menu-blog a:nth-child(4) li,
  .menu-blog a:nth-child(5) li {
    margin-bottom: 0px;
  }

  .form-menu {
    padding: 10px 0;
  }

  .label-menu-mobile {
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 0 0 0;
    text-align: left;
  }

  .form-menu .form-group.dropdown .dropdown-form {
    font-size: 12px;
    padding: 10px 10px;
  }

  .form-group.dropdown .dropdown-form .value {
    width: 75%;
    overflow: hidden;
    text-align: left;
  }

  .form-menu .form-group.dropdown .dropdown-form .caret {
    right: 5px;
  }

  .form-menu .form-group.dropdown .dropdown-menu {
    margin: 40px 0px 0 -42px;
    padding: 0;
  }
}
.menu-produtos {
  margin: 50px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
}

.menu-produtos a li {
  margin: 0 15px;
  display: flex;
  align-items: center;
  min-height: 54px;
}

.menu-produtos li.imagem {
  padding: 0px;
  margin: 0 5px;
  border-color: #9150b1;
}

.menu-produtos a:hover li.imagem {
  /*color: #eb088c!important;*/
  border: 2px solid #9150b1;
}

.menu-produtos a.selected-filter li {
  color: #fff!important;
  background: #eb088c!important;
}

.menu-produtos li.imagem img {
  width: 50px;
  height: 50px;
}

.menu-produtos li.imagem span {
  position: absolute;
  width: 50px;
  left: 0;
  bottom: -30px;
  text-align: center;
}

.menu-produtos .segmento {
  float: left;
  position: relative;
  margin: 0 15px;
}

.menu-produtos .segmento h4 {
  float: left;
  position: absolute;
  top: -35px;
  left: 0;
  padding: 0;
  width: 200px;
  text-align: center;
}

.menu-produtos .segmento.ondulados h4,
.menu-produtos .segmento.ondulados li.imagem {
  color: #9150b1;
}

.menu-produtos .segmento.cacheados h4,
.menu-produtos .segmento.cacheados li.imagem {
  color: #4bbdbb;
}

.menu-produtos .segmento.crespos h4,
.menu-produtos .segmento.crespos li.imagem {
  color: #f59f12;
}

.menu-produtos .segmento.transicao h4,
.menu-produtos .segmento.transicao li.imagem {
  color: #209db6;
}

@media (min-width: 1701px) {
  .item.padrao .subtitulo {
    font-size: 18px;
  }

  .item.padrao.news .titulo,
  .item.padrao.news .subtitulo {
    padding: 0 40px!important;
  }

  .item.padrao.news .subtitulo {
    font-size: 40px;
    letter-spacing: -1px;
    max-height: 142px;
    overflow: hidden;
    line-height: 46px;
  }

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

@media (min-width: 1600px) {
  .menu-produtos .segmento h4 {
    font-size: 18px;
    top: -40px;
  }
}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .menu-produtos {
    margin: 70px 0 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {

}

@media (min-width: 992px) and (max-width: 1119px) {
  .menu-produtos {
    margin: 60px 0 30px;
  }

  .menu-produtos li.imagem img {
    width: 35px;
    height: 35px;
  }

  .menu-produtos .segmento h4 {
    width: 145px;
  }

  .menu-produtos li.imagem span {
    width: 30px;
    left: 0;
    bottom: -30px;
  }

  .menu-produtos.menu-rosa a li.couro-cabeludo,
  .menu-produtos.menu-rosa a li.todos {
    padding: 6px 20px;
  }
}

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

}

@media (max-width: 767px) {

}

@media (max-width: 384px) {

}
.menu-resultado {
  padding: 50px 0 60px 0;
}

.menu-resultado .shape {
  position: absolute;
  top: 75px;
  right: 20px;
}

.menu-resultado .palavra-chave {
  padding: 0;
}

.menu-resultado .palavra-chave p.label {
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

.menu-resultado .palavra-chave .group {
  position: relative;
}

.menu-resultado .palavra-chave .group input {
  font-size: 13px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #20bec4;
}

.menu-resultado .palavra-chave .group input:focus {
  outline: none;
}

.menu-resultado .palavra-chave .group label {
  color: #a0a0a0;
  font-size: 13px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.menu-resultado .palavra-chave .group input:focus ~ label,
.menu-resultado .palavra-chave .group input:valid ~ label {
  top: -20px;
  font-size: 13px;
  color: #561f7f;
}

.menu-resultado .palavra-chave .group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.menu-resultado .palavra-chave .group .bar:before,
.menu-resultado .palavra-chave .group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #561f7f;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.menu-resultado .palavra-chave .group .bar:before {
  left: 50%;
}

.menu-resultado .palavra-chave .group .bar:after {
  right: 50%;
}

.menu-resultado .palavra-chave .group input:focus ~ .bar:before,
.menu-resultado .palavra-chave .group input:focus ~ .bar:after {
  width: 50%;
}

.menu-resultado .palavra-chave .group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.menu-resultado .palavra-chave .group input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

.menu-resultado .palavra-chave .group button.search {
  font-size: 13px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  position: absolute;
  right: -8px;
  bottom: 0px;
  outline: none;
}

.menu-resultado .palavra-chave .group button.search:active,
.menu-resultado .palavra-chave .group button.search:hover {
  color: #561f7f !important;
}



.menu-resultado .palavra-chave .group button.search .hover {
  display: none;
}

.menu-resultado .palavra-chave .group button.search:hover .no-hover {
  display: none;
}

.menu-resultado .palavra-chave .group button.search:hover .hover {
  display: block;
}

.menu-resultado .palavra-chave .group button.search img {
  margin-right: 2px;
}

.menu-resultado .palavra-chave .group button.search:active {
  box-shadow: none;
  outline: transparent;
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.menu-resultado .categoria {
  padding: 0 65px;
}

.menu-resultado .categoria .label,
.menu-resultado .drop-filtro .label {
  font-size: 13px;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

.menu-resultado .categoria a {
  float: left;
  margin-top: 1px;
}

.menu-resultado .categoria a li {
  font-size: 13px;
  padding: 8px 15px;
  position: relative;
  border-radius: 2px;
  margin-right: 10px;
  border: 2px solid #e6e6e6;
}

.menu-resultado .categoria a.active li,
.menu-resultado .categoria a:hover li {
  color: #fff!important;
  background: #eb088c!important;
  border: 2px solid #eb088c;
}

.menu-resultado .categoria a:last-child li {
  margin-right: 0;
}

.menu-resultado .categoria a li .detalhe {
  position: absolute;
  width: auto;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-resultado .categoria a li .detalhe.det-1 {
  opacity: 0;
  right: 35px;
  top: 15px;
}

.menu-resultado .categoria a li .detalhe.det-2 {
  opacity: 0;
  right: 35px;
  bottom: 15px;
}

.menu-resultado .categoria a.mixitup-control-active li {
  color: rgba(255, 255, 255, 0.8)!important;
  background: #eb088c!important;
  border: 1px solid #eb088c;
}

.menu-resultado .categoria a.active li .detalhe.det-1,
.menu-resultado .categoria a:hover li .detalhe.det-1,
.menu-resultado .categoria a.mixitup-control-active li .detalhe.det-1 {
  opacity: 1;
  right: -18px;
  width: 22px;
  top: -10px;
}

.menu-resultado .categoria a.active li .detalhe.det-2,
.menu-resultado .categoria a:hover li .detalhe.det-2,
.menu-resultado .categoria a.mixitup-control-active li .detalhe.det-2 {
  opacity: 1;
  left: -10px;
  bottom: -19px;
  width: 13px;
}

.menu-resultado .drop-filtro .form-group.dropdown .dropdown-form {
  font-size: 13px;
  padding: 8px 15px;
  border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  color: #561f7f;
  font-weight: lighter;
}

.menu-resultado .drop-filtro .form-group.dropdown .dropdown-menu li {
  padding: 10px 20px;
  color: #eb088c;
  font-weight: lighter;
}

.menu-resultado .drop-filtro .form-group.dropdown .dropdown-menu li:hover {
  background: #eb088c;
  color: #fff;
}

.menu-resultado .drop-filtro .dropdown.open .dropdown-form {
  border-bottom: 3px solid #e6e6e6!important;
}

.menu-resultado .drop-filtro .form-group.dropdown .dropdown-menu {
  margin: 45px 0 0 0;
}

.menu-resultado .drop-filtro .form-group.dropdown .dropdown-form .caret {
  width: 15px;
  background-image: url("/dist/img/dd_arrow_close_roxo.png");
  background-repeat: no-repeat;
  margin: auto;
  right: 15px;
  top: 0;
  bottom: 0;
}

.menu-resultado .drop-filtro .dropdown.open .dropdown-form .caret {
  right: 15px!important;
  top: 0!important;
  bottom: 0!important;
}

.menu-resultado .drop-filtro .form-group.dropdown .dropdown-menu {
  max-height: 205px;
  overflow-y: auto;
}

.menu-resultado .frase-resultado {
  padding: 50px 0 0 0;
  font-size: 36px;
  color: #c8c8c8;
}

.menu-resultado .frase-resultado .num {
  position: relative;
}

.menu-resultado .frase-resultado .num .raio {
  position: absolute;
  z-index: -1;
  height: 25px;
  top: -9px;
  right: 4px;
  transform: rotate(-150deg);
}

.menu-resultado .frase-resultado .triangulo {
  position: absolute;
  z-index: -1;
  width: 20px;
  bottom: 13px;
  left: -13px;
  transform: rotateZ(45deg);
}

.menu-resultado .palavra-chave .group label.label-mobile {
  display: none;
}

.menu-resultado .palavra-chave .group label.label-desk {
  display: block;
}

@media (min-width: 1701px) {
  .menu-resultado {
    padding: 50px 0 85px 0;
  }

  .menu-resultado .frase-resultado {
    padding: 75px 0 0 0;
    font-size: 48px;
  }

  .menu-resultado .palavra-chave {
    width: 41%;
    padding: 0;
  }

  .menu-resultado .palavra-chave p.label {
    font-size: 14px;
  }

  .menu-resultado .palavra-chave .group input {
    font-size: 18px;
  }

  .menu-resultado .palavra-chave .group button.search {
    font-size: 18px;
  }

  .menu-resultado .palavra-chave .group label {
    font-size: 18px;
  }

  .menu-resultado .categoria {
    width: 48%;
    padding: 0 105px;
  }

  .menu-resultado .categoria .label,
  .menu-resultado .drop-filtro .label {
    font-size: 14px;
  }

  .menu-resultado .categoria a li {
    font-size: 14px;
    padding: 9px 20px;
  }

  .menu-resultado .drop-filtro {
    width: 11%;
  }

  .menu-resultado .drop-filtro .form-group.dropdown .dropdown-form {
    font-size: 14px;
    padding: 9px 15px;
  }

  .menu-resultado .drop-filtro .form-group.dropdown .dropdown-menu li {
    font-size: 14px;
  }

  .menu-resultado .frase-resultado .triangulo {
    width: 28px;
    z-index: 0;
    transform: rotateZ(25deg);
    bottom: 7px;
    left: -18px;
  }
}

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

}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {

}

@media (min-width: 992px) and (max-width: 1119px) {
  .menu-resultado .categoria a li {
    margin-right: 10px;
    font-size: 12px;
  }
}

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

}

@media (max-width: 767px) {
  .menu-resultado .categoria a li {
    font-size: 15px;
    padding: 10px 12px;
    margin-right: 15px;
    margin-bottom: 25px;
    border: 1px solid #48186b;
  }

  .menu-resultado .categoria a:nth-child(3) li {
    margin-right: 0px;
  }

  .menu-resultado .categoria a:nth-child(4) li,
  .menu-resultado .categoria a:nth-child(5) li {
    margin-bottom: 0px;
  }

  .menu-resultado .drop-filtro {
    padding: 30px 0 0 0!important;
  }

  .label-menu-mobile {
    font-size: 13px;
    margin-bottom: 0;
    padding: 20px 0 0 0;
    text-align: left;
  }

  .menu-resultado {
    padding: 30px 20px 30px 20px;
  }

  .menu-resultado .categoria {
    padding: 30px 0 0 0;
  }

  .menu-resultado .palavra-chave .group label.label-desk {
    display: none;
  }

  .menu-resultado .palavra-chave .group label.label-mobile {
    display: block;
    left: 0;
  }

  .menu-resultado .palavra-chave .group input:focus ~ label.label-mobile,
  .menu-resultado .palavra-chave .group input:valid ~ label.label-mobile {
    top: -15px;
    font-size: 13px;
    color: #561f7f;
    left: 0;
  }

  .menu-resultado .frase-resultado {
    padding: 0px 0 0 0;
    font-size: 22px;
  }

  .menu-resultado .shape {
    display: none;
  }

  .menu-resultado .frase-resultado .triangulo {
    width: 15px;
    bottom: 33px;
    left: -10px;
  }
}
.modal {
  background-color: rgba(37, 13, 43, 0.95);
  overflow: hidden;
  /*position: absolute;*/
  height: 100vh;
}

.modal.in {
  /*align-items: center;*/
  /*display: flex !important;*/
  /*justify-content: center;*/
}

.modal > .illustration {
  bottom: 0;
  height: calc(100% - 80px);
  left: 0;
  margin: 0 auto;
  max-width: 1300px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 4;
}

.modal > .illustration img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.modal .close {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  z-index: 1100;
}

.modal .close img {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

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

.modal .close .inner {
  transition: all 0.3s ease;
}

.modal .close:hover .inner {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.modal .modal-dialog {
  z-index: 8;
}

.modal#modalPublicacao .modal-dialog {
  width: 450px;
  padding-top: 90px;
}

.modal .modal-dialog .modal-header {
  border-bottom: 0;
}



.modal .modal-dialog .modal-header .modal-title span {
  display: inline-block;
  font-style: italic;
  line-height: normal;
  transform: rotate(-3deg);
  width: 100%;
}

.modal#modalPublicacao .modal-dialog .modal-header .modal-title span {
  line-height: 1;
  transform: rotate(-7deg);
}

.modal .modal-dialog .modal-header .modal-title .line1 {
  font-size: 60px;
}

.modal#modalPublicacao .modal-dialog .modal-header .modal-title .line1 {
  font-size: 120px;
}

.modal .modal-dialog .modal-header .modal-title .line2 {
  font-size: 66px;
}



.modal#modalPublicacao .modal-dialog .modal-header .modal-title .line3 {
  font-size: 91px;
}

.modal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}

#modalSoulshine .modal-dialog .modal-content {
  margin-top: 130px;
}



.modal .modal-dialog .modal-content .modal-body:before {
  background-image: url("/dist/img/etapa_2_shape_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: -40px;
  width: 70%;
  z-index: -1;
}

.modal#modalPublicacao .modal-dialog .modal-content .modal-body:before {
  background-image: none;
  content: none;
}

.modal form .form-group {
  margin-bottom: 10px;
}

.modal form .form-group.has-error {
  margin-bottom: 25px;
}

.modal .detalhe {
  position: absolute;
  z-index: -1;
}

.modal .modal-dialog > .detalhe.triangulo-1 {
  left: -8%;
  top: 5%;
  transform: rotate(-100deg);
  width: 30px;
}

.modal .modal-dialog > .detalhe.triangulo-2 {
  left: -9%;
  top: 15%;
  transform: rotate(-40deg);
}

.modal .modal-dialog > .detalhe.triangulo-3 {
  right: 10%;
  top: 30%;
  transform: rotate(-40deg);
  width: 15px;
}

.modal .modal-dialog > .detalhe.raio {
  left: -8%;
  top: 55%;
  transform: rotate(30deg);
}

.modal#modalPublicacao .modal-dialog > .detalhe.raio {
  left: unset;
  right: -5%;
  top: 43%;
}

.modal form .detalhe.triangulo-1 {
  width: 20px;
  top: 45px;
  left: 33%;
  transform: rotate(121deg);
}

.modal form .detalhe.triangulo-2 {
  width: 30px;
  top: 50px;
  left: 96%;
  transform: rotate(-15deg);
}

.modal form .detalhe.triangulo-3 {
  width: 10px;
  top: 32px;
  left: 101.5%;
  transform: rotate(80deg);
}

.modal form .detalhe.triangulo-4 {
  left: -10px;
  top: -25px;
  transform: rotate(215deg);
  width: 20px;
}

.modal form .detalhe.triangulo-5 {
  left: 25%;
  top: -15px;
  transform: rotate(80deg);
  width: 15px;
}

.modal form .detalhe.raio {
  height: 30px;
  left: -20px;
  top: -20px;
  transform: rotate(30deg);
}

.modal#modalPublicacao form .detalhe.raio {
  left: unset;
  right: 15%;
  top: -100%;
}

.modal .group input,
.modal .group textarea {
  outline: none;
  width: 100%;
  padding: 10px 21px 3px 21px;
  border-radius: 2px;
  border: 3px solid #12aab0;
  background: #fff;
  color: #5d2d81;
  font-family: 'Jovial Sans', sans-serif;
  font-size: 2.75rem;
  transition: .25s ease-out;
  transition-property: color, border;
}

.modal .group input:focus {
  outline: none;
}

/* LABEL ======================================= */

.modal .group label {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 4;
  pointer-events: none;
  font-size: 2.75rem;
  padding: 0 6px;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

.modal .group input:focus ~ label,
.modal .group input:valid ~ label,
.modal .group textarea:focus ~ label,
.modal .group textarea:valid ~ label {
  top: -20px;
  color: #20bec4!important;
}

.modal .group::after {
  content: url("/dist/img/form_valid.png");
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
  opacity: 0;
  transition: .2s ease-in-out;
  transition-property: opacity;
}

.modal .group.-valid::after {
  opacity: 1;
}

.modal .group.-valid label {
  display: none;
}

.modal .group.-invalid > input {
  border-color: #fe0000;
  /*color: #fff;*/
}

.modal .group.-invalid > label {
  color: #fe0000!important;
}

.modal form .btn-enfeite {
  margin-top: 10px;
}

.modal form .btn-enfeite:before {
  background: none;
}

.modal#modalPublicacao form .btn-enfeite ~ .btn-enfeite {
  margin-top: 25px;
}

.modal#modalPublicacao form .btn-enfeite .detalhe.triangulo-1 {
  left: 8%;
}

.modal.modalEncontreProduto {
  overflow-y: scroll;
  position: fixed;
  z-index: 9999;
}

.modal.modalEncontreProduto .modal-dialog {
  width: 90%; min-height: 100vh;
  padding: 48px 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.modal.modalEncontreProduto .modal-dialog .modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal.modalEncontreProduto .modal-dialog .modal-content .modal-body {
  background: #fff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal.modalEncontreProduto .modal-dialog .modal-content .modal-body:before {
  content: none;
  height: 170px;
  right: -50px;
  position: absolute;
  bottom: -80px;
  width: 400px;
  left: inherit;
  top: inherit;
  filter: hue-rotate(220deg) brightness(180%);
}

.modal.modalEncontreProduto .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.modal.modalEncontreProduto .modal-header {
  position: relative;
  height: 100vh;
}
@media (max-width: 767px){
  .modal.modalEncontreProduto .modal-header {
    height: auto;
  }
}

.modal.modalEncontreProduto .modal-header .detalhe.triangulo {
  width: 20px;
  transform: rotateZ(18deg);
  margin: 65px 0 0 -8px;
}

.modal.modalEncontreProduto .modal-header .detalhe.raio {
  width: 20px;
  transform: rotateZ(28deg);
  margin: -40px 0 0 0;
  right: -6px;
  z-index: 999;
}

.modal.modalEncontreProduto .modal-header .line1,
.modal.modalEncontreProduto .modal-header .line2 {
  font-size: 36px!important;
  transform: rotate(0deg);
}

.modal.modalEncontreProduto .modal-prod-item {
  margin-bottom: 30px;
}

.modal.modalEncontreProduto .modal-prod-item h4 {
  font-size: 20px;
}

.modal.modalEncontreProduto .modal-prod-item h6 {
  margin-bottom: 30px;
}



#modalFotos .modal-dialog .modal-content .modal-body .row .btn-enfeite:hover .fill-roxo1 {
  fill: #ffdc18!important;
}

#modalFotos.modal .group input,
#modalFotos.modal .group textarea {
  padding: 10px 15px 3px 15px;
}

#modalFotos input[type="button" i],
#modalFotos input[type="submit" i],
#modalFotos input[type="reset" i],
#modalFotos input[type="file" i]::-webkit-file-upload-button {
  width: 0;
  opacity: 0;
  padding: 0;
}

#modalFotos input[type="file"] {
  cursor: pointer!important;
}

#modalFotos.modal .modal-dialog .modal-content {
  margin-top: 130px;
}

#modalFotos.modal .close {
  top: 120px;
}

@media (min-width: 1701px) {
  /*
	.modal form .detalhe.triangulo-1 {
		width: 30px;
		top: -10px;
		left: 65px;
		transform: rotate(-90deg);
	}
	.modal form .detalhe.triangulo-2 {
		width: 45px;
		top: 30px;
		left: 48px;
		transform: rotate(86deg);
	}
	.modal form .detalhe.triangulo-3 {
		width: 20px;
		top: -20px;
		right: 90px;
		transform: rotate(-30deg);
	}
	.modal form .detalhe.raio {
		height: 35px;
		top: 120px;
		right: 40px;
	}
	*/

  .modal .label {
    font-size: 24px;
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .modal form .detalhe.triangulo-1 {
    width: 25px;
    top: 62px;
  }

  .modal form .detalhe.triangulo-2 {
    width: 40px;
    top: 65px;
  }

  .modal form .detalhe.triangulo-3 {
    width: 15px;
    top: 40px;
  }

  .modal .group label {
    top: 14px;
  }

  .modal .group input,
  .modal .group textarea {
    padding: 11px 21px;
  }

  .modal form .form-group {
    margin-bottom: 20px;
  }

  #modalFotos.modal .modal-dialog .modal-content {
    margin-top: 300px;
  }

  #modalSoulshine .modal-dialog .modal-content {
    margin-top: 260px;
  }
}

@media (max-width: 767px) {
  .modal-open header {
    z-index: 990;
  }

  .modal .detalhe {
    display: none;
  }

  .modal > .illustration {
    display: none;
  }

  .modal .modal-dialog .modal-content .modal-body:before {
    display: none;
  }

  #modalSoulshine .modal-dialog .modal-content {
    margin-top: 60px;
  }

  .modal .modal-dialog .modal-header {
    padding-right: 65px;
  }

  .modal .modal-dialog .modal-header .modal-title .line1 {
    font-size: 40px;
  }

  .modal .modal-dialog .modal-header .modal-title .line2 {
    font-size: 38px;
  }

  .modal .close {
    height: 38px;
    right: 20px;
    top: 85px;
    width: 38px;
  }

  .modal .close img {
    width: 38px;
  }

  .modal.modalEncontreProduto {
    padding-top: 0px;
  }

  .modal.modalEncontreProduto .modal-dialog .modal-content {
    display: block;
  }

  .modal.modalEncontreProduto .close {
    top: 40px;
  }

  .modal.modalEncontreProduto .modal-prod-item {
    display: none;
  }

  .modal.modalEncontreProduto .modal-prod-item.active {
    display: block;
  }

  .modal.modalEncontreProduto .modal-header .detalhe.raio {
    right: inherit;
    left: 50%;
    height: 40px;
    top: 40px;
    z-index: -1;
  }



  .modal.modalEncontreProduto .detalhe {
    display: block;
  }

  .modal.modalEncontreProduto .carousel-control {
    background: #561f7f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
  }

  .modal.modalEncontreProduto .carousel-control.right {
    right: -20px;
  }

  .modal.modalEncontreProduto .carousel-control.left {
    left: -20px;
  }

  .modal.modalEncontreProduto .carousel-control.right svg {
    width: 20px;
    transform: rotateZ(-90deg);
    margin: 12px 0 0 12px;
  }

  .modal.modalEncontreProduto .carousel-control.left svg {
    width: 20px;
    transform: rotateZ(90deg);
    margin: 12px 0 0 7px;
  }

  #modalFotos.modal .modal-dialog .modal-content {
    margin-top: 140px;
  }

  #modalFotos.modal .close {
    top: 40px;
  }
}
.view.publicacao .section-1 {
  padding: 22px 30px !important;
  height: 100px;
}

.view.publicacao .box-publicacao {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.view.publicacao .btn-perfil {
  -ms-flex-align: center;
  align-items: center;
  border: 0 none;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0px 0 30px;
  position: relative;
}

.view.publicacao .btn-perfil .bg-user {
  width: 100px;
  height: 55px;
  background-size: cover;
  margin-left: 20px;
}

.view.publicacao .btn-visualizar {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}

.view.publicacao .btn-visualizar img {
  margin-right: 7px;
}

.view.publicacao .btn-visualizar .detalhe {
  position: absolute;
}

.view.publicacao .btn-visualizar .detalhe.raio1 {
  right: -10px;
  top: -12px;
  transform: rotate(205deg);
  width: 15px;
}

.view.publicacao .btn-visualizar .detalhe.triangulo1 {
  bottom: -10px;
  left: -15px;
  transform: rotate(20deg);
  width: 30px;
}

.view.publicacao .btn-salvar {
  background-color: transparent;
  border: 0 none;
  font-size: 16px;
  margin-right: 45px;
  padding: 0;
  text-decoration: underline #72cfd4;
}

.view.publicacao .btn-salvar.btn-salvo,
.view.publicacao .btn-salvar.btn-salvando {
  text-decoration: none;
}

.view.publicacao .box-publicacao .btn-salvar {
  display: block;
}

.view.publicacao .box-publicacao .btn-salvar.btn-salvo {
  display: none;
}

.view.publicacao .box-publicacao .btn-salvar.btn-salvando {
  display: none;
}

.view.publicacao .box-publicacao.salvo .btn-salvar {
  display: block;
}

.view.publicacao .box-publicacao.salvo .btn-salvar.btn-salvo {
  display: block;
}

.view.publicacao .box-publicacao.salvo .btn-salvar.btn-salvando {
  display: none;
}

.view.publicacao .box-publicacao.salvando .btn-salvar {
  display: none;
}

.view.publicacao .box-publicacao.salvando .btn-salvar.btn-salvo {
  display: block;
}

.view.publicacao .box-publicacao.salvando .btn-salvar.btn-salvando {
  display: block;
}

.view.publicacao .section-2 {
  background-color: #f5f5f5;
  z-index: 10;
}

.view.publicacao .section-2 .form-container {
  margin-bottom: 85px;
  margin-top: 60px;
}

.view.publicacao .section-2 .form-container .form-group {
  position: relative;
  margin-bottom: 45px;
}

.view.publicacao .section-2 .form-container .tab-content .form-group {
  margin-bottom: 0;
}

.view.publicacao .section-2 .form-container .form-group > .detalhe {
  position: absolute;
  z-index: -1;
}

.view.publicacao .section-2 .form-container .form-group > .detalhe.raio1 {
  bottom: 6%;
  left: 101.5%;
  transform: rotate(-110deg);
}

.view.publicacao .section-2 .form-container .form-group > .detalhe.triangulo1 {
  bottom: 5px;
  left: 102%;
  transform: rotate(-100deg);
  width: 15px;
}

.view.publicacao .section-2 .form-container .form-group > .detalhe.triangulo2 {
  bottom: -6%;
  left: -2%;
  transform: rotate(-100deg);
}

.view.publicacao .section-2 .form-container .tabs-container {
  position: relative;
}

.view.publicacao .section-2 .form-container .tabs-container > .detalhe.raio1 {
  left: -1.5%;
  position: absolute;
  top: -4%;
  transform: rotate(-110deg);
}

.view.publicacao .section-2 .form-container input[type="text"] {
  background-color: transparent;
  border-color: currentcolor currentcolor #20bec4;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 2px;
  color: #c8c8c8;
  font-family: "Oswald";
  font-size: 42px;
  font-weight: bold;
  height: 70px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  outline: none;
}

.view.publicacao .section-2 .form-container input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
}

.view.publicacao .section-2 .form-container input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
}

.view.publicacao .section-2 .form-container input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
}

.view.publicacao .section-2 .form-container input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
}

.view.publicacao .section-2 .form-container .form-imagem input {
  outline: none;
  background-color: transparent;
  border-color: currentcolor currentcolor #20bec4;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 2px;
  color: #c8c8c8;
  font-family: "Oswald";
  font-size: 42px;
  font-weight: bold;
  height: 70px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  outline: none;
}

.view.publicacao .section-2 .form-container .form-group-file label {
  color: #c8c8c8;
  font-family: "Oswald";
  font-size: 42px;
  font-weight: bold;
  height: 70px;
  left: 0;
  line-height: 40px;
  padding: 15px 10px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.view.publicacao .section-2 .form-container .form-imagem input[type="button" i],
.view.publicacao .section-2 .form-container .form-imagem input[type="submit" i],
.view.publicacao .section-2 .form-container .form-imagem input[type="reset" i],
.view.publicacao .section-2 .form-container .form-imagem input[type="file" i]::-webkit-file-upload-button {
  width: 0;
  opacity: 0;
  padding: 0;
}

.view.publicacao .section-2 .form-container .form-imagem input[type="file"] {
  cursor: pointer!important;
}



.view.publicacao .section-2 .form-container textarea ~ .textarea-words {
  color: #cecece;
  font-size: 16px;
  margin: 0;
}

.view.publicacao .section-2 .form-container .nav-tabs {
  border-bottom: 2px solid #20bec4;
}

.view.publicacao .section-2 .form-container .nav-tabs li {
  border-radius: 0;
  margin-bottom: 0;
}

.view.publicacao .section-2 .form-container .nav-tabs li:first-child a {
  border-radius: 2px 0 0;
}

.view.publicacao .section-2 .form-container .nav-tabs li:last-child a {
  border-radius: 0 2px 0 0;
}



.view.publicacao .section-2 .form-container .nav-tabs li a {
  background-color: #ebebeb;
  border-left: 0 none;
  border-right: 0 none;
  color: #828282;
  margin: 0;
}

.view.publicacao .section-2 .form-container .nav-tabs li.active a {
  background-color: #20bec4;
  color: #fff;
}

.view.publicacao .section-2 .form-container .btn-submit {
  border: 0 none;
  float: right;
  height: 60px;
  line-height: 20px;
  padding: 20px 25px;
  width: auto;
  margin-top: 45px;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit {
  width: 100%;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit:first-child {
  margin-bottom: 40px;
}



.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite .detalhe-btn {
  position: absolute;
  z-index: -1;
}

.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite:hover {
  background: #20bec4!important;
  border: 1px solid #20bec4!important;
}

.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite:hover .fill-amarelo1 {
  fill: #48186b!important;
}

.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite .detalhe-btn.raio-1 {
  width: 7px;
  top: -13px;
  left: -13px;
  transform: rotate(-65deg);
}

.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite .detalhe-btn.triangulo-1 {
  width: 20px;
  bottom: -12px;
  top: initial;
  left: 10px;
  transform: rotate(25deg);
}

.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite .detalhe-btn.triangulo-2 {
  width: 20px;
  top: -5px;
  left: 35px;
  transform: rotate(75deg);
}

.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite .detalhe-btn.triangulo-3 {
  width: 14px;
  bottom: -12px;
  right: -3px;
  transform: rotate(80deg);
}

.view.publicacao .section-2 .form-container .btn-submit.new-btn-enfeite .detalhe-btn.raio-2 {
  width: 11px;
  top: -28px;
  right: 5px;
  transform: rotate(-160deg);
}

.view.publicacao.publicacao-enviada .section-2 .form-container .texto p {
  margin-bottom: 35px;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .texto p a {
  color: #561f7f;
  text-decoration: underline #d6cfdc !important;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta {
  margin-bottom: 75px;
  position: relative;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta:before {
  background-image: url("/dist/img/publicacao/img_publicacao_tinta_azul.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -40px;
  content: "";
  height: 110%;
  left: -15%;
  position: absolute;
  width: 120%;
  z-index: -1;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta span {
  display: inline-block;
  font-style: italic;
  line-height: 1;
  transform: rotate(-7deg);
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .line1 {
  font-size: 110px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .line2 {
  font-size: 140px;
  margin-top: -25px;
  transform: rotate(-9deg);
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit.new-btn-enfeite.new-btn-enfeite1 .detalhe-btn.triangulo-1 {
  left: 15%;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit.new-btn-enfeite.new-btn-enfeite1 .detalhe-btn.triangulo-2 {
  left: 20%;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit.new-btn-enfeite.new-btn-enfeite1 .detalhe-btn.triangulo-3 {
  right: 20%;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit.new-btn-enfeite.new-btn-enfeite1 .detalhe-btn.raio-1 {
  left: 10%;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit.new-btn-enfeite.new-btn-enfeite1 .detalhe-btn.raio-2 {
  right: -1%;
}

.view.publicacao.publicacao-enviada .section-2 .form-container .btn-submit.new-btn-enfeite .detalhe-btn.raio-2 {
  right: -2.5%;
  top: -45%;
  transform: rotate(-150deg);
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe {
  position: absolute;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.raio-1 {
  left: -22%;
  top: 20%;
  transform: rotate(-50deg);
  width: 20px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.raio-2 {
  bottom: 30%;
  right: -15%;
  transform: rotate(150deg);
  width: 12px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.triangulo-1 {
  left: -10%;
  top: 0;
  transform: rotate(-100deg);
  width: 35px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.triangulo-2 {
  left: -15%;
  top: 15%;
  transform: rotate(-120deg);
  width: 30px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.triangulo-3 {
  bottom: -20%;
  left: -11%;
  transform: rotate(-40deg);
  width: 20px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.triangulo-4 {
  right: -10%;
  top: -5%;
  transform: rotate(-40deg);
  width: 20px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.triangulo-5 {
  right: -9%;
  top: 15%;
  transform: rotate(-100deg);
  width: 30px;
}

.view.publicacao.publicacao-enviada .post-enviado-tinta .detalhe.triangulo-6 {
  bottom: 10%;
  right: -13%;
  transform: rotate(-100deg);
  width: 30px;
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .view.publicacao.publicacao-enviada .post-enviado-tinta .line1 {
    font-size: 90px;
  }

  .view.publicacao.publicacao-enviada .post-enviado-tinta .line2 {
    font-size: 115px;
    margin-top: -15px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .view.publicacao.publicacao-enviada .post-enviado-tinta .line1 {
    font-size: 80px;
  }

  .view.publicacao.publicacao-enviada .post-enviado-tinta .line2 {
    font-size: 100px;
    margin-top: -18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .view.publicacao.publicacao-enviada .post-enviado-tinta .line1 {
    font-size: 80px;
  }

  .view.publicacao.publicacao-enviada .post-enviado-tinta .line2 {
    font-size: 100px;
    margin-top: -18px;
  }
}

@media (max-width: 767px) {
  .view.publicacao.publicacao-enviada .post-enviado-tinta .line1 {
    font-size: 70px;
  }

  .view.publicacao.publicacao-enviada .post-enviado-tinta .line2 {
    font-size: 90px;
    margin-top: -15px;
  }

  .view.publicacao.publicacao-enviada .section-2 .form-container .texto {
    margin-bottom: 15px;
  }

  .view.publicacao.publicacao-enviada .section-2 .form-container .texto p {
    margin-bottom: 15px;
  }

  .view.publicacao .box-publicacao {
    padding-right: 0;
  }

  .view.publicacao .btn-perfil {
    width: 100px;
    overflow: hidden;
  }
}
.secao-mulher-central .titulo-section {
  position: absolute;
  top: 180px;
  z-index: 10;
}
@media (max-width: 1440px){
  .secao-mulher-central .titulo-section {
    top: 140px;
  }
}

.secao-mulher-central .titulo-section h2.line1 {
  font-size: 87.11px;
}
@media (max-width: 1440px){
  .secao-mulher-central .titulo-section h2.line1 {
    font-size: 77.11px;
  }
}
@media (max-width: 1200px){
  .secao-mulher-central .titulo-section h2.line1 {
    font-size: 67.11px;
  }
}

.secao-mulher-central .titulo-section h2.line2 {
  font-size: 97.05px;
  margin: -45px 0 0 0;
}
@media (max-width: 1440px){
  .secao-mulher-central .titulo-section h2.line2 {
    font-size: 87.05px;
  }
  .secao-mulher-central.-purplebg .titulo-section h2.line2 {
    font-size: 115.05px;
  }
}
@media (max-width: 1200px){
  .secao-mulher-central .titulo-section h2.line2 {
    font-size: 73.05px;
  }
}

.secao-mulher-central .titulo-section h2.line3 {
  font-size: 121.71px;
  margin: -30px 0 0 0;
}
@media (max-width: 1440px){
  .secao-mulher-central .titulo-section h2.line3 {
    font-size: 111.71px;
  }
  .secao-mulher-central.-purplebg .titulo-section h2.line3 {
    font-size: 147.71px;
  }
}
@media (max-width: 1200px){
  .secao-mulher-central .titulo-section h2.line3 {
    font-size: 91.71px;
  }
}

.secao-mulher-central .titulo-section h2.line4 {
  font-size: 88.14px;
  margin: -30px 0 0 0;
}
@media (max-width: 1200px){
  .secao-mulher-central .titulo-section h2.line4 {
    font-size: 68.14px;
  }
}

.secao-mulher-central .box-texto-botao {
  position: absolute;
  bottom: 90px;
  right: 110px;
  z-index: 10;
}

.secao-mulher-central .box-texto-botao h2.line1 {
  font-size: 112.33px;
  margin: 0;
}
@media (max-width: 1440px){
  .secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 92.33px;
  }
  .secao-mulher-central.-purplebg .box-texto-botao h2.line1 {
    font-size: 118.33px;
  }
}

.secao-mulher-central .box-texto-botao h2.line2 {
  font-size: 112.33px;
  margin: -30px 0 0 0;
}
@media (max-width: 1440px){
  .secao-mulher-central .box-texto-botao h2.line2 {
    font-size: 107.33px;
  }
  .secao-mulher-central.-purplebg .box-texto-botao h2.line2 {
    font-size: 72.33px;
  }
}

.secao-mulher-central .box-texto-botao .btn-enfeite {
  width: 85%;
  margin-top: 70px;
}

@media (min-width: 1701px) {

}

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

/********************** 1600x900 E 1680x1050 ********************/

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

@media (min-width: 1600px) and (max-width: 1700px) {
  .secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 127.33px;
  }

  .secao-mulher-central .box-texto-botao h2.line2 {
    font-size: 127.33px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .secao-mulher-central .box-texto-botao .btn-enfeite {
    width: 75%;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .secao-mulher-central .box-texto-botao .btn-enfeite {
    width: 80%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .secao-mulher-central .titulo-section h2.line1 {
    font-size: 62.11px;
  }

  .secao-mulher-central .titulo-section h2.line2 {
    font-size: 68.05px;
    margin: -28px 0 0 0;
  }

  .secao-mulher-central .titulo-section h2.line3 {
    font-size: 85.71px;
    margin: -22px 0 0 0;
  }

  .secao-mulher-central .titulo-section h2.line4 {
    font-size: 64.14px;
    margin: -30px 0 0 0;
  }

  .secao-mulher-central .box-texto-botao h2.line2 {
    font-size: 81.33px;
    margin: -18px 0 0 0;
  }

  .view.home .section-3 .bg.bg-full {
    min-height: 550px;
  }

  .view.home .section-3 .bg.bg-full .layer {
    margin: 0px -400px;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 42.33px;
  }

  .view.home .section-3.secao-mulher-central .titulo-section {
    top: 160px;
  }

  .view.home .section-3.secao-mulher-central .box-texto-botao .btn-enfeite {
    margin-top: 30px;
  }

  .secao-mulher-central .box-texto-botao {
    bottom: 60px;
    right: 80px;
  }

  .secao-mulher-central .box-texto-botao h2.line1 {
    font-size: 81.33px;
  }
}

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

}

@media (max-width: 767px) {

}

@media (max-width: 384px) {

}
.titulo.tinta {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 35px;
}

.titulo.tinta h2 {
  font-size: 40px;
  float: left;
  margin: 0;
  transform: rotate(-7deg);
}

.titulo.tinta.roxo {
  background-image: url("/dist/img/titulo_tinta_roxa.png");
}

.titulo.tinta.rosa {
  background-image: url("/dist/img/titulo_tinta_rosa.png");
}

.titulo.enfeite {
  position: relative;
  float: left;
}

.titulo.enfeite h2 {
  z-index: 2;
}

.titulo.enfeite .detalhe {
  position: absolute;
  z-index: 0;
}

.titulo.enfeite .detalhe.raio {
  top: 10px;
  right: -20px;
}

.titulo.enfeite .detalhe.triangulo {
  bottom: 4px;
  left: -13px;
  z-index: -1;
}

.titulo.bicolor {
  position: relative;
  float: left;
  margin: 0;
}

.titulo.bicolor h2 {
  z-index: 2;
  transform: rotate(-7deg);
}

.titulo.bicolor .detalhe {
  position: absolute;
  z-index: -1;
}

.titulo.bicolor.borda-modelo-1 .detalhe.raio.left {
  top: 0px;
  left: -28px;
  transform: rotate(-47deg);
}

.titulo.bicolor.borda-modelo-1 .detalhe.triangulo.left {
  top: 5px;
  left: -15px;
  transform: rotate(-10deg);
}

.titulo.bicolor.borda-modelo-1 .detalhe.raio.right {
  bottom: 13px;
  right: -25px;
  transform: rotate(-22deg);
}

.titulo.bicolor.borda-modelo-1 .detalhe.triangulo.right {
  bottom: 12px;
  right: -18px;
  transform: rotate(-50deg);
}

.titulo.bicolor.borda-modelo-2 .detalhe.raio.left {
  top: -5px;
  left: -15px;
  transform: rotate(-165deg);
}

.titulo.bicolor.borda-modelo-2 .detalhe.triangulo.left {
  bottom: -10px;
  left: -2px;
  transform: rotate(5deg);
}

.titulo.bicolor.borda-modelo-2 .detalhe.raio.right {
  bottom: 20px;
  right: -5px;
  transform: rotate(-55deg);
}

.titulo.bicolor.borda-modelo-2 .detalhe.triangulo.top.right {
  top: -22px;
  right: -15px;
  transform: rotate(-25deg);
}

.titulo.bicolor.borda-modelo-2 .detalhe.triangulo.bottom.right {
  bottom: 5px;
  right: -10px;
  transform: rotate(10deg);
}

@media (min-width: 1701px) {

}

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

}

@media (min-width: 1400px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1360px) {
  .titulo.enfeite h2 {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .titulo.enfeite h2 {
    font-size: 25px;
  }
}

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

}

@media (max-width: 767px) {
  .titulo.enfeite h2 {
    font-size: 24px;
  }
}




.splash-maisque{
  font-size: 7.7rem;
}
@media (max-width: 767px){
  .splash-maisque{
    font-size: 4.5rem;
  }
}
.splash-maisque>.line{
  color: #fff;
  font-size: 1em;
  transform: rotate(-5deg);
  margin: 0;
}
@media (max-width: 767px){
  .splash-maisque>.line{
    text-align: center!important;
  }
}
.splash-maisque>.line.-line1{
  font-size: 1em;
}
.splash-maisque>.line.-line2{
  font-size: 1.1em;
  margin-top: -.4em;
}
.splash-maisque>.line.-line3{
  font-size: 1.4em;
  margin-top: -.3em;
}
.splash-maisque>.line.-line4{
  font-size: 1.05em;
  margin-top: -.4em;
}
.splash-maisque>.line.-line5{
  font-size: .8em;
  margin-top: -.45em;
}
.splash-maisque>.line.-line6{
  font-size: 1.5em;
  margin-top: -.25em;
}
.splash-maisque>.btn{
  float: none;
  margin: 40px 20px 20px 20px;
  width: calc(100% - 40px);
}

.splashtitle{
  font-family: 'Brush Up Alt', sans-serif;
}

.splash-fazbem{
  font-size: 7.7rem;
}
@media (max-width: 767px){
  .splash-fazbem{
    font-size: 3.5rem;
  }
}
.splash-fazbem>.line{
  color: #fff;
  font-size: 1em;
  transform: rotate(-5deg);
}
@media (max-width: 767px){
  .splash-fazbem>.line{
    text-align: center!important;
  }
}
.splash-fazbem>.line.-line1{
  font-size: 1em;
}
.splash-fazbem>.line.-line2{
  font-size: 1.5em;
  margin-top: -.25em;
}
.splash-fazbem>.line.-line3{
  font-size: 1.9em;
  margin-top: -.25em;
}
.splash-fazbem>.line.-line4{
  font-size: 1.9em;
  margin-top: -.3em;
}
.splash-fazbem>.line.-line5{
  font-size: 1.2em;
  margin-top: -.5em;
}
.splash-fazbem>.btn{
  float: none;
  margin: 20px;
  width: calc(100% - 40px);
}

.splash-quaisprodutos{
  font-size: 5.7rem;
}
@media (max-width: 1400px){
  .splash-quaisprodutos{
    font-size: 3.5rem;
  }
}
@media (max-width: 767px){
  .splash-quaisprodutos{
    font-size: 3.5rem;
  }
}
.splash-quaisprodutos>.line{
  color: #fff;
  font-size: 1em;
  transform: rotate(-5deg);
  text-align: center!important;
}
@media (max-width: 767px){
  .splash-quaisprodutos>.line{
    color: #fff;
  }
}
.splash-quaisprodutos>.line.-line1{
  font-size: 1em;
}
.splash-quaisprodutos>.line.-line2{
  font-size: 1em;
  margin-top: -.25em;
}
.splash-quaisprodutos>.line.-line3{
  font-size: 1.45em;
  margin-top: -.25em;
}
.splash-quaisprodutos>.line.-line4{
  font-size: 1.7em;
  margin-top: -.3em;
}

.splash-querparticipar{
  font-size: 5.5rem;
}
@media (max-width: 767px){
  .splash-querparticipar{
    font-size: 4rem;
  }
}
.splash-querparticipar>.line{
  font-size: 1em;
  font-style: italic;
  transform: rotate(-5deg);
}
.splash-querparticipar>.line.-line2{
  font-size: 1.6em;
  margin: -.25em 0 -.45em 0;
}
.splash-querparticipar>.line.-line3{
  font-size: 1.25em;
}



.product-view{
  display: flex;
}
@media (max-width: 767px) {
  .product-view{
    flex-direction: column;
  }
}
.product-view .left-box,
.product-view .right-box{
  height: auto!important;
}

.btn-input{
  padding-top: 9px; padding-bottom: 9px;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 13, 43, 0.95);
  opacity: 0;
  visibility: hidden;
}
.video-modal > .video {
  position: relative;
  width: 100%;
  height: 46.9vw;
  max-height: 100%;
}
.video-modal > .video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes infiniteSpinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-modal > .close-video{
  position: absolute;
  top: 15px; right: 15px;
  width: 30px; height: 30px;
}
.video-modal > .close-video > img{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.video-modal > .close-video > img:first-child{
  animation: infiniteSpinning 3s infinite linear;
}
