/*
style.css 
by: Fat        
*/
/*
.container {
    width: 1140px !important;
}
*/

.carousel-indicators {
	opacity: 0;
}

.carousel-control.right, .carousel-control.left {
	opacity: 0;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'cera_probold', sans-serif;
	padding-top: 0px;
}

p {
    font-family: 'cera_probold', sans-serif;
}

ul {
    padding-left: 0;
}

.container, .col-md-12, .col-md-6, .container-fluid {
    padding: 0;
}

figure {
    max-width: 100%;
}

.content-topo {
    width: 1140px;
    height: 100%;
}

.content-topo .acessibilidade {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-topo .acessibilidade a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;            
}

.content-topo .acessibilidade h5  {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 40px;
	font-size: 10pt;
}

.content-topo .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-topo .logos img {
    margin-right: 20px;
}

img.logo-carioca {
    height: 45px;
}

img.logo-informacao {
    height: 45px;

    border-right: 1px solid #fff;
    padding-right: 15px;
}

.content-topo .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}



/***** HEADER *****/

.wrapper {
    padding: 0;
}

.align-items {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    margin-top: 40px;
}

.whrapper-buscar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whrapper-buscar form {
	display: flex;
	align-items: center;
}

.logo {
    padding-left: 0;
    padding-right: 0;
}

.logo_principal {
    padding-left: 0px;
	padding-right: 10px;
	display: flex;
    align-items: center;
    justify-content: space-around;
 }

.logo_principal img {
    width: auto;
}

.logo_principal img.logo-prefeitura {
	width: 105px;
}

.logo_principal img.logo-rio2020 {
	width: 170px;
}


.menu_topo {
    width: 100%;
    position: relative;
    height: 98px;
	height: 78px;
    background-color: #008FBE;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.whrapper_menu {
    background-color: #1BB5DA;
}

button.btn-link {
    display: none;
}

.menu_principal {
    width: 100%;
    position: relative;
    height: 98px;
    display: flex;
    align-items: center;
}

input.search-input {
    border-radius: 0;
    border: none;
    width: 130px !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
	font-size: 11px;
}

.btn-search {
    padding: 6px; 
    height: 34px;
    background: white;
    display: contents;
}

.btn-search button {
    border-radius: 0px;
    border-color: transparent;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-search button:hover {
    border-color: transparent;
}

nav.header_menu {
    display: flex;
    height: 80px;
    align-items: center;
    text-transform: uppercase;
}


ul.sub-menu {
    background-color: #1BB5DA;
    border: 2px solid #008EB7;
    height: auto;
    position: absolute;
    z-index: 99;
    width: auto;
    display: none;
}

ul.sub-menu li {
    border-bottom: 1px dotted rgba(30,199,240,1.0);
}

li.child-submenu ul {
    position: relative;
}

li.child-submenu:hover ul {
    display: block !important;
}

li.child-submenu ul {
    border: none;
    margin: 5px 0 5px 10px;
}

li.child-submenu ul li {
    padding: 5px !important;
    border-bottom: transparent;
}

li.child-submenu ul a {
    font-weight: normal;
    font-size: 11px !important;
}

ul#menu-menu-principal {
    display: flex;
    max-width: 1140px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

ul#menu-menu-principal li:hover ul.sub-menu {
    display: block;
}

ul#menu-menu-principal li {
    padding: 10px;
    margin-right: 10px;
    list-style: none;
}

ul#menu-menu-principal li a {
    color: white;
    margin: 0 1px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}



/***** FIM HEADER *****/

.title-item h1 {
	color: gray;
    padding-top: 20px;
    font-size: 1.7em;
    font-weight: 700;
    font-family: Roboto-Black,sans-serif;
    line-height: 1;
    text-transform: uppercase;
}

span.word {
    font-size: 1.7em;
    font-weight: 300;
	font-family: Roboto Light,sans-serif;
}

.box-list {
    padding-top: 20px;
    padding-bottom:20px;
}

.box-list:after {
    box-shadow: 105px 0px 37px 54px #ffffffa3;
    bottom: 0;
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    right: 78px;
    top: 337px;
}

.box-list, .lista {
    display: block;
}

.page-id-9916 .container .img-background {
    margin-left: 0;
    margin-right: 0;
}

.img-background img {
    width: 100%;
    opacity: .2;
}

.section-full {
    background-color: #f3f3f3;
    /*margin-bottom: 20px;*/
    background-image: url('https://portalpcrjwp.hom.rio.gov.br/wp-content/uploads/2020/04/bg-servicos.png');
    background-repeat: repeat;
}

a.link-item {
    display: contents;
    text-decoration: none;
}

.box-item {
    display: flex;
    color: white;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
    background-color: #ececec;
    max-width: 11.44%;
    border: 1px solid #ececec;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-item:hover {
    border: 1px solid #1bb5d9;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.box-item img {
    width: 40px;
    height: auto;
}

.box-item p {
    color: #777;
    font-size: .85em;
    margin-bottom: 0px;
    font-weight: bold;
}

.box-item:hover p {
	color: #222;
}

