@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Montserrat:wght@400;800&family=Parisienne&family=Roboto&family=Teko:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap");
:root {
    box-sizing: border-box;
    scroll-behavior: smooth;
  
    /* CSS Variables */
    /* Fonts */
    --ff-parisienne: "Parisienne", cursive;
    --ff-montserrat: "Montserrat", sans-serif;
    --ff-lora: "Lora", serif;
    --ff-roboto: "Roboto", sans-serif;
    --ff-rubik-dirt: "Rubik Dirt", cursive;
    --fs-paragraphs: calc(0.8rem + 0.35vw);
    --fs-links-btns: calc(0.65rem + 0.5vw);
  }

body,
html {
  font-family: "Roboto", sans-serif;
   height: 100%;
    margin-top: 0;
    padding: 0;
}



body {
  background: url(../assets/footer-bg.png) no-repeat center bottom;
  padding-bottom: 400px;

}

footer {
    background-color: black;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

.carousel-indicators li{
  width: 40px !important;
  height:20px !important;
  background-color:red !important;
  margin-right: 4px !important;
  margin-left: 4px !important;

  }

  .carousel-control-prev span.carousel-control-prev-icon,
.carousel-control-next span.carousel-control-next-icon {
  color: red !important; 
}

#header {
  width: 100%;
  background-color: transparent;
  transition: background ease-out 0.2s;
}

#header.active {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.navbar-brand{
  width:90px;
  height:80px;
}

.nav-item{
    font-family: Roboto;
    font-weight: 100;
    text-transform: uppercase;
}
.nav-links {
    font-family: var(--ff-montserrat) !important;
    margin: 0px 15px;
    color: whitesmoke;
  }
 .nav-links hover{
    color:red !important;
 } 

 .header-content {
  font-family: var(--ff-lora);
  letter-spacing: 0.5rem;
  color: whitesmoke;
  text-align: center;
  z-index: 1;
  padding: 4rem;
  margin-bottom: 150px;
}

.header-content a {
  letter-spacing: 0.1rem;
}

.header-content h2 {
  font-size: 4vmin;
}

 .header-content {
  font-family: var(--ff-lora);
  letter-spacing: 0.5rem;
  color: whitesmoke;
  text-align: center;
  z-index: 1;
  padding: 4rem;
  margin-bottom: 150px;
}

.header-content a {
  letter-spacing: 0.1rem;
}

.header-content h2 {
  font-size: 4vmin;
}

.carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
}
.carousel-caption2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: whitesmoke;
  font-size: 3rem;
}
 .cir_border {
  padding: 6px 20px;
  font-weight: bold;
  border: 2px hidden whitesmoke;
  border-radius: 20px;
  
  margin: 0px 15px;
}
.cir_border:hover{
  color: rgb(244,193,34);
}
.navcaption{
  background-color: rgb(0,0,0);
  padding: 2rem;
  opacity: 0.7;
   
}
  .ctn {
    font-family: var(--ff-montserrat);
    font-size: var(--fs-links-btns);
    font-weight: 700;
    padding: 13px 50px;
    background: rgb(244,193,34);
    border-radius: 30px;
    color: whitesmoke;
  }
  .ctn:hover {
    background: whitesmoke;
    color: rgb(244,193,34);
    box-shadow: 2px 2px 5px #00000056;
    cursor: pointer;
  }
  
  .nav-links .ctn:hover a {
    color:rgb(244,193,34);
  }
  a {
    text-decoration: none;
  }
  
  ul {
    list-style: none;
  }

 .header-content {
  font-family: var(--ff-lora);
  letter-spacing: 0.5rem;
  color: whitesmoke;
  text-align: center;
  z-index: 1;
  padding: 4rem;
  margin-bottom: 150px;
}

.header-content a {
  letter-spacing: 0.1rem;
}

#slider {
  background: url(../img/slider-bg.svg) no-repeat center bottom;
  background-size: contain;
}

#slider h1 {
  text-transform: uppercase;
  font-weight: 900;
}

#slider h4 {
  font-size: 18px;
  text-transform: uppercase;
}

#servicos a.destaque {
  display: block;
  background: var(--light);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  color: #000;
  text-decoration: none;
  transition: all ease-out 0.2s;
}

#servicos a.destaque:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  transform: scale(1.05);
}

#servicos p {
  color: var(--dark);
}

#servicos a.destaque .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

#servicos a.destaque .img-container img {
  max-height: 160px;
}

#clientes a.link-cliente {
  padding: 0 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--light);
  height: 100px;
  transition: ease-out all 0.2s;
}

