
@font-face {
    font-family: "Quicksand";
    src: url("/fonts/Quicksand-VariableFont_wght.ttf");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Karla";
    src: url("/fonts/Karla-VariableFont_wght.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Karla";
    src: url("/fonts/Karla-Italic-VariableFont_wght.ttf");
    font-weight: normal;
    font-style: italic;
}

* {
    padding:0;
    margin:0;
    vertical-align:baseline;
    list-style:none;
    border:0
}
body {
    background-color: #333;
}
header {
    
    background-image: linear-gradient(to bottom, black, rgb(92, 83, 83));
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 10px;
}

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 4.25em;
    font-weight: bold;
    padding-top: 50px;
    color: white;
}

h3 {
    color: white;
    
}
.moto {
    align-self: center;
    align-self: flex-end;
    font-style: italic;
    font-weight: 700;
}
p {
    font-family: "karla", sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: silver;
    padding-right: 30px;
    text-align: justify;
    line-height: 1.3;
}

.content {
    background-color: rgb(110, 110, 110);
    padding-top: 3.125rem;
    padding-bottom: 60px;
    padding-left: 3.125rem;
    padding-right: 2rem;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    font-family: "Karla", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;

}

.acomod-titulo {
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.rodape {
    background-color: rgb(180, 170, 170);
    display: flex;
    padding: 80px;
    flex-direction: row;
    justify-content: space-evenly;
}

.social {
    word-spacing: 30px;
}

.contatos {
    font-family: "Karla", sans-serif;
    font-size: 14px;
    font-weight: bolder;
    font-style: normal;
}

.serv-titulo {
    text-align: center;
    padding-bottom: 20px;
}

.camas-image {
    border-radius: 25px;
    width: 50%;
    height: auto;

}



.camas {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dots {
    display: inline-block;
    padding-top: 1rem;
}

.camas-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: rgb(175, 175, 175);
    border-radius: 50%;
}

.camas-titulo {
        
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-top: 1px dotted rgb(172, 155, 155); */
}

h4 {
    font-weight: 200;
    color: rgb(226, 226, 226);
}

.ar-cond {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ar-cond-titulo {
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-top: 1px dotted rgb(172, 155, 155) */
}

.ar-cond-image {
    border-radius: 25px;
    width: 50%;
    height: auto;
    
}




.banho {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banho-titulo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.banho-image {
    border-radius: 25px;
    width: 60%;
    height: auto;
}




.contact {
    display: flex;
    flex-direction: column;
}

.contatos {
    color: white;
}

.numbers {
    width: 10rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;

}

.numbers li {
    font-family: "quicksand", sans-serif;
    font-weight: 700;
    gap: .25rem;
}

.numbers a {
    color: white;
}
.contact img {
    width: 25px;
    height: 25px;
}

section {
    padding: .5rem;
    font-family: "quicksand", sans-serif;
    text-align: center;
    font-style: oblique 20deg;
    color: white;
}

@media (max-width: 800px){
    header {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    h1 {
        text-align: center;
    }

    .moto {
        display: none;
    }
    
}

@media (max-width: 800px) {
    main .camas-image {
        width: 100%;
        background-size: 100% 100%;
        align-self: center;
        
    }

    main .ar-cond-image {
        width: 100%;
        height: auto;
        background-size: 100% 100%;
        align-self: center;
    }

    main .banho-image {
        width: 100%;
        background-size: 100% 100%;
        align-self: center;
    }
}



@media (max-width: 800px){
    .rodape {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 3em;
        padding: 0;
    }
    
    h3 {
        font-size: 1em;
    }
    
    h4 {
        font-size: .85em;
    }
    
    .content {
        margin: 0;
        padding: 0.5rem;
    }
    
    p {
        font-size: .7em;
        padding: 0;
    }
    
    .camas-dot {
        width: 7px;
        height: 7px;
    }
    
    .logo {
        width: 80%;
        height: auto;
    }
}
