body {
  height: 100%;
  overflow-x: hidden;
  color: #4c4d4f;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  outline: none !important;
  font-size: 1.1rem;
}

.a {
  background-image: url("../images/banners/banner1.webp");
}

*,
button,
a,
div {
  outline: none !important;
}

a {
  text-decoration: none;
  color: #4d0585;
}

a:hover {
  text-decoration: none;
  color: #b99b5c;
}

.navbar {
  font-weight: 600;
  padding: 30px 0px 15px 0px;
  background-color: transparent;
}

.navbar.fixed-top {
  position: absolute;
}

.navbar-brand img {
  margin-top: -25px;
  width: 80%;
  height: auto;
}

ul.navbar-nav {
  min-width: 440px;
}

.navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 5px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

nav.navbar .nav-link {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  background-color: transparent;
  color: #4d0585;
  text-align: center;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.23s;
  transition: ease 0.2s;
  padding: 0;
}

nav.navbar .nav-link:hover {
  color: #4d0585;
  font-weight: 600;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}

.redes-nav {
  position: absolute;
  right: 17px;
  z-index: 1031;
  top: 7px;
}

.redes-nav a {
  font-size: 18px;
  color: #4d0585;
}

nav.navbar.menuInterna {
  position: relative !important;
  background-color: #4d0585;
}

nav.navbar.menuInterna .nav-link {
  color: #fff;
}

nav.navbar.menuInterna .nav-link.active,
.redesInterna .nav-link {
  color: #c99b4d;
  font-weight: bold;
}

.redesInterna a {
  color: #fff;
}

.redesInterna {
  top: 15px;
}

