:root {
	/* --green-main: #9ed6a9; */
	--green-main: #377163;
	--green-dark: #007463;
	--green-main-alpha-90: rgba(158, 214, 169, .9);
	--green-main-alpha-70: rgba(158, 214, 169, 0.7);
	--green-light-1: #daefde;
	/* --green-text: #5db173; */
	--green-text: #377163;
	--new-green: #377163;
}
body {
	font-family: 'Jost', arial;
	font-weight: 400;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
header {
	z-index: 2;
	width: 100vw;
}
.home .back {
	position: absolute;
	top:0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 0;
	border-top: 4px solid var(--green-main);
}
.home .back .bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity ease 1.5s;
}
.home .back .bg.visible {
	opacity: 1;
}
.bg1 {
	background-image: url('/img/bg1_1024.webp')
}
.bg2 {
	background-image: url('/img/bg2_1024.webp')
}
.bg3 {
	background-image: url('/img/bg3_1024.webp')
}
.bg4 {
	background-image: url('/img/bg4_1024.webp')
}
.bg5 {
	background-image: url('/img/bg5_1024.webp')
}
.bg6 {
	background-image: url('/img/bg6_1024.webp')
}
.bg7 {
	background-image: url('/img/bg7_1024.webp')
}
.bg8 {
	background-image: url('/img/bg8_1024.webp')
}
@media screen and (min-width: 1200px) {
	.bg1 {
		background-image: url('/img/bg1_1200.webp')
	}
	.bg2 {
		background-image: url('/img/bg2_1200.webp')
	}
	.bg3 {
		background-image: url('/img/bg3_1200.webp')
	}
	.bg4 {
		background-image: url('/img/bg4_1200.webp')
	}
	.bg5 {
		background-image: url('/img/bg5_1200.webp')
	}
	.bg6 {
		background-image: url('/img/bg6_1200.webp')
	}
	.bg7 {
		background-image: url('/img/bg7_1200.webp')
	}
	.bg8 {
		background-image: url('/img/bg8_1200.webp')
	}
}
@media screen and (min-width: 1440px) {
	.bg1 {
		background-image: url('/img/bg1_1440.webp')
	}
	.bg2 {
		background-image: url('/img/bg2_1440.webp')
	}
	.bg3 {
		background-image: url('/img/bg3_1440.webp')
	}
	.bg4 {
		background-image: url('/img/bg4_1440.webp')
	}
	.bg5 {
		background-image: url('/img/bg5_1440.webp')
	}
	.bg6 {
		background-image: url('/img/bg6_1440.webp')
	}
	.bg7 {
		background-image: url('/img/bg7_1440.webp')
	}
	.bg8 {
		background-image: url('/img/bg8_1440.webp')
	}
}
@media screen and (min-width: 1920px) {
	.bg1 {
		background-image: url('/img/bg1_1920.webp')
	}
	.bg2 {
		background-image: url('/img/bg2_1920.webp')
	}
	.bg3 {
		background-image: url('/img/bg3_1920.webp')
	}
	.bg4 {
		background-image: url('/img/bg4_1920.webp')
	}
	.bg5 {
		background-image: url('/img/bg5_1920.webp')
	}
	.bg6 {
		background-image: url('/img/bg6_1920.webp')
	}
	.bg7 {
		background-image: url('/img/bg7_1920.webp')
	}
	.bg8 {
		background-image: url('/img/bg8_1920.webp')
	}
}
@media screen and (min-width: 2048px) {
	.bg1 {
		background-image: url('/img/bg1_2048.webp')
	}
	.bg2 {
		background-image: url('/img/bg2_2048.webp')
	}
	.bg3 {
		background-image: url('/img/bg3_2048.webp')
	}
	.bg4 {
		background-image: url('/img/bg4_2048.webp')
	}
	.bg5 {
		background-image: url('/img/bg5_2048.webp')
	}
	.bg6 {
		background-image: url('/img/bg6_2048.webp')
	}
	.bg7 {
		background-image: url('/img/bg7_2048.webp')
	}
	.bg8 {
		background-image: url('/img/bg8_2048.webp')
	}
}

.home .front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	min-height: 650px;
	z-index: 1;
	overflow: hidden;
	padding: 60px 1rem 1rem 1rem;
}
.logo {
	width: auto;
	height: 115px;
}

@media screen and (min-width: 1400px) {
	.logo {
		width: auto;
	}
	.home .front {
		padding: 1rem;
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
	}
}

/* ----------------------------------------
   -- GREEN BLOCK
   ---------------------------------------- */
