@charset "UTF-8";
 :root { --primary: #0072AB;
--secondary: #0DD3F1;
--light: #F6F7FC;
--dark: #15233C;
--familiafonte: 'Lato', sans-serif;
--bs-light-rgb: 241, 245, 249; --cortexto:#444F6C;
--cor-link-hover:#0d6efd; --bs-box-shadow: 0 0.5rem 1rem rgba(2,6,23,.15);
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(2,6,23,.075); --bs-border-radius-lg: 0.75rem;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #e2e8f0;
--bs-card-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
}
html{margin-top: 0px !important; }
body{ -webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
font-family: var(--familiafonte);
font-size: 13.8pt;
color:var(--cortexto);
}
body a{color: var(--cortexto); text-decoration: none;}
body a:hover {color:var(--cor-link-hover); text-decoration: none; transition:all 0.3s ease;} .linkinterno a:link, a:visited {color:var(--cor-link-hover);}  
.linkinterno a:hover {color:#ff7e00;} 
.back-to-top {
position: fixed;
display: none;
right: 30px;
bottom: 30px;
z-index: 99;
} .bg-numeros {background: #90c74a;} #spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}
#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
letter-spacing: -.03em;
line-height: 1.4;
} .accordion-button{background-color: #f1f5f9 !important; box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); font-size: 17px; color: var(--cortexto)!important;} .btn {
transition: .5s;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
color: #FFFFFF !important;
background: var(--primary);
}
.btn.btn-primary:hover {
background: var(--secondary);
border-color: var(--secondary);
}
.btn.btn-secondary:hover {
background: var(--primary);
border-color: var(--primary);
}
.btn-square {
width: 38px;
height: 38px;
}
.btn-square-footer {
width: 38px;
height: 38px;
background: #2b529b;
} .btn-sm-square {
width: 32px;
height: 32px;
}
.btn-lg-square {
width: 48px;
height: 48px;
}
.btn-square,.btn-sm-square,.btn-lg-square,.btn-square-footer {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
}
.shadow-sm { 
box-shadow: var(--bs-box-shadow-sm) !important;
}
.rounded-bottom-bloco {
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.border {
border: var(--br-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.rounded {
border-radius: var(--bs-border-radius-lg)!important;
} .navbar.sticky-top {
top: -100px;
transition: .5s;
}
.navbar .navbar-brand img {
max-height: 85px;
}
.navbar .navbar-nav .nav-link {
margin-left: 25px;
padding: 10px 0;
color: #696E77;
font-weight: 500;
outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: var(--primary);
}
.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 8px;
}
@media (max-width: 991.98px) {
.navbar .navbar-brand img {
max-height: 45px;
}
.navbar .navbar-nav {
margin-top: 20px;
margin-bottom: 15px;
}
.navbar .nav-item .dropdown-menu {
padding-left: 30px;
}
}
@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
display: block;
border: none;
margin-top: 0;
top: 150%;
right: 0;
opacity: 0;
visibility: hidden;
transition: .5s;
}
.navbar .nav-item:hover .dropdown-menu {
top: 100%;
visibility: visible;
transition: .5s;
opacity: 1;
}
} .header-barra {background: #0f3b8c;} .headersocial {color: #fff !important;}
.headersocial a, visited {color: #fff;}
.headersocaiç a:hover {color: #879dc6;}
.page-header { background-size: cover;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
font-weight: 500;
}
.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
color: #696E77;
}
.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
color: var(--primary);
} .footer {
color: #FFFFFF;
background: #0f3b8c;
font-size: 15px;
margin-bottom: 20px;
}
.footer a {
color: #FFFFFF !important;
}
.footer a:hover{
color: #A7A8B4;
}
.footer ul, li {list-style-type: none !important;} .footer .copyright {
padding: 25px 0;
font-size: 15px;
border-top: 1px solid rgba(256, 256, 256, .1);
}
.copyright a {
color: var(--secondary);
}
.copyright a:hover {
color: #FFFFFF;
}
.tags {color: #6c757d; font-size: 0.9rem; font-weight: 500; margin-top: 15px; margin-bottom: 15px; text-transform: capitalize;} .tags h6 {color: #6c757d; font-size: 0.9rem; font-weight: 500; margin-top: 25px; margin-bottom: 15px; text-transform: capitalize;
}
.tags h6 a {color: #6c757d;}
.tags h6 a:hover {color: var(--cor-link-hover);}
.noticia {
position: relative;
}
.noticia img {
width: 100%;
max-height: 200px;
height: 160px;
display: block;
object-fit: cover;
}
.noticia img:hover {
-webkit-filter: contrast(1.5);
filter: contrast(1.5);
}
.noticia h3 {
font-size: 1.2rem;
font-weight: 600; line-height: 120%;
font-variation-settings: 'opsz' 10, 'width' 100, 'itial' 0;
font-feature-settings: 'ss01' 0,'ss02' 0,'ss03' 1 ;
}
.noticia a:link, a:visited{color: var(--cortexto); text-decoration: none;}
.noticia a:hover {color:var(--cor-link-hover); text-decoration: none; transition:all 0.3s ease;}
.noticia h6 {color: #6c757d; font-size: 0.9rem; font-weight: 500; margin-top: 25px; margin-bottom: 15px; text-transform: capitalize;
}
.noticia h6 a {color: #6c757d;}
.noticia h6 a:hover {color: var(--cor-link-hover);} .video {
position: relative;
}
.video img {
width: 100%;
max-height: 300px;
height: 170px;
display: block;
object-fit: cover;
}
.video img:hover {
-webkit-filter: contrast(1.5);
filter: contrast(1.5);
}
.video h3 {
font-size: 1.2rem;
font-weight: 600; line-height: 120%;
font-variation-settings: 'opsz' 10, 'width' 100, 'itial' 0;
font-feature-settings: 'ss01' 0,'ss02' 0,'ss03' 1 ;
}
.video a:link, a:visited{color: var(--cortexto); text-decoration: none;}
.video a:hover {color:var(--cor-link-hover); text-decoration: none; transition:all 0.3s ease;}
.video h6 {color: #6c757d; font-size: 0.9rem; font-weight: 500; margin-top: 25px; margin-bottom: 15px; text-transform: capitalize;
}
.video h6 a {color: #6c757d;}
.video h6 a:hover {color: var(--cor-link-hover);}
hr.style10 {
border-top: 1px solid #ebedef;
width: 100%; height: 1px;
margin-top: 24px;
margin-bottom: 24px;
}
.datapuplicacao { border-top: 1px solid #ebedef;  border-bottom: 1px solid #ebedef; margin-top: 50px;  margin-bottom: 50px; padding:20px;  }
.noticia a.btn {
color: var(--primary);
}
.noticia a.btn:hover {
color: #FFFFFF;
background: var(--primary);
border-color: var(--primary);
}
.titulo-topicos-home h2{font-size: 2.5rem; font-weight: 700; letter-spacing: 0.03em; line-height: 120%; margin-top: 90px;} .titulo-evento {font-size: 2rem; font-weight: 500;}
.eventolink a:link {color:#28a745; text-decoration: none;}
.eventolink a:hover {color:#333;}
.content-evento {background-color:#fff; }
.content-data-evento{ background: #0f3b8c; font-family: 'Lato', sans-serif; top:0; width:100%; left:0; text-align:right;  padding: 10px; margin: 0; }
.content-data-evento > .dia  {
font-size: 25pt;
font-weight: 100;
font-style: normal;
line-height: 1;
text-transform: uppercase;
color: #fff;
}
.content-data-evento > .mes {
font-size: 20pt;
line-height: 1;
color: #fff;
}
.local  {
font-size: 9pt;
color: #222;
text-align:left;
margin-bottom: 50px;
padding-top: 5px;
}
.infoevento a {
background: #313d84 none repeat scroll 0 0;
color: #fff !important;
display: block;
margin-top: 49px;
padding: 5px 30px 5px;
position: relative;
clear:both;
bottom:0;
cursor:pointer;
}
.infoevento a:hover {
color: #fff;
}
.infoevento a::after {
color: #fff;
content: "";
font-family: "FontAwesome";
font-size: 12px;
line-height: 30px;
position: absolute;
right: 19px;
top: 0;
transition: all 0.3s ease 0s;
}
.infoevento a:hover {
background: #f4792c none repeat scroll 0 0;
transition: all 0.3s ease 0s;
}
.card label{
position: absolute;
background-color: #ffc107;
padding: 5px 10px;
top:166px;
}
.card .date{
font-size:13px;
top:20px;
border-radius: 50%;
width:50px;
right:20px;
}
.is-table-row .box {
background: none;
position: static;
}
.is-table-row [class*="col-"] {
background: #fff;
} .colevento { background: rgba(255, 255, 255, 0.5);  left: -25px; }
[class*="colevento-"]:first-child { }
[class*="colevento-"]:last-child { }
.box {position: relative; background: #fff;}
.box h2 {   font-size: 11pt;font-weight: 400; margin-bottom: 15px;padding-top: 25px;color: #313d84;font-family: 'Lato', sans-serif;}
#mixedSlider {
position: relative;
}
#mixedSlider .MS-content {
white-space: nowrap;
overflow: hidden; }
#mixedSlider .MS-content .item {
display: inline-block; width: 25%;
position: relative;
vertical-align: top;
overflow: hidden; white-space: normal;
padding: 0 10px;
}
#mixedSlider .MS-content .item .imgTitle {
position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
margin: 0;
text-align: left;
letter-spacing: 2px;
color: #252525;
font-style: italic;
position: absolute;
background-color: rgba(255, 255, 255, 0.5);
width: 100%;
bottom: 0;
font-weight: bold;
padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
height: auto;
width: 100%;
}
#mixedSlider .MS-content {   }  #mixedSlider .MS-controls button { border: none;
background-color: transparent;
outline: 0;
font-size: 20px; color: rgba(0, 0, 0, 0.4);
transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
color: rgba(0, 0, 0, 0.8);
}
#mixedSlider .MS-controls .MS-left {
left: 0px;
}
#mixedSlider .MS-controls .MS-right {
right: 0px;
} .sombra {
-webkit-box-shadow: 0px 5px 39px -17px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 5px 39px -17px rgba(0,0,0,0.6);
box-shadow: 0px 5px 39px -17px rgba(0,0,0,0.6);
border-color:#f5f5f5;
} .section-titulo-home{ color:#66779b; font-weight: 600;}
.section-titulo-home a{ font-size: 18pt; color:#313d84;}
.section-titulo-home a:hover{color:#000;}
.section-titulo-home-spacer {border-top: 4px solid #999; float: left; width: 200px;}  .section-bloco-institucional-cor {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.section-bloco-institucional{ color:#313d84; font-weight: 600;}
.section-bloco-institucional a{ font-size: 18pt; color:#313d84;}
.section-bloco-institucional a:hover{color:#0c4295;}
.section-bloco-institucional-spacer {border-top: 4px solid #0a478a; float: left; width: 200px;}
.section-bloco-institucional-noticia h3 { font-size: 1.2rem;font-weight: 600;line-height: 120%;color: #ffffff;font-variation-settings: 'opsz' 10, 'width' 100, 'itial' 0;font-feature-settings: 'ss01' 0,'ss02' 0,'ss03' 1 ;}
.section-bloco-institucional-noticia h3 a{color:#1a2435;}
.section-bloco-institucional-noticia h3 a:hover{color:#0f3b8c;}
.section-bloco-institucional-noticia img {width: 100%; max-height: 200px; height: 160px; display: block; object-fit: cover;}
.section-bloco-institucional-tags {color: #6F6D6D;font-size: 0.9rem;font-weight: 500; margin-top: 15px;margin-bottom: 15px;text-transform: capitalize;}
.section-bloco-institucional-tags a{color: #6F6D6D;}
.section-bloco-institucional-tags a:hover{color: #0f3b8c;} .section-titulo-home-pro-reitorias{ font-size: 28px; color:#153f78; font-weight: 900;} .section-titulo-home-pro-reitorias a{ color:#313d84;}
.section-titulo-home-pro-reitoria-spacer a:hover{color:#000;}
.section-titulo-home-pro-reitorias-spacer {border-top: 4px solid #999; float: left; width: 200px;}
.section-titulo-home-pro-reitorias-spacer-graduacao {border-top: 4px solid #6a7429; float: left; width: 200px; opacity: inherit;}
.section-titulo-home-pro-reitorias-spacer-extensao {border-top: 4px solid #008c4e; float: left; width: 200px; opacity: inherit;}
.section-titulo-home-pro-reitorias-spacer-posgraduacao {border-top: 4px solid #1197d6; float: left; width: 200px; opacity: inherit;}
.section-titulo-home-pro-reitorias-spacer-estudantil {border-top: 4px solid #c30162; float: left; width: 200px; opacity: inherit;}
.section-titulo-home-spacer-ruralnumeros {border-top: 4px solid #90c74a; float: left; width: 200px; opacity: inherit;}
.section-titulo-home-spacer-videos {border-top: 4px solid #EF7D00; float: left; width: 200px; opacity: inherit;} .titulo-paginas {
font-weight: bold;
color: #3F6DB9;
margin-top: 20px;
}
.logo-proreitorias img{width: auto; max-height: 150px;} #img-noticia img { max-width:100% !important;}
@media(max-width:767px){
#img-noticia img {  max-width:100%; min-height: 50%; width: 100%;}
.block-title {font-size: 1.0rem;}
.logo-proreitorias img{width: auto; max-height: 100px;}
.col-centered{text-align: center; margin: 0 auto;}
}
@media(min-width:768px){
#img-noticia img {  max-width:100%; min-height: 50%; width: 100%;}
.block-title {font-size: 1.0rem;}
}
@media(min-width:992px){
#img-noticia img {  max-width:150px; min-height: 170px; width: 100%;}
.block-title {font-size: 1.0rem;}
}
@media(min-width:1200px){
#img-noticia img {  max-width:150px; height: 170px; width: 100%;}
.block-title {font-size: 1.0rem;}
}
.card-borda {
border-radius: .75rem;
transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.card-borda.active,.card-borda:focus,.card-borda:hover {
box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
transform: translateY(-.25rem)
}
.bg-gray-100 {
--bs-bg-opacity: 1;
background-color: #f1f5f9 !important;
}
.card-img, .card-img-top {
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
} #azul  {color: #fff; font-weight: 500; padding: 17px;  background: #0f3b8c; font-size: 17pt;   border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius); margin-bottom: 30px;}
#azul a {color: #fff; text-decoration: none;}
#azul a:hover {color: #0095D4;}   .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
background-color: #fff;
color: #6f6f6f;
width: 100%;
border: 2px solid #f0f0f0;
padding: 25px;
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;
} .wp-element-caption {
font-size: smaller !important;
} .bsb-circle {
--bsb-cs: 100px!important;
} .wp-block-file__button {color:#fff !important;} .video-container {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .toggle-trigger {
margin: 10px !important;
font-size: 16px;
padding: 20px;
padding-left: 30px;
background-color: #F5F5F5;
background-image: url(//portal.ufrrj.br//wp-content/themes/portalufrrj/images/toggle-plus.png);
background-position: 10px center;
background-repeat: no-repeat;
border-radius: 10px;
}
.toggle-trigger a {
color: #333;
text-decoration: none;
display: block;
}
.toggle-trigger a:hover {
color: #0489B7;
text-decoration: underline;
}
.toggle-trigger.active{
background-image: url(//portal.ufrrj.br//wp-content/themes/portalufrrj/images/toggle-minus.png) !important;
background-position: 10px center;
background-repeat: no-repeat;
background-color: #D1E8FF;
}
.toggle_container {
overflow: hidden;
padding: 20px 10px;
}