@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		height: 100%;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
		height: 100%;
		min-width: 320px;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Spinner */

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body {
		text-decoration: none;
	}

		body:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #e5e6e7;
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.is-preload:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.is-preload:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body:before {
			line-height: 2.025em;
		}

	}

/* Type */

	body, input, textarea, select {
		font-family: "Source Sans Pro", "sans-serif";
		font-weight: 300;
		font-size: 18pt;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.025em;
	}

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

			body, input, textarea, select {
				font-size: 17pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 15pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 13pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 13pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.5em;
			}

		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		color: inherit;
		letter-spacing: -0.0325em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2.25em;
		line-height: 1.25em;
		letter-spacing: -0.05em;
	}

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

		h2 {
			font-size: 1.5em;
		}

	}

	strong, b {
		font-weight: 900;
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		color: #f9e3e6;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e5e6e7;
	}

	blockquote {
		border-left: solid 0.5em #e5e6e7;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

/* Box */

	.box {
		background: #ffffff;
		color: #39454b;
		padding: 2em;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			padding: 3.5em 2.5em 3.5em 2.5em;
		}

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

			.box {
				padding: 1em;
			}

				.box.style2 {
					padding: 1.5em 1.25em 1.5em 1.25em;
					background-color: rgba(255, 255, 255, 0.9);
				}

		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: #f9e3e6;
		border: 0;
		border-radius: 3.5em;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
	}

		input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("images/dark-arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

			input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
		 
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
			background-color: #88bc82;
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
			background-color: transparent;
			border: solid 2px #e5e6e7;
			color: inherit;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
				background-color: rgba(229, 230, 231, 0.25);
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
				background-color: rgba(229, 230, 231, 0.375);
			}

			input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			.button.style2.down,
			button.style2.down {
				background-image: url("images/arrow.svg");
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

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

			form > .fields {
				width: calc(100% + 2em);
				margin: -1em 0 2em -1em;
			}

				form > .fields > .field {
					padding: 1em 0 0 1em;
					width: calc(100% - 1em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1em);
					}

		}

	label {
		display: block;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #39454b;
		display: block;
		width: 100%;
		padding: 0.65em 0.75em;
		background: none;
		border: solid 2px #e5e6e7;
		color: inherit;
		border-radius: 0.5em;
		outline: none;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9ac8e9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		line-height: 1.35em;
	}

	textarea {
		min-height: 8em;
	}

	::-moz-focus-inner {
		border: 0;
	}

	::-webkit-input-placeholder {
		opacity: 0.375;
	}

	:-moz-placeholder {
		opacity: 0.375;
	}

	::-moz-placeholder {
		opacity: 0.375;
	}

	:-ms-input-placeholder {
		opacity: 0.375;
	}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		position: relative;
		display: inline-block;
	}

		.image:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png");
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2em;
			text-align: center;
			border: 0;
		}

/* Sections/Article */

	header {
		margin-bottom: 1em;
	}

		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}

	footer {
		margin-top: 2em;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: rgba(229, 230, 231, 0.5);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 900;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				background: #39454b;
				color: #ffffff;
			}

			table.default tfoot {
				background: #e5e6e7;
			}

/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #fff;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
	}

		.poptrox-popup .loader {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -1em 0 0 -1em;
			width: 2em;
			height: 2em;
			display: block;
			font-size: 2em;
		}

			.poptrox-popup .loader:before {
				-moz-animation: spinner-rotate 0.75s infinite linear !important;
				-webkit-animation: spinner-rotate 0.75s infinite linear !important;
				-ms-animation: spinner-rotate 0.75s infinite linear !important;
				animation: spinner-rotate 0.75s infinite linear !important;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				color: #e5e6e7;
				content: '\f1ce';
				cursor: default;
				display: block;
				height: 2em;
				left: 0;
				line-height: 2em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2em;
			}

		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #ffffff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			content: '';
			position: absolute;
			width: 96px;
			height: 64px;
			background: url("images/poptrox-nav.svg");
			top: calc(50% - 1.5em);
			margin: -32px 0 0 0;
		}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

		.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover {
			opacity: 1.0;
		}

		.poptrox-popup .nav-previous:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			-ms-filter: "FlipH";
			filter: FlipH;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url("images/poptrox-closer.svg") center center;
				color: #ffffff !important;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

		body.is-touch .poptrox-popup .nav-next,
		body.is-touch .poptrox-popup .nav-previous,
		body.is-touch .poptrox-popup .closer {
			opacity: 1.0 !important;
		}

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

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				width: 48px;
				height: 32px;
				background-size: contain;
				margin: -16px 0 0 0;
			}

			.poptrox-popup .closer:before {
				right: 12px;
				top: 12px;
				width: 20px;
				height: 20px;
				box-shadow: inset 0 0 0 1px #fff;
				background-size: contain;
				opacity: 0.65;
			}

		}