div.green-block {
	position: relative;
	background-color: var(--green-main-alpha-70);
	overflow: hidden;
	border-top: 6px solid #377163;
}
div.green-block .decoration.up {
	position: absolute;
	font-family: 'PT Serif', serif;
	top: -42px;
	left: -25px;
	letter-spacing: 16px;
	width: 100%;
	font-size: 90px;
	text-align: center;
	color: rgba(255, 255, 255, .25);
	z-index: 1;
}
div.green-block .content {
	position: relative;
	padding-top: 3.25rem;
	padding-left: 1rem;
	z-index: 2;
}
div.white-block {
	position: relative;
	background-color: white;
	overflow: hidden;
	border-top: 6px solid rgba(55, 114, 90);
}
.bottom-block .white-block .content {
    width: 100%;
    height: 140px;
}
.bottom-block .white-block .content .social-network {
	position: absolute;
	bottom: 8px;
	width: 100%;
    text-align: center !important;
}
.bottom-block .white-block .content .social-network a {
	color: var(--new-green);
}
/* ----------------------------------------
   -- BOTTOM GREEN BLOCK
   ---------------------------------------- */
.home .bottom-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.home .bottom-block .content {
	color: white;
	font-size: 1.2rem;
	font-weight: 300;
}
.home .bottom-block .first-letter {
	font-weight: 700;
	font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {

	.bottom-block .white-block .content {
		width: 200px;
		height: 140px;
	}
	.bottom-block .white-block .content .social-network {
		position: absolute;
		bottom: 8px;
		width: 100%;
		text-align: center !important;
	}

	div.green-block .decoration.up {
		top: -52px;
		left: -9px;
		font-size: 115px;
	}
	div.green-block .content {
		padding-top: 4rem;
		padding-left: 2rem;
		padding-right: 4rem;
	}
	.home .bottom-block {
		margin-top: 0;
		margin-left: 0;
		bottom: 0;
		left: 12.5vw;
		font-size: 2rem;
		letter-spacing: 10px;
		width: fit-content;
	}
	.home .bottom-block .content,
	.home .bottom-block .first-letter {
		font-size: 2rem;
		line-height: 2.2rem;
	}
}

.social-network {
	font-size: 1.25rem;
	padding: 8px 0;
}
.social-network a {
	color: white;
	opacity: .75;
	transition: all ease .25s;
}
.social-network a:hover {
	opacity: 1;
}

/* ----------------------------------------
   -- SLOGAN
   ---------------------------------------- */
.home .slogan {
	margin-top: 0;
	color: var(--green-text);
	font-size: 1rem;
	font-weight: 500;
	font-style: italic;
	margin-left: .75rem;

}
.home .slogan b {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
}
@media screen and (min-width: 992px) {
	.home .slogan b {
		font-size: 3.5rem;

	}
	.home .slogan {
		margin-left: 12.5vw;
		font-size: 1.95rem;
	}
	@media screen and (min-height: 700px) {
		.home .slogan {
			margin-top: 1rem;
		}
	}
}

/* ----------------------------------------
   -- NAVBAR
   ---------------------------------------- */
.navbar {
	position: relative;
	background-color: var(--green-dark) !important;
	padding: 2px;
	z-index: 2;
}
.dropdown-menu {
	background-color: var(--green-light-1);
	border: none;
	color: white;
	padding-left: 1rem;
}
.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	padding:4px 8px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: white;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: white !important;
	font-weight: 700;
}
a.drodown-item {
	color: var(--green-main);
	text-decoration: none;
}

@media (min-width: 1400px) {
	.navbar {
		position: absolute;
		top: 32px;
		right: 0;
		z-index: 2;
		padding-right: 3rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		text-transform: uppercase;
		color: white;
		padding:4px 12px;
	}
	.dropdown-menu {
		padding-left: 0;
		background-color: white;
		border: none;
		color: var(--green-dark);
		padding-left: 1rem;
	}
	.dropdown-menu li {
		padding: 2px 8px;
	}
	.dropdown-menu li:hover {
		background-color:var(--green-light-1);
	}
}

.modal-header {
	color: white;
	background: var(--green-main);
}
.home-news {
	position: absolute;
	top: 42vh;
	right: 20px;
	background-color: rgba(255, 255, 255, .85);
	font-size: 1rem;
	width: fit-content;
	border: 1px solid #5db173;
	padding: 1rem 5rem 1rem 2rem;
	margin: 0 auto;
}
@media(min-width:1024px) {
	.home-news {
		top: 40vh;
	}
}
@media(min-width:1440px) {
	.home-news {
		top: 40vh;
		right: 10vw;
	}
}

.btn-cedres {
	margin-left: auto;
	float: right;
	border: 1px solid var(--green-dark);
	background-color: var(--green-dark);
	color: white;
	padding: .125rem .75rem;
}
.btn-cedres:hover {
	border: 1px solid var(--green-dark);
	background-color: white;
	color: var(--green-dark);
}