
body {
	background-color: #FBFBFB;
	color: #3F7FC0;
	font-family: "Poppins" sans-serif;
}

h1,h2,h3,h4,h5,h6, p {
	color: #3F7FC0;
	font-family: "Poppins" sans-serif;
	font-weight: 600;
}

h1 {
}


a {
	font-family: "Poppins" sans-serif;
	font-weight: 400;
}

a.footer-link {
	text-decoration: none;
	color: #FBFBFB;
	font-weight: 400;
}

a.footer-link:hover {
	color: #FECA92;
}

img {
	max-width: auto;
}

.almondrik-hero-background {
	background: rgb(251,251,251);
	background: linear-gradient(0deg, rgba(251,251,251,1) 25%, rgba(254,202,146,1) 27%, rgba(255,179,199,1) 92%);
	padding-top: 100px; 
}

.pronacen-button {
	background-color: #E92327;
	border-radius: 50px;
	color: white;
	padding: 25px 20px 25px 5px;
	text-decoration: none;
}

.pronacen-button:hover {
	background-color: #EF7D14;
	font-weight: 600;
	padding: 28px 20px 28px 5px;
}

.rinde-mas {
	min-height: 400px;
}

.caracteristicas {
	min-height: 400px;
}

 .responsive {
  height: auto;
  max-width: 70vw;
  width: 100%;
}

footer {
	background-color: #E92327;
	padding-bottom: 55px;
}

@media only screen and (min-width: 1000px) {
	h2.almondrik-caracteristica {
		font-size: 2.1em;
	}

	h2.rinde-mas {
		font-size: 5em;
		padding: 50px 25px;
	}
	h3.rinde-mas {
		font-size: 2.7em;
		padding: 50px 15px;
	}
.responsive {
	max-width: 450px;
}

.responsive .jarras {
	max-width: 1000px;
}

}

@media only screen and (max-width: 1000px) {
	h2.almondrik-caracteristica {
		font-size: 1.7em;
	}

	h2.rinde-mas {
		font-size: 3.2em;
		padding: 50px 5px;
	}
	h3.rinde-mas {
		font-size: 1.7em;
		padding: 50px 5px;
	}

	.responsive {
		max-width: 350px;
	}

	.responsive.jarras {
	max-width: 700px !important;
	}

}

@media only screen and (min-width: 600px) {
	.show-mobile, a.show-mobile, p.show-mobile {
		visibility: collapse;
	}
}


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

.almondrik-hero-background {
	background: rgb(251,251,251);
	background: linear-gradient(0deg, rgba(251,251,251,1) 65%, rgba(254,202,146,1) 67%, rgba(255,179,199,1) 92%);
	padding-top: 35px;
}

.caracteristicas {
	min-height: 200px;
	padding: 15px;
	border-bottom: 1px solid #CCC;
}

.rinde-mas {
	min-height: 150px;
}

	h2.almondrik-caracteristica {
		font-size: 1.5em;
	}

	h2.rinde-mas {
		font-size: 3.2em;
		padding: 50px 25px;
	}
	h3.rinde-mas {
		font-size: 2.1em;
		padding: 50px 15px;
	}




}