/* responsive */

@media(max-width: 900px) {

  /* geral */
  .container {
    padding: 20px 0;
  }

  .navbar-brand span {
    display: none;
  }
  
  /* slider */
  #mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: auto;
  }

  #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%;
  }

  #area-call {
    margin-top: 0;
  }

  #area-call .container {
    padding: 10px;
  }

  #area-call .row {
    text-align: center;
  }

  #area-call h3 {
    color: #f9a024;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
  }

  #area-call .call-btn {
    font-size: 12px;
  }
  
  .main-title {
    color: #232d43;
    margin: 0 0 30px 0;
    font-size: 30px;
    text-align: center;
  }

  .main-title::after {
    content: "";
    border-top: 2px solid #232d43;
    width: 15%;
    position: absolute;
    top: 50px;
    left: 45.5%;
  }

/* Serviços */

.service-box {
  margin-top: 10px;
}

.service-box i, .service-box h4 {
  transition: .5s;
}

.service-box h4 {
  color: #232d43;
  font-size: 24px;
  margin-bottom: 20px;
}

/* HOVER SERVE PARA MUDAR A COR DO OBJETO QUANDO PASSAR O MOUSE POR CIMA 
LARANJA: #f9a024
AZUL:  #232d43;*/

.service-box:hover > i, .service-box:hover > h4 {
  color: #f9a024;
}

.service-box img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh; /* Define a altura desejada para a div */
  width: 60vh; /* Define a largura desejada para a div */
}

.service-box .edf_comerc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh; /* Define a altura desejada para a div */
  width: 100vh; /* Define a largura desejada para a div */
}

/* Footer */

#contact-area {
  text-align: center;
}

.contact-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #3EC1D5;
}

.contact-box i {
  color: #f9a024;
  border: solid 1px #f9a024;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 12px;
}

.contact-tile {
  font-weight: bold;
  color: #232d43;
}

}