/*
Theme name: Sabor e Saúde
Author: Agência Capella
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
  
ul {
  list-style: none;
}
  
a {
  text-decoration: none;
}

:root {
  font-size: 62.5%;

  --ff-regular: 'bite_chalk';
  --ff-bold: 'bite_chalk_bold';
  --ff-normal: 'bite_chalk_normal';
  --ff-slim: 'bite_chalk_slim';
}

body {
  font-size: 1.6rem;

  background: url('images/background.jpg') no-repeat center 737px;
  background-size: cover;
  width: 100%;
  height: auto;

  overflow-x: hidden;
}

/* padrao */

.flor-detalhe {
	position: absolute;
    top: -30px;
    right: 50px;
}

.flor2-detalhe {
	width: 17rem;
    height: 13rem;
}

.topo {
	background: url('images/topo.jpg') no-repeat top center;
	background-size: cover;
	width: 100%;
	max-width: 100%;
	height: 737px;
}

.logo {
	position: relative;
}

.logo img {
	position: absolute;
	top: 0;
	right: 0;
}

.bg-experimente {
	background-color: rgba(114, 53, 33, 0.6);
	
	/* mix-blend-mode: multiply; */
	padding: 4.9rem 0;
}

.experimente-content.left {
	position: relative
}

.experimente-content.left p.experimente {
	font-family: var(--ff-slim);
	font-size: 4.3rem;
	color: white;
	opacity: 1;
}

.experimente-content.left p.experimente span{
	font-family: var(--ff-bold);
}

.experimente-content.left p.incomparavel{
	font-family: var(--ff-regular);
	font-size: 8.9rem;
	color: white;
	line-height: 6rem;
}

.experimente-content.left p.text{
	font-family: var(--ff-slim);
	font-size: 4.5rem;
	color: white;
	line-height: 5rem;
	margin-top: 4rem;
}

.experimente-content.left p.text span{
	font-family: var(--ff-bold);
}

.experimente-content.right p {
	color: white;
	font-size: 2.8rem;
	font-family: var(--ff-normal);
}

.beneficios h2 {
	font-family: var(--ff-normal);
	font-size: 6.3rem;
	color: white;
	text-align: center;
	
	padding-top: 9.2rem;
	margin-bottom: 7.2rem;
}

.beneficios-content {
	margin-bottom: 2rem;
}

.beneficios-content h3 {
	font-family: var(--ff-regular);
	font-size: 8.9rem;
	color: white;
	margin-bottom: 5.1rem;
}

.beneficios-content ul {
    padding: 0;
    margin: 0;
}

.beneficios-content ul li::before {
	content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    /* transform: translateY(-50%); */
    background: url('images/icon-seta.svg') no-repeat center;
    width: 7%;
    height: 20px;
}


.beneficios-content li {
	font-family: var(--ff-slim);
	color: white;
	font-size: 2.8rem;

	position: relative;
    padding-left: 72px;
    line-height: 1.5;
}

.beneficios-content li span {
	font-family: var(--ff-bold);
}

.beneficios-content .prato {
	position: relative;
}

.beneficios-content .prato .assista {
	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	bottom: 0;
	
	width: 15rem;
	height: 15rem;

	background-color: #91603C;
	box-shadow: -30px 30px 30px #000000C4;
	border-radius: 50%;

	font-family: var(--ff-bold);
	font-size: 3.1rem;
	color: white;
	line-height: 3.1rem;	
}

.beneficios-content.suina .prato .assista {
	right: 5rem;
}

.saber-mais {
	padding-top: 6rem;
}

.saber-mais img {
	padding: 4.8rem 0;	
}

.saber-mais h2 {
	font-family: var(--ff-regular);
	font-size: 8.9rem;
	color: white;
}

.saber-mais p {
	font-family: var(--ff-normal);
	color: white;
	font-size: 2.8rem;
	line-height: 3rem;

	width: 80.6rem;
	max-width: 100%;
	margin: 0 auto;
}

.saber-mais .videos-container {
	margin-top: 5rem;
}

.bg-sobre {
	background-color: rgba(114, 53, 33, 0.6);
	padding: 4.9rem 0;
}

.sobre-content h4 {
	font-family: var(--ff-slim);
	font-size: 6.4rem;
	color: white;
}

.sobre-content h1 {
	font-family: var(--ff-regular);
	font-size: 18.2rem;
	color: white;

	position: relative;
	top: -3rem;
}

.sobre-content p {
	font-family: var(--ff-normal);
	font-size: 2.8rem;
	color: white;
}

.footer-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16rem;

	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.footer-content {
	display: flex;
	align-items: center;
	padding: 5rem 0;
}

.footer-content p {
	color: white;
	font-size: 1.8rem;
}

.footer-content ul {
	display: flex;
	gap: 1.5rem;
}

.desenvolvido {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;

	background-color: #000;
	padding: 1rem 0;
}

.desenvolvido p {
	color: white;
	font-size: 1.2rem;
	margin: 0;
}

@media (max-width: 500px) {
	body {
		overflow-x: hidden;
	}

	.logo img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.topo {
		background: url('images/background-mobile.png') no-repeat top center;
		background-size: cover;
		width: 100%;
		max-width: 100%;
		height: 737px;
	}

	.experimente-content.left p.experimente {
		font-size: 2.3rem;
	}
	.experimente-content.left p.incomparavel {
		font-size: 4.9rem;
	}
	
	.experimente-content.left p.text {
		font-size: 2.4rem;
		line-height: 3.2rem;
		margin-top: 1rem;
	}

	.flor-detalhe {
		display: none;
	}

	.experimente-content.right p {
		font-size: 2.4rem;
		margin-top: 6rem;
	}

	.beneficios {
		padding-top: 7rem;
	}

	.beneficios h2 {
		display: none;
	}

	.beneficios-content h3 {
		font-size: 4.3rem;
		text-align: center;
		margin: 3.5rem 0;
	}

	.beneficios-content h3 img {
		display: none;
	}

	.beneficios-content li {
		font-size: 2.3rem;
	}

	.beneficios-content .prato .assista {
		width: 8rem;
		height: 8rem;

		bottom: 0;
		left: 3rem;
		
		font-size: 1.4rem;
		line-height: 1.5rem;
	}

	.beneficios-content.suina .prato .assista {
		left: 6rem;
        bottom: 5rem;
	}

	.beneficios-content ul li::before {
		width: 13%;
	}

	.videos-content {
		margin-bottom: 2rem;
	}

	.saber-mais h2 {
		font-size: 4.2rem;
	}

	.saber-mais p {
		font-size: 2.3rem;
		padding-top: 1.5rem;
	}

	.sobre-content p {
		font-size: 2.3rem;
	}

	.footer-container {
		flex-direction: column;
		gap: 0;
	}

	.footer-container {
		padding: 1rem 0;
	}

	.footer-content {
		flex-direction: column;
		gap: 1.5rem;
		padding: 0;
	}
}