/**
* Template Name: Selecao - v2.2.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#why-section {
  margin-top: 60px;
}

#hero .carousel-header-text {
  width: 100%;
  top: 30vh;
  position: absolute;
  z-index: 1;
  text-align: left;
}

#hero .carousel {
  width: 100%;
}

#hero .section-divider {
  display: block;
  width: 48px;
  height: 4px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 20px;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: max(90vh, 700px);
  padding-top: 60px;
}

@media (max-height: 700px) {

  #hero h1 {
    font-size: 7vh !important;
    margin-bottom: 0px !important;
  }
}

#hero h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	color: #fff;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 40px;
}

#hero .pseudo-h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 31.2px;
  font-weight: 500;
}

#hero p.intro-hint-text {
  right: 10px;
  bottom: 50px;
  position: absolute;
  font-family: 'Montserrat', 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

#main p.comp-hint-text {
  right: 25px;
  bottom: 10px;
  position: absolute;
  font-family: 'Montserrat', 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

#hero p.top-description {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 40px auto 90px auto;
  color: rgb(255, 255, 255, 1.0);
  font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
}

#hero a.description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: block;
}

#hero p.underline {
  	font-size: 16px;
}

#hero a.link-underline {
  color: #fff;
}

#hero a.link-underline:hover, a.link-underline:focus {
  color: #fff;
  text-decoration: underline;
}

#hero .carousel-item {
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-left,
#hero .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-left,
#hero .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .btn-get-started {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 24px 40px 22px 40px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  background: #45ACFF;
  min-width: 250px;
}

#hero .btn-get-started:hover {
  background: #0174d1;
  color: #fff;
  text-decoration: none;
}

#hero .btn-left-area {
  margin-left: 50px;
  margin-bottom: 100px;
}

#hero .btn-right-area {
  margin-right: 50px;
  margin-bottom: 100px;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 1;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@media screen and (max-width: 900px) {
  #hero h1 {
    font-size: 8vw;
    line-height: 9vw;
    padding: 0 auto 0 5vh;
    margin-left: auto !important;
  }

  #hero .pseudo-h2 {
    line-height: 3vh;
    margin-left: auto !important;
  }

  #hero .wow p.description {
    margin-left: auto !important;
  }

  #hero .btn-get-started,
  #hero a.link-underline,
  #hero .wow .description-second-line,
  #hero .carousel-header-text .row {
    display: none;
  }

  #hero .carousel-container {
    height: max(65vh, 500px);
  }

  #hero .carousel-header-text {
    top: 17vh;
    text-align: center;
    padding: 0 10%;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    visibility: hidden;
  }
}