.slides {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-blog span.rio {
    font-size: 24pt;
    font-weight: bold;
    font-family: 'cera_probold', Helvetica, Arial, Verdana, sans-serif;
}

.section-portais span.rio {
    font-family: 'cera_probold', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}

.section-portais .title h3, .section-blog .container h2{
	color: #222;
}

.img-diario {
    width: auto;
    line-height: 1.2;
}

.img-diario img {
    max-width: 170px;
	box-shadow: 2px 2px 20px -5px #333;
}

.content-diario p {
	width: 90%;
}

.content-diario p {
    line-height: 1.5;
    font-size: 14px;
/*	padding-left: 10%;
	width: 78%; */
}

.veja-mais {
    margin-top: 25px;
}

.veja-mais a {
    background-color: #1bb5d9;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 12px 25px 12px 25px;
    font-weight: bold;
    text-decoration: none;
    z-index: 999;
}

.title-item h1:after {
content: "";
position: relative;
width: 65px;
border-bottom: 3px solid #1bb5d9;
display: block;
}

.title h3:after, .videos h3:after, .post-thumbnail-large h2:after, .section-fale-conosco h3.titulo {
content: "";
position: relative;
width: 65px;
border-bottom: 3px solid #1bb5d9;
display: block;
}

/***** SECTION BLOG *****/

.section-blog {
    margin-bottom: 30px;
}

.section-blog .title {
    font-size: 27px;
}

.section-blog article {
    z-index: 9999;
}

.post-thumbnail-large, .post-thumbnail-little, .button-noticias {
    width: 47%;
    margin-right: 4%;
    padding: 0;
}

.post-thumbnail-large h2{
	font-size: 18pt;
}

.title {
    width: 45%;
    /*margin-right: 2%;*/
	display: block;
}

.post-thumbnail-large:nth-child(2), .post-thumbnail-little:nth-child(2n), .button-noticias:nth-child(2) {
    margin-right: 0%;
}        

.post-thumbnail-large, .post-thumbnail-little {
    margin-bottom: 30px;
}

.section-blog .post-thumbnail-large h3 {
	font-size: 22px;
}

.post-thumbnail-little .title-post h3{
	font-size: 18px;
}

.post-thumbnail-little {
    background-color: #f3f3f3;
    margin-bottom: 10px;
}

.section-blog .post-thumbnail-large h3, .post-thumbnail-little .title-post h3, .content-diario p {
    color: #666;
}

.section-blog .post-thumbnail-large h3, .post-thumbnail-little .title-post h3{
	font-family: 'cera_probold', sans-serif;
    font-weight: bold;
}

.post-thumbnail-large img, .post-thumbnail-little img {
    width: 100%;
    height: auto;
}

.post-thumbnail-large {
    overflow: hidden;
}

.post-thumbnail-large img:hover, .post-thumbnail-little img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 4s ease-out;
    transition: transform 4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-thumbnail-little .title-post {
    width: 60%;
}
/*
.post-thumbnail-little .title-post h3, .post-thumbnail-little .title-post a  {
    font-size: 20px;
    color: #333;
}
*/
.post-thumbnail-little .title-post a, .post-thumbnail-large a {
	font-size: 20px;
    color: #5b5c5d;
	font-weight: 400;
}

.wrapper-buttons-noticias { 
    margin-top: 30px;
}

.button-noticias a {
    background: #00c1cf;
    color: white;
    font-size: 16px;
    padding: 18px 25px 18px 25px;
	font: normal 16px / 22px "Roboto", Helvetica, Arial, Verdana, sans-serif;    
}

    /*****SECTION SLIDER******/

.carousel-control.right, .carousel-control.left {
        background-image: none;  
}

.carousel {
	position: relative;
    left: -15px;
}

.carousel-inner {
	max-width: 1170px;
}

.slides .item img {
	width: 1170px;
}



/***** SECTION PORTAIS *****/

.section-portais {
    background: #f3f3f3;
/*  display: flex;
    align-items: center;
    justify-content: center;
*/  height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-portais .title h3 {
    text-align: initial;
}

.section-videos {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-videos h3 {
    margin-bottom: 25px;
}

.section-videos h3, .section-fale-conosco .header-secao{
	text-transform: uppercase;
    font-size: 19.5px;
}

.section-videos h3 span, .header-secao h3 span {
    font-weight: 700;
    font-size: 1.2em;
    font-family: 'cera_probold',sans-serif;
}
/*
.box-videos, .box-video-destaque {
    margin-top: 25px;
}
*/
.box-videos img {
    width: 100%;
}

.title-video {
    margin-top: 20px;
	padding-left: 0;
}

.section-videos .title-video h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19.5px;
    font-weight: bold;
    color: #222;
}

ul.lista-video {
    column-count: 3;
    max-height: 250px;
}

ul.lista-video li:first-child img {
    width: 370px;
    height: 370px;
    max-height: 224px;
    padding-bottom: 0px;
}

ul.lista-video li:first-of-type p {
    display: block;
    position: absolute;
    width: 31.7%;
    background: #808080c7;
    color: white;
    padding-left: 10px;
    bottom: 70px;
    padding: 15px;
	height: auto;
}


ul.lista-video li {
    display: flex;
    margin-bottom: inherit;
}

ul.lista-video img {
    margin-right: 10px;
    width: 120px;
    height: 68px;
}

ul.lista-video p {
	display: flex;
    height: 58px;
}

/*SEÇÃO FALE CONOSCO*/


/*27032020*/
li.facebook a, li.instagram a, li.twitter a {
    display: inline-flex;
    align-items: center;
}

.social-media .facebook img, .social-media .instagram img, .social-media .twitter img {
    width: auto;
    height: 50px;
    float: left;
    margin-right: 10px;
}
/*FIM 27032020*/


.social-media h3 {
    font-size: 19.2px;
    font-weight: 600;
    margin-bottom: 2px;
  	width: 100%;
    text-align: center;
}

.social-media h3, .social-media h2{
    text-transform: uppercase;
}

.social-media a:hover {
	color: #40c7e7;
	text-decoration: none;
}

.section-fale-conosco {
    background: #f4f4f4;
    padding-bottom: 50px;
}
/*
.section-fale-conosco .header-section, h2.titulo.titulo-redes, .celphone-news h3, .apps h3, .attendance-phone h3, .attendance-central h3 {
	text-transform: uppercase;
}

ul.social-media {
    text-align: center;
    width: 100%;
}
*/

.social-media li.col-md-4 ul li {
    margin-top: 0;
    text-align: center;
}

h2.titulo.titulo-redes {
    font-weight: 300;
	width: 100%;
  	text-align: center;
}

ul.fale-conosco__lista li {
    list-style: none;
}

.social-media li{
    list-style: none;
}
/*
.facebook .fb_iframe_widget span, .facebook iframe, img.instagram, .twitter iframe {
    display: inline-flex
}
*/
/*FACEBOOK*/

/*
.facebook .fb_iframe_widget span, .facebook iframe, .twitter iframe, .twitter div.timeline-Viewport{
	height: 282px !important;
}

.facebook .fb_iframe_widget span{
    padding-left: 10%;
}

.instagram img{
	height: auto;
	width: 100%;
}
*/

img.icon-instagram-fale-conosco {
    width: 240px;
    height: auto;
    /*margin: 15px;*/
}
.fale-conosco-facebook span {
    max-height: 330px;
}

.fale-conosco-facebook h2, .fale-conosco-facebook h3, .fale-conosco-facebook p, .fale-conosco-facebook .image-apps, .fale-conosco-instagram h2, .fale-conosco-instagram h3, .fale-conosco-instagram p, .fale-conosco-twitter h2, .fale-conosco-twitter h3, .fale-conosco-twitter p, .conteudo-whatsapp{
    width: 340px;
}

.fale-conosco-facebook .image-apps {
	width: 95%
}

.image-apps img {
    width: 32%;
}
/*
.conteudo-whatsapp, .content-attendance{
	display: inline-flex;
	align-items: center;
	font-size: 18px;
}

.conteudo-whatsapp svg, .phone-icon{
	margin-left: auto;
}

.fb_iframe_widget iframe{
	border: solid #ddd 1px;
}

.fale-conosco-facebook, .fale-conosco-instagram, .fale-conosco-twitter {
    padding-left: 0;
    padding-right: 0;
}
/*
.fb_iframe_widget_fluid span {
    width: 340px;
    height: 330px !important;
}

.celphone-news h3, .apps h3, .attendance-phone h3, .attendance-central h3{
	font-weight: 600;
	margin-bottom: 2px;
}
*/

.conteudo-whatsapp, .content-attendance{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.celphone-news p, .apps p, .attendance-phone p {
    line-height: 18px;
	margin-bottom: 5px;
}

.fale-conosco__lista iframe {
    width: 100%;
}

ul.fale-conosco__lista h2 {
    font-size: 20px;
}

.numero-whatsapp {
margin-left: .3rem;
margin-right: auto;
font-weight: 700;
color: #aaa;
}

.conteudo-aplicativos img {
    width: 90px;
}

.numero-whatsapp, a.call, .phone-icon{
	font-size: 23px;
}

/*FALE CONOSCO INSTAGRAM*/

img.instagram{
	border: solid #ccc 1px;
}

.phone-icon {
    color: #1bb5d9;
}

a.call, .phone-icon {
	font-weight: 500;
}

.phone-icon {
    margin-right: 2.5px;
}

.col-md-4 p {
    text-align: center;
}

.riotur a, .datario a{
	width: 100%;
    display: inline-flex;
    justify-content: center;
}

.riotur img, .datario img {
    width: 70%;
}

/*
.content-attendance{
	width: 340px;
    text-align: center;
}
*/
div.attendance-phone h3 {
    margin-top: 19px;
}

div.attendance-central h3{
	margin-top: 13px;
}

.attendance-central address {
    text-align: center;
}
/*
li.item {
    list-style: none;
}
*/

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

.links-footer {
    background-color: #e7e7e7;
    height: 115px;
    display: flex;
    align-items: center;
}

nav.footer-menu ul {
    text-align: center;
}

nav.footer-menu li {
    list-style: none;
}

nav.footer-menu li:before {
    content: '/';
}

nav.footer-menu li:after {
    content: '/';
}

nav.footer-menu li a {
    font-size: 0.9em;
    font-weight: 700;
    color: #626262;
    text-decoration: none;
}

.footer {
    background: #1BB5DA;
    
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
}

.footer img {
    width: 100px;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
}

.footer p {
    color: white;
}

.conteudo-whatsapp img, .conteudo-telefone img {
    width: 35px;
    vertical-align: bottom;
}

#button {
display: inline-block;
background-color: hsla(0,0%,100%,.8);
width: 32px;
height: 32px;
text-align: center;
border-radius: 50%;
position: fixed;
bottom: 2%;
right: 4%;
transition: background-color .3s,opacity .5s,visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
color: #1bb5d9;
}


.veented-slider-scroll-button-holder {
    position: absolute;
    left: 90px;
    top: 276px;
    right: 0;
    bottom: auto;
    text-align: center;
    z-index: 4;
    transform: rotate(270deg);
    display: none;
}

    a.veented-slider-scroll-button {
        display: inline-block;
        border: 2px solid rgba(255,255,255,0.7);
        color: #fff;
        width: 32px;
        height: 50px;
        border-radius: 24px;
        text-indent: -9999px;
        position: relative;
        cursor: pointer;
    }

    a.veented-slider-scroll-button, .vntd-mouse-dot {
        height: 8px;
        width: 8px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        position: absolute;
        left: 10px;
        top: 6px;
        -webkit-animation: vntd-mouse-animation 1.5s infinite linear;
        animation: vntd-mouse-animation 1.5s infinite linear;
        animation-duration: 3s;
    }
    
    .veented-slider-scroll-button-holder:after {
        content: url(https://portalpcrjwp.hom.rio.gov.br/wp-content/uploads/2019/10/arrow.png);
        position: absolute;
        transform: translate(-70px, 68px);
        top: 0;
        animation: vntd-mouse-animation 1.5s infinite linear;
        animation-duration: 3s;
        left: -70%;
        padding: 5px;
        background: #676767;
        border-radius: 25px;
        text-align: center;
        padding-top: 10px;
        display: block;
    }

    a.veented-slider-scroll-button {
        display: none;
    }

    a.veented-slider-scroll-button {
            border: none !important;
    }

    @-webkit-keyframes vntd-mouse-animation {
        0% {
            opacity: 1;
            top: 6px;

        }
        35% {
            opacity: 0;
            top: 20px;
        }
        100% {
            opacity: 0;
            top: 6px;
        }
    }
    @keyframes vntd-mouse-animation {
        0% {
            opacity: 1;
            top: 6px;

        }
        35% {
            opacity: 0;
            top: 20px;
        }
        100% {
            opacity: 0;
            top: 6px;
        }

    }

/* Veented Slider Arrow Navigation */

    /* FIM **/


/*Single Posts*/

.content-area {
    padding-top: 50px;
}

.site-main .entry-title {
    margin-top: 0;
}

.sidebar-posts-recentes {
    background: #f7f7f8;
}

.sidebar-posts-recentes li {
    border-bottom: 1px solid rgba(133,134,140,0.15);
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.sidebar-posts-recentes li a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #515151;           
}

.sidebar-posts-recentes span.post-date {
    display: block;
    margin-top: 10px;
}

.sidebar-posts-recentes li a:hover {
    color:rgba(28,176,234,0.8);
}

.sidebar-posts-recentes h2 {
    margin-bottom: 35px;
}


.sidebar-posts-recentes h2:after {
    /* Sublinhado azul, como no título 'NOTICIAS RECENTES'
    content: "";
    position: relative;
    width: 65px;
    border-bottom: 3px solid #1bb5d9;
    display: block;
    */
}

.featured-thumbnail {
    padding-top: 10px;
    padding-bottom: 10px;
}

.featured-thumbnail img {
    width: 100%;
    height: auto;
}

li.inicio {
	margin-right: 0 !important;
}

li.destaque-category {
	display: block !important;
	margin-left: 0 !important;
}

.title-post ul.post-categories li {
	display: none;
}

.wrapper-breadcrumbs {
	width: 98%;
    width: calc(100% - 0px);
}

.wrapper-breadcrumbs ul li {
    list-style: none;
    display: flex;
}

.wrapper-breadcrumbs ul li a {
    margin-right: 5px;
}

.slider-posts .item img {
	max-height: 100%;
	width: 100%;
	margin-bottom: 0;
}

.slider-posts .item p {
	margin: 10px;
	color: white;
}

.slider-posts .carousel-caption {
	right: 0;
    left: 0;
	bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    background: black;
	background: #000000a1;
}

.slides .item img {
    max-height: 267px; 
}

/* só para single single-post */
.single.single-post .site-main-post h1 {
    font-family: 'cera_problack';
    font-size: 40px;
	font-size: 35px;
    text-align: left;
    letter-spacing: -0.75px;
    color: #181818;
}
.single.single-post .site-main-post h2 {
    font-family: 'cera_problack';
    font-size: 32px;
	font-size: 30px;
    text-align: left;
    letter-spacing: -0.75px;
    color: #181818;
}
.single.single-post .site-main-post h3 {
    font-family: 'cera_problack';
    font-size: 28px;
    text-align: left;
    letter-spacing: -0.75px;
    color: #181818;
}
.single.single-post .site-main-post h4 {
    font-family: 'cera_problack';
    font-size: 24px;
    text-align: left;
    letter-spacing: -0.75px;
    color: #181818;
}
.single.single-post .site-main-post h5 {
    font-family: 'cera_problack';
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.75px;
    color: #181818;
}
.single.single-post .site-main-post h6 {
    font-family: 'cera_problack';
    font-size: 16px;
    text-align: left;
    letter-spacing: -0.75px;
    color: #181818;
}
.single.single-post .site-main-post .aligncenter {
    display: block;
}
.single.single-post .wrapper-breadcrumbs .breadcrumbs.root-post, .page-template.page-template-template-sites-conheca .wrapper-breadcrumbs .breadcrumbs.root-post {
	padding-inline-start: 0px;
    margin-block-end: 10px;    
}
.single.single-post .site-main-post ul {
    padding-inline-start: 40px;
}
.single.single-post .wrapper-breadcrumbs .breadcrumbs.root-post li, .page-template.page-template-template-sites-conheca .wrapper-breadcrumbs .breadcrumbs.root-post li {
	display: flex;
    list-style-type: none;
}
.single.single-post .site-main-post ul li {
    display: list-item;
    list-style-type: disc;
    font-family: 'cera_promedium';
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.35px;
    color: #181818;
}
.single.single-post .site-main-post ol li {
    font-family: 'cera_promedium';
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.35px;
    color: #181818;
}
.single.single-post .site-main-post a {
	color: #00508a;
}
.single.single-post .site-main-post a:hover {
	color: #00508a;
	text-decoration: underline;
}
.single.single-post .wrapper-breadcrumbs .publicacao-gray {
    padding-inline-start: 0px;
    margin-block-end: 10px;
    display: flex;
}
@media (max-width: 480px) {
.single.single-post .wrapper-breadcrumbs .publicacao-gray {
    display: block;
	line-height: 11px;
}
}


/****PÁGINA DE CATEGORIAS*****/

/* INICIO CSS PAGINACAO - Helton - 01/10/2019 */

.navigation ul li {
	list-style:none;
	display: inline-block; 
}

.navigation ul li.next {
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon-the7-font !important;
    font-variant: normal;
}



.paginator {
	display: flex;
    justify-content: center;
	text-align: center;    
    width: 100%;
    margin-top: 50px;
}

.paginator a, .paginator a * {
    color: #565656;
}

.paginator:not(.paginator-more-button) a {
    font-size: 16px;
    line-height: 22px;
    color: rgb(86, 86, 86);
	
}

.paginator:not(.paginator-more-button) li:hover a:after {
	background: -webkit-linear-gradient(left, rgba(28, 176, 234, 0.8) 20%, rgb(61, 225, 237) 100%);
	position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

 .paginator:not(.paginator-more-button) li.active a:after {
background: -webkit-linear-gradient(left, rgba(28, 176, 234, 0.8) 20%, rgb(61, 225, 237) 100%);
	position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.paginator:not(.paginator-more-button) a, .paginator:not(.paginator-more-button) span {
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 1px 8px;
    margin: 0px 6px;
    text-decoration: none;
}

.paginator:not(.paginator-more-button) a {
    box-sizing: border-box;
}

a.span.seta {
 padding: 0;	
}

span.seta {
	font-size: 25px;
    font-family: monospace;
	padding: 0;
}

.paginacao {
	text-align: center;
}

.pagination {
	margin-top: 25px;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
	align-items: center;
	margin: 0px auto 20px!important;
}
.pagination li {
	padding: 0 0px;
}
.pagination li a:focus {
	border: none !important;
	box-shadow: none;
}
ul.pagination li.ocultar {
	text-indent:-2000px;
	color: #CCC !important;
	cursor: auto !important;
}
.page-link {
	background-color: transparent;
	border: 0px solid #fff;
	padding: 8px 20px 8px 0px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
	letter-spacing: normal;
	text-align: left;
	color: #4579fb;
}
.page-link:hover {
	background-color: transparent;
	border-color: transparent;
}
.page-item:first-child .page-link {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-left: 0;
}
.page-item:last-child .page-link {
	border-radius: 50%;
	position: relative!important;
	padding: 8px 0px 8px 0px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	/*line-height: 1.89;*/
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-left: 0;
}
.page-item.active .page-link {
	background-color: #4579fb;
	text-align: center;
	border-radius: 50%;
	padding: 2px 0px;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	cursor: default;
}
.page-item:first-child .page-link .current {
	color: #fff;
	margin-top: -5px;
}
.next, .prev {
	/*width: auto !important;*/
	width: 110px !important;
	color: #4579fb !important;
}
ul.pagination li.ocultar a{
	color:#ccc;
	text-decoration:none;
	/*text-indent:-2000px;*/
}

@media (max-width: 480px) {
.pagination .page-link, .pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
    font-size: 14px;
}
.page-item.active .page-link {
	width: 35px;
	height: 35px;
	padding: 3px 0px;
}
.pagination .next,
.pagination .prev {
	width:90px !important;
}
.pagination {
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 20px!important;
}
.page-link {
    padding: 8px 10px 8px 10px;
}

.pagination .next, .pagination .prev {
    width: 90px !important;
}
}

/* inicio */
#page #primary ul.pagination {
    justify-content: center;
}
#page #primary ul.pagination li.page-item {
    list-style: none;
}
#page #primary ul.pagination li.page-item.ocultar {
    display: none;
}
#page #primary ul.pagination li.page-item .page-link:hover {
    text-decoration: none;
}

