/* 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;
}
.titulo_geral_flex {
	flex-direction: column;
	line-height: 35px;
	padding: 10px 0 !important;
}
/* Fim de Título Geral */

.rowPublishExterno {
    width: 100%;
    background-color: rgb(10, 84, 180);
    padding: 20px !important;
    border-radius: 8px;
    height: auto;
}
.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;
}
.card {
    background-color: transparent !important;
}
.descritivo {
    width: 100%;
    height: auto;
    min-height: 400px;
    border: 1px solid rgb(10,84,180);
    margin: 10px auto !important;
    position: relative;
    border-radius: 8px;
    padding: 20px;
}
.btnExit {
    height: auto;
    padding: 8px 10px 10px 10px;
    display: block;
    color: #FFF;
    font-size: 20px;
    background-color: #af0000c7;
    position: absolute !important;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.okay, .venc {
    z-index: 99;
}
.anuncio {
    position: relative;
    cursor: pointer;
}
.anuncio, .anuncio iframe, .urlImg, .textOnly {
    height: 250px !important;
}
.bloco_total {
    padding-top: 20px;
}
.corpo {
    padding-bottom: 30px;
}
.swal-text {
    color: #000000 !important; 
    border: 2px solid #000000;
    padding: 15px 10px 20px 10px;
}
.logoYoutuberDiv {
    width: 100%;
    height: 100%;
    background-color: rgb(15,15,15);
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logoYoutuber {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 0 15px 0 !important;
}
@media (max-width: 500px) {
    .bloco_total {
        padding: 0 !important;
        margin: 0 auto;
    }
    .bloco_anuncio {
        width: 100%;
        margin: 0 auto !important;
    }
    .titulo_geral {
        font-size: 28px;
    }
    .rowPublishExterno, .rowExterno, .bloco_total {
        display: contents;
    }
}