/* ***************************************
** VARIABLES */
/* ***************************************
** BOOTSTRAP */
.btn {
	padding: 0.5rem 2rem 0.5rem 2rem;
	border: 2px solid transparent;
	transition: all .3s;
}

.btn.btn-primary {
	color: #ffffff;
	background-color: #262a31;
	border-color: #262a31;
}

.btn.btn-primary:hover {
	color: #ffffff;
	background-color: #262a31;
	border-color: #262a31;
}

.btn.btn-ghost {
	color: #262a31;
	background-color: #ffffff;
	border-color: #262a31;
}

.btn.btn-ghost:hover {
	color: #ffffff;
	background-color: #262a31;
	border-color: #262a31;
}

.btn.btn--ok {
	background-color: #138000;
	border-color: #138000;
}

.row {
	max-width: 1000px;
	margin: auto;
}

canvas.particles-js-canvas-el {
	position: absolute;
	width: 100%;
	height: 100%;
}

.custom-mt {
	margin-top: 5.5rem;
}

.small-md {
	font-size: .8rem;
}

.mt-5 > p:last-child {
	margin-bottom: 0px !important;
}

.pt-custom {
	padding-top: 5rem !important;
}

.mt-ncustom {
	margin-top: -2rem !important;
}

.modal .close {
	font-size: 1rem !important;
}

/* ***************************************
** JQUERY LIGHTGALLERY */
.lg .lg-close.lg-icon,
.lg .lg-actions .lg-next.lg-icon,
.lg .lg-actions .lg-prev.lg-icon {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

.lg .lg-close.lg-icon:after {
	content: "\f00d" !important;
}

.lg .lg-actions .lg-next.lg-icon:before {
	content: "\f054" !important;
}

.lg .lg-actions .lg-prev.lg-icon:after {
	content: "\f053" !important;
}

/* ***************************************
** CORE */
html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
	color: #262a31;
	background-color: #242830;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul > li,
ol,
ol > li,
label,
span {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

h3 {
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
}

ul,
ul > li,
ol,
ol > li {
	padding: 0px;
	list-style: none;
}

.fs--smaller {
	font-size: 0.70em;
	line-height: 1.20em;
}

.fs--small {
	font-size: 0.85em;
	line-height: 1.20em;
}

.fs--big {
	font-size: 1.15em;
	line-height: 1.20em;
}

.fs--bigger {
	font-size: 1.30em;
	line-height: 1.20em;
}

.fs--huge {
	font-size: 2.00em;
	line-height: 1.20em;
}

.fs--huger {
	font-size: 3.00em;
	line-height: 1.20em;
}

.fs--keepsize {
	font-size: 1.00em;
	line-height: 1.00em;
}

.clearfix {
	clear: both;
}

a,
a:visited,
a:active {
	color: #61b3ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
  a:visited:hover,
  a:active:hover {
	color: #61b3ff;
	text-decoration: underline;
}

/* ***************************************
** recaptcha v3 */
.grecaptcha-badge {
	visibility: collapse !important;
}

/* ***************************************
** validate */
span._validate--error {
	display: none !important;
}

input._validate--error:focus,
textarea._validate--error:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input._validate--error:focus,
textarea._validate--error:focus {
	border-color: #ab0000;
	box-shadow: 0 0 0.2rem #ab0000 !important;
}

input._validate--error,
textarea._validate--error {
	border-color: #ab0000;
	box-shadow: 0 0 0.1rem #ab0000 !important;
}

/* ***************************************
** body > section.page */
body > section.page {
	width: 100%;
	padding: 0rem 0px 2rem 0px;
	z-index: 1;
	position: relative;
}

body > section.page--footer {
	background: #242830;
	color: #ffffff;
	padding: 1rem 0px;
}

body > section.page.page--hello {
	background: #242830;
	color: #ffffff;
	min-height: 100vh;
}

body > section.page.page--hello > .row {
	margin-top: -8vh;
	max-width: inherit;
}

body > section.page.page--hello > .row h1 {
	font-weight: lighter;
	letter-spacing: 12px;
	line-height: .75em;
}

body > section.page.page--hello > .row h2 {
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
}

body > section.page.page--content {
	background-color: #ffffff;
}

body > section.page.page--content > .row > .separata {
	border-top: 1px solid #242830;
}

body > section.page.page--content #section--feedback > img {
	position: absolute;
	bottom: -50px;
}

/* ***************************************
** body > .gallery */
body > section.page.page--content #section--gallery > div {
	overflow: hidden;
}

body > section.page.page--content #section--gallery > div > img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

body > section.page.page--content #section--gallery > div:hover > img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* **********************************
** body > #header */
body > #header {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #242830;
	color: #ffffff;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 30;
}

/* ***************************************
** body > #sec_cookies */
body > #cookies {
	padding: 20px 0px 30px 0px;
	background: #ffffff;
	z-index: 40;
	bottom: 1rem;
	max-width: 30rem;
	position: sticky;
	-webkit-box-shadow: 0 17px 17px rgba(0, 0, 0, 0.15), 0 27px 55px rgba(0, 0, 0, 0.3);
	box-shadow: 0 17px 17px rgba(0, 0, 0, 0.15), 0 27px 55px rgba(0, 0, 0, 0.3);
	left: 1rem;
	border-top: none;
	border-radius: 4px;
	margin-top: 2rem;
}

body > #modal-cookies ul {
	padding-left: 1rem;
}

body > #modal-cookies ul > li > span {
	display: block;
}

body > #modal-cookies ul > li > span.ctarg {
	padding-left: 1rem;
}

body > #modal-cookies ul > li > span.cdesc {
	padding-left: 1rem;
}

/* ***************************************
** animaciones */
@keyframes dancingDots {
	0% {
		opacity: 0.2;
	}

	20% {
		opacity: 1.0;
	}

	100% {
		opacity: 0.2;
	}
}

.dancingDots span {
	animation-name: dancingDots;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.dancingDots span:nth-child(2) {
	animation-delay: .2s;
}

.dancingDots span:nth-child(3) {
	animation-delay: .4s;
}

/* ***************************************
** @media */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.custom-mt {
		margin-top: 1rem;
	}

	body > section.page.page--content #section--work,
  body > section.page.page--content #section--like {
		position: relative;
		top: 0px;
	}

	body > section.page.page--content #section--feedback > img {
		position: relative;
		bottom: inherit;
	}

	.small-md {
		font-size: inherit;
	}
}