#page #primary ul.pagination li.page-item:hover a:after {
    background: none;
}

#page #primary ul.pagination li.page-item .page-link {
    /*background-color: #4579fb;*/
    background-color: #00508a;
    text-align: center;
    border-radius: 0.25rem;
    padding: 8px 0px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    color: #ffffff;
}
#page #primary ul.pagination li.page-item .page-link:hover {
    opacity: 0.85;
}
#page #primary ul.pagination li.page-item .page-link.current, #page #primary ul.pagination li.page-item .page-link.dots {
    padding: 2px 0px;
    cursor: default;
}
#page #primary ul.pagination li.page-item .page-link.current:hover, #page #primary ul.pagination li.page-item .page-link.dots:hover {
    opacity: 1;
}
#page #primary ul.pagination li.page-item .page-link.next, #page #primary ul.pagination li.page-item .page-link.prev {
    border-radius: 0.25rem;
    color: #ffffff!important;
}
#page #primary ul.pagination li.page-item .page-link.next {
    padding: 8px 0px;
    margin-left: 6px;
}
#page #primary ul.pagination li.page-item .page-link.prev {
    padding: 2px 0px;
    margin-left: 6px;
}
@media (max-width: 480px) {
#page #primary ul.pagination li.page-item .page-link {
    padding: 6px 0px;
    width: 35px;
    height: 35px;
    font-size: 14px;
}
#page #primary ul.pagination li.page-item .page-link.current, #page #primary ul.pagination li.page-item .page-link.dots {
    padding: 4px 0px;
}
#page #primary ul.pagination li.page-item .page-link.next {
    padding: 6px 0px;
}
#page #primary ul.pagination li.page-item .page-link.prev {
    padding: 4px 0px;
}
}
/* fim */