/* Gallery */

	.gallery {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 45em;
		max-width: 100%;
		margin: 0 auto 2em auto;
	}

		.gallery article {
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			width: 50%;
			position: relative;
			opacity: 1.0;
		}

			.gallery article .image {
				margin: 0;
				display: block;
			}

			.gallery article:nth-last-child(1n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

			.gallery article:nth-last-child(24n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

		.gallery.inactive article {
			opacity: 0;
		}

			.gallery.inactive article.from-left {
				-moz-transform: translateX(-14em);
				-webkit-transform: translateX(-14em);
				-ms-transform: translateX(-14em);
				transform: translateX(-14em);
			}

			.gallery.inactive article.from-right {
				-moz-transform: translateX(14em);
				-webkit-transform: translateX(14em);
				-ms-transform: translateX(14em);
				transform: translateX(14em);
			}

			.gallery.inactive article.from-top {
				-moz-transform: translateY(-7em);
				-webkit-transform: translateY(-7em);
				-ms-transform: translateY(-7em);
				transform: translateY(-7em);
			}

			.gallery.inactive article.from-bottom {
				-moz-transform: translateY(7em);
				-webkit-transform: translateY(7em);
				-ms-transform: translateY(7em);
				transform: translateY(7em);
			}

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

			.gallery {
				-moz-flex-wrap: nowrap;
				-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.gallery article {
					width: 100%;
				}

		}

/* Header */

	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.95);
		height: 5em;
		line-height: 3em;
		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
	}

		#header h1 {
			position: absolute;
			left: 1em;
			top: 0;
			height: 5em;
			line-height: 5em;
			cursor: default;
		}

			#header h1 a {
				font-size: 1.25em;
			}

		#header nav {
			position: absolute;
			right: 0.5em;
			top: 0;
			height: 5em;
			line-height: 5em;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 0.5em;
					font-size: 0.9em;
				}

					#header nav ul li a {
						display: block;
						color: inherit;
						text-decoration: none;
						height: 5em;
						line-height: 5em;
						padding: 0 0.5em 0 0.5em;
						outline: 0;
					}

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

			#header {
				height: 6em;
				line-height: 6em;
			}

				#header h1 {
					text-align: center;
					position: relative;
					left: 0;
					top: 0;
					height: 6em;
					line-height: 6em;
				}

					#header h1 a {
						font-size: 1em;
					}

				#header nav {
					display: none;
				}

		}

	body {
		padding-top: 3em;
	}

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

			body {
				padding-top: 2.5em;
			}

		}

/* Main */

	.main {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		margin: 0;
		overflow-x: hidden;
	}

		.main > .content {
			width: 45em;
			max-width: calc(100% - 4em);
			margin: 0 auto;
		}

			.main > .content > :last-child {
				margin-bottom: 0;
			}

		.main.fullscreen {
			min-height: 100%;
		}

		.main.style1 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			text-align: center;
			padding: 3em 0 3em 0;
		}

			.main.style1 h2 {
				font-size: 4em;
				line-height: 1em;
			}

			.main.style1 > .content {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				opacity: 1.0;
				margin: 0;
			}

			.main.style1.inactive > .content {
				opacity: 0;
			}

		.main.style2 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 3em 0 3em 0;
			overflow: hidden;
		}

			.main.style2 > .content {
				-moz-transition: -moz-transform 1s ease;
				-webkit-transition: -webkit-transform 1s ease;
				-ms-transition: -ms-transform 1s ease;
				transition: transform 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				position: relative;
				width: 35%;
				margin: 0;
			}

			.main.style2.left {
				-moz-justify-content: -moz-flex-start;
				-webkit-justify-content: -webkit-flex-start;
				-ms-justify-content: -ms-flex-start;
				justify-content: flex-start;
			}

			.main.style2.right {
				-moz-justify-content: -moz-flex-end;
				-webkit-justify-content: -webkit-flex-end;
				-ms-justify-content: -ms-flex-end;
				justify-content: flex-end;
			}

			.main.style2.inactive.left > .content {
				-moz-transform: translateX(-100%);
				-webkit-transform: translateX(-100%);
				-ms-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			.main.style2.inactive.right > .content {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}

		.main.style3 {
			text-align: center;
			padding: 6em 0 6em 0;
		}

			.main.style3 .content > header {
				margin-bottom: 2em;
			}

			.main.style3.primary {
				background: #ffffff;
			}

			.main.style3.secondary {
				background: #f5f6f7;
			}

		.main.dark {
			color: #ffffff;
		}

			.main.dark a {
				color: inherit;
			}

			.main.dark .button.style2 {
				border-color: #ffffff;
			}

				.main.dark .button.style2:hover {
					background-color: rgba(255, 255, 255, 0.125);
				}

				.main.dark .button.style2:active {
					background-color: rgba(255, 255, 255, 0.25);
				}

				.main.dark .button.style2.down {
					background-image: url("images/dark-arrow.svg");
				}

		body.is-touch .main {
			background-attachment: scroll !important;
		}

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

			.main.style2 .content {
				width: 40%;
			}

		}

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

			.main.style2 .content {
				width: 50%;
			}

		}

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

			.main.style2 .content {
				width: 60%;
			}

		}

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

			.main > .content br {
				display: none;
			}

			.main.fullscreen {
				height: auto !important;
			}

			.main.style1 {
				padding: 4em 15px 4em 15px;
			}

				.main.style1 h2 {
					font-size: 2em;
        			text-align: center;
				}

			.main.style2 {
				padding: 6em 15px 6em 15px;
			}

				.main.style2:before, .main.style2:after {
					display: none !important;
				}

				.main.style2 .button.anchored {
					display: none;
				}

				.main.style2 .content {
					width: 100%;
					max-width: 100%;
					text-align: center;
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

			.main.style3 {
				text-align: center;
				padding: 3em 10px 3em 10px;
			}

		}

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

			.main > .content {
				max-width: calc(100% - 1.5em);
			}

		}

