@font-face {
  font-family: titulos;
  src: url(Saira-Regular.ttf);
}

@font-face {
  font-family: textos;
  src: url(WorkSans-Regular.ttf);
}

.titulos{
    font-family: titulos;
}

.textos{
    font-family: textos;
}


:root {
  --red: #e30613;
  --dark: #090a0b;
  --text: #121212;
  --muted: #666;
  --light: #f5f5f5;
}

html,
body {
  font-family: textos;
  color: var(--text);
  background: #fff;
}

body {
  padding: 0;
  margin: 0;
}

.topbar {
  background: #050505;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
}

.topbar i {
  color: var(--red);
  margin-right: 6px;
}

.main-navbar {
  margin-bottom: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  min-height: 76px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}

.main-navbar .navbar-brand {
  height: 76px;
  padding: 13px 15px 8px;
  color: #111;
}

.brand-logo .brand-name,
.footer-brand span {
  display: block;
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 1;
}

.brand-logo small,
.footer-brand small {
  display: block;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .7px;
  margin-left: 29px;
  margin-top: 3px;
}

.main-navbar .navbar-nav > li > a {
  font-size: 11px;
  font-weight: 700;
  color: #111;
  padding: 28px 15px 26px;
  font-family: titulos;
}

.main-navbar .navbar-nav > .active > a,
.main-navbar .navbar-nav > .active > a:focus,
.main-navbar .navbar-nav > .active > a:hover {
  background: transparent;
  color: var(--red);
  border-bottom: 2px solid var(--red);
}

.main-navbar .navbar-nav > li > a:hover {
  color: var(--red);
}

.main-navbar .navbar-nav > li > a.btn-nav {
  background: var(--red);
  color: #fff;
  border-radius: 4px;
  padding: 12px 18px;
  margin: 16px 0 0 15px;
  border-bottom: 0;
}

/*.hero-section {
  position: relative;
  background-image: url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=90');
  background-size: cover;
  background-position: center;
  min-height: 555px;
  color: #fff;
  overflow: hidden;
}*/

.hero-section {
    position: relative;
    background-image: url('../imagens/banner1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
}

/* Se quiser uma camada escura para destacar os textos */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}




.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .64) 48%, rgba(0, 0, 0, .28) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 62px;
  padding-bottom: 150px;
}

.hero-content h1 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.02;
  margin: 0 0 18px;
  font-family: titulos;
  color: #fff;
  
}

.hero-content h1 span {
  color: #f10e1b;
}

.hero-content p {
  font-size: 16px;
  max-width: 520px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
  font-family: titulos;
  color: #fff;
}

.hero-actions .btn {
  font-size: 11px;
  font-weight: 800;
  padding: 14px 22px;
  margin: 0 8px 8px 0;
  border-radius: 3px;
}

.btn-danger {
  background: var(--red);
  border-color: var(--red);
  font-weight: 800;
}

.btn-danger:hover,
.btn-danger:focus {
  background: #c8000b;
  border-color: #c8000b;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .75);
  color: #fff;
}

.btn-outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.hero-benefits {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 10px 0 14px;
  background: rgba(0, 0, 0, .55);
  font-family: titulos;
}

.benefit-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 12px 14px;
}

.benefit-item i {
  font-size: 30px;
  color: var(--red);
  width: 44px;
  margin-right: 8px;
}

.section {
  padding: 56px 0;
}

.section-heading span,
.eyebrow {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .4px;
  margin-bottom: 5px;
}

.section-heading h2,
.about-copy h2,
.why-section h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 24px;
  font-family: titulos;
}

.services-section {
  background: #fafafa;
}

.service-grid .col-md-3 {
  margin-bottom: 22px;
}

.service-card {
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  min-height: 298px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .04);
}
.service-image {
  transition: transform .4s ease;
}

.service-card:hover .service-image {
  transform: scale(1.08);
}

.service-image {
  height: 130px;
  background-size: cover;
  background-position: center;
}

.service-icon {
  position: absolute;
  top: 108px;
  left: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  font-size: 20px;
}

.service-body {
  padding: 26px 14px 16px;
}

.service-body h3 {
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 8px;
  font-family: titulos;
}