/* FIM CSS PAGINACAO - Helton - 01/10/2019 */

.title-category h3 {
    font: normal bold 30px / 40px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    color: #515151;
    text-transform: none;
	margin-bottom: 40px;
	font-family: 'cera_problack';
    font-size: 35px;
    text-align: left;
    letter-spacing: -0.88px;
    color: #00508A;
    opacity: 1;
    max-height: 85px;
    text-transform: uppercase;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper-content {
    background: #f7f7f7;
    /*box-shadow: 0 6px 18px rgba(0,0,0,0.1);*/
}

.wrapper-content ul {
    list-style: none;
    clear: both;
}

.wrapper-categories {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 200px;
    margin-bottom: 50px;
}

.section-content-categories {
	margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

.column-categories {
	column-count: 3;
	column-gap: 30px;
}

.wrapper-categories .content p {
    color: #85868c;
}

.wrapper-categories img {
    padding-bottom: 20px;
}

.entry-meta {
display: flex;
color: #b4b5bb;
}

.wrapper-content .title-blog h3 {
    color: #565656;
    font: normal bold 18px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    z-index: 999;
	margin: 0 0 10px 0px;
    font-family: 'cera_problack';
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left !important;
    color: var(--deep-sea-blue);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }
 .wrapper-content .title-blog h3:hover {
	 text-decoration: underline;
 }

 .entry-meta ul.post-categories {
    margin-right: 5px;
 }

 .entry-meta ul.post-categories li a {
    color: #b4b5bb;
 }

.blog .wrapper-content, .archive .wrapper-content, .search .wrapper-content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

.blog .wrapper-categories, .archive .wrapper-categories, .search .wrapper-categories {
	min-height: 0;
    margin-bottom: 0px;
}

.blog .wrapper-content img, .archive .wrapper-content img, .search .wrapper-content img  {
	/*min-width: 228px;*/
	width: 200px;    
    height: auto;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
}

#primary .btn-secondary {
    color: #fff!important;
    background-color: #00508a;
    border-color: #00508a;
}
#primary .btn-secondary:hover {
    color: #fff;
    background-color: #00C0F3;
    border-color: #00C0F3;
}
#primary .btn-secondary:not(:disabled):not(.disabled).active:focus, #primary .btn-secondary:not(:disabled):not(.disabled):active:focus, #primary .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 80 138 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(0 80 138 / 50%);
}
#primary .btn-secondary:not(:disabled):not(.disabled).active, #primary .btn-secondary:not(:disabled):not(.disabled):active, #primary .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00508a;
    border-color: #00508a;
}
#primary .btn-secondary.focus, #primary .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 80 138 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(0 80 138 / 50%);
}

