/*js*/
.container-slider {
	width: 100%;
	max-width: 900px;
	margin: auto;
	overflow: hidden;
	/*box-shadow: 2px 3px 10px #7FB486;*/
	border-radius: 5px;
	position: relative;
}

.slider {
	display: flex;
	width: 700%;
	height: 50%;
	margin-left: -100%;
}

.slider__section {
	width: 100%;
}

.slider__img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.slider__btn {
	position: absolute;
	width: 35px;
	height: 35px;
	background: rgba(123, 128, 124, 0.3);
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: bold;
	font-family: monospace;
	text-align: center;
	border-radius: 50%;
	border: 1px rgba(10, 128, 16, 0.808) solid;
	cursor: pointer;
}

.slider__btn:hover {
	background: rgba(10, 128, 16, 0.808);
	border: 2px white solid;
	color: white;
}

.slider__btn--left {
	left: 10px;
	padding: 1px;
	color: black;
}

.slider__btn--right {
	right: 10px;
	padding: 1px;
	color: black;
}

/* Grid 4 colors */
.linea-horizontal {
	display: flex;
	height: 3px;
	margin-top: 1rem;
}

.parte-1 {
	flex: 1;
	background-color: #F8C313;
}

.parte-2 {
	flex: 1;
	background-color: #F8C313;
}

.parte-3 {
	flex: 1;
	background-color: #00A253;
}

.parte-4 {
	flex: 1;
	background-color: #00A253;
}

.accessosrapidos {
	display: grid;
	align-content: center;
	width: 100%;
	height: 750px;
}

.c15-titulo-g {
	font-size: 24px;
	font-weight: bold;
}

.c15-table-center {
	display: grid;
	justify-content: center;
}

.about-us input {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	width:100%;
/* 	height: 35px;
	width: 400px; */
}

.about-us select {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	height: 35px;
	
}