/* Footer */

	#footer {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		margin: 0;
		line-height: 1em;
		padding: 1.5em;
		background: #39454b;
		color: rgba(185, 186, 187, 0.5);
		overflow: hidden;
	}

		#footer > * {
			margin-bottom: 0;
		}

		#footer a {
			color: inherit;
		}

			#footer a:hover {
				color: #b9babb;
			}

		#footer ul.menu {
			margin: 0;
		}

			#footer ul.menu li {
				border-left-color: rgba(185, 186, 187, 0.2);
				font-size: 0.9em;
			}

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

			#footer {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				line-height: 1.5em;
				text-align: center;
				padding: 2em 1em 2em 1em;
			}

				#footer > * {
					margin: 0 0 1em 0;
				}

		}

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

			#footer ul.menu li {
				border-left: none;
				display: block;
				line-height: inherit;
				margin: 0.25em 0 0 0;
				padding: 0.25em 0 0 0;
			}

				#footer ul.menu li:first-child {
					margin-top: 0;
					padding-top: 0;
				}

		}

/* Intro */

	#intro {
		background: url("images/overlay.png"), url("../../images/dr-portrait-compressed.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}

/* One */

	#one {
		background: url("images/overlay.png"), url("../../images/one.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/* Two */

	#two {
		background: url("images/overlay.png"), url("../../images/two.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/* Contact */

	#contact {
		overflow: hidden;
		padding-bottom: 0;
	}

		#contact .box {
			-moz-transition: -moz-transform 1s ease;
			-webkit-transition: -webkit-transform 1s ease;
			-ms-transition: -ms-transform 1s ease;
			transition: transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;
		}

		#contact.inactive .box {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

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

			#contact .box {
				padding: 1.5em 1.5em 2em 1.5em;
			}

		}

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

			#contact .box {
				padding: 1em 1em 2em 1em;
			}

		}

		 .lista-estetica ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
   
    text-align: left;
  }

  .lista-estetica li {
    margin: 0 0 12px 0;
    position: relative;
    padding-left: 1.2em;
  }

  .lista-estetica li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #444;
    font-size: 1.2em;
    line-height: 1;
  }

  @media (max-width: 768px) {
    .lista-estetica ul {
      columns: 1;
    }
  }
   .mensaje-ok {
    background-color: #e6ffe6;
    border-left: 5px solid #28a745;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #155724;
    border-radius: 6px;
  }

  .mensaje-error {
    background-color: #ffe6e6;
    border-left: 5px solid #dc3545;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #721c24;
    border-radius: 6px;
  }
  /* 1) Importa la fuente serif cursiva */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');

/* 2) Reset del background “dark” */
#intro.dark {
  background: linear-gradient(135deg, #e8e2df, #f7f3f1) !important;
  color: #3e3e3e !important;
}

/* 3) Asegura que ocupe todo el alto y centre su contenido verticalmente */
#intro.fullscreen {
  display: flex;
  align-items: center;
}