@media (max-width: 480px) {
.blog .row, .search .row {
    padding-right: 0px;
    padding-left: 0px;
    width: 100% !important;
}
.column-categories-2 {
    padding-right: 0!important;
}
.blog .wrapper-content, .archive .wrapper-content, .search .wrapper-content {
	display: block;
    text-align: center;
    text-align: start;
	padding: 0px;
}
.blog .wrapper-content img, .archive .wrapper-content img, .search .wrapper-content img  {
    height: auto;
    width: 100%;
}
.wrapper-content .title-blog h3 {	
	margin-top: 20px;
    margin-bottom: 10px;
}
}




/*Template Categoria*/
 
body.page-template-template-category .entry-meta {
	display: flex;
}

body.page-template-template-category .header, body.page-template-template-category footer  {
	display: none;
}

/*Estilização feita por AISLAN*/
/*REUTILIZANDO CÓDIGO*/
div.underlined-news-more h3, .title-post h1, .widget_text h2,  div.share-area h4, category-tags, h3{
	color: #515151;
}

.social-icon, .wrapper-posts, .title-news-sidebar, .breadcrumbs, .root-post {
	display: flex;
}

.breadcrumbs, .root-post li, ul.root-post li, ul.root-post a{
	margin-right: 3px;
	list-style: none;
	display: -webkit-inline-box;
}

