/* Título Geral */
.titulo_geral {
	font-family: 'Russo One', sans-serif;
	font-size: 34px;
	letter-spacing: 1px;
	height: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	color: #FFF;
	background-color: rgb(10,84,180);
	text-shadow: 1px 1px 2px rgba(2,28,61,0.6);
	box-shadow: 1px 1px 2px rgba(2,28,61,0.6);
	border-radius: 8px;
	padding: 15px 0;
    margin: 0 !important;
}
.titulo_geral_flex {
	flex-direction: column;
	line-height: 35px;
	padding: 10px 0 15px 0 !important;
}
/* Fim de Título Geral */

.ck.ck-editor__editable_inline>:first-child {
    padding: 10px 0;
    color: rgba(0,0,0,0.8);
}
input[type="color"] {
    height: 50px;
}

/* Botões de Publicar, Esqueci e Cancelar */
.buttonCad {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: 10px;
}
.buttonCad div {
    width: 200px;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 300 !important;
    background-color: rgb(49, 137, 252);
    border-radius: 5px;
    cursor: pointer;
    margin-right: 8px;
}
.buttonCad div.logar:hover {
    background-color: rgba(29,185,29,0.7) !important;
}
.buttonCad div.esqueci:hover {
    background-color: rgba(245,233,8,0.7) !important;
}
.buttonCad div.cancela:hover {
    background-color: rgba(255,0,0,0.7) !important;
}

.april_fundo .logo img {
    position: relative;
    margin-top: 60px !important;
    height: 80px;
}

.rowExterno {
    width: 100% !important;
    border: 1px solid #FFF;
    padding: 20px;
    position: relative;
}
.rowPublishInterno {
    width: 100% !important;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(380px, 370px));
    gap: 25px;
}
.row1Col {
    display: flex;
    gap: 20px;
}
.row2Col, .row3Col, .row4Col  {
    display: grid;
    gap: 20px;
    row-gap: 0;
    position: relative;
    align-items: start;
}
.row2Col {
    grid-template-columns: repeat(2, 1fr);
}
.row3Col {
    grid-template-columns: repeat(3, 1fr);
}
.row4Col {
    grid-template-columns: repeat(4, 1fr);
}
.logr, .num {
    width: 15%;
}
.ender {
    flex: 1;
}
h1.texto_caixa {
    width: 100% !important;
    margin-top: 10px !important;
}
.titRow {
    margin-bottom: 20px;
}
.atencao {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100px;
    border-radius: 8px;
    padding: 10px;
    background-color: rgb(10, 84, 180);
}
.atencao .top {
    color: #FFF;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    padding: 12px 0 16px 0;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: rgb(0,0,0);
}
.atencao .bottom {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    box-shadow: none;
    padding: 16px 10px 20px 10px;
    height: auto;
    border-radius: 8px;
    font-weight: 300;
    border: 2px solid rgb(0,0,0);
}
.btn {
    width: 200px !important;
    margin-left: 15px !important;
}
.upload {
    background-color: #FFF;
    height: 50px;
    border: none;
}

/* Escolha do Modelo */
.upload p.texto_caixa {
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modelCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
}
.modelCard .image {
    position: relative;
    width: 400px;
    height: auto;
    margin-top: 10px;
}
.modelCard .image img {
    position: relative;
    width: 100%; 
    height: auto; 
    left: 0; 
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
}
.modelCard .alerta {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0 !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    display: none;
}
.modelCard select, .modelCard .image {
    width: 500px;
}

@media (max-width: 800px) {
    .image, select {
        width: 98% !important;
    }
    .row2Col, .row3Col, .row4Col {
        grid-template-columns: 1fr !important;
    }
    .row1Col {
        display: block;
        gap: 0;
    }
    .logr, .num {
        width: 100% !important;
    }
    .buttonCad div {
        width: auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .upload:nth-child(2) {
        margin-top: 15px !important;
    }

}

@media (max-width: 600px) {
    .buttonCad {
        display: block !important;
    }
    .buttonCad div {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .hash {
        width: 50px !important;
    }
}
/* Fim de Escolha do Modelo */

/* Botões para subir Imagem e Logotipo */
.upload {
    background-color: rgba(10,84,180,0.5);
    height: auto;
    border: none;
    padding: 5px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.upload .topo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0 8px 0;
}
.upload .bottom {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 5px 0;
    border: 1px solid red;
}
.bottom.logo, 
.bottom.image {
    width: 100%;
    color: #FFF;
    display: none;
    color: #FFF;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.bottom.logo a, 
.bottom.image a {
    width: 100%;
    margin-top: 10px;
    padding: 5px 15px;
    color: #FFF;
    cursor: pointer;
    background-color: rgba(255,0,0,0.5);
}
.bottom.logo a:hover, 
.bottom.image a:hover {
    background-color: rgba(255,0,0,0.5);
}
.upload p.texto_caixa {
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    color: #FFF;
}
.upload img {
    margin: 10px !important;
    padding: 0;
}
/* Fim de Botões para subir Imagem e Logotipo */