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


transition: .2s, linear;
}
*,
*::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);

}



.wrap-cont{
  /* width: 100vw; */
  display: flex;
  justify-content: space-between;
  padding: 20px 7%;
  margin-bottom: 20px;
}

.contentor{
  box-shadow: rgba(100, 100, 111, 0.39) 0px 7px 29px 0px;
  width: 25vw;
  height: 36vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.esquerda{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.esquerda img{
  width: 100%;
  height: fit-content;
  
}

.direita{
  width: 50%;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.direita h2{
 /* font-size: 1.4vw; */
 font-size:22px!important;
}




/* FOTOS!!! */

.primeira{
  background-size: cover;
    background-image: url("Editadas/IMG_0168.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .contentor:hover .primeira{
  background-size: cover;
  background-image: url("Editadas/IMG_0168.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.segunda{
background-size: cover;
  background-image: url("Editadas/IMG_0176.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .segunda{
  background-size: cover;
  background-image: url("Editadas/IMG_0178.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.terceira{
background-size: cover;
  background-image: url("Editadas/IMG_0180.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .terceira{
  background-size: cover;
  background-image: url("Editadas/IMG_0182.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.quarta{
background-size: cover;
  background-image: url("Editadas/IMG_0184.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .quarta{
  background-size: cover;
  background-image: url("Editadas/IMG_0186.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.quinta{
background-size: cover;
  background-image: url("Editadas/IMG_0188.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .quinta{
  background-size: cover;
  background-image: url("Editadas/IMG_0191.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.sexta{
background-size: cover;
  background-image: url("Editadas/IMG_0193.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .sexta{
  background-size: cover;
  background-image: url("Editadas/IMG_0193.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.setima{
background-size: cover;
  background-image: url("Editadas/IMG_0197.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .setima{
  background-size: cover;
  background-image: url("Editadas/IMG_0199.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.oitava{
background-size: cover;
  background-image: url("Editadas/IMG_0206.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .oitava{
  background-size: cover;
  background-image: url("Editadas/IMG_0206.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.nona{
background-size: cover;
  background-image: url("Editadas/IMG_0215.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .nona{
  background-size: cover;
  background-image: url("Editadas/IMG_0218.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.decima{
background-size: cover;
  background-image: url("Editadas/IMG_0240.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .decima{
  background-size: cover;
  background-image: url("Editadas/IMG_0240.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.decimaprimeira{
background-size: cover;
  background-image: url("Editadas/IMG_0272.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .decimaprimeira{
  background-size: cover;
  background-image: url("Editadas/IMG_0292.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.decimasegunda{
background-size: cover;
  background-image: url("Editadas/IMG_0301.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .decimasegunda{
  background-size: cover;
  background-image: url("Editadas/IMG_0301.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.decimaterceira{
background-size: cover;
  background-image: url("Editadas/IMG_0307.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contentor:hover .decimaterceira{
  background-size: cover;
  background-image: url("Editadas/IMG_0307.png");
  background-repeat: no-repeat;
  background-position: center center;
}










.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;
}

/* .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%;

}
.imgdir img{
  width: 100%;

} */





table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
}

/* caption {
  text-align: left;
  font-style: italic;
  padding: 0.25em 0.5em 0.5em 0.5em;
} */

th,
td {
  padding: 0.55em 0.5em 0.25em 1em;
  vertical-align: text-top;
  text-align: center;
  text-indent: -0.5em;
  
}

th {
  vertical-align: bottom;
  background-color: rgb(167, 0, 0);
  color: #fff;
  font-weight: bold;
  width: 50%;
}

td::before {
  display: none;
}

tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.25);
}

tr:nth-child(odd) {
  background-color: rgba(167, 0, 0, 0.15);
}

td:nth-of-type(2) {
  font-style: italic;
}

th:nth-of-type(3),
td:nth-of-type(3) {
  text-align: right;
}








@media screen and (max-width: 37em), print and (max-width: 5in) {
  
  table,
  tr,
  td {
    display: block;
  }
  tr {
    padding: 0.7em 2vw;
  }
  th,
  tr:first-of-type {
    display: none;
  }
  td::before {
    display: inline;
    font-weight: bold;
  }
  td {
    display: grid;
    grid-template-columns: 4em auto;
    grid-gap: 1em 0.5em;
    gap: 50px;
  }
  /* caption {
    font-style: normal;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-weight: bold;
  } */
  td:nth-of-type(3) {
    text-align: left;

  }
  td:nth-of-type(4), td:nth-of-type(5) {
    text-align: right;
    width: 12em;
  }
  td:nth-of-type(4)::before, td:nth-of-type(5)::before {
    text-align: left;
  }
  td:nth-of-type(2)::before {
    font-style: normal;
  }
  
}

@media print {

  
  body {
    font-size: 6pt;
    color: #000;
    background-color: #fff;
    background-image: none;
  }
  body,
  main {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
  }
  table {
    page-break-inside: avoid;
  }
  div {
    overflow: visible;
  }
  th {
    color: #000;
    background-color: #fff;
    border-bottom: 1pt solid #000;
  }
  tr {
    border-top: 1pt solid #000;
  }
}

@media print and (max-width: 5in) {
  caption {
    color: #000;
    background-color: #fff;
    border-bottom: 1pt solid #000;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
  }
  th {
    width: 100%;
  }
  
}















.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);
}














.botaomeio{
 /* width: 100%; */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0px;
}

.footer__btn_big {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  max-width: max-content;
  background-color: #ad1b1b;
  border-radius: 100px;
  color: #ffffff;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1.3rem;
  padding: 0 2em;
  transition: 0.5s;

  white-space: nowrap;
  margin-top: 1.4em;
}
.footer__btn_big:hover {
  background-color: #ffc7c7;
  color: #ad1b1b;
}

















.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;
  }





  .wrap-cont{
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7vh;
  }
  
  .contentor{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 70vw;
    height: 40vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }



}


@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;
    }

    .direita h2{
      font-size: 2.5vw;
    }
}


@media(max-width:600px){
  .wrap-cont{
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7vh;
  }
  
  .contentor{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    height: 45vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: rev;
  }

  .direita h2{
    font-size: 3vw;
  }

}




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


  .direita h2{
    font-size: 4vw;
  }
}

@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;
  }
}