a, div.underlined-news-more h3, .title-post h1, .widget_text h2,  div.share-area h4, .category-tags {
	font-weight: 600;
}

ul.root-post a, .root-post, .category-tags, .category-tags a, .category-post p, .wrapper-news, .tags a, .post-categories>li>a, article.tags>a, .related-posts {
	color: #bbbbbb;
}

.related-posts a, .news-area a:hover, .wrapper-breadcrumbs a:hover {
	text-decoration: none;
}

.image-post, p {
	color: #85868c;
}

.category-tags, .image-post, .related-posts{
	font-size: 12px;
}

ul.root-post a, .root-post, .news-more a {
	font: normal 13px / 23px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	font-weight:500;
	font-family: 'cera_promedium';
    font-size: 12px;
    text-align: left;
    letter-spacing: -0.3px;
    color: #181818!important;
    opacity: 1;
    line-height: 12px;
}
ul.root-post a:hover {
    text-decoration: underline;
}	

/*CONTEÚDO POST*/

.breadcrumbs {
	margin-bottom: 30px;
}
.blog .breadcrumbs.root-post, .search .breadcrumbs.root-post {
    padding-inline-start: 0px;
    margin-block-end: 20px;
}
.blog article, .search article {
	padding-bottom: 0px;
}

.entry-meta {
	display: none;
}

.post-categories>li>a {
	margin-right: 0;
}

