@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
	font-family: "Barlow Condensed", sans-serif;
	background-color: #EBE1BF;
	max-width: 100%;
    overflow-x: hidden;
}

.logo {
	width: 100px;
	margin-bottom: 20px;
}

.main {
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 0;
 }

strong {
	font-weight: 500;
}

h1 {
  font-weight: 700;
  font-style: normal;
	color: #0B2A3C;
	font-size: 3rem;
	padding-bottom: 5px;
}

h2 {
  font-weight: 400;
	color:#DC5C49;
	font-size: 2.5rem;
	margin-top: 10px;
}

h3 {
	margin-top: 50px;
	font-weight: 500;
	color: #0B2A3C;
	font-size: 1.5rem;
}

.lista {
	padding: 0 20px;
	margin: 0 auto;
		
}

li {
	list-style: none;
	display: flex;
	align-content: center;
	margin-bottom: 30px;
}


.eng{
	font-style: italic;
	font-weight: 300;
	margin-top: 0.2em;
}

.eng p{
	color: #5F5F5F;
}

p {
	font-weight: 500;
	font-size: 1.2rem;
	color: #3D3D3D;
	line-height: 1em;
	margin: 0px;
	padding-left: 15px;
}

.subtitle {
	font-style: italic;
	font-weight: 300;
	text-align: center;
	padding-left: 0;
}

i {
	color: #035E7E;
	font-size: 2rem;
}

.btn {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	color: #EBE1BF;
	text-decoration: none;
	padding: 25px;
	border-radius: 5px;
	background-color: #DC5C49;
	margin-bottom: 15px;
}

.btn i {
	margin-right: 10px;
	font-size: 1em;
	color: #EBE1BF;
}

.carta {
	width: 150px;
	padding: 15px;
}


.google-button {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 10px;
	background-color: #0B2A3C;
}

.google-button svg{
	width: 25px;
	margin-right: 10px;
}