
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
font-family: 'DM Sans', sans-serif;

}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* .root{
  --menu-count: 3;
} */

body {
  font-family: 'DM Sans', sans-serif;

  font-family: 'Raleway', sans-serif;

  font-family: 'Roboto', sans-serif;


}
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.133);
  padding: 0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  background-color: #ffffffe7;
  
  width: 100vw;
  height: auto;
}

header .logo{
  font-weight: 800;
  font-size: 25px;
  color: #333;
}
header .logo img{
  max-width: 300px;
}

header .navbar ul{
  list-style: none;
  
}

header .navbar ul li{
position: relative;
float: left;

}

header .navbar ul li a{
  font-size: 20px;
  padding: 20px;
  color: #333;
  display: block;
  transition: 0.2s ease-in-out;
  /* font-weight: 200; */
  font-weight: 700;
 /* white-space: nowrap; */
  
}

header .navbar ul li a:hover{
  background: rgb(167, 0, 0);
  color: white;
/*  font-weight: 400; */
font-weight: 700;
/*  white-space: nowrap; */
}

/* header .navbar ul li #vv:hover span {
  display: none
}
header .navbar ul li #vv:hover:before {
  content: "Serviços ▼";
} */



header .navbar ul li ul{
  position: absolute;
  left: 0;
  width: 200px;
  background-color: #ffffffe7;
  display: none;
}

header .navbar ul li ul li{
  width: 100%;
  border-top: 1px solid rgb(220, 0, 0);
  border-left: 1px solid rgb(220, 0, .1);
  border-right: 1px solid rgb(220, 0, .1);
}
header .navbar ul li ul li:last-child{
  border-bottom: 1px solid rgb(220, 0, .1);
}

header .navbar ul li:focus-within>ul,
header .navbar ul li:hover>ul{
  display: initial;

}

#menu-bar{
  display: none;
  
}
header label{
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: none;
  width: 7vw;
  min-width: 40px;
}

header .navbar ul li ul li a{
  background: rgb(242, 235, 235);

}





















.titulo{

  display: flex;
  justify-content: flex-start;
  padding: 50px 7%;
  padding-top: 11vw;
}
.titulo h1{
  font-size: 3rem;
  color: rgb(167, 0, 0);
  font-weight: 200;
  text-shadow: 0 0 3px #0000001b;
  text-transform: uppercase;
  
  word-spacing: 12px;

}





.textimg{
  padding: 50px 7%;
  padding-top: 0px;
  display: flex;
  flex-direction: row;
}

.textesq{
  width: 50%;
  padding-right: 3%;
  color: #171e29;
}
.textesq p{
  margin-bottom: 20px;
}
.textesq ol{
  margin-bottom: 50px;
  margin-top: 25px;
}
.textesq li{
  margin-bottom: 20px;
  margin-left: 50px;
}
.textesq li::marker{
  color: rgb(167, 0, 0);
  font-weight: 200;

}


.imgdir{
  width: 50%;
  padding-left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.imgdir img{
  width: 100%;

}







.fim__addr {
  margin-right: 1.25em;
  margin-bottom: 1em;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.fim__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: #ad1b1b37;
  border-radius: 100px;
  color: #ffffff;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
  transition: 0.5s;
}
.fim__btn:hover {
  background-color: #ad1b1b;
  color: #ffffff;
}




















.botao{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.button-58 {
  align-items: center;
  background-color: rgb(167, 0, 0);
  border: 2px solid rgb(167, 0, 0);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-58:focus {
  color: #171e29;
}

.button-58:hover {
  background-color: rgba(89, 16, 16, 0.628);
  border-color: rgba(89, 16, 16, 0.628);
  fill: rgb(167, 0, 0);
}

.button-58:active {
  background-color: rgba(89, 16, 16, 0.628);
  border-color: rgba(89, 16, 16, 0.628);
  fill: rgb(167, 0, 0);
}


























.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #fff;
  background-color: #610b0b;
  border-top: 1px solid #e5e5e5;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 1em;
  width: 100%;
  height: fit-content;
}

.footer__addr img{
  width: 40%;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: #999;
    margin-top:1em;
  line-height:1.5em;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgba(255, 255, 255, 0.289);
  border-radius: 100px;
  color: #ffffff;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
  transition: 0.5s;
}
.footer__btn:hover {
  background-color: rgb(255, 255, 255);
  color: #ad1b1b;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #b3b3b3;
  white-space: nowrap;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999;
          flex-direction: column;
          align-content: center;
          margin-top:1em;
    
}
  
.legal__links {
  display: flex;
  align-items: center;
  opacity: 0.1;
  margin: 1em auto -0.5em auto
}

.heart {
  color: #ffffff;
}
.nav__item{margin-top:1.5em;}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}












@media(max-width:1250px){
.cartas{
  flex-direction: column;
  gap: 50px;
}
/* .cta{

  width: 50vw;
  img{
    min-height: -moz-available;
     width: 100%;
     height: auto;
  }
} */


.carrossel img{
  height: 100vh;
  width: auto;
}

}





@media(max-width:991px){
  header{
    padding: 20px;
  }

  header label{
    display: initial;
  }

  header .navbar{
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: white;
    border-top: 1px solid rgb(0, 0, .1);
    display: none;
  }

  header .navbar ul li{
    width: 100%;
  }

  header .navbar ul li a{
    width: 100vh;
  }

  header .navbar ul li ul{
    width: 100%;
    position: relative;

  }

header .navbar ul li ul{
    background: #eee;
  }

  #menu-bar:checked ~ .navbar{
    display: inherit;

  }




  .button-58 {
    min-width: 170px;
  }
}


@media(max-width:700px){
  .textimg{
    display: flex;
    flex-direction: column;
  }
  .textesq{
    width: 100%;
    padding-right: 0%;
    }
  .imgdir{
    width: 100%;
    padding-right: 0%;
    gap: 40px;
    margin-top: 40px;
    }
    .titulo{
      padding-top: 20vw;
    }
}







@media(max-width:393px){
  .text1 {
    bottom: -40% !important;
  }
  .titulo{
    padding-top: 30vw;
  }
}

@media(max-width:375px){
  .text3 {
    bottom: -40% !important;
  }
}
@media(max-width:374px){
  .text3 {
    bottom: -45% !important;
  }
}


@media(max-width:367px){
  .text2 {
    bottom: -35% !important;
  }
}


@media(max-width:460px){
  header .logo img {
    max-width: 200px;
  }
}