.title-post {
    padding-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    max-height: 139px;
    margin-bottom: 10px; 
    max-height: initial;
}

.image-post {
	width: 100%;
	margin-bottom: 20px;
	
}

.image-post>img{
	display: block;
	width: 100%;
  height: 100%;
}

.wrapper-breadcrumbs a{
	color: #1ca9bf;
}

/*COMPARTILHE*/
.share-area{
	padding-top: 5px;
	padding-bottom: 20px;
}

.social-icon{
	width: 100px;
	justify-content: space-between;
}

.social-icon svg {
	background: #008fbe;
	border-radius: 10%;
	width: 30px;
}

/*TAG E CATEGORY*/
.category-post{
	display: inline-flex;
}

.category-post p{
	padding-right: 3px;
}

.category-tags{
	text-align: center;
	padding-bottom: 25px;
}

.tags a{
	font-size: 10.5px;
	border: 1px solid #eeeeee;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.tags a:hover {
	text-decoration: none;
	color: #565656;
}
/*
.category-tags .post-categories {
    margin-right: 8px;
}
*/
.marcacao-category{
	display: inline-flex;
}

.post-categories{
    display: contents;
}

/*MAIS NOTÍCIAS*/
.news-more{
	padding-top: 20px;
	margin-bottom: 40px;
}
/*
div.wrapper-breadcrumbs div.underlined-news-more {
	min-width: 180px;
	height: 50px;
	background: #FFF;
}
*/
div.title-news{
	margin-bottom: 20px;
	display: flex;
    /* border-bottom: 4px solid rgba(28,176,234,0.8); */
    /* border-image: linear-gradient(45deg, rgba(28,176,234,0.8), #3de1ed) 1; */
    width: 65px;
}

.news {
    margin-right: 5px;
}

.related-posts a {
	font-size: 16px;
  color: #565656;
}

.related-posts a:hover {
	color: rgba(28,176,234,0.8);
}

.related-posts h4 {
    margin-bottom: 3px;
}
	
/*SIDEBAR*/
.sidebar-posts-recentes{
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.1);
   box-shadow: 0 6px 10px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.sidebar-posts-recentes img {
  width: 120px;
  height: auto;
	margin-right: 10px;
}

.sidebar-posts-recentes h5 {
	font-size:14px;
	color: #333;
}

.wrapper-news {
  font-size: 11px;
}

.wrapper-posts, .title-news-sidebar {
	align-items: center;
	padding: 15px;
}
/*
.title-news-sidebar{
    margin-top: 5px;
    max-width: 65px;
    height: 50px;
    padding-bottom: 0px;
    position: relative;
    background: rgba(28,176,234,0.8);
    background: -webkit-linear-gradient(left, rgba(28,176,234,0.8) 30%, #3de1ed 100%);
}

.title-news-sidebar .underlined-news, .title-news .underlined-news {
	border-bottom: 4px solid rgba(28,176,234,0.8);
    width: 65px;
	border-image: linear-gradient(45deg, rgba(28,176,234,0.8), #3de1ed) 1;
}
*/	
.title-news-sidebar .underlined-news {
	display: inline-flex;
    align-items: baseline;
}

.underlined-news strong {
    margin-right: 1%;
}

