body {
  margin: 0;
  padding: 0;
  background: #eeeeee !important;
  font-family: "Montserrat", sans-serif !important;
}
body p {
  margin: 0;
}

.menu {
  transition: 0.3s;
  position: fixed;
  width: 100%;
  display: grid;
  top: 0;
  grid-template-columns: 1fr auto;
  border-top: 0.5rem solid #479da7;
  background: #ffffff;
  color: #5f9094;
  font-size: 1.3rem;
  z-index: 999;
  padding: 20px;
}
.menu_show {
  display: none;
}
.menu_opt div:hover,
.menu_media a:hover {
  cursor: pointer;
  transition: 1s;
  color: #252021;
  justify-items: center;
}
.menu_opt {
  transition: 1s;
  display: flex;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 20px;
}
.menu_media {
  transition: 1s;
  display: flex;
  gap: 20px;
  justify-items: center;
}
.menu_media a {
  color: #5f9094;
}

.content {
  transition: 0.3s;
  padding-top: 80px;
}
.content_main {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-content: end;
  justify-items: end;
  padding: 2rem;
  background: url("../img/background/bg_home.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.content_main-img {
  width: 150px;
}
.content_main-desc {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1rem;
  color: #fefefe;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 250px 0px 45px 0;
  padding: 2.5rem;
  background: rgba(168, 46, 112, 0.6);
}
.content_main-desc a:hover {
  color: #eeeeee;
  transition: 1s;
}
.content_main-desc a {
  transition: 1s;
  padding-top: 1rem;
  color: #fefefe;
  font-size: 2rem;
}
.content_avertissement {
  display: flex;
  position: relative;
  justify-content: center;
}
.content_avertissement-content {
  position: absolute;
  top: -4.5rem;
  background: #479da7;
  padding: 2rem 4rem;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.content_avertissement-content span {
  font-size: 2rem;
  font-weight: 700;
}
.content_info {
  display: grid;
  grid-template-rows: 1fr;
  gap: 1rem;
  justify-content: center;
  padding: 100px 100px 30px;
  color: #5f9094;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.content_info p {
  max-width: 700px;
}
.content_info h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.17rem;
  font-weight: bold;
}
.content_benefits {
  transition: 1s;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  background: #f5f5f5;
  padding: 1rem 0 2rem;
}
.content_benefits h3 {
  font-family: "Montserrat", sans-serif;
  color: #aa3172;
  font-size: 1.17em;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  grid-column: 1/4;
  text-align: center;
  padding: 1rem 0 2rem;
}
.content_benefits-col-desc.left {
  justify-content: end;
}
.content_benefits-col-desc {
  transition: 1s;
  color: #252021;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  display: grid;
  grid-template-rows: auto;
  align-content: space-between;
}
.content_benefits-col-desc-right span,
.content_benefits-col-desc-left span {
  padding: 0 2rem;
}
.content_benefits-col-desc-right,
.content_benefits-col-desc-left {
  max-width: 280px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_benefits-col-desc-left span::before,
.content_benefits-col-desc-right span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d83b90;
  border: 4px solid #aa3172;
}
.content_benefits-col-desc-right {
  padding-left: 3rem;
}
.content_benefits-col-desc-left {
  padding-right: 3rem;
}
.content_benefits-col-center {
  transition: 1s;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #aa3172;
  text-align: center;
  overflow: hidden;
}
.content_benefits-col-center img {
  transition: 1s;
  height: 430px;
}
.content_price-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.17em;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  background: #479da7;
  padding: 0.8rem;
}
.content_price-content {
  display: grid;
  grid-template-columns: min-content;
  justify-content: center;
  padding: 3rem 0;
  background: #f5f5f5;
  overflow: hidden;
}
.content_price-content-nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.content_price-content-nav .opt:hover {
  transition: 1s;
  cursor: pointer;
  background: #5f9094;
  color: #252021;
}
.content_price-content-nav .opt.active {
  transition: 1s;
  background: #479da7;
  color: #252021;
}
.content_price-content-nav .opt {
  transition: 1s;
  background: #eeeeee;
  color: #5f9094;
  padding: 1rem 0;
  width: 200px;
  text-align: center;
  font-weight: bold;
}
.content_price-content-table.active {
  transition: 0.5s;
  display: block;
}
.content_price-content-table {
  transition: 0.5s;
  color: dark;
  background: #eeeeee;
  display: none;
}
.content_price-content-table div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding: 0.5rem;
}
.content_price-content-table div:nth-child(even) {
  background: #f5f5f5;
}
.content_video {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  color: #4f4f4f;
  padding: 3rem;
}
.content_video-desc {
  padding: 2rem;
  font-size: 1rem;
  font-weight: normal;
}
.content_video-preview {
  background: #ffffff;
  font-weight: bold;
  font-size: 3rem;
  width: 560px;
}
.content_video-preview .carousel {
  height: 315px;
}
.content_video-preview .carousel .carousel-inner .carousel-item img {
  height: 315px;
}
.content_video-preview iframe {
  border: none;
}
.content_video-count {
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-weight: bold;
  font-size: 2rem;
}
.content_detail {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  color: #ffffff;
  height: 510px;
  background: url("../img/background/bg_top_left.png"),
    url("../img/background/bg_botton_left.png"), #ffffff;
  background-size: 25%;
  background-position: left top, left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.content_detail-desc {
  padding: 3rem 3rem;
  text-align: center;
  border-bottom: 1rem solid #c41d6c;
  background: rgba(168, 46, 112, 0.6);
  height: min-content;
  margin-right: -5rem;
  width: 100%;
  display: flex;
}
.content_detail-img {
  position: absolute;
  top: -50px;
  right: -150px;
}
.content_products {
  color: #252021;
  background: url("../img/background/bg_mandala.png");
  background-position: right 80%;
  background-size: 350px;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
  overflow: hidden;
  min-height: 800px;
}
.content_products-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.17em;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  background: #479da7;
  padding: 0.8rem;
}
.content_products-sucursales {
  padding: 3rem 3rem 2rem 3rem;
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: space-between;
}
.content_products-sucursales-opt h3 {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.content_products-sucursales-opt div.active {
  transition: 1s;
  text-decoration: underline;
}
.content_products-sucursales-opt div:hover,
.content_products-sucursales-opt div.active {
  transition: 0.5s;
  color: #479da7;
  cursor: pointer;
}
.content_products-sucursales-opt div {
  transition: 1s;
  font-family: "Montserrat", sans-serif;
}
.content_products-gallery.active {
  display: grid;
}
.content_products-gallery {
  display: none;
  grid-template-columns: 1fr auto;
  position: relative;
  justify-content: start;
}
.content_products-gallery-preview {
  padding-left: 5rem;
}
.content_products-gallery-preview img {
  border-radius: 5px;
  width: 65%;
}
.content_products-gallery-desc {
  color: #ffffff;
  max-width: 300px;
  position: absolute;
  left: 57%;
  top: 0;
  text-align: center;
  display: grid;
  height: 100%;
  align-content: center;
}
.content_products-gallery-desc h4 {
  background: rgba(71, 157, 167, 0.8);
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  padding: 3rem 2rem 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.content_products-gallery-desc p {
  font-size: 1.2em;
  background: rgba(71, 157, 167, 0.8);
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem 3rem 2rem;
}
.content_footer {
  background: #479da7;
  color: #ffffff;
}
.content_footer h4,
.content_footer-franquicia,
.content_footer h3 {
  margin: 0;
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  background: #479da7;
}
.content_footer-info {
  transition: 1s;
  padding: 2rem 4rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
.content_footer-info h4 {
  grid-column: 1/4;
  padding-bottom: 2rem;
}
.content_footer-info-suc a {
  color: #ffffff !important;
}
.content_footer-info-contact {
  display: grid;
  justify-items: right;
  grid-template-rows: auto;
}
.content_footer-info-contact h3 {
  padding-bottom: 1rem;
}
.content_footer-info-contact p {
  padding-top: 2rem;
  text-align: right;
}
.content_footer-info-contact input {
  border: none;
  border-radius: 3px;
}
.content_footer-franquicia {
  padding: 2rem 0;
  text-align: center;
  display: grid;
}
.content_footer-franquicia a {
  color: #ffffff;
}
.content_footer-copy {
  background: #6abfc9;
  text-align: center;
  font-size: 1rem;
  padding-top: 0.5rem;
  position: relative;
}
.content_footer-copy span {
  position: absolute;
  left: 16px;
}
.content_footer-copy a {
  color: #ffffff;
}
.content_productos {
  padding-top: 3rem;
}
.content_productos h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.17rem;
  font-weight: bold;
  color: #aa3172;
  text-align: center;
}
.content_productos-slideshow {
  display: flex;
  margin: 3rem 0;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
}
.content_productos-slideshow .wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.content_productos-slideshow .wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  color: #479da7;
}
.content_productos-slideshow .wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}
.content_productos-slideshow .wrapper i:first-child {
  left: -30px;
  z-index: 10;
}
.content_productos-slideshow .wrapper i:last-child {
  right: -22px;
}
.content_productos-slideshow .wrapper .carousel-p::-webkit-scrollbar {
  display: none;
}
.content_productos-slideshow .wrapper .carousel-p.no-transition {
  scroll-behavior: auto;
}
.content_productos-slideshow .wrapper .carousel-p.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.content_productos-slideshow .wrapper .carousel-p.dragging .card {
  cursor: grab;
  user-select: none;
}
.content_productos-slideshow .wrapper .carousel-p :where(.card, .img) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_productos-slideshow .wrapper .carousel-p {
  padding-inline-start: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 31%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 2rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0;
}
.content_productos-slideshow .wrapper .carousel-p .card {
  padding: 1rem 0.5rem;
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #ffffff;
  cursor: pointer;
  flex-direction: column;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.content_productos-slideshow .wrapper .carousel-p .card h2 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #aa3172;
  margin: 30px 0 5px;
  display: grid;
}
.content_productos-slideshow .wrapper .carousel-p .card h2 span {
  color: #aa3172;
}
.content_productos-slideshow .wrapper .carousel-p .card span {
  color: #252021;
  font-size: 0.8rem;
}
.content_productos-slideshow .wrapper .carousel-p .card small {
  color: #4f4f4f;
  font-size: 0.6rem;
}
.content_productos-slideshow .wrapper .carousel-p .card .img {
  justify-content: center;
  background: #479da7;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}
.content_productos-slideshow .wrapper .carousel-p .card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
}

