/*
Theme Name: Artista
Author: @DnznJuan
Author URI: https://sinapsis.com.gt/dnznjuan
Description: WordPress theme for Artists
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: artista_wpt_frame
*/

/* HI THERE! WELCOME TO SINAPSIS, WE ARE CURRENTLY SERVING MAYHEM */

/* MAP: */
/* 0. RESET RULES ------------------ */
/* 1. EMBEDED FONTS ---------------- */
/* 2. GLOBAL SETTINGS/VARIABLES  --- */
/* 3. UNITS, HELPERS & ANIMATINOS -- */
/* 4. .CONTENT --------------------- */
/* 5. Z-INDEXING ------------------- */
/* 6. ELEMENTS --------------------- */
/*    ATOMS / MOLECULES / ORGANISMS- */
/* 7. TEMPLATES -------------------- */
/* 8. PAGES ------------------------ */


/* 0. RESET RULES ------------------ */
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;
	outline: none;
}
html {
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow: auto;
}
body {
	font-size: 62.5%;
	line-height: 1;
	font-family: Arial, Tahoma, sans-serif;
	word-break: break-word;
	hyphens: auto;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0 !important; max-width: 100%; display:block;}
p { font-size: 1.2em; line-height: 1.0em; margin: 0;}
a {text-decoration: none;}
a:hover {cursor: pointer !important;}
a:focus {outline: none;}
input {-webkit-appearance: none !important;}
input[type='submit']:focus {outline: none;}
input[type='button']:focus {outline: none;}
/* ENDS RESET RULES -------------------------------------------------------------------- */


/* 1. EMBEDED FONTS ---------------- */
/* FONTS */

/* SROA VARIABLE FONT*/
@font-face {
	font-family: 'Inter';
	font-weight: 300 800; /* adjust as needed */
	src: url('fonts/sora/Sora-VariableFont_wght.ttf') format('truetype');
}



/* 2. GLOBAL SETTINGS/VARIABLES  --------------------- */

:root {
	/* COLORS */
	/* WHITE */
	--white-hue: 228;
	--white: var(--white-hue), 22%, 90%;

	/* GRAY */
	--gray-hue: 0;
	--gray: var(--gray-hue), 7%, 33%;

	/* BLACK */
	--black-hue: 0;
	--black: var(--black-hue), 0%, 8%;

	/* GREEN */
	--green-hue: 155;
	--green: var(--green-hue), 89%, 46%;

	/* RED */
	--red-hue: 340;
	--red: var(--red-hue), 89%, 46%;

	/* FONTS */
	--ff-sora: 'Sora', sans-serif;
}

/* TEXT SELECTION */
::-moz-selection {
	background: hsla(var(--black), 1) !important;
	color: hsla(var(--white), 1) !important;
}

::selection {
	background: hsla(var(--black), 1) !important;
	color: hsla(var(--white), 1) !important;
}

body {
	background-color: hsla(var(--white), 1);
	color: hsla(var(--black), .86);
	font-family: var(--ff-sora);
}

/* 3. UNITS, HELPERS, ANIMATIONS -------------------------------------- */

/* UNITS */
.wrapper-fullWidth {
	width: 100%;
}

.wrapper-mainWidth {
	width: calc(100% - 40px);
	/* max-width: 1000px; */
	margin: 0 auto 0 auto;
}

.layer {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
}

.lineH {
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
}

.lineV {
	clear: both;
	width: 1px;
	height: 100%;
	display: block;
}

.clearer {
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
}

.s5,
.s10,
.s15,
.s20,
.s25,
.s30,
.s40,
.s50,
.s60,
.s70,
.s80,
.s90,
.s100,
.s120,
.s140,
.s160,
.s180,
.s200
{
	clear: both;
	display: block;
	width: 100%;
}

.s5		{ height: 5px; 	}
.s10	{ height: 10px; }
.s15	{ height: 15px; }
.s20	{ height: 20px; }
.s25	{ height: 25px; }
.s30	{ height: 30px;	}
.s40	{ height: 40px;	}
.s50	{ height: 50px;	}
.s60	{ height: 60px;	}
.s70	{ height: 70px;	}
.s80	{ height: 80px;	}
.s90	{ height: 90px;	}
.s100	{ height: 100px;}
.s120 	{ height: 120px;}
.s140 	{ height: 140px;}
.s160	{ height: 160px;}
.s180	{ height: 180px;}
.s200 	{ height: 200px;}


.hide {
	display: none;
}

.icon-maximize,
.icon-close {
	padding: 14px;
	border-radius: 50%;
	color: hsla(var(--white), 1);
	background-color: hsla(var(--black), .42);
	transition: background-color .3s, color .3s;
	cursor: pointer;
}

.verMas {
	padding: 0 0;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: hsla(var(--black), .86);
	background-color: transparent;
	transition: padding .3s, background-color .3s;
}

.verMas:hover {
	color: hsla(var(--white), 1);
    padding: 0px 6px 0px 14px;
    background-color: hsla(var(--black), 1);
    border-radius: 2px;
}



/* BUTTONS */
/* .button {
	display: inline-block;
	padding: 14px 20px 12px 20px;
	border: none;
	background: var(--m-yellow-100);
	background: linear-gradient(0deg, var(--s-yellow-100) 0%, var(--m-yellow-100) 100%);
	color: var(--m-blue-90);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

.button:hover {
	color: var(--m-blue-100);
	background: var(--s-yellow-100);
	background: linear-gradient(0deg, var(--s-yellow-100) 0%, var(--m-yellow-100) 60%);
}

.button:active {
	background: var(--m-yellow-100);
	background: linear-gradient(0deg, var(--s-yellow-100) 0%, var(--m-yellow-100) 30%);
}


.disabled,
.button:disabled {
	opacity: .4;
	pointer-events: none;
}

.button i.iconToLeft,
i.iconToLeft {
	padding-right: 6px;
}

.button i.iconToRight,
i.iconToRight {
	padding-left: 10px;
} */


/* HELPERS */
/* .copyCenter {
	text-align: center;
}

.copyRight {
	text-align: right;
}
*/

/* ANIMATIONS */
/* .aniIntro {
	opacity: 0;
}

.fullRotation {
	animation: fullRotation 0.8s infinite;
	animation-timing-function: linear;
}

@keyframes fullRotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
} */


/* 4. .CONTENT ---------------------------------------- */
.content h4 {
	font-size: 40px;
	line-height: 1;
	font-weight: 600;	
}

.content p {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
	color: hsla(var(--black), .66);
}

.content .intro-text {
	text-align: justify;
    box-sizing: border-box;
    max-width: 420px;
}

.content .heavy-text {
	font-size: 33px;
	line-height: 1;
	font-weight: 600;
	color: hsla(var(--black), .86);
}


/* .content {
	color: rgba(var(--white), 1);
	text-align: justify;
}

.content h1 {
	font-size: 70px;
}

.content h2 {
	font-size: 22px;
	line-height: 28px;
}

.content h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
}

.content h4 {
	font-size: 20px;
	line-height: 32px;
}

.content p {
	font-size: 16px;
	line-height: 32px;
}

.content a:hover {
	text-decoration: underline;
}

.content a,
.content a:visited {
	color: rgba(var(--blue-highlight), 1);
	border-bottom: 1px solid rgba(var(--blue-highlight), 1);
}

.content .footnote {
	font-size: 12px;
} */


/* LISTS */
/* .content ul li {
	line-height: 22px;
	padding-left: 40px;
	margin-bottom: 10px;
}

.content ul.disc li::before {
	content: "•";
	padding-right: 8px;
	font-size: 20px;
} */


/* FORMS */
/* .label-input-pair {
	clear: both;
	margin-bottom: 20px;
}

.content label,
.content .label {
	clear: both;
	display: block;
	margin-bottom: 4px;
	margin-left: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

.content label.required-field:after {
	display: inline-block;
	vertical-align: super;
	height: 100%;
	padding-left: 2px;
	font-family: 'FontAwesome';
	content: '\f069';
	color: var(--s-blue-100);
	font-size: 6px;
}

.content input,
.content select {
	box-sizing: border-box;
	width: 100%;
	max-width: 380px;
	height: 40px;
	padding: 0 4px 0 6px;
	border-radius: 8px 8px 0px 0px;
	border: 2px solid var(--m-blue-10);
	border-bottom: 1px solid var(--m-blue-30);
	background-color: var(--m-blue-15);
	color: var(--m-blue-100);
	font-size: 14px;
	font-weight: 500;
	outline: none;
	transition: border 0.2s;
}

.content input[type='radio']{
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	border: 1px solid var(--m-blue-30);
	border-radius: 50%;
	transition: background .3s;
}

.content input:focus {
	border-left: 2px solid var(--s-blue-100);
	border-top: 2px solid var(--s-blue-100);
	border-right: 2px solid var(--s-blue-100);
	border-bottom: 1px solid var(--s-blue-70);
}

.content input[type='radio']:checked {
	background-color: var(--m-yellow-100);
	border: none;
}

.content input[type='radio']:focus {
	border: 1px solid var(--s-yellow-100);
}

.content input.is-invalid {
	border-bottom: 2px solid var(--m-red);
}

.content span.is-invalid-feedback,
.content span.is-valid-feedback {
	display: block;
	padding: 6px 0 0 2px;
	font-size: 11px;
	font-weight: 500;
}

.content span.is-invalid-feedback {
	color: var(--m-red);
}

.content span.is-valid-feedback {
	color: var(--m-green);
}

.content span.togglePassword {
	margin-left: -30px;
	font-size: 14px;
	cursor: pointer;
	color: var(--m-blue-70);
}

.content span.togglePassword:hover {
	color: var(--m-blue-100);
}

.content select {
	width: calc(100% - 2px);
    font-size: 12px;
    padding: 5px 4px 0 6px;
}*/


/* TABLE */
/*.content table {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.content table tr {
	border-bottom: 1px solid var(--white);
}

.content table tbody tr:last-child {
	border-bottom: none;
}

.content table thead tr th {
	height: 16px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 10px 0 0;
}

.content table th,
.content table td {
	position: relative;
	box-sizing: border-box;
	height: 48px;
	padding: 16px 8px 16px 0;
	vertical-align: middle;
}

.content table th:last-child,
.content table td:last-child {
	text-align: center;
	min-width: 94px;
	padding: 0 12px;
} */



/* 5. Z-INDEXING */
/* #o-headerPos 					{ z-index: 100; }
	#o-headerlefttPos 			{ z-index: 10; }
		#a-logo 	  			{ z-index: 100;}
	#o-headerRightPos 			{ z-index: 20; }
		#m-headerMenu-menuPos 	{ z-index: 100;} */


/* 6. ELEMENTS */
/* ATOMS MOLECULES ORGANISMS */

/* LIGHBOX ------------------------*/
.o-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999999;
	text-align: center;
}

.o-lightbox .lightboxScreen  { z-index: 1; }
.o-lightbox .lightboxContent { z-index: 2; }
.o-lightbox .closeLightbox   { z-index: 3; }


.o-lightbox .lightboxScreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, .88);
}

.o-lightbox .lightboxContent {
	position: relative;
    display: flex;
	align-items: center;
	box-sizing: border-box;
	margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
	pointer-events: none;
}

@media screen and (min-width: 700px) {

	.o-lightbox .lightboxContent {
		margin: 40px;
		width: calc(100% - 80px);
		height: calc(100% - 80px);
	}
	
}

.o-lightbox .lightboxContent * {
	pointer-events: all;
}

.o-lightbox .lightboxContent img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.o-lightbox .closeLightbox {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
}

.icon-maximize a,
.icon-close i
{
	transition: color .3s;
}

.icon-maximize:hover a {
	color: hsla(var(--green), 1);
}

.icon-close:hover i {
	color: hsla(var(--red), 1);
}



/* .lb-a {
	
} */




/* .lightbox-wrapper-pos {
	display: none;
}

.lightbox-wrapper-pos {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--white-lightbox-bg);
	z-index: 9999;
}

.lightbox-background-clic {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

.lightbox-content-wrapper {
	position: absolute;
	box-sizing: border-box;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-60%);
	height: inherit;
	min-height: 24px;
	max-width: 90%;
	max-height: 65%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	transition: width .3s;
	z-index: 2;
}

.lightbox-variable-content-wrapper {
	position: relative;
	box-sizing: border-box;
	display: block;
	border-radius: 6px;
	border: 40px solid transparent;
	background-color: var(--white);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(20,34,70, 0.2);
	box-shadow: 		0px 3px 8px 0px rgba(20,34,70, 0.2);
	height: calc(100% - 90px);
	overflow: scroll;
}

.lightbox-alert {
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}

.lightbox-alert i {
	font-size: 80px;
	margin-bottom: 30px;
}

.lightbox-alert p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
}


@media screen and (min-width:500px) {
	.lightbox-variable-content-wrapper {
		height: calc(100% - 52px);
	}

	.lightbox-content-wrapper {
		width: 540px;
	}
}

@media screen and (min-width: 900px) {
	.lightbox-content-wrapper {
		width: 800px;
	}
} */