section>h2.widget-title {
	margin-bottom:15px; 
	padding-bottom:6px; 
	border-bottom: 1px solid rgba(133, 134, 140, 0.15);
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2793 {
  border-bottom: none;
}

.underlined-news>strong>span {
    font-size: 20pt;
}

.underlined-news>span {
    /*font-size: 20pt;*/
}
/*
div.news-more .title-news, .wrapper-breadcrumbs>h3.title-underlined {
	margin-top: 5px;
	max-width: 65px; 
	padding-bottom: 3px; 
	position: relative; 
	background: rgba(28,176,234,0.8); 
	background: -webkit-linear-gradient(left, rgba(28,176,234,0.8) 30%, #3de1ed 100%); 
}
*/

/*NOTICIA HOME*/
.section-blog .post-thumbnail-large h3{
	min-height: 70px;
  overflow: hidden;
  display: -webkit-box;
/*-webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}

.section-blog .post-thumbnail-large img{
	width: auto;
	height: 375px;
}
/*FIM AISLAN*/
    
/*Fim Template Categoria*/

/************** Mobile max 1080px **************/

@media (max-width: 1080px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-list .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .whrapper_menu {
            padding-left: 0;
            padding-right: 0;
        }

        .menu {
        position: absolute;
        top: 65px;
        width: 100%;
        z-index: 999;
        padding: 0;
        }
	
		.menu_principal {
		    height: 120px;
		}
	
		.whrapper-buscar form {
			padding-top: 12px;
			padding-left: 15px;
		}

        .logo_principal {
        padding-right: 0;
        padding-left: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
        }
	
		.logo {
		 width: 97%;
		}

        .logo_principal img {
        width: 85% !important;
        }

        nav.header_menu {
            display: none;
        }

        button.btn-link {
        display: block;
        position: absolute;
        left: 83%;
        top: 55px;
        outline: none;
        line-height: 0;
        display: none;
    }

    button.btn-link:focus {
        outline: none !important;
    }

    .menu_topo {
        display: none;
    }

    nav.header_menu { 
        height: 100%;
    }

    input.search-input {
        width: 72% !important;
        font-size: 11px;
    }
	
	.whrapper-buscar {
		display: block;
	}

    ul#menu-menu-principal {
        font-size: 16px;
		top: 55px !important;
    }

    nav.header_menu ul {
        display: block !important;
        width: 100%;
        background: #1BB5DA;
        position: relative;
        top: 0px;
        border: none;
    }

    nav ul.sub-menu li {
        padding: 2px !important;
    }

    nav ul.sub-menu a {
        font-size: 11px !important;
    }

    
/*AJUSTE FINO Aislan
    .post-thumbnail-little .title-post h3 {
        font-size: 13px;
        margin: 0;
    }
*/
    .title-item h1 {
        font-size: 24px;
    }
    
    span.word {
        font-weight: bold;
    }

    .img-diario img {
        max-width: 100%;
    }
    
    /*.box-item {
        display: block !important;
    }*/

    .box-list {
        display: flex;
        max-width: 100%;
        width: 100%;
        align-items: start;
        height: 250px;
    }

    .lista {
        display: block;
        max-width: 100%;
        width: 100%;
        align-items: center;
        overflow: overlay;
        height: 220px;
        column-count: 3;
    }

    .box-item {
        display: flex;
        max-width: 100%;
        width: 100%;
        align-items: center;
        overflow: overlay;
        min-height: 90px;
    }

    .title-item h3 {
        font-size: 20px;
    }
    
    .box-item img {
        width: 34px;
        height: auto;
    }

/*ADICIONAR NA @MEDIA CORRETA
    .wrapper-buttons-noticias {
        display: flex;
        align-items: center;
        justify-content: space-between;
                    
    }
*/
    .button-noticias a {
        font-size: 14px;
    	padding: 12px 25px 12px 25px;
    }

    .section-portais {
        text-align: center;
    }

    .content-diario {
        margin-bottom: 35px;
    }
/*
    .section-portais .title h3:after {
        margin: auto;
    }
*/
    .content-diario p {
        padding-left: 0%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-diario {
        margin-bottom: 10px;
        margin-top: 23px;
    }
/*
    .veja-mais {
        text-align: center;
    }
*/
    ul.lista-video {
        column-count: 1;
        max-height: 100%;
    }

    ul.lista-video img {
        width: 120px;
        height: auto;
    } 

    ul.lista-video li:first-child img { 
        width: 100%;
        padding-bottom: 0;
    }

    ul.lista-video li:first-child {
        display: block;
    }

    ul.lista-video li:first-of-type p {
        display: block;
        position: relative;
        width: 100%;
        padding: 11px;
        bottom: auto;
    }
    

    .box-videos, .box-video-destaque {
        padding-left: 0;
        padding-right: 0;
    }

    .box-videos p, .box-video-destaque p {
        font-size: 13px;
    }

    .footer {
        padding-left: 7%;
        padding-right: 7%;
    }

    nav.footer-menu ul {
        padding-left: 0;
    }

    .section-blog .post-thumbnail-large h3 {
        font-size: 18px; 
    }

    .post-thumbnail-little {
        width: 100%;
    }

    .thumb-little {
        padding-right: 0;
    }
    

    .wrapper-little-post {
        display: block; 
    }

    ol.carousel-indicators {
        bottom: -12px;
    }

    .wrapper-categories { 
        height: auto;
    }
	
	.column-categories {
    column-count: 1;
    column-gap: 30px;	
	padding-left: 15px;
    padding-right: 15px;
}	
    
	
	.section-blog .post-thumbnail-large img {
		width: 100%;
		height: auto;
	}

}

@media (max-width: 991px) { 
button.btn-link {
        display: block;
        position: absolute;
        left: 83%;
        top: 55px;
        outline: none;
        line-height: 0;
        z-index: 10;
    }
.title-post {
	display:contents;
}
}

@media (max-width: 965px) { 
    button.btn-link {
        top: 40px;
    }
}

@media (max-width: 767px) { 
button.btn-link {
    top: 85px;
}
}

@media (max-width: 480px) {

.veented-slider-scroll-button-holder, .veented-slider-scroll-button-holder:after {
    display: block;
}

.box-item p {
    font-size: 0.75em;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 3px;
}

.menu_topo {
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.content-topo {
    width: 100%;
    background: #008eb7;
    /* z-index: 9; */
}

.content-topo .acessibilidade {
    height: 30px; 
}

.content-topo .acessibilidade h5 {
    margin-right: 10px;
    font-size: 12px;
}

.content-topo .logos {
    background-color: #008eb7;
    height: 50px;
    z-index: 9999;
    overflow: overlay;
    padding-left: 20px;
    justify-content: center;
}

.content-topo .logos img {
    margin-right: 10px;  
}

img.logo-carioca {
    width: 60px;
    height: auto;  
}

img.logo-1746 {
    width: 48px;
}

img.logo-informacao {
    width: 100px;
    height: auto;
}

img.midias-sociais {
    width: 25px;
}

.iframe-noticias iframe {
    height: 3100px !important;
}
	
	


}

@media (max-width: 450px) { 
button.btn-link {
    top: 115px;
}
}

@media (max-width: 375px) { 

.content-topo .logos {
    padding-left: 10px;   
}

.content-topo .logos img {
    margin-right: 8px; 
}

img.logo-carioca {
    width: 50px;
}

img.logo-1746 {
width: 40px;
}

img.logo-informacao {
    width: 80px;   
}

img.midias-sociais {
    width: 20px;   
}

}

@media (max-width: 320px) {

input.search-input {
    width: 100px;
    font-size: 10px;
    padding-right: 2px;
    padding-left: 2px;
}

.btn-search button {
    padding-right: 4px;
    padding-left: 4px;
}

button.btn-link {
    left: 81%;
}

.veented-slider-scroll-button-holder:after {
    transform: translate(-58px, 40px);
}

}