/*
Theme Name: Eventos 2026
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;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,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: #f8f8f8;}


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

#header {
  width: 100%;
  background: #f9f9f9;
  margin-top: 15px;
  box-shadow: 0px 0px 8px -2px #000000;
}

#header #container {
  min-height: 100px;
}

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

.logo {
  float: left;
}

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

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

#navigation {
    background: #f9f9f9;
    width: 100%;
}

#nav {
  display: grid;
  margin: 0 auto;
  height: 44px;
  justify-items: center;
}

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

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

.menu2.main2 {
  display: none;
  background-color: #5752d9;
  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: 50px 0;
}

#Sobre iframe {
  border-radius: 25px;
  border: 7px solid #fff;
}

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

#Sobre #Video_Sobre {
  width: 100%;
  text-align: right;
  margin-right: 22%;
}

#Sobre iframe {
  width: 80%;
  border-radius: 25px;
  border: 7px solid #fff;
  background: #000;
}

#Sobre .barra {
  background: #d9d9d9;
  height: 260px;
  width: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px #d9d9d9;
}

#Sobre #Texto_Sobre {
  margin-left: 10%;
}

#Sobre h2 {
  color: #ed8d05;
  font-size: 44px;
  margin: 0 0 30px 0;
  line-height: 50px;
  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;
}


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

#noticias {
  margin-bottom: 10px;
  background: rgb(59, 59, 59);
  background: linear-gradient(29deg, #3b3b3b 0%, #020202 100%);
}

#noticias h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding: 80px 0 90px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

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

.noticia {
  width: 100%;
}

.noticia img {
  width: 98.5%;
  height: 300px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 25px;
}

.inf-noticas-wrapper {
  margin-left: 5px;
}

.noticia h2 {
  margin: 25px 0 20px 0;
}

.noticia h2 a {
  font-size: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.noticia .resumo {
  font-size: 17px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}


.navegacao {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vejamais a {
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.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;
}


/* Botao flutuante -------------------------------------------------------------------------*/

.inscricao {
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 2;
}

.inscricao div {
  color: #fff;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  align-content: center;
  width: 300px;
  height: 68px;
  background: #0e4094;
  border-radius: 31px;
}

 



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

#Superior {
    margin-top: 10px;
}

#Slider {
	overflow: hidden;
}

  
   
  .noticia h1{
    font-size:20px;
    margin-bottom:10px;
  }
   
  .noticia p{
  margin-bottom:10px;
  margin-left: 5px;
  color: #000;
  font-family: 'lucida_sans_regular';
  }
 
#sidebar{
width:245px;
float:right;
}

#conteudo{
    width: 100%;
    margin: 40px 0;
    min-height: 490px;
}

#artigos {
    width: 960px;
    margin: 0 auto;
    text-align: justify;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 25px;
}

#artigos h1, #artigos h2, #artigos h3, #artigos h4, #artigos h5, #artigos h6 {
    color: #5752d9 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.artigo h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: inherit;
    color: #5752d9;
    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;
    }

/* COMEÇO MENU PRINCIPAL */
#cssmenu {
  padding: 0;
  margin: 0;
  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 {
  background: #9252d95c;
  color: #000005;
  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: #000005;
  padding: 4px 15px 4px 15px;
}
#cssmenu > ul > li > a {
  line-height: 40px;
  font-size: 1vw;
  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 {
    min-height: 7vw;
  }

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

  #header-wrapper-right a img {
    width: 16vw;
  }

  #Sobre h2 {
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  #Sobre p {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  #Sobre .barra {
    width: 7px;
  }

  #noticias h1 {
    font-size: 2.6vw;
    padding: 5.6vw 0 6vw 0;
  }

  .noticia img {
    height: 17vw;
  }

  .noticia h2 a {
    font-size: 1.8vw;
  }

  .noticia .resumo {
    font-size: 1.15vw;
    line-height: 1.3vw;
  }

  .noticias-background {
    height: 7vw;
  }

  .vejamais a {
    font-size: 1.65vw;
  }

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

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

}


@media screen and ( max-width: 1024px ) {
  .inscricao div {
    font-size: 23px;
    width: 190px;
    height: 44px;
    background-size: 300px;
    border-radius: 28px;
  }
}



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

  #cssmenu {
    display: none;
  }

  .toggle-nav2 {
    display: inline-block !important;
    float: right;
    margin: -39px 0px 0px 15px;
    font-size: 2em;
    transition: color linear 0.15s;
    border-width: 2px;
    border-style: solid;
    border-color: #050505;
    color: #050505 !important;
    padding: 10px 5px 2px 5px;
    position: absolute;
    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: #5752d9;
  }

  .menu2.main2 {
    display: none;
    background-color: #5752d9;
    padding: 20px 10px 15px 20px;
    position: absolute;
  }

  #Sobre iframe {
    height: 32vw;
  }

}

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

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

  #header-wrapper-right a img {
    width: 30vw;
  }

  .toggle-nav2 {
    left: 41%;
  }

  #Sobre {
    flex-direction: column-reverse;
  }

  #Sobre .largura-40 {
    width: 80%;
  }

  #Sobre #Texto_Sobre {
    margin-left: 0;
  }

  #Sobre h2 {
    font-size: 5.4vw;
    line-height: 6.6vw;
    text-align: center;
  }

  #Sobre p {
    font-size: 3.1vw;
    line-height: 4vw;
  }

  #Sobre .barra {
    height: 1vw;
    width: 40vw;
    margin: 20px 0;
  }

  #Sobre #Video_Sobre {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  #Sobre iframe {
    height: 52vw;
    width: 100%;
  }

  .noticias-container {
    flex-direction: column;
    align-items: center;
  }

  #noticias h1 {
    font-size: 5.6vw;
    line-height: 9vw;
  }

  .noticia {
    width: 80%;
  }

  .noticia img {
    height: 43vw;
  }

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

  .noticia h2 a {
    font-size: 4.4vw;
  }

  .noticia .resumo {
    font-size: 3vw;
    line-height: 4.3vw;
  }

  .noticia {
    width: 80%;
    margin-bottom: 10vw;
  }

  .vejamais a {
    font-size: 4.65vw;
  }

  .linha {
    height: 1.3vw;
    width: 38.5vw;
  }

}

@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;
}