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

/**********************************************************
Reset
***********************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1180px;
    }
}

textarea:focus, input:focus{
    outline: none;
}

img{
  max-width: 100%;
}

html, body {
  height: 100%;
  overflow-y: auto;
}

body{
  color: #222221;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  background-image: url('../images/fundo.png');
  /*background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e');*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

a {
    color: #6FB2E3;
    text-decoration: none;
}

/* PRELOADER */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/fundo-preloader.webp'); /* Substitua pelo caminho da sua imagem */
  background-size: cover;
  background-position: center;
  z-index: 9999;
  /*animation: slideUp 1s ease forwards;
  animation-delay: 3s;*/
}

#preloader:before{
  content:"";
  background-image: url('../images/filtro-preloader.svg');
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: repeat;
  position: absolute;
}

/* ANIMAÇÃO SLIDE UP */
@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.elementos-preloader{
  position: absolute;
  width:920px;
  left:50%;
  margin-left: -425px;
  height: 400px;
  top:50%;
  margin-top: -200px;
  z-index: 111;
}

.frase-elementos-preloader{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 111111;
}

.frase-elementos-preloader .esquerda{
  margin-right: 50px;
  z-index: 111111111;
}
.frase-elementos-preloader .direita{
  color: #FFFFFF;
  font-weight: 500;
  font-size: 43px;
}


/* POSIÇÕES INICIAIS DAS SETAS */
.seta {
  position: absolute;
  transition: all 2s ease-in-out;
  z-index: 11;
}

/* Começam afastadas */
.seta-cima {
  width: 450px;
  height: 250px;
  top:320px;
  right: 280px;
}

.seta-baixo {
  width: 450px;
  height: 250px;
  top:-170px;
  right: 280px;
}

.seta-esquerda {
  width: 250px;
  height: 450px;
  top: -88px;
  right: 90px;
}

.seta-direita {
  width: 249px;
  height: 376px;
  top: -88px;
  left: -16px;
}

.corvo {
  width: 671px;
  top: -53px;
  left: -552px;
}

