@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*, body {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-wrap: pretty;
	font-variation-settings:
		"wdth" 100;
}

.img-delas {
	background-image: url(../_img/bg-delas.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-color: #1FFCAF;
	
}
.delas h1 {
	color: #1A1423;
	font-weight: 600;
	padding-bottom: 30px;
}
.delas h1 b {
	color: #1A1423;
}
.delas a {
	background-color: #1A1423;
	color: #00FF96;
	border-bottom: 2px solid #000000;
	font-weight: 700;
}
h2 {
	padding: 2px 10px;
	font-size: 14px;
	background-color: #1A1423;
	border-radius: 3px;
	color: #000000;
	width: fit-content;
	margin-bottom: 10px;
	font-weight: 600;
}
.texto {
	padding-right: 100px;
}
.texto p {
	color: #1A1423;
}
.texto p b {
	color: #1A1423;
}
.datadelas {
	background-image: url(../_img/data_delas.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}


@media only screen and (max-width: 1024px) {
	.img-delas {
		background-image: url(../_img/bg-delas-mob.jpg);
		background-position: center top;
		background-attachment: scroll;
	}
	.logosebrae {
		top: -10px;
		right: 0px;
		left: auto;
		width: 70px;
		position: absolute;
	}
}


@media only screen and (max-width: 650px) {

	.texto {
		padding-right: 0px;
	}
	.data {
		left: 20px;
	}
	
}

