/* Gerais */
body {
  font-family: 'Raleway', sans-serif;
}

main{  
  background-color: #FFFFFF;
}

.row {
  margin: 0;
}

.container {
  padding: 70px 0;
}

p, li {
  color: #444;
  font-size: 14px;
}

/*Header info*/
.info-header {
  padding: .5rem 1rem ;
  justify-content: space-between;
  background-color: #353239;
  max-width: none;
  font-weight: 500;
  margin-bottom: 0;
}
.info-header ul{
  padding: 0;
  list-style: none;
  align-items: center;
  display: flex;   
  margin-bottom: auto; 
}
.info-header ul li{
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 15px;
  color: silver;
  text-decoration: none;
}
.dadoto li{  
  border-left: 1px solid silver;
  padding-left: 10px;
}
.dadoto li:first-child{  
  border: none;
}
.info-header a {
  color: silver;
}

/* Barra de navegação */
header, .navbar {
  background-color: #FFFFFF;
  z-index: 996;
  top: -1px;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
}

#logo {
  width: 100%;
}

.navbar-brand {
  padding: 0;
  color: #353239;
  width: 60px;
  border-radius: 50%;
  z-index: 999;
  top: 10px;
}

.navbar-brand:hover {
  color: #353239;
}

#navbar-links a {
  color: #353239;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .8rem;
}

.nav-item.active {
  border-bottom: 3px solid #000000;
}

.navbar-toggler{
  background-color: red;
}

/* loading page */
#loadding-page {
  height: 100vh;
  width: 100vw;
  top: 0;
  background-color: #FFF;
  background-image: url('../img/logoKminho.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  transition: all 1s;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1021;
}
#loadding-page img {
  display: block;
  height: 50vh;
}

/*Botão WhatsApp*/
#whatsFixo {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 100;
  background-color: #1cd741;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 58px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  animation: sequence 3s infinite;
}
@keyframes sequence {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-5px);
  }
  20% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  50% {    
    transform: translateX(-5px);
  }
  60% {    
    transform: translateX(5px);
  }
  70% {    
    transform: translateX(-5px);
  }
  80% {    
    transform: translateX(5px);
  }
  90% {    
    transform: translateX(-5px);
  }
}
#whatsFixo i {
  margin-top: 10px;
}

/* Slider */
.container-fluid {
  padding: 0;
}
#mainSlider .carousel-inner, #mainSlider .carousel-item {
  height: 80vh;
}
#mainSlider .carousel-caption {
  top: 30%;
}
#mainSlider .carousel-caption h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px black;
}
#mainSlider .carousel-caption p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 80px;
  color: #FFF;
  text-shadow: 1px 1px 1px black;
}
.main-btn {
  background-color: #65DAF9;  
  background-color: #FFF;
  color: red;
  font-weight: bolder;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: .5s;
}
.main-btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  border-color: red;
}
.carousel-indicators .active {
  background-color: red;
}

/* Dados */
.circle-box div {
  padding: 0 40px;
}
.progressbar-text {
  font-weight: bold;
  font-size: 32px;
}
#data-area p {
  color: #444;
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
}

/* Card services */
#services-area {
  background-color: #F9F9F9;
  padding: 2% 5%;
  margin-bottom: 15px;
}
#services-area .main-title {
  color: #444;
}
#services-area .main-title::after {
  content: "";
  border-top: 2px solid #444;
  width: 15%;
  position: absolute;
  /*top: 60px;*/
  left: 42.5%;
}
#services-area .card{
  transition: 2s;
}
#services-area .card:hover {
  background-color: red;
  color: #FFF;
  p {
    color: #fff;
  }
}

/* Sobre a empresa */
#about-area {
  background-color: #F9F9F9;
  background-image: url('../img/logoKminho_rev03.png');
  background-size: cover;
  background-attachment: fixed;
  color: #F9F9F9;
}
.main-title {
  color: #F9F9F9;
  margin: 0 0 65px 0;
  font-size: 40px;
  text-align: center;
}
.main-title::after {
  content: "";
  border-top: 2px solid #F9F9F9;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}
.about-title {
  font-size: 17px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-weight: bold;
}
#about-list {
  list-style: none;
  padding-left: 0;
}
#about-list li {
  line-height: 30px;
}
#about-list i {
  color: #F9F9F9;
  margin-right: 15px;
}
#about-area p {
  color: #F9F9F9;
}

