/*
Theme Name: PPG 2025
Theme URI: 
Author: Marcos Mendes
Author URI: http://www.dti.ufv.br/
Description: 	
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Universidade Federal de Viçosa, UFV
*/

@font-face {
  font-family: 'lucida_sansdemibold';
  src: url("assets/font/lucida-sans-demibold_28961-webfont.woff2") format("woff2"), url("assets/font/lucida-sans-demibold_28961-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lucida_sans_regular';
  src: url("assets/font/lsans-webfont.woff2") format("woff2"), url("assets/font/lsans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* <weight>: Use a value from 100 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  --cor-titulo:#333333;
  --cor-menu: #333333;
  --cor-menu-hover: #E2E2E2;
  --cor-texto-branco: #FFFFFF;
  --color-text-mobile: blue;
}


html,body,applet,object,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;outline:0;vertical-align:baseline;margin:0;padding:0;}
:focus{outline:0;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
i,em{font-style:italic;}
b,strong{font-weight:bold;}
small{font-size:10px;}
big{font-size:16px;}
a img{border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
a:link,a:visited{color:#0066cc;text-decoration:none;outline:0;}
a:hover,a:active{color:#0055a9;text-decoration:none;outline:0;}
body{font:normal 13px/150% "lucida_sansdemibold", sans-serif;color:#363636; background: #ffffff;}


/* Header --------------------------------------------------------------------------*/

#header {

}

#header #container-logo {
  min-height: 100px;
  margin: 0 auto;
  width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-logo-link img { 
  width: 269px;
  height: auto;
  margin: 10px 0 0 0px; 
}

.logo {
  float: left;
}

.logo a {
  font-family: "Montserrat", Sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: var(--cor-titulo);
}

#header-wrapper-right {
    float: right;
    margin-top: 15px;
}

#header-wrapper-right a img {
  width: 200px;
  margin: 0px 0px 5px 0;
}

#navigation {
    background: var(--cor-menu);
    width: 100%;
}

#nav {
  display: grid;
  margin: 0 auto;
  justify-items: center;
  width: 1140px;
  justify-content: start;
  height: 50px;
}

/* Menu responsivo ---------------------------------------------------------------------------*/

.toggle-nav2 {
  display: none !important;
}

.menu2.main2 {
  display: none;
  background-color: #333333;
  padding: 20px 10px 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.menu2.main2 ul {

}

.menu2.main2 li {
  padding: 5px 5px 5px 5px;
}

.menu2.main2 a {
  color: #fff;
}

.menu2.main2 ul li ul {
background-color: #d2cccc;
margin-left: 15px;
padding-top: 15px;
}

.menu2.main2 ul li ul li a {
  color: #2f2d2d;
  display: block;
  padding-bottom: 10px;
}
.menu2.main2 ul li ul li ul{
background-color: #dddcdc;
}
   


/* Slider --------------------------------------------------------------------------*/


/* Sobre ---------------------------------------------------------------------------*/

#Sobre {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 500px;
  background-image: url(assets/images/estrutura/background-bloco-1.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: initial;
  background-position-y: 0px;
}

#Sobre .sobre-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  width: 1140px;
}

#Sobre .largura-40 {
  width: 46%;
  place-items: baseline;
}

#Sobre #Video_Sobre {
  width: 100%;
}

#Sobre #Video_Sobre img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

#Sobre iframe {
  width: 100%;
  border-radius: 25px;
}

#Sobre #Texto_Sobre {
}

#Sobre h2 {
  font-size: 44px;
  margin: 0;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

#Sobre p {
  color: #040003;
  font-size: 20px;
  line-height: 25px;
  margin: revert;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.botao-mais {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #333333;
    padding: 2px 15px;
    border-radius: 5px;
    transition-duration: .3s;
    transition-property: transform;
}

.botao-mais:active, .botao-mais:focus, .botao-mais:hover {
    transform: scale(.9);
}

.botao-mais a {
    color: #ffffff !important;
}



/* Acesso Rápido -------------------------------------------------------------------------*/

#Acesso-Rapido {
    background-color: #333333;
}

#Acesso-Rapido .acesso-rapido-titulo {
    width: 1140px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

#Acesso-Rapido .acesso-rapido-titulo h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.acesso-rapido-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  max-width: 1140px;
  gap: 80px;
  margin: 0 auto;
  padding: 45px 0 75px 0;
}

#Acesso-Rapido-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}

#Acesso-Rapido h2 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

