 body {
            margin: 0;
            padding: 0;
			font-family: 'Lato' !important;
				font-weight: 500;
		
        }
		
		
		
		h2 {
			font-family: 'Open Sans' !important;
			font-weight: bold !important;
				font-size: 20px;
			
		}
		h1 {
			font-family: 'Open Sans' !important;
			font-weight: bold !important;
			text-transform: uppercase;
			font-size: 27px;
			
		}
		p {
			font-family: 'Lato' !important;
			font-size: 20px;
			color:#000000 !important;
		}
		.espaco1 {
			height: 10px;
		}
		.negrito {
			font-weight: bold !important;
		}
		
		/*fontes*/
		
		
		@font-face {
    font-family: 'Lato';
    src: url('../fontes/Lato-Light.woff2') format('woff2'),
        url('../fontes/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

		
		
		
		@font-face {
    font-family: 'Open Sans';
    src: url('../fontes/OpenSans-Regular.woff2') format('woff2'),
        url('../fontes/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fontes/OpenSans-Italic.woff2') format('woff2'),
        url('../fontes/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


		
		
		
		
	.dropdown-menu {
		background-color:#23374B;
		font-size: 20px;
		border-radius: 0px !important;
		border:0;
		
	}	
	.dropdown-item {
		color:#ffffff !important;
	
	}
		.dropdown-item:hover {
		color:#23374B !important;
		font-weight: bold !important;
		border:0;
	}
			
		
		
		
		
		
        .navbar-custom {
           background-color: #ffffff;
            transition: background-color 0.5s ease, padding 0.5s ease;
            padding: 20px 0;
            position: absolute;
            width: 100%;
            top: 0;
            z-index: 1030;
        }
		
		.navbar-toggler {
    color: #2B455F !important; /* Cor azul desejada */
    border-color: #2B455F!important; /* Cor azul desejada */
		padding-top: 10px;
}	
	
		
		.navbar-nav .nav-link {
			color:#2B3542 !important;
			padding-top: 20px !important;
			font-size: 17px !important;
			font-family: 'Open Sans';
			font-weight: bold;
		}
		.navbar-nav .nav-link:hover {
			color: #2E4B66 !important; /* Cor do texto ao passar o mouse (azul mais claro) */
			font-weight: bold;
			border-bottom: 1px solid #213447;

			
		}
        .navbar-custom.fixed-top {
             background-color: #ffffff;
            padding: 10px 0;
            position: fixed;
        }
        .navbar-custom .container {
            max-width: 1200px;
            padding-left: 10px;
            padding-right: 10px;
        }
        .nav-item {
            display: inline-block;
			
        }
	
        
        @keyframes zoomIn {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }
        .content-container {
            padding: 50px 15px;
        }
        .content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .content .text {
            flex: 0 0 60%;
            margin-bottom: 20px;
        }
        .content .image {
            flex: 0 0 30%;
            margin-bottom: 20px;
        }
        .rodape {
            background-color: #23374B;
            padding: 40px 0;
            text-align: left;
			color:#ffffff;
        }
		.rodape p {
			color:#ffffff !important;
			line-height:20px;
			font-size: 18px;
			font-weight: 200;
		}
		.rodape p a {
			color:#ffffff;
		}
		.rodape i {
			margin-right: 10px;
		}
		.rodape h5 {
			font-family: 'Open Sans' !important;
			font-weight: bold;
			font-size: 25px !important;
		}
        .rodape .container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .rodape .column {
            flex: 1;
            padding: 0 15px;
            margin-bottom: 20px;
        }
        .sub-rodape {
            background-color: #345574;
            padding: 10px 0;
            text-align: center;
        }
        .sub-rodape img {
            max-width: 150px;
        }
        @media (max-width: 767.98px) {
            .content .text, .content .image {
                flex: 0 0 100%;
                text-align: center;
                margin-bottom: 20px;
            }
			.espaco_cel {
				height: 20px;
			}
			 .dropdown-menu .dropdown-item {
        font-size: 17px; /* reduz o tamanho da fonte */
        padding: 8px 12px; /* reduz o espaçamento */
    }
			.navbar-brand img {
        max-width: 200px; /* Defina o tamanho máximo desejado para o logotipo */
        height: auto; /* Mantém a proporção de aspecto */
			}
			.fixed-top {
				display: none;
			}
            .rodape .column {
                flex: 0 0 100%;
            }
        }
        .full-width-section {
            width: 100%;
            margin: 0;
            padding: 0;
        }
/*pagina*/

#pagina {
	margin-top:100px;
	font-size: 20px;

}
#pagina a {
	color:#000000;
}
#pagina h1 {
	border-bottom: 1px solid #23374B;
	padding-bottom: 10px;
}
.texto {
   white-space: pre-wrap;
   text-align: left;
}


/*botoes*/

.botao_branco {
	background-color:#ffffff;
	color:#000000;
	font-weight: bold !important;
	border: 1px solid #23374B;
}
.botao_branco:hover{
	background-color:#23374B;
	color:#ffffff;
	font-weight: bold !important;
	border: 1px solid #23374B;
}

/*MEIO3*/

#meio3 {
    background-color: #345574;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff	;

}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
}

.newsletter-container button {
    display: block;
    margin: 0 auto;
	background-color:#23374B !important;
	border: 0px solid #23374B;
	color:#ffffff !important;
	font-weight: bold !important;
}

#meio4 h2 {
    margin-bottom: 30px;
    text-align: center;
}

.newsletter-container h2 {
    margin-bottom: 30px;
    text-align: center;
}
.centraliza {
	text-align: center;
}
.centraliza2 {
	display: flex;
      justify-content: center;
      align-items: center;
}
.imagem_responsiva {
	max-width: 100%;
}
.imagem_curva {
	border-radius: 40px;
}

  .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    }
    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

  .image-container {
      padding: 10px;
      transition: opacity 0.3s ease-in-out;
    }
    .image-container img {
      width: 100%;
      height: auto;
      cursor: pointer;
    }
    .image-container:hover {
      opacity: 0.7;
    }
    .image-container:hover img {
      transform: scale(1.05);
    }
.navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #F8F9FA; /* Remover a cor de fundo */

}