/* 4) Mueve el .content hacia la derecha */
#intro .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;   /* antes era flex-end */
  padding: 0 5%;
  box-sizing: border-box;
}
/* 5) Estilo de la caja pastel */
.hero__text {
  max-width: 400px;
  background-color: #f2e6e9;
  border: 8px solid #eee;
  padding: 2rem;
  box-sizing: border-box;
}

/* 6) Tipografía y alineación */
.hero__text h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: left;              /* antes era right */
}align: right;
}

/* 7) Responsive (móviles/tablets) */
@media (max-width: 768px) {
  #intro .content {
    justify-content: center;
    padding: 2rem;
  }
  .hero__text {
    max-width: 90%;
    text-align: center;
  }
  .hero__text h2 {
    font-size: 2rem;
    text-align: center;
  }
}


/* 1. Reset de fondo para que no interfiera */
#intro {
  background: none !important;
  padding: 4rem 5%;
}

/* 2. Layout de dos columnas */
.content.two-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

/* 3. Caja de texto (izquierda) */
.hero__text {
  flex: 1;
  max-width: 45%;
  background-color: #f2e6e9;
  border: 8px solid #eee;
  padding: 2rem;
  box-sizing: border-box;
}
.hero__text h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: left;
  color: #3e3e3e;
}

/* 4. Caja de imagen (derecha) */
.hero__image {
  flex: 1;
  max-width: 45%;
  background-color: #fff;
  border: 8px solid #eee;
  padding: 0;              /* el padding lo maneja la propia imagen */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 5. Responsive (tablet y móviles) */
@media (max-width: 992px) {
  .content.two-columns {
    flex-direction: column;
  }
  .hero__text,
  .hero__image {
    max-width: 100%;
    text-align: center;
  }
  .hero__text h2 {
    font-size: 2rem;
  }
}


/* ============================= */
/* Sección “#one” – Dos columnas */
/* ============================= */

/* 1) Quita cualquier background que viniera por defecto */
#one {
  background: none !important;
  padding: 4rem 5% !important;
}

/* 2) Fuerza el layout de dos columnas solo en #one */
#one > .content.two-columns {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 2rem !important;
  width: 100% !important;
  max-width: none !important;
}

/* 3) Imagen a la izquierda */
#one .about__image {
  flex: 1;
  max-width: 45%;
  background-color: #fff !important;
  border: 8px solid #eee !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
#one .about__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* 4) Texto a la derecha */
#one .about__text {
  flex: 1;
  max-width: 45%;
  background-color: #f9f3e8 !important;
  border: 8px solid #eee !important;
  padding: 2rem !important;
  box-sizing: border-box !important;
}
#one .about__text h2 {
  margin-top: 0 !important;
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 2rem !important;
  color: #3e3e3e !important;
}
#one .about__text p {
  margin-bottom: 1rem !important;
  line-height: 1.6 !important;
  color: #4a4a4a !important;
}

/* 5) Responsive: apila columnas en móvil */
@media (max-width: 992px) {
  #one > .content.two-columns {
    flex-direction: column-reverse !important;
  }
  #one .about__image,
  #one .about__text {
    max-width: 100% !important;
    text-align: center !important;
  }
  #one .about__text h2 {
    font-size: 1.75rem !important;
  }
}


/* Ensanchar y solapar la caja de texto sobre la imagen */
#intro .content.two-columns {
  gap: 1rem !important;           /* menos espacio entre cajas */
}

/* 1) Ancho mayor para la caja de texto */
#intro .hero__text {
  max-width: 55% !important;      /* antes 45% */
  margin-right: -10% !important;   /* solapamiento horizontal */
  position: relative;              /* para z-index y top */
  z-index: 2;                      /* encima de la imagen */
  top: -1rem;                      /* subirla un poco */
}

/* 2) Ajuste de la caja de imagen para dejar espacio debajo */
#intro .hero__image {
  max-width: 50% !important;      /* puede quedar en 50% */
  position: relative;
  z-index: 1;
  top: 1rem;                       /* bajarla ligeramente */
}

/* 3) Opcional: sombra para notar superposición */
#intro .hero__text {
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.1) !important;
}
@media (max-width: 768px) {
  /* 1) Stack verticalmente, sin solaparse */
  #intro .content.two-columns {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  /* 2) Caja de texto: ancho completo y sin márgenes negativos */
  #intro .hero__text {
    max-width: 100% !important;
    margin-right: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
  }

  /* 3) Caja de imagen: ancho completo y posición normal */
  #intro .hero__image {
    max-width: 100% !important;
    top: 0 !important;
  }
}
/* 1) Eliminar loader fijo */
body:before,
body:after {
  display: none !important;
  content: none !important;
}

/* 2) Textura sutil en #one */
#one {
  background-color: #faf6f2 !important;

  /* dos gradientes perpendiculares crean una cuadrícula muy suave */
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,0.02) 0px,
      rgba(0,0,0,0.02) 1px,
      transparent 1px,
      transparent 30px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0,0,0,0.02) 0px,
      rgba(0,0,0,0.02) 1px,
      transparent 1px,
      transparent 30px
    );

  background-size: auto !important;
  padding: 4rem 5% !important;
  position: relative;
}

/* 3) Opcional overlay semitransparente si quieres bajar aún más la textura */
#one::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  pointer-events: none;
}

/* 4) Asegurar que el contenido flote encima */
#one .content {
  position: relative;
  z-index: 1;
}

/* 5) Leve sombra a la caja de texto para darle profundidad */
#one .about__text {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05) !important;
}
/* Tres columnas en #two */
#two .content.three-columns {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 4rem 5%;
  box-sizing: border-box;
}

/* Columna de lista */
#two .services-box {
  flex: 1;
  max-width: 35%;
  background: rgba(255,255,255,0.9);
  border: 4px solid #eee;
  padding: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
}

/* Cajas de fotos */
#two .photo-box {
  flex: 1;
  max-width: 30%;
  background: #fff;
  border: 4px solid #eee;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
}
#two .photo-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsive: apilar en móviles */
@media (max-width: 992px) {
  #two .content.three-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
  #two .services-box,
  #two .photo-box {
    max-width: 100%;
  }
}
/* === Ajustes para #two: tres columnas equilibradas === */
#two .content.three-columns {
  display: flex;
  align-items: flex-start;     /* todas al tope */
  justify-content: center;     /* centrar en el contenedor */
  gap: 2rem;
  padding: 4rem 5%;
  box-sizing: border-box;
}

/* Columna de lista: más ancha */
#two .services-box {
  flex: 0 0 35%;               /* fija 35% */
  max-width: 35%;
}

/* Fotos: menos anchas, más grandes */
#two .photo-box {
  flex: 0 0 25%;               /* fija 25% */
  max-width: 25%;
  /* centra imágenes dentro de la caja */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#two .photo-box img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;           /* límite de altura */
  object-fit: cover;
  border: 4px solid #eee;
  background: #fff;
}

/* Responsive: apilar en móvil */
@media (max-width: 992px) {
  #two .content.three-columns {
    flex-direction: column;
    gap: 2rem;
  }
  #two .services-box,
  #two .photo-box {
    flex: none;
    max-width: 100%;
  }
  #two .photo-box img {
    max-height: none;
    width: 100%;
  }
}
/* -----------------------------------------------------------------------------
   Tres columnas en la sección #two, sin necesidad de clase extra
   ----------------------------------------------------------------------------- */
#two > .content.box {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 2rem !important;
  padding: 4rem 5% !important;
  box-sizing: border-box !important;
}

/* Columna de lista */
#two .services-box {
  flex: 0 0 35% !important;
  max-width: 35% !important;
  background: rgba(255,255,255,0.9) !important;
  border: 4px solid #eee !important;
  padding: 2rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05) !important;
}

/* Cajas de fotos */
#two .photo-box {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  background: #fff !important;
  border: 4px solid #eee !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05) !important;
}
#two .photo-box img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 300px !important;
  object-fit: cover !important;
}

/* Responsive: apilar en móvil */
@media (max-width: 992px) {
  #two > .content.box {
    flex-direction: column !important;
    gap: 2rem !important;
  }
  #two .services-box,
  #two .photo-box {
    flex: none !important;
    max-width: 100% !important;
  }
  #two .photo-box img {
    max-height: none !important;
    width: 100% !important;
  }
}
/* === Dermatología: lista + dos fotos en columnas === */
.derma-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4rem 5%;
  background: url('images/overlay.png'), linear-gradient(135deg, #5a6b6d, #2f2f30);
  background-size: 256px 256px, cover;
}

.derma-list {
  flex: 1 1 300px;
  max-width: 400px;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.1);
}

.derma-list header h2 {
  margin-top: 0;
}

.derma-list .lista-estetica {
  margin-top: 1rem;
}

.derma-images {
  display: flex;
  flex: 1 1 300px;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.derma-image {
  flex: 0 0 calc(50% - .75rem);
  background: #fff;
  padding: .5rem;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,0.1);
}

