@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
/*========================================================
                      Main Styles
=========================================================*/

body {
  background: #fff;
  color: #777777;
  font: 300 13px/20px "Raleway", sans-serif; /* Definindo peso 300 */
  -webkit-text-size-adjust: none;
  letter-spacing: 2px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h5 {
  font-weight: 700;
  color: #333333;
}

h4,
h6 {
  color: #e6007d;
}

h1 {
  font-size: 30px;
  line-height: 30px;
}

h2 {
  font-size: 25px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h3 span {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 86px;
  line-height: 1;
}

@media (max-width: 767px) {
  h3 span {
    padding: 0 0px;
  }
}

h3 span:before,
h3 span:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 1px;
  background: #d9d9d9;
  top: 50%;
}

@media (max-width: 767px) {
  h3 span:before,
  h3 span:after {
    width: 0px !important;
  }
}

h3 span:before {
  left: 0;
}

h3 span:after {
  right: 0;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

h6 a:hover {
  color: #333333;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
  text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*="fa-"]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h3 {
  margin-top: 11px;
}

* + h4 {
  margin-top: 4px;
}

* + h6 {
  margin-top: 21px;
}

* + p {
  margin-top: 10px;
}

* + .btn__lg {
  margin-top: 14px;
}

* + .row {
  margin-top: 55px;
}

* + .inline-list {
  margin-top: 24px;
}

* + .off1 {
  margin-top: 19px;
}

* + .off2 {
  margin-top: 14px;
}

* + .description {
  margin-top: 26px;
}

* + .map {
  margin-top: 18px;
}

* + .contact-form {
  margin-top: 18px;
}

* + .terms-list {
  margin-top: 12px;
}

p + p {
  margin-top: 0px;
}

.row + .row {
  margin-top: 49px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  top: 0px;
  display: flex;
  align-items: center;
  max-width: 200px;
}

.brand_name {
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  bottom: 11px;
  left: 14px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f2f2f2;
  position: relative;
}

.bg-topo {
  background: #e6007d;
  position: relative;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  height: 32px;
}

.bg-primary_hover {
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.bg-primary_hover:hover {
  background: #e6007d;
  color: #fff;
}

.bg-primary_hover:hover h1,
.bg-primary_hover:hover h2,
.bg-primary_hover:hover h3,
.bg-primary_hover:hover h4,
.bg-primary_hover:hover h5,
.bg-primary_hover:hover h6 {
  color: #fff;
}

.bg-primary_hover:hover h1 a:hover,
.bg-primary_hover:hover h2 a:hover,
.bg-primary_hover:hover h3 a:hover,
.bg-primary_hover:hover h4 a:hover,
.bg-primary_hover:hover h5 a:hover,
.bg-primary_hover:hover h6 a:hover {
  color: #333333;
}

.bg-primary_hover + img {
  position: absolute;
  right: 0;
  top: -81px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .bg-primary_hover + .bg-primary_hover {
    margin-top: 84px;
  }

  .bg-primary_hover + .bg-primary_hover + .bg-primary_hover {
    margin-bottom: 60px;
  }
}

.bg-secondary {
  background: #e6007d;
  color: #fff;
}

.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
  color: #fff;
}

/*==================     Icons     ======================*/
.info-box {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 11px;
  letter-spacing: 1px;
}

.info-box p {
  display: inline-block;
  font-size: 12px;
}

.info-box .fa-phone {
  font-weight: 700;
  color: #fff;
  margin-right: 23px;
}

.info-box .fa-phone:before {
  color: #fff;
  padding-right: 3px;
}

.info-box .fa-phone:hover {
  color: #000;
}

.info-box .fa-envelope-o {
  color: #fff;
  font-size: 12px;
}

.info-box .fa-envelope-o:before {
  padding-right: 5px;
}

.info-box .fa-envelope-o:hover {
  color: #000;
}

@media (max-width: 767px) {
  .info-box {
    text-align: center;
  }
}

.social li {
  display: inline-block;
}

.social li a {
  font-size: 18px;
  line-height: 40px;
}

.social li a:hover {
  color: #333333;
}

.social li + li {
  margin-left: 26px;
}

.contact-info {
  display: block;
}

.contact-info a,
.contact-info address {
  margin-top: 20px;
  display: inline-block;
  font-size: 22px;
  line-height: 23px;
  color: #777777;
}

.contact-info a:hover {
  color: #e6007d;
}

.fa-envelope,
.fa-mobile,
.fa-map-marker {
  color: #e6007d;
}

.fa-envelope {
  font-size: 66px;
  line-height: 61px;
}

.fa-envelope a {
  margin-left: 54px;
}

.fa-mobile {
  font-size: 86px;
  line-height: 73px;
}

.fa-mobile a {
  margin-left: 64px;
}

.fa-map-marker {
  font-size: 79px;
  line-height: 80px;
}

.fa-map-marker address {
  margin-left: 70px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .contact-info a,
  .contact-info address {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .contact-info a,
  .contact-info address {
    font-size: 20px;
  }

  .contact-info address {
    margin-top: 15px;
  }

  [class*="fa-"] a,
  [class*="fa-"] address {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .contact-info a,
  .contact-info address {
    font-size: 25px;
  }

  [class*="fa-"] a,
  [class*="fa-"] address {
    margin-left: 0;
  }
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #e6007d;
  font-size: 18px;
  line-height: 20px;
  padding: 6px 16px 14px 18px;
  color: #fff;
  border-radius: 10px;
}

.btn:hover {
  background: #c33031;
}

.btn:active {
  background: #9a2627;
}

.btn__lg {
  padding: 10px 29px 10px 30px;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 22px;
  padding-top: 6px;
}

.box_cnt__no-flow p q .fa-quote-right {
  font-size: 37px;
  line-height: 23px;
  padding-right: 13px;
  padding-top: 10px;
  float: left;
  color: #e6007d;
}

.box_cnt__no-flow * + h4 {
  margin-top: 6px;
}

@media (max-width: 479px) {
  .box_aside {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}

.index-list li {
  padding-top: 103px;
  position: relative;
}

.index-list li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 67px;
  background: #e6007d;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==================   Inline List  ======================*/
.inline-list:before,
.inline-list:after {
  display: table;
  content: "";
  line-height: 0;
}

.inline-list:after {
  clear: both;
}

.inline-list li {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}

.inline-list li img {
  width: 100%;
}

.inline-list li h4,
.inline-list li p,
.inline-list li .btn,
.inline-list li .overlay {
  position: absolute;
}

.inline-list li h4,
.inline-list li p,
.inline-list li .btn {
  z-index: 1;
  color: #fff;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inline-list li p,
.inline-list li .btn,
.inline-list li .overlay {
  opacity: 1;
}

.lt-ie9 .inline-list li p,
.lt-ie9 .inline-list li .btn,
.lt-ie9 .inline-list li .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.inline-list li h4 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.inline-list li h4 a:hover {
  color: #e6007d;
}

.inline-list li h4.mod1 {
  top: 44%;
}

.inline-list li p {
  top: 70%;
  left: 21%;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -moz-transform: translateX(-13%);
  -ms-transform: translateX(-13%);
  -o-transform: translateX(-13%);
  -webkit-transform: translateX(-13%);
  transform: translateX(-13%);
}

.inline-list li .btn {
  top: 70%;
  left: 50%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.inline-list li .btn:hover,
.inline-list li .btn:active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.inline-list li .overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  background: rgba(0, 0, 0, 0.6);
}

.lt-ie9 .inline-list li .overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
  zoom: 1;
}

.inline-list li:hover h4,
.inline-list li:hover p,
.inline-list li:hover .btn,
.inline-list li:hover .overlay {
  opacity: 1;
}

.lt-ie9 .inline-list li:hover h4,
.lt-ie9 .inline-list li:hover p,
.lt-ie9 .inline-list li:hover .btn,
.lt-ie9 .inline-list li:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

.inline-list li:hover h4 {
  /* top: 18%; */
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  /* -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.inline-list li:hover h4.mod1 {
  top: 44%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inline-list li:hover p {
  top: 25%;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.inline-list li:hover .btn {
  top: 62%;
  left: 50%;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.inline-list li:hover .btn:hover,
.inline-list li:hover .btn:active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.inline-list li:hover .overlay {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media (min-width: 1370px) and (max-width: 1649px) {
  .inline-list li:hover p {
    top: 13%;
    left: 7px;
    right: 7px;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* .inline-list li:hover h4 {
    top: 5%;
  } */
  .inline-list li p {
    left: 7px;
    right: 7px;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media (min-width: 768px) and (max-width: 1369px) {
  .inline-list li {
    width: 50%;
  }
}

@media (max-width: 979px) {
  .inline-list li h4 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .inline-list li p {
    display: none;
  }

  .inline-list li .overlay {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .inline-list li:hover h4 {
    top: 30%;
  }

  .inline-list li:hover .btn {
    top: 47%;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media (max-width: 767px) {
  .inline-list li {
    width: 100%;
  }
}

/*========================   Menu   ==========================*/
nav {
  padding: 25px 0 20px;
  text-align: right;
}

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

.sf-menu {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
}

.sf-menu:before,
.sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu > li + li {
  margin-left: 0;
}

.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #777777;
  font-size: 12px;
  line-height: 20px;
  padding: 7px 10px;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #e6007d;
  /*background: #E6007D;*/
  font-weight: 800;
}

.sf-menu > li.active > a {
  color: #e6007d;
  /*background: #E6007D;*/
  font-weight: 800;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 220px;
  padding: 11px 0 10px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #777777;
  background: #fff;
  padding: 4px 20px 3px 20px;
}

.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #e6007d;
}

.sf-menu ul ul {
  position: absolute;
  top: 32%;
  left: 100%;
  width: 120px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #fff;
  background: #e6007d;
}

.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #777777;
  background: #fff;
}

.sf-menu ul .sf-with-ul {
  position: relative;
}

.sf-menu ul .sf-with-ul:before {
  content: "";
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 8px;
  right: 22px;
  font-family: "FontAwesome";
  color: #e6007d;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}

.rd-mobilemenu_ul a:hover {
  background: #333333;
  color: #fff;
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: background 0.3s 0s ease;
  background: transparent;
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*==================  Stuck menu  ======================*/
@media (max-width: 767px) {
  .stuck_container {
    background: #e6007d;
    display: none;
  }

  .stuck_container .brand {
    position: relative;
    width: 100%;
  }

  .stuck_container .brand img {
    display: none;
  }

  .stuck_container .brand_name {
    position: relative;
    text-align: center;
    bottom: 3px;
    left: 0;
    font-size: 35px;
    line-height: 50px;
  }
}

.isStuck {
  background: #fff;
  z-index: 999;
  /* border-bottom: 1px solid #333333; */
}

.isStuck nav {
  padding: 0;
}

.isStuck nav .search-form {
  margin-top: 12px;
}

.isStuck .brand img {
  margin: 16px 0;
  /* width: 98.5%;
  float: right;
  height: 65px;
  top: 0px !important; */
}

.isStuck .brand {
  top: 0px !important;
}

.isStuck .brand_name {
  right: 66px;
  top: 9px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #e6007d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #e6007d;
  background: none;
  text-decoration: none;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}

.toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
}

.head_shadow {
  position: relative;
  padding-bottom: 21px;
}

.head_shadow:before {
  position: absolute;
  content: "";
  bottom: 21px;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-box-shadow: 0 -10px 34px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -10px 34px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -10px 34px 0 rgba(0, 0, 0, 0.2);
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.mg_add {
  margin-top: 8px;
}

.section1 {
  padding: 49px 10px 56px 30px;
  max-width: 150px;
}

.section1 h2 + p {
  margin-top: 4px;
}

@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .section1 {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .ins_media {
    padding: 0 66px;
  }

  .ins_media:before,
  .ins_media:after {
    width: 55px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ins_media {
    padding: 0 52px;
  }

  .ins_media:before,
  .ins_media:after {
    width: 40px;
  }
}

.img_ablso1 {
  right: 13px;
  top: -6px;
}

.img_ablso2 {
  right: 11px;
  top: -51px;
}

.img_ablso3 {
  right: 19px;
  top: -8px;
}

.img_ablso1,
.img_ablso2,
.img_ablso3 {
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .img_ablso1,
  .img_ablso2,
  .img_ablso3 {
    position: relative;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.description dt {
  display: inline-block;
  color: #e6007d;
  font-size: 16px;
}

.description dd {
  display: inline;
  font-size: 16px;
}

.description dl + dl {
  margin-top: 20px;
}

.terms-list dt {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #e6007d;
}

.terms-list dt + dd {
  margin-top: 7px;
}

.terms-list dd + dt {
  margin-top: 29px;
}

.terms-list + a {
  color: #e6007d;
  margin-top: 20px;
  display: inline-block;
}

.terms-list + a:hover {
  text-decoration: underline;
}

/*==================      Well     ======================*/
.well {
  padding-top: 60px;
  padding-bottom: 26px;
}

.well__ins1 {
  padding-bottom: 30px;
}

.well__ins2 {
  padding-top: 33px;
}

.well1 {
  padding-top: 20px;
  padding-bottom: 33px;
}

.well1__ins1 {
  padding-bottom: 25px;
}

.well1__ins2 {
  padding-bottom: 57px;
}

.well1__ins3 {
  padding-top: 8px;
}

.well1__ins3 {
  padding-bottom: 0;
}

.well2 {
  padding-top: 51px;
  padding-bottom: 63px;
}

.well2__ins1 {
  padding-bottom: 20px;
}

.well3 {
  padding-top: 33px;
  padding-bottom: 0;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  /*padding-top: 20px;*/
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #333333;
}

footer * + ul {
  margin-top: 15px;
}

footer ul li + li {
  /*margin-top: 7px;*/
}

footer ul li a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer .clr1 {
  color: #e6007d;
}

footer .copyright {
  padding-top: 8px;
  padding-bottom: 12px;
}

* + footer .copyright {
  /*margin-top: 35px;*/
}

footer .fb-page {
  margin-top: 9px;
}

@media (min-width: 800px) and (max-width: 1076px) {
  footer .fb-page {
    margin-left: -60px;
  }
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  footer [class*="grid_"]:nth-child(n + 2) {
    margin-left: 4px;
  }
}

.footer_ins1 {
  padding-top: 29px;
}

.c-logo {
  width: 240px;
  margin-top: 0px;
}

/* .isStuck .brand .c-logo {
  width: 98.5%;
  float: right;
  height: 46px;
  margin-top: -68px !important;
} */

.quem-somos-dois .text-left {
  text-align: left;
}

.quem-somos-dois .img-right {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .quem-somos-dois .grid_6 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .quem-somos-dois .text-left {
    text-align: center;
  }
}

.c-img-1 {
  width: 100%;
  height: auto;
}

.c-p-1 {
  font-size: 20px;
  margin-top: 55px;
  line-height: 1.3;
}

.c-p-2 {
  font-size: 30px;
  margin-top: 20px;
  line-height: 1.3;
}

.c-p-3 {
  font-size: 22px;
  margin-top: 55px;
  line-height: 1.3;
}

.c-p-5 {
  font-size: 35px;
  line-height: 1.3;
}

.social-icons-rodape {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 12px;
  margin-left: 15px;
}

.social-icons-rodape li a {
  color: #000;
  font-size: 18px;
  transition: color 0.3s, transform 0.3s;
}

.social-icons-rodape li a:hover {
  color: #000;
  transform: scale(1.1);
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 12px;
  margin-left: 15px;
}

.social-icons li a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s, transform 0.3s;
}

.social-icons li a:hover {
  color: #000;
  transform: scale(1.1);
}

.bg-topo .fa {
  margin-right: 5px;
}

.c-p-4 {
  color: #fff !important;
}

.well1__ins1 .grid_6 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bg-topo {
    display: none !important;
  }
}

.chamada {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 30px 10px;
  max-width: 350px;
  height: 250px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.chamada:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.chamada::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.8)
  );
  transition: background 0.3s ease;
  z-index: 1;
}

.chamada-overlay {
  justify-content: flex-end;
  padding-bottom: 10px;
}
.chamada-overlay h4,
.chamada-overlay p {
  color: #fff !important;
}

.chamada i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #e6007d;
}

.chamada h4 {
  margin: 10px 0 5px;
  font-size: 18px;
  z-index: 99 !important;
  position: relative;
}

.chamada p {
  font-size: 14px;
  color: #fff !important;
  z-index: 99 !important;
  position: relative;
}

.chamadas-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.variedades {
  margin-bottom: 30px;
}

.variedades h3 {
  color: #e6007d !important;
}

.grid_4 > a.btn {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
}

.mt-5 {
  margin-top: 50px;
}

.c-alinha-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 767px) {
  .c-alinha-vertical {
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    height: auto !important;
  }
}

.c-h3-1 {
  font-size: 36px;
  line-height: 34px;
}

@media (max-width: 768px) {
  .c-h3-1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.c-p-6 {
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .c-h3-1 {
    margin-bottom: 50px;
  }
}

.quem-somos {
  position: relative;
  text-align: left;
  color: #fff !important;
  max-height: 200px !important;
}

.quem-somos .overlay-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff !important;
}

.quem-somos h2 {
  font-size: 2.5rem;
  color: #fff !important;
  font-weight: bold;
}

.quem-somos p {
  font-size: 1.2rem;
}

.c-img-quemsomos {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 200px !important;
}

.c-p-quem-somos {
  font-size: 20px;
  font-weight: 400;
  margin-top: 50px;
  color: #000;
  align-items: center;
  text-align: center;
}

.video-section {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.video-section .ratio {
  width: 100%;
  height: 100vh;
}

.video-wrapper {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.sobre-section {
  background: #eee;
  padding: 60px;
  color: #000;
}

.sobre-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 20px;
}

@media (max-width: 768px) {
  .sobre-section {
    padding: 30px 20px;
  }

  .sobre-section p {
    font-size: 1rem;
    max-width: 100%;
    text-align: left;
  }

  .sobre-section h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.nossa-evolucao {
  background: #fdf3f7;
  padding: 75px 20px;
}

.nossa-evolucao h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
}

.tl-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  align-items: stretch;
}

.tl-content {
  background: #fff;
  border: 1px solid var(--line, #eee);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 10px;
}

.tl-year {
  display: inline-block;
  font-weight: 800;
  color: var(--brand, #e4007c);
  letter-spacing: 0.05em;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 6px;
  position: relative;
  padding-left: 22px;
}

.tl-year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand, #e4007c);
  box-shadow: 0 0 0 5px rgba(228, 0, 124, 0.15);
}

.tl-content h3 {
  margin: 4px 0 6px;
  font-size: 20px;
  color: #000;
}

.tl-content p {
  margin: 0;
  color: #3a3a3a;
  line-height: 1.5;
  font-size: 14px;
}

.mvv-wrapper {
  max-width: 85%;
  /* largura máxima tipo col-md-10 */
  margin: 0 auto;
  /* centraliza */
}

.mvv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 30px auto 40px;
}

.mvv-card {
  background: linear-gradient(180deg, #fff, #fafafa);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 20px 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.mvv-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(228, 0, 124, 0.12),
    transparent 60%
  );
}

.mvv-icon {
  font-size: 28px;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(228, 0, 124, 0.1);
  color: var(--brand);
  margin-bottom: 8px;
}

.mvv-card h3 {
  margin: 4px 0 8px;
  font-size: 20px;
  color: var(--ink);
}

.mvv-card p,
.values {
  margin: 0;
  color: #2b2b2b;
  line-height: 1.7;
  font-size: 16px;
}

.values {
  margin: 2px 0 0 18px;
}

.c-h3-quemsomos {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mvv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .chamadas-container {
    justify-content: center !important;
  }

  .chamada {
    margin: 0 auto;
  }
}

@media (max-width: 425px) {
  .chamada {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.catalogo-section .download-btn {
  text-align: right;
  margin: 50px 0;
}

.catalogo-section .btn-download {
  display: inline-block;
  background-color: #e3157d;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  font-weight: bold;
}

.catalogo-section .btn-download:hover {
  background-color: #b8417d;
}

.catalogo-section .pdf-container {
  width: 100%;
  height: 800px;
  border: 1px solid #ccc;
}

.catalogo-row {
  display: flex;
  gap: 20px;
}

.cat-prod-menu {
  width: 250px;
}

.cat-prod-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-prod-item {
  border-bottom: 1px solid #eee;
}

.cat-prod-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 15px;
  background: #fff;
}

.cat-prod-link {
  font-weight: bold;
  color: #e5007d;
}

.cat-prod-toggle {
  font-weight: bold;
  color: #e5007d;
}

.cat-prod-submenu {
  display: none;
  background: #fafafa;
}

.cat-prod-submenu li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}

.cat-prod-submenu li a:hover {
  background: #f0f0f0;
}

.list-produtos {
  flex: 1;
}

.list-prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.list-prod-item {
  text-align: center;
}

.list-prod-item img {
  max-width: 100%;
  height: auto;
}

.list-prod-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.list-prod-sku {
  color: #666;
  font-size: 14px;
}

.list-prod-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px solid #e5007d;
  color: #e5007d;
  text-decoration: none;
  font-weight: bold;
}

.list-prod-btn:hover {
  background: #e5007d;
  color: #fff;
}

.list-prod-pagination {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.list-prod-pagination a {
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.list-prod-pagination .current {
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #e5007d;
  background: #e5007d;
  color: #fff;
}

@media (max-width: 768px) {
  .catalogo-row {
    flex-direction: column;
  }

  .list-prod-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .list-prod-grid {
    grid-template-columns: 1fr;
  }
}

.cat-prod-submenu {
  display: none;
  margin-left: 15px;
}

.cat-prod-item.open > .cat-prod-submenu {
  display: block;
}

.cat-prod-menu {
  width: 250px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0;
}

.cat-prod-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-prod-item {
  border-bottom: 1px solid #eee;
}

.cat-prod-item:last-child {
  border-bottom: none;
}

.cat-prod-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 14px 16px;
  transition: background 0.3s;
}

.cat-prod-header:hover {
  background: #f9f9f9;
}

.cat-prod-link {
  font-weight: bold;
  color: #e5007d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  flex: 1;
}

.cat-prod-link:hover {
  color: #b30061;
}

.cat-prod-toggle {
  font-weight: bold;
  color: #e5007d;
  margin-left: 10px;
}

.cat-prod-submenu {
  display: none;
  background: #fff;
  padding-left: 15px;
  border-left: 2px solid #e5007d;
}

.cat-prod-submenu li {
  border: none;
}

.cat-prod-submenu li a {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  color: #444;
  text-decoration: none;
}

.cat-prod-submenu li a:hover {
  background: #fbe7f1;
  color: #e5007d;
}

.cat-prod-item.open > .cat-prod-submenu {
  display: block;
}

@media (max-width: 768px) {
  .cat-prod-menu {
    width: 100%;
    margin-bottom: 20px;
  }
}

.catalogo-container {
  margin-top: 50px;
}

.catalogo-row {
  display: flex;
  align-items: flex-start;
}

.cat-prod-menu {
  width: 250px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0;
  height: auto;
  align-self: flex-start;
}

.esconder-mobile {
  display: block !important;
}

.aparecer-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .esconder-mobile {
    display: none !important;
  }

  .aparecer-mobile {
    display: block !important;
  }
}

.categorias-destaque {
  padding: 40px 10px;
  background: #f9f9f9;
  text-align: center;
}

.categorias-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
}

.categoria-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  height: 280px;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.categoria-card:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.categoria-imagem {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.categoria-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.categoria-card:hover .categoria-imagem img {
  transform: scale(1.05);
}

/* === TEXTO DENTRO DA IMAGEM === */
.categoria-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.75)
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 15px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.categoria-nome {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: none !important;
  margin-bottom: 6px;
}

.categoria-descricao {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}

/* === RESPONSIVIDADE === */
@media (max-width: 992px) {
  .categorias-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .categoria-card {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .categorias-grid {
    grid-template-columns: 1fr;
  }

  .categoria-card {
    height: 180px;
  }

  .categoria-nome {
    font-size: 18px;
  }

  .categoria-descricao {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .categorias-grid {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .categoria-imagem {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .categorias-grid {
    grid-template-columns: 1fr;
  }

  .categoria-imagem {
    height: 180px;
  }
}

.categoria-topo {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.img-topo-desktop,
.img-topo-mobile {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.img-topo-mobile {
  display: none;
}

@media (max-width: 599px) {
  .img-topo-desktop {
    display: none;
  }

  .img-topo-mobile {
    display: block;
  }
}

.cat-toggle-mobile {
  display: none;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
}

.cat-toggle-mobile button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: none;

  background: #e5007d;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cat-toggle-mobile button i {
  font-size: 20px;
  color: #fff;
  transition: transform 0.3s ease;
}

.cat-toggle-mobile button:hover {
  background: #c0006b;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.cat-toggle-mobile button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.cat-toggle-mobile button.open i {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .cat-toggle-mobile {
    display: block;
  }

  .cat-prod-menu {
    display: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .cat-prod-menu.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quero-ser-cliente {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.quero-ser-cliente .titulo-pagina {
  font-size: 32px;
  color: #e5007d;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}

.quero-ser-cliente .form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.quero-ser-cliente label {
  display: block;
  text-align: left;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  font-size: 15px;
}

.quero-ser-cliente input[type="text"],
.quero-ser-cliente input[type="email"],
.quero-ser-cliente select,
.quero-ser-cliente textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.quero-ser-cliente input:focus,
.quero-ser-cliente select:focus,
.quero-ser-cliente textarea:focus {
  outline: none;
  border-color: #e5007d;
  box-shadow: 0 0 0 3px rgba(229, 0, 125, 0.15);
}

.quero-ser-cliente textarea {
  min-height: 120px;
  resize: vertical;
}

.quero-ser-cliente input[type="submit"] {
  background: #e5007d;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  text-transform: uppercase;
}

.quero-ser-cliente input[type="submit"]:hover {
  background: #c0006b;
  transform: scale(1.03);
}

.quero-ser-cliente .aviso-pos-form {
  max-width: 600px;
  margin: 25px auto 0;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .quero-ser-cliente {
    padding: 60px 15px;
  }

  .quero-ser-cliente .form-wrapper {
    padding: 30px 20px;
  }

  .quero-ser-cliente .titulo-pagina {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.navbar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 1x1 */
.ratio-1x1 {
  aspect-ratio: 1 / 1;
}

/* 16x9 */
.ratio-16x9 {
  aspect-ratio: 16 / 9;
}

.foto-cover {
  width: 100%;
  height: 200px;
  background: no-repeat center;
  background-size: cover;
}

.center img.img-fluid.d-block.mx-auto {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
  .has-huge-font-size  {
    font-size: 30px !important;
  }
}