@font-face {
  font-family: PlusJakartaSans;
  src: url("PlusJakartaSans-VariableFont_wght.ttf");
}
.logoTop {
  width: 120px;
  border-right: 1px dashed white;
  padding-right: 15px;
  margin-right: 10px;
}

footer {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 40px;
}
footer .teayudamos {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.11em;
}
footer .iconFooter {
  font-size: 24px;
  margin-left: 10px;
  margin-right: 15px;
}
footer .instagramFooter {
  color: #C13584;
}
footer .whatsappFooter {
  color: #25D366;
}
footer .facebookFooter {
  color: #4267B2;
}
footer .youtubeFooter {
  color: #ff0000;
}
footer .footerLinkTrial {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  color: #595959;
}

.linkTrialInContent {
  color: black;
  background: white;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.encuentraTiendas {
  display: none;
  background: white;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  color: black;
  font-size: 24px;
  box-shadow: 0px 0px 1px black;
  cursor: pointer;
}
.encuentraTiendas a {
  color: black;
}

body {
  font-family: PlusJakartaSans;
  overflow-x: hidden;
  background-color: #f2ebe7;
}

.rightMenu {
  position: fixed;
  right: 50px;
  z-index: 99;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  text-align: center;
}
.rightMenu .linkTrial {
  border-top: 1px dashed white;
  padding-top: 5px;
}
.rightMenu .rrss {
  padding-bottom: 5px;
}
.rightMenu a {
  color: white;
  display: inline-block;
}

@media (max-width: 1200px) {
  .rightMenu {
    display: none;
  }
}
.buttonNext {
  background-color: #022a39;
  cursor: pointer;
  color: white;
  text-decoration: none;
  width: 240px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 10px 25px 10px 20px;
  border-radius: 5px;
}
.buttonNext:hover img {
  top: 20px;
  opacity: 1;
}
.buttonNext:hover .buttonNextBorderLine {
  height: 30px;
}
.buttonNext img {
  position: absolute;
  width: 30px;
  top: -10px;
  right: 2px;
  transform: rotate(90deg);
  opacity: 0;
  transition: top 0.3s, opacity 0.1s;
}
.buttonNext .buttonNextBorderLine {
  position: absolute;
  top: 0px;
  right: 15px;
  border-left: 1px dashed white;
  height: 0px;
  width: 2px;
  transition: height 0.3s;
}

article {
  padding: 150px 0px;
}
article h1, article h2 {
  text-align: center;
  padding-bottom: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}
article h1 {
  font-size: 24pt;
}

#slide {
  background-image: url("../images/slideBackground.jpg");
  background-size: auto 100%;
  background-position: center;
  height: 100vh;
  width: 100vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slide .slideContainer {
  text-align: center;
}
#slide .slideContainer svg {
  height: 46vh;
  display: inline-block;
}
#slide .slideContainer svg .cls-1 {
  transition: fill 1s, stroke 1s;
}
#slide .slideContainer .logoInSlide {
  height: 2.8vh;
  display: inline-block;
  margin-bottom: 10vh;
}
#slide .slideContainer .aniversarioText {
  font-size: 2vh;
  display: inline-block;
  color: white;
  letter-spacing: 0.5vh;
  margin-top: 7vh;
}

#aniversario {
  background-image: url("../images/historiaBackground.png");
  background-size: auto 100%;
  background-position: center;
  padding: 0px;
  width: 100vw;
  font-size: 18px;
  position: relative;
}
#aniversario .slick-dotted.slick-slider {
  margin: 0px;
}
#aniversario .containerText {
  margin-top: 100px;
  text-align: center;
}
#aniversario .subimg2 {
  width: 15%;
  position: absolute;
  bottom: 0px;
  left: 30%;
  /*top: 50%;
  left: 35%;
  opacity: 0;
  transform: rotate(-35deg);
  transition: opacity .4s, transform .4s;
  &.active{
    opacity: 1;
    transform: rotate(-15deg);
  }*/
}
#aniversario .subimg3 {
  width: 12%;
  position: absolute;
  bottom: 0px;
  left: 42%;
  /*top: 65%;
  left: 55%;
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity .4s, transform .4s;
  transition-delay: 300ms;
  &.active{
    opacity: 1;
    transform: rotate(15deg);
  }*/
}

@media (max-width: 1200px) {
  #aniversario .subimg2, #aniversario .subimg3 {
    display: none;
  }
}
#historia {
  background-image: url("../images/historiaBackground.png");
  background-image: url("../images/tradicionExpertiseBackground.png");
  color: white;
  background-size: auto 100%;
  background-position: center;
  width: 100vw;
}
#historia .historiaText {
  text-align: justify;
  padding: 50px;
  font-size: 18px;
  line-height: 35px;
}
#historia .imageHistoria1 {
  opacity: 0;
  transition: opacity 0.5s;
  transition-timing-function: ease-in;
}
#historia .imageHistoria1.active {
  opacity: 1;
}
#historia .imageHistoria2 {
  opacity: 0;
  transition: opacity 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0.4s;
}
#historia .imageHistoria2.active {
  opacity: 1;
}

@media (max-width: 1200px) {
  #historia {
    padding: 80px 0px 40px 0px;
  }
  #historia .historiaText {
    padding: 10px;
  }
  #historia .imageHistoria1 {
    opacity: 1;
    margin-left: 10px;
  }
  #historia .imageHistoria2 {
    opacity: 1;
    margin-right: 10px;
  }
}
#expertos {
  background-image: url("../images/tradicionExpertiseBackground.png");
  font-size: 18px;
  line-height: 35px;
  color: white;
  background-size: auto 100%;
  background-position: center;
  width: 100vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#expertos svg {
  height: 50vh;
}
#expertos svg .cls-1 {
  transition: fill 1s, stroke 1s;
}
#expertos .expertosTrajeContent {
  color: black;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
