/* Gerais */
body {
  font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  background: #94E9F2;
  border-radius: 30px;
}

.row {
  margin: 0;
}

.container {
  padding: 70px 0;
}

p,
li {
  color: #444;
  font-size: 15px;
}

.navbar {
  background-color: #444;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

#logo{
  width: 100px;
  padding-left: 15px;
}

.navbar-brand {
  padding: 0;
  color: black;
}

#navbar-links a {
  color: #FFF;
  transition: all 0.2s;
}
#navbar-links i {
  width: 15px;
  height: 15px;
  border: 1px solid #94E9F2;
  border-radius: 50%;
  padding: 5px;
}
#navbar-links i:hover {
  transition: all .2s ease-in-out;
  background-color: #3EC1D5;
  color: #fff;
}
#navbar-links a:hover::after {
  background-color: transparent;
  color: #94E9F2;
  transition: all 0.2s;
}
#navbar-links a:focus {
  color: #65DAF9;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .8rem;
}

/* Slider */

.container-fluid {
  padding: 0;
}

#mainSlider .carousel-inner,
#mainSlider .carousel-item {
  height: 70vh;
}

#mainSlider .carousel-caption {
  top: 30%;
}

#mainSlider .carousel-caption h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

#mainSlider .carousel-caption p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 100px;
  color: #FFF;
}

.main-btn {
  background-color: #65DAF9;
  color: #FFF;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  border-radius: 30px 0px 30px 30px;
  transition: .5s;
}

.main-btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  border-color: #3EC1D5;
}

.carousel-indicators .active {
  background-color: #65DAF9;
}

/* Sobre a empresa */

#about-area {
  background-color: #F9F9F9;
}

.main-title {
  color: #444;
  margin: 0 0 65px 0;
  font-size: 40px;
  text-align: center;
}

.main-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}

.about-title {
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}

#about-list {
  list-style: none;
  padding-left: 0;
}

#about-list li {
  line-height: 30px;
}

#about-list i {
  color: #65DAF9;
  margin-right: 15px;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 5px;
  margin-top: 10px;
  transition: all 0.2s;
}

#about-list i:hover {
  background-color: #333;
  color: #fff;
  margin-left: 10px;
  transition: all 0.2s;
}

.img-fluid {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.img-fluid:hover{
 filter: drop-shadow(2px 10px 10px #65DAF9);
}
/* Serviços */
.service-box {
  text-align: center;
  margin-bottom: 50px;
}

.service-box h4 {
  transition: .5s;
  font-size: 32px;
}

.service-box i {
  margin-bottom: 20px;
  color: #444;
  font-size: 36px;
  transition: all 0.2s;
  border-radius: 50%;
}

.service-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-box:hover>i {
  color: #65DAF9;
  box-shadow: 3px 3px 3px #0000005d;
  transition: all 0.2s;
}

/* Dados */
.circle-box div {
  padding: 0px 40px;
}

.progressbar-text {
  font-weight: bold;
  font-size: 2rem;
}

#data-area p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 20px;
}

#team-area {
  background-color: #F9F9F9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.card {
  text-align: center;
}

.card p {
  border: 1px solid #444;
  font-size: 15px;
  border-radius: 30px;
  transition: all 0.2s;
}
.card p:hover {
  background-color: #3ec1d5;
  color: #fff;
  transition: all 0.2s;
}
.img-top {
  transition: all 0.2s;
  
}

.img-top:hover {
  box-shadow: 2px 2px 2px #3EC1D5;
  transform: scale(1.1);
  border-radius: 10px;
}

.card-title h5 {
  text-align: center;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

/* Trabalhe conosco */
#apply-area {
  height: 500px;
}

#apply-area .container-fluid,
#apply-area .row {
  height: 100%;
}

#apply-area .apply-box {
  padding: 70px 50px;
  text-align: center;
}

#company-img {
  background-image: url('../img/empresa.jpg');
  background-size: cover;
  height: 100%;
}

#pattern-img h4,
#pattern-img p {
  color: #FFF;
}

#pattern-img h4 {
  margin-top: 8%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#pattern-img p {
  margin-bottom: 20px;
}

#apply-btn {
  display: block;
  height: auto;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 30px 0px 30px 30px;
}

#apply-btn:hover {
  border-color: #65DAF9;
  background-color: #65DAF9;
}

/* Portifólio */
.project-box {
  margin-bottom: 30px;
}

#filter-btn-box {
  margin-bottom: 50px;
  text-align: center;
}

#portfolio-area .filter-btn {
  color: #444;
  border: 1px solid #444;
  background-color: transparent;
  text-transform: none;
  margin: 0 15px;
  min-width: 100px;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  transition: all 0.2;
}

#portfolio-area .filter-btn.active,
#portfolio-area .filter-btn:hover {
  color: #fff;
  background-color: #65DAF9;
  transition: all 0.2;
  border: #3EC1D5;
}

/* news letter */
#news-area {
  text-align: center;
  background-color: #f9f9f9;
}

#news-area p {
  font-size: 18px;
  margin-bottom: 40px;
}

#email-input {
  border-radius: 20px;
  border: 1px solid #94e9f2;
  display: inline;
  box-sizing: border-box;
  outline: none;
  width: 40%;
  height: 40px;
}