@media (max-width: 999px) {
  .navbar-brand img {
    margin-top: 0;
    width: 50%;
    height: auto;
    margin-left: 15px;
  }

  .navbar {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    background-color: #fff;
  }

  .navbar.show {
    height: 100%;
    width: 100%;
    align-items: flex-start;
    position: absolute !important;
    background: transparent
      linear-gradient(354deg, #4d0585 0%, #b99b5c 68%, #c99b4d 100%) 0% 0%
      no-repeat padding-box;
  }

  nav.navbar.show.menuInterna {
    position: absolute !important;
  }

  .navbar.menuInterna .navbar-toggler.x .icon-bar {
    background-color: #fff !important;
  }

  .navbar.show .navbar-toggler.x .icon-bar {
    background-color: #fff;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    min-width: unset;
    width: 100%;
    border-radius: inherit;
    padding: 50px 25px 0 50px;
    color: #fff;
    text-align: right;
    text-transform: capitalize;
  }

  ul.navbar-nav {
    min-width: unset;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0px;
  }

  .fixed-top {
    z-index: 1060;
  }

  .redes-nav {
    top: 15vh;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .navbar-expand-lg .navbar-nav {
    margin-top: 0px;
  }

  .redes-nav a {
    font-size: 0.8rem;
  }

  /* ANIMATED X */
  .navbar-toggler.x {
    border: none;
  }

  .navbar-toggler.x:focus {
    outline: none;
  }

  .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  .navbar-toggler.x .icon-bar {
    width: 30px;
    display: block;
    height: 4px;
    background-color: #4d0585;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

@media (max-width: 1440px) {
  .navbar-brand img {
    margin-top: 0;
    width: 60%;
  }

  ul.navbar-nav {
    min-width: 300px;
  }
}

@media (max-width: 759px) {
  .navbar-brand img {
    margin-top: 0;
    width: 30%;
    height: auto;
    margin-left: 15px;
  }
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

/* BANNER ROTATIVO */

.full-banner {
  height: 100vh;
  position: relative;
  background-color: #ecebf1;
  padding-top: 130px;
}

.full-banner .imagem {
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
}

.full-banner .produto {
  width: fit-content;
  position: absolute;
  right: 5%;
}

.full-banner .alinha-direita {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.full-banner .alinha-direita .texto {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
}

.full-banner .alinha-esquerda {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.full-banner .alinha-esquerda .texto {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
}

.full-banner .texto {
  color: #fff;
}

.full-banner .mobile-texto {
  display: none;
}

.full-banner .texto h1 {
  font-size: 3rem;
  line-height: 0.9;
}

.full-banner .texto h1.txt-branco span {
  color: #ccc9e8;
}

.full-banner .texto h2 {
  font-size: 3rem;
  line-height: 0.9;
}

@media (max-width: 1440px) {
  .full-banner .texto img {
    max-width: 220px;
  }

  .full-banner {
    height: 100vh;
  }

  .full-banner .produto {
    right: -3%;
  }

  .full-banner .produto img {
    width: 70%;
  }
}

@media (max-width: 999px) {
  .full-banner .texto h1 {
    font-size: 2rem;
    text-align: center;
  }

  .full-banner .produto {
    right: 0;
  }

  .full-banner .produto img {
    margin-top: 0;
    max-width: 280px;
  }

  .full-banner {
    height: 100vh;
    background-color: #fff;
  }

  .full-banner .texto {
    color: #fff;
    width: 100%;
  }

  .full-banner .texto img {
    max-width: 120px;
    width: 100%;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .full-banner .texto h1,
  .full-banner .texto h2,
  .full-banner .texto h4 {
    display: none;
  }

  .full-banner .texto a {
    margin-top: 19rem !important;
  }

  .btn-branco {
    background-color: #4d0585 !important;
    color: #ffffff !important;
  }

  .full-banner .produto {
    right: 0;
    top: 0;
  }

  .full-banner .produto img {
    width: 100%;
    max-width: 120px;
  }

  /*
  .full-banner .alinha-esquerda,
  .full-banner .alinha-direita {
    padding-top: 5rem;
  }
  */

  .full-banner .alinha-esquerda .texto,
  .full-banner .alinha-direita .texto {
    align-items: center;
  }

  .full-banner .alinha-esquerda,
  .full-banner .alinha-direita {
    align-items: center;
  }

  .full-banner .imagem {
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
  }

  .full-banner {
    padding-top: 0px;
    height: 68vh;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
  .full-banner .texto h1,
  .full-banner .texto h2,
  .full-banner .texto h4 {
    display: none;
  }

  .full-banner .texto a {
    margin-top: 27rem !important;
  }

  .btn-branco {
    background-color: #4d0585 !important;
    color: #ffffff !important;
  }

  .full-banner .produto {
    right: 0;
    top: 0;
  }

  .full-banner .produto img {
    width: 100%;
    max-width: 120px;
  }
  
  /*
  .full-banner .alinha-esquerda,
  .full-banner .alinha-direita {
    padding-top: 5rem;
  }
  */

  .full-banner .alinha-esquerda .texto,
  .full-banner .alinha-direita .texto {
    align-items: center;
  }

  .full-banner .alinha-esquerda,
  .full-banner .alinha-direita {
    align-items: center;
  }

  .full-banner .imagem {
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: 60px;
  }

  .full-banner {
    padding-top: 0px;
    height: 95vh;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
  .full-banner .texto h1,
  .full-banner .texto h2,
  .full-banner .texto h4 {
    display: none;
  }

  .full-banner .texto a {
    margin-top: 37rem !important;
  }

  .btn-branco {
    background-color: #4d0585 !important;
    color: #ffffff !important;
  }

  .full-banner .produto {
    right: 0;
    top: 0;
  }

  .full-banner .produto img {
    width: 100%;
    max-width: 120px;
  }
  
  /*
  .full-banner .alinha-esquerda,
  .full-banner .alinha-direita {
    padding-top: 5rem;
  }
  */

  .full-banner .alinha-esquerda .texto,
  .full-banner .alinha-direita .texto {
    align-items: center;
  }

  .full-banner .alinha-esquerda,
  .full-banner .alinha-direita {
    align-items: center;
  }

  .full-banner .imagem {
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: 100px;
  }

  .full-banner {
    padding-top: 0px;
    height: 125vh;
  }
}

/* LINHA PRODUTOS HOME */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
  .linha-produtos {
    margin-top: 0;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
  .linha-produtos {
    margin-top: 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
  .linha-produtos {
    margin-top: 0;
  }
}

.linha-produtos .botoes img {
  margin-bottom: 15px;
  cursor: pointer;
}

.linha-produtos .botoes img {
  width: 160px;
  opacity: 0.35;
  filter: alpha(opacity=50);
}

.linha-produtos .botoes .on {
  width: 220px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.linha-produtos .up-img {
  top: -10px;
  width: 55%;
  margin-left: auto;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
    .linha-produtos .up-img {
        top: 0;
    }
}

.linha-produtos .up-img img {
  width: 100%;
}

.linha-produtos .up-img a {
  position: absolute;
  bottom: 0;
  left: 0;
}

.linha-produtos .rounded {
  border-radius: 28px;
  display: none;
  width: 100%;
}

.linha-produtos .rounded.default {
  display: block;
}

@media (max-width: 999px) {
  img[data-categoria] {
    display: none !important;
  }

  .linha-produtos .up-img a {
    position: relative;
    display: none !important;
  }

  .linha-produtos .botoes img {
    margin-bottom: 50px;
    cursor: pointer;
  }

  .linha-produtos .botoes img {
    width: 160px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

/* VIDEOS MODAL PRODUTOS */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #videos-modal-produtos {
      z-index: 1060;  
    }
    #videos-modal-produtos iframe {
      width: 100%;
      height: 250px;
    }
    .btn-saiba-como-usar{
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #videos-modal-produtos {
      z-index: 1060;  
    }
    #videos-modal-produtos iframe {
      width: 100%;
      height: 330px;
    }
    .btn-saiba-como-usar{
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #videos-modal-produtos {
      z-index: 1060;  
    }
    #videos-modal-produtos iframe {
      width: 100%;
      height: 350px;
    }
    .btn-saiba-como-usar{
        width: 100%;
    }
}

.sec video {
  width: 100%;
  height: 100%;
}

/* QUEM SOMOS */

.quem-somos {
  background-image: url("../images/backgrounds/bkg1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 33%;
  height: 577px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .quem-somos {
        height: 577px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .quem-somos {
        height: 630px;
    }
}

.quem-somos .barra-sobreposta {
  position: absolute;
  bottom: 0px;
  height: 130px;
}

.quem-somos a {
  position: absolute;
  right: 12%;
  bottom: 0;
}

.quem-somos .barra-sobreposta::before {
  mix-blend-mode: multiply;
  background-color: #b99b5c;
  content: "";
  height: 130px;
  position: absolute;
  width: 88%;
  left: 0;
  z-index: 1;
}

.txt-vertical {
  position: absolute;
  bottom: 0;
  right: -30px;
}

.quem-somos .barra-sobreposta a {
  z-index: 2;
}

.txt-vertical h2 {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  letter-spacing: 5px;
  font-size: calc(577px / 11);
}

@media (max-width: 1440px) {
  .quem-somos {
    background-position-x: 26%;
  }

  .quem-somos h6 {
    width: 45%;
  }

  .d-none-desk {
    display: none;
  }
}

@media (min-width: 1536px){
  .quem-somos {
    background-position-x: 26%;
  }
  .quem-somos h6 {
    width: 45%;
  }
}

@media (min-width: 1728px){
  .quem-somos {
    background-position-x: 35%;
  }
  .quem-somos h6 {
    width: 45%;
  }
}

@media (min-width: 1920px){
  .quem-somos {
    background-position-x: 35%;
  }
  .quem-somos h6 {
    width: 45%;
  }
}

@media (min-width: 2048px){
  .quem-somos {
    background-position-x: 35%;
  }
  .quem-somos h6 {
    width: 45%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
  .quem-somos {
    background-position-x: 12%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
  .quem-somos {
    background-position-x: 12%;
    background-size: 85%;
    height: 530px;
  }
  .quem-somos h6 {
    font-size: 0.7rem;
    width: 35%;
  }
  .quem-somos p {
    padding-left: unset;
  }
  .onde-encontrar {
    font-size: 0.7rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
  .quem-somos {
    background-position: center bottom;
  }

  .quem-somos h6 {
    width: 100%;
  }
  .quem-somos .container {
    padding: 0;
  }

  .txt-vertical {
    display: block !important;
    position: absolute;
    right: 0;
    top: unset;
    bottom: 100px;
  }

  .txt-vertical h2 {
    font-size: 1.5rem !important;
    letter-spacing: 5px;
  }

  .quem-somos .barra-sobreposta {
    height: 80px;
  }

  .quem-somos .barra-sobreposta::before {
    width: 100%;
    height: 80px;
  }

  .quem-somos a {
    right: 0;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
  .quem-somos {
    background-position: center bottom;
  }

  .quem-somos h6 {
    width: 100%;
  }
  .quem-somos .container {
    padding: 0;
  }

  .txt-vertical {
    display: block !important;
    position: absolute;
    right: 0;
    top: unset;
    bottom: 100px;
  }

  .txt-vertical h2 {
    font-size: 1.5rem !important;
    letter-spacing: 5px;
  }

  .quem-somos .barra-sobreposta {
    height: 80px;
  }

  .quem-somos .barra-sobreposta::before {
    width: 100%;
    height: 80px;
  }

  .quem-somos a {
    right: 0;
  }
}

/* CONTEÚDO PRODUTOS */
.text-content ul li {
  font-weight: 600;
}
.text-content ul li:after {
  content: "";
  width: 215px;
  height: 2px;
  background-color: transparent;
  display: block;
  position: absolute;
  margin-top: 0;
}

/* PRODUTOS CARROSSEL */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 25px !important;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next:after {
  content: "→" !important;
}

.swiper-button-prev:after {
  content: "←" !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #4d0585 !important;
  font-weight: bold !important;
  background-color: #fff;
  padding: 0 20px !important;
}

.galeria-mosaico .imagem {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.7s;
}

.galeria-mosaico .imagem:hover {
  filter: brightness(1.2) saturate(1.3);
  transition: all 0.7s;
}

.altura-1 {
  height: 277px;
}

.altura-2 {
  height: 385px;
}

.altura-3 {
  height: 170px;
}

.sep-v {
  margin-bottom: 10px;
}

.sep-h {
  margin-left: 10px;
}

@media (max-width: 999px) {
  .sep-h,
  .sep-v {
    margin-left: 0;
    margin-bottom: 0;
  }

  .produtos .container {
    padding: 0;
  }

  .galeria-mosaico .imagem {
    width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 20px !important;
  }
}

/* QUEM SOMOS INTERNA*/

.responsabilidade-ambiental img {
  width: 40%;
  display: block;
}

.onde-encontrar .barra-sobreposta {
  position: absolute;
  bottom: 70px;
  height: 130px;
}

.onde-encontrar .barra-sobreposta::before {
  mix-blend-mode: multiply;
  background-color: #b99b5c;
  content: "";
  height: 130px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.onde-encontrar .barra-sobreposta div {
  z-index: 2;
}

.barra-sobreposta .botao-default {
  mix-blend-mode: normal;
}

@media (max-width: 999px) {
  .onde-encontrar .barra-sobreposta {
    bottom: 0px;
    height: 170px;
  }

  .onde-encontrar .barra-sobreposta::before {
    height: 170px;
  }

  .responsabilidade-ambiental img {
    width: 60%;
    margin: 30px auto !important;
  }
}

/* LISTAGEM DE PRODUTOS */

.listagem-produtos .linha-boxes {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, #f4f4f8 50%);
  padding-bottom: 20px;
  margin-top: 70px;
}

.listagem-produtos .box {
  text-align: center;
  height: 440px;
}

.listagem-produtos .produto {
  height: 310px;
  margin-bottom: 10px;
}

.listagem-produtos .botao {
  height: 50px;
}

.listagem-produtos .titulo {
  min-height: 57px;
}

.listagem-produtos .titulo h5 {
  font-size: 1.01rem;
  line-height: 1;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
  .listagem-produtos .titulo h5 {
    font-size: 0.82rem;
  }
}

.listagem-produtos .produto img {
  max-height: 310px;
  width: auto;
}

/* CONFIRA */

.confira-outras .linha {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confira-outras .linha img {
  width: 150px;
}

/* DETALHES PRODUTO */

.principais-caracteristicas::after {
  content: "";
  width: 215px;
  height: 2px;
  background-color: transparent;
  border-top: 2px solid rgb(76 77 79 / 37%);
  display: block;
  position: absolute;
  margin-top: 5px;
}

.icon-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.detalhes-produto .nav-tabs {
  border: 0;
}

.detalhes-produto .nav-tabs .nav-link {
  color: #7d7f82;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px;
  border-radius: 0;
  border-bottom: 1px solid #7d7f82;
}

.detalhes-produto .nav-tabs .nav-link.active {
  border: 0;
  color: #4d0585;
  border-bottom: 3px solid #4d0585;
}

.detalhes-produto .nav-tabs .nav-link:focus,
.detalhes-produto .nav-tabs .nav-link:hover {
  color: #4d0585;
}

.detalhes-produto .nav-tabs {
  justify-content: left;
  align-items: center;
}

.principais-caracteristicas {
  display: block;
  margin-top: 15px;
}

.descubra-mais .linha-boxes {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, #f4f4f8 50%);
  padding-bottom: 20px;
}

.descubra-mais .box {
  text-align: center;
  height: 420px;
}

.descubra-mais .produto {
  height: 277px;
}

.descubra-mais .botao {
  height: 50px;
}

.descubra-mais .produto img {
  max-height: 277px;
  width: auto;
}

@media (max-width: 1440px) {
  .detalhes-produto .nav-tabs .nav-link {
    font-size: 15px;
    padding: 5px;
  }
}

/* DISTRIBUIDORES */

#svg-map path {
  fill: #d1d2d4;
}

#svg-map text {
  fill: #fff;
  font: 12px Arial-BoldMT, sans-serif;
  cursor: pointer;
}

#svg-map .circle {
  fill: #b99b5c;
}


#svg-map a:hover {
  cursor: pointer;
  text-decoration: none;
}

#svg-map a.active path,
#svg-map a:hover path,
#svg-map a:focus path {
  fill: #4d0585 !important;
}

.resultado span[class*="bg-"] {
  vertical-align: middle;
}

/* SLIDER PRODUTOS */

.galeria-thumbs .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #7d7f82;
  height: 115px !important;
  width: 100%;
}

.galeria-thumbs {
  /* height: 100%; */
  height: 480px;
  margin: 0 !important;
  width: 15%;
}

.galeria-thumbs .swiper-slide-active {
  border: 1px solid #c99b4d;
}

.galeria-thumbs .swiper-slide:hover {
  border: 1px solid #c99b4d;
}

.galeria-produto {
  width: 75%;
  height: 480px;
  margin-right: 0 !important;
}

.galeria-produto .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #7d7f82;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 999px) {
  .galeria-thumbs {
    height: auto;
    width: 100%;
    margin-top: 15px !important;
  }

  .galeria-produto {
    width: 100%;

    height: 280px;
  }

  .galeria-thumbs .swiper-slide {
    width: calc(100% / 4) !important;
    height: 80px !important;
  }
}

/* CARROSSEL DESCUBRA MAIS DESSA FAMÍLIA */
#produtos .owl-next{
  opacity: 0;
  right: 0;
}
#produtos .container:hover .owl-next{
  opacity: 1;
  right: 15px;
}
#produtos .owl-prev{
  opacity: 0;
  left: 0;
}
#produtos .container:hover .owl-prev{
  opacity: 1;
  left: 15px;
}
#produtos .owl-nav button.owl-next,
#produtos .owl-nav button.owl-prev{
  background-color: transparent;
  transform: translateY(-100%);
  transition: all ease 0.5s;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 3em !important;
  position: absolute;
  color: #cd9f47;
  width: 50px;
  height: 50px;
  top: 50%;
}
#produtos .owl-nav button.owl-next:hover,
#produtos .owl-nav button.owl-prev:hover{
  background-color: transparent;
  color: #4d0585;
}
#produtos .owl-dots{
  position: relative;
}
#produtos .owl-dots .owl-dot span{
  border: 3px solid #4d0585;
  background: transparent;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}
#produtos .owl-dots .owl-dot.active span,
#produtos .owl-dots .owl-dot:hover span,
#produtos .owl-dots .owl-dot:focus span{
  background: #4d0585;
}

/* INTERNAS */

.breadcrumb {
  background-color: transparent;
  color: #4c4d4f;
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.breadcrumb a {
  color: #4c4d4f;
  font-size: 15px;
}

.breadcrumb a::after {
  content: "/";
  padding: 0 2px;
}

.breadcrumb a.active {
  color: #4d0585;
  font-weight: bold;
  border-right: 0px solid #4c4d4f;
}

.breadcrumb a.active::after {
  content: "";
}

.breadcrumb > div > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 999px) {
  .breadcrumb > div > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* UTILITARIOS */

.up-top {
  -webkit-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* BOTÕES */

.pointer {
  cursor: pointer;
}

.botao-default {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-width: 170px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 0;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
  .botao-default {
    min-width: 145px;
  }
}

.botao-default:hover {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.botao-default span {
  font-weight: bold;
}

.botao-default:hover span {
  -webkit-animation: bounceRight 1.2s infinite;
  animation: bounceRight 1.2s infinite;
}

button.botao-default {
  min-width: unset;
}

.botao-mais {
  border: 3px solid #c99b4d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #c99b4d;
  font-size: 30px;
  padding-bottom: 3px;
  background-color: transparent;
  transition: background ease-out 0.5s;
  transition: transform ease-out 0.3s;
  transform: scale(1);
}

.botao-mais:hover {
  color: #fff;
  background-color: #c99b4d;
  transition: background ease-out 0.5s;
  transition: transform ease-out 0.3s;
  transform: scale(1.2);
}

@media (max-width: 999px) {
  button.botao-default {
    min-width: 100%;
  }
}

.btn-saiba-como-usar {
  background-color: #4d0585;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 250px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 0;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-saiba-como-usar:hover {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #cd9f47;
  color: #ffffff;
}

.btn-saiba-como-usar span {
  font-weight: bold;
}

.btn-saiba-como-usar:hover span {
  -webkit-animation: bounceRight 1.2s infinite;
  animation: bounceRight 1.2s infinite;
}

button.btn-saiba-como-usar {
  min-width: unset;
}

/* FOOTER */

.sav form {
  border: 1px solid #b99b5c;
}

.sav h2 {
  letter-spacing: -5px;
}

footer .redes img {
  width: 30px;
}

.copyright{
  font-size: 1rem;
}

@media (max-width: 1440px) {
  .sav h2 {
    letter-spacing: -7px;
    font-size: 2.8rem;
  }

  .sav h5 {
    font-size: 1rem;
  }
}

/* PADDINGS */

.py-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-md {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-lg {
  padding-top: 100px;
}

@media (max-width: 999px) {
  .py-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .py-md {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .numeros.py-lg {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

/* MARGINS */

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

.mt-md {
  margin-top: 25px;
}

/* INPUTS */
.form.contato .row .col-md-6,
.form.contato .row .col-md-7,
.form.contato .row .col-md-5,
.form.contato .row .col-md-12 {
  padding: 0 0 0 17px;
}

.form-control {
  border: 1.5px solid #c99b4d;
  border-radius: 0;
  min-height: 45px;
}

select.form-control {
  -webkit-appearance: none;
  background-image: url("../images/sprites/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right;
}

textarea.form-control {
  min-height: 210px;
}

/* TIPOGRAFIA */

.title {
  text-transform: uppercase;
}

.txt-default {
  color: #29292b;
}

.txt-roxo {
  color: #4d0585;
}

.txt-roxo-claro {
  color: #b539ca;
}

.txt-bege {
  color: #b99b5c;
}

.txt-bege-claro {
  color: #c7a983;
}

.txt-dourado {
  color: #cd9f47;
}

.txt-azul {
  color: #3a87bf;
}

.txt-azul-claro {
  color: #a3cbe5;
}

.txt-azul-medio {
  color: #0fa0ba;
}

.txt-vermelho {
  color: #a82f3a;
}

.txt-vermelho-claro {
  color: #cd5058;
}

.txt-verde {
  color: #007c3c;
}

.txt-verde-claro {
  color: #85c180;
}

.txt-verde-escuro {
  color: #325746;
}

.txt-cinza {
  color: #4c4d4f;
}

.txt-cinza-claro {
  color: #f4f4f8;
}

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

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

.txt-marrom {
  color: #887650;
}

.txt-terracota {
  color: #c06a15;
}

.padrao-texto p {
  font-size: 1rem;
  color: #4c4d4f;
}

.padrao-texto p.smaller {
  font-size: 1rem !important;
}

.padrao-texto.bg-roxo p {
  color: #fff;
}

.lh-sm {
  line-height: 1;
}

h2.xl-h2 {
  font-size: 7rem;
}

h2.lg-h2 {
  font-size: 3.5rem;
}

h2.md-h2 {
  font-size: 2.5rem;
}

.p-sm {
  font-size: 0.9rem !important;
}

@media (max-width: 999px) {
  h2.lg-h2 {
    font-size: 40px;
  }

  .txt-vertical {
    transform: none;
    writing-mode: unset;
  }

  h2 {
    font-size: 1.3rem;
  }

  .sav h2 {
    width: 165px;
    font-size: 50px;
  }

  .sav h5 {
    font-size: 0.9rem;
  }

  .valores .title h2 {
    color: #fff;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.light {
  font-weight: 100;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

/* BUTTON */

.btn-default {
  background-color: #29292b;
  color: #c6b69c;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #4c4d4f;
  color: #c6b69c;
}

.btn-roxo {
  background-color: #4d0585;
  color: #ffffff;
}

.btn-roxo:hover,
.btn-roxo:focus {
  background-color: #cd9f47;
  color: #ffffff;
}

.btn-roxo-claro {
  background-color: #b539ca;
  color: #ffffff;
}

.btn-roxo-claro:hover,
.btn-roxo-claro:focus {
  background-color: #cd9f47;
  color: #29292b;
}

.btn-bege {
  background-color: #b99b5c;
  color: #ffffff;
}

.btn-bege:hover,
.btn-bege:focus {
  background-color: #cd9f47;
  color: #ffffff;
}

.btn-bege-claro {
  background-color: #c7a983;
  color: #ffffff;
}

.btn-bege-claro:hover,
.btn-bege-claro:focus {
  background-color: #cd9f47;
  color: #ffffff;
}

.btn-dourado {
  background-color: #cd9f47;
  color: #29292b;
}

.btn-dourado:hover,
.btn-dourado:focus {
  background-color: #b99b5c;
  color: #29292b;
}

.btn-azul {
  background-color: #3a87bf;
  color: #ffffff;
}

.btn-azul:hover,
.btn-azul:focus {
  background-color: #a3cbe5;
  color: #ffffff;
}

.btn-azul-claro {
  background-color: #a3cbe5;
  color: #ffffff;
}

.btn-azul-claro:hover,
.btn-azul-claro:focus {
  background-color: #3a87bf;
  color: #ffffff;
}

.btn-azul-medio {
  background-color: #0fa0ba;
  color: #ffffff;
}

.btn-azul-medio:hover,
.btn-azul-medio:focus {
  background-color: #62e0f6;
  color: #ffffff;
}

.btn-vermelho {
  background-color: #a82f3a;
  color: #ffffff;
}

.btn-vermelho:hover,
.btn-vermelho:focus {
  background-color: #cd5058;
  color: #ffffff;
}

.btn-vermelho-claro {
  background-color: #cd5058;
  color: #ffffff;
}

.btn-vermelho-claro:hover,
.btn-vermelho-claro:focus {
  background-color: #a82f3a;
  color: #ffffff;
}

.btn-verde {
  background-color: #007c3c;
  color: #ffffff;
}

.btn-verde:hover,
.btn-verde:focus {
  background-color: #9ab64a;
  color: #ffffff;
}

.btn-verde-claro {
  background-color: #597f56;
  color: #ffffff;
}

.btn-verde-claro:hover,
.btn-verde-claro:focus {
  background-color: #9ab64a;
  color: #ffffff;
}

.btn-verde-escuro {
  background-color: #325746;
  color: #ffffff;
}

.btn-verde-escuro:hover,
.btn-verde-escuro:focus {
  background-color: #597f56;
  color: #ffffff;
}

.btn-cinza {
  background-color: #4c4d4f;
  color: #ffffff;
}

.btn-cinza:hover,
.btn-cinza:focus {
  background-color: #000000;
  color: #ffffff;
}

.btn-cinza-claro {
  background-color: #f4f4f8;
  color: #000000;
}

.btn-cinza-claro:hover,
.btn-cinza-claro:focus {
  background-color: #000000;
  color: #ffffff;
}

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

.btn-preto:hover,
.btn-preto:focus {
  background-color: #4c4d4f;
  color: #000000;
}

.btn-branco {
  background-color: #ffffff;
  color: #000000;
}

.btn-branco:hover,
.btn-branco:focus {
  background-color: #000000;
  color: #ffffff;
}

/* BACKGROUNDS */

.padrao-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-default {
  background-color: #29292b;
}

.bg-roxo {
  background-color: #4d0585;
}

.bg-roxo-claro {
  background-color: #b539ca;
}

.bg-bege {
  background-color: #b99b5c;
}

.bg-bege-claro {
  background-color: #c7a983;
}

.bg-dourado {
  background-color: #cd9f47;
}

.bg-azul {
  background-color: #3a87bf;
}

.bg-azul-claro {
  background-color: #a3cbe5;
}

.bg-azul-medio {
  background-color: #0fa0ba;
}

.bg-vermelho {
  background-color: #a82f3a;
}

.bg-vermelho-claro {
  background-color: #cd5058;
}

.bg-verde {
  background-color: #007c3c;
}

.bg-verde-claro {
  background-color: #85c180;
}

.bg-verde-escuro {
  background-color: #325746;
}

.bg-cinza {
  background-color: #4c4d4f;
}

.bg-cinza-claro {
  background-color: #f4f4f8;
}

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

.bg-branco {
  background-color: #ffffff;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-right {
  background-position: right;
}

.valores.bg-roxo {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(77, 5, 133, 1) 40%
  );
}

@media (max-width: 999px) {
  .valores.bg-roxo {
    background: #4d0585;
  }
}

/* CSS SPRITE */

span[class*="bg-"] {
  display: inline-block;
}

.bg-icon_email {
  width: 32px;
  height: 26px;
  background: url("../images/sprites/css_sprites.png") -10px -337px;
}

.bg-facebook_pet_society {
  width: 30px;
  height: 30px;
  background: url("../images/sprites/css_sprites.png") -370px -10px;
}

.bg-arrow_down {
  width: 42px;
  height: 9px;
  background: url("../images/sprites/css_sprites.png") -130px -217px;
}

.bg-youtube_pet_society {
  width: 30px;
  height: 21px;
  background: url("../images/sprites/css_sprites.png") -370px -209px;
}

.bg-linkedin_pet_society {
  width: 30px;
  height: 30px;
  background: url("../images/sprites/css_sprites.png") -370px -60px;
}

.bg-instagram_pet_society {
  width: 30px;
  height: 30px;
  background: url("../images/sprites/css_sprites.png") -370px -110px;
}

.bg-icon_telefone_preto {
  width: 17px;
  height: 17px;
  background: url("../images/sprites/css_sprites.png") -370px -288px;
}

.bg-icon_telefone_branco {
  width: 18px;
  height: 18px;
  background: url("../images/sprites/css_sprites.png") -370px -250px;
}

.bg-icon_telefone {
  width: 29px;
  height: 29px;
  background: url("../images/sprites/css_sprites.png") -370px -160px;
}

.bg-icon_search {
  width: 16px;
  height: 16px;
  background: url("../images/sprites/css_sprites.png") -136px -337px;
}

.bg-icon_relogio {
  width: 17px;
  height: 17px;
  background: url("../images/sprites/css_sprites.png") -332px -249px;
}

.bg-icon_instagram_rounded {
  width: 38px;
  height: 38px;
  background: url("../images/sprites/css_sprites.png") -100px -249px;
}

.bg-icon_instagram_branco2 {
  width: 38px;
  height: 38px;
  background: url("../images/sprites/css_sprites.png") -158px -249px;
}

.bg-icon_youtube_branco2 {
  width: 38px;
  height: 38px;
  background: url("../images/sprites/css_sprites.png") -208px -323px;
}

.bg-icon_facebook {
  width: 9px;
  height: 17px;
  background: url("../images/sprites/css_sprites.png") -10px -383px;
}

.bg-icon_instagram_branco {
  width: 17px;
  height: 17px;
  background: url("../images/sprites/css_sprites.png") -62px -337px;
}

.bg-icon_email_preto {
  width: 17px;
  height: 13px;
  background: url("../images/sprites/css_sprites.png") -172px -337px;
}

.bg-icon_facebook_branco {
  width: 9px;
  height: 17px;
  background: url("../images/sprites/css_sprites.png") -39px -383px;
}

.bg-icon_facebook_rounded {
  width: 38px;
  height: 38px;
  background: url("../images/sprites/css_sprites.png") -216px -249px;
}

.bg-icon_facebook_branco2 {
  width: 38px;
  height: 38px;
  background: url("../images/sprites/css_sprites.png") -274px -249px;
}

.bg-icon_instagram {
  width: 17px;
  height: 17px;
  background: url("../images/sprites/css_sprites.png") -99px -337px;
}

.bg-icon_youtube {
  width: 30px;
  height: 20px;
  background: url("../images/sprites/css_sprites.png") -95px -382px;
}

.bg-icon_youtube_branco {
  width: 30px;
  height: 20px;
  background: url("../images/sprites/css_sprites.png") -58px -382px;
}

.bg-beeps_pet_lover {
  width: 100px;
  height: 37px;
  background: url("../images/sprites/css_sprites.png") -250px -145px;
}

.bg-softcare_veterinaria {
  width: 100px;
  height: 84px;
  background: url("../images/sprites/css_sprites.png") -10px -145px;
}

.bg-pscare_pet_lover {
  width: 70px;
  height: 68px;
  background: url("../images/sprites/css_sprites.png") -10px -249px;
}

.bg-pet_society_super_premium_pet_lover {
  width: 100px;
  height: 91px;
  background: url("../images/sprites/css_sprites.png") -250px -10px;
}

.bg-pet_society {
  width: 100px;
  height: 110px;
  background: url("../images/sprites/css_sprites.png") -130px -10px;
}

.bg-megamazon_petcare_pet_lover {
  width: 100px;
  height: 52px;
  background: url("../images/sprites/css_sprites.png") -130px -145px;
}

.bg-hydra_by_pet_society_profissional {
  width: 100px;
  height: 115px;
  background: url("../images/sprites/css_sprites.png") -10px -10px;
}

/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.primeira-visualizacao.fade-in {
  -webkit-animation: fade-in 1.3s ease-in-out both;
  animation: fade-in 1.3s ease-in-out both;
}

.primeira-visualizacao.slide-left {
  -webkit-animation: slide-in-left 1.3s ease-in-out both;
  animation: slide-in-left 1.3s ease-in-out both;
}

.primeira-visualizacao.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}

.primeira-visualizacao.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
  animation: slide-in-right 1s ease-in-out both;
}

.scrolled.fade-in {
  -webkit-animation: fade-in 1s ease-in-out both;
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  -webkit-animation: slide-in-left 1s ease-in-out both;
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
  animation: slide-in-right 1s ease-in-out both;
}

.anima.bounce {
  animation: bounce 2s infinite alternate;
  -webkit-animation: bounce 2s infinite alternate;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* right bounce */
@keyframes bounceRight {
  0% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

/* /right bounce */

@keyframes bounce {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

#estudos a {
  display: none;
}

/* Provisorios */

@media (min-width: 1300px) {
  h1.txt-rosa.bold {
    line-height: 60px;
  }

  h2.txt-rosa.text-left.light {
    line-height: 70px;
  }

  h2.txt-salmao.text-left.light {
    line-height: 35px;
  }
}

@media (max-width: 1024px) {
  h2.txt-salmao.text-left.light {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .imagem.position-relative.position-right {
    background-position: right;
  }

  .imagem.position-relative.position-center {
    background-position: center;
  }

  .imagem.position-relative.position-left {
    background-position: left;
  }

  .imagem.position-relative.position-top {
    background-position: top;
  }

  .imagem.position-relative.position-bottom {
    background-position: bottom;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .imagem.position-relative.position-right {
    background-position: center;
  }

  .imagem.position-relative.position-left {
    background-position: right;
  }

  .full-banner {
    background-color: #f5f3f8;
  }

  .full-banner .imagem {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/* MAPA DISTRIBUIDORES */
#africa:hover {
    fill: #fb4737!important;
}
#africa:active {
    fill: #e11705!important;
}
#asia:hover {
    fill: #36b093!important;
}
#asia:active {
    fill: #2a8972!important;
}
#europe:hover {
    fill: #3a97df!important;
}
#europe:active {
    fill: #477CB2!important;
}
#north-america:hover {
    fill: #baa112!important;
}
#north-america:active {
    fill: #8b780e!important;
}
#oceania:hover {
    fill: #a55dad!important;
}
#oceania:active {
    fill: #8f34cb!important;
}
#south-america:hover {
    fill: #289ca4!important;
}
#south-america:active {
    fill: #1e757b!important;
}
table {
    border: 1px solid #4d0585;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.modal-continent {
    display: none;
}
#mapwrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.modal-continent table thead tr th {
    background-color: #4d0585;
    text-align: left;
    color: #ffffff;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0.78571429em;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.modal-continent table tbody tr td {
    vertical-align: middle;
    padding: 1.92857143em 0.78571429em;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.modal-continent table tbody tr:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;

}
.modal-continent table tbody tr:nth-child(even) {
    background-color: rgb(94 42 139 / 13%);
}
@media(max-width: 768px) {
    .modal-continent {
        overflow-x: auto;
    }
}