#expertos .nav .nav-item {
  cursor: pointer;
}
#expertos .nav .nav-item .nav-link {
  letter-spacing: 1px;
  font-weight: bold;
}
#expertos .nav .nav-item .nav-link:not(.active) {
  color: white;
}
#expertos .expertosSlick {
  width: 600px;
}

#perfectFit {
  background-image: url("../images/tradicionExpertiseBackground.png");
  background-size: auto 100%;
  background-position: center;
  width: 100vw;
  font-size: 18px;
  line-height: 32px;
  color: white;
}
#perfectFit .perfectFitTiendas a {
  font-size: 16px;
  background-color: transparent;
  display: inline-block;
  padding: 2px 8px;
  margin-top: 10px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#perfectFit .perfectFitTiendas a:hover {
  background-color: white;
  color: black;
}

@media (max-width: 992px) {
  #perfectFit {
    padding: 80px 0px 40px 0px;
  }
}
@media (max-width: 992px) {
  #perfectFit .videoPerfectFitDesktop {
    display: none;
  }
}
@media (min-width: 992px) {
  #perfectFit .videoPerfectFitMobile {
    display: none;
  }
}
#modalFitPerfecto td {
  font-size: 12px;
  font-weight: bold;
}

#tecnologias {
  background-image: url("../images/historiaBackground.png");
  font-size: 18px;
  line-height: 35px;
  background-size: auto 100%;
  background-position: center;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#tecnologias h3 {
  font-size: 20px;
  font-weight: bold;
}
#tecnologias .tecnologia {
  font-size: 14px;
  line-height: 20px;
}
#tecnologias .tecnologia .iconTecnologia {
  background: #0c2128;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
}
#tecnologias .tecnologia .iconTecnologia img {
  display: inline-block;
  filter: invert(50%);
  height: 54px;
}
#tecnologias .containerOtrasTecnologias {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  height: 800px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
}

@media (max-width: 1200px) {
  #tecnologias {
    padding: 80px 0px 40px 0px;
  }
}
@media (max-width: 1200px) {
  #tecnologias .containerOtrasTecnologias {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    height: auto;
  }
}
#mainMenu {
  position: fixed;
  font-size: 18px;
  width: 1200px;
  z-index: 99;
}
#mainMenu ul {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: 0;
  padding: 10px 20px;
}
#mainMenu ul li {
  color: white;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline-block;
}
#mainMenu ul li .fa-bars {
  vertical-align: middle;
  display: none;
}
#mainMenu ul li .bottomLine {
  display: block;
  border-bottom: 1px dashed white;
  width: 0%;
  transition: width 0.4s;
}
#mainMenu ul li:hover .bottomLine {
  width: 100%;
}
#mainMenu ul li:hover a .tijera {
  left: calc(100% - 20px);
  opacity: 1;
}
#mainMenu ul li a {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  position: relative;
}
#mainMenu ul li a .tijera {
  width: 30px;
  position: absolute;
  left: -30px;
  top: 37px;
  opacity: 0;
  transition: left 0.4s, opacity 0.1s;
}

@media (max-width: 1200px) {
  #mainMenu {
    position: fixed;
    font-size: 18px;
    width: 200px;
    z-index: 99;
  }
  #mainMenu ul {
    position: absolute;
  }
  #mainMenu ul li .fa-bars {
    vertical-align: middle;
    display: inline-block;
  }
  #mainMenu ul li:nth-child(n+3) {
    left: -200px;
    display: none;
    transition: left 0.3s;
  }
  #mainMenu ul.active li {
    left: 0px;
    display: inline-block;
  }
}
#catalogo {
  background-image: url("../images/tradicionExpertiseBackground.png");
  background-size: auto 100%;
  background-position: center;
  width: 100vw;
}
#catalogo h1 {
  color: white;
}
#catalogo .productoFullPage .titleProducto h5 {
  display: inline-block;
  width: calc(100% - 120px);
  color: white;
}
#catalogo .productoFullPage .titleProducto a {
  display: inline-block;
  width: 90px;
  height: 30px;
  text-decoration: none;
  float: right;
  background: white;
  padding: 4px 8px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#catalogo .cardProducto {
  padding: 10px;
  margin-bottom: 20px;
  color: white;
}
#catalogo .cardProducto .productoSlick {
  width: auto;
}
#catalogo .cardProducto .titleProducto h5 {
  display: inline-block;
  width: calc(100% - 120px);
}
#catalogo .cardProducto .titleProducto a {
  display: inline-block;
  width: 90px;
  height: 30px;
  text-decoration: none;
  float: right;
  background: white;
  padding: 4px 8px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .imagesHistoria {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  #catalogo {
    padding: 80px 0px 40px 0px;
  }
  #catalogo .productoFullPage h5 {
    font-size: 12px;
  }
  #catalogo .cardProducto h5 {
    font-size: 12px;
  }
}
.slick-dots {
  position: absolute;
  bottom: 10px;
}
.slick-dots li {
  background: white;
}
.slick-dots li button:before {
  font-size: 30px;
}

@media (max-width: 1200px) {
  .slick-dots {
    position: absolute;
    bottom: 10px;
  }
  .slick-dots li {
    background: transparent;
    width: 8px;
    padding: 2px;
  }
  .slick-dots li button:before {
    background: transparent;
    font-size: 20px;
    color: black;
    width: 14px;
    height: 14px;
  }
}

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