#clientes a.link-cliente:hover {
  transform: scale(1.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

#clientes a.link-cliente img {
  filter: grayscale(100%);
  max-height: 70px;
  width: 100%;
  opacity: 0.6;
}

#clientes a.link-cliente:hover img {
  filter: none;
  opacity: 1;
}

#clientes .cliente-texto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: var(--light);
  border-radius: 5px;
}

#clientes .cliente-texto .imagem {
  padding: 60px 0;
  display: flex;
  align-items: center;
  margin-left: -70px;
  color: #b4b4b4;
  font-size: 24px;
  line-height: 26px;
}

#clientes .cliente-texto .imagem span {
  color: var(--secondary);
  font-size: 110px;
  line-height: 110px;
  letter-spacing: -10px;
  font-weight: 900;
  display: block;
}

#clientes .cliente-texto .telefone {
  display: flex;
  font-size: 14px;
  color: #b4b4b4;
}

#clientes .cliente-texto .telefone span {
  font-size: 25px;
  color: #797979;
  font-weight: 900;
  display: block;
}

#servicos .badge {
  font-weight: 400;
}

#servicos .element-item img {
  border-radius: 5px;
  transition: all ease-out 0.2s;
}

#servicos .element-item img:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

#servicos .button-group {
  margin-bottom: 30px;
}

#servicos .button-group button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
}

#servicos .button-group button + button {
  margin-left: 30px;
}

#servicos .button-group button.active {
  color: var(--primary);
}

#depoimentos .depoimento {
  background-color: var(--light);
  border-radius: 5px;
  display: flex;
  padding: 30px;
}

#depoimentos .depoimento .quote {
  max-width: 35px;
}

#depoimentos .depoimento .name {
  color: #aaaaaa;
}

#depoimentos .depoimento .name span {
  color: #000;
  font-weight: 700;
}

#contato .email {
  border-radius: 5px;
  background-color: var(--secondary);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 30px;
}

#contato .email img {
  position: absolute;
  left: 30px;
  top: -30px;
}

#contato .email form {
  width: 60%;
  display: flex;
}

#contato .email .form-control,
#contato .email .form-control::placeholder {
  background: none;
  color: #fff;
}

#contato ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#contato ul li {
  display: flex;
  list-style-type: none;
  margin-left: 25px;
}

#contato ul li:first-child {
  margin-left: 0;
}

#contato ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all ease-out 0.2s;
}

#contato ul li a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

#contato ul li img {
  max-height: 20px;
}



.section-header{
   text-align:center;
   margin-bottom:30px;
   margin-top:15px;
}
.section-header p{
  font-size 18px;
}
.single-service{
  border:1px solid #ebebeb;
 
  background:#fff;
}
.service-bg{
  height:200px;
  position:relative;
}
.service-bg-1{
  background:url("../img/services/im7.png");
  -webkit-background-size:cover;
  background-size:cover;
  background-position:center;
}
.service-bg-2{
  background:url("../img/services/im2.jpg");
  -webkit-background-size:cover;
  background-size:cover;
  background-position:center;
}
.service-bg-3{
  background:url("../img/services/im1.jpg");
  -webkit-background-size:cover;
  background-size:cover;
  background-position:center;
}
.service-bg-4{
  background:url("../img/services/im3.jpg");
  -webkit-background-size:cover;
  background-size:cover;
  background-position:center;
}
.service-bg-5{
  background:url("../img/services/im4.jpg");
  -webkit-background-size:cover;
  background-size:cover;
  background-position:center;
}
.service-bg-6{
  background:url("../img/services/im5.jpg");
  -webkit-background-size:cover;
  background-size:cover;
  background-position:center;
}
.service-bg h2{
  color:#fff;
  background: tomato;
  border:1px solid tomato;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  padding:15px;
  position: absolute;
  left:8%;
  width: 84%;
  margin: 0;
  bottom:-25px;
  border-radius: 50px;
  letter-spacing: 2px;
}
.single-service:hover .service-bg h2{
  background:#fff;
  transition: .9s;
  color: tomato;
}
.service-text{
  padding: 50px 30px 20px;
  font-size: 17px;
  font-weight: 400;
}
.paragraphstyle{
  color:white;
   background-color: rgba(0,0,0,.2);

}

.line{
    width: 150px;
    height: 4px;
    background: rgb(244,193,34);
    margin: 10px auto;
    border-radius: 5px;

  }

  #quote {
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(244,193,34), #fff, #41031d);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 8s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }