@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,600;1,300;1,600&display=swap');

/*
/* 02. =document setup
/* =================================================================== */

/* Body
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

html {
	background-color: #1d1d1b;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

body {
	font: 15px/30px "Montserrat", sans-serif;
	font-weight: 300;
	color: #ffffff;
}

/* links
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color: #fbca08;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: white;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

p.lead {
	font: 17px/33px "Montserrat", sans-serif;
	color: #707273;
}

em {
	font: 15px/30px "Montserrat", sans-serif;
	font-style: normal;
}

strong,
b {
	font-weight: 600;
}

small {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2rem;
  display: block;
}

blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}

blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}

abbr {
	font-family: "Montserrat", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #7d7e80;
}

pre,
code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	padding: 3px;
	background: #ECF0F1;
	color: #707273;
	border-radius: 3px;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

mark {
	background: #FFF49B;
	color: #000;
}

hr {
	border: solid #ffed00;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}

/* Lists
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 25px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #fbca08;
}

dd {
	margin: 0 0 0 20px;
}

/* Floated image
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: black;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: black;
}

:-ms-input-placeholder {
	color: black;
}

.placeholder {
	color: black !important;
}

/*
/* 05. =content styles
/* =================================================================== */
.browserupgrade {
	text-align: center;
	padding: 15px 30px;
	background: white;
}

#content-wrap {
	padding-top: 50px;
  padding-bottom: 120px;
}

@media only screen and (max-width:900px) {
	#content-wrap {
		padding-top: 40px;
	}
}

@media only screen and (max-width:768px) {
	#content-wrap {
		padding-top: 30px;
    padding-bottom: 50px;
	}
}

@media only screen and (max-width:600px) {
	#content-wrap {
		min-height: auto;
		padding-top: 25px;
	}
}

/* menu
------------------------------------------ */

#language {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9999;
}
#language ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#language ul li {
  display: inline-block;
  padding: 0;
}
#language ul li a {
  padding: 6px;
  font-size: 17px;
}

/* main
------------------------------------------ */
main {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
main.hp {
	max-width: 650px;
  text-align: center;
}

main.container {
	max-width: 992px;
}

main .site-header {
  text-align: center;
}

main h1 {
	font: 600 34px/1.2em "Montserrat", sans-serif;
	color: #ffed00;
	margin-bottom: 15px;
	padding: 0;
  letter-spacing: 1px;
}

main p {
	font: 16px/24px "Montserrat", sans-serif;
	color: #fff;
	margin-bottom: 18px;
	padding: 0;
}

main hr {
	border: solid #ffed00;
	border-width: 3px 0 0;
	margin: 19px auto 12px;
	height: 0;
	width: 100px;
}

main h2 {
	font: 600 20px/1.2em "Montserrat", sans-serif;
	color: #ffffff;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

main .site-header .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 25px 0;
	padding: 0;
}

main .site-header .logo img {
	width: 250px;
	height: auto;
}
main .cover {
  width: 400px;
  margin: 0 auto 2rem auto;
}
main .cover figure {
  margin: 0;
}
main .cover figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
main .cover figure.zoom img:hover {
  opacity: 0;
}
main .cover figure.zoom img {
  transition: opacity 0.3s;
  display: block;
  width: 100%;
}
main .btn {
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.8rem;
  display: block;
  padding: .6rem 1rem;
  border: 2px solid #ffed00;
  background-color: #ffed00;
}
main .btn:hover {
  color: #ffed00;
  background-color: transparent;
}

main .tronco {
text-align: center;
margin: 0;
}

main .tronco .red {
  display: inline-block;
  background-color: #ff0000;
  border-radius: 50%;
  padding: 6px;
  width: 100px;
  height: 100px;
}

main .tronco .red img {
  width: 100%;
	height: auto;
}

@media only screen and (max-width:900px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font: 600 35px/1.2em "Montserrat", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 30px 0;
	}

}

@media only screen and (max-width:768px) {
	main.row {
		width: 92%;
	}

	main h1 {
		font: 600 32px/1.2em "Montserrat", sans-serif;
	}
}