.service-body p {
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

.services-cta {
  margin-top: 6px;
}

.services-cta .btn {
  padding: 12px 22px;
  font-size: 11px;
}

.about-section {
  background: #090a0b;
  color: #fff;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.about-photo,
.why-photo {
  height: 330px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.about-photo {
  background-image: url('../imagens/empresa.png');
}

.about-copy {
  padding-left: 38px;
}

.about-copy h2 {
  color: #fff;
  font-family: titulos;
}

.about-copy p {
  color: #ddd;
  font-size: 14px;
  line-height: 1.7;
}

.about-features {
  margin: 22px 0;
}

.about-features > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.about-features i {
  color: var(--red);
  font-size: 23px;
  margin-right: 8px;
}

.about-features span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.stats-section {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.stat {
  min-height: 65px;
  border-right: 1px solid #e5e5e5;
}

.stat:last-child {
  border-right: 0;
}

.stat i {
  display: inline-block;
  color: var(--red);
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.stat strong {
  display: inline-block;
  color: #c7000c;
  font-size: 25px;
  vertical-align: middle;
}

.stat span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  margin-top: 4px;
}

.why-section {
  background: #fff;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.why-list li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.why-list i {
  color: var(--red);
  margin-right: 8px;
}

.why-photo {
  background-image: url('https://images.unsplash.com/photo-1613214149922-f1809c99b414?auto=format&fit=crop&w=1200&q=85');
  border-radius: 6px;
}

.testimonials-section {
  background: #0a0b0c;
  color: #fff;
}

.section-heading.light h2 {
  color: #fff;
  font-family: titulos;
}

.testimonial {
  background: #17191b;
  border: 1px solid #222;
  padding: 22px;
  border-radius: 4px;
  min-height: 180px;
}

.stars {
  color: #ff1a27;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 14px;
}

.testimonial p {
  color: #efefef;
  line-height: 1.55;
  font-size: 13px;
  min-height: 62px;
}

.customer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d7d7d7;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  margin-right: 8px;
}

.appointment-section {
  background: #f3f3f3;
  padding: 30px 0;
}

.appointment-section h2 {
  font-weight: 900;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: titulos;
}

.appointment-section p {
  margin: 0;
  color: #555;
}

.appointment-buttons .btn {
  margin-left: 8px;
  font-size: 11px;
  font-weight: 800;
  padding: 12px 16px;
}

footer {
  background: #050606;
  color: #fff;
  padding-top: 38px;
}

.footer-main {
  padding-bottom: 28px;
}

.footer-brand {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 14px;
}

.footer-brand:hover {
  color: #fff;
  text-decoration: none;
}

footer p {
  color: #ccc;
  font-size: 12px;
  line-height: 1.6;
}

footer h4 {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .5px;
  margin-bottom: 16px;
}

footer i {
  color: #fff;
  margin-right: 8px;
}

.footer-bottom {
  border-top: 1px solid #171717;
  padding: 14px 0;
  color: #777;
  font-size: 11px;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .3);
  text-decoration: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  text-decoration: none;
}

.logo-site {
  max-height: 55px;
  width: auto;
  display: block;
}

.navbar-brand.brand-logo {
  height: auto;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}

.logo-rodape {
  max-width: 220px;
  height: auto;
  display: block;
  
}

.footer-brand {
  display: inline-block;
  margin-bottom: 14px;
}

#carousel-depoimentos {
  position: relative;
}

#carousel-depoimentos .carousel-inner {
  padding: 5px 45px;
}

.controle-depoimento {
  background: none !important;
  background-image: none !important;
  width: 40px;
  opacity: 1;
  text-shadow: none;
}

.controle-depoimento i {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}

.left.controle-depoimento {
  left: -25px;
}

.right.controle-depoimento {
  right: -25px;
}

.left.controle-depoimento i {
  left: 0;
}

.right.controle-depoimento i {
  right: 0;
}

.controle-depoimento:hover {
  opacity: .8;
}

@media (max-width: 1199px) {

  .main-navbar .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-navbar .navbar-nav > li > a.btn-nav {
    margin-left: 8px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

}

@media (max-width: 991px) {

  .vertical-align {
    display: block;
  }

  .about-copy {
    padding-left: 15px;
    padding-top: 30px;
  }

  .why-photo {
    margin-top: 30px;
  }

  .appointment-buttons {
    text-align: left !important;
    margin-top: 18px;
  }

  .appointment-buttons .btn {
    margin: 0 8px 8px 0;
  }

  .hero-content h1 {
    font-size: 37px;
  }

  .hero-section {
    min-height: 610px;
  }

}

@media (max-width: 767px) {

  .main-navbar {
    min-height: 66px;
  }

  .main-navbar .navbar-brand {
    height: 66px;
  }

  .navbar-toggle {
    margin-top: 16px;
  }

  .main-navbar .navbar-nav > li > a {
    padding: 13px 18px;
  }

  .main-navbar .navbar-nav > li > a.btn-nav {
    margin: 6px 15px 15px;
  }

  /*.hero-section {
    min-height: 690px;
    background-position: 62% center;
  }*/

  .hero-content {
    padding-top: 45px;
    padding-bottom: 215px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-benefits {
    padding: 4px 0;
  }

  .benefit-item {
    min-height: 72px;
    font-size: 10px;
  }

  .benefit-item i {
    font-size: 25px;
    width: 32px;
  }

  .section {
    padding: 42px 0;
  }

  .section-heading h2,
  .about-copy h2,
  .why-section h2 {
    font-size: 25px;
  }

  .stat {
    margin-bottom: 18px;
    border-right: 0;
  }

  .about-photo,
  .why-photo {
    height: 250px;
  }

  .service-card {
    min-height: auto;
  }

  .footer-main > div {
    margin-bottom: 25px;
  }

  .appointment-buttons .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 27px;
  }

  .brand-logo .brand-name {
    font-size: 22px;
  }

  #carousel-depoimentos .carousel-inner {
    padding: 5px 35px;
  }

  .left.controle-depoimento {
    left: -5px;
  }

  .right.controle-depoimento {
    right: -5px;
  }

  

  .hero-section {
    min-height: 520px;
  }

  .hero-bg {
    background-size: cover;
    background-position: center center;
  }

  .hero-content {
    padding-top: 35px;
    padding-bottom: 170px;
  }


 .testimonials-grid{
        display: block;
    }

    .testimonial-card{
        display: none;
        width: 100%;
    }

    .testimonial-card.active{
        display: block;
    }

}

@media (max-width: 480px) {

  .hero-content h1 {
    font-size: 31px;
  }

  .hero-actions .btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  /*.hero-section {
    min-height: 760px;
  }*/

  .benefit-item {
    display: block;
    text-align: center;
  }

  .benefit-item i {
    display: block;
    margin: 0 auto 5px;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .service-image {
    height: 150px;
  }

}