/* Area dos clientes*/
#clients-area {
  max-height: 10%;
}
#clients-area h3{
  color: #444;
}
#clients-area h3::after {
  content: "";
  border-top: 2px solid #444;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}
#clients-area img{
  margin: auto auto;
}
#clients-area .card-body{
  display: flex;
}
#clients-area .container{
  background-image: url('../img/mapaClientes2.png');
  /* style to set image properly*/
  background-repeat:no-repeat;
  background-position: center; 
}
#clients-area .card{
  background-color: rgba(255, 255, 255, .2)  ;
  padding: 40%;
}

/* News Letter */
#news-area h3{
  color: #444;
}
#news-area h3::after {
  content: "";
  border-top: 2px solid #444;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}
#news-area {
  text-align: center;
}
#news-area p {
  font-size: 18px;
  margin-bottom: 40px;
}
#email-input {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #F00;
  display: inline;
  box-sizing: border-box;
  width: 40%;
  height: 40px;
}
#news-btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #F00;
  background-color: #F00;
  color: #FFF;
  text-transform: uppercase;
  height: 40px;
  padding: 0 30px;
  margin-left: -130px;
  position: absolute;
  transition: .5s;
}
#news-btn:hover {
  background-color: #FFF;
  color: #444;
}

/* Call To Action */
#call-area {
  background-color: #F00;
  text-transform: uppercase;
}
#call-area .container {
  padding: 40px 100px;
}
#call-area .row {
  display: block;
  text-align: center;
}
#call-area p {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  letter-spacing: 2px;
  display: inline;
}
#call-area #call-btn {
  background-color: yellow;
  color: #F00;;
  margin-left: 30px;
  font-size: 20px;
  width: auto;
  letter-spacing: 2px;
}
#call-area .main-btn {
  background-color: yellow;
  color: #F00;;
  margin-left: 30px;
  font-size: 20px;
  width: auto;
  letter-spacing: 2px;
}

/* Footer */
#contact-area h3{
  color: #444;
}
#contact-area h3::after {
  content: "";
  border-top: 2px solid #444;
  width: 15%;
  position: absolute;
  /*top: 60px;*/
  left: 42.5%;
}
#contact-area {
  text-align: center;
}
#contact-area iframe{
  width: 100%;
  margin-bottom: 5%;
}
.contact-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #444;
}
.contact-box i {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-box p {
  font-size: 16px;
  margin: 0%;
}
.contact-tile {
  font-weight: bold;
  color: #444;
}
#msg-box p {
  font-size: 22px;
}
#contact-form input[type="text"], #contact-form textarea {
  margin-bottom: 15px;
  border-radius: 0;
}
#contact-form .main-btn {
  width: 120px;
  height: 50px;
  background-color: #F00;
  color: yellow;
}
#contact-form .main-btn:hover {
  color: #3EC1D5;
}

/* Copy */
#copy-area {
  background-color: #16181a;
}

#copy-area .container {
  padding: 10px 0;
  text-align: center;
}

#copy-area .container p {
  margin-bottom: 0;
}

#copy-area .container a {
  font-weight: bold;
  color: #777;
}

#copy-area .container a:hover {
  text-decoration: none;
  color: #3EC1D5;
}

/* responsive */
@media(max-width: 768px) {
  
  /* geral */
  .container {
    padding: 20px 0;
  }
  
  /* 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%;
  }

  #call-area {
    margin-top: 30px;
  }

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

  #call-area p, #call-area #call-btn {
    font-size: 16px;
  }

}


@media(max-width: 425px) {

  /*Info-header*/
  .info-header ul{
    display: block;   
  }

  .info-header .redesfoo{
    display: flex;
    justify-content: flex-start;   
  }

  /* slider */
  /*#mainSlider {
    margin-top: 90px;
  }*/  
  #mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: 20vh;
  }
  #mainSlider .carousel-caption {
    top: 5%;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #mainSlider .carousel-caption p {
    display: none;
  }

  .carousel-caption .main-btn {
    
    font-size: 14px;
  }

  /* about */
  .main-title {
    font-size: 30px;
  }
  .main-title::after {
    top: 80px;
  }

  #about-area img {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* 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;
  }

  .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;
  }

}