@media only screen and (max-width:576px) {
	main.row {
		width: 96%;
	}

	main h1 {
		font: 600 30px/1.2em "Montserrat", sans-serif;
	}

	main p {
    font: 15px/22px "Montserrat", sans-serif;
	}

  main h2 {
  	font-size: 18px;
  }

  main .site-header .logo img {
    width: 180px;
  }
  main .cover {
    width: 300px;
  }
  main .cover figure.zoom {
    cursor: auto;
  }
  main .cover figure.zoom img:hover {
    opacity: 1;
  }

}

/* counter
------------------------------------------ */
#counter {
	width: 90%;
	color: white;
	text-align: center;
	margin: 25px auto;
}

#counter span {
	font: 60px/1em "Montserrat", sans-serif;
	display: block;
	min-width: 25%;
	float: left;
  font-weight: 600;
}

#counter span em {
	font: 11px/18px "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 3px;
	display: block;
	color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width:992px) {
	#counter {
		width: 92%;
	}

	#counter span {
		font: 600 58px/1em "Montserrat", sans-serif;
	}

}

@media only screen and (max-width:768px) {
	#counter {
		width: 100%;
	}

	#counter span {
		font: 52px/1em "Montserrat", sans-serif;
	}

}

@media only screen and (max-width:576px) {
	#counter {
		margin: 20px 0;
	}

	#counter span {
		font: 37px/1em "Montserrat", sans-serif;
	}

	#counter span em {
		font: 9px/18px "Montserrat", sans-serif;
		letter-spacing: 1.5px;
	}

}

/*
/* 07. =footer
/* =================================================================== */
footer {
	clear: both;
	font: 12px/24px "Montserrat", sans-serif;
	background: #000;
	padding: 2rem;
	color: #707070;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 998;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}

footer a,
footer a:visited {
	color: #525252;
}

footer a:hover,
footer a:focus {
	color: #fff;
}

/* copyright */
.footer-copyright {
	margin: 0;
	padding: 0;
}

.footer-copyright li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.footer-copyright li::before {
	content: "|";
	padding-left: 6px;
	padding-right: 10px;
	color: #666666;
}

.footer-copyright li:first-child:before {
	display: none;
}

/* social links */
.footer-social {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.footer-social li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}

.footer-social li a {
	color: #ffed00;
}

.footer-social li a:hover {
	color: white;
}

/* policies links */
.footer-policies {
	margin: 0;
	padding: 0;
}

.footer-policies li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}

.footer-policies li a {
	color: #666666;
}

.footer-policies li a:hover {
	color: #ffed00;
}

@media only screen and (max-width:768px) {
	footer {
    position: relative;
		text-align: center;
    flex-direction: column;
	}

	.footer-copyright,
  .footer-social {
		margin-bottom: 1rem;
	}
}

/*
/* 07. =cookie banner
/* =================================================================== */
#cookies-eu-banner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 999;
  transition: opacity .3s ease-in-out;
}
#cookies-eu-banner:before {
  content: '';
  background-color: rgba(0,0,0,.85);
  position: absolute;
  width: 100%;
  height: 100%;

}
#cookies-eu-banner .content {
    background: #fff;
    color: #000;
    padding: 2rem;
    font-size: 15px;
    z-index: 999;
    position: absolute;
    max-width: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#cookies-eu-banner .content p {
    margin-top: 0;
    line-height: 1.3;
}
.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookies-eu-more {
  text-decoration: underline;
  color: #000;
  margin: 0 5px;
}
#cookies-eu-accept,
#cookies-eu-reject {
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: .5rem 1rem;
    margin: 0 5px;
    font-weight: bold;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}

#cookies-eu-reject {
    background: none;
    color: #000;
    cursor: pointer;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}
@media only screen and (max-width:768px) {
  #cookies-eu-banner .content {
    position: relative;
      max-width: 350px;
      left: auto;
      top: 10%;
      margin: 0 auto;
      transform: none;
  }

}
