@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
   font-family: 'Lato', sans-serif;
}

h2 {
   font-family: 'Lato', sans-serif;
   font-weight: 700;
   font-size: 29px;
}

/* Social Media */
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
   position: fixed;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 0;
   text-decoration: none !important;
   transition: 0.5s;
   z-index: 99;
}

/* Style the icon bar links */
.icon-bar a {
   display: block;
   text-align: center;
   padding: 16px;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
   transition: 0.5s;

}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
   background-color: #000;
   transition: 0.5s;
}

.icones-sociais {
   background: #333;
   color: #fff;
   font-weight: 700;
   text-decoration: none !important;
}

/* Fim Social Media */

/* Navbar */
.logo-mobile {
   max-width: 360px;
}

.navbar-bg {
   background: #ccc;
   padding: 0;
}

.navbar-bg div .navbar-nav .nav-link {
   color: #fff !important;
   transition: 0.3s;
   font-family: 'Lato', sans-serif;
   font-weight: 700;
   font-size: 16px;
}

.navbar-bg div .navbar-nav .nav-link:hover {
   color: #000 !important;
   transition: 0.3s;
}

.dropdown-toggle::after {
   vertical-align: -2px!important;
}


.nav-item{
   margin: 0 10px;
}

/* Navbar */

.espacamento {
   padding: 76px 0 0 0;
}

.espacamento-titulo {
   padding-bottom: 15px;
}

.navbar-light .navbar-toggler {
   border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
   background-image: url('../imagens/menu-icone.svg');
}

/* Publicação em destaque */
.publ-destaque {
   display: flex;
   align-items: center;
}

.capa-publ-destaque {
   width: 272px;
   object-fit: cover;
}

.conteudo-publ-destaque {
   padding: 0 30px;
}

.titulo-publ-destaque {
   font-weight: 700;
}

.texto-publ-destaque {
   font-size: 14px;
   line-height: 19px;
}

/* categoria puvlicação destaque */
.categoria-publ-destaque {
   font-weight: 700;
   color: #333;
   padding: 4px 15px;
   border: 2px solid #333;
   display: inline-block;
   transition: 0.5s;
   cursor: pointer;
   font-size: 14px;
}

.categoria-publ-destaque:hover {
   color: #000;
   border: 2px solid #000;
   transition: 0.5s;
}

.texto-publ-destaque {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6;
   -webkit-box-orient: vertical;
}

/*  fim categoria puvlicação destaque */

/* btn publicação destaque */
.btn-publ-destaque {
   background-color: #ccc;
   display: inline-block;
   cursor: pointer;
   color: #ffffff;
   font-family: 'lato';
   font-size: 15px;
   font-weight: bold;
   padding: 0 0 0 20px;
   text-decoration: none;
   transition: 0.5s;

}

.btn-publ-destaque:hover {
   background-color: #000;
   color: #fff;
   text-decoration: none;
   transition: 0.5s;

}

.btn-publ-destaque:active {
   position: relative;
   top: 1px;
   color: #fff;
}

.seta-publ-destaque {
   padding: 10px 15px;
   background-color: #000;
   color: #fff;
   margin-left: 20px;
   transition: 0.5s;
}

.btn-publ-destaque:hover .seta-publ-destaque {
   background-color: #ccc;
   transition: 0.5s;
}

/* Fim btn Publicação destaque */
.link-publ-destaque {
   color: #000;
   text-decoration: underline;
   font-size: 14px;
   font-weight: 800;
   transition: 0.3s;
}

.link-publ-destaque:hover {
   color: #ccc;
   transition: 0.3s;
}

/* Fim Publicação de destaque */

/* Ahead of Prints */
.btn-light {
   border-radius: 0;
   border: 0;

}

.dropdown-item {
   padding: 10px 13px !important;
   font-family: 'lato';
   font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
   padding: 10px 13px !important;
   background-color: #ccc;
}

.dropdown-menu {
   margin: 0;
   padding: 0;
   border: 0;
   border-radius: 0;
   background-color: #cfcfcf;
   transition: 0.5s;
   font-family: 'lato';
}

.bootstrap-select>.dropdown-toggle {
   padding: 10px 13px !important;
   background-color: #ccc;
   color: #fff;
   font-family: 'lato';
   font-weight: 700;
}

.bootstrap-select>.dropdown-toggle:hover {
   background-color: #000;
   color: #fff;
   transition: 0.5s;
}

.bootstrap-select>.dropdown-toggle:focus {
   background-color: #000;
   color: #fff;
   transition: 0.5s;
}

.btn-light.focus,
.btn-light:focus {
   box-shadow: 0 0 0 0.2rem rgb(216 217 219 / 0%) !important;
}

.dropdown-item.active,
.dropdown-item:active {
   background-color: #b1b1b1;
   color: #000;
   transition: 0.5s;

}

.dropdown-item:focus,
.dropdown-item:hover {
   color: #ffffff;
   text-decoration: none;
   background-color: #ccc;
   transition: 0.5s;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgb(216 217 219 / 0%);
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
   outline: transparent !important;
   outline-offset: 0 !important;
}

.btn-saudecoletiva {
   background-color: #ccc;
   border-radius: 0;
   font-family: 'lato';
   font-weight: 700;
   color: #fff;
}

.btn-ver-saude {
   background: #000 !important;
}

