html{
    scroll-behavior: smooth;
 }

section#home {
    height: 88vh;
    background-image: url(images/home-background.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 59%;
    background-attachment: fixed
}

header {
    height: 12vh;
}

nav {
    height: 12vh;
    background-color: #dedede;
    position: fixed;
    top: 0;
    z-index: 9;
}

.fig-header {
    width: 16rem;
}

figure {
    width: 6%;
}

.menu-buttons {
    color: #777777;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
}

.menu-buttons:hover {
    color: #bdb3b3;
    text-decoration: none;
    text-decoration-color: transparent;
}

.cadastro {
    color: #d20000;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
}

.cadastro:hover {
    color: #ff0000;
    text-decoration: none;
    text-decoration-color: transparent;
}

.welcome {
    height: 100%;
}

.tablegrid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.5fr 1.5fr 1fr 1fr;
    grid-template-rows: 0.5fr 1.25fr 1.5fr 0.75fr;
    width: 750px;
    height: 500px;
    opacity: 0.9;
}

.item1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    background-color: #4e4e4e;
}

.item2 {
    grid-column-start: 4;
    background-color: #4e4e4e;
}

.item3 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 4;
    background-color: #b5b5b5;
}

.item4 {
    grid-column-start: 4;
    grid-row-start: 4;
    background-color: #4e4e4e;
}

.midartw {
    color: #ffffff;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.linha-vertical {
    height: 255px;
    border-right: 4px solid #1f1f1f;
}
.linha-horizontal {
    width: 215px;
    border-bottom: 3px solid #1f1f1f;
}

section#sobre {
    background-color: #ffffff;
    height: 90vh;
}

.aboutgrid {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.75fr 1fr 0.75fr 0.5fr 1fr 0.5fr 0.75fr 1fr 0.75fr 0.5fr 0.5fr;
    grid-template-rows: 0.5fr 1.25fr 1fr 0.5fr 1fr 1.25fr 0.5fr;
    width: 74.3%;
    height: 72.3%;
    background-color: #7d7d7d;
}

.aboutgrid div:nth-child(1) {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 6;
    background-image: url(images/figure-about-2.jpg);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position-x: 359px;
    background-position-y: 112px;
    background-attachment: fixed
    
}

.aboutgrid div:nth-child(2) {
    grid-row-start: 5;
    grid-row-end: 7;
    grid-column-start: 9;
    grid-column-end: 12;
    background-image: url(images/figure-about-1.jpg);
    background-repeat: no-repeat;
    background-size: 62%;
    background-position-x: 689px;
    background-position-y: 100%;
    background-attachment: fixed
}

.aboutgrid div:nth-child(3) {
    background-color: #ffffff;
    grid-column-start: 1;
    grid-column-end: 5;
}

.aboutgrid div:nth-child(4) {
    background-color: #ffffff;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
}

.aboutgrid div:nth-child(5) {
    background-color: #ffffff;
    grid-row-start: 7;
    grid-column-start: 10;
    grid-column-end: 14;

}

.aboutgrid div:nth-child(6) {
    background-color: #ffffff;
    grid-row-start: 6;
    grid-column-start: 12;
    grid-column-end: 14;
}

.aboutgrid div:nth-child(7) {
    background-color: #7d7d7d;
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 8;
    grid-column-end: 13;
    color: #ffffff;
    font-family: 'Mukta', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.aboutgrid div:nth-child(8) {
    background-color: #7d7d7d;
    grid-row-start: 5;
    grid-row-end: 7;
    grid-column-start: 2;
    grid-column-end: 7;
    color: #ffffff;
    font-family: 'Mukta', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.servico1 {
    padding-top: 140.55px;
}

.servico1 div:nth-child(1) {
    background-color: #e6e6e6;
    width: 56rem;
    height: 48rem;
}

.servico1 div:nth-child(2) {
    background-color: #bfbfbf;
    width: 28rem;
    height: 24rem;
}

.servico2 div:nth-child(2) {
    background-color: #e6e6e6;
    width: 56rem;
    height: 48rem;
}

.servico2 div:nth-child(1) {
    background-color: #bfbfbf;
    width: 28rem;
    height: 24rem;
}

.servico3 div:nth-child(1) {
    background-color: #e6e6e6;
    width: 56rem;
    height: 48rem;
}

.servico3 div:nth-child(2) {
    background-color: #bfbfbf;
    width: 28rem;
    height: 24rem;
}

.servico3 {
    padding-bottom: 140.55px;
}

.pacote {
    font-family: 'Mukta', sans-serif;
    color: #676767;
}

.pacote p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 600;
}

.pacote p:nth-child(2) {
    font-size: 1.05rem;
    font-weight: 500;
}

.pacote p:nth-child(3) {
    font-size: 1.25rem;
    font-weight: 500;
}

.pacote a p {
    float: right;
    font-size: .8rem;
    font-weight: 500;
}

.pacote1 {
    font-family: 'Mukta', sans-serif;
    color: #676767;
}

.pacote1 p:nth-child(1) {
    font-size: 1rem;
    font-weight: 600;
}

.pacote1 a p {
    float: right;
    font-size: .8rem;
    font-weight: 500;
}

.sabermais {
    border-bottom: #12d400 solid 3px;
    color: #676767;
}

.sabermais:hover {
    color: #12d400;
}

.sabermaism {
    border-bottom: #ff0000 solid 2px;
    color: #676767;
}

.sabermaism:hover {
    color: #ff0000;
}

section#contato {
    height: 210px;
    background-color: #5f5e5e;
}

footer h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ffffff;
}

footer h6 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ffffff;
    width: 253px;
}

footer figure {
    width: 2rem;
}

footer div:nth-child(3) {
    width: 201px;
}

.insta {
    filter: contrast(0) brightness(10);
}

.insta:hover {
    filter: none;
}

.tw {
    filter: grayscale(10) brightness(10);
}

.tw:hover {
    filter: none;
}

.face {
    filter: grayscale(10) brightness(10) contrast(10);
}

.face:hover {
    filter: none;
}

@media (max-width: 1536px) {
    html {
      font-size: 12.3px;
    }
  }
  
  @media (max-width: 1366px) {
    html {
      font-size: 10px;
    }
  }