@charset 'utf-8';
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0px;
  padding: 0px;
}
* {
  box-sizing: border-box;
}
html,
body {
  background-attachment: fixed;
  background-image: url('../img/bg/bg_parallax.jpg');
  border: 0px solid transparent;
  display: block;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0px;
  min-height: 100%;
  padding: 0px;
  scroll-behavior: smooth;
  width: 100%;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  height: auto;
  max-width: 100%;
}
img {
  display: block;
}
a {
  color: black;
  text-decoration: none;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0px;
  height: 0px;
  visibility: hidden;
}
@font-face {
  font-family: 'nathalia';
  src: url('../font/Nathalia.ttf');
}
.filterDiv {
  display: none;
  /* Hidden by default */
}
/* The "show" class is added to the filtered elements */
.show {
  display: inline;
}
/* ------------------------------- END RECURENTES -- */
header div.spacer {
  background-color: #ec5598;
  height: 100px;
  position: relative;
}
header img {
  background-color: white;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  left: 10%;
  padding: 35px 50px;
  position: absolute;
  top: 0px;
  transition: all 0.8s ease-in-out;
  z-index: 2;
}
header nav div.burger {
  display: none;
}
header nav div.menu {
  background-color: white;
  display: flex;
  justify-content: flex-end;
  padding: 2% 5%;
}
header nav div.menu ul {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0px;
  justify-content: space-between;
  width: 60%;
}
header nav div.menu ul li {
  margin: 1% 3%;
}
header nav div.menu ul li a {
  color: #000000;
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 2%;
  position: relative;
  text-align: center;
}
header nav div.menu ul li a::after {
  background: #ec5598;
  bottom: 0px;
  content: '';
  display: block;
  height: 3.5px;
  left: 0px;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0px;
}
header nav div.menu ul li a:hover:after {
  width: 100%;
}
section.slider div.slideshow-container {
  position: relative;
  transition: all 0.3s ease;
}
section.slider div.slideshow-container div.slide {
  display: none;
  height: 856px;
  width: 100%;
}
section.slider div.slideshow-container div.slide div.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 5% 10%;
  width: fit-content;
}
section.slider div.slideshow-container div.slide div.content p {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
section.slider div.slideshow-container div.slide div.content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  margin-top: 15px;
}
section.slider div.slideshow-container div.slide div.content a {
  background-color: #ec5598;
  color: white;
  display: block;
  font-size: 22px;
  font-weight: 400;
  padding: 3%;
  text-transform: uppercase;
  transition: 0.3s;
}
section.slider div.slideshow-container div.slide div.content a:hover {
  transform: translateY(-10px);
}
section.slider div.slideshow-container div.slide:nth-child(1) {
  -moz-box-shadow: inset 0px -10px 0px 0px #ec5598;
  -webkit-box-shadow: inset 0px -10px 0px 0px #ec5598;
  background-image: url('../img/bg/slider/bg_header_1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px -10px 0px 0px #ec5598;
  min-height: 100%;
}
section.slider div.slideshow-container div.slide:nth-child(2) {
  -moz-box-shadow: inset 0px -10px 0px 0px #ec5598;
  -webkit-box-shadow: inset 0px -10px 0px 0px #ec5598;
  background-image: url('../img/bg/slider/bg_header_2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px -10px 0px 0px #ec5598;
}
section.slider div.slideshow-container div.slide:nth-child(3) {
  -moz-box-shadow: inset 0px -10px 0px 0px #ec5598;
  -webkit-box-shadow: inset 0px -10px 0px 0px #ec5598;
  background-image: url('../img/bg/slider/bg_header_3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px -10px 0px 0px #ec5598;
}
section.slider div.slideshow-container div.slide:nth-child(4) {
  -moz-box-shadow: inset 0px -10px 0px 0px #ec5598;
  -webkit-box-shadow: inset 0px -10px 0px 0px #ec5598;
  background-image: url('../img/bg/slider/bg_header_4.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px -10px 0px 0px #ec5598;
}
section.slider div.slideshow-container div.dot-container {
  bottom: 0px;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
section.slider div.slideshow-container div.dot-container span.dot {
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0px 2px;
  transition: background-color 0.6s ease;
  width: 15px;
}
section.slider div.slideshow-container div.dot-container span.dot:hover {
  background-color: #ec5598;
  cursor: pointer;
}
section.slider div.slideshow-container div.dot-container span.dot.active {
  background-color: #ec5598;
}
section.about {
  padding: 4% 0%;
}
section.about div.center_intro {
  display: flex;
  width: 100%;
  padding: 0% 5%;
}
section.about div.center_intro div.content {
  padding: 3% 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.about div.center_intro div.content div.intro {
  width: 50%;
  padding: 4% 2%;
  background-color: white;
}
section.about div.center_intro div.content div.intro h2 {
  color: #ec5598;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
section.about div.center_intro div.content div.intro p {
  font-size: 18px;
  line-height: 1.33;
  padding: 5% 3%;
  text-align: center;
}
section.about div.center_intro div.content div.intro a {
  background-color: #fde3f0;
  border-radius: 5px;
  color: #ec5598;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 200px;
}
section.about div.center_intro div.content div.intro a:hover {
  background-color: #ec5598;
  color: #ffffff;
}
section.new {
  background-color: white;
  padding: 4% 2%;
}
section.new div.center_news {
  padding: 3% 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.new div.center_news h2 {
  color: #ec5598;
  font-family: 'nathalia';
  font-weight: 300;
  font-size: 86px;
  text-align: center;
}
section.new div.center_news h3 {
  font-family: 'roboto', sans-serif;
  font-size: 26px;
  letter-spacing: 0.3rem;
  font-weight: 500;
  text-align: center;
}
section.new div.center_news div.content {
  display: flex;
  margin-top: 2%;
  width: 100%;
  padding: 0% 15%;
}
section.new div.center_news div.content div.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 50%;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.7);
  padding: 2% 4%;
}
section.new div.center_news div.content div.menu button.btn {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  padding: 2% 0%;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section.new div.center_news div.content div.menu button.btn:hover {
  color: #ec5598;
  cursor: pointer;
  transform: translate(0, -10px);
}
section.new div.center_news div.content div.menu button.btn:focus {
  color: #ec5598;
}
section.new div.center_news div.content div.menu span {
  background-color: #ec5598;
  display: block;
  height: 2px;
  width: 70%;
}
section.new div.center_news div.content div.menu a {
  background-color: #fde3f0;
  border-radius: 5px;
  color: #ec5598;
  font-size: 18px;
  padding: 2% 10%;
  transition: all 0.7s ease;
}
section.new div.center_news div.content div.menu a:hover {
  background-color: #ec5598;
  color: #ffffff;
}
section.new div.center_news div.content div.infos {
  width: 50%;
}
section.new div.center_news div.content div.infos div.filterDiv img {
  padding-left: 25px;
}
section.new div.center_news div.content div.infos div.filterDiv p {
  font-weight: 500;
  line-height: 1.5;
  padding: 3% 4%;
}
section.new div.center_news div.content div.infos div.filterDiv p:nth-of-type(2) {
  color: #ec5598;
  font-weight: 600;
}
section.shop {
  padding: 4% 2%;
}
section.shop div.center h2 {
  color: #ec5598;
  font-family: 'nathalia';
  font-size: 86px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}
section.shop div.center ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
section.shop div.center ul li {
  font-size: 36px;
  font-weight: 500;
}
section.shop div.center ul li a {
  display: block;
  transition: all 0.3s ease;
}
section.shop div.center ul li a:hover {
  transform: translate(0, -10px);
}
section.shop div.center ul li a:focus {
  color: #ec5598;
}
section.shop div.center ul li a::after {
  background: #ec5598;
  bottom: 0px;
  content: '';
  display: block;
  height: 3.5px;
  left: 0px;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0px;
}
section.shop div.center ul li a:hover:after {
  width: 100%;
}
section.shop div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4% 0%;
}
section.services {
  background-color: white;
  padding: 4% 2%;
}
section.services div.center {
  padding: 0% 15%;
}
section.services div.center h2 {
  color: #ec5598;
  font-family: 'nathalia';
  font-size: 86px;
  font-weight: 300;
  text-align: center;
}
section.services div.center h3 {
  font-family: 'roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-align: center;
}
section.services div.center div.content {
  padding: 4% 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
section.services div.center div.content article {
  margin: 2%;
}
section.services div.center div.content article p {
  color: #ec5598;
  padding-top: 10%;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
section.gallery {
  padding: 4% 2%;
}
section.gallery div.center_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.footer {
  padding: 2% 0%;
  background-color: #ec5598;
}
section.footer div.content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.footer div.content h2 {
  color: white;
  font-family: 'Raleway';
  font-size: 36px;
  font-weight: 400;
}
section.footer div.content div.logo {
  background-color: white;
  padding: 2%;
  border-radius: 50%;
}
section.footer div.content div.infos {
  color: white;
  font-size: 18px;
  line-height: 2;
  text-align: right;
}
section.footer div.content div.infos a {
  color: white;
}
section.footer div.content div.infos a:hover {
  color: black;
}
/* ------------------------------------------------------------------------- */
/* --------------------------- MEDIA QUERIES 1570px ------------------------ */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1570px) {
  header img {
    padding: 2% 3%;
    width: 15%;
  }
}
/* ------------------------------------------------------------------------- */
/* --------------------------- MEDIA QUERIES 1300px ------------------------ */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1300px) {
  header img {
    padding: 2% 3%;
    width: 10%;
  }
  header nav div.menu {
    justify-content: center;
  }
  header nav div.menu ul {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ---------------------------- MEDIA QUERIES 960px ------------------------ */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  header div.spacer {
    display: none;
  }
  header img {
    display: none;
  }
  header nav div.burger {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #ec5598;
    border: 1px solid #9b1651;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  header nav div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
  header nav div.burger span::before,
  header nav div.burger span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }
  header nav div.burger span::before {
    top: -10px;
  }
  header nav div.burger span::after {
    top: 10px;
  }
  header nav div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  header nav div.burger.burger-open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  header nav div.burger.burger-open span::after {
    transform: rotate(135deg);
    top: 0;
  }
  header nav div.menu {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    right: 0;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  header nav div.menu.is-open {
    transform: translateX(0);
  }
  header nav div.menu ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5%;
    transform: translateY(40%);
    width: fit-content;
  }
  header nav div.menu ul li {
    list-style-type: none;
    display: block;
    margin: 15% 0%;
  }
  header nav div.menu ul li a {
    color: white;
    display: block;
    font-size: 28px;
  }
  section.about div.center_intro {
    display: flex;
    width: 100%;
    padding: 0% 5%;
  }
  section.about div.center_intro div.content {
    flex-direction: column;
  }
  section.about div.center_intro div.content div.intro {
    width: 100%;
  }
  section.new div.center_news div.content {
    flex-direction: column;
    align-items: center;
  }
  section.new div.center_news div.content div.menu {
    width: 100%;
  }
  section.new div.center_news div.content div.menu button.btn {
    padding: 8% 0%;
    text-transform: none;
  }
  section.new div.center_news div.content div.menu a {
    margin-top: 4%;
  }
  section.new div.center_news div.content div.infos {
    width: 100%;
  }
  section.new div.center_news div.content div.infos div.filterDiv img {
    margin: 0 auto;
    padding-left: 0px;
  }
  section.new div.center_news div.content div.infos div.filterDiv p {
    font-weight: 500;
    line-height: 1.5;
    padding: 3% 0%;
    text-align: center;
  }
  section.footer div.content {
    flex-direction: column;
  }
  section.footer div.content h2 {
    padding: 2% 0%;
  }
  section.footer div.content div.logo {
    padding: 5%;
    width: 25%;
    margin: 2% 0%;
  }
  section.footer div.content div.infos {
    padding: 4% 0%;
    text-align: center;
  }
}
/* ------------------------------------------------------------------------- */
/* ------------------------------- FLUID TEXT 300PX ------------------------ */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 300px) {
  header nav div.menu ul li a {
    font-size: calc(1rem + ((1vw - 3px) * 0.4938));
    min-height: 0vw;
  }
  section.slider div.slideshow-container div.slide div.content p {
    font-size: calc(1.125rem + ((1vw - 3px) * 1.8519));
    min-height: 0vw;
    text-align: center;
  }
  section.slider div.slideshow-container div.slide div.content h1 {
    text-align: center;
    font-size: calc(2rem + ((1vw - 3px) * 1.7284));
    min-height: 0vw;
  }
  section.slider div.slideshow-container div.slide div.content a {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.about div.center_intro div.content div.intro h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 0.7407));
    min-height: 0vw;
  }
  section.about div.center_intro div.content div.intro p {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.about div.center_intro div.content div.intro a {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.new div.center_news h2 {
    font-size: calc(2.625rem + ((1vw - 3px) * 2.716));
    min-height: 0vw;
  }
  section.new div.center_news h3 {
    font-size: calc(1rem + ((1vw - 3px) * 0.6173));
    min-height: 0vw;
  }
  section.new div.center_news div.content div.menu button.btn {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.new div.center_news div.content div.menu a {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  section.new div.center_news div.content div.infos div.filterDiv p {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.new div.center_news div.content div.infos div.filterDiv p:nth-of-type(2) {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.shop div.center h2 {
    font-size: calc(2.625rem + ((1vw - 3px) * 2.716));
    min-height: 0vw;
  }
  section.shop div.center ul li {
    font-size: calc(0.875rem + ((1vw - 3px) * 1.358));
    min-height: 0vw;
  }
  section.services div.center h2 {
    font-size: calc(2.625rem + ((1vw - 3px) * 2.716));
    min-height: 0vw;
  }
  section.services div.center h3 {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.4938));
    min-height: 0vw;
  }
  section.services div.center div.content article p {
    font-size: calc(1.125rem + ((1vw - 3px) * 0.7407));
    min-height: 0vw;
  }
  section.footer div.content h2 {
    font-size: calc(0.875rem + ((1vw - 3px) * 1.358));
    min-height: 0vw;
  }
  section.footer div.content div.infos {
    display: flex;
    flex-direction: column;
    font-size: calc(0.875rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
}
