@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700,900&display=swap");

html,
body {
  font-family: "Lato", sans-serif;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

.numero {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.numero.bold {
  font-weight: 700;
}

.btn-primary:focus {
  box-shadow: none;
}

body.modal-open {
  padding-right: 0 !important;
}

body.modal-open nav.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
  padding-right: 0 !important;
  padding-right: 16px !important;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bgfundo {
  position: relative;
  height: 650px;
  width: 100%;
  background: url(img/bghome.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bordo {
  color: #a61b16;
}

.bg-bordo {
  background-color: #a61b16;
}

.btn-primary {
  background-color: #a61b16;
  border-color: #a61b16;
  text-transform: uppercase;
  padding: 5px 20px;
  padding-top: 6px;
  font-size: 0.9rem;
}

.btn-primary:hover {
  background-color: #470b0a;
  border-color: #470b0a;
}

.navbar {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}

.navbar-brand {
  font-size: 0.8rem;
}

.navbar,
.navbar-brand img {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.navbar-light.bg-light {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.navbar-light.bg-light.bg-branco {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.navbar .nav-item {
  padding-left: 20px;
}

.nav-item.active a.nav-link {
  color: #a61b16 !important;
}

.nav-item a.nav-link {
  color: #333 !important;
}

div.carousel {
  position: relative;
}

div.carousel-item {
  position: relative;
  height: 650px;
  background-size: cover;
}

div.carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
}

div.carousel-item.bg1 {
  background-image: url(img/bg1.webp);
}

div.carousel-item.bg2 {
  background-image: url(img/bg2.webp);
}

div.carousel-item.bg3 {
  background-image: url(img/bg3.webp);
}

div.carousel-item div.item {
  position: absolute;
  height: auto;
  width: calc(100% - 140px);
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  z-index: 2;
}

div.item h3 {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(34, 34, 34, 0.6); */
  z-index: 1;
}

.carousel-control-prev {
  left: -60px;
}

.carousel-control-next {
  right: -60px;
}

.btn-slides {
  background-color: #44bf4f;
  border-color: transparent;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 30px;
  transition: 0.3s;
}

.btn-slides:hover {
  letter-spacing: 3px;
  color: #fff;
}

div.item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  opacity: 1;
}

div.item h3 {
  font-weight: 900;
  color: #434141;
}

.carousel-control-prev {
  width: auto;
  left: 20px;
  padding-top: 50px;
}

.carousel-control-next {
  width: auto;
  right: 20px;
  padding-top: 50px;
}

div.card-serv {
  padding: 0 40px;
  margin-bottom: 60px;
  text-align: center;
}

div.card-serv img {
  max-width: 80%;
  height: auto;
}

div.card-serv .image {
  position: relative;
}

div.card-serv h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #a61b16;
  max-width: 90%;
  padding: 15px 0;
  font-size: 1rem;
}

div.card-serv h2 small {
  font-size: 0.8rem;
  display: block;
}

div.card-serv p {
  font-weight: 500;
  font-size: 0.8rem;
  min-height: 100px;
  text-align: center !important;
}

@media (min-width: 1300px) {
  div.card-serv h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div.card-serv h2 {
    font-size: 0.8rem;
  }
}

div.card-serv .image .overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 80%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(166, 27, 22, 0.7);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

div.card-serv .image .overlay a i {
  margin-top: 0;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #fff;
  transition: all 0.3s ease;
}

div.card-serv .image:hover .overlay a i {
  margin-top: 50%;
}

div.card-serv .image:hover .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}

.counter-area {
  background-color: #660000;
  padding: 60px 0;
}

.counter_item {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

p.counter_text {
  font-size: 1.2rem;
}

div.counter {
  position: relative;
  margin-bottom: 20px;
}

div.counter:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 10%;
  height: 2px;
  background-color: #fff;
}

section.chamada {
  background: url(img/bgchamada.jpg) no-repeat center center;
  background-attachment: fixed;
  padding: 100px 0;
  color: #fff;
}

@media (max-width: 768px) {
  section.chamada {
    background-size: cover;
    background-attachment: initial;
  }
}

section.chamada h1 {
  font-weight: 900;
  margin-bottom: 50px;
}

section.chamada h3 {
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

section.chamada h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 10%;
  height: 2px;
  background-color: #fff;
}

section.chamada p {
  margin-bottom: 30px;
}

section.chamada.redes li {
  list-style: none;
  display: inline-block;
}

section.chamada.redes li a {
  font-size: 4rem;
  color: #fff;
}

section.conteudo h1 {
  color: #a61b16;
  font-weight: 900;
}

section.conteudo h1 small {
  display: block;
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 3px;
  margin-bottom: 100px;
  margin-top: 10px;
  font-weight: 400;
}

section.conteudo img {
  opacity: 1;
  transition: all ease 0.3s;
}

section.conteudo a:hover img {
  opacity: 0.5;
}

section.conteudo p {
  text-align: justify;
}

div.wid {
  background-color: #a61b16;
  color: #fff;
  padding: 30px;
  width: 90%;
  margin: auto;
  border-radius: 5px;
}

div.wid h2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

div.wid ul li {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

div.wid a {
  color: #fff;
}

div.wid i {
  margin-right: 5px;
}

footer {
  background-color: #a61b16;
  color: #fff;
}

footer h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

footer li,
footer address {
  list-style: none;
  font-size: 0.9rem;
}

footer i {
  margin-right: 7px;
}

footer p {
  font-size: 0.75rem;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

footer img.img-fluid {
  max-width: 250px !important;
}

.copy {
  background-color: #7a0000;
  color: #fff;
  padding: 10px 0;
  padding-top: 14px;
}

.copy li {
  display: inline-block;
}

.copy p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

.causas .causa {
  margin-right: 40px;
  margin-bottom: 30px;
  font-size: 0.8rem;
  position: relative;
}

.causa:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -10px;
  width: 90%;
  height: 1px;
  background-color: #ddd;
}

.causa i {
  color: #a61b16;
}

.causa a {
  color: #666;
}

address {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    padding: 15px 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 60px);
  }
}

section.toppage {
  margin-top: 97px;
  background: url(img/bgpages.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}

section.toppage h1 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}

section.toppage span {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

#closecovid {
  position: absolute;
  right: -9px;
  top: -7px;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px 9px;
  padding-top: 0px;
  opacity: 1;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .toppage .txt {
    max-width: 300px;
  }
}

@media (min-width: 991px) and (max-width: 1550px) {
  div.carousel-item {
    height: 550px;
  }
  div.carousel-item h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  div.carousel-item {
    height: 100vw;
    background-size: contain;
  }
  div.carousel-item.bg1 {
    background-image: url(img/bg1mob.webp);
  }

  div.carousel-item.bg2 {
    background-image: url(img/bg2mob.webp);
  }

  div.carousel-item.bg3 {
    background-image: url(img/bg3mob.webp);
  }
  div.item h3 {
    font-size: 1.2rem;
  }
  .btn-slides {
    font-size: 0.8rem;
  }
}
