@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,800;0,900;1,600&display=swap');

@font-face {
  font-family: 'kanitregular';
  src: url('../fonts/kanit-regular_-_copia-webfont.woff2') format('woff2'),
    url('../fonts/kanit-regular_-_copia-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kanitbold_italic';
  src: url('../fonts/kanit-bolditalic_-_copia-webfont.woff2') format('woff2'),
    url('../fonts/kanit-bolditalic_-_copia-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kanitthin';
  src: url('../fonts/kanit-thin-webfont.woff2') format('woff2'),
    url('../fonts/kanit-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: 'Montserrat', sans-serif;
}

article,
footer,
header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

footer,
header {
  z-index: 10;
  position: relative;
}

article {
  min-height: 300px;
}

.logo {
  background: url(../images/logo-automotiva.svg) no-repeat center;
  text-indent: -500000px;
  float: left;
  width: 370px;
  height: 66px;
}

.navbar-light {
  background: #000;
  padding: 40px 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  padding: 6px 18px;
  border-radius: 30px;
  position: relative;
  z-index: 999999;
}

.navbar-light .navbar-nav .nav-link:hover {
  background: #F2C006;
  color: #000;
}

.seg-logo {
  width: 729px;
  height: 186px;
  background: url(../images/detalhe-logo-menu.svg) no-repeat center top;
  position: absolute;
  z-index: 99999;
  top: 0;
  margin-left: -80px;
}

.w2 {
  display: none;
}
.whatsapp-fx{
  background: url(../images/whatsapp-fix.svg) no-repeat center;
  width: 275px;
  height: 90px;
  float: left;
  position:fixed;
  right: 0;
  bottom: 20px;
  z-index: 9999999999;
  text-indent: -99999999px;
}
.rede-sociais {
  margin-left: 50px;
  /*
  padding: 0;
  position: absolute;
  right: 15px;
  top: 8px;*/
}

.rede-sociais a {
  margin-left: 5px;
  float: left;
}

.rede-sociais span {
  width: 30px;
  height: 30px;
  float: left;
  background: url(../images/icones-rede-social.png) no-repeat;
}

.facebook span {
  background-position: -28px;
}

.instagram span {
  background-position: left;
}

.whatsapp span {
  background-position: right;
}

/*.whatsapp p{
  float: left;
  color: #000;
  margin-left: 12px;
  margin-bottom: 0;
}*/
.facebook p,
.instagram p,
.whatsapp p {
  display: none;
}

.titulo {
  padding: 50px 0 0 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  float: left;
  background: url(../images/bg1.png) repeat;
  height: 300px;
}

.titulo h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  font-family: 'kanitbold_italic';
  text-transform: uppercase;
  z-index: 2;
}

.titulo span {
  background: #F2C006;
  width: 150px;
  height: 3px;
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 0;
}

.breadcrumb,
.breadcrumb a {
  color: #fff !important;
  font-size: 15px;
  z-index: 1;
  position: relative;
}

.breadcrumb-item.active {
  color: #fff;
}

.localizacao {
  width: 100%;
  float: left;
  height: 670px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #B6B6B6;
}

.slide-capa .agende-horario {
  top: -140px;
}

.slide-capa {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.slide-capa figure {
  width: 100%;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  position: relative;
  margin-bottom: 0;
}

.detalhe1 {
  width: 1260px;
  height: 562px;
  background: url(../images/efeito1.svg) no-repeat center left;
  position: absolute;
  left: 50%;
  margin-left: 145px;
  bottom: -300px;
}

.detalhe2 {
  width: 1108px;
  height: 358px;
  background: url(../images/efeito2.svg) no-repeat center left;
  position: absolute;
  left: 50%;
  margin-left: 250px;
  top: -190px;
}

.detalhe3 {
  width: 1108px;
  height: 358px;
  background: url(../images/efeito3.svg) no-repeat center left;
  position: absolute;
  left: 50%;
  margin-left: 250px;
  top: -190px;
  z-index: 1;
}

.background {
  width: 100%;
  height: 100%;
  background: url(../images/img-bg.jpg) no-repeat center top;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.box-capa {
  width: 100%;
  float: left;
  padding: 50px 0;
  position: relative;
  z-index: 2;
  background-blend-mode: multiply;
  overflow: hidden;
  background: url(../images/bg1.png) repeat;
}

.box-capa p {
  color: #fff;
  font-size: 16px;
  font-family: 'kanitthin';
  margin-bottom: 0;
  padding-left: 80px;
}

.sobre-nos .owl-nav {
  display: none !important;

}
.servicos {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  z-index: 2;
  background: url(../images/bg2.png) repeat;
}
.servicos .owl-carousel .owl-stage-outer {
  width: 1320px;
  margin:  auto;
  overflow: initial;
}
.servicos h2 {
  color: #000;
  position: relative;
  font-size: 58px;
  padding-bottom: 10px;
  margin-bottom: 70px;
  float: left;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: 'kanitbold_italic';
}

.servicos .itens figure {
  width: 100%;
  float: left;
  height: 270px;
  background-color: #000000;
  margin: 0;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.servicos .itens:hover {
  margin-top: -5px;
}

.servicos .itens {
  width: 100%;
  float: left;
  overflow: hidden;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.servicos .itens h3 {
  color: #000;
  position: relative;
  font-size: 38px;
  width: 100%;
  float: left;
  padding: 20px 10px 10px 10px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 37px;
  float: left;
  letter-spacing: -2px;
  font-family: 'kanitbold_italic';
}

.efeitoHover {
  display: none;
  background: #F2C006;
  width: 150px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: -3px;
}

.servicos .itens:hover .efeitoHover {
  display: block;
}

.servicos .itens p {
  color: #808080;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  float: left;
  width: 100%;
  line-height: 18px;
}

.sobre-nos {
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
  padding-bottom: 80px;
  background: #6E6D6D;
}

.sobre-nos h2 {
  font-size: 58px !important;
  margin-top: 50px;
  color: #F2C006 !important;
  font-family: 'kanitbold_italic';
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 25px;
}

.sobre-nos p {
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  margin-bottom: 8px;
  text-align: justify;
  font-family: 'kanitthin';
}

.sobre-nos figure {
  width: 100%;
  float: left;
  height: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  margin-bottom: 0;
}

.foto-destaque {
  height: 542px;
  width: 100%;
  float: left;
  margin-top: -45px;
  position: relative;
}
.foto-destaque span{
  background: #00000069;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.foto-destaque span .bi{
  color: #fff;
  font-size: 60px;
}
.foto-mid {
  height: 320px;
  width: 100%;
  float: left;
}

.sobre-nos h2 span {
  background: #F2C006;
  width: 150px;
  height: 3px;
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 0;
}

.depoimentos {
  width: 100%;
  float: left;
  background: #F1F0F0;
  padding: 70px 0 80px 0;
  position: relative;
  z-index: 2;
}

.depoimentos h2 {
  text-align: right;
  color: #333;
  position: relative;
  font-size: 48px;
  padding: 50px 0;
  letter-spacing: -2px;
  margin: 0;
  line-height: 43px;
  font-weight: 900;
}

.depoimentos h2 span,
.servicos h2 span {
  background: #F2C006;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background: #404040;
  border-radius: 8px;
  border: none;
}

.carousel-indicators .active {
  background: #F2C006 !important;
}

.depoimentos .itens h3 {
  font-size: 20px;
  color: #4D4D4D;
  font-weight: 700;
  margin-bottom: 18px;
}

.depoimentos .itens figure {
  margin: 0;
  width: 208px;
  height: 208px;
  float: left;
  border-radius: 200px;
  overflow: hidden;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.depoimentos .itens p {
  color: #4D4D4D;
  font-size: 15px;
}

.owl-carousel .owl-nav button.owl-next {
  width: 25px;
  height: 42px;
  background: url(../images/proximo.svg) no-repeat center;
  margin-right: 0px !important;
  right: 0 !important;
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 42px;
  background: url(../images/anterior.svg) no-repeat center;
  margin-left: 0px !important;
  left: 0 !important;
  position: relative;
  margin-right: 35px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none !important;
  text-indent: -5000000px;
}

.servicos .owl-carousel.owl-drag .owl-item {
  padding: 0 5px;
}

.servicos .owl-carousel .owl-nav {
  width: 90px;
  left: 50%;
  margin-left: 561px;
  z-index: 999;
  position: absolute;
  top: -115px;
  display: block !important;

}

.institucional,
.fale-conosco,
.servicos-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 120px 0;
  background: url(../images/bg2.png) repeat;
}
.institucional .container ,
.fale-conosco .container ,
.servicos-list .container,
.sobre-nos-view .container {
  position: relative;
  z-index: 2;

}

.sobre-nos-view {
  overflow: hidden;
}

.sobre-nos-view .foto-destaque {
  margin-top: 90px;
}

.galeria figure {
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

/*Institucional*/
.institucional h2 {
  color: #000;
  position: relative;
  font-size: 58px;
  padding-bottom: 10px;
  margin-bottom: 70px;
  float: left;
  letter-spacing: -2px;
  font-family: 'kanitbold_italic';
}

.institucional h3 {
  color: #000;
  position: relative;
  font-size: 35px;
  width: 100%;
  float: left;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 30px;
  float: left;
  letter-spacing: -2px;
  font-family: 'kanitbold_italic';
}
.sobre-nos-view p{
  font-size: 18px;
  text-align: center;
}
.institucional h2 span {
  background: #F2C006;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.institucional .bi {
  font-size: 70px;
  color: #F2C006;
}

.institucional p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

.institucional .item {
  padding: 20px;
  width: 100%;
  background: #fff;
  height: 100%;
  float: left;
  border-radius: 8px;
}

.orcamento {
  padding: 15px 42px;
  color: #F2C006;
  font-size: 22px;
  border-radius: 5px;
  border: 2px solid #F2C006;
}

.orcamento:hover {
  background: #F2C006;
  color: #000;
}

.ratio {
  border-radius: 10px !important;
  overflow: hidden;
}

/*FALE CONOSCO*/
.fale-conosco {
  width: 100%;
  float: left;
}

.fale-conosco .form-control {
  border: none;
  border-radius: 8px;
}

.fale-conosco .btn-envio {
  padding: 15px 40px;
  background: #F2C006 !important;
  border-color: #F2C006 !important;
  color: #000;
  border-radius: 30px;
  font-size: 18px;
  border: none;
  font-weight: 800;
}

/*PAGINAÇÃO*/
.page-link {
  font-weight: 700 !important;
  padding: 9px 12px !important;
  font-size: 18px;
  background: #fff;
  border: 2px solid #eee;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #222 !important;
  margin-right: 8px;
  border-radius: 30px !important;
}

.page-link:hover {
  background: rgb(241, 181, 14);
  border-color: rgb(241, 181, 14);
}

/*Rodape*/
footer {
  background: #fff;
}

.rodape {
  padding: 40px 0;
}

.rodape .sm {
  background: url(../images/logo-studiomega.svg) no-repeat center;
  width: 100px;
  height: 54px;
  float: left;
  text-indent: -500000px;
}

.endereco {
  float: left;
  margin: 20px auto;
}

.endereco span {
  width: 43px;
  height: 53px;
  margin-right: 15px;
  background: url(../images/icone-localizacao.svg) no-repeat center;
  float: left;
}

.whatsapp-rodape {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.whatsapp-rodape p {
  color: #404040;
  font-size: 14px;
  float: left;
  line-height: 16px;
  margin: 0;
}

.whatsapp-rodape span {
  width: 31px;
  height: 31px;
  margin-right: 10px;
  background: url(../images/icone-whatsapp.svg) no-repeat center;
  float: left;
}

.rede-sociais-rodape a span {
  width: 30px;
  height: 30px;
  float: left;
  background: url(../images/icones-rede-social-rodape.png);
  background-repeat: no-repeat;
}

.rede-sociais-rodape .facebook span {
  background-position: -33px;
}

.rede-sociais-rodape .instagram span {
  background-position: left;
}

.rede-sociais-rodape a {
  float: left;
}

.rede-sociais-rodape p {
  margin-left: 5px;
  margin-top: 2px;
  color: #404040;
  font-size: 17px;
  float: left;
  margin-bottom: 0;
}

.endereco p {
  color: #404040;
  font-size: 16px;
  float: left;
  margin-bottom: 0;
  line-height: 19px
}

.copy {
  color: #404040;
  padding: 40px 0;
  font-size: 10px;
}

.copy {
  width: 100%;
  float: left;
  border-top: 1px solid #D9D9D9;
}

.copy p {
  color: #404040;
  font-size: 13px;
  margin-bottom: 0;
}

/*Aviso de Cookies*/

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #fffffff2;
  ;
  width: 90%;
  margin-left: 5%;
  z-index: 999999999999998;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  border: solid 1px #eeeeee;
}

.box-cookies .msg-cookies {

  font-size: 15px;
  color: #333;
  line-height: 22px;
  margin: 0;
  padding: 15px;
}

.box-cookies .btn-cookies {
  margin: 15px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}

.box-cookies .btn-cookies {
  background: #F2C006;
  color: #000;
  cursor: pointer;
  align-self: normal;
  font-weight: 800;

}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

/*MEDIA*/

@media (min-width: 1400px) {}

@media (max-width:1400px) {
  .servicos .owl-carousel .owl-nav {
    margin-left: 480px;
  }

  .depoimentos h2 {
    padding: 15px;
  }

  .rede-sociais {
    margin-left: 50px;
    position: absolute;
    top: -24px;
    right: 25px;
  }

  .navbar>.container {
    position: relative;
  }
  .servicos .owl-carousel .owl-stage-outer{
    width: 1140px;
  }
 
}

@media (max-width:1300px) {

}

@media (max-width:1200px) {

  .servicos .owl-carousel .owl-stage-outer{
    width: 960px;
  }
  .w2 {
    display: block;
    color: #Fff !important;
    font-size: 27px;
  }

  .navbar-toggler {
    color: #Fff;
    font-size: 32px;
    box-shadow: none !important;
    border: none !important;
    padding: 0;
  }

  .rede-sociais {
    display: none !important;
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }

  .navbar-nav {
    padding: 15px;
    background: #111;
    border-radius: 15px;
    margin-top: 15px;
  }

  .box-capa p {
    padding: 0;
  }

  .servicos .owl-carousel .owl-nav {
    margin-left: inherit;
    right: 20px;
    left: initial;
  }

  .depoimentos h2 {
    padding: 0;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }

  .navbar-light {
    padding: 30px 0;
  }

  .detalhe1 {
    width: 700px;
    height: 462px;
    margin-left: 145px;
    bottom: -213px;
  }

  .titulo {
    height: 250px;
  }

  .detalhe3,
  .detalhe2 {
    width: 620px;
    height: 302px;
    margin-left: 187px;
    top: -170px;
  }

  .titulo h1 {
    font-size: 50px;
  }



  .logo {
    width: 290px;
    height: 51px;
  }
}

@media (max-width:990px) {
  .sobre-nos h2 {
    margin-top: 0;
  }
  .servicos .owl-carousel .owl-stage-outer{
    width: 720px;
  }
  
  .foto-mid {
    height: 200px;
  }

  .box-capa p {
    text-align: center;
  }

  .detalhe1 {
    width: 410px;
    height: 305px;
    margin-left: -65px;
    bottom: -170px;
  }

  .detalhe3,
  .detalhe2 {
    width: 369px;
    height: 249px;
    margin-left: 3px;
    top: -101px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 260px;
    height: 45px;
  }
  .servicos .owl-carousel .owl-stage-outer{
    width: 540px;
  }
  .servicos h2,
  .sobre-nos h2 {
    font-size: 50px !important;
  }

  .foto-destaque {
    height: 342px;
  }

  .foto-mid {
    height: 150px;
  }

  .titulo {
    padding-top: 0;
  }

  .titulo h1,
  .sobre-nos h2,
  .servicos h2 {
    line-height: 45px;
  }

  .titulo {
    height: 200px;
  }
}

@media (max-width: 450px) {

  .titulo h1,
  .depoimentos h2,
  .sobre-nos h2,
  .servicos h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .whatsapp-fx { width: 200px; height: 67px; }

}