@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&family=Open+Sans:wght@300&display=swap');


* {
    font-family: Teko;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.bg-normal {
    background-color: #212121;
}

.font-logo {
    font-family: 'Grape Nuts', cursive !important;
    font-size: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
}

.logo {
    width: 100px;
}

.no-spaces {
    font-family: Teko;
    padding: 0px !important;
    margin: 0px !important;
}

.title {
    font-size: 50px;
    color: white;
    text-align: center;
}

.subtitle {
    font-size: 20px;
    color: white;
    text-align: center;
}

.header-home {
    background-image: url("../../cdn/assets/images/fundo-barbearia.png");
    /*height: 90vh;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mural {
    height: auto;
}

.dropdown-item:hover {
    color: #007BFF !important;
    font-weight: 600;
    background-color: white;
}

.header-contact {
    background-color: #212121;
    height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.body-scheduling {
    height: 71vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.menuFixo {
    background-color: #1a1717;
}

.section1 {
    background-color: #212121;
}

#contact input {
    margin-bottom: 20px;
    width: 90%;
    height: 30px;
    color: white;
    background-color: #474849;
    border: none;
    padding: 10px;
    font-size: 15px;
}

textarea {
    padding-top: 0px;
    padding-bottom: 65px;
    height: 200px;
    margin-bottom: 20px;
    width: 90%;
    color: white;
    background-color: #474849;
    border: none;
    font-size: 15px;
}

#imagem5 {
    background-image: url("../../cdn/assets/images/imagem-5.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer {
    background-color: #1a1717;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    flex-shrink: 0;
}

.section3 {
    background-color: white;
    font-size: 80px;
    text-align: center;
    font-weight: 600;
    color: black;
    height: 800px;

}

.section3>p {
    margin-bottom: 10px;
}

.nav-item {
    margin: 0 10px;
}

button[type="submit"] {
    font-size: 20px;
}

.active {
    color: white !important;
    
    text-decoration: underline;
}

.font-size-dropdown{
    font-size: 19px !important;
    font-family: Teko;
    font-weight: NONE;
}

#calendar {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
    font-size: 19px;
}

.container>p {
    text-align: justify;
}

@media only screen and (min-width: 700px) and (max-width: 750px) {
    .mural {
        height: 70vh;
    }
}

@media only screen and (min-width: 750px) and (max-width: 800px) {
    .mural {
        height: 75vh;
    }
}

@media only screen and (min-width: 800px) and (max-width: 850px) {
    .mural {
        height: 80vh;
    }
}

@media only screen and (min-width: 850px) {
    .mural {
        height: 90vh;
    }
}