/* .intro-text {
  font-family: 'Source Serif Pro';
  font-weight: 300;
  font-style: italic;
  /* font-size: 1.8rem; */
  /* font-size: 2.2rem;*/
  /* max-width: 55rem; */

/* .intro {
  font-family: 'Source Serif Pro';;
  font-size: 1.6rem;
} */

.categories p {
  font-family: 'Gotham Book';
  text-transform: uppercase;
}


.advancis_360-logo {
  max-width: 40rem;
}


.home-section-with-bg {
  min-height: 40rem;
  max-height: 50rem;
  padding-bottom: 10%;
  padding-top: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topBottomZero{
  top: 0;
  bottom: 0;
}

/* SLIDER */
.page-home .slick-list { padding: 0; }

.fade-in-right-on-scroll,
.fade-in-left-on-scroll { opacity: 0; }

.already-visible {
  transform: translateY(0);
  transition: none;
}

.fade-in-right {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

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

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

.fade-in-left {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

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

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


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .dicas-rituais .img-container .square {
    max-height: 16.3rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dicas-rituais .img-container .square {
    max-height: 22.3rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .dicas-rituais .img-container .square {
    max-height: 26.7rem;
  }
}

@media (max-width: 767.98px) {

  .intro-text {
    font-size: 2rem;
  }

  .home-section-with-bg:not(.advancis-360) {
    padding-bottom: 100%;
    padding-top: 5%;
    background-position: 50% 20%;
    flex-direction: column;
    align-self: flex-start;
  }

  .home-section-with-bg.advancis-360 {
    background-image: unset !important;
    background-color: #ebf0f2;
  }

  .home-section-with-bg.suplementos {
    background-image: url(https://capilar.advancispharma.com/wp-content/uploads/2021/01/SITE_ADV_Capilar_home1_mobile.jpg) !important;
  }

  .home-section-with-bg.s360 {
    background-image: url(../images/home/home-15m.jpg) !important;
  }

  .home-section-with-bg.pre-champos {
    background-image: url(../images/home/home-11m.jpg) !important;
  }

  .home-section-with-bg.champos {
    background-image: url(../images/home/home-12m.jpg) !important;
  }

  .home-section-with-bg.seruns-locoes {
    background-image: url(../images/home/home-13m.jpg) !important;
  }

  .home-section-with-bg.mascaras {
    background-image: url(../images/home/home-14m.jpg) !important;
  }

  .home-section-with-bg.coloracao {
    background-image: url(https://capilar.advancispharma.com/wp-content/uploads/2021/01/SITE_ADV_Capilar_home4_mobile.jpg) !important;
  }

  /* .home-section-with-bg.contactos {
    background-image: url(https://capilar.advancispharma.com/wp-content/uploads/2021/01/SITE_ADV_Capilar_Faleconnosco.jpg) !important;
  } */

  .home-section .intro {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

}
