/************** FONTS *****************/
@import url('https://fonts.googleapis.com/css?family=Oswald:400,900');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');


/************** GENERAL *****************/
body{ font: 16px/1.6 'Oswald', sans-serif;  }
body p{ font: 16px/1.6 'Lato', sans-serif; }
h1{ font-size: 28px; margin: 15px 0 15px; }
h2{ font-size: 24px; margin-top: 0; }
h3{ font-size: 20px; margin-top: 0; }
h4{ font-size: 18px; margin-top: 0; }




/************** HOME PAGE *****************/
.header{
    position: fixed;
    top: 0;
}

/* Top Bar Section #b9121b*/
.radio {
    background-color: #00395D;
    margin: 0px 0px 0px 0px;
}

.alinhamento {
  text-align: center;
}

.divisao {
    width: 100%;
    height: 1px;
    background-color: #00395D;
    margin: 0px 0px 0px 0px;     
}

.divisaolaranja {
    width: 100%;
    height: 4px;
    background-color: #f05b28;
    margin: 0px 0px 0px 0px;     
}
.divisaoazul {
    width: 100%;
    height: 10px;
    background-color: #00395D;
    margin: 0px 0px 0px 0px;        
}


.top-bar{ background: #f05b28; color: #fff; padding: 4px 0; }

/*---------------------*/
/*noticias teste vitor */
.noti1 {  
  display: flex;
  flex-wrap: wrap;
  gap: 10px;  /* Espaçamento entre as divs */
  padding: 20px;
  justify-content: center;  /* Centraliza as divs horizontalmente */
}

/*   */
.box1 {
  background-image: url('http://femasantarosa.edu.br/teste1/wp-content/uploads/2021/07/454694560_18050531722832430_4365087186929305918_n.jpg');
  background-position: center; /*centraliza a imagem no centro*/
  text-align: center;
  background-size: cover;        
  background-color: #f8faf8;
  color: white;
  /*text-align:center;*/
  padding: 10px 20px;
  border-radius: 8px;
  height: 250px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 100%;  /* Por padrão, as caixas ocupam 100% da largura */
  max-width: 350px; /* Largura máxima para as caixas */
  max-height: 580px;
}

.card-body1 {
    background-color: #f05b28;
    opacity: 0.8;
    width: 310px;
    margin: 0;
    margin-top: 130px;
    border-radius: 8px;
}

.box1 h2 {
  margin: 0;
  font-size: 24px;
  top: 0px;
}

.box1 p {
    font-size: 16px;
    background-color: rgb(62, 58, 66);
}

/* Media Query para telas maiores que 600px */
@media (min-width: 600px) {
  .box1 {
    flex: 1 1 45%;  /* Cada caixa ocupa 45% da largura */
  }
}

/* Media Query para telas maiores que 900px */
@media (min-width: 900px) {
  .box1 {
    flex: 1 1 30%;  /* Cada caixa ocupa 30% da largura */
  }
}


/* Top Bar - Social Widgets */
.social-media-icons ul{ padding: 0; margin: 0; }
.social-media-icons ul li{ list-style: none; display: inline; margin: 0 5px 0; }

/* Top Bar - Search */
.search input[type="search"]{ color: #989898; background: #ededed; border: 0; padding: 3px 10px;}
.search button{  background: #000; border: 0; color: #fff; padding: 3px 10px 4px; margin-left: -4px; }
.search label{ margin: 0; }
.search > form .screen-reader-text, .search-form .screen-reader-text { clip: unset; clip-path: unset; position: relative !important; }

/* Align */
.align{ display: flex; align-items: center; width: 100%; }

/* Header - Main Menu */
.menu-area{ background: #f3f3f3; padding: 15px 0; }
.main-menu ul{ list-style: none; padding: 0; margin: 0; font-size: 28px; }
.main-menu ul li{ display: inline;  margin: 0 50px 0 0;}
.main-menu ul li:last-child{ margin: 0; }
.main-menu ul li a{ text-transform: uppercase; color: #4c1b1b; text-decoration: none;}
.main-menu ul  li.current-menu-item a{ color:#e58888; }

/* Slider */
.wppsac-post-slider .wppsac-post-image-bg { min-height: 500px; }
.wppsac-post-content-left{ display: flex; align-items: center; }
.wppsac-post-slider.design-2 .slick-dots li button { border: 0 !important; border-radius: 0 !important; width: 29px !important; height: 8px !important;
}
.wppsac-post-slider.design-2 .slick-dots li.slick-active button { background: #b9121b !important;}

/* blog */

.site-content h1{ text-align: center; color: #000000; text-transform: uppercase; font-size: 28px; }

/* notícias */
.noticias{ background: #ffffff; padding: 25px 0; color: #ffffff; }
.latest-news a img{ box-shadow: -1px -1px 10px #f05b28, 2px 2px 4px #00395D; }
.noticias h1{ text-align: center; color: #000000; text-transform: uppercase; font-size: 28px; }


/* Services background: ##00395D; background-image: url(https://femasantarosa.edu.br/teste1/wave.svg);*/
.services {background: linear-gradient(120deg, #fdf7ef, #fbf1e6, #fdf7ef); background-size: 200% 200%; animation: fundoGradiente 2s ease-in-out infinite;
}
.services h1{ text-align: center; color: #000000; text-transform: uppercase; font-size: 28px; }
.services .widget-wrapper{ text-align: center; }
.services .widget-wrapper h2{ text-transform: uppercase; font-size: 1.2em; color: #f6e497; font-weight: 200; }
.services .widget-wrapper:first-child{ padding: 15px 0; }
.services .widget-wrapper > img{ border: 7px solid #FFF; 
     box-shadow: -1px -1px 5px #f05b28, 3px 3px 5px #b9121b;}


/* vídeos */
.videos{ background: linear-gradient(120deg, #fdf7ef, #fbf1e6, #fdf7ef);
    background-size: 200% 200%;
    animation: fundoGradiente 2s ease-in-out infinite;}
.videos h1{ text-align: center; color: #fcfae1; text-transform: uppercase; font-size: 28px; }
.videos h3{ font-size: 20px; margin-top: 0; color: #fcfae1;}
.videos .row{ background: #004564; padding: 0px 0; color: #fefefe; width: 2100px; height: 300px; margin-left: 5px; border: 3px solid yellow;}
.videos .artigovideo{ padding: 10px 10px 10px 10px; width: 400px; height: 300px; border: 3px solid red;}
.videos .artigovideo h3{ font-size: 20px; margin-top: 0; color: #fcfae1;}
.videos .artigovideo a:link {color: #fcfae1}; /* Cor azul para links não visitados */}
.videos .colunas{ padding: 10px 10px 10px 10px; border: 5px solid green;}
.sobe{ background: white;padding: -100px -200px -200px -200px; border: 3px solid pink;}

.videos .widget-wrapper{ text-align: center; }
.videos .widget-wrapper h2{ text-transform: uppercase; font-size: 1.2em; color: #f6e497; font-weight: 200; }
.videos .widget-wrapper:first-child{ padding: 15px 0; }
.videos .widget-wrapper > img{ border: 7px solid #FFF; 
     box-shadow: -1px -1px 5px #f05b28, 3px 3px 5px #b9121b;}


/* programacao */
.programacao{ background: #ca3747; padding: 25px 20px 25px 20px; color: #ffffff;  } /*padding: topo direita baixo esquerda */
.programacao h1{ text-align: center; color: #FFFFFF; text-transform: uppercase; font-size: 28px; }


a {
  text-decoration: none;
  color: #0b385c;
  
  /*
  color: #ff7f41; //laranja
  color: #B02836; //vermelho
  */

}

.latest-news a{ text-decoration: none; color: #1a1616; }

.menu-area 
  a:hover {
  color: #F00;
  background-color: white;
  text-decoration: none;
}

.home-blog
  a:hover {
  color: #F00;  
  text-decoration: none;
  }

.carddia{
  width: 14.2%;
  text-align: center;
  float: center;
  box-sizing: border-box; 
  font-weight: 100; 
  font-size: 15px;
  background: rgba(0,0,0);  
}
/*quando ele não foi clicado */
.card{
    width: 14.2%;
    text-align: center;
    float: center;
    box-sizing: border-box; 
    font-weight: 100; 
    font-size: 15px;
    background: rgba(0,0,0, 0.2);  
}

.buttonprog{
  padding: 0.6rem 1.2rem 1rem 1rem;
  background: rgba(0,0,0, 0.2);  
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  opacity: 0.9;
  font-size: 1rem;
  cursor: pointer;
}

/* classe article equipe radio fema */
.equipe{ float: left; width: 500px; height: 180px;
    margin: 2px;
}

/* classe do the_post_thumbnail */
.todaequipethumbmail{ border-radius: 50%; box-shadow: -1px -1px 10px #f05b28, 6px 6px 10px #00395D; 
}

/* Apoiadores background: #11496B;*/
.apoiadores{ background: #ff6634; padding: 25px 0; color: #ffffff; }
.apoiadores h1{ text-align: center; color: #ffffff; text-transform: uppercase; font-size: 28px; }
.logos {
    width: 70%;
    height: 70%;
    background-color: white;
    margin: 0px 0px 0px 0px; 
    border-radius: 10px;
    opacity : 0.8;    
}

.logos p{ text-align: center; color: #000000; text-transform: uppercase; font-size: 28px; text-align: center;}

/* mensagem */
.mensagem{ background: #ff6634; padding: 25px 0; color: #ffffff; }
.mensagem h1{ text-align: center; color: #FFFFFF; text-transform: uppercase; font-size: 28px; }
.mensagemdiv {
    float: center;
    width:30%;
    height:20%;
    /*background-color: white;*/
    margin: 0px 3px 3px 0px; 
    margin-left: auto;
    margin-right: auto;  
    border-radius: 10px; 
    opacity : 0.5;   
    border: 2px solid #191970;
    position: relative;
}

.mensagemdiv p{     
    text-align: center; 
    color: #000000; 
    text-transform: uppercase; font-size: 18px; text-align: center;}


/* patrocinio */
.patrocinio{ background: #ffffff; padding: 25px 0; color: #000000; }
.patrocinio h1{ text-align: center; color: #000000; text-transform: uppercase; font-size: 28px; }


/* Middle Area */
.middle-area{ padding: 25px 0; }
.middle-area h1{ color: #4c1b1b; text-transform: uppercase;  }

/* Middle Area - Sidebar */
.sidebar{ background: #f6e497; padding: 35px; margin: 0 0 30px;  }
.home .sidebar{ background: #201c0c; }
.home .sidebar h2{ color: #ffffff; text-transform: uppercase; font-size: 38px; margin: 0 0 25px; }
.home .sidebar p{ color: #c9c9c9; }

/* Middle Area - Sidebar - Contact Form 7 */
.home .wpcf7 input[type="text"], .home .wpcf7 input[type="email"], .home .wpcf7 textarea{ width: 100%; background: #fcfae1; border: 0; padding: 10px; color: #989898; }
.home .wpcf7 input[type="submit"]{ background: #b9121b; border: 0; color: #ffffff; text-transform: uppercase; width: 100%; padding: 15px; }
.home .wpcf7-validation-errors{ color: #ffffff; }

/* Middle Area - Featured News */
.home .news h1{ color: #4c1b1b; text-transform: uppercase; font-size: 38px; font-weight: bold; }
.home .news .format-image h2, .home .news .format-video h2, .home .news .format-standard h2 { color: #000; background: transparent; display: inline-block; padding: 10px 0 5px; font-weight: bold; } 
.home .news .featured h2{ font-size: 35px; }
.home .news .secondary h2{ font-size: 20px; }
.home .news .featured h2 a, .home .news .secondary h2 a{ color: #000; }
.home .news .meta-info p{ font-weight: bold; margin-bottom: 0; }
.home .news span, .news span a{ color: #9c9c9c; font-weight: normal; margin: 0 2px 0 0; }

/* Map */
.map iframe{ display: block; }

/* Footer -000 fundo azul*/
footer{ background: #11496B; padding: 15px 0; color: #fcfae1; }

/* Footer - Footer Menu */
.footer-menu ul{ list-style: none; padding: 0; margin: 0; font-size: 20px; }
.footer-menu ul li{ display: inline;  margin: 0 15px 0 0;}
.footer-menu ul li:last-child{ margin: 0; }
.footer-menu ul li a{ color: #fcfae1;  text-decoration: none;}
.footer-menu ul  li.current-menu-item a{ color:#e58888; }
.divisaorodape {
    width: 100%;
    height: 6px;
    background-color: #00395D;
    margin: 0px 0px 0px 0px;        
}

/************** INNER PAGES *****************/

/* Blog */
.wp-post-image{ float: left; margin: 0 15px 10px 0; } 
.blog embed, .blog iframe, .blog object, .blog video { margin-bottom: 1.6em; max-width: 100%; vertical-align: middle; } /* Deixa os vídeos responsivos */
.blog article{ display: inline-block; margin: 0 0 30px; width: 100%; }
.blog article h2{ margin-bottom: 15px; }
.blog article h2 a{ color: #FFFFFF; }
.blog article p > img{ width: 100%; height: auto; }
.blog .meta-info p{ line-height: 1em; font-weight: bold; }
.blog .meta-info p > a{ color: #9d9d9d; font-weight: normal; }

/* Contact Page */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea{ border: 1px solid #eeeeee; background: #f6f6f6; width: 100%; padding: 10px; }
.wpcf7 input[type="submit"]{ background: #b9121b; border: 0; color: #ffffff; text-transform: uppercase; width: initial; adding: 15px; }

/* Search Page */
.search #main{ padding: 25px 0; }
.search #main form{ margin: 20px 0; }
.search article h2 a{ color: #000; }
.search .format-image h2 a { color: #fff !important; }

/************** MISCELLANEOUS *****************/

/* Comments */
.comment-respond{ margin: 30px 0; }
.comment-respond label{ width: 100%; }
#commentform input[type="submit"]{ background: #b9121b; border: 0; color: #ffffff; text-transform: uppercase; padding: 15px; }

/* Post Formats */
.format-image h2 { color: #fff; background: #717171; padding: 15px; }
.format-video h2 { color: #fff !important; background: #211e1e; padding: 15px; }
.format-standard h2 { color: #444 !important; background: #d2d2d2; padding: 15px; }

/* Pagination */
.blog .pages, .archive .pages, .single .pages{ margin-bottom: 40px; }
.pagination{ display: block; }

/* Gutenberg */
@media only screen and (min-width: 1140px) {

    .alignfull, .alignwide {
        margin-bottom: 2em;
    }
    .alignwide {
        width: 75vw;
        margin-left: 50%; 
        transform: translateX(-50%);
    }
    .alignfull {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .blog .alignfull{
        margin-left: 0;
        width: 100%;
        transform: initial;
    }
}

.has-blood-red-background-color{
	background-color: #b9121b;
}
.has-blood-red-color{
	color: #b9121b;
}
.has-white-background-color{
	background-color: #ffffff;
}
.has-white-color{
	color: #ffffff;
}



.teste{
    width: 10%;    
  }
  
.inputes{
  padding: 0rem 0rem 0.2rem 1rem;
  margin-bottom: 1rem 1rem 1rem 1rem;
  margin-top: 10;
  color: black;
}

.programacaodia{
  color: #fcfae1;
  margin-left: 10px;
}

.programacaodia img {
  max-width:80px;
  max-height:50px;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
}

h1 {
  padding: 0rem 0rem 0.2rem 1rem;
  margin-bottom: 1rem 1rem 1rem 1rem;
}

.form-control {
  margin-bottom: 1rem 1rem 1rem 1rem;
}

button {
  padding: 0.6rem 1.2rem 1rem 1rem;
  background-color: #888;
  color: rgb(38, 20, 141);
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  opacity: 0.9;
  font-size: 1rem;
}

#open-modal {
  background-color: #007bff;
  padding: 0.6rem 1.2rem 1rem 1rem;
  margin-bottom: 1rem 1rem 1rem 1rem;
}

button:hover {
  opacity: 1;
  padding: 0.6rem 1.2rem 1rem 1rem;
}

#fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

#modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  background-color: rgb(82, 26, 212);
  padding: 1.2rem;
  border-radius: 0.5rem;
  z-index: 10;
}

#fade,
#modal {
  color: black;
  transition: 0.5s;
  opacity: 1;
  pointer-events: all;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(156, 31, 31);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: black;
}

.modal-header h2{
  color: black;
}  

.modal-body p {
  margin-bottom: 1rem;
}

#modal.hide,
#fade.hide {
  opacity: 0;
  pointer-events: none;
}

#modal.hide {
  top: 0;
}

/* Pagination */
.wpdevs-pagination{
  display: flex;
  justify-content: space-between;
}
.pages{
  margin-top: 20px;
}
.nav-links{
  margin-top: 40px;
}
.nav-links .page-numbers{
  padding: 10px 15px;
  display: inline-block;
  background: var( --wpdevs-gray3 );
}
.nav-links .current{
  background-color: #000000;
  color: #ffffff;
}
.nav-links .next,
.nav-links .prev{
  background-color: transparent;
}
.nav-links .prev{
  padding-left: 0;
}

/* Estilização consistente dos cards */
.card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.card-img-wrapper {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/*-------------


/* =============================================
   NOTÍCIAS CARDS - SEM CONFLITO COM .card
   ============================================= */
.noticia-card {
    width: 100% !important;
    background: #fff !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.noticia-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.noticia-card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f0f0f0;
}

.noticia-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.noticia-card:hover .noticia-card-img img {
    transform: scale(1.05);
}

.noticia-card-body {
    flex: 1;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.noticia-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: #00395D;
    min-height: 50px;
}

.noticia-card-text {
    flex: 1;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.noticia-btn {
    background-color: #00395D;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.noticia-btn:hover {
    background-color: #f05b28;
    color: #fff;
    text-decoration: none;
}

/* Responsivo */
@media (max-width: 768px) {
    .noticia-card-img {
        height: 180px;
    }
    
    .noticia-card-title {
        font-size: 1rem;
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .noticia-card-img {
        height: 200px;
    }
}

/* =============================================
   PADRONIZAÇÃO DAS IMAGENS DOS CARDS
   ============================================= */

/* Força todas as imagens dos cards terem o mesmo tamanho */
.noticia-card-img {
    width: 100%;
    height: 220px;  /* Altura fixa para todas as imagens */
    overflow: hidden;
    background-color: #f0f0f0; /* Cor de fundo enquanto carrega */
    position: relative;
}

.noticia-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Corta a imagem para preencher sem distorcer */
    object-position: center;  /* Centraliza o corte da imagem */
    transition: transform 0.3s ease;
}

/* Opcional: Efeito zoom ao passar o mouse */
.noticia-card:hover .noticia-card-img img {
    transform: scale(1.05);
}

/* Para imagens que não existem (placeholder) */
.noticia-card-img.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00395D, #f05b28);
    color: white;
    font-size: 14px;
}

/* Alternativa manual para espaçamento */

.noticia-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* =============================================
   ESPAÇAMENTO ENTRE CARDS
   ============================================= */

/* Garante espaçamento com gutter do Bootstrap */
.home-blog .row.g-4 {
    --bs-gutter-x: 1.5rem;  /* Espaço horizontal entre cards */
    --bs-gutter-y: 1.5rem;  /* Espaço vertical entre cards */
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.home-blog .row.g-4 > [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-bottom: var(--bs-gutter-y);
}

/* Borda e fundo do card */
.noticia-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.noticia-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Imagem */
.noticia-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
}

.noticia-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.noticia-card:hover .noticia-card-img img {
    transform: scale(1.05);
}

/* Corpo */
.noticia-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.noticia-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #00395D;
    min-height: 45px;
    line-height: 1.4;
}

.noticia-card-text {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.noticia-btn {
    background-color: #00395D;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.noticia-btn:hover {
    background-color: #f05b28;
    color: #fff;
}

/* Responsivo */
@media (max-width: 992px) {
    .noticia-card-img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .noticia-card-img {
        height: 200px;
    }
}