#news-btn {
  border-radius: 20px;
  border: 1px solid #94e9f2;
  background-color: #94E9F2;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  height: 40px;
  padding: 0px 30px;
  margin-left: -120px;
  position: absolute;
  border: none;
  transition: all 0.2s;
}

#news-btn:hover {
  background-color: #444;
  color: #fff;
  transition: all 0.2s;
  text-align: center;
}

/* call to action */
#call-area {
  background-color: #65daf9;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

#call-area .container {
  padding: 50px 100px;
}
#call-area .row {
  display: block;
  justify-content: center;
  text-align: center;
}

#call-area p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-left: auto;
  letter-spacing: 2px;
  margin-bottom: 0px;
  display: inline;
  height: 60px;
  line-height: 60px;
}

#call-area #call-btn {
  background-color: #fff;
  color: #65daf9;
  font-weight: bold;
  font-size: 18px;
  margin-left: 30px;
  width: auto;
  letter-spacing: 2px;
  transition: all 0.2s;
}

#call-btn:hover {
  transition: all 0.2s;
  background-color: transparent;
}
/* footer */
#contact-area {
  text-align: center;
}
.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
  margin-bottom: 50px; 
  border-bottom: 1px solid #3ec1d5;
}
.contact-box i {
  color: #444;
  font-size: 20px;
  margin-bottom: 20px;
  border: 1px solid #444;
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  transition: all 0.2s;
}

.contact-box i:hover {
  transition: all 0.2s;
  background-color: #65DAF9;
  color: #fff;
  border: 1px solid #65daf9;
  margin-top: -10px;
}
.contact-box p {
  font-size: 18px;
  text-align: center;
}
.contact-title {
  font-weight: bold;
  color: #3ec1d5;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
  margin-bottom: 15px;
  border-radius: 20px;
}
#contact-form .main-btn {
  text-transform: capitalize;
  width: 120px;
  height: 50px; 
  transition: all 0.2s;
}
#contact-form .main-btn:hover {
  color: #3ec1d5;
  transition: all 0.2s;
}
/* copy right */
#copy-area {
  background-color: #f9f9f9;
}
#copy-area .container {
  padding: 10px 0px;
  text-align: center;
}
#copy-area .container p {
  color: #444;
  font-size: 15px;
  font-style: italic;
  margin-top: 20px;
}
.icons {
  width: 100%;
 margin: auto;
}
.icons i {
  color: #444;
}
.icons i:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.2);
  color: #3ec1d5;
}
input.form-control {
  outline: none;
}

@media(max-width: 768px) {
  /* geral */
  .container {
    padding: 20px 0;
  }
  
  /* slider */
  #mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: auto;
  }
  #mainSlider{
    height: 243px;
  }
  #mainSlider .carousel-caption h2 {
    font-size: 28px;
  }

  #mainSlider .carousel-caption p {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .carousel-caption {
    left: 10%;
    right: 10%;
  }
  
  /* about */
  #about-area img {
    margin-top: 100px;
  }
  
  /* data */
  .circle-box div {
    padding: 0 10px;
  }

  #data-area p {
    font-size: 16px;
  }
  
  /* team */
  .card-title {
    font-size: 14px;
  }

  .card-text {
    font-size: 12px;
  }

  /* apply */
  #apply-area .apply-box {
    padding: 50px 25px;
  }

  /* news */
  #news-area p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #email-input {
    width: 70%;
  }
  #call-area {
    margin-top: 30px;
  }
  #call-area .container {
    padding: 30px;
  }
  #call-area p, #call-area #call-btn {
    font-size: 16px;
  }

}
@media(max-width: 600px) {
  .navbar-dark .navbar-toggler-icon {
    border-radius: 30px;
    padding: 10px;
    outline: none;
  }
  /* slider */
  #mainSlider {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mainSlider .carousel-caption {
    top: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 15px;
    margin-top: 20px;
  }

  #mainSlider .carousel-caption p {
    display: none;
  }

  .carousel-caption .main-btn {
    
    font-size: 14px;
  }

  /* about */
  .main-title {
    font-size: 30px;
  }

  #about-area img {
    margin-top: 0;
    margin-bottom: 40px;
  }
.img-fluid {
  width: 200px;
  height: 200px;
}
.about-title {
  text-align: center;
  margin-left: 20px;
  font-size: 18px;
}
  /* data */
  .circle-box {
    width: 50%;
  }

  #team-area .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  /* apply */
  #apply-area {
    height: auto;
  }

  #company-img {
    display: none;
  }

  /* filter */
  #portfolio-area .filter-btn {
    margin-bottom: 20px;
  }
  .img-fluid{
    width: 160px;
    height: 160px;
  }
  .project-box {
    width: 50%;
  }

  /* news */
  #news-area .main-title {
    font-size: 24px;
  }

  #news-area p {
    font-size: 16px;
  }

  #email-input {
    width: 80%;
  }

  #call-area p, #call-area #call-btn {
    font-size: 14px;
    letter-spacing: 0;
  }

  #call-area p, #call-area #call-btn {
    margin: 0;
    width: 50%;
  }

  /* contact */
  .contact-box {
    border: none;
    margin-bottom: 0;
  }
}