.sticky {
  transform: 1s;
  transition: 1s;
  position: fixed;
  top: -1rem;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .content_avertissement span {
    font-size: 18px !important;
  }
  .content_main {
    background-position: right;
  }
  .content_main-img {
    transition: 1s;
    width: 100px;
  }
  .content_main-desc {
    transition: 1s;
    margin: 1rem 0 0 !important;
    font-size: 1rem;
    height: min-content;
    padding: 1rem;
    gap: 0.5rem;
  }
  .content_main-desc a {
    padding-top: 0;
  }
  .content_benefits {
    overflow-y: scroll;
    scroll-snap-align: center;
  }
  .content_benefits-col-desc-left {
    min-width: 200px;
  }
  .content_price-title {
    font-size: 1rem;
  }
  .content_price-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .content_price-content-nav {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;
    padding-bottom: 0;
  }
  .content_price-content-nav .opt {
    width: 100% !important;
  }
  .content div.content_video {
    padding: 0 !important;
  }
  .content div.content_video div.content_video-preview {
    width: 100% !important;
  }
  .content div.content_video .content_video-count {
    top: auto;
  }
  .content div.content_video .ifrma-video {
    width: 100%;
  }
  .content .content_detail-desc {
    font-size: 10px;
    padding: 0.5rem !important;
  }
  .content .content_detail-desc div {
    width: 50%;
  }
  .content .content_detail-img {
    right: -200px !important;
  }
  .content_products {
    min-height: 830px !important;
  }
  .content_products-title {
    font-size: 1rem;
  }
  .content_products .content_products-sucursales {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 0.5rem !important;
  }
  .content_products .content_products-sucursales-opt {
    padding: 10px 0 !important;
  }
  .content_footer h4 {
    font-size: 1rem;
  }
  .content_footer-info {
    grid-template-columns: 1fr 1fr;
  }
  .content_footer-info p {
    font-size: 0.8rem;
  }
  .content_footer-info-contact h3 {
    font-size: 1rem;
  }
  .content_footer-info-contact p,
  .content_footer-info-contact span {
    font-size: 0.8rem;
  }
  .content_footer-copy {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 550px) {
  .content_avertissement-content {
    padding: 1rem;
    font-size: 1rem;
  }
  .content_info {
    padding: 1rem !important;
  }
  .content_price-content {
    gap: 1rem !important;
  }
  .content_price-content-nav {
    gap: 0.5rem;
  }
  .content_price-content-nav .opt {
    width: 150px;
  }
  .content_video {
    padding: 1rem !important;
  }
  .content_products {
    padding: 0;
    min-height: 878px;
  }
  .content_products-sucursales {
    padding: 0 1rem !important;
  }
  .content_detail-img {
    right: -130px !important;
  }
}
@media only screen and (max-width: 600px) {
  .content_benefits {
    padding: 0.5rem !important;
  }
  .content_benefits-col {
    display: grid;
    align-items: center;
  }
  .content_benefits-col-desc-right {
    padding-left: 1rem !important;
  }
  .content_benefits-col-desc-right span {
    padding: 0 0.5rem !important;
  }
  .content_benefits-col-desc-left {
    padding-right: 1rem !important;
  }
  .content_benefits-col-desc-left span {
    padding: 0 0.5rem !important;
  }
  .content_footer-info {
    grid-template-columns: 1fr 1fr;
  }
  .content_footer-info h4 {
    grid-column: 1/3;
    padding-bottom: 1rem;
    text-align: center;
  }
  .content_footer-info-contact {
    padding-top: 1rem;
    grid-column: 1/3;
    justify-items: left;
  }
  .content_footer-info-contact p {
    text-align: center;
    padding-top: 1rem;
  }
  .content_products {
    min-height: 894px;
    transition: 1s;
    display: block !important;
    padding-bottom: 1rem;
  }
  .content_products-sucursales {
    padding: 1rem !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .content_products div.content_products-gallery {
    padding: 1rem !important;
  }
  .content_productos {
    padding-top: 1rem;
  }
  .content_productos h4 {
    margin: 0;
    padding-bottom: 1rem;
  }
  .content_productos-slideshow {
    margin: 0;
    padding: 0 1.5rem !important;
    overflow: hidden;
  }
  .content_productos-slideshow .wrapper i:first-child {
    left: -30px;
  }
  .content_productos-slideshow .wrapper .carousel-p {
    grid-auto-columns: 100% !important;
    gap: 1rem !important;
  }
  .content_detail-img {
    right: -200px;
  }
}
@media only screen and (max-width: 680px) {
  .content_footer-info {
    padding: 0.5rem !important;
  }
  .content_footer-copy {
    position: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .content_footer-copy span {
    position: unset;
  }
}
@media only screen and (max-width: 750px) {
  .content_benefits-col-center {
    transition: 1s;
    max-width: 200px;
    max-height: 200px;
  }
  .content_benefits-col-center img {
    transition: 1s;
    max-height: 230px;
  }
  .content_price-content {
    padding: 1rem !important;
  }
  .content_price-content-nav .opt {
    font-size: 1rem;
    padding: 0.7rem;
  }
  .content_video {
    transition: 1s;
    grid-template-columns: 1fr !important;
    justify-items: center;
  }
  .content_video-count {
    transition: 1s;
    font-size: 1rem;
    top: 1rem;
    right: 1rem;
  }
  .content_detail {
    max-height: 250px !important;
  }
  .content_productos-slideshow {
    padding: 0 2rem !important;
  }
}
@media only screen and (max-width: 800px) {
  .menu {
    padding: 0;
    justify-content: space-between;
  }
  .menu_show {
    transition: 1s;
    transition: 1s;
    display: flex;
    color: #5f9094;
    font-size: 2rem;
    z-index: 10;
    padding-left: 0.5rem;
  }
  .menu_show i:hover {
    transition: 1s;
    cursor: pointer;
  }
  .menu_opt {
    transition: all !important;
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
    font-size: 1.5rem;
    padding: 0;
  }
  .menu_opt div {
    padding: 5px;
  }
  .content_detail {
    max-height: 300px;
  }
  .content_detail-desc {
    padding: 1rem !important;
  }
  .content_video {
    height: auto !important;
  }
}
@media only screen and (max-width: 890px) {
  .content_video {
    height: 350px;
  }
  .content_video-preview {
    transition: 1s;
    width: 400px !important;
  }
  .content_price {
    transition: 1s;
    padding: 0;
  }
  .content_price-content {
    padding: 2rem;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
  .content_price-content-nav {
    transition: 1s;
    grid-template-columns: auto;
    grid-auto-rows: min-content;
  }
  .content_products-gallery {
    transition: 1s;
    padding: 2rem 2rem 2rem 0 !important;
  }
  .content_products-sucursales-opt {
    padding: 1rem 0 !important;
  }
  .content_footer-info {
    padding: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .menu {
    font-size: 1.2rem;
  }
  .menu_media,
  .menu_opt {
    transition: 1s;
    padding: 10px;
    gap: 1rem;
    align-items: center;
  }
  .content_main-desc {
    transition: 1s;
    margin: 100px 100px 100px 0;
  }
  .content_avertissement span {
    font-size: 1.5rem;
  }
  .content_avertissement-content {
    transition: 1s;
    width: 100%;
    top: 0;
    position: inherit;
  }
  .content_info {
    transition: 1s;
    padding: 30px;
  }
  .content_benefits {
    transition: 1s;
    padding: 0.8rem 2rem;
  }
  .content_benefits-col-desc {
    font-size: 0.8rem;
  }
  .content_benefits-col-desc-left {
    padding-right: 2rem;
  }
  .content_benefits-col-desc-left span,
  .content_benefits-col-desc-right span {
    padding: 0 1rem;
  }
  .content_benefits-col-desc-right {
    padding-left: 2rem;
  }
  .content_benefits-col-center {
    transition: 1s;
    width: 300px;
    height: 300px;
  }
  .content_benefits-col-center img {
    height: 330px;
  }
  .content_detail {
    height: 350px !important;
  }
  .content_detail-desc {
    transition: 1s;
    font-size: 0.9rem;
  }
  .content_detail-desc div {
    transition: 1s;
    width: 300px;
  }
  .content_video {
    padding: 2rem;
    transition: 1s;
    grid-template-columns: 1fr auto;
  }
  .content_video-preview {
    transition: 1s;
    width: 500px;
  }
  .content_productos-slideshow {
    padding: 0 2.5rem;
  }
  .content_productos-slideshow .wrapper i:last-child {
    right: -30px;
  }
  .content_productos-slideshow .wrapper .carousel-p {
    gap: 1.1rem;
    grid-auto-columns: calc(50% - 9px);
  }
}
@media only screen and (max-width: 1200px) {
  .content_detail {
    transition: 1s;
    height: 450px;
  }
  .content_detail-desc {
    transition: 1s;
    padding: 2rem;
    transition: 1s;
    margin: 0;
  }
  .content_products {
    transition: 1s;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .content_products-title {
    grid-column: 1/4;
  }
  .content_products-sucursales {
    transition: all !important;
    grid-template-columns: auto;
    padding: 1rem 2rem;
  }
  .content_products-sucursales-opt {
    padding: 1rem;
  }
  .content_products-gallery {
    transition: 1s;
    position: inherit;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 5rem;
    transition: 1s;
  }
  .content_products-gallery-desc {
    transition: 1s;
    position: inherit;
    width: 100%;
    max-width: none;
  }
  .content_products-gallery-desc h4 {
    padding: 1rem 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .content_products-gallery-desc p {
    border-radius: 0 0 8px 8px;
    padding: 0.5rem 1rem 1rem;
    font-size: 1rem;
  }
  .content_products-gallery-preview {
    width: 100%;
    padding: 0;
  }
  .content_products-gallery-preview img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[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;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(168, 46, 112, 1);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(168, 46, 112, 1);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
