.top-bar {
      background: #6c757d;
      color: #000;
    }
    .section-title {
      border-bottom: 2px solid #6c757d;
      color: #6c757d;
      font-weight: bold;
      margin-bottom: 1rem;
      padding-bottom: .5rem;
    }
    .icon-box {
      text-align: center;
      padding: 1rem;
    }
    .icon-box i {
      font-size: 2rem;
      color: #6c757d;
    }
    .footer {
      background: #292929;
      color: #fff;
      padding: 2rem 0;
    }
    .footer a {
      color: #fff;
    }
    .red-bg {
      background-color: #6c757d;
      color: white;
    }
    .tile-img {
      width: 100%;
      height: auto;
    }
	
	.img-icone {
	    max-width: 80px;
	}
	.topo-site {
	/* background: url(../img/img15.jpg); */
    background-size: cover;    
	position: relative;
	padding-top: 10px !important;
    padding-bottom: 35px !important;
	}
	
	.topo-site::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #00bdf59e;
            z-index: 2;
        }
		
		.img-banner {
		height: 470px;
		object-fit: fill;
		object-position: center;
		max-width: 100%;
		}
		
		
		/* .banner-top::after { */
            /* content: ''; */
            /* position: absolute; */
            /* top: 0; */
            /* left: 0; */
            /* width: 100%; */
            /* height: 100%; */
            /* background-color: #17a2b89e; */
            /* z-index: 2; */
        /* } */
		
		.banner-top {
		position: relative;
		}
		
		.texto-banner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    height: -webkit-fill-available;
    align-items: center;
    display: grid;
    z-index: 9;
    color: #fff;
    font-size: x-large;
     }
	 
	 
	 .carousel-control-prev, .carousel-control-next {
		 z-index: 9;
	 }
	 
.carousel-control-prev-icon , .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}


