body{
    /* font-family: 'Comfortaa', cursive; */
    overflow-x: hidden;
    background-color: black !important;
}

.cursive{
    font-family: 'Comfortaa', cursive;
}

#container-menu .bg-dark{
    background-color: black !important;
}

.border-gray{
    border: solid 1px #6c6c6c !important;
}

#menu-desktop{
    position: relative;
    background-color: black;
}

#menu-desktop p a{
    font-size: 14px;
    color: white;
}

#menu-desktop p{
    background-image: url('/site/assets/img/borda_amarela2.png');
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
}

#menu-desktop-inner p:last-child{
    background: none;
}

.color-orange, .color-orange:hover{
    color: #fcc242;
}

.color-red, .color-red:hover{
    color: #741e18;
}

#rodape input, #rodape textarea{
    background-color: #e9e9e9;
    padding: 30px 20px;
    color: black;
}

#rodape textarea{
    height: 140px;
}

#msg-alerta{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 2;
}

#conteudo-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: -1;
    background: url('/site/assets/img/borda_amarela.png');
    background-size: cover;
    background-position: center center;
}
.texto-inf-dir{
    background-color: white;
}
.texto-sup-esq{
    background-color: white;
}
.texto-sup-dir{
    background-color: white;
}

#menu-desktop{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1031;
    padding-top: 100px;
}

.container-whatsapp{
    border: solid 1px white;
    border-radius: 5px;
}

.area-titulo{
    border-bottom: solid 15px black;
    transition: all 1s;
}

.area-titulo:hover {
    backdrop-filter: brightness(250%);
}

@media (max-width: 767px) {
    #container-menu .navbar-brand img{
        max-width: 200px;
    }
    #container-menu .navbar-toggler{
        border: solid 2px #6c6c6c;
    }
    #conteudo-menu{
        padding-top: 71px!important;
    }
    
    
}

@media (min-width: 768px) {
    .fullh{
        height: 100vh;
    }
    .area-titulo{
        border-right: solid 15px black;
        border-bottom: solid 15px black;
    }
}

@media (min-width: 992px) {
    #menu-desktop p a{
        font-size: 18px;
    }
    .disclaimer-obra{
        position: absolute; bottom: 30px; left:0; right: 0; margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .menu-rodape{
        font-size: 15.3px;
    }
    .texto-inf-dir{
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: white;
    }
    .texto-sup-esq{
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
    }
    .texto-sup-dir{
        position: absolute;
        right: 0;
        top: 0;
        background-color: white;
    }
    .texto-inf-centro{
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .container-whatsapp .btn-whatsapp div{
        margin-right: calc(-3rem - 10px);
        background-color: black;
    }
    
    .container-whatsapp .btn-whatsapp div:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 15px;
        z-index: -1;
        background: black;
        top: 1px;
        z-index: 2;
    }
    
    .container-whatsapp .btn-whatsapp div:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 15px;
        z-index: -1;
        background: black;
        bottom: 1px;
        z-index: 2;
    }
}

@media (min-width: 1300px) {

}

@media (min-width: 1600px) {
    #float-left{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .area-titulo{
        border-bottom: none;
    }
}