html, body {
  background-color: white;
  
  margin:0;
  padding: 0;

  height: 100%;
}

#container {
    display: block;

    width: 100%;
    height: 100%;
}

#navbar {
    width: auto;
    height: 10%;

    background-color: rgb(190, 195, 196);

    display: flex;

    align-items: flex-end;

    justify-content: flex-start;
}

#navbarOld {
    width: auto;
    height: 15%;

    background-color: rgb(186, 191, 192);
}

.navbarimg {
    width: 5%;
    height: 90%;

    display: inline;

    float:right;

    margin-right: 2.5%;
    margin-left: auto;

    vertical-align: middle;
}

.btnOld {
    margin-left: 2.5%;
    margin-top: 1%;

    display: inline-flex;

    width: 10%;
    height: 30%;

    text-align: center;
    justify-content: center;

    align-items: center;

    border-radius: 5px;
    border: 1px solid white;

    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1vw;

    color: white;
}

.btnOld:hover {
    background-color: white;

    color:black;

    transition: ease-in 0.3s;
}

.btn {
    display: inline-flex;

    width: 10%;
    height: 50%;

    text-align: center;
    justify-content: center;

    align-items: center;

    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1vw;

    color: white;
}

.btn:hover {
    background-color: white;

    color:black;

    transition: ease-in 0.3s;
}

.line {
    display: inline-flex;

    width: 10%;
    height: 30%;

    text-align: center;
    justify-content: center;

    align-items: center;

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 2vw;

    color: white;
}

#main {
    width: auto;
    height: 90%;

    background-color: rgb(127, 132, 134);
}

#main.offer {
    width: auto;
    height: 85%;

    background-color: rgb(127, 132, 134);
}

#main.contact {
    width: auto;
    height: 85%;

    background-color: rgb(127, 132, 134);
}

.imagem {
    width: 40%;
    height: 55%;

    max-height: 100%;

    margin-top: 1%;
    margin-left: 2%;

    display: inline-flex;

    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.135);

    border-radius: 5px;
}

.imagem2 {
    width: 25%;
    height: 55%;

    max-height: 100%;

    margin-left: 2%;

    display: inline-flex;
}

.telephoneinfo {
    display: flex;

    gap:1%;
}

.telephoneicon {
    width: 2%;
    height: 3.75%;

    vertical-align: middle;
    display: inline-block;
}

.maintxt1 {
    color:white;

    padding-top: 3%;
    padding-bottom: 2%;

    margin-left: 2%;

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 3vw;
}

.maintxt1b {
    color:white;

    padding-top: 3%;

    margin-left: 2%;

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 3vw;
}

.maintxt2 {
    color:white;

    padding-bottom: 2%;

    margin-left: 2%;

    font-family: "Roboto", sans-serif;
    font-size: 2vw;
    font-weight: 300;

    backface-visibility: hidden;

    position: relative;
    z-index: 2;
}

.maintxt2b {
    color:rgb(0, 0, 0);

    font-family: "Roboto", sans-serif;
    font-size: 2vw;

    backface-visibility: hidden;
}

.maintxt3 {
    color:white;

    padding-bottom: 3%;

    margin-left: 2%;

    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    font-weight: 350;

    margin-top: 8%;
}

.maintxt3b {
    color:rgb(0, 0, 0);

    margin-top: 3%;
    margin-bottom: 10%;
    margin-left: 1%;
    margin-right: 1%;

    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    font-weight: 350;
}


.maintxt4 {
    color:white;

    padding-bottom: 1%;
    padding-top: 5%;
    
    margin-bottom: 2%;
    margin-left: 2.5%;

    font-family: "Roboto", sans-serif;
    font-size: 4vw;
    font-weight: 300;
}

.maintxt5 {
    color:white;

    padding-bottom: 2%;

    margin-left: 2.5%;

    font-family: "Roboto", sans-serif;
    font-size: 2vw;
}

#gallery {
    width: auto;
    height: 90%;
}

#gallery.longer {
    width: auto;
    height: 100%;
}

#gallerytxt {
    color: black;

    font-family: "Roboto", sans-serif;
    font-size: 2vw;
    font-weight: 500;

    margin:auto;

    margin-top: 5%;
}

#gallerytxt2 {
    color: black;

    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    font-weight: 500;

    margin:auto;

    margin-top: 3%;
}

#gallerytxt3 {
    color: black;

    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    font-weight: 500;

    margin:auto;

    margin-top: 1.5%;
}

.centeredGallery {
    display: flex;

    text-align: center;

    align-items: center;

    flex-direction: column;

    width: 100%;
    height: 100%;
}

.subGallery {
    display: inline-flex;

    width: 100%;
    height: 100%;
}

.corneredGallery {
    text-align: left;

    width: 100%;
    max-height: 50%;

    margin-left: 5%;
    margin-top: 12.5%;

    padding: 2.5%;
}

.corneredGallery2 {
    text-align: left;

    align-items: center;

    width: 80%;
    height: 60vh;

    padding: 2.5%;

    margin-right: 7.5%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;

    display: flex;

    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.217);
    border: 1px dashed rgba(0, 0, 0, 0.217) ;
}

#bottombar {
    width: auto;
    height: 10%;

    background-color: rgb(190, 195, 196);
}

.fade-in {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity .7s ease, transform .7s ease;
    will-change: opacity, transform;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

a, a:active {
    text-decoration: none;
}

p {
  margin: 0;
}