.navbar-nav {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.nav-item {
    font-size: larger;
	font-weight: 500;
}

.margin-top-div {
	margin-top: 40px;
}


.div-noticias {
	background: #e8e8e8;
	margin-bottom: 20px;
}

.div-noticias span {
    padding: 10px 12px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 500;
    color: #3c3c3c;
}

.icones-footer {
    width: 50px;
}

.redes-footer {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
}

.footer-sindicado {
    text-align: center;
    margin-bottom: 60px;
}

.footer-sindicado h2 {
    margin-top: 20px;
}

@media (max-width: 997px) {
	.titulo-site {
        display: block;
        margin-bottom: 50px;
    }
	
	    input.form-control.form-control-sm { 
        margin-top: 30px;
        margin-left: 10px;
        max-width: 95%;
    }
	
	.tile-img {
     margin-left: auto;
    margin-right: auto;
    display: block;
}

    .container-topo {
        max-width: fit-content;		
    }
	
	strong.titulo-site {
    text-align: center;
}
}

.menu-home {
		display: none;
	}


@media (max-width: 997px) {
	input.form-control.form-control-sm {
         top: 210px;
    
    }
	
	.icones_home {
		text-align: center;
	}
	
	.img-banner {    
	object-fit: inherit;
	transform: none;
    }
	
	
    }
	
	@media (max-width: 767px) {
	.menu-home {
		display: block;
	}	
	}

	 
	 
	   /* CSS para ativar dropdown no hover */
        @media (min-width: 992px) {
            .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
                display: block;
                opacity: 1;
                visibility: visible;
                transition: all 0.3s ease;
            }
            
            .navbar-nav .dropdown-menu {
                display: block;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-top: 0;
            }
        }
        
        /* Melhorias visuais */
        .dropdown-menu {
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .dropdown-item {
            padding: 8px 20px;
            transition: all 0.2s;
        }
        
        .dropdown-item:hover {
            background-color: #f8f9fa;
        }
		
		
		 .contact-info {
      padding: 30px;
      background: #cf4b44;
      color: white;
      border-radius: 5px;
      height: 100%;
    }
    .contact-info i {
      font-size: 24px;
      margin-bottom: 15px;
      color: white;
    }
    .contact-form {
      padding: 30px;
      background: white;
      border-radius: 5px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .form-control {
      padding: 12px;
      border-radius: 0;
      margin-bottom: 15px;
    }
    .btn-primary {
      background-color: #17a2b8;
      border: none;
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 0;
    }
    .hero-image {
      margin-bottom: 40px;
	  margin-top: 40px;
    }
	
	
	.contact-section {
    margin-bottom: 40px;
}

.text_h1 {
	margin-bottom: 50px;
}

.links {
    color: initial;
}

.bottom_plus {
	text-align: right;
    font-weight: 500;
    font-size: large;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.section-links {
	background: #e9e9e9 !important;
    color: #5b5b5b;
    padding: 80px 0 !important;
}

.links-home {
    color: #505050;
}

.container-links {
	margin-top: 40px;
    margin-bottom: 40px;
	
}


.login-container {
    padding: 2.5rem 3rem;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
    }
    .login-container h2 {
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #333;
      text-align: center;
    }
    .input-group-text {
      background-color: #17a2b8;
      border: none;
      color: #fff;
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #17a2b8;
    }
    .btn-login {
      background: #17a2b8;
      border: none;
      font-weight: 600;
      padding: 0.75rem;
      border-radius: 0.5rem;
      transition: background 0.3s ease;
	  color: #fff;
    }
    .btn-login:hover {
      background: #1dd1ed;
	  color: #fff;
    }
    .forgot-link {
      font-size: 0.9rem;
      color: #17a2b8;
      text-decoration: none;
    }
    .forgot-link:hover {
      text-decoration: underline;
    }
	
	.container-slider {
	padding-left: 0;
	padding-right: 0;
	}
	
	
	.margin-bottom-18 {
    margin-bottom: 18px;
}

.margin-top-18 {
	margin-top: 18px;
}


.data_publicacao {
    text-align: center;
    font-size: small;
    padding-bottom: 15px;
}

.data_publicacao2 {   
    font-size: medium;
    padding-bottom: 15px;
    color: #919090;
}

.img-space {
    margin-bottom: 34px;
}

.div_login {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    z-index: 9;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;  
    display: flex;
    justify-content: end;
}	


.sign-up-btn {
    padding: 5px 30px;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
    background-color: rgb(23 162 184);
    border: 1px solid;
}


.sign-up-btn:hover {
    color: #fff;
    background-color: rgb(30 195 221);
    border-color: #212121;
}

.dropdown-menu {
    text-align: center;
	width: -webkit-fill-available;
}

.dropdown-menu li {
    text-align: center;
	margin-bottom: 8px;
}

.dropdown-menu li a {
    color: black;
}


.divider {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.div_flex_center {
	display: flex;
    align-items: anchor-center;
	justify-content: center;
}

.navbar-topo {
background: #ffffff !important;
}


.navbar-links {
    color: #848484 !important;
}


/* .navbar-toggler-icon { */
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important; */
/* } */

.navbar-light .navbar-toggler {
    color: #eaf7ff;
    border-color: #f7fcff;
}

.menu-home {
    color: #000;
}


.dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
}

.div-noticia img {
    width: 100%;
}


.div-conteudo {
    margin-bottom: 20px;
}


.titulo_publicacao {
    font-size: x-large;
    color: #777;
    text-transform: capitalize;
}


.search-container {
    position: relative;
	    margin-top: 18px;
}

.search-input {
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: -webkit-fill-available !important;
    margin-top: 20px;
}

.search-icon {
    position: absolute;
    top: 54%;
    right: 29px;
    transform: translateY(-50%);
    color: #888;
}

	@media (max-width: 767px) {
		
		.div_login {
		position: absolute;	
		}
		
		.container-topo {
			margin-top: 50px;
		}
		
	}


.titulo-site {
    color: #fff;
}