/* CSS PADRÃO */
*{
	font-family: 'Titillium Web';
}
html{
	font-size:16px;
}
body,
main{
	background-color: #fbfdfd;
}
.obrigatorio{
	color:#FF0000;
}
.alert-dev {
    color: #c09853;
    background-color: #fcf8e3;
    border-bottom: 1px solid #d4c9b4;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    font-size: 12px;
}

/* SELECTION */
::-moz-selection {
	background: #1f7001;
	color: #FFF;
}
::selection {
	background: #1f7001;
    color: #FFF;
}




/* PLACEHOLDER */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}

/* DIV CONTEÚDO GERAL */
.conteudo{
	max-width:1200px;
}

/* PÁGINA NÃO ENCONTRADA */
.pagina-naoencontrada{
	width:100%;
	padding-top:300px;
	padding-bottom:200px;
	text-align:center;
	color:#707070;
}
.erro-404{
	background: #FFFFFF;
	font-weight: bold;
	font-size:100px !important;
}
.texto-404{
	background: #FFFFFF;
	font-size:25px;
	font-weight: bold;
}

/* MGS FORMULÁRIOS */
.msg-erro,
.msg-ok{
	font-size:13px;
	text-transform:uppercase;
}
.msg-erro{
	color:red!important;
}
.msg-ok{
	color:#090!important;
}
.msg-total-ok{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
	padding:15px;
	font-size: 14px;
	font-family: 'Titillium Web';
	text-align: center;
}
.msg-total-erro{
	background-color:#F2DEDE;
	border:1px solid #F27B81;
	color:#B94A48;
	padding:14px;
	font-size: 14px;
	font-family: 'Titillium Web';
	text-align: center;
}

/* BOTÃO VOLTAR TOPO */
.botao-voltar-topo{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 9999999;
	display: none;
	background:url('../../imagens/pagina-inicial/btt-topo.svg') top center no-repeat;
	background-size: 100%;
}

/* BOTÃO VOLTAR TOPO */
.botao-wpp-topo{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	position: fixed;
	right: 80px;
	bottom: 20px;
	cursor: pointer;
	z-index: 9999999;
	display: none;
	background:url('../../imagens/pagina-inicial/btt-wpp.svg') top center no-repeat;
	background-size: 100%;
}
/* .botao-voltar-topo:hover{
	background:url('../../imagens/topo-hover.svg') top center no-repeat;
	background-size: 100%;
} */

/* BOTÃO PRIMÁRIO */
.botao-primario{
	color: #FFF;
	text-align: center;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	background: #FF2F39;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px !important;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.botao-primario:hover{
	background: rgb(212, 42, 51);
}

/* BOTÃO SECUNDARIO */
.botao-secundario{
	color: #FFF;
	text-align: center;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	background: #FF2F39;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px !important;
	    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
.botao-secundario:hover{
	color: #FFF;
	background: rgb(212, 42, 51);
}

/* BOTÃO TERCIARIO */
.botao-terciario{
	
}
.botao-terciario:hover{
	
}

/* PACE BAR LOAD PAGE */
.pace .pace-progress {
    background: #c41d24;
    z-index: 2000;
    top: 0;
    height: 2px;
}

/* ESTILO TEXTO EDITOR */
.texto-editor, .texto-editor p{
	text-align: left;
}
.texto-editor img, .texto-editor iframe{
	max-width: 100%;
	display: block;
}
.texto-editor a{
	display: inline;
	color: #12a19b;
}
.texto-editor a:hover{
	text-decoration: underline;
}
.texto-editor ul{
	list-style:disc !important;
	padding-left: 10px !important;
    margin-left: 10px !important;
}
.texto-editor ul li{
	list-style:disc !important;
}
.texto-editor p {
    display: block;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.texto-editor h1 {
    display: block;
    font-size: 2em !important;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.texto-editor h2 {
    display: block;
    font-size: 1.5em !important;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h3 {
    display: block;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h5 {
    display: block;
    font-size: 0.83em !important;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h6 {
    display: block;
    font-size: 0.67em !important;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}

/* PÁGINAÇÃO: PADRÃO */
.contorno-botoes-paginacao{
	display: table;
	margin: 0 auto;
}
.contorno-botoes-paginacao a{
	float: left;
	font-size: 14px;
	color: #ff0000;
	width: 40px;
	border-radius: 100px;
	font-weight: bold;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	text-align: center;
	border: 1px solid #ff0000 !important;
	background: #fff;
}
.contorno-botoes-paginacao a + a{
	margin-left: 10px;
}
.contorno-botoes-paginacao a:hover,
.pagina-selecionada{
	background-color: #ff0000 !important;
	color: #fff !important;
}
.contorno-blocos-noticias .pagina-anterior,
.contorno-blocos-noticias .proxima-pagina{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
}
.pagina-anterior{
	color: #fff;
}
.proxima-pagina{
	color: #fff;
}
.pagina-anterior:hover{
	background-color: rgb(228, 24, 34) !important;
	color: #fff;
}
.proxima-pagina:hover{
	background-color: rgb(228, 24, 34) !important;
	color: #fff;
}

/* MSG PADRAO NENHUM ITEM */
.nenhum-item-cadastrado{
	color: #A5A5A5;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #D4D4D4;
}

@keyframes arrow-movement {
    0% {
        bottom: -15px;
    }
    70% {
        bottom: -3px;
    }
    100% {
        bottom: -15px;
    }
}