#Acesso-Rapido img {
    width: 90px;
    max-width: fit-content !important;
    height: auto;
    transition-duration: 0.3s;
}

#Acesso-Rapido img:hover {
  transform: scale(.9);
}



/* Saiba Mais ---------------------------------------------------------------------------*/

#Saiba-Mais {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 500px;
}

#Saiba-Mais .sobre-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  width: 1140px;
}

#Saiba-Mais .largura-40 {
  width: 46%;
  place-items: baseline;
}

#Saiba-Mais #Video_Saiba_Mais {
  width: 100%;
}

#Saiba-Mais figure {
  margin: 0;
}

#Saiba-Mais iframe {
  width: 100%;
  border-radius: 25px;
}

#Saiba-Mais h3 {
    color: #7a7a7a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
}

#Saiba-Mais h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  margin: 5px 0 30px 0;
}

#Saiba-Mais p {
  color: #7a7a7a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: revert;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.botao-mais {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #333333;
    padding: 2px 15px;
    border-radius: 5px;
    transition-duration: .3s;
    transition-property: transform;
}

.botao-mais:active, .botao-mais:focus, .botao-mais:hover {
    transform: scale(.9);
}

.botao-mais a {
    color: #ffffff !important;
}




/* Notícias -------------------------------------------------------------------------*/

#noticias {
  background: #F8F8F8;
}

.noticias_container {
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
}

#noticias h1 {
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  margin: 30px 0;
}

.noticias-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2%;
  justify-content: center;
  margin: 0;
  align-items: flex-start;
}

.noticia {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.noticia img {
  width: 100%;
  height: 243px;
  object-fit: cover;
}

.inf-noticas-wrapper {
  margin: 15px;
}

.noticia h2 {
  margin: 7px 0 7px 0;
}

.noticia h2 a {
  font-size: 20px;
  color: #303133;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.noticia h1{
  font-size:20px;
  margin-bottom:10px;
}

.post-date {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
   
.noticia p{
  margin: 0 0 0 0;
  color: #000;
  font-family: 'lucida_sans_regular';
}

.noticia .resumo {
  font-size: 15px;
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


.navegacao {
  padding: 20px 0;
  display: flex;
}

.vejamais {
  background-color: #333333;
  padding: 10px 25px;
  border-radius: 5px;
  transition-duration: .3s;
  transition-property: transform;
}

.vejamais:hover {
    transform: scale(.9);
}

.vejamais a {
  font-size: 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.vejamais svg {
  height: 14px;
  fill: #ffffff;
  margin-left: 11px;
}

.linha {
  background: #ffffff;
  height: 5px;
  width: 194px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px #ffffff;
}

.noticias-background {
  width: 100%;
  height: 140px;
  background: url(assets/images/estrutura/background_noticias.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}




/* banner rodape -------------------------------------------------------------------------*/

.banner-rodape-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3vw;
}

.banner-rodape-container img {
  max-height: 10vw;
  width: 100%;
  object-fit: contain;
}


 
.recentes{
    float:left;
    }
 
.anteriores{
    float:right;
    }
 
#container {
  margin: 0px auto;
  width: 94%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  }

#Superior {
}

#Slider {
	overflow: hidden;
}

  
   
  
 
#sidebar{
width:245px;
float:right;
}

#conteudo {
    width: 100%;
    padding-top: 11px;
    min-height: 490px;
    background-image: url(assets/images/estrutura/cabecalho-pagina.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: initial;
    background-position-y: -1px;
}

.tipo-pessoas {
    background-image: url(assets/images/estrutura/backround-pessoas.png) !important;
}

#artigos {
    width: 1140px;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 100px;
    min-height: 28vw;
}

.titulo-artigo-wrapper {
    height: 5vw;
}

.artigo h1 {
  font-size: 35px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: left;
}

.widget .menu { width: 245px; text-transform: uppercase; font-size: 15px; }
.widget .menu { margin: 0; padding: 0px; }
.widget .menu li { list-style: none; margin: 0px; padding: 0px; }
.widget .menu li a {
  width: 180px;
  height: 56px;
  display: block;
  text-align: left;
  font-size: 11px;
  color: #5752d9;
  margin-bottom: 5px;
  padding-left: 65px;
  line-height: 60px;
  letter-spacing: 0px;
}

.widget .menu a { background: url(assets/images/estrutura/botao-lateral2.png) no-repeat top left; }
.widget .menu li a:hover { background-position: bottom left }
 
.widget{
width:245px;
margin: 12px 0;
}
 