.derma-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Móvil: apilar */
@media (max-width: 768px) {
  .derma-container {
    flex-direction: column;
    padding: 2rem;
  }
  .derma-images {
    justify-content: center;
  }
  .derma-image {
    flex: 0 0 45%;
  }
}
/* 1) Contenedor transparente (se ve sólo el degradado de #two) */
.derma-container {
  background: transparent !important;
  padding: 4rem 0 4rem 5% !important; /* cero padding a la derecha, sólo izq */
}

/* 2) Lista más ancha, sin fondo */
.derma-list {
  flex: 0 0 60% !important;       /* ocupa 60% del ancho */
  max-width: none !important;
  background: transparent !important;
  padding: 2rem 1rem !important;   /* un poco de espacio interno */
  box-shadow: none !important;
}

/* 3) Fotos en stack escalonado */
.derma-images {
  flex: 0 0 35% !important;       /* ocupa 35% del ancho */
  display: flex !important;
  flex-direction: column !important; 
  align-items: flex-end !important;   /* alineadas a la derecha */
  gap: 1rem !important;
}

/* 4) Cada foto más grande y sin padding extra */
.derma-image {
  flex: none !important;
  width: 100% !important;           /* llenan el 100% de derma-images */
  position: relative !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.1) !important;
  border: 4px solid #eee !important;
  background: #fff !important;
  overflow: hidden !important;
}

/* 5) Escalonado: la primera un poco arriba, la segunda baja y encima */
.derma-image:first-child {
  margin-top: 0 !important;
  z-index: 2 !important;
}
.derma-image:last-child {
  margin-top: -1.5rem !important;  /* sube sobre la primera */
  z-index: 1 !important;
}

/* 6) Imágenes ocupando toda la caja */
.derma-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* 7) Responsive: vuelven a dos columnas en móvil */
@media (max-width: 768px) {
  .derma-container {
    flex-direction: column !important;
    padding: 2rem 5% !important;
  }
  .derma-list,
  .derma-images {
    flex: none !important;
    width: 100% !important;
  }
  .derma-images {
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 1rem !important;
  }
  .derma-image {
    width: calc(50% - .5rem) !important;
    margin-top: 0 !important;
  }
}
/* ==============================================
   Sección #two “Dermatología” en caja rosada
   ============================================== */
#two {
 
  padding: 0; /* quitamos el padding del fullscreen original */
}

#two .content.derma-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f9e3e6;     /* pastel rosado */
  border: 8px solid #eee;
  padding: 4rem 5%;
  box-sizing: border-box;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
}


#two .derma-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #3e3e3e;
  margin-bottom: .5rem;
}


/* Cuerpo: dos columnas */
#two .derma-body {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}

/* Columna de lista */
#two .derma-list {
  flex: 0 0 55%;
}
#two .derma-list .lista-estetica {
  columns: 2;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#two .derma-list .lista-estetica li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .75rem;
  
  color: #39454b;
}
#two .derma-list .lista-estetica li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #98c593;
}

/* Columna de fotos escalonadas */
#two .derma-images {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
#two .derma-image {
  width: 100%;
  background: #fff;
  border: 4px solid #eee;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}
#two .derma-image:first-child {
  margin-top: 0;
  z-index: 2;
}
#two .derma-image:last-child {
  margin-top: -1.5rem;
  z-index: 1;
}
#two .derma-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsive: apilar en móvil */
@media (max-width: 992px) {
  #two .derma-body {
    flex-direction: column;
    gap: 2rem;
  }
  #two .derma-list,
  #two .derma-images {
    flex: none;
    width: 100%;
  }
  #two .derma-list .lista-estetica {
    columns: 1;
  }
  #two .derma-images {
    flex-direction: row;
    justify-content: space-between;
  }
  #two .derma-image {
    flex: 0 0 calc(50% - .5rem);
    margin-top: 0 !important;
  }
}
/* ==============================================
   Ajustes finales sección #two “Dermatología”
   ============================================== */

/* Toda la sección con fondo rosado pastel */
#two {
  background-color: #f9e3e6;  /* pastel muy suave */
  padding: 4rem 0;            /* separación arriba y abajo */
}

/* Caja interna: margen para separarla de otras secciones */
#two .content.derma-container {
  margin: 0 auto;             /* centrada horizontal */
  max-width: 1000px;
  background-color: #fff;     /* fondo blanco dentro del rosa */
  border: 8px solid #eee;
  padding: 4rem 5%;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  position: relative;
  top: 0;                     /* elimina cualquier solapamiento */
}

/* Encabezado: título y subtítulo centrados */

#two .derma-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #3e3e3e;
  margin: 0 auto;            /* fuerza centro exacto */
}


/* Cuerpo: dos columnas con espacio extra arriba/abajo */
#two .derma-body {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Lista: sin cambios, ya estaba bien */