.dropdown-toggle::after {
   font-family: "Font Awesome 5 Free";
   content: "\f107";
   border: 0 !important;
}

.btn-saudecoletiva {
   transition: 0.5s;
}

.btn-saudecoletiva:hover {
   background: #000 !important;
   color: #fff;
   transition: 0.5s;
}

.btn-ver-saude:hover {
   background-color: #ccc !important;
}

.btn.focus,
.btn:focus {
   box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.numeracao-prelo {
   font-family: 'lato';
   font-weight: 600;
   font-size: 13px;
   color: #ccc;
}

.titulo-prelo {
   display: block;
   font-family: 'lato';
   font-weight: 900;
   color: #231f20;
   font-size: 16px;
   text-transform: uppercase;
   line-height: 16px;
   margin-bottom: -20px;
   text-decoration-color: #000;
}

.autor-prelo {
   display: block;
   font-family: 'lato';
   color: #231f20;
   font-size: 14px;
   line-height: 15px;
   margin-bottom: -30px;
}

.box_prelos ul li a {
   transition: 0.5s;
}

.box_prelos ul li a:hover {
   text-decoration: none;
   opacity: 0.5;
   transition: 0.5s;
}

/* Fim Ahead of Prints */

/* Notícias */
.box-noticia-destaque {
   padding: 20px;
   background: #F3F3F3;
}

.box-dtq {
   margin-bottom: 15px;
}

.data-noticia-destaque {
   color: #ccc;
   font-family: 'Lato';
   font-size: 13px;
   font-weight: 600;
}

.titulo-noticia-destaque {
   font-family: 'Lato';
   font-weight: 800;
   font-size: 16px;
   margin: 0;
}

.texto-noticia-destaque {
   font-size: 14px;
   line-height: 19px;
   font-weight: 500;
   margin: 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
}


.data-noticia-padrao {
   color: #ccc;
   font-family: 'Lato';
   font-size: 13px;
   font-weight: 600;
}

.titulo-noticia-padrao {
   font-family: 'Lato';
   font-weight: 800;
   font-size: 14px;
   margin: 0;
}

.texto-noticia-padrao {
   font-size: 14px;
   line-height: 19px;
   font-weight: 500;
   margin: 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}

.box-press-release {
   background: #f3f3f3;
   padding: 20px;
   line-height: 20px;
   font-family: 'Lato';
   font-weight: 800;
   display: flex;
   justify-content: center;
   flex-direction: column!important;
   border-left: 6px solid #dbdbdb;
   margin-bottom: 15px;
   transition: 0.5s;
   cursor: pointer;
}

.box-press-release:hover {
   border-left: 6px solid #E6241A;
   transition: 0.5s;
}

.item-noticias {
   transition: 0.5s;
   cursor: pointer;
   margin-bottom: 20px;
}

.item-noticias:hover {
   opacity: 0.5;
   transition: 0.5s;
}

.box-btns {
   padding: 30px 30px 15px 30px;
   background-color: #fbfbfb;
}

.btn-area-restrita {
   width: 100%;
   background: #ae0900;
   display: flex;
   justify-content: center;
   padding: 25px 0;
   margin-bottom: 20px;
   color: #fff;
   font-weight: 700;
   transition: 0.5s;
   font-size: 18px;
}

.btn-area-restrita:hover {
   background: #000;
   color: #fff;
   transition: 0.5s;
   text-decoration: none;
}

.cor-categoria-press {
   color: #ccc;
}
/* Fim Notícias */

/* Formulário de login */
.textura-fundo {
   background-image: url('../imagens/textura-fundo.png');
   background-size: cover;
   padding: 96px 0;
   width: 100%;
   margin-top: 96px;
}

.box-form {
   padding: 30px;
   background-color: #fff;
}

.formulario-login {
   z-index: 1;
   text-align: center;
}

.criar-conta {
   padding-top: 15px;
}

.login-form input {
   font-family: "Lato", sans-serif;
   outline: 0;
   background: #f3f3f3;
   width: 100%;
   border: 0;
   margin: 0 0 15px;
   padding: 15px;
   box-sizing: border-box;
   font-size: 14px;
}

.login-form button {
   font-family: "Lato", sans-serif;
   outline: 0;
   background-color: #ccc;
   width: 100%;
   border: 0;
   padding: 15px;
   color: #FFFFFF;
   font-size: 16px;
   font-weight: 700;
   -webkit-transition: all 0.3 ease;
   transition: all 0.3 ease;
   cursor: pointer;
   transition: 0.5s;
}

.login-form button:hover,
.form button:active,
.form button:focus {
   background: #000;
   transition: 0.5s;
}

.link-crie-conta {
   color: #ccc;
}


.container img{
   max-width:100%;
   height:auto;
}

/* Fim Formulário de login */

/* Footer */
.fundo-footer {
   background: #000;
   padding: 20px 0;
   width: 100%;
}

.texto-footer {
   margin: 0;
   color: #fff;
   font-size: 13px;
}

.midia_footer{
   background-color:#fff;
   width:45px;
   text-align:center;
   display:inline-table;
   align-content: center;
   line-height: 45px;
   color:#000;
   font-size:26px;
}


/* Fim Footer */

/* Logos */
.fundo-logos {
   background: #f2f2f2;
   padding: 96px 0;
}
/* Fim Logos */