* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Open Sans;
}

@font-face {
  font-family: 'rox';
  src: url('roxborough-cf-bold.ttf');
}

.bg-whatsapp {
  background: #009f16;
}

.text-whatsapp {
  color: #009f16;
}

a {
  text-decoration: none;
}

.radius-4 {
  border-radius: 0.4rem;
}
.radius-full {
  border-radius: 2rem;
}

.bg-gray {
  background: rgba(0,0,0,.03);
}

.comments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.comments .comment-item {
  display: flex;
  flex-direction: column;
}

.comments .comment-item .box {
  background: #eee;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}

.comments .comment-item .user {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}

.comments .comment-item .user .name {
  font-weight: bolder;
}

.comments .comment-item .user .pic {
  width: 60px;
  height: 60px;
  background: #c0c0c0;
  border-radius: 30px;
  margin-right: 0.6rem;
}

#contact-us {
  min-height: 100vh;
  background-image:
    url('/assets/banner.jpg');
  background-size: cover;
}

#contact-us-div {
  position: relative;
  z-index: 1;
}

.filtro {
  width: 100%;
  filter: blur(100%);
}

.bg-black1 {
  background: #222;
}


#contact-us > div {
  max-width: 600px;

}

.cont-foto {
  display: flex;
  justify-content: center;

}

#fotocv {
  border-radius: 2rem;
  max-width: 100%;
}

/* @media screen and (max-width: 415px) {
  #logolila {
    top: 0px !important;
  }

  #text-banner {
    margin-bottom: 4% !important;
  }
} */

/* @media screen and (min-width: 416px) and (max-width: 800px) {
  #logolila {
    top: -100px !important;
  }
  #text-banner {
    top: -200px !important;
  }
} */

@media screen and (min-height: 400px) and (max-height: 964px) {
    main{
      min-height: 80vh !important;
    }
      #logolila {
      top: 0px !important;
      width: 30vh !important;
      margin-top: 5rem !important;
    }
  }
  
@media screen and (max-height: 555px) {
      
    #logolila {
        /* top: 0px !important;
        width: 60vh !important;
        margin-top: 0 !important; */
        display: none !important;
    }
}

main {
  min-height: 70vh;
  position: relative;
  border-radius: 0 0 2rem 2rem;
  /* max-height: 20%; */
  background-image:
    url('/assets/banner.jpg');
  background-size: cover; 

}

/* main img {
  z-index: 0;
  position: absolute;
  width: 100%;
} */

#text-banner {
  color: #3E171E;
  margin-top: 10vh;
  margin-bottom: 5vh;
  position: absolute;
  bottom: 0;
}

.cor-de-fundo {
  background-color: #F1E6D0;
}

/* #main-banner {
max-height: 10%;
  background-image:
    url('/assets/banner.jpg');
  background-size: cover; 
} */

.sub {
  z-index: 1;
}


.nome-lila {
  font-family: rox !important;
}

