body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #cddbe1;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.gradient-background {
    /* height: 600px;  */
    background: linear-gradient(to bottom, #363b4a, #cddbe1);
}

.overlay-box {
    position: absolute;
    bottom: -100px;
    width: 80%;
    height: 200px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img-topo {
  width: 100%;
  height: auto;
}

.slideshow img {
    width: 100%;
    height: 100%;
}

.custom-gradient {
    background: linear-gradient(180deg, #0068df, #abc9eb);
    border: none; /* Opcional: remove a borda do botão */
}

.float {
    padding-top: 8px;
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:30px;
	background-color:#179244;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float {
	margin-top:16px;
}
  