/* Fotos escalonadas: añadir padding interior y no tocar borde blanco */
#two .derma-images {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
#two .derma-image {
  width: 100%;
  background: #fff;
  border: 4px solid #eee;
  padding: 1rem;              /* aire interior */
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
  overflow: hidden;
}
#two .derma-image:first-child {
  margin-top: 0;
  z-index: 2;
}
#two .derma-image:last-child {
  margin-top: -1.5rem;
  z-index: 1;
}
#two .derma-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsive: apilar en móvil */
@media (max-width: 992px) {
  #two .derma-body {
    flex-direction: column;
    gap: 2rem;
  }
  #two .derma-list,
  #two .derma-images {
    flex: none;
    width: 100%;
  }
  #two .derma-list .lista-estetica {
    columns: 1;
  }
  #two .derma-images {
    flex-direction: row;
    justify-content: space-between;
  }
  #two .derma-image {
    flex: 0 0 calc(50% - .5rem);
    margin-top: 0 !important;
  }
}
/* ==============================================
   Sección #two “Dermatología” en caja rosada
   ============================================== */

#two {
  background-color: #f9e3e6;  /* pastel muy suave */
  padding: 4rem 0;            /* espacio arriba y abajo */
}

#two .content.derma-container {
  margin: 0 auto;             /* centrado horizontal */
  max-width: 1000px;
  background-color: #fff;     /* fondo blanco dentro del rosa */
  border: 8px solid #eee;
  padding: 4rem 5%;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  box-sizing: border-box;
}


#two .derma-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #3e3e3e;
  margin: 0 auto;
}


#two .derma-body {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#two .derma-list {
  flex: 0 0 55%;
}
#two .derma-list .lista-estetica {
  columns: 2;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#two .derma-list .lista-estetica li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .75rem;
  
  color: #39454b;
}
#two .derma-list .lista-estetica li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #98c593;
}

#two .derma-images {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
#two .derma-image {
  width: 100%;
  background: #fff;
  border: 4px solid #eee;
  padding: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
  overflow: hidden;
}
#two .derma-image:first-child {
  margin-top: 0;
  z-index: 2;
}
#two .derma-image:last-child {
  margin-top: -1.5rem;
  z-index: 1;
}
#two .derma-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 992px) {
  #two .derma-body {
    flex-direction: column;
    gap: 2rem;
  }
  #two .derma-list,
  #two .derma-images {
    flex: none;
    width: 100%;
  }
  #two .derma-list .lista-estetica {
    columns: 1;
  }
  #two .derma-images {
    flex-direction: row;
    justify-content: space-between;
  }
  #two .derma-image {
    flex: 0 0 calc(50% - .5rem);
    margin-top: 0 !important;
  }
}
/* ========================================================================
   Ajustes finales para centrar título y separar fotos en la sección #two
   ======================================================================== */
#two .content.derma-container {
  /* Ya tenés: margin:0 auto; max-width; background; padding; box-shadow… */
  /* Sólo comprueba que el padding horizontal sea idéntico a ambos lados */
  padding-left: 5% !important;
  padding-right: 5% !important;
}

#two .derma-header {
  text-align: center;   /* Alinea todo su contenido (el p y el h2) */
  width: 100%;
  box-sizing: border-box;
}

#two .derma-header h2 {
  display: inline-block;   /* Para centrar el bloque justo en el medio */
  margin: 0 auto;          /* Centro horizontal real */
}

/* Un pequeño margen extra a la derecha de las fotos,
   para que no queden rozando el borde de la caja contenedora */
#two .derma-images {
  margin-right: 1rem;
  box-sizing: border-box;
}
/* ==============================================
   Reset + Base (sin cambios del template)
   ============================================== */
/* aquí iría todo tu CSS base, tal cual lo tenías */
/* ... */

/* ==============================================
   Sección #two “Dermatología”: tres cajas
   ============================================== */
#two {
  background: linear-gradient(135deg, #f9e3e6, #fde8eb);
  padding: 4rem 0;
}
#two .derma-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

#two .derma-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  color: #3e3e3e;
  margin: 0 auto 0.5rem;
}
#two .derma-header p {
 
  color: #39454b;
}

/* Tres cajas flex */
#two .derma-body {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
#two .service-box {
  background: #ffffff;
  border: 4px solid #eee;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
  flex: 1;
  min-width: 260px;
  padding: 1rem;
  text-align: center;
}
#two .service-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
}
#two .service-box h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  color: #3e3e3e;
  margin-bottom: 1rem;
}
#two .service-box ul {
  list-style: none;
  padding: 0;
}
#two .service-box ul li {
  position: relative;
  line-height:1.5em;
  
  color: #39454b;
 
}
#two .service-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #98c593;
}