.icon-notificacoes{
  background: url(../images/icon-notificacao.svg);
  width: 25px;
  height: 32px;
  position: absolute;
  top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

header .icon-notificacoes{
  z-index: 1002;
}

.icon-notificacoes.show{
  display: flex;
}

.icon-notificacoes span{
  font-size: 20px;
  font-weight: 500;
  color:#fff;
}

.wrapper{
  display: flex;
  justify-content: center;
  width: 100%;
}

.home .wrapper{
  display: none;
  opacity: 0;
  transform: translateY(500px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}



/*body.home .wrapper{
  opacity: 0;
}

body.home.loaded .wrapper{
  opacity: 1;
}*/

strong{
  font-weight: 700;
}

h1{
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#222221;
}

h2{
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#222221;
}

.main-content{
  display: flex;
  max-width: 1260px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

header{
 width: 80px;
 height: 100vh;
 overflow-y: auto;
 position: fixed;
 top: 0;
 left: calc(50% - 700px);
 z-index: 111;
 padding-top: 50px;
 pointer-events: none;
}

.main-header{
  pointer-events: all;
  /*position: sticky;
  top:30px;*/
}

.sidebar{
  width: 80px;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: calc(50% - 700px);
  padding-top: 30px;
  z-index: 111;
  pointer-events: none;
}

.label-categoria{
  font-size: 14px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 0;
}

#main{
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 0px;
  width: 100%;
}

.content-geral {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}

.conjunto-seta{
  position: fixed;
  z-index: 1;
  pointer-events: none;
  top: 10px;
  left: calc(50% - 590px);
}

.seta1{
   top: 245px;
   left: -390px;
   background: url(../images/seta1.png);
   width: 425px;
   height: 736px;
   position: absolute;
}

.home .seta1{
  top: 245px;
  left: -390px;
  background: url(../images/seta1.png);
  width: 425px;
  height: 736px;
  position: absolute;
  /*display: none;
  transform: translateY(-300px);
  transition: opacity 0.5s ease, transform 0.5s ease;*/
}

 .seta2{
  top: 580px;
  left: -169px;
  background:url('../images/seta2.png');
  width: 235px;
  height: 365px;
  position: absolute;
}

header.open .conjunto-seta {
  z-index: 1000;
}

header.open .conjunto-seta .seta1{
  background: url(../images/seta2-hover.png);
}

header.open .conjunto-seta .seta2{
  background: url(../images/seta1-hover.png);
}

.seta-branca{
  background:url('../images/seta-branca.png');
  width: 19px;
  height: 34px;
  background-repeat: no-repeat;
}

.seta-branca-baixo{
  background:url('../images/seta-branca-baixo.svg');
  width: 39px;
  height: 22px;
  background-repeat: no-repeat;
}

.seta-azul{
  background:url('../images/seta-azul.png');
  width: 19px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.seta-azul-baixo{
  background:url('../images/seta-azul-baixo.svg');
  width: 39px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}

.seta-preta{
  background:url('../images/seta-preta.svg');
  width: 19px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.breadcrumps{
  min-width: 795px;
  position: absolute;
  top:0;
  right: 75px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  z-index: 1;
  padding:10px 20px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumps a{
  color:#222221;
}

/*.direita-conteudo-componete a{
  font-weight: bold;
  color:#000000;
  text-decoration: underline;
}*/

.logo-youtube{
  width: 48px;
  height: 38px;
  background:url('../images/logo-youtube.svg');
}

.logo-pdf{
  width: 41px;
  height: 51px;
  background:url('../images/logo-pdf.svg');
}

.owl-dot-clone .owl-dot{
  width: 15px;
  height: 8px;
  border: 1px solid #BDBDBC;
  border-radius: 3px;
  margin-right: 10px;
  background-color: transparent;
  margin-left: 0!important
}

.owl-dot-clone .owl-dot:hover{
  border: 1px solid #6FB2E3;
  background-color: #6FB2E3;
}

.owl-dot-clone .owl-dot.active{
  border: 1px solid #6FB2E3;
  background-color: #6FB2E3;
}

.owl-dot-clone .owl-dot:last-child{
  margin-right: 0;
}

.owl-dots .owl-dot span{
  width: 15px!important;
  height: 8px!important;
  border: 1px solid #BDBDBC!important;
  border-radius: 3px!important;
  margin-right: 10px!important;
  margin-left: 0!important;
  margin-bottom: 0!important;
  background-color: transparent!important;
}

.owl-dot-clone .owl-dot span{
  border:none!important;
}

.owl-dots .owl-dot span:hover{
  border: 1px solid #6FB2E3;
  background-color: #6FB2E3;
}

.owl-dots .owl-dot.active span{
  border: 1px solid #6FB2E3!important;
  background-color: #6FB2E3!important;
}

.owl-dot-clone .owl-dot.active span{
  border:none!important;
}

.owl-dots .owl-dot:last-child{
  margin-right: 0;
}

.frase-destaque{
  font-size: 15px;
  font-weight: 300;
  color:#000;
  right: calc(50% - 610px);
  position: fixed;
  bottom:35vh;
  z-index: 1;
  pointer-events: none;
}

    /*position: fixed;
    z-index: 1;
    pointer-events: none;
    top: 10px;
    right: calc(50% - 590px);*/

.frase-destaque div{
  transform: rotate(-90deg);
  position: absolute;
  width: 103px;
  left: 13px;
  top:150px;
}

.frase-destaque span{
  color: #6FB2E3;
  letter-spacing: 0px;
  font-weight:  500;
  letter-spacing: 0px;
  transform: rotate(-90deg);
  position: absolute;
  top: 10px;
  width: 150px;
  left: -10px;
  font-size: 13px;
}

.wpcf7 form{
  display: flex;
  flex-direction: column;
  position: relative;
}

.wpcf7 form p{
  margin-bottom:0!important;
}

.wpcf7 form .wpcf7-response-output{
  bottom: 30px;
  width: auto;
  margin-left: 35px;
  position: absolute;
  bottom:35px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  position: absolute;
  top: 30px;
}

.wpcf7-spinner{
  display: none;
}

/**********************************************************
MENU
***********************************************************/

.side-menu nav{
  display: flex;
  flex-direction: column;
  /*align-items: flex-end;*/
  width: 160px;
  margin-left: auto;
}

.side-menu nav ul li a{
  color:#000;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}

.navbar-brand{
  position: relative;
  z-index: 1001;
}

.navbar-brand img{
  width: 83px;
  height: 80px;
}

header .navbar-brand img.hover{
  display: none;
}

header.open .navbar-brand img{
  display: none;
}

header.open .navbar-brand img.hover{
  display: block;
}

/* Ícone hamburguer */
.menu-toggle {
  position: relative;
  top: 20px;
  left: 0px;
  width: 53px;
  height: 53px;
  background: #85BEE7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  margin-right: auto;
  margin-left: auto;
}

.menu-toggle span {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #000;
  transition: 0.3s;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
  top: 20px;
}

.menu-toggle span:nth-child(2) {
  transform: translateY(6px);
  top: 20px;
}

.menu-toggle span:nth-child(3) {
  transform: translateY(6px);
  top: 32px;
}

.menu-toggle.open{
  background-color: #fff;
}

/* Animação do hamburguer para X */
.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 25px;
}

.menu-toggle.open span:nth-child(2) {
  transform: rotate(-45deg);
  top:25px;
}

.menu-toggle.open span:nth-child(3) {
  opacity: 0;
  top:25px;
}

/* Menu lateral com fade */
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - ((100vw + 730px) / 2));
  height: 100%;
  background: #6FB2E3;
  color: #fff;
  padding: 60px 60px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.side-menu.open {
  opacity: 1;
  visibility: visible;
}

.side-menu h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  width: 100%;
}

.side-menu h3 a{
  color:#fff;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #fff;
  padding-left: 15px;
}

.side-menu ul li {
  margin: 8px 0;
  position: relative;
}

.side-menu ul li:last-child{
  margin-bottom: 0;
}

.side-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.side-menu ul li .icon-notificacoes{
  right: -30px;
  bottom: 10px;
  top: auto;
  width: 20px;
  height: 27px;
}

.side-menu ul li .icon-notificacoes span{
  font-size: 16px;
}


.side-menu footer {
  margin-top: 40px;
  font-size: 12px;
}

.side-menu .social-icons {
  margin-top: 20px;
}

.side-menu .social-icons a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

.side-menu ul.icons-redes-socias{
  display: flex;
  flex-direction: row;
  border:none!important;
  padding-left: 0;
  align-items: center;
  margin-right: auto;
  margin-top: 50px;
}

.side-menu ul.icons-redes-socias li{
  padding-right: 20px;
  margin:0!important;
}

.side-menu ul.icons-redes-socias li:last-child{
  padding-right: 0;
}

.side-menu .copyrights{
  color:#222221;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-right: auto;
}

.leg-menu-toggle{
  color:#222221;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 1001;
}

/**********************************************************
SIDEBAR
***********************************************************/

.search-sidebar{
  border-radius: 16px;
  background-color: #85BEE7;
  width: 53px;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-sidebar{
  /*position: sticky;*/
  padding-top:20px;
  height: 100%;
}

form#searchform{
  pointer-events: all;
}

.procurar{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1001;
}

aside.sidebar.open-search-sidebar  .search-sidebar{
  background-color: #fff;
}

.search-sidebar img{
  width: 24px;
}

.search-sidebar .lupa{
  width: 25px;
  height: 25px;
  background-repeat:no-repeat!important;
  background:url('../images/lupa.svg');
  background-size: contain!important;
}

aside.sidebar.open-search-sidebar .lupa{
  background:url('../images/lupa-hover.svg');
}

.procurar span{
  color:#222221;
  font-size: 16px;
  padding-top: 5px;
}

.search-fields {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100vw - ((100vw + 730px) / 2));
  height: 100%;
  background: #f1f7fb;
  color: #fff;
  padding: 60px 60px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.search-fields.open {
  opacity: 1;
  visibility: visible;
}

.seletor-linguas-wpml{
  text-align: center;
  margin-bottom: 15px;
  pointer-events: all;
}

.seletor-linguas-wpml span{
  color:#222221;
  font-size: 16px;
  padding-top: 5px;
  display: block;
}

.linguas-wpml{
  border:1px solid #85BEE7;
  border-radius: 20px;
  width: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin:0 auto;
  padding-left: 0;
  font-weight: 500;
  overflow: hidden;
}

.linguas-wpml a{
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 5px;
  padding-right: 5px;
  color: #85BEE7;
  font-size: 13px;
  width: 27px;
}

.linguas-wpml a:hover{
  background-color: #85BEE7;
  color:#000;
}


.linguas-wpml a.active{
  background-color: #85BEE7;
  color:#000;
}


a.botao-voltar{
  color:#222221;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  text-align:center;
  pointer-events: all;
}

a.botao-voltar img{
  width: 19px;
  height: 27px;
  margin:0 auto;
}

.botao-voltar span{
  font-size: 16px;
  font-weight: 300;
}

.sidebar .filtro-select h3{
    color:#000;
    padding-top: 5px;
    padding-bottom:0px;
    margin-bottom:5px;
}

.sidebar .filtro-select{
  width: 190px;
  margin-bottom: 20px;
}

.sidebar .filtro-select.filtro-mes, .sidebar .filtro-select.filtro-ano{
  width: 190px !important;
}

.sidebar .campo-procurar{
  border-radius: 10px!important;
  border-color:#fff;
  background-color: #fff!important;
  color:#000!important;
  font-size: 13px!important;
  outline:0!important;
  width: 190px;
  border: none;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.sidebar .campo-procurar::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:#AFAFAF;
    border-bottom: 1px solid #ccc;
}
.sidebar .campo-procurar:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#AFAFAF;
   border-bottom: 1px solid #ccc;
}
.sidebar .campo-procurar:-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:#AFAFAF;
   border-bottom: 1px solid #ccc;
}
.sidebar .campo-procurar:-moz-placeholder{ /* Internet Explorer 10-11 */
   color:#AFAFAF;
   border-bottom: 1px solid #ccc;
}
.sidebar .campo-procurar:-moz-placeholder{ /* Microsoft Edge */
   color:#AFAFAF;
   border-bottom: 1px solid #ccc;
}

.sidebar input[type="submit"]{
  border-radius: 10px !important;
  background-color: #6FB2E3 !important;
  color: #222221;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #6FB2E3 !important;
  padding: 10px 20px;
}

.formulario-atualizacoes-single-conferencias input[type="text"]:-moz-placeholder{ /* Most modern browsers support this now. */
   color:#AFAFAF;
   border-bottom: 1px solid #ccc;
}

/*********************************************************************************
COMPONENTES
********************************************************************************/

/**********************************
COMP FUNDO-TITULO-DESCRICAO
***********************************/

.componete-fundo-titulo-descricao{
  background-color: #6FB2E3;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-fundo-titulo-descricao.sem-botoes{
  padding-bottom: 60px;
}

.componete-fundo-titulo-descricao .esquerda-conteudo-componete{
  width: 260px;
  margin-right: 170px;
}

.componete-fundo-titulo-descricao .esquerda-conteudo-componete h2{
  font-size:18px;
}

.componete-fundo-titulo-descricao .direita-conteudo-componete{
  flex:1;
}

.componete-fundo-titulo-descricao .lista-botoes{
  position: absolute;
  right:75px;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;

}

.componete-fundo-titulo-descricao .lista-botoes li{
  transition: 0.3s;
}

.componete-fundo-titulo-descricao .lista-botoes li a{
  font-size: 14px;
  text-transform: uppercase;
  color:#222221;
  padding:8px 20px;
  display: block;
}

.componete-fundo-titulo-descricao .lista-botoes li:hover:first-child {
  border-top-left-radius: 10px;
}

.componete-fundo-titulo-descricao .lista-botoes li:hover:last-child {
  border-top-right-radius: 10px;
}

.componete-fundo-titulo-descricao .botao-vid-apresentacao{
  right: 210px;
  position: absolute;
  bottom: 0px;
  color: #000000;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #6FB2E3;
  z-index: 1;
}

/**********************************
COMP TITULO CAIXAS HOVER
***********************************/

.componete-titulo-caixas-hover{
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
}

.componete-titulo-caixas-hover .esquerda-conteudo-componete{
  width: 260px;
  margin-right: 170px;
}

.componete-titulo-caixas-hover .direita-conteudo-componete{
  flex:1;
}

.lista-caixas-hover li{
  margin-bottom: 40px;
  list-style-type: none;
  width: 264px;
}

.lista-caixas-hover .caixa-frente{
  opacity: 1;
  transition: 0.3s;
  visibility: visible;
}

.lista-caixas-hover .caixa-frente h3{
  font-size: 16px;
  text-transform: uppercase;
  max-width: 135px;
  border-top:1px solid #6FB2E3;
  padding-top: 10px;
  min-height: 40px;
  margin-bottom: 50px;
  color:#222221;
  font-weight: 200;
}

.lista-caixas-hover .caixa-frente .icon{
  background:url('../images/icon-cont.png');
  width: 19px;
  height: 34px;
  background-repeat: no-repeat;
}

.lista-caixas-hover .caixa-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #6FB2E3;
    opacity:0;
    visibility: hidden;
    transition: 0.3s;
    transition-delay: 0.5s;
    padding:20px 30px 20px 15px;
    color:#000;
    font-size: 14px;
}

.lista-caixas-hover li:hover .caixa-cover{
  opacity: 1;
  visibility: visible;
}

.lista-caixas-hover .seta-azul{
  width: 16px;
  height: 30px;
}


/**********************************
COMP IMAGEM FULL WIDTH
***********************************/

.componete-imagem-fullwith {
    width: 100%;
    height: 525px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.componete-imagem-fullwith img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

/**********************************
COMP FUNDO-TITULO-DESCRICAO
***********************************/

.componete-fundo-titulo-geral{
  background-color: #6FB2E3;
  padding:60px 75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-fundo-titulo-geral .esquerda-conteudo-componete{
  width: 650px;
}

.componete-fundo-titulo-geral .esquerda-conteudo-componete h1{
  margin-bottom: 0;
  text-transform: uppercase;
}

.componete-fundo-titulo-geral .direita-conteudo-componete{
  flex:1;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
}

.componete-fundo-titulo-geral .direita-conteudo-componete .seta{
  transform: rotate(90deg); /* Equal to rotateZ(45deg) */
}

/**********************************
COMP. LISTA-TÍTULO-LOGO
***********************************/

.componete-lista-titulo-logo .lista-componete-lista-titulo-logo{
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
}

.componete-lista-titulo-logo .conteudo-componete{
  justify-content: space-between;
  align-items: flex-start;
}

.componete-lista-titulo-logo .conteudo-componete .direita-conteudo-componete{
  width: 230px;
  text-align: center;
}

.componete-lista-titulo-logo .conteudo-componete .direita-conteudo-componente img{
  max-width: 230px;
}

.componete-lista-titulo-logo .lista-componete-lista-titulo-logo .esquerda-conteudo-componete{
  width:570px;
}

.componete-lista-titulo-logo .lista-componete-lista-titulo-logo .esquerda-conteudo-componete h2{
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 300;
}

.componete-lista-titulo-logo .lista-componete-lista-titulo-logo .direita-conteudo-componete img{
  max-width: 230px;
}

/**********************************
COMP LISTA GOVERNAÇAO
***********************************/

.componete-lista-governacao{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-lista-governacao .esquerda-conteudo-componete{
  width: 260px;
  margin-right: 170px;
}

.componete-lista-governacao .direita-conteudo-componete{
  flex:1;
}

.lista-componete-lista-governacao li{
  margin-bottom: 40px;
  list-style-type: none;
  width: 264px;
}

.lista-componete-lista-governacao .caixa-frente{
  opacity: 1;
  transition: 0.3s;
  visibility: visible;
}

.lista-componete-lista-governacao .caixa-frente h3{
  font-size: 16px;
  text-transform: uppercase;
  max-width: 135px;
  border-top:1px solid #6FB2E3;
  padding-top: 10px;
  min-height: 40px;
  margin-bottom: 20px;
  color:#222221;
  font-weight: 200;
}

.lista-componete-lista-governacao .caixa-frente h4{
  font-size: 14px;
  text-transform: uppercase;
  color: #6FB2E3;
  font-weight: 600;
}

.lista-componete-lista-governacao .caixa-frente img{
  width: 112px;
  border-radius: 5px;
}

/**********************************
COMP TALKS SEMINARIOS
***********************************/

.componete-talks-seminarios{
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 65px;
  padding-right: 65px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-talks-seminarios .border-lateral{
  position: absolute;
  top:0;
  left:0;
  width: 25px;
  height: 100%;
  border-radius: 20px 5px 5px 20px;
  background-color: #6FB2E3;
}

.componete-talks-seminarios svg{
  width: 32px;
  height: 18px;
  right:40px;
  top:20px;
  position: absolute;
}

.componete-talks-seminarios .esquerda-conteudo-componete{
  width: 230px;
  margin-right: 60px;
}

.componete-talks-seminarios .centro-conteudo-componete {
  width: 530px;
  margin-right: 60px;
}

.componete-talks-seminarios .centro-conteudo-componete h2{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.componete-talks-seminarios .centro-conteudo-componete .data{
  color:#000000;
  font-size: 18px;
  font-weight:600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.componete-talks-seminarios .esquerda-conteudo-componete .caixa-imagem{
  height: 160px;
}

.componete-talks-seminarios .esquerda-conteudo-componete .caixa-imagem img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.componete-talks-seminarios .direita-conteudo-componete{
  flex:1;
}

.componete-talks-seminarios .direita-conteudo-componete a{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 25px;
}

.componete-talks-seminarios .direita-conteudo-componete a:last-child{
  padding-right: 0;
}

/**********************************
COMP SPEED TALKS
***********************************/

.componete-speedtalks{
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 65px;
  padding-right:65px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-speedtalks .border-lateral{
  position: absolute;
  top:0;
  left:0;
  width: 25px;
  height: 100%;
  border-radius: 20px 5px 5px 20px;
  background-color: #6FB2E3;
}

.componete-speedtalks svg{
  width: 32px;
  height: 18px;
  right:40px;
  top:20px;
  position: absolute;
}

.componete-speedtalks .esquerda-conteudo-componete{
  width: 230px;
  margin-right: 60px;
}

.componete-speedtalks .centro-conteudo-componete {
  width: 425px;
  margin-right: 75px;
}

.componete-speedtalks .centro-conteudo-componete h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.componete-speedtalks .centro-conteudo-componete .data{
  color:#000000;
  font-size: 18px;
  font-weight:600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.componete-speedtalks .esquerda-conteudo-componete {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 115px;
  margin-right: 40px;
}

.componete-speedtalks .esquerda-conteudo-componete a{
  padding-right: 25px;
}

.componete-speedtalks .esquerda-conteudo-componete a:last-child{
  padding-right: 0;
}

.componete-speedtalks .direita-conteudo-componete{
  flex:1;
  flex-wrap: wrap;
}

.componete-speedtalks .oradores-speedtalks{
  width: 75px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.componete-speedtalks .oradores-speedtalks .foto{
  width: 55px;
  height: 56px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #6FB2E3;
}

.componete-speedtalks .oradores-speedtalks .foto img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.componete-speedtalks .oradores-speedtalks span{
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  display: block;
  text-transform: uppercase;
}


/**********************************
COMP. PAGINACAO
***********************************/

.componete-paginacao{
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.componete-paginacao .paginacao{
  padding-left: 75px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.componete-paginacao .paginacao span{
  background-color: #6FB2E3;
  font-size: 14px;
  font-weight: 600;
  padding-top:10px;
  padding-left: 10px;
  padding-bottom: 30px;
  color:#000;
  width: 40px;
}

.componete-paginacao .paginacao a.page-numbers:not(.next):not(.prev){
  background-color: #F0F0F0;
  font-size: 14px;
  font-weight: 600;
  padding-top:10px;
  padding-left: 10px;
  padding-bottom: 30px;
  color:#000;
  width: 40px;
}

.componete-paginacao .paginacao a.page-numbers:not(.next):not(.prev):hover{
  background-color: #6FB2E3;
}

.componete-paginacao .paginacao a.prev{
  color:#000;
  font-size: 14px;
  padding-right: 36px;
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 20px;
  color:#919190;
}

.componete-paginacao .paginacao a.next{
  color:#000;
  font-size: 14px;
  padding-left: 32px;
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 20px;
}

.componete-paginacao .paginacao span.page-numbers.dots{
  background-color: #F0F0F0;
}

/**********************************
COMP ANUARIO JANUS
***********************************/

.componete-anuariojanus{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 75px;
  padding-right:75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-anuariojanus .esquerda-conteudo-componete{
  width: 645px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
}

.componete-anuariojanus .esquerda-conteudo-componete .caixa-titulo{
  display: flex;
  flex-direction: row;
}

.componete-anuariojanus .esquerda-conteudo-componete h1{
  font-size:32px;
  margin-bottom: 40px;
  max-width: 570px;
  margin-right: 40px;
}

.componete-anuariojanus .esquerda-conteudo-componete h1 a{
  color:#222221;
}

.componete-anuariojanus .esquerda-conteudo-componete h2{
  font-size:28px;
  margin-bottom: 40px;
  margin-right: 40px;
}

.componete-anuariojanus .esquerda-conteudo-componete .caixa-descricao{
  max-width: 570px;
}

.componete-anuariojanus .direita-conteudo-componete{
  flex:1;
  flex-wrap: nowrap;
  text-align: right;
}

.componete-anuariojanus .direita-conteudo-componete img{
  border-radius: 20px;
}

.componete-anuariojanus .lista-botoes{
  position: absolute;
  right:75px;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.componete-anuariojanus .lista-botoes li:first-child{
    border-top-left-radius: 10px;
}

.componete-anuariojanus .lista-botoes li:last-child{
  border-top-right-radius: 10px;
}

.componete-anuariojanus .lista-botoes li a{
  font-size: 14px;
  text-transform: uppercase;
  color:#222221;
  padding: 8px 20px;
  display: block;
}

.componete-anuariojanus .lista-botoes li .addtoany_shortcode .addtoany_list{
  line-height: normal!important;
}

.componete-anuariojanus .lista-botoes li .addtoany_shortcode .addtoany_list .addtoany_share{
  padding: 10px 20px;
}


/**********************************
COMP NOTICIAS CAIXAS
***********************************/

.componete-noticias{
  position: relative;
  padding: 0 37px;
}

.lista-noticias a{
  padding-right: 35px;
}

.lista-noticias a:nth-child(3n){
  padding-right:0;
}

.caixa-noticia{
  padding:40px 20px;
  border-radius: 20px;
  width: 345px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.caixa-noticia .data{
  color:#222221;
  font-size: 14px;
  font-weight: 200;
  margin-bottom:13px;
  border-top:1px solid #6FB2E3;
  padding-right: 10px;
  display: flex;
  display: inline-block;
}

.caixa-noticia .icon-notificacoes{
  right:20px;
}

.caixa-noticia h2{
  color:#000;
  font-size: 18px;
  margin-bottom: 40px;
}

.caixa-noticia .imagem{
  width: 305px;
  height: 212px;
}

.caixa-noticia img{
  object-fit: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/**********************************
COMP. GALERIA VIDEOS
***********************************/

.componete-galeria-videos{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 75px;
  padding-right:75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-galeria-videos h2{
  font-weight: 300;
  color:#222221;
  font-size: 32px;
  position: absolute;
  left: 75px;
  top:60px;
}

.componete-galeria-videos h3{
  font-weight: 500;
  color:#222221;
  font-size: 16px;
  padding-top: 50px;
  text-transform: uppercase;
}

.componete-galeria-videos .esquerda-conteudo-componete{
  width: 265px;
  margin-right: 40px;
}

.componete-galeria-videos .direita-conteudo-componete{
  width: 720px;
  flex-wrap: nowrap;
  text-align: right;
}

.componete-galeria-videos .direita-conteudo-componete iframe{
  height: 500px!important;
  width: 100%;
  border-radius: 10px;
}
.carousel-galeria-geral-esquerda, .carousel-oradores-geral-esquerda{
  height: 100%;
}

.carousel-galeria-geral-esquerda .owl-dots, .carousel-oradores-geral-esquerda .owl-dots{
  text-align: left;
  position: absolute;
  bottom:0;
}

.carousel-galeria-geral-direita .owl-nav, .carousel-oradores-geral-direita .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: -100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.carousel-galeria-geral-direita .owl-nav .owl-prev, .carousel-oradores-geral-direita .owl-nav .owl-prev {
  width: 65px!important;
  height: 35px!important;
  border-radius: 10px 0px 0px 0px!important;
  background-color: #6FB2E3!important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin:0;
}

.carousel-galeria-geral-direita .owl-nav .owl-next, .carousel-oradores-geral-direita .owl-nav .owl-next {
  width: 65px!important;
  height: 35px!important;
  border-radius: 0px 10px 0px 0px!important;
  background-color: #6FB2E3!important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin:0;
}

.carousel-galeria-geral-direita .owl-nav span, .carousel-oradores-geral-direita .owl-nav span{
  font-size: 36px;
  color:#fff;
}

.componete-galeria-videos.oradores .direita-conteudo-componete{
  text-align: left;
}


.componete-galeria-videos.oradores .caixa-orador {
    margin-bottom: 50px;
}

.carousel-oradores-geral-direita .owl-stage{padding-left:0px !important;}

.componete-galeria-videos.oradores .caixa-orador:last-child {
  margin-right: 0;
}

.componete-galeria-videos.oradores .caixa-orador .esquerda-caixa-orador{
  width: 131px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.componete-galeria-videos.oradores .caixa-orador .esquerda-caixa-orador svg{
  width: 13px;
}

.componete-galeria-videos.oradores .caixa-orador .direita-caixa-orador{
  width: 112px;
  height: 105px;
  position: relative;
}

.componete-galeria-videos.oradores .caixa-orador .direita-caixa-orador img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.componete-galeria-videos.oradores .caixa-orador .direita-caixa-orador:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6FB2E3;
    border-radius: 5px;
}

.componete-galeria-videos.oradores .caixa-orador h3 {
  font-size: 16px;
  text-transform: uppercase;
  border-top: 1px solid #6FB2E3;
  padding-top: 10px;
  color: #222221;
  margin-bottom: 10px;
  font-weight: 300;
}

.componete-galeria-videos.graphic .imagem{
  max-height: 500px;
}

.componete-galeria-videos.graphic .imagem img{
  border-radius: 10px;
}

.componete-galeria-videos.graphic h2{
  max-width: 265px;
}

.componete-galeria-videos.graphic h3{
  padding-top:90px;
}

.componete-galeria-videos.programa .direita-conteudo-componete{
  text-align: left;
}

.componete-galeria-videos.programa .lista{
  margin-bottom: 30px;
}

.componete-galeria-videos.programa .lista:last-child{
  margin-bottom: 0;
}

.componete-galeria-videos.programa .lista h4{
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color:#6FB2E3;
  margin-bottom: 0;
}

.componete-galeria-videos.programa .lista span{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

/**********************************
COMP. APOIOS LOGOS
***********************************/

.componete-apoios-logos{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 75px;
  padding-right:75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.lista-apoios-logos{
  margin-bottom: 20px;
  border-top: 1px solid #6FB2E3;
  padding-top: 10px;
  width: 100%;
}

.esquerda-lista-apoios-logos{
  width: 265px;
  margin-right: 190px;
}

.esquerda-lista-apoios-logos h3{
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 16px;
  color: #222221;
  text-transform: uppercase;
}

.direita-lista-apoios-logos{
  flex:1;
  flex-wrap: wrap;
}

.direita-lista-apoios-logos .logo-apoio{
  width: 115px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 5px;
}

.direita-lista-apoios-logos .logo-apoio:nth-child(4n){
  margin-right: 0;
}

.direita-lista-apoios-logos .logo-apoio img{
  max-height: 100%;   /* altura máxima da caixa */
  max-width: 100%;    /* largura máxima da caixa */
  height: auto;       /* mantém proporção */
  width: auto;
}





/**********************************
COMP. MODAL
***********************************/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1150px;
    }
}

.modal-content{
  border-radius: 20px;
  box-shadow:none;
  padding:100px 100px 60px 100px;
  border:none;
}

.btn-close{
  position: absolute;
  right: 0;
  top: -100px;
  background-color: #6FB2E3;
  width: 65px;
  height: 45px;
  border-radius: 0px 0px 10px 10px;
  opacity: 1;
  color:#000;

}

/**********************************
HOMEPAGE
***********************************/

.componente-homepage .esquerda-conteudo-componete{
  width: 500px;
  margin-right: 20px;
}

.componente-homepage .direita-conteudo-componete{
  flex:1;
  margin-bottom: 20px;
}

.componente-homepage .bloco-introducao{
  padding:30px 40px;
  background-color: #6fb2e3;
  border-radius: 20px;
  margin-bottom: 20px;
  color:#222221;
  position: relative;
}

.componente-homepage .bloco-introducao .esquerda-bloco-introducao{
  width: 135px;
  margin-right: 15px;
}

.componente-homepage .bloco-introducao .esquerda-bloco-introducao h1{
  font-size: 24px;
}

.componente-homepage .bloco-introducao .direita-bloco-introducao{
  flex:1;
  font-size: 15px;
}

.componente-homepage .bloco-introducao .direita-bloco-introducao p{
  margin-bottom: 0;
}

.componente-homepage .bloco-introducao:before{
  content:"";
  background:url(../images/seta-grande-bloco-intro.png);
  width: 145px;
  height: 225px;
  position: absolute;
  left: -30px;
  top: -50px;
  pointer-events: none;
}

.componente-homepage .bloco-introducao:after{
  content:"";
  background:url(../images/seta-pequena-bloco-intro.png);
  width: 90px;
  height: 125px;
  position: absolute;
  left: 30px;
  bottom: 0px;
  pointer-events: none;
}

.componente-homepage .bloco-noticias{
  padding-top:50px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  color:#222221;
  position: relative;
  background-color: #fff;
}

.componente-homepage .bloco-noticias h2{
  font-size: 24px;
  font-weight: 300;
}

.componente-homepage .bloco-noticias .data{
  font-size: 14px;
  font-weight: 300;
  color:#222221;
}

.componente-homepage .bloco-noticias .data{
  font-size: 14px;
  color:#222221;
}

.componente-homepage .bloco-noticias .owl-dots{
  text-align: left;
}

.componente-homepage .bloco-desafios{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  color:#222221;
  position: relative;
  background-color: #fff;
}

.componente-homepage .bloco-desafios .imagem{
  width: 100%;
  height: 260px;
  position: relative;
  margin-top: 20px;
}

.componente-homepage .bloco-desafios .imagem img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 10px;
}

.componente-homepage .bloco-desafios .caixa-desafios{
  padding-top: 50px;
}

.componente-homepage .bloco-desafios .caixa-desafios .label-categoria{
  right: 0;
}

.componente-homepage .bloco-desafios .caixa-desafios h2{
  font-size: 24px;
  font-weight: 300;
  color:#222221;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-bottom: 50px;
}

.componente-homepage .bloco-desafios .caixa-desafios h3{
  font-size: 18px;
  font-weight: 300;
  color:#222221;
  padding-left: 20px;
}

.componente-homepage .bloco-desafios .owl-dots{
  text-align: left;
  padding-left:20px;
  padding-right: 20px;
  margin-top: 0!important;
}

.componente-homepage .bloco-publicacoes{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  color:#222221;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  height: 100%;
}

.componente-homepage .bloco-publicacoes h2{
  font-size: 25px;
  font-weight: 300;
  color:#222221;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.componente-homepage .bloco-publicacoes:before{
  content:"";
  background:url(../images/seta-grande-bloco-oradores.png);
  width: 145px;
  height: 243px;
  position: absolute;
  right: 50px;
  top: -70px;
  pointer-events: none;
}

.bloco-conf-pub-home{
  gap:3%;
  margin-bottom: 20px;
}

.bloco-conf-pub-home a:first-child{
  width: 55%;
}

.bloco-conf-pub-home a:last-child{
  flex:1;
}

.componente-homepage .bloco-publicacoes:after{
  content: "";
  background: url(../images/seta-pequena-bloco-oradores.png);
  width: 90px;
  height: 140px;
  position: absolute;
  right: 30px;
  top: 40px;
  pointer-events: none;
  overflow: hidden;
}

.componente-homepage .bloco-conferencias{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6fb2e3;
  border-radius: 20px;
  color:#222221;
  position: relative;
  background-color: #9AC9EB;
  margin-bottom: 20px;
  overflow: hidden;
  height: 100%;
}

.componente-homepage .bloco-conferencias h2{
  font-size: 25px;
  font-weight: 300;
  color:#222221;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.componente-homepage .bloco-conferencias:before{
  content:"";
  background:url(../images/seta-grande-bloco-intro.png);
  width: 145px;
  height: 225px;
  position: absolute;
  right: 30px;
  top: -50px;
  pointer-events: none;
}

.componente-homepage .bloco-conferencias:after{
  content:"";
  background:url(../images/seta-pequena-bloco-intro.png);
  width: 90px;
  height: 125px;
  position: absolute;
  right: 10px;
  top: -40px;
  pointer-events: none;
}

.componente-homepage .bloco-oradores{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.componente-homepage .bloco-oradores:before{
  content:"";
  background:url(../images/seta-grande-bloco-oradores.png);
  width: 145px;
  height: 243px;
  position: absolute;
  left: -20px;
  top: -60px;
  pointer-events: none;
  overflow: hidden;
}

.componente-homepage .bloco-oradores:after{
  content:"";
  background:url(../images/seta-pequena-bloco-oradores.png);
  width: 90px;
  height: 140px;
  position: absolute;
  left: 50px;
  bottom: -55px;
  pointer-events: none;
  overflow: hidden;
}

.componente-homepage .bloco-oradores h2{
  text-transform: uppercase;
  font-size: 26px;
}

.componente-homepage .esquerda-bloco-oradores{
  margin-right: 80px;
  width: 165px;
}

.componente-homepage .direita-bloco-oradores{
  flex:1;
}

.componente-homepage .bloco-oradores .caixas-oradores-contador .elemento-caixas-oradores-contador{
  font-size: 15px;
  margin-right: 50px;
  font-weight: 300;
}

.componente-homepage .bloco-oradores .caixas-oradores-contador .elemento-caixas-oradores-contador span{
  color:#6FB2E3;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 0;
}

.componente-homepage .bloco-oradores .caixas-oradores-contador .elemento-caixas-oradores-contador:last-child{
  margin-right: 0;
}


.componente-homepage .bloco-lisbontalks{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  color:#222221;
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 660px;
}

.componente-homepage .bloco-lisbontalks .imagem{
  width: 100%;
  height: 290px;
  position: relative;
  margin-top: 20px;
}

.componente-homepage .bloco-lisbontalks .imagem img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 10px;
}

.componente-homepage .bloco-lisbontalks .caixa-lisbontalks{
  padding-top: 40px;
}

.componente-homepage .bloco-lisbontalks .caixa-lisbontalks .label-categoria{
  right: 0;
}

.componente-homepage .bloco-lisbontalks .caixa-lisbontalks h2{
  font-size: 24px;
  font-weight: 300;
  color:#222221;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-bottom: 67px;
  max-width: 480px;
  margin-top: 20px;

}

.componente-homepage .bloco-lisbontalks .owl-dots{
  text-align: left;
  padding-left:20px;
  padding-right: 20px;
  margin-top: 0;
}

.componente-homepage .bloco-lisbontalks .data{
  padding-left: 40px;

}

.componente-homepage .bloco-lisbontalks .data-esquerda{
  font-size: 22px;
  font-weight: 500;
  color:#000;
  width: 160px;
  margin-right: 40px;
  text-transform: uppercase;
}

.componente-homepage .bloco-lisbontalks .local{
  margin-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  color:#000;
  width: 210px;
}

/**********************************
FORMACÂO
***********************************/

.post-type-archive-formacao .componete-fundo-titulo-geral .esquerda-conteudo-componete h1{
  color:#fff;
}

.post-type-archive-formacao .componete-fundo-titulo-descricao .esquerda-conteudo-componete{
  width: 340px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

.post-type-archive-formacao .componete-fundo-titulo-descricao .esquerda-conteudo-componete h2{
  font-size: 28px;
}

.post-type-archive-formacao .componete-fundo-titulo-descricao .esquerda-conteudo-componete .data-formacao{
  font-weight: 600;
  color:#050504;
  font-size: 18px;
}

.post-type-archive-formacao .caixa-imagem{
  height: 315px;
}

.post-type-archive-formacao .caixa-imagem img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/**********************************
SINGLE FORMACÂO
***********************************/

.single-formacao .componete-fundo-titulo-geral .esquerda-conteudo-componete h1{
  color:#fff;
}

.single-formacao .componete-fundo-titulo-descricao .esquerda-conteudo-componete h2{
  font-size:18px;
}


.single-formacao .componete-fundo-titulo-geral .direita-conteudo-componete .seta {
  margin-top: 37px;
}

.single-formacao .componete-imagem-fullwith{
  height: 500px;
}

.single-formacao .componete-fundo-titulo-descricao .lista-botoes{
  background-color: #0E445C;
}

.single-formacao .componete-fundo-titulo-descricao .lista-botoes a{
  color:#fff;
}

/**********************************
PROJETOS
***********************************/

.post-type-archive-projetos .componete-fundo-titulo-geral .esquerda-conteudo-componete h1{
  color:#000000;
}

.post-type-archive-projetos .componete-fundo-titulo-descricao .esquerda-conteudo-componete{
  width: 340px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

.post-type-archive-projetos .componete-fundo-titulo-descricao .esquerda-conteudo-componete h2{
  font-size: 28px;
}

.post-type-archive-projetos .caixa-imagem{
  height: 315px;
}

.post-type-archive-projetos .caixa-imagem img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/**********************************
SINGLE PROJETOS
***********************************/

.single-projetos .componete-imagem-fullwith{
  height: 500px;
}

.single-projetos .componete-fundo-titulo-descricao{
  padding-bottom: 60px;
}

.single-projetos .componete-fundo-titulo-descricao .botao-vid-apresentacao{
  right: 75px;
  z-index: 1;
}

.single-projetos .componete-imagem-fullwith.imagem-adicional{
  height: 190px;
}

/**********************************
SINGLE CONFERENCIA (exp lisbon talks e seminarios)
***********************************/

.single-conf-debates-eventos .componete-imagem-fullwith{
  height: 500px;
}

.esquerda-modal-oradores{
  margin-right: 70px;
}

.esquerda-modal-oradores .imagem {
  width: 117px;
  height: 120px;
  position: relative;
  margin-right: 20px;
}

.esquerda-modal-oradores .imagem img{
  left: 0;
  top:0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.esquerda-modal-oradores .imagem:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6FB2E3;
  border-radius: 5px;
}

.esquerda-modal-oradores h2{
  font-size: 22px;
  font-weight: 300;
  width: 205px;
  position: relative;
  padding-top: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.esquerda-modal-oradores h2:before{
  content:"";
  width: 68px;
  height: 1px;
  background-color: red;
  position: absolute;
  left: 0;
  top:0;
}

.esquerda-modal-oradores svg{
  width: 16px;
  height: 30px;
  margin-left: auto;
  margin-bottom: 15px;
}

.saber-mais-popup-oradores{
  font-size: 18px;
  padding-left: 10px;
  margin-top: 10px;
}

.direita-modal-oradores{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral h2{
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral h1{
  font-size: 34px;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral .esquerda-conteudo-componete{
  max-width: 490px;
  margin-right: 40px;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral.termid-17 .esquerda-conteudo-componete{
  margin-right: 220px;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral .direita-conteudo-componete{
  flex-wrap: wrap;
  flex:1;
  padding-top: 40px;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral .direita-conteudo-componete .fundo-direita-conteudo-componente {
  width: 100%;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral .direita-conteudo-componete .topo-direita-conteudo-componente {
  width: 100%;
  padding-bottom: 85px;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral .direita-conteudo-componete .data{
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 30px;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral .direita-conteudo-componete  .cat-formacao{
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.single-conf-debates-eventos .componete-fundo-titulo-geral .direita-conteudo-componete  .tags{
  color: #050504;
  font-weight: 300;
  font-size: 14px;
  padding-top: 12px;
  text-transform: uppercase;
}

#modal-receber-atualizações h3{
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

#modal-receber-atualizações h3 span{
  font-size: 25px;
  font-weight: 500;
  padding-top: 10px;
}

 #modal-receber-atualizações .modal-body{
  padding-bottom: 0;
}

#modal-receber-atualizações .modal-content{
  padding: 40px 40px 0px 40px;
}

#modal-receber-atualizações .wpcf7-response-output{
  margin-left:0;
}

#modal-receber-atualizações .btn-close{
  top:-40px;
}

@media (min-width: 576px) {
    #modal-receber-atualizações .modal-dialog {
        max-width: 700px;
    }
}

.formulario-atualizacoes-single-conferencias input[type="email"]{
  border-radius: 10px;
  border:1px solid #F7F7F7;
  background-color: #F7F7F7;
  width:100%;
  height: 45px;
  padding:0 24px;
  margin-bottom:60px;
}

.formulario-atualizacoes-single-conferencias.inscricao input[type="email"], .formulario-atualizacoes-single-conferencias input[type="text"]{
  border-radius: 10px;
  border:1px solid #F7F7F7;
  background-color: #F7F7F7;
  width:100%;
  height: 45px;
  padding:0 24px;
  margin-bottom:20px;
}

.formulario-atualizacoes-single-conferencias.inscricao input[type="submit"]{
  margin-top: 40px;
}

.formulario-atualizacoes-single-conferencias input[type="email"]::-webkit-input-placeholder, .formulario-atualizacoes-single-conferencias input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#AFAFAF;
}
.formulario-atualizacoes-single-conferencias input[type="email"]:-moz-placeholder, .formulario-atualizacoes-single-conferencias input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#AFAFAF;
}
.formulario-atualizacoes-single-conferencias input[type="email"]:-moz-placeholder, .formulario-atualizacoes-single-conferencias input[type="text"]:-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#AFAFAF;
}
.formulario-atualizacoes-single-conferencias input[type="email"]:-moz-placeholder,  .formulario-atualizacoes-single-conferencias input[type="text"]:-moz-placeholder { /* Internet Explorer 10-11 */
   color:#AFAFAF;
}
.formulario-atualizacoes-single-conferencias input[type="email"]:-moz-placeholder, .formulario-atualizacoes-single-conferencias input[type="text"]:-moz-placeholder { /* Microsoft Edge */
   color:#AFAFAF;
}
.formulario-atualizacoes-single-conferencias input[type="email"]:-moz-placeholder, .formulario-atualizacoes-single-conferencias input[type="text"]:-moz-placeholder { /* Most modern browsers support this now. */
   color:#AFAFAF;
}

.formulario-atualizacoes-single-conferencias .wpcf7-form.invalid .wpcf7-response-output{
  bottom: 40px;
}

#modal-inscricao-conferencia h3{
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

#modal-inscricao-conferencia h3 span{
  font-size: 25px;
  font-weight: 500;
  padding-top: 10px;
}

 #modal-inscricao-conferencia .modal-body{
  padding-bottom: 0;
}

#modal-inscricao-conferencia .modal-content{
  padding: 40px 40px 0px 40px;
}

#modal-inscricao-conferencia .wpcf7-response-output{
  margin-left:0;
}

#modal-inscricao-conferencia .btn-close{
  top:-40px;
}

@media (min-width: 576px) {
    #modal-inscricao-conferencia .modal-dialog {
        max-width: 700px;
    }
}


/**********************************
PÁG. ORADORES
***********************************/

.page-template-oradores .componete-fundo-titulo-geral .esquerda-conteudo-componete{
  width: 340px;
  margin-right: 130px;
}

.page-template-oradores .componete-fundo-titulo-geral .esquerda-conteudo-componete h1{
  font-size: 42px;
}

.page-template-oradores .componete-fundo-titulo-geral .direita-conteudo-componete{
  flex-direction: row;
  justify-content:flex-start;
}

.componete-oradores{
  margin-bottom: 20px;
}

.lista-componete-oradores{
  width: 1065px;
}

.lista-componete-oradores .elemento-lista-componete-oradores{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.elemento-lista-componete-oradores .esquerda-conteudo-componete{
  width: 140px;
  margin-right: 10px;
}

.elemento-lista-componete-oradores .esquerda-conteudo-componete .letra{
  color:#222221;
  font-weight: 300;
  font-size: 100px;
  line-height: 60px;
}

.elemento-lista-componete-oradores .esquerda-conteudo-componete .seta{
  margin-top: 20px;
}

.elemento-lista-componete-oradores .direita-conteudo-componete{
  flex:1;
}

.elemento-lista-componete-oradores .lista-direita-conteudo-componete{
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.elemento-lista-componete-oradores .lista-direita-conteudo-componete .foto{
  width: 76px;
  height: 80px;
  position: relative;
}

.elemento-lista-componete-oradores .lista-direita-conteudo-componete .foto:before{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background-color: #6FB2E3;
  border-radius: 5px;
}

.elemento-lista-componete-oradores .lista-direita-conteudo-componete .foto img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.elemento-lista-componete-oradores .lista-direita-conteudo-componete .nome{
  width: 340px;
  text-transform: uppercase;
  color: #222221;
  font-size: 18px;
  padding-top: 20px;
  border-top:1px solid #6FB2E3;
  font-weight: 600;
}

.elemento-lista-componete-oradores .lista-direita-conteudo-componete .nome a{
  color:#222221;
}

.elemento-lista-componete-oradores .lista-direita-conteudo-componete .nacionalidade{
  width: 265px;
  font-size: 18px;
  font-weight: 300;
  color:#222221;
  border-top:1px solid #6FB2E3;
  padding-top: 20px;
}

.elemento-lista-componete-oradores .indice-direita-conteudo-componete{
  justify-content: end;
  margin-bottom: 5px;
}

.elemento-lista-componete-oradores .indice-direita-conteudo-componete .nome{
  width: 340px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 43px;
  text-transform: uppercase;
}

.elemento-lista-componete-oradores .indice-direita-conteudo-componete .nacionalidade{
  width: 265px;
  text-transform: uppercase;
}

.sidebar-componete-oradores{
  flex:1;
  max-width: 80px;
}

.elemento-sidebar-componente-oradores{
  background-color:#9AC9EB;
  border-radius: 20px;
  padding:10px 0;
  position:sticky;
  top:20px;
}

.sidebar-componete-oradores a{
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #222221;
}


.caixas-oradores-contador .elemento-caixas-oradores-contador{
  color: #222221;
  font-size: 22px;
  margin-right: 80px;
  text-transform: uppercase;
}

.caixas-oradores-contador .elemento-caixas-oradores-contador span{
  color:#FFFFFF;
  font-size: 100px;
  font-weight: 500;
  line-height: 82px;
  display: block;
  padding-bottom:15px;
}

.caixas-oradores-contador .elemento-caixas-oradores-contador:last-child{
  margin-right: 0;
}

/**********************************
PÁG. CONTACTOS
***********************************/

.page-template-contactos .componete-fundo-titulo-geral h1{
  color:#fff;
}

.componete-fundo-contactos{
  margin-bottom: 20px;
  padding-bottom: 425px;
}

.componete-fundo-contactos .esquerda-conteudo-componete{
  width: 340px;
  padding:20px;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 40px;
}

.componete-fundo-contactos .esquerda-conteudo-componete p{
  margin-bottom: 5px;
}

.componete-fundo-contactos .esquerda-conteudo-componete iframe{
  width: 100%;
  height: 235px;
  margin-bottom: 30px;
}

.componete-fundo-contactos .direita-conteudo-componete{
  flex:1;
  border-radius: 20px;
  background-color: #fff;
}


.formulario-contactos{
    padding:60px 35px;
    padding-bottom: 0;
}

.formulario-contactos input[type="text"], .formulario-contactos input[type="email"]{
  border-radius: 10px;
  border:1px solid #F7F7F7;
  background-color: #F7F7F7;
  width:100%;
  height: 45px;
  padding:0 24px;
  margin-bottom:20px;
}

.formulario-contactos textarea{
  border-radius: 10px;
  padding:15px 24px;
  border:1px solid #F7F7F7;
  background-color: #F7F7F7;
  width:100%;
  height: 92px;
  margin-bottom: 60px;
}

.formulario-contactos input[type="text"]::-webkit-input-placeholder,.formulario-contactos input[type="email"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#AFAFAF;
}
.formulario-contactos input[type="text"]:-moz-placeholder, .formulario-contactos input[type="email"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#AFAFAF;
}
.formulario-contactos input[type="text"]::-moz-placeholder,.formulario-contactos input[type="email"]:-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#AFAFAF;
}
.formulario-contactos input[type="text"]:-ms-input-placeholder, .formulario-contactos input[type="email"]:-moz-placeholder { /* Internet Explorer 10-11 */
   color:#AFAFAF;
}
.formulario-contactos input[type="text"]::-ms-input-placeholder,.formulario-contactos input[type="email"]:-moz-placeholder { /* Microsoft Edge */
   color:#AFAFAF;
}
.formulario-contactos input[type="text"]::placeholder,.formulario-contactos input[type="email"]:-moz-placeholder { /* Most modern browsers support this now. */
   color:#AFAFAF;
}
.formulario-contactos textarea::-webkit-input-placeholder{
  color:#AFAFAF;
}
.formulario-contactos textarea:-moz-placeholder{
  color:#AFAFAF;
}
.formulario-contactos textarea::-moz-placeholder{
  color:#AFAFAF;
}
.formulario-contactos textarea:-ms-input-placeholder{
  color:#AFAFAF;
}
.formulario-contactos textarea::placeholder{
  color:#AFAFAF;
}

.row-submeter{
  text-align: right;
}

.row-submeter p{
  margin-bottom: 0;
}

.row-submeter input{
  border-radius: 10px 10px 0px 0px!important;
  background-color: #6FB2E3!important;
  color:#222221;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #6FB2E3!important;
  padding:10px 20px;
}

/**********************************
TAXONOMIA CONFERENCIA
***********************************/

.section-tax-conferencias .icon-notificacoes{
  left: 40px;
  top: 40px;
  z-index: 1;
}

.tax-conf-debates-eventos-cat .componete-fundo-titulo-descricao{
  padding-bottom: 60px;
}

.tax-conf-debates-eventos-cat .componete-fundo-titulo-descricao .esquerda-conteudo-componete {
    width: 340px;
    margin-right: 40px;
}

.tax-conf-debates-eventos-cat .componete-fundo-titulo-descricao h3{
  font-size:28px;
  font-weight: 300;
}

.tax-conf-debates-eventos-cat .componete-fundo-titulo-descricao h3 a{
  color:#222221;
}

.tax-conf-debates-eventos-cat .componete-fundo-titulo-descricao .fundo-esquerda-conteudo-componete.extra-padding{
  padding-bottom: 20px;
}

.tax-conf-debates-eventos-cat .componete-fundo-titulo-descricao .fundo-esquerda-conteudo-componete .data-formacao{
  font-weight: 600;
  font-size: 18px;
  width: 150px;
  margin-right: 35px;
  text-transform: uppercase;
}

.tax-conf-debates-eventos-cat .componete-fundo-titulo-descricao .fundo-esquerda-conteudo-componete .cat-formacao{
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  width:90px;
}

.tax-conf-debates-eventos-cat .fundo-esquerda-conteudo-componete .tags{
  color: #050504;
  font-weight: 300;
  font-size: 14px;
  padding-top: 12px;
  text-transform: uppercase;
}

.tax-conf-debates-eventos-cat .direita-conteudo-componete .caixa-imagem{
  height: 315px;
}

.tax-conf-debates-eventos-cat .direita-conteudo-componete .caixa-imagem img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/**********************************
TAXONOMIA LISBON SPEEDS TALKS
***********************************/

.componete-fundo-titulo-geral .esquerda-conteudo-componete{
  width:700px;
}

.componete-fundo-titulo-geral .esquerda-conteudo-componete h3{
  font-size: 12px;
  margin-bottom: 0;
  margin-top:5px;
  font-weight: 100;
}

.componete-fundo-titulo-geral .esquerda-conteudo-componete h3 strong{
  font-weight:400;
}

/**********************************
NOTICIAS
***********************************/
.blog .componete-paginacao{
  margin-bottom: 40px;
}

/**********************************
SINGLE NOTICIAS
***********************************/

.grelha-carousel-noticias{
  width: 570px;
}

.caixa-imagem-carousel{
  height: 360px;
  position: relative;
}

.caixa-imagem-carousel img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  background-position: center;
}

.single-post .componete-anuariojanus{
  padding-bottom: 60px;
}

.single-post .componete-anuariojanus .esquerda-conteudo-componete{
  width: 340px;
  margin-right: 115px;
}

.single-post .componete-anuariojanus .esquerda-conteudo-componete h1{
  max-width: 100%;
  margin-bottom: 20px;
}

.single-post .componete-anuariojanus .esquerda-conteudo-componete .caixa-descricao{
  font-size: 14px;
}

.componete-single-noticias{
  background-color: #fff;
  padding-bottom: 55px;
  padding-left: 75px;
  padding-right:75px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.componete-single-noticias .esquerda-conteudo-componete{
  width: 645px;
  margin-right: 40px;
  font-size: 15px;
  font-weight: 300;
}

.componete-single-noticias .esquerda-conteudo-componete h2{
  font-size: 18px;
  margin-bottom: 40px;
}

.componete-single-noticias .esquerda-conteudo-componete {
  padding-top:65px;
}

.componete-single-noticias .links-componete-single-noticias{
  margin-top: 50px;
  margin-bottom: 60px;
}

.componete-single-noticias .links-componete-single-noticias a:first-child{
  padding-right: 25px;
}

.lista-categorias-tags{
  position: relative;
}

.lista-categorias-tags:before{
  content:"";
  position: absolute;
  width: 100%;
  height:40px;
  background-color: #F7F7F7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.lista-categorias{
  width: 150px;
  z-index: 3;
  padding-left: 22px;
}

.lista-categorias h3{
  font-size:18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 10px;
}

.lista-categorias ul{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.lista-categorias li{
  font-size: 14px;
  text-transform: uppercase;
  border-bottom:1px solid #6FB2E3;
}

.lista-categorias li:last-child{
  border-bottom:none;
}

.componete-single-noticias .esquerda-conteudo-componete .link-voltar{
  color:#222221;
  font-size: 13px;
  text-transform: uppercase;
  border-top:1px solid #6FB2E3;
  font-weight: 500;
  padding-top: 10px;
  padding-right: 24px;
}

.single-icons-redes-socias{
  margin-top: 28px;
}

.single-icons-redes-socias span{
  font-size: 13px;
  color:#222221;
}

.single-icons-redes-socias a{
  padding-right: 20px;
  text-transform: uppercase;
}

.single-icons-redes-socias img{
  margin-right: 10px;
}

/**********************************
PUBLICACOES
***********************************/

.post-type-archive-publicacoes .componete-anuariojanus .esquerda-conteudo-componete .caixa-titulo .data{
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.filtro-publicacoes{
  background-color:#A2D7FF;
  color:#000000;
  border-radius: 10px;
  padding:13px 75px;
  margin-bottom: 20px;
}

.filtro-publicacoes .nome{
  font-size: 14px;
}

.filtro-publicacoes.active .nome{
  font-weight: 500;
}

.topo-filtro-publicacoes .icon{
  background-image: url('../images/icon-filtrar.svg');
  width: 24px;
  height: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.filtro-publicacoes.active .topo-filtro-publicacoes .icon{
  background-image: url('../images/icon-sair-filtro.svg');
  width: 12px;
  height: 12px;
}

.fundo-filtro-publicacoes{
  padding-top: 20px;
  display: none!important;
  transition: opacity 1s ease-out;
  opacity: 0;
  position: absolute;
  z-index: 11;
  width: 100%;
  left: 0;
  background: #A2D7FF;
  padding-left:75px;
  padding-right: 75px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.filtro-publicacoes.active .fundo-filtro-publicacoes{
   opacity: 1;
   display: flex!important;
   position: absolute;
}

.filtro-select{
  width: 400px;
  margin-right: 30px;
}

.filtro-select.filtro-mes, .filtro-select.filtro-ano{
  width: 100px;
}

.filtro-select:last-child{
  margin-right: 0;
}

.filtro-select h3{
  font-size: 15px;
  font-weight: 500;
  margin-bottom:10px;
  padding-top: 10px;
  border-top:1px solid #6fb2e3;

}

.filtro-publicacoes.active .filtro-select {
  margin-bottom: 10px;
}

.filtro-select .select2-container--default .select2-selection--multiple{
  border-radius: 10px!important;
  border-color:#fff;
  background-color: #fff!important;
  color:#000!important;
  font-size: 13px!important;
  outline:0!important;
}

.select2-container--default .select2-selection--multiple{
  min-height: 28px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:empty:before {
  content: "-"; /* ou "Escolha uma opção" */
  color: #999;
  background-image: url('../images/seta-filtro.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
  background-position: left center;
  margin-left: 10px;
  margin-top: 6px;
  padding-top: -2px;
  position: absolute;
}

.filtro-select .select2-container--default .select2-selection--single{
  border-radius: 10px!important;
  border-color:#fff;
  background-color: #fff!important;
  color:#000!important;
  font-size: 13px!important;
  outline:0!important;
}

/* Use background image icon */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  background-image: url('../images/seta-filtro.svg'); /* Or .png/.jpg */
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
  background-position: left center;
  color: #999;
  position: relative;
  color:#000;
}

.filtro-resultados{
  position: relative;
}

.filtro-resultados .loader {
    position: absolute;
    background: rgba(255, 255, 255, .8);
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;
}

.filtro-resultados .loader .spinner{
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  margin-top: -22.5px;
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#85BEE7 0 0);
  background:
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}

@keyframes l1 {
  0%  {background-size: 20% 100%,20% 100%,20% 100%}
  33% {background-size: 20% 10% ,20% 100%,20% 100%}
  50% {background-size: 20% 100%,20% 10% ,20% 100%}
  66% {background-size: 20% 100%,20% 100%,20% 10% }
  100%{background-size: 20% 100%,20% 100%,20% 100%}
}



/**********************************
SINGLE PUBLICACOES
***********************************/

.single-publicacoes .componete-fundo-titulo-descricao{
  padding-top: 60px;
  padding-bottom: 95px;
}

.single-publicacoes .componete-fundo-titulo-descricao h2{
  font-size: 28px;
  color:#222221;
}

.single-publicacoes .componete-fundo-titulo-descricao .lista-botoes li{
  background-color: #F0F0F0;
}

.single-publicacoes .componete-fundo-titulo-descricao .lista-botoes li:first-child{
  background-color: #6FB2E3;
  border-top-left-radius: 10px;
}

.single-publicacoes .componete-fundo-titulo-descricao .lista-botoes li:last-child{
  border-top-right-radius: 10px;
}

.single-publicacoes .componete-fundo-titulo-descricao .esquerda-conteudo-componete{
  width: 340px;
}

.single-publicacoes .componente-informacao-tecnica h2{
  margin-bottom: 0px;
  font-size: 32px;
}

.single-publicacoes .componete-anuariojanus h2{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.single-publicacoes .componete-anuariojanus .esquerda-conteudo-componete{
  width: 570px;
}

.single-publicacoes .componete-anuariojanus .direita-conteudo-componete .caixa-imagem{
  width: 265px;
  height: 265px;
  position: relative;
  margin-top: 20px;
}

.single-publicacoes .componete-anuariojanus .direita-conteudo-componete .caixa-imagem img{
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/**********************************
SEARCH RESULTADOS
***********************************/

.search .esquerda-conteudo-componete h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/**********************************
FOOTER
***********************************/

#footer{
  background-color:transparent!important;
  margin-bottom: 20px;
}

#footer .esquerda-conteudo-componete{
  padding-top:60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  width: 805px;
  margin-right:18px;
}

#footer .esquerda-conteudo-componete ul.lista-email-paginas{
  display: flex;
  flex-direction: row;
  padding-left: 0;
  list-style: none;
  margin-left: 20px;
  margin-right: 50px;
  margin-bottom: 0;
}

#footer .esquerda-conteudo-componete ul.lista-email-paginas li {
  padding-right: 15px;
}

#footer .esquerda-conteudo-componete ul.lista-email-paginas li:last-child {
  padding-right:0;
}

#footer .esquerda-conteudo-componete ul.lista-email-paginas li a, #footer .esquerda-conteudo-componete ul.lista-email-paginas li {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  color:#222221;
}

#footer .esquerda-conteudo-componete ul.icons-redes-socias{
  display: flex;
  flex-direction: row;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#footer .esquerda-conteudo-componete ul.icons-redes-socias li {
  padding-right: 18px;
}

#footer .esquerda-conteudo-componete ul.icons-redes-socias li:last-child {
  padding-right:0;
}

#footer .direita-conteudo-componete{
  padding-top:22px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 20px;
  background-color: #85BEE7;
  flex:1;
  position: relative;
  overflow: hidden;
}

#footer .direita-conteudo-componete:before{
  content:"";
  background:url(../images/seta-grande-bloco-intro.png);
  width: 145px;
  height: 225px;
  position: absolute;
  right: -5px;
  top: -60px;
  pointer-events: none;

}

#footer .direita-conteudo-componete:after {
  content: "";
  background: url(../images/seta-pequena-bloco-intro.png);
  width: 90px;
  height: 125px;
  position: absolute;
  right: -20px;
  top: -40px;
  pointer-events: none;
}

.formulario-footer input[type="email"]{
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent;
  width: 100%;
  height: 30px;
  padding: 0px;
  color: #000000;
  margin-bottom: 30px;
}

.formulario-footer .row-submeter input{
  background-color: #FFFFFF!important;
  color:#222221!important;
  border: 1px solid #fff !important;
}

.formulario-footer .row-submeter p, .formulario-footer .row-email p{
  margin-bottom: 0;
  margin-top: 0!important;
}

.formulario-footer .row-submeter p, .formulario-footer .row-email p{
  margin-bottom: 0;
  margin-top: 0!important;
}

.mc4wp-form-success .formulario-footer input[type="email"], .mc4wp-form-error .formulario-footer input[type="email"]{
  margin-bottom: 50px;
}

.mc4wp-success, .mc4wp-error{
  position: absolute;
  top: 100px;
  font-size: 12px;
}

.formulario-footer h3{
  color: #222221;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 13px;
}

.formulario-footer input[type="email"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#000;
    font-size: 13px;
}
.formulario-footer input[type="email"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#000;font-size: 13px;
}
.formulario-footer input[type="email"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#000;font-size: 13px;
}
.formulario-footer input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#000;font-size: 13px;
}
.formulario-footer input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
   color:#000;font-size: 13px;
}
.formulario-footer input[type="email"]::placeholder { /* Most modern browsers support this now. */
   color:#000;font-size: 13px;
}

.wpcf7-form.invalid .formulario-footer input[type="email"]{
  margin-bottom: 80px;
}

footer .wpcf7-form.sent .formulario-footer input[type="email"]{
  margin-bottom: 50px;
}

footer .wpcf7-form.sent .wpcf7-response-output{
  margin-left: 0!important;
}

footer .wpcf7-form.invalid .wpcf7-response-output{
  margin-left: 0!important;
  bottom:40px;
}

.wpcf7-form.invalid .wpcf7-not-valid-tip{
  display: none;
}
