:root {
  --fonte1: 'Asap Condensed';
  --fonte2: 'Asap';
}

.logo-md {
  max-height: 80px;
}

.hero {
  height: 75vh;
  color: #fff;
  background-color: #042c00;
  padding-top: calc(80px + 1.5rem);
  position: relative;
  overflow: hidden;
}

.hero video{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 0.45;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.menu {
  background-color: var(--white);
}

@media (min-width: 768px) {
  .menu {
    background-color: transparent;
    font-family: 'Asap Condensed';
    text-transform: uppercase;
    font-size: 1.1rem;
    transition: background 0.8s ease;
  }
}

@media (min-width: 768px) {
  .opaco {
    background-color: #042c00;
  }
}

@media (min-width: 768px) {
  .menu-link, .menu-link:visited {
    color: var(--white) !important;
    opacity: 0.75;
    transition: opacity 0.5s ease;
    position: relative;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000000aa;
  }
}

@media (min-width: 768px) {
  .menu-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .menu-link:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .menu-link:hover, .menu-link:active {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .menu-link:after {
    content: '';
    width: 0%;
    background-color: #fff;
    height: 3px;
    position: absolute;
    left: 5%;
    bottom: 0.3rem;
    box-shadow: 2px 2px 2px #00000066;
    transition: width 0.5s ease, opacity 0.5s ease;
    opacity: 0.75;
  }
}

@media (min-width: 768px) {
  .menu-link:hover:after {
    content: '';
    width: 90%;
    background-color: #fff;
    height: 3px;
    position: absolute;
    left: 5%;
    bottom: 0.3rem;
    box-shadow: 2px 2px 2px #00000066;
    opacity: 1;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--fonte1);
  font-weight: 700;
}

.herotext :is(h1, h2, h3, h4, h5, h6) {
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #00000077;
}

.herotext p {
  font-size: 1.1rem;
  font-family: var(--fonte1);
  text-shadow: 2px 2px 2px #000000aa;
}

.herotext a:any-link {
  font-size: 2.5rem;
  color: var(--white);
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: padding 0.4s ease;
  text-shadow: 2px 2px 2px #00000077;
}

.herotext a:hover {
  padding-top: 0.9rem;
  padding-bottom: 0.1rem;
}

.herotext a:visited {
  color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.destaque {
  color: #042c00;
}

.destaque p {
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.3rem;
}

.destaque .numero {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.destaque .descricao {
  font-weight: 500;
}

.secundario {
  background-color: #042c00;
  color: #fff;
  transform: skewY(-2deg);
}

.secundario .row {
  transform: skewY(2deg);
}

.servico .foto {
  position: relative;
  width: 100%;
  transform: skewY(-2deg);
}

.servico h5 {
  position: absolute;
  bottom: 5px;
  right: 0;
  background-color: #ffffffCF;
  box-shadow: -3px 3px 1px #00000077;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  padding: 0.15rem 0.5rem 0.15rem 0.3rem;
}

.btn-claro, .btn-claro:visited {
  color: #ffffffbf;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  background-color: #ffffff22;
  transition: background 0.5s ease, color 0.5s ease;
}

.btn-claro:hover, .btn-claro:active {
  color: #ffffffff;
  background-color: #00000044;
}

.btn-escuro, .btn-escuro:visited {
  color: #fff;
  background-image: linear-gradient(#042c00, #000000);
  text-transform: uppercase;
  font-weight: 700;
}

.btn-escuro:active, .btn-escuro:hover {
  color: #ffffffbf;
  background-image: linear-gradient(#000000, #042c00);
}

.contato {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .nav-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
  }
}

.logo-md {
  display: none;
}

@media (min-width: 768px) {
  .logo-md {
    display: block;
  }
}

.logo-xs {
  display: initial;
}

@media (min-width: 768px) {
  .logo-xs {
    display: none;
  }
}

.whatsapp {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 30px;
  right: 30px;
  background-color: #0eb34b;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 48px;
  box-shadow: 2px 2px 3px #00000077;
  z-index: 100;
}

.whatsapp:any-link {
  color: white;
}

.whatsapp:hover {
  color: white;
}

.whatsapp_i {
  margin-top: 5px;
}

footer {
  background-color: #042c00;
  color: #fff;
}

footer p {
  margin-bottom: 0;
}

footer p:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.55rem;
  opacity: 0.6;
}