/* LIGHTBOX BUTTONS */
/* .lightbox-buttons {
	box-sizing: border-box;
	margin-top: 10px;
	text-align: center;
}

.lightbox-buttons p {
	margin: 0 10px 20px 0;
	line-height: 16px;
}

.lightbox-buttons .button {
	margin-right: 10px;
}

.lightbox-buttons .button {
	min-width: 60px;
}

@media screen and (min-width: 500px){
	.lightbox-buttons {
		padding-right: 30px;
		text-align: right;
	}	

	.lightbox-buttons p {
		width: calc(100% - 250px);
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}
}
 */






/* HEADER -------------------------*/
/* HEADER */
.header {
	display: flex;
	align-items: center;
}

/* HEADER LEFT ORGANISM */
/* --------------------------------*/

@media screen and (max-width: 700px ){
	#o-headerLeftPos {
		/* ADJUST FOR MOBILE MENU SWITCHER */
		width: calc(100% - 66px);
	}	
}

/* HEADER LOGO */
#header-brand-logo-pos {
	margin-left: 20px;
}

#a-logo.logoImg {
	width: 200px;
}

#a-logo.logoImg img {
	height: auto;
}

#a-logo h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

@media (min-width: 444px) {
	#a-logo h2 {
		font-size: 50px;
	}
}

/* HEADER MIDDLE ORGANISM */
/* --------------------------------*/


/* HEADER RIGHT POS ORGANISM */
/* --------------------------------*/
#o-headerRightPos {
	/* ALIGN TO RIGHT WITHIN FLEX CONTAINER */
	margin-left: auto;
}

/* HEADER MENU SWITCH */
#m-headerMenu-switcherPos {
	position: absolute;
	top: 28px;
	right: 20px;
	z-index: 20;
}

#a-switch-hamburger {
	font-size: 28px;
	color: hsla(var(--black), 1);
}

.mainNavSwitch {
	cursor: pointer;
}

.mainNavSwitch i {
	position: absolute;
    top: 0;
    right: 0;
	padding: 10px;
}

.mainNavSwitch .hide {
	display: none;
}

@media screen and (max-width: 700px) {
	#m-headerMenu-switcherPos {
		display: block;
	}
}


/* MOBILE DRAWER */
#headerMobileDrawerPos {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: hsla(var(--white), 1);
	display: none;
}

#headerMobileDrawer {
	display: block;
	align-items: center;
	width: 100%;
}

@media screen and (min-width: 700px){
	#headerMobileDrawerPos {
		position: relative;
		background-color: transparent;
		height: auto;
		display: block !important;
	}
}


/* MAIN MENU */
#m-headerMenu-menuPos {
	text-align: left;
	margin-top: 20px;
}

#m-headerMenu-menuPos ul li a {
	display: block;
	padding: 20px 40px;
	color: hsla(var(--black), .86);
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	transition: color .3s, background-color .3s;
}

#m-headerMenu-menuPos ul li a:hover {
	color: hsla(var(--white), 1);
	background-color: hsla(var(--black), 1);
}

/* SOCIALS MENU */
#m-headerSocialsPos ul {
	box-sizing: border-box;
	padding: 40px 40px 40px 30px;
}

#m-headerSocialsPos ul li {
	display: inline-block;
	margin-right: 10px;
}

#m-headerSocialsPos ul li:last-child {
	margin-right: 0;
}

#m-headerSocialsPos ul li a {
	color: hsla(var(--black), .86);
	display: block;
	font-size: 18px;
	padding: 8px 10px;
	border-radius: 2px;
	transition: color .3s, background-color .3s;
}

#m-headerSocialsPos ul li a:hover {
	color: hsla(var(--white), 1);
	background-color: hsla(var(--black), 1);
}

/* DESKTOP */

@media screen and (min-width: 700px){
	#m-headerMenu-switcherPos {
		display: none;
	}
	
	#headerMobileDrawer {
		display: flex;
		align-items: center;
	}

	#m-headerMenu-menuPos {
		margin: 0;
		text-align: right;
	}
	
	#m-headerMenu-menuPos ul li {
		display: inline-block;
		margin-left: 10px;
	}
	
	#m-headerMenu-menuPos ul li a {
		padding: 10px 9px 8px 9px;
		border-radius: 2px;
		color: hsla(var(--black), .86);
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		transition: color .3s, background-color .3s;
	}

	/* SOCIALS */
	#m-headerSocialsPos ul {
		padding: 0;
		margin-left: 14px;
		margin-right: 20px;
	}

	#m-headerSocialsPos ul li {
		margin-right: 2px;
	}

	#m-headerSocialsPos ul li a {
		font-size: 15px;
		padding: 8px 9px;
	}
}


/* MAIN WIDTH */
.wrapper-fullWidth {
	/* background-color: hsla(var(--black), 1); */
}





/* SOCIALS */
/* --------------------------------*/
/* MOBILE */


/* #m-headerSocialsPos {
	margin-top: 10px;
}

#m-socials li {
	margin-left: 0 !important;
}

#m-headerSocialsPos #m-socials li a {
	display: block;
	font-size: 12px;
	padding: 8px;
}

#m-headerSocialsPos #m-socials li a:hover {
	font-size: 12px;
	color: hsla(var(--white), 1);
	background-color: hsla(var(--black), 1);
} */

@media screen and (min-width: 700) {

}

/* #o-headerSocialsPos #m-socials li {
	display: inline-block;
	margin-left: 10px;
} */

/* #o-headerSocialsPos #m-socials li a {

} */

#o-headerSocialsPos #m-socials div a {
	/* color: hsla(var(--white), .8);
	font-size: 24px;
	transition: color 0.3s; */
}

#o-headerSocialsPos #m-socials div a:hover {
	/* color: hsla(var(--white), 1); */
}

@media screen and (min-width: 700px){
	#o-headerSocialsPos {
		/* --socialsIconMargin: 30px;
		top: 60px;
		right: 5px; */
	}

	#o-headerSocialsPos #m-socials,
	#o-headerSocialsPos #m-socials div a {
		/* font-size: 20px; */
	}
}

/* SOCIALS VERTICAL */
#m-socials.socialsVertical > div {
	/* margin-bottom: var(--socialsIconMargin);
	text-align: center; */
}

#m-socials.socialsVertical > div:last-child {
	/* margin-bottom: 0; */
}



/* SLIDERS */
/* --------------------------------*/
/* SLIDERS SWIPE SPECIFIC */
.swipe {
	position: relative;
	overflow: hidden;
	visibility: hidden;
	height: 100%;
}

.swipe-slidesWrap {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.swipe-slidesWrap > div {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.swipeDisabled {
	transform: translate3d(0px, 0, 0) !important;
}

/* ENDS SLIDERS SWIPE SPECIFIC */


/* SLIDER HEIGHT 100% */
.slider-height100 {
	height: 100vh;
}

.slide-height100 {
	height: 100%;
}

/* SLIDE BACKGROUND COVER IMG */
.slide-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	/* IMAGE FOCUS AT PERCENTAGE */
	/* background-position: calc(100% / 3.9) 50%; */
	z-index: 1;
}

/* SLIDE BLACK SCREEN */
.slide-blackscreen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		0deg, rgba(0,0,0,0.55) 0%,
		rgba(0,0,0,0.4) 30%,
		rgba(0,0,0,0.25) 60%);
}

/* SLIDE COPY */
.slide-copy {
	position: absolute;
    box-sizing: border-box;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    z-index: 20;
}

/* SLIDER A ----- */
.sliderTypeA {
	color: tomato;
}

.sliderTypeA h1 {
	/* font-family: var(--ff-expletus); */
	font-size: 40px;
}

.sliderTypeA h2 {
	font-size: 24px;
}

.sliderTypeA h3 {
	font-size: 16px;
}

/* CTA */
.sliderTypeA .slideCta {
    /* width: 130px; */
    z-index: 30;
}

.sliderTypeA .slideCta p,
.sliderTypeA .slideCta p a,
.sliderTypeA .slideCta p a i,
.sliderTypeA .slideCta p a span {
	color: rgb(var(--white));
	font-size: 14px;
}

.sliderTypeA .slideCta p a i,
.sliderTypeA .slideCta p a span {
	display: inline-block;
}

.sliderTypeA .slideCta p a {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px;
}

/* SLIDER CONTROLS */
/* BANNER CONTROLS */
.sliderNavTypeA {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
	z-index: 40;
}

.sliderNavTypeA > div {
	display: inline-block;
	box-sizing: border-box;
	height: 10px;
	background-color: hsla(var(--white), .2);
	transition: background-color .3s;
}

.sliderNavTypeA > div:hover {
	cursor: pointer;
}

.sliderNavTypeA > div.active {
	background-color: hsla(var(--white), .6);
}



/* TEMPLATES */
/* ----------------------------------- */

/* DESTACADA EN PORTADA ----- */
.portada .obraDestacada {
	position: relative;
	width: 100%;
	/* height: calc(100vh - 110px); */
	background-size: cover;
	background-position: 50% 50%;
}

.portada .obraDestacada-title {
	position: absolute;
    bottom: 10px;
    color: hsla(var(--white), .69);
    margin-left: 10px;
}

.portada .obraDestacada .icon-maximize {
	position: absolute;
	bottom: 6px;
	font-size: 14px;
	right: 8px;
	cursor: pointer;
}

.portada .obraDestacada a {
	color: hsla(var(--white), 1);
}

.portada .obraDestacada .icon-maximize:hover {
	background-color: hsla(var(--black), 1);
}


/* PORTADA BIO ----- */
.portada .bio {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	box-sizing: border-box;
	padding: 40px;
}

.portada .bio > * {
	max-width: 400px;
}

/* PIC */
.portada .bio .bioPic,
.bio .bioPic {
	border-radius: 2px;
    overflow: hidden;
	align-self: flex-start;
}

.portada .bio .bioPic img,
.bio .bioPic img {
	width: 100%;
	height: auto;
}

/* TEXT */
.portada .bio .intro-text {
	align-self: flex-end;
} 

@media (min-width: 800px) {
	.intro-text {
		margin-bottom: -5px;
	}
}

.galeriaTemporal {
	width: 100%;
	height: 800px;
	background-color: hsla(var(--black), .2);
}



/* BIO INTERIOR ----- */
.bioInterior h1 {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

@media (min-width: 400px) {
	.bio .bioPic {
		max-width: 400px;
	}
}



/* GALLERY A ----- */
/* WRAPPER */
.galleryWrapperA {
	width: 100%;
}

/* FLEX */
.galleryA {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1px;
}

.galleryA > .obraCard {
	position: relative;
    flex-basis: calc(50% - .5px);
	/* background-color: rgb(23, 105, 227); */
}

@media screen and (min-width: 1050px) {
	.galleryA > .obraCard {
		flex-basis: calc(33.3% - .5px);
		min-width: 350px;
	}
}

@media screen and (min-width: 1400px) {
	.galleryA > .obraCard {
		flex-basis: calc(25% - .8px);
	}
}


/* OBRA IMG */
.galleryA .obraCard .obraCardImg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-height: 250px;
	cursor: pointer;
	/* background-color: greenyellow; */
}

.galleryA .obraCard .obraCardImg > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* OBRA META */
.galleryA .obraCard .obraCardMeta {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
    box-sizing: border-box;
    padding: 12px 20px;
	color: hsla(var(--white), 1);
	font-size: 12px;
	background-color: hsla(var(--black), .69);
	display: none;
}

.galleryA .obraCard .obraCardMeta .title {
	font-weight: 800;
	margin-bottom: 6px;
}

.galleryA .obraCard .obraCardMeta p {
    line-height: 1.2;
}


/* OBRA OPTIONS */
.galleryA .obraCard .obraCardOptions {
	position: absolute;
	z-index: 3;
	bottom: 6px;
	right: 8px;
	color: hsla(var(--white), 1);
}

.galleryA .obraCard .obraCardOptions .option i {
	font-size: 14px;
	padding: 14px;
    border-radius: 50%;
    color: hsla(var(--white), 1);
    background-color: hsla(var(--black), .42);
    transition: background-color .3s, color .3s;
}



/* FOOTER */

#o-footer {
	box-sizing: border-box;
	width: calc(100% - 40px);
	margin: 0 auto;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

#o-footer > *{
	flex: 1 1 100%;
}

#o-footer > div:first-child {
	display: flex;
    flex-wrap: wrap;
}

#o-footer > div > div {
	flex: 1 1 100%;
	text-align: center;
}

@media screen and (min-width: 800px) {
	#o-footer {
		align-items: flex-end;
	}

	#o-footer > *{
		flex: 1 1 auto;
	}		
}

#m-footer-menu #menu-main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

#m-footer-menu #menu-main li a {
	text-transform: uppercase;
    color: hsla(var(--black), .86);
    font-weight: 800;
    font-size: 14px;
    line-height: 1.1;	
}

#m-footer-logo h2 {
	font-size: 24px;
}

#m-footer-social #m-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

#m-footer-social #m-socials * {
	font-size: 14px;
	color: hsla(var(--black), .86);
}

#footer-credits #a-credits {
	font-size: 8px;
    font-weight: 600;
	line-height: 1.4;
    text-transform: uppercase;
}

#footer-credits #a-credits a {
	color: #0561b1;
}