@font-face {
    font-family: 'new_orderbold';
    src: url('../fonts/fonnts.com-new_order_bold.woff2') format('woff2'),
         url('../fonts/fonnts.com-new_order_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ============ */

body{font-family: "Poppins", sans-serif; font-size: 18px; color: #444444;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
textarea, input:focus{outline: none;}

b, strong{font-weight: 700;}
h1, h2, h3, h4{font-family: 'new_orderbold';font-weight: 700;}
h1, h2{text-align: center; padding-bottom: 20px;text-transform: uppercase;}
.padding{padding: 60px 0px;}


/* 
	HEADER
	============ 
*/
.but{text-align: center;}
.but a{display: inline-block; padding: 8px 20px; color: #fff; background-color: #E8008E; font-size: 1em; font-weight: 700;transition: all 0.3s ease-in-out;margin: 20px auto 0;}
.but a:hover{opacity: .7;border: none !important;}
h1.content_title{text-transform: uppercase;}
.text-center{text-align: center;}

.open-menu{color: #053e80;margin-right: 7px;}
h5.site-name {
    padding-top: 4px;
}
h5.site-name a{color: #053e80;}
#block-site-name{margin-top: -2px; display: flex;align-items: center;}
.header-multi-site-subheader__menu{background-color: #053e80; padding: 20px;position: absolute;left: 0;top: 209px;width: 100%;z-index: 9;}
ul.navbar-nav{list-style: none;display: flex;flex-wrap: wrap;flex-direction: row;}

/* 
	HOME
	============ 
*/

video{width: 100%;height: auto;}
.top_banner{margin-top: 60px;background: url(../images/banner-top-roxo.png) repeat-y center top;}
.top_banner__text{background: url(../images/bg_roxo.png) no-repeat left center; background-size: contain; background-color: #e8008e;color: #fff; font-size: 2em;font-weight: 700;padding: 20px 0 20px 60px;text-align: right;width: 50%;line-height: 1.15em;}

.sobre{padding: 60px 0;}
.sobre h1{color: #E8008E;}
.sobre__text{max-width: 700px; margin: auto;}
.laranja{color: #F2812C; font-weight: 700;}

.politicas{background-color: #F2812C;padding: 60px 0;color: #fff;font-weight: 700;}
.politicas h2{color: #fff;}
.politicas__item{width: 250px; height: 250px;background-color: #A2CA3D;border-radius: 16px;padding: 20px;display: flex;justify-content: center; align-items: center;flex-direction: column; gap: 20px;cursor: pointer;}
.politicas__item:hover{opacity: .7;}
.politicas__item:nth-child(5),
.politicas__item:nth-child(7),
.politicas__item:nth-child(4),
.politicas__item:nth-child(2){background-color: #49C2C4;}

.programas{background-color: #E8008E;padding: 60px 0;color: #fff;font-weight: 700;}
.programas__grid_item{background: url(../images/bg_foto.png) no-repeat; background-size: cover;padding: 20px;position: relative;cursor:pointer;}
.programas__grid_item:hover{opacity:.7;}
.programas__grid_item .moldura{position: absolute;top: 0; left: 0; width:100%;height:100%;background:url(../images/play_foto.png) no-repeat right bottom;}

.noticias{padding: 50px 0;}
.noticias__grid{max-width: 1100px; margin: auto;}
.noticias h2{color: #A2CA3D;}
.noticias__item{max-width: 48%;display: flex; gap: 20px;background-color:#F0F3F8;color: #444;padding:10px;align-items: center;}
.noticias__foto{width: 40%;}
.noticias__text {width: 60%;}
.noticias__text a{color: #E8008E;}
.noticias__date{font-size: .7em;margin-top: 7px;}

.redes h2{color: #E8008E;}

/* 
	MODAL
	============ 
*/

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.5);
    justify-content: center; align-items: center;
}
.custom-modal-content {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.custom-modal-close {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 1.1rem;
    cursor: pointer;
    background-color: #E8008E;
    color: #fff;
    padding: 5px 15px;
}
.custom-modal-close:hover {
    color: #A2CA3D;
}
.custom-modal-testeira{background:url(../images/modal_bg.png) no-repeat;background-size:cover;height: 100px;}
.custom-modal-icon{position: absolute;top:30px;left:30px;width:120px;height:120px;border-radius:6px;background-color:#49C2C4;padding: 20px;}
.custom-modal-title {color: #000;padding: 30px 30px 30px 180px;font-size: 2em;font-weight: 700;}
.custom-modal-body {padding: 0 30px 30px 180px; max}
.custom-modal-body h2{color: #E8008E;font-weight: 700; font-size: 1.3em;text-align: left; padding:25px 0 15px;}
.custom-modal-text {max-height: 50vh;overflow: auto;}

/* Modal de vídeo */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  max-width: 400px;
  width: 90%;
}

.video-modal video {
  width: 100%;
  border-radius: 15px;
  display: block;
  aspect-ratio: 9/16; /* formato vertical de story */
  background: #000;
}

.video-modal-close {
  position: absolute;
  top: -35px;
  right: -10px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

/* 
	FOOTER
	============ 
*/

.footer_logo{padding: 60px 15px;text-align: center;}
.footer_logo img{display: inline-block;}
.footer_bar{background: url("../images/barra_footer.png") no-repeat; background-size: cover;min-height: 160px;}

/* ============ */

@media screen and (max-width: 1300px) {
}

/* ============ */

@media screen and (max-width: 1200px) {
}

/* ============ */

@media screen and (max-width: 990px) {
}

/* ============ */

@media screen and (max-width: 767px) {
    body{font-size: 15px;}
    .noticias__item{max-width: 100%;}
    .mob-column{flex-direction: column;}

    .top_banner {background: none;margin-top: 30px;}
    .top_banner__text {
        background: none;
        background-color: #e8008e;
        font-size: 1.5em;
        padding: 12px 0;
        text-align: center;
        width: 119%;
        margin: 15px -30px 0;
        justify-content: center;
    }
    .footer_bar {
        min-height: 50px;
    }

    .custom-modal-title {padding: 60px 20px 20px;}
    .custom-modal-body {padding: 0 20px 20px;}
    .politicas__item {width: 169px;height: 150px;}
    .politicas__item img{max-height: 60px;width: auto;}

    .container {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: 0;margin-left: 0;}

    .programas__grid_item .moldura {background-size: contain;}
    .programas__grid_item {width: 46%;}
    .programas h2{max-width: 300px;margin: auto;}
}

/* ============ */

@media screen and (max-width: 520px) {
}

/* ============ */

@media screen and (max-width: 460px) {
}