/* Responsive: apilar en móvil */
@media (max-width: 992px) {
  #two .derma-body {
    flex-direction: column;
    gap: 2rem;
  }
  #two .service-box {
    width: 100%;
  }
}
/* Quita cualquier marcador de lista en las cajas de servicio */
#two .service-box ul {
  list-style: none;
  padding-left: 0;
}

#two .service-box ul li::before {
  content: none !important;
}
/* Logo en el menú */
.logo-container {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.logo {
    max-height: 60px;
    height: auto;
    width: auto;
}

/* Logo en la intro (solo la cara) */
.intro-logo-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: -30px;
}

.intro-logo {
    max-width: 180px;
    height: auto;
}
/* Footer moderno centrado */
#footer {
  
  color: #C0C0C0;
  padding: 3rem 5%;
  text-align: center;
  
}

#footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
#footer a:hover {
  color: #f9e3e6;
}

/* Contenedor interno */
#footer .footer-inner {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  row-gap: 1.5rem;
  align-items: center;
}

/* Logo */
#footer .footer-logo img {
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}

/* Contacto */
#footer .footer-contact p {
  margin: 0.25rem 0;
  font-size: 0.95rem;
}
#footer .footer-contact a {
  text-decoration: none;
}

/* Íconos sociales */
#footer .footer-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
}
#footer .footer-icons .icon {
  font-size: 1.25rem;
  opacity: 0.75;
}
#footer .footer-icons .icon:hover {
  opacity: 1;
}

/* Créditos */
#footer .footer-credits p {
  margin: 0.25rem 0;
  font-size: 0.85rem;
  opacity: 0.7;
}
#footer .footer-credits a {
  
}
/* Color dorado del logo */
:root {
  --gold-color: #C0C0C0; /* ajusta este valor al exacto de tu logo si lo deseas */
}

/* Aplica el dorado a todo el texto y enlaces del footer */
#footer {
  color: var(--gold-color);
}

#footer a {
  color: var(--gold-color);
}

#footer .footer-contact a:hover,
#footer .footer-icons .icon:hover,
#footer .footer-credits a:hover {
  opacity: 0.8; /* ligero efecto al pasar el ratón */
}

/* Si quieres que las viñetas del icono de Instagram (FontAwesome) también sean doradas */
#footer .footer-icons .icon:before {
  color: var(--gold-color);
}
nav ul li a.active {
    font-weight: bold;
    border-bottom: 2px solid white; /* Opcional: para marcar más el activo */
}
#contactoH2
 {
font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2rem;
    color: #3e3e3e;
    margin: 0 auto 0.5rem;

 }

 /* Desactiva márgenes/padding por defecto */
.contact-list {
  margin: 0;
  padding: 0;
}
 
/* Título (dt): centrado, negrita */
.contact-item dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3em;
  font-size: 1.1em;
}
/* Texto (dd): centrado */
.contact-item dd {
  margin: 0;            /* quita sangrías */
  text-align: center;
  font-weight: normal;
  color: #555;          /* o el color que uses */
  line-height: 1.4;
}
/* Ajuste para el enlace de Instagram */
.contact-item dd a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.contact-item dd a i {
  margin-right: 0.4em;
  color: #e1306c;
}
/* 1. Aumenta el padding de toda la sección para separar de la anterior y la siguiente */


/* 2. Lista de definiciones: márgenes internos  */
.contact-list {
  margin: 0 auto;
  max-width: 600px;      /* opcional: para no romper en pantallas grandes */
}

 

/* 4. Títulos (dt): peso medio, tamaño más discreto */
.contact-item dt {
  font-weight: 600;      /* en lugar de 700 */
  font-size: 1rem;       /* igual a cuerpo de texto o ligeramente mayor */
  text-align: center;
  margin-bottom: 0.25rem;
  color: #818181;
}

/* 5. Descripciones (dd): tamaño normal, color suave */
.contact-item dd {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;    /* un poco más pequeño */
  color: #555;           /* gris medio */
  line-height: 1.5;
}

/* 6. Enlace de Instagram: pequeño refinamiento */
.contact-item dd a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 0.95rem;
}
.contact-item dd a i {
  margin-right: 0.4em;
  font-size: 1.1em;      /* icono ligeramente más grande que el texto */
  color: #e1306c;
}
#contact {
  padding: 3rem 0;    /* antes 6rem */
}

#contact .content > header {
  margin-bottom: 1.5rem;  /* antes 2rem */
}
