

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html, body {
  height: 100%; margin:0;
}

body{
        /* CSS3 - tirar o serrilhado do chrome*/
        -webkit-text-size-adjust: none;
        font-family: "Lato", sans-serif;
        font-size: 1.1rem;
        text-rendering: optimizeLegibility !important;
    }

body a {color:#333;}	
body a:hover { color: #ff9c00;}	

p{line-height: 30px; }
.tags{font-size: 0.75rem;}
ul, li {list-style-type:none;}

/*titulo sem link - cor azul*/
.azul {color: #337ab7;}

/*IMG responsiveis*/
img {height:auto;}

.clear{clear:both;}
.titulopagina {color:#333; font-weight: bold; margin-top: 10px;  margin-bottom: 10px; }

.container {
	min-height: 100%;
    min-height: -webkit-calc(100% - 100px);     /* Chrome */
    min-height: -moz-calc(100% - 100px);     /* Firefox */
    min-height: calc(100% - 100px);     /* native */
}
#container{
	/*max-width:100%; ou em pixel ex 700px para imagem*/
	max-width:100%;
margin-top: 20px;
margin-bottom: 20px;

}
#container img{max-width:100% !important;}

.linkinternocontainer a {color:#0095D4;}  
.linkinternocontainer a:hover {color:#ff7e00;}  

/*Header*/
#header{
 background-color:  #f5f5f5;
border-bottom: solid 1px #eae9e9;
}
.content-header{margin:0 auto; width:1140px; max-width:100%; }
.content-header img{max-width:100% !important;}

/*Título site*/
.nomecurso {color:; font-size: 1.8em; font-weight: 900; padding-bottom: 20px; padding-top: 10px; }
.nomecurso:link{text-decoration: none;}
.nomecurso:hover{text-decoration: none; color:#4e6ba0;}

.descrcurso {color:; font-size: 1em; position: relative; top: -7px; text-transform: uppercase;}

/*Plugin Contact Form 7*/


#wpcf7 .wpcf7-form-control {max-width: 100%; }
div.wpcf7 .wpcf7-form-control { max-width: 100%; }

/* FireFox 3 and Up */
html>/**/body #recuo-header, x:-moz-any-link, x:default  {margin:0em 0 0 0 !important}

 /*Hack This works only in Safari and Google Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
/*#recuo-header {margin:0em 0 0 0;}*/
}

#recuobusca-header {margin: 1em 0; position: relative;}
#recuosocial-header {margin:1em 0;}


/*Menu*/
.navbar-inverse { background-color:#0072ab; border-bottom:solid 1px #fff; margin:0 auto; height:80px;}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
}

/*Noticias da index - Home*/
.titulo-ultimas-noticias {color:#545454; font-weight: bold; border-color: #abaaab; background-color: #c0c0c0; border-radius:0;}
.img-noticia-interna img{ max-width:100% !important; width: 100%; height: 100%;}
.img-noticia img{height: 200px; width: 100%; display: block; max-width: 100% !important;}
#titulo-noticia a{color: #333; padding:5px; font-weight:bold; text-transform:uppercase;}
.datanoticia {font-size: .85rem;}

.img-topico img{height: 150px; width: 100%; display: block; max-width: 100% !important;}

h2.demaistitulos {text-align: center; display: flex; flex-direction: row; justify-content: center; color: #000; font-weight: bold;}
h2.demaistitulos:after {flex-grow: 1; height: 6px; content: '\a0'; background-color: #ededed; position: relative; top: 0.6em;}
h2.demaistitulos:before {margin-right:0px; height: 6px; background-color: #333;}
h2.demaistitulos:after {margin-left:10px; width: 85;}
h2.demaistitulos a:hover{text-decoration: none;}

#titulo-home a{color:#cc7722;}
#linknoticia a:hover{ text-decoration:underline;}

/*Coluna interna - Notícias*/
#col-noticia {border:solid 1px #e5e5e5; padding-top: 0.7em; margin-top:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

/**Evento**/
.titulo-evento{font-size: 1.1rem; color: #000; }
.local-evento{font-size: 0.8rem; color: #595959;}
.data_evento_home  {font-size: 1.1em; font-weight: bold; text-transform: uppercase;	color: #000;}
.content-evento{padding: 3px 0px 0px 5px;}

/* fixar altura do footer  */
#push,
#footer {height: auto; min-height:50%; position: relative; bottom: 0; width:100%; clear:both; font-size: 14px; padding-top: 10px;}
#footer {background-color: #0072ab;	color:#f2f2f2;}
#footer  {color:#fff;}
#footer a{color:#f2f2f2;}
#footer  a:hover {color:#333;}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
  /*margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;*/
}
}

/**Formatação Tabela TR, TH, TD**/
th {background:#ececec; color:#666;}
th,td {padding:15px;}
table,th,td{border:1px solid #ccc; border-collapse:collapse}

/*FORMATAÇAO PADRÃO DO WORDPRESS=WordPress Core */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto 5px auto;}
.alignright {float:right; margin: 5px 0 20px 20px;}
.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.alignright {float: right; margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {background: #fff; border: 1px solid #f0f0f0; max-width: 96% !important; padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}

/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b;
display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none;
top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }
/*fim wordpress core*/

/*****GOOGLE MAPS RESPONSIVO********/
.google-maps {position: relative; padding-bottom: 75%; // This is the aspect ratio height: 0; overflow: hidden;}
    .google-maps iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
	
/* Configuração plugin Easy Logo na index*/
.jw_easy_slider_name{display:none;}
.jcarousel-pagination{display:none;}


/***Voltar Ao Topo Página*/
#back-top-wrapper p#back-top {margin: 0;}
#back-top-wrapper p#back-top a {width: 42px;}
#back-top-wrapper p#back-top a:hover span {background-color: #EAB028;}
#back-top-wrapper p#back-top a span {background: url("../images/up-arrow.png") no-repeat scroll 0 0 #E4E4E4; border-radius: 42px 42px 42px 42px; height: 42px;
 margin: 0; overflow: hidden; width: 42px;}
#back-top {display: none;}
#back-top-wrapper {bottom: 2em; overflow: hidden; position: fixed; right: 10px; z-index: 99;}
#back-top a {color: #BBBBBB; display: block; text-align: center; text-decoration: none; transition: all 1s ease 0s; width: 50px;}
#back-top a:hover {color: #000000;}
#back-top a:hover span {background-color: #333333;}
#back-top span {background: url("../images/up-arrow.png") no-repeat scroll center center #0088CC; display: block; height: 50px; margin-bottom: 7px;
 transition: all 1s ease 0s; width: 50px;}
/***Fim Voltar Ao Topo Página*/

/*.owl-carousel .owl-item img {
    width: 150px;
	height:auto;

}*/
/*plugin logo link*/
.lsw_logo_container a.lsw_logo_link img {
    box-shadow: none;
    width: 100%;
    height: 150px;
}

.logoslide img figure{
    max-width: 100%;
    height: 140px !important;
}


/*titulo dissertação e tese com letras maiuscula*/
.titulomaiusc{text-transform: uppercase; font-size: 0.9rem;}
.autordissertacao{text-transform: uppercase; font-size: 0.8rem;}
.outrosdissertacao{font-size: 0.8rem;}

/* Row with equal height columns*/
.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.row-eq-height > [class^=col] div {
  flex-grow: 1
}
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*corpo docente*/
.team-box{ height:290px; padding: 0px;}
.team-box:hover{z-index:1001;}
.team-boxs{position: relative; height:290px; width: 100%; padding:30px; background-color:#fff; border:1px solid #F0F0F0;}
.team-boxs:hover{/*top:-15px; left:-15px; width: calc(100% + 30px);*/ transition: all 0.7s; box-shadow: 0px 0px 5px 0px #ccc;}
.team-boxs img{width:80px; height:80px; border-radius:50%;}
.team-boxs:hover.team-boxs img{border:2px solid #1FACF9; padding:2px;} 
.team-boxs h4{font-weight: bold; color:#333; font-size:1rem;}
.team-boxs h5{font-size:0.9rem; color:#898686;}
.team-boxs p{color:#A9A9A9;}
.team-boxs .btn {background: #1FACF9; color: #fff;}

/*contact form 7 responsive*/
div.wpcf7 .wpcf7-form-control { 
  max-width: 95%; 
}

/* Make Contact Form 7 text field full width & responsive */
.wpcf7-text { 
  width: 100%;
} 

 .wpcf7-textarea { 
  width: 100%;
} 

/*Páginação*/
@media screen and (max-width: 575px) {
  .paginacaopg .page-link {
    font-size: .7rem;
    padding: .3rem .45rem;
  }
}


div[id*="ajaxsearchlite"].wpdreams_asl_container {z-index: 0;}
.lang-item {float: left;}


/*rede social footer*/
.socialfooter ul{}
.socialfooter li { display: inline-block; padding: 2px 25px 0 0; font-size: 1.8rem;}
.socialfooter li i:link {color: #fff;}
/*.socialfooter li a:hover {transition: color 0.2s linear 0s, color: #043862;}*/

.socialfooter li i:hover {
  color:#ffcc29;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

/*plugin slide logo*/
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}



/*quebra de linha em collapse*/

.btncolappse{ white-space: normal; text-align: left;}

.dashicons, .dashicons-before::before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 15px;
    vertical-align: bottom;
    text-align: center;
    transition: color .1s ease-in;
}

/*contact form7*/


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 50%;
   border: 2px solid #f0f0f0;
  padding: 10px;
  border-radius: 10px;
}

.wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 15px;
     font-weight: 700;
     background: #005FB3;
     padding: 5px;
     border: none;
     border-radius: 5px;
     width: auto;
     text-transform: uppercase;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #409DEE;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }