/*Author Luiz Felipe Diogo F. Silva <luiz.felipe@proderj.rj.gov.br>
 copyright Proderj 2024.*/

/*Banner text home*/
.banner-text-container {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding: 5% 10%;
    align-items: center;
}

.banner-text-content {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: system-ui;
}

.cyan {
    color: #05F2F2;
}

/*Busca home */
.search-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#myInput {
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    background-image: url('/agendamentos/sites/default/themes/secretarias/imagens/search.svg');
    background-repeat: no-repeat;
    background-position: 10px 12px;
    background-size: 16px 16px;
}


/* Lista de Serviços */
.serviceList-container {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10%;
}

.serviceList-item {
    border: 1px solid #eee;
    /* margin-top: -1px; */
    background-color: #f6f6f6;
    padding: 12px;
    font-size: 18px;
    color: black;
    font-weight: normal;
}

.serviceList-item:hover {
    color: #0056b3;
    background-color: #eee;
}

/*css front*/
* {
        margin: 0;
        padding: 0;
    }
    section {
        display: flex;
        max-width: 100%;
        height: 100%;
    }
    article {
        flex: 1;
    }
    .texto{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .titulo-texto{
        color: #ffffff;
        font-size: 2rem;
        font-family: Verdana, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }
    .paragrafo-texto{
        color: #ffffff;
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
        font-family: Verdana, Helvetica, sans-serif;
    }
    div.conteudo-principal {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        min-width: 100%;
    }
    .app-download  {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: 10%;
        height: 100%;
        margin-top: 100px;;
    }
    .imagem-setas{
        display: flex;
        justify-content: center;
    }
    div.texto img {
        max-width: 8%;
    }
    div.btn-download {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
    .android img, .apple img {
        width: 250px;
    }
    .app-rj  {
        display: flex;
        justify-content: end;
        align-items: end;
    }
    .app-rj img {
        max-width: 70%;
    }
    @media (max-width: 1025px) {
        div.conteudo-principal {
            flex-direction: column;
            justify-content: space-evenly;
            margin-top: 20px;
        }
        .paragrafo-texto{
            font-size: 1.1rem;
            text-align: center;
            /* margin-bottom: 5%; */
        }
        .titulo-texto{
            font-size: 2rem;
            text-align: center;
            /* margin-bottom: 5%; */
        }
        .app-download {
            margin-left: 0;
            width: 100%;
        }
        div.btn-download a {
            margin: 1.5% 0;
            display: flex;
            justify-content: center;
        }
        div.texto {
            display: flex;
        }   
        .app-rj img {
            max-width: 70%;
            margin-top: 30px;
        }
        div.btn-download {
            width: 100%;
            flex-direction: column;
            align-items: center;
        }
        .btn-download a img{
            width: 80%;
        }
    }
    @media (max-width: 512px) {
        .btn-download a img{
            width: 60%;
        }
        .app-download{
            margin-top: 2%;
        }
        div.texto{
            margin-bottom: 5%;
        }
    }



/* Menu Hamburguer Dropdown*/

@media only screen and (min-width: 1104px) {
    #close a{
        color:#ffffff;
        font-size: 4em;
    }

    #close-mobile{
        display: none;
    }

    #close{
        display: none;
        margin: 0;
    }
    .menu-overlay {
        width: 100%;
        position: absolute;
        top: 165px;
        left: 0;
        background-color: #00000096;
        display: none;
        overflow-y: hidden;
        height: auto;
        height: 100%;
        z-index: 100;
    }

    .menu-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        background: #192844;
        width: 24%;
        position: absolute;
        top: 0px;
        left: 0;
    }

    .menu-column ul {
        position: absolute;
        width: 317%;
        height: 100%;
        background: #E9E9E9;
        left: 100%;
        top: 0;
        display: none;
    }

    .menu-column li {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: rgba(113, 112, 112, 0.8);
        white-space: pre-wrap;
    }

    .menu-column h4 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
    }


    .menu-column h4:hover{
        cursor: pointer;
        color: #05F2F2;
    }
    .menu-column:hover ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: stretch;
        align-items: flex-start;
    }
}

/*Bunner Header*/
.bunner-header-text{
    font-size: 2em;
    color: #192844;
    box-shadow: 0px -7px #192844;
    border-bottom: 3px solid #cccccc;
    border-left: 3px solid #cccccc;
    border-right: 3px solid #cccccc;
    padding: 1%;
}

#bunner-header{
    width: 93%;
    margin: 2% auto;
}

/*Menu Lateral*/
#menu-lateral{
    width: 20%;
    float: left;
    margin-top: 3%;
    position: absolute;
    z-index: 1;
}

.menu-lateral-container{

}

.link-menu-lateral{
    border: 2px solid #192844;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    padding: 0 3%;
    margin: -7% 18% 0 9%;
    height: 45px;
    display: flex;
    font-size: 15px;
    text-transform: uppercase;
    flex-wrap: wrap;
    align-content: center;
}

.link-menu-lateral:hover {
    background: #192844;
    cursor: pointer;   
}

.link-menu-lateral:hover a{
    color: #FFFFFF;   
}

.link-menu-lateral a{
    color: #192844;
    font-weight: bold;
    width: 100%;
}

.redes-sociais-menu-lateral{
    display: flex;
    justify-content: center;
}

.redes-sociais-menu-lateral ul{
    list-style: none;
    font-size: 2em;
}

.redes-sociais-menu-lateral li{
    margin-top: 25%;
}

.redes-sociais-menu-lateral a{
    color: #192844 !important;
}



.social-midia-sup {
    padding-top: 10px;
}

.servico-grid-row{
    justify-content: center!important;
}

.servicos-mais-acessados{
    max-width: 78%;
    margin: 0 auto;
}

.servicos-grid{
    width: auto !important;
    position: relative;
    padding: 0 2%;
    white-space: nowrap;
    margin-bottom: 6%;
}


.titulo-servico{
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}




.link-servico a{
    background-color: #192844;
    color: #ffffff;
    font-size: 16px;
    padding: 60px;
}



/*Publicações*/
#flexslider-2 .flex-direction-nav a {
    margin-right: 6%;
    margin-left: 6%;
}

#flexslider-2 .flex-direction-nav a {
    top: 70%;
}

.section-container.publicacoes {
    width: 79% ;
  }
  
  .publicacoes .flex-viewport .slides li {
    width: 210px ;
    height: 100px ;
    margin-right: 3px ;
    float: left;
    background: #192644;
    display: inline-flex !important ;
    justify-content: center;
    align-items: center;
  }
  
  .views-field.views-field-field-link-publicacoes
    .field-content.link-slider-links-uteis
    a {
    width: 210px;
    position: absolute;
    left: -137px;
    top: -60px;
    text-align: center;
    padding: -60px 0;
    padding: 43px 0px;
  }
  
  .publicacoes .field-content.link-slider-links-uteis a {
    color: transparent;
  }
  
  .publicacoes .views-field-title > span > a {
    color: #ffffff ;
    font-size: 1rem ;
    font-weight: 500 ;
  }
  
  .publicacoes .flexslider:hover .flex-direction-nav .flex-prev {
    left: 35px ;
    padding: 0 10px;
  }
  
  .publicacoes .flexslider:hover .flex-direction-nav .flex-next {
    right: 35px ;
    padding: 0 10px;
  }



/*Correções Títulos e Cores*/

.lista-noticias a {
    color: #05F2F2;
}
.lista-noticias a:hover {
    color: #fff;
}

.titulo-secao span {
    color: #192844;
}

.titulo-secao{
    position: relative;
    font-weight: 700;
    text-align: initial;
    margin: 0;
 }

.titulo-secao span::after {
    display: none;
    width: 4px;
    bottom: 4px;
    height: 30px;
    content: "";
    position: absolute;
    margin-left: -14px;
    background-color: #05F2F2;
    color: #05F2F2;
}

/*Carta de Sserviços*/
.button-carta-servico-grid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.button-carta-servico{
    width: 100%;
    height: 42px;
    display: flex;
    max-width: 360px;
    align-self: center;
    margin: 3% auto 0 auto;
    align-items: center;
    border-radius: 25px;
    text-transform: uppercase;
    justify-content: center;
    text-decoration: none;
    background-color: #192844;
    color: #05F2F2;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.button-carta-servico a:hover {
    color: #fff;
    transition: all .6s;
}

.button-carta-servico a{
    color: #05F2F2;
}

.carta-de-servico-text{
 color: #333333;
 text-align: justify;
 font-family: sans-serif;
 font-weight: 500;
 font-size: 1.2rem;
 line-height: 1.5;
 letter-spacing: 0.00938em;
 text-transform: none;
}

 .carta-servico {
    background-color: #eee;
    padding: 2% 10%;
}

/* Suderj Contatos*/
.suderj-contatos-grid{
 display: flex;
 flex-direction: column;
 border-radius: 10px;
 padding: 20px 16px;
 box-shadow: 0px 2px 8px #0000006b;
 position: relative;
 justify-content: space-between;
 margin-bottom: 25px;
 margin-right: 2%;
 background-color: #e1e1e1;
color: #192844;
width: 23%!important;
font-weight: bold;
}

.suderj-contatos-row{
    justify-content: normal!important;
}

.contato-suderj-contatos{
    font-size: 14px;
    margin-top: 10px;
}

 /* Equipamentos */
.contato-equipamento{
    font-size: 14px;
    margin-top: 10px;
    
}

.contato-equipamento::before {
    background: url(../imagens/icon-phone-branco.svg) no-repeat center center;
    background-size: cover;
}

.equipamentos-grid {
    display: flex;
    font-weight: bold;
    flex-direction: column;
    border-radius: 10px;
    padding: 20px 16px;
    box-shadow: 0px 2px 8px #0000006b;
    position: relative;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-right: 2%;
    background: linear-gradient(90deg, #192844 67.81%, #472774 100%);
    color: #fff;
    width: 23%!important;
}

.equipamentos-row{
    justify-content: normal!important;
}

.subtitulo-secao{
    padding: 0 10px;
    color: #192844;
    font-size: 1.2rem;
    margin: 15px 0 10px 0;
    font-weight: bold;
}


 .btn-agenda::before {
    display: none;
}

 .endereco-maps::before {
    display: none;
}

 /* Correção Estrutura */
.image-style-imagem-310x100{
    width: 95%;
    margin: 0 0 0 5%;
    height: auto;
}

.views-field-field-imagem-estrutura{
    margin: 0 22%;
}

/* Cor pag noticia */
/*.lista-noticias {
    background-color: #44773a;
}*/

/* Removendo Barra de Rolagem Lateral */
[data-aos=fade-left] {
    transform: translate3d(0,0,0);
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 5%;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 5%;
}
 /*Teste AltPlayer */
a[controls]{

    background-color: rgba(95, 95, 95, 0.25);
    color: #fff;
    
}

#atl-player {
    background-color: #404040;
    width: 190px;
    margin: 5px 0px 5px 5px;
    display: flex;
    border-radius: 5px;

}

#atl-player a {
    width: 35px;
    height: 35px;
    float: left;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#atl-player a .overlayer {
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(95, 95, 95, 0.25);
    color: #fff;
    font-size: .8em;
    text-align: center;
    /* line-height: 50px; */
    opacity: 1;
    transition: opacity .5s;
    border-radius: 5px 0px 0px 5px;
}

#atl-player h3 {
    color: #959595;
    font-size: .54em;
    text-transform: uppercase;
}

#atl-player .text h2, h3 {
    margin: 0;
    padding: 0;
}

#atl-player h2 {
    color: #fff;
    font-size: .7em;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.5;
}

.text {
    overflow: hidden;
    padding: 2px 0 2px 5px;
    width: 150px;
}

.play{
    width: 35px;
    height: 35px;
    float: left;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlayer{
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(95, 95, 95, 0.25);
    color: #fff;
    font-size: .8em;
    text-align: center;
    /* line-height: 50px; */
    opacity: 1;
    transition: opacity .5s;
    border-radius: 5px 0px 0px 5px;
}



/* Rodapé Endereço*/
.endereco {
	/* margin: 0 auto; */
}


/* Botão Close menu Hamburguer - VERDE */

.menu-overlay .closebtn {
    font-size: 4em;
    /*color: #44773a;*/
}

 /* Correção Títulos Duplicados*/


.page-title span {
    width: 100% ;
    display: none ;
}

.page-title {
    display: none;
}

/* Cabeçalho */


.nome-secretaria{
    /* margin-right: 10%; */
    /* width: 30%; */
}
.nome-secretaria-conteudo{
    color: white;
    font-size: 23px;
}


.logo-rjgov{
    width: 20%;
    
}


.logo-rjgov-img{
    width: 80%;
    /*margin-left: -25%;*/
}

.section-container#cabecalho {
    width: 100%;
    margin:0;
    /* width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; */
}

/* Noticias 3 col Titulos */

.noticia-principal-gride h2 a {
    color: #363636 ;
    line-height: 1.2 ;
    font-weight: 700 ;
    font-size: 1.5em ;
}

.programas-acoes .branco .aos-init .aos-animate{
    display: none;
}

/* Todos os Texto das noticias */
.views-field>div>p>span {
    margin-top: 10px;
    line-height: 1.4;
    font-family: verdana, geneva, sans-serif;
}

/*Noticias 2 col Titulos*/

.noticia-2col-wrap .view-content .views-view-grid .views-row .noticia-principal-gride .views-field-title .field-content a {
    color: #363636;
    line-height: 2.0;
    font-weight: 700;
    font-size: 17px;
    font-family: arial;
}
.views-field-title>span>a{
    /*color: #44773a ;*/
    line-height: 1 ;
    font-weight: 700 ;
    font-size: 1.5em ;
}

.noticia-2col-wrap .view-content .views-view-grid .views-row .noticia-principal-gride img{
    /*width: 600px;
    height: 400px;
    padding: 10px;*/
    width: 100%;
    height: auto;
    float: left;
}

.noticia-principal-gride {
    margin: 20px ;
}

.noticia-2col-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 50px;
    width: auto;
    padding: 25px 0px 25px 0px;
    flex-wrap: wrap;
    margin-top: 0px;
}
.views-field-views-field-field-tags-noticias>div>a {
    margin-bottom: 10px;
}

.section-container {
    width: 75%;
    padding: 1em 0px;
    margin: 0 0 0 20%;
}

/*Logo Rodapé*/
.site-logo>img {
    width: 240px;
    height: 46px;
}
/*Logo Cabeçalho*/
.logo-proderj.logo>a>img{
    width: 55%;
    height: auto;
}

.cards-container-wrap .banner-principal{
margin-bottom: 50px;
}

.titulo-secao{
    margin-top: 40px;
}

/* RODAPÉ VERDE */


/* SEÇÃO NOTICIAS 3 COLUNAS  */

.views-row {
    display: flex;
    justify-content: space-between;
    /*margin-top: 30px;*/
    width: 76%;
    padding: 25px 0px 0px 0px;
  }
  
  .noticia-principal{
    margin-left: 80px;
    margin-right: 50px;
  }
  
  .views-view-grid {
      margin-top: 0px;
  }


  .telefones-uteis-linha{
      display: flex; 
      flex-direction: row; 
      justify-content: space-between;
    }
    
    .text-center{
        text-align: center!important;
        margin-bottom: 4%;
    }

  .telefones-uteis-wrap a {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    align-items: center;
    display: flex;
    line-height: 2;
  }
  .md-content-telefones > p {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    color: #192844;
    line-height: 1.2em;
    text-align: left;
  }

  .telefones-uteis-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 35em;
    margin: auto;
    margin-bottom: 20px;
}

.telefones-uteis-wrap button{
    margin: 8px 8px;
    border-radius: 5px;
    background-color: #dddddd;
    color: #363636;
    font-weight: 700;
    font-size: 11px;
    padding: 12px 12px;
    cursor: pointer;
    border: none;
}

.image-style-imagem-noticias-481x350 {
    width: 300px;
    height: 200px;
}

.logo-pesagro-card {
    width: 150px;
    height: 29px;
    background-image: url('/../../../sites/site_pesagro/files/2021-09/logo-pesagro-rio_az.png');
    background-size: contain;
    margin-bottom: 6px;
    display: none;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    margin-bottom: 40px;
}
.button:hover{

    margin-left: 0 ;
    margin-top: 15px;
    background-color: #106c22 ;
    color: #fff ;
    padding: 4px ;

}

.form-select{

    padding: 4px ;
    /*background-color: #44773a ;*/
    color: #fff ;
    border: 0 ;

}

.botao-aplicar, .button, .image-button{
    
    margin-right: 1em ;
    margin-left: 0;
    margin-top: 15px;
   /* background-color: #44773a ;*/
    color: #fff ;
    padding: 4px ;
    border: 0 ;
}
/*.botao-buscar, .button, .image-button{
    
    margin-right: 1em ;
    margin-left: 0 ;
    color: #00508a ;
    padding: 4px ;
    border: 0 ;
}*/
.flex-direction-nav a{

    top: 40% ;
}

#flexslider-1 .flex-direction-nav a{
    margin-right: 6%;
    margin-left: 6%;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: min-content ;
    height: 40px;
    margin: -20px 0 0 ;
    position: fixed ;
    top: 174px ;
    z-index: 10;
    overflow: hidden;
    opacity: unset;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: -2% ;
    margin-left: -2% ;
}

.link-slider-links-uteis{
    color: #fff ;
    position: absolute ;
    z-index: 9999 ;
    bottom: 20px ;
    text-transform: revert ;
    font-size: 35px ;
    background: transparent ;
}

.link-slider-links-uteis a {
    position: relative;
    top: -48px;
    color: transparent ;
    font-size: 1px ;
    margin-right: 34px ;
    padding: 48px 163px;
}



.menu-column{
    margin-left: 40px;
    margin-bottom: 3%;
}

.lista-links{
    display: none;
}


.field-content {
    margin-bottom: 10px;
}

.menu-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flex-control-nav {
    display: none;
}

#back2Top {
    /* display: none; */
}



.image-style-imagem-noticias-481x350 {
    width: 100%;
    height: auto;
}

.presidente-textos{
    margin-left: 0px;
    width: 76%;
    margin-top: 10px;
}
