    



.custom-header-text {
    font-size: clamp(16px, 4vw, 46px);
    text-align: center;
    font-weight: 800;
    background: #000 !important;
    padding: 1.3%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1008px) {
    .custom-header-text {
        display: none;
        margin-left: 190px !important;
    }
}

.conteiner-modulo {
	box-shadow: 0px 0px 4px 0px #000000;
}
.conteiner-modulo:hover {
    box-shadow: 0px 0px 2px 0px #000;
}

.conteiner-sombra {
	box-shadow: 0px 0px 4px 0px #000000;	
}

.conteiner-sombra:hover {
	box-shadow: 0px 0px 2px 0px #000000;	
}



.conteiner-modulo-verde {
			box-shadow: 0px 0px 4px 0px #000;	
}

.conteiner-modulo-verde:hover {
    box-shadow: 0px 0px 2px 0px #00ffcc;
}

.conteiner-modulo-laranja {
			box-shadow: 0px 0px 4px 0px #000;
}
.conteiner-modulo-laranja:hover {
    box-shadow: 0px 0px 2px 0px #ff7e00;
}

.conteiner-modulo-amarelo {
			box-shadow: 0px 0px 4px 0px #000;	
}

.conteiner-modulo-amarelo:hover {
    box-shadow: 0px 0px 2px 0px #ffd700;
}

.uagb-post-grid .uagb-post-grid-byline {
		display:flex
}

.uagb-post-grid .uagb-post__author {
    margin-top:3px;
}

.um-s2 {
    color: #999;
    border-radius: 5px;
    padding: 5px;
    background: #202020;
    font-weight: bolder;
}

#main .box {
background: #00445d !important;
border-radius: 10px !important;
}
/*html, body.managed-page, #main {
    background-color: #000000 !important;
}*/
body.managed-page .no-margin-top {
color:#fff !important;  
}
p#credit, #extralinks, #main .box > p:last-child  {
		display: none !important;
}
.ays-pb-modals .ays-popup-hrs-default {
  margin: 0px !important;
}

div[class*=ays-pb-modal_].ays-pb-modal {
 margin-top: 10% !important; 
}