@charset "utf-8";
/* CSS Document */
.open-bg{
	background: url("../img/slider/cover.jpg") no-repeat center top;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 90vh;
}
.slide-1 {
  height: 90vh !important;
  background-image: url(../img/slider/slide-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-2 {
  height: 90vh !important;
  background-image: url(../img/slider/slide-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-prev::before, .slick-next::before {
  font-family: "fontello" !important;
}
.slick-prev::before {
  content: '\e8cb' !important;
}
.slick-next::before {
  content: '\e8cc' !important;
}
.slick-prev {
  left: 50px !important;
  z-index: 1002 !important;
	color: #000 !important;
}
.slick-next {
  right: 50px !important;
  z-index: 1002 !important;
	color: #000 !important;
}
.title {
	font-family: 'Nulish', Arial, sans-serif;
  font-size: 2.5em; 
	line-height: 1.2em;
	color: #21252b;
}
.section-relative{
	position: relative;
	top: -80px;
}
.section-relative-2{
	position: relative;
	bottom: -80px;
	z-index: 1002;
}
.title-2{
	font-size: 1.1em !important;
	font-weight: 600;
}
.cit{
	border-left: 3px solid orange;
	padding-left: 20px;
}
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 3;
}
.btn-whatsapp {
  z-index: 999999;
  background: #25d366;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(37, 211, 102, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}

@media only screen and (max-width: 600px) {
	.open-bg{
	height: 80vh;
}

}
@media (max-width: 428px) {
.slide-1 {
  background-position: left;
}
.slide-2 {
  background-position: top left;
}
	.title {
  font-size: 1.5em; 
}

}

