@import url('https://fonts.googleapis.com/css2?family=Coiny&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Days+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Erica+One&display=swap');

#cabecalho .menu.superior .nivel-um>li>a {
    display: block;
    padding: 0 10px;
    border: 0;
    font-size: 20px;
    font-weight: 100;
    text-transform: capitalize;
    transition: .20s ease;
}

#cabecalho .menu.superior .nivel-um {
    
    font-family: 'Days One', sans-serif;
    display: inline-flex;
 
    max-width: 100%;
    margin: auto;
    color: #2D101A;
    font-weight: 400;
    background: inherit;
}


.MENU STRONG {
    
    font-family: 'Days One', sans-serif;
    font-weight: 200;
}


body {
    background: #faedca;
}



.menu.superior {
    background-color: #ff92f2;
    font-family: 'Days One', sans-serif;
    font-weight: 200;
    
}

.menu.superior li {
    z-index: 40;
    background-color: #Faedca;
}

.titulo {
    font-family:'Days One', sans-serif;
    font-weight: 200;
}

#corpo>.conteiner, .secao-banners .conteiner {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    background: #faedca;
    box-shadow: none;
    
}

.menu .nivel-dois a {
    color: #ff92f2;
    line-height: 50px;
}

#barraNewsletter, #barraNewsletter .show-hide {
    color: #2d101a;
}

#barraNewsletter.posicao-rodape .componente .interno {
    padding: 20px 0;
    background: #ff92f2;
}

#barraNewsletter, #barraNewsletter .show-hide, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner {
    background-color: #2d101a;
}

#rodape .titulo {
    display: block;
    font-size: 17.5px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(245 223 77);
}

/*
//Fonte Menu
.cor-secundaria {
    color: #ff92f2;
}*/


/*//Fundo Menu
.menu.superior li {
    z-index: 20;
    background-color: #ff92f2;
}*/

/*


//Fonte SubMenu
.menu .nivel-dois a {
    color: #2d101a;
    line-height: 40px;
}
*/



/*
.menu.superior .nivel-um>li {
    float: left;
    border-right: 0px solid rgba(67,36,0,0.1);
    border-left: 0px solid rgb(67 36 10);
}*/


