@import url('https://fonts.googleapis.com/css?family=Amaranth:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,500i,700,900');
ul, li {list-style-type:none;}

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

body{
        /* CSS3 - tirar o serrilhado do chrome*/
        -webkit-text-size-adjust: none;
        -webkit-font-smoothing: antialiased;
		font-family: 'Roboto', sans-serif;
    }

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

.tags{color: #0999C8;  font-size: 0.8rem;}

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

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

.clear{clear:both;}
.titulopagina {color:#333; font-weight: bold; margin: 30px 0;}

/*.container {
	min-height: 100%;
    min-height: -webkit-calc(100% - 100px);     
    min-height: -moz-calc(100% - 100px);     
    min-height: calc(100% - 100px);      
}*/
#container{
	/*max-width:100%; ou em pixel ex 700px para imagem*/
	/*max-width:100%;*/
  margin:  0 auto;
}
#container img{max-width:100% !important;}

.linkinternocontainer a {color:#0069d9; text-decoration: none;}  
.linkinternocontainer a:hover {color:#f4bf1a;}  



.demaislinks a {color:#333; text-decoration: none;}  
.demaislinks a:hover {color:#f4bf1a;}  

/*Header*/
#header{
 background-color:  <?php echo $corHeader2; ?>;
/* border-top:  solid 1px #fff;*/
 border-bottom:  solid 1px #fff;
 padding: 5px 0;
}

/*.headerbackground{height:100vh; background-size: cover; background-image: url(../images/background.jpg);}*/
.content-header{margin:0 auto; width:1140px; max-width:100%; }
.content-header img{max-width:100% !important;}


/***** Top menu *****/

.navbar {
  background: #334059;
  -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
  backface-visibility: hidden; height:100px;
}
.navbar.navbar-no-bg { background: #334059; /*background: rgba(0, 0, 0, 0.2);*/ }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
  width: 360px;
  background: url(../images/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
}


/***** Top content *****/

.top-content {
margin-top: 1px;
    padding: 210px 0;
    background-image: url(../images/background.jpg);}
}

.top-content .text {
  color: #fff;
}

.top-content .text h1 {
  margin-top: 25px;
  color: #fff;
}

.top-content .description {
  margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
  margin-top: 45px;
}

.top-descricao {color:#fff; font-weight: 300; font-size: 13pt;}

/***** Sobre rural pesquisa *****/
.sobre-us-box {
  margin-top: 100px;
}

.sobre-us-box-text {
  padding-right: 30px;
  text-align: left;
}

.sobre-us-box-text h3 {
  margin-top: 0;
}

.sobre-us-box-text .medium-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sobre-us-box-text a { border-bottom: 1px dashed #9b59b6; }
.sobre-us-box-text a:hover, .sobre-us-box-text a:focus { border: 0; }

.sobre-us-box-img img {
  border-radius: 4px;
}

/***** contato o rural pesquisa *****/
.contato-box {
  margin-top: 30px;
  text-align: left;
}

.contato-box h3 {
  margin-top: 0;
}
.contato-box h3 a { color: #555; }
.contato-box h3 a:hover, .contato-box h3 a:focus { color: #9b59b6; }

.contato-box h3 i {
  padding-left: 10px;
  color: #ccc;
  -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.contato-box h3:hover i { padding-left: 15px; }

.contato-container .section-bottom-button {
  padding-top: 40px;
}

/***** configuração, para  sections *****/

h1, h2 {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
    font-weight: 300;
    color: #272525;
  /*  line-height: 50px;*/

}

.titulohome {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
font-weight: 700;

}

.titulohomecoral {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
    font-weight: 300;
    color: #fbbf14;
    line-height: 50px;
font-weight: 700;

}

.titulohomeinfo {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
font-weight: 700;

}


.titulohomevideo {
  margin-top: 5px;
font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
    color: #fff;
    line-height: 50px;
font-weight: 400;
}

.titulohomevideo a:link{
    color: #fff;
text-decoration: none;
}

.titulohomevideo a:hover{
    color: #fbbf14;
text-decoration: none;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
.medium-paragraph {
  font-size: 17px;
  line-height: 32px;
}

.colored-text { color: #9b59b6; }

::-moz-selection { background: #9b59b6; color: #fff; text-shadow: none; }
::selection { background: #9b59b6; color: #fff; text-shadow: none; }



.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
  background: #f8f8f8;
}

.section-container-gray-bg-2 {
  background: #f0f0f0;
}


.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
  color: #fff;
}

.section-container-image-bg .divider-1 span {
  border-color: #fff;
}

.section-description {
  margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
  padding: 0 120px;
}
.section-container-image-bg .section-description p {
  opacity: 0.8;
}

/***** Divider *****/

.divider-1 span {
  display: inline-block;
  width: 200px;
  border-bottom: 1px dashed #f4bf1a;
}

.divider-12 span {
  display: inline-block;
  width: 200px;
  border-bottom: 1px dashed #fff;
}


/*email copy input*/
.copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}


/***** cadastro pesquisador *****/

.pesquisador-container .section-bottom-button {
  padding-top: 30px;
  color: #fff;
}

.textcall  {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
}

.titulo-pesquisador { color: #fff;}

.backgroundpesquisador { left: 0px; top: 0px; overflow: hidden; margin: 0px; padding: 0px; height: 100%; width: 100%; z-index: -999998; position: absolute;  background: #f9f9f9;}

/*.backgroundpesquisador { left: 0px; top: 0px; overflow: hidden; margin: 0px; padding: 0px; height: 100%; max-height: 470px; width: 100%; z-index: -999998; position: absolute;  background-image: url(../images/content-bg100.png);}
*/

/*Título site*/
.nomecurso {color:#fff; font-size: 2.1em; font-weight: 600; }
.nomecurso:link{text-decoration: none;}
.nomecurso:hover{text-decoration: none; color:#DCE6DE;}

.descrcurso {color:#fff; font-size: 0.8em; 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;}
#recuosocial-header {margin:1em 0;}


/*Plugin busca*/
#ajaxsearchlite2, #ajaxsearchlite1 {
    background-color: rgb(255, 255, 255);
    border: 0 none rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: 0 0 0 0 rgb(181, 181, 181) inset;
    height: 28px;
    margin: 0;
    padding: 15px 0;
}

div.asl_w .probox .proinput input::placeholder {

    font-weight: normal;
    font-family: Open Sans;
    color: #333 !important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-weight: normal;
    font-family: Open Sans;
    color: #484848 !important;
    font-size: 14px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    border: 0;
    box-shadow: none;
    height: 34px;
  }

div.asl_r.vertical {

    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 0 0;
    visibility: hidden;
    display: none;

}


/*Menu
.navbar-inverse { background-color:<?php echo $corHeader1; ?>; 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:#fff; font-weight: bold; border-color: #d9b02f; background-color: #f4bf1a; border-radius:0;}
.img-noticia-interna img{ max-width:100% !important; width: 100%; height: 100%;}
.img-noticia img{height: 225px; width: 100%; display: block; max-width: 100% !important;}
#titulo-noticia a{font-weight:700; font-family: 'Roboto', sans-serif; }
.meta-tags {font-size: 0.9rem; color: #fbbf14;}

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: 90%;}
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: 0.9rem; color: #fff;  font-family: 'Roboto', sans-serif; font-weight: 400;}
.titulo-evento  a{color: #fff; }
.titulo-evento a:hover{color: #fbbf14; }

.local-evento{font-size: 0.7rem; color: #595959;}
.data_evento_home  {font-size: 1.1em; font-weight: bold; text-transform: uppercase;	color: #fff; background-color:#fbbf14; text-align: center;}
.content-evento{padding: 3px 0px 0px 5px;}

.how2 {
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 0 18px;
  position: relative;
}

.how2::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.how2-cl1::before {
  background-color: #e71d69;
}

.how2-cl2::before {
  background-color: #15a752;
}

.how2-cl3::before {
  background-color: #e3724a;
}

.how2-cl4::before {
  background-color: #FBBF14;
}

.tab01-title { font-size: 35px; line-heigh: 50px; margin-top: 0px; font-weight: bold; color: #f90; font-family: 'Montserrat', sans-serif;}
.tab01-title a:link{ color: #515151;  text-decoration:none; }
.tab01-title a:hover{ color: #FBBF14;   text-decoration:none; }


/* fixar altura do footer  */
#push,
#footer {height: auto; min-height:30%; position: relative; bottom: 0; width:100%; clear:both; font-size: 12px; padding: 20px 0;}
#footer {background-color: #334059;	color:#f2f2f2;}
#footer a{color:#fff;}
#footer a:hover{color:#8fbbe8;}
#footer  small {color:#fff;}
#footer  small a {color:#fff;}
#footer  h3 {color:#fff;}


/* 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;}

/**BARRA DE ACESSIBILIDADE***/
/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 481px) { 
#navegacao {float:left; width:50%; display:none;}
#navegacao ul{ list-style-type:none;}
#navegacao li{float:left; padding:0 5px; font-size:12px;}
#navegacao li a{color: #bc8639;}
#navegacao li a:hover{color: #fff;}
#navegacao span{ background-color:#666; padding:1px 2px 0px 2px; color:#fff; }

/***acessibilidade**/
#acessibilidade {width:100%; }
#acessibilidade ul{ list-style-type:none;  }
#acessibilidade li{ padding:0 5px; font-size:12px;}
#acessibilidade li a{color: #bc8639;}
#acessibilidade li a:hover{color: #fff;}
.normal{display:none;}
}

/* Medium devices (tablets, less than 62em)*/
@media (max-width: 61.9em) {
#navegacao {float:left; width:50%; display:none;}
#navegacao ul{ list-style-type:none;}
#navegacao li{float:left; padding:0 5px; font-size:12px;}
#navegacao li a{color: #bc8639;}
#navegacao li a:hover{color: #fff;}
#navegacao span{ background-color:#666; padding:1px 2px 0px 2px; color:#fff; }

/***acessibilidade**/
#acessibilidade {width:100%; }
#acessibilidade ul{list-style-type:none;  }
#acessibilidade li{padding:0 5px; font-size:12px;}
#acessibilidade li a{color: #bc8639;}
#acessibilidade li a:hover{color: #fff;}
.normal{display:none;}
		 }

 /****navegação***/
 #acessibilidade_site{width: 100%;}
#navegacao {float:left; width:50%; }
#navegacao ul{ list-style-type:none;}
#navegacao li{float:left; padding:0 5px; font-size:11px;}
#navegacao li a{color: #6a6a6a;}
#navegacao li a:hover{color: #deb215;}
#navegacao span{ background-color:#666; padding:1px 2px 0px 2px; color:#fff; }

/***acessibilidade**/
#acessibilidade {float:right; /*width:50%;*/ display:inline; }
#acessibilidade ul{ list-style-type:none;  background-color:#ccc; }
#acessibilidade li{float:right;  padding:0 5px; font-size:11px;}
#acessibilidade li a{color: #6a6a6a;}
#acessibilidade li a:hover{color: #deb215;}
.normal{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;
}

/*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{z-index:10; 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 15px 0px #555;}
.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%;
} 

label {

    display: block;
    margin-bottom: .5rem;

}
/*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;}


/*accordion - informações úteis*/

.accordionfaq {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: solid 1px #ddd;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 5px 0px;
}

.active_ative, .accordionfaq:hover {
    background-color: #ccc; 
}

.panelfaq {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}



.quiosque ul li{ float:left; text-decoration:none;}
.quiosque li {margin:10px 0 0 50px;}


/*remove o banner do recaptcha do google visivel no site */
.grecaptcha-badge {
    display: none;
}


/*content e customização das classes do plugin search lite*/ 
.content-busca {
    display:none;
    background: #e5e5e5; 
    padding: 10px;

}

.submit-busca {
background-color: #f4bf1a;
padding: 10px;
border: 0px solid #fff;
  }
  .submit-busca:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}
 div.asl_w .probox .proinput input::-moz-placeholder {
 font-weight:normal;
 font-family:Open Sans;
 color:#333 !important;
 text-shadow:0 0 0 rgba(255,255,255,0);
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-weight: normal;
    font-family: Open Sans;
    color: #333 !important;
    font-size: 13px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    border: 0;
    box-shadow: none;
    height: 34px;
}


/*página Pesquisadores */
.titulopesquisador a{color:#333; font-size: 0.9em; text-decoration: none;}
.titulopesquisador a:hover{color:#f4bf1a;}

.card {
    /*position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:300px;*/
    min-height:450px;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.card:hover {
    box-shadow:0 2px 10px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width:120px;
    height:120px;
    /*margin:0 auto;*/
    margin-top:2em;
    border-radius:50%;
    overflow:hidden;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card .box h2 span {
    font-size:14px;
    background:#f4bf1a;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
}
.card .box p {
    color:#262626;
}
.card .box span {
    display:inline-flex;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#333;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#f4bf1a;
    transform:rotateY(360deg);
}



/*single pesquisadores*/

    .nav-tabs .nav-item .active{color: #333; font-weight: bold;}

    .nav-link a:link{color: #ccc; }

    .pesquisadordetalhe{ background: #f4bf1a;}

.detail-part{margin-bottom: 10px;}

.image-part{

  background-color: #333;

}

.image-part .user-img img{

  width:50%;

  margin-top:30px;

}

.user-name h2{

  margin-top:10px;

  font-size:13px;

  letter-spacing: 2px;

  color: #f4bf1a;;

}

.user-name p{

  font-size:12px;   letter-spacing: 2px; color: #fff;

}



.user-detail p{

  color:black;

  padding-left:30px;

  margin:5px;

}

.user-detail span{

  color:#b2b2b2;

}

.tab-head{

  padding: 10px;

}

.tab-content{

  padding-bottom: 10px;

}

.about-detail h5{

  margin-top: 10px;

}

.about-detail .website{

  margin-top:6px;

}

.contact-detail p{

  color:black;

  margin:5px;

}


/* Carousel pesquisador*/

.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel .item {
  color: #fff;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
    background: #212327;
}
.conteudopequisador {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview { 
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #FBBF14;
}
.carousel .carousel-control {
  width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.carousel-control i {
    font-size: 68px;
  line-height: 42px;
    position: absolute;
    display: inline-block;
  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}


/* Home bibliografia e produção técnica*/

.single_what_we_do {
    background-color: #f9f9f9;
    text-align: center;
    padding: 0 35px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_what_we_do:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #ffca06;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 40px 0;
    color: #ffca06;
}
.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
}
.single_what_we_do .what_we_do_title {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 35px;
    margin: 0;
    color: #2b353a;
}
.single_what_we_do .what_we_do_content {
    padding-bottom: 65px;
    color: #2b353a;
}
 .single_what_we_do .what_we_do_icon {
    position: absolute;
    bottom: -9px;
    left: 47%;
    color: #fff;
    background-color: #FBBF14;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}