.widget h3{
font-size:14px;
margin-bottom:10px;
}
 
#footer{
width: 100%;
font-size: 11px;
text-align: center;
background-color: #363435;
clear: both;
color: #fff;
}

#endereco-rodape {
  min-height: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin: 0 10% 70px 10%;
}

#footer #Endereco {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

#endereco-rodape h2 {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 90px 0 10px 0;
}

#footer #Endereco p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.copy {
  margin: 0;
  padding: 5px;
}

#comments{
    width:630px;
    float:left;
    border-top:1px solid #bebebe;
    }
 
#comments h3{
    font-size:14px;
    margin:20px 0;
    }
 
ol.commentlist{
    list-style:none;
    }
 
ol.commentlist li{
    margin-bottom:30px;
    }
 
ol.commentlist ul{
    margin:0px;
    }
 
ol.commentlist ul li{
    margin:20px 20px 20px 40px;
    }
 
#respond{
    margin:0 0 30px 0;
    clear:both;
    }
 
#respond form label{
    float:left;
    clear:left;
    width:60px;
    text-align:right;
    margin-right:10px;
    }
 
#respond form input{
    float:left;
    width:250px;
    margin-bottom:10px;
    }
 
#respond form textarea{
    float:left;
    width:400px;
    height:100px;
    margin-bottom:10px;
    }
 
#respond form input.commentsubmit{
    float:left;
    margin-left:70px;
}


/* Disciplinas -------------------------------------------------------------------------*/
    
.disciplina-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.disciplina-item summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.disciplina-item p {
  margin-top: 20px;
  font-size: 17px;
  font-family: 'Montserrat';
  font-weight: 400;
}



/* Docente -------------------------------------------------------------------------*/

.pessoas-item {
    background-color: #f7f7f7;
    padding: 30px !important;
    border-radius: 30px;
    font-family: Montserrat;
    margin-bottom: 15px !important;
    border: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2%;
}

.pessoas-item img {
    max-width: 160px;
    float: none;
    margin-right: 0;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    height: auto;
}

.pessoas-item h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
    padding-bottom: 10px;
}

.pessoas-dados p {
  margin: 0;
  padding: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.botao {
    margin-top: 20px;
}

.pessoas-dados .botao a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #333333;
    border-radius: 30px 30px 30px 30px;
    padding: 8px 50px 8px 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: -20px !important;
    transition: transform 0.2s 
ease-in-out;
}


/* Pagina de Editais -------------------------------------------------------------------------*/

.edital-item {
  border: 0px solid #ddd !important;
  padding: 25px !important;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  border-radius: 15px;
}

.edital-item p {
  margin: 5px 0;
}

.edital-item p a {
  margin-left: 0px !important;
  background: #682a2c;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
}



/* Pagina de noticias -------------------------------------------------------------------------*/

#artigos #noticias {
  background: none;
  margin-top: 90px;
}

#artigos .noticias-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colunas */
  gap: 25px; /* espaço entre as notícias */
}

#artigos .noticia {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#artigos .noticia_img img {
  width: 100%;
  height: 243px;
  object-fit: cover;
}

#artigos .noticia_dados {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 15px;
}

#artigos .noticia_dados p {
  margin-top: auto;
}

#artigos .prev-next-posts {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.prev-posts-link a, .next-posts-link a{
    background-color: #333333;
    padding: 10px 25px;
    border-radius: 5px;
    transition-duration: .3s;
    transition-property: transform;
}

#artigos .prev-next-posts a {
    font-size: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
}





/* COMEÇO MENU PRINCIPAL */
#cssmenu {
  padding: 0;
  margin: 0 0 0 -15px;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 19;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  font-family: "lucida_sansdemibold", sans-serif;
  font-size: 12px;
}
#cssmenu > ul {
  display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {

}
#cssmenu ul ul {
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  background: rgba(222, 222, 222, 0.9);
  color: #272727;
  border-top: 0 none;
  line-height: 150%;
  padding: 14px 20px 9px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  
}
#cssmenu ul ul li:hover > a {
  background: #5752d9;
  color: #000005;;
}
#cssmenu ul ul li:last-child > a {

}

#cssmenu ul ul li:last-child:hover > a {

}

#cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

#cssmenu ul li:hover > a {
  color: var(--cor-menu-hover);
  border-radius: 0 10px;
}

#cssmenu ul li.has-sub > a:after {
  content: ' +';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  color: var(--cor-texto-branco);
  padding: 4px 15px 4px 15px;
}
#cssmenu > ul > li > a {
  line-height: 40px;
  font-size: medium;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* FIM MENU PRINCIPAL */

.busca {
    margin-top: 20px;
}

.busca li {
    border-bottom: 1px solid #DDE0E4;
    margin-bottom: 10px;
}

.busca li a {
    font-size: 16px;
    font-weight: 600;
}

.busca li div {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

@media (min-width: 1441px) 
{

  #Sobre iframe {
    height: 445px;
  }

}


@media (max-width: 1440px) 
{


  #header #container-logo {
    width: 79.2vw;
  }

  #header #container {
    min-height: 7vw;
  }

  .custom-logo-link img {
    width: 16vw;
  }

  #nav {
    width: 79.2vw;
  }

  #cssmenu > ul > li > a {
    font-size: 1.11vw;
  }

  #Sobre .sobre-wrapper {
    width: 79.2vw;
  }

  #Acesso-Rapido .acesso-rapido-titulo {
    width: 79.2vw;
  }

  .acesso-rapido-wrapper {
    max-width: 79.2vw;
    gap: 4vw;
  }

  .noticias_container {
    width: 79.2vw;
  }

  .noticia img {
    height: 17vw;
  }

  .noticias-background {
    height: 7vw;
  }

  .linha {
    height: 0.3vw;
    width: 13.5vw;
  }

  .inscricao div {
    font-size: 28px;
    width: 250px;
    height: 54px;
    background-size: 397px;
    border-radius: 28px;
  }

  #Saiba-Mais .sobre-wrapper {
    width: 79.2vw;
  }

  #artigos {
    width: 79.16vw;
  }

}


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

  #nav {
    padding: 15px 0 15px 0;
    height: auto;
  }
  #cssmenu {
    display: none;
  }

  .toggle-nav2 {
    display: inline-block !important;
    float: right;
    margin: 0;
    font-size: 2em;
    transition: color linear 0.15s;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff !important;
    padding: 10px 5px 2px 5px;
    position: sticky;
    left: 45%;
    z-index: 100;
  }
       
  a.toggle-nav2:link, 
  a.toggle-nav2:visited,
  a.toggle-nav2:hover, 
  a.toggle-nav2:active {
    text-decoration: none;
    color: #333333;
  }

  .menu2.main2 {
    display: none;
    background-color: #333333;
    padding: 20px 10px 15px 20px;
    position: relative;
  }

  .inscricao div {
    font-size: 23px;
    width: 190px;
    height: 44px;
    background-size: 300px;
    border-radius: 28px;
  }

  .acesso-rapido-wrapper {
    gap: 2vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #Acesso-Rapido-item {
    flex: 0 0 calc(33.333% - 20px);
  }

  #conteudo {
    background-size: 160vw;
    background-position-y: -5px;
    background-position-x: -5vw;
  }

  #artigos .noticias-container {
    grid-template-columns: repeat(2, 1fr);
  }

}



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

  .noticias-container {
    flex-direction: column;
    row-gap: 4vw;
  }

  .noticia img {
      height: auto;
  }

  #Sobre iframe {
    height: 32vw;
  }

}

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

  .logo a {
    font-size: 15px;
  }

  #header-wrapper-right a img {
    width: 115px;
  }

  #Sobre .sobre-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  #Sobre .largura-40 {
    width: auto;
  }

  #Acesso-Rapido-item {
    flex: 0 0 calc(50% - 20px);
  }

  #Saiba-Mais .sobre-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  #Saiba-Mais .largura-40 {
    width: auto;
  }

  #conteudo {
    background-size: 368vw;
    background-position-y: -2px;
    background-position-x: -15vw;
  }

  .titulo-artigo-wrapper {
    height: 20vw;
  }

  .pessoas-item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  #artigos .noticias-container {
    grid-template-columns: repeat(1, 1fr);
  }


}

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

  .toggle-nav2 {
    left: 39%;
  }

}

.menu-seletor-de-linguagens-container {
    float:right;
    margin-top: 91px;
}

.seletor-linguagem {
    list-style:none;
    position:relative;
}

.seletor-linguagem li {
  float: left;
  padding: 0 4px 0 4px;
}

.seletor-linguagem{
    padding:0 1em;
    z-index: 20;
}


figure.wp-block-embed.alignleft,
figure.wp-block-image.alignleft {
  float: left !important;
  margin-right: 1.5em !important;
}


/* justifica textos */

.justificar {
    text-align: justify;
}