/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#servicios-slider {
  width: 100%;
  height: 75vh;
  background: url("../img/servicios/slider.jpeg") center center;
  background-size: cover;
  position: relative;
}

#servicios-slider:before {
  content: "";  
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#servicios-slider .container {
  position: relative;
}

#servicios-slider h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

#servicios-slider h1 span {
  color: #106eea;
}

#servicios-slider h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#servicios-slider p {
  color: #ffffff;
  
}

#servicios-slider .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #FF5F59;
}

#servicios-slider .btn-get-started:hover {
  background: #247cf0;
}


@media (min-width: 1024px) {
  #servicios-slider {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #servicios-slider {
    height: 100vh;
  }

  #servicios-slider h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #servicios-slider h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #servicios-slider .btn-get-started,
  #servicios-slider .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #servicios-slider {
    height: 120vh;
  }
}
