/*
Theme Name: Okio
Author: Sinapsis
Author URI: https://sinapsis.com.gt
Description: WordPress theme for Okio
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: client_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. LAYOUT WRAPPERS -------------- */
/* 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 */

  /* roboto-regular - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/roboto-v30-latin/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }

  /* roboto-100 - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url('./fonts/roboto-v30-latin/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
  }

  /* roboto-300italic - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: url('./fonts/roboto-v30-latin/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/roboto-v30-latin/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700italic - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: url('./fonts/roboto-v30-latin/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/roboto-v30-latin/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
  }



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

:root {
	/* COLORS */
	/* PRIMARY */

	/* WHITE */
	--white-hue: 0;
	--white: var(--white-hue), 0%, 95%;

	/* OKIO WHITE */
	--white-2-hue: 240;
	--white-2: var(--white-2-hue), 9%, 91%;

	/* BLACK */
	--black-hue: 196;
	--black: var(--black-hue), 7%, 10%;

	/* BLACK TEXT */
	--black-txt-hue: 330;
	--black-txt: var(--black-txt-hue), 2%, 10%;

	/* GREEN */
	--green-hue: 152;
	--green: var(--green-hue), 65%, 44%;

	/* GREEN */
	--green-okio-hue: 96;
	--green-okio: var(--green-okio-hue), 39%, 45%;
	--green-okio-dark: var(--green-okio-hue), 39%, 35%;

	/* RED */
	--red-hue: 348;
	--red: var(--red-hue), 79%, 44%;

	/* ORANGE */
	--orange-hue: 31;
	--orange: var(--orange-hue), 83%, 50%;

	/* YELLOW */
	--yellow-hue: 45;
	--yellow: var(--yellow-hue), 90%, 51%;

	/* HELPERS */
	/* BLUE */
	--helperBlue-hue: 222;
	--helperBlue: var(--helperBlue-hue), 80%, 80%;


	/* BLUE */
	/* PRIMARY : MAIN : BLUE : HUE */
	--m-blue-hue: 225;
	/* PRIMARY : MAIN : BLUE : TINTS */
	--m-blue-100: hsl(var(--m-blue-hue), 55%, 16%);
	--m-blue-90: hsl(var(--m-blue-hue), 53%, 20%);
	--m-blue-80: hsl(var(--m-blue-hue), 34%, 30%);
	--m-blue-70: hsl(var(--m-blue-hue), 24%, 40%);
	--m-blue-60: hsl(var(--m-blue-hue), 18%, 50%);
	--m-blue-50: hsl(var(--m-blue-hue), 18%, 60%);
	--m-blue-40: hsl(var(--m-blue-hue), 18%, 70%);
	--m-blue-30: hsl(var(--m-blue-hue), 18%, 80%);
	--m-blue-20: hsl(var(--m-blue-hue), 15%, 90%);
	--m-blue-15: hsl(var(--m-blue-hue), 13%, 92.5%);
	--m-blue-10: hsl(var(--m-blue-hue), 13%, 95%);
	
	/* FONTS */
	--ff-roboto: 'Roboto', sans-serif;
	--ff-fontAwesome: 'FontAwesome', sans-serif;
}

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

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

body {
	background-color: hsla(var(--white), 1);
}

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

/* UNITS */

/* WRAPPERS */
.wrapper-s,
.wrapper-m,
.wrapper-l,
.wrapper-fw {
	margin: 0 auto 0 auto;
}

.wrapper-s {
	width: 80%;
	max-width: 700px;
}

.wrapper-m {
	max-width: 1200px;
}

.wrapper-l {
	max-width: 1400px;
}

.wrapper-m,
.wrapper-l {
	width: 90%;
}

.wrapper-fw {
	width: 100%;
}

.img-wrapper-coverCenter {
	background-size: cover;
	background-position: center;
}


/* GRIDS */
/* GENERAL */
.grid {
	display: flex;
	flex-wrap: wrap;
}

/* 3 COLS */
.colsMax-3 > div {
	box-sizing: border-box;
	flex-grow: 1;
	width: 33.33%;
}

/* ADD & ADJUST IN BRAND SPECIFIC TEMPLATE: */
/* .o-productCard {
	min-width: 100%;
} */

/* @media screen and (min-width:333px) {
	.card {
		min-width: 333px;
	}
} */


/* 2 COLS */
.colsMax-2 > div {
	flex-grow: 1;
	width: 50%;
	box-sizing: border-box;
}


.layer {
	position: absolute;
	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 {
	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;}


/* 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%);
}

.button-s {
	display: inline-block;
	padding: 10px 10px 8px 10px;
	border: none;
	background: var(--m-blue-20);
	background: linear-gradient(0deg, var(--m-blue-30) 0%, var(--m-blue-20) 50%);
	color: var(--m-blue-80);
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

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

.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 */

/* COLORS USE ONLY FOR JS CHANGE */
.cGreen {
	color: hsla(var(--green), 1);
}

.cOrange {
	color: hsla(var(--orange), 1);
}

.cRed {
	color: hsla(var(--red), 1);
}

.cYellow {
	color: hsla(var(--yellow), 1);
}

.cBlack {
	color: hsla(var(--black), 1) !important;
}

.cWhite {
	color: rgba(var(--white), .2);
}
/* ENDS - COLORS USE ONLY FOR JS CHANGE */

.copyCenter {
	text-align: center;
}

.copyRight {
	text-align: right;
}

.hide {
	display: none !important;
}

.hideMore .more-link {
	display: none;
}

.v50 {
	top: 50%;
	transform: translateY(-50%);
}


/* 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 {
	color: rgba(var(--black-txt), 1);
}

.content h1,
h1.okio-logo {
	color: hsla(var(--black-txt), .8);
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (min-width:700px){
	.content h1 {
		font-size: 32px;
	}		
}

.content h2 {
	font-size: 33px;
    line-height: 1.4;
	color: hsla(var(--black), .9)
}

.content h3 {
	font-size: 26px;
    line-height: 1.4;
	color: hsla(var(--black), 1)
}

.content h4 {
	font-size: 20px;
    line-height: 1.4;
	color: hsla(var(--black), 1)
}

.content p {
    font-size: 15px;
    line-height: 46px;
    letter-spacing: 1px;
    font-weight: 400;
	margin-bottom: 40px;
	text-align: justify;
}

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

.content a,
.content a:visited,
.content p a,
.content p a:visited,
.okio-readMore a {
	color: hsla(var(--black-txt), 1);
	border-bottom: 1px solid hsla(var(--black-txt), 1);
}

.content em {
	font-style: italic;
}

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


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

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

.content .wp-block-quote {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.content .wp-block-quote * {
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 150%;
	text-align: center !important;
}

.content .wp-block-quote::before {
	position: absolute;
	bottom: calc(100% - 25px);
	left: 0;
	color: hsla(var(--black), .1);
	content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-size: 50px;
    font-weight: 900;
    line-height: 70%;
}

.content .wp-block-quote::after {
    position: absolute;
    top: calc(100% - 25px);
    right: 0;
    color: hsla(var(--black), .1);
	content: '\f10e';
    font-family: 'Font Awesome 5 Free';
    font-size: 50px;
    font-weight: 900;
    line-height: 70%;
}

.content .wp-block-image.has-custom-border img,
.content .wp-block-image img {
	border: 1px solid hsla(var(--black-txt), .2) !important;
	border-radius: 4px;
}

.content .wp-element-caption {
	font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: hsla(var(--black), .8);
    padding: 5px 0 0 2px;
}

.content .wp-element-caption a {
	text-decoration: underline;
	color: hsla(var(--black), .8);
	transition: color .3s;
}

.content .wp-element-caption a:hover {
    color: hsla(var(--black), 1);
}


/* FORMS */
.wpcf7 {
	max-width: 380px;
	margin: 0 auto 0 auto;
}

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

.content label,
.content .label {
	clear: both;
	display: block;
	margin-bottom: 10px;
	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,
.content textarea {
	box-sizing: border-box;
    width: 100%;
    max-width: 380px;
    height: 40px;
    padding: 0 4px 0 6px;
    border-radius: 4px;
    border: none;
    background-color: hsla(var(--black), .069);
    font-size: 14px;
    outline: none;
    font-family: var(--ff-roboto);
    letter-spacing: 1px;
}

.wpcf7-form-control-wrap {
	margin-bottom: 26px;
	display: block;
}

.content textarea {
	min-height: 300px;
	padding: 10px;
	line-height: 24px;
}

.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;
}


.content input[type='submit'] {
	background-color: hsla(var(--black), .95);
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
	transition: background-color .3s;
}

.content input[type='submit']:hover {
	background-color: hsla(var(--black), 1);
}

/* TABLE */
.content table {
	width: 100%;
	font-size: 16px;
	font-family: var(--ff-roboto);
	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: 12px 12px 12px 12px;
	vertical-align: middle;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: hsla(var(--black-txt), .06);
}




/* 5. ELEMENTS ---------------------------------------- */

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


/* ATOMS MOLECULES ORGANISMS */

/* BODY ---------------------------*/
body {
	color: hsla(var(--black), 1);
	font-family: var(--ff-roboto);
}


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

.lightbox-wrapper-pos {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/* display: block; */
	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;
	/* padding: 0 40px 0 40px; */
	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 -------------------------*/
#o-headerPos {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	width: calc(100% - 40px);
	margin: 0 auto;
}

@media screen and (min-width: 700px) {
	#o-headerPos {
		top: 30px;
		width: calc(100% - 60px);
	}
}


/* HEADER LOGO
/* --------------------------------*/
#a-logo {
	width: 192px;
}

@media screen and (min-width: 700px) {
	#a-logo {
		width: 128px;
	}
}


/* HEADER MIDDLE ORGANISM */
/* --------------------------------*/
#o-headerMiddlePos {
	display: none;
}

@media screen and (min-width: 700px) {
	#o-headerMiddlePos {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		width: 200px;
		margin: 0 auto;
	}	
}

/* HEADER SLOGAN */
/* --------------------------------*/
.a-slogan {
	width: 100%;
	height: 14px;
	background: url('./img/slogan-okio-white.svg') 0 0 no-repeat;
}

/* HEADER RIGHT POS ORGANISM */
/* --------------------------------*/
#o-headerRightPos {
	position: fixed;
	top: 30px;
	right: 20px;
	width: calc(100% - 60px);
}

@media screen and (min-width: 700px) {
	#o-headerRightPos {
		right: 30px;
	}		
}


/* HEADER MENU */
/* --------------------------------*/
/* HEADER MENU SWITCH */
#m-headerMenu-switchPos {
	position: absolute;
	top: 0;
	right: 0;
}

#m-switch-okio {
	text-align: right;
	width: 40px;
	height: 40px;
	background: url('./img/menu-switch-white.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	transition: all 0.2s;
	opacity: 0.8;
}

#m-switch-okio:hover {
	cursor: pointer;
	opacity: 1;
}

.m-switchOkioBlack {
	background: url('./img/menu-switch-black.svg') 0 0 no-repeat !important;
	opacity: 1 !important;
}

@media screen and (min-width: 700px) {
	#m-switch-okio {
		width: 30px;
		height: 30px;
	}
}

/* HEADER MENU */
#m-headerMenu-menuPos {
	position: absolute;
	top: 70px;
	right: 0;
	left: 0;
}

#m-headerMenu {
    box-sizing: border-box;
	width: 100%;
	padding: 10px 0;
	border-radius: 4px 4px 4px 4px;
	background-color: hsla(var(--white), .95);
	font-family: var(--ff-roboto);
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.22); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.22);
	display: none;
}

#m-headerMenu li a {
	display: block;
	color: hsla(var(--black), .8);
	padding: 20px 30px 20px 30px;
	background-color: hsla(var(--white), 0);
	border-bottom: 1px solid hsla(var(--white), .6);
	border-left: 8px solid rgba(255,255,255,0);
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
	line-height: 26px;
	text-transform: uppercase;
	transition: color .3s, background-color .3s, border-left .3s;
}

#m-headerMenu li:last-child a {
	border-bottom: none;
}

#m-headerMenu li a:hover {
	color: hsla(var(--black), .9);
	border-left: 8px solid hsla(var(--black-txt), 1);
}

@media screen and (min-width: 700px) {
	#m-headerMenu-menuPos {
		top: 0;
		right: 40px;
		left: auto;
	}

	#m-headerMenu{
		width: 300px;
	}

	#m-headerMenu li a {
		padding: 16px 30px 16px 30px;
		font-size: 14px;
		line-height: 20px;
	}
}



/* SOCIALS */
/* --------------------------------*/
#o-headerSocialsPos {
	--socialsIconMargin: 40px;
	position: absolute;
	top: 75px;
	right: 8px;
}

#o-headerSocialsPos #m-socials,
#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%); */
	background: linear-gradient(
		0deg, rgba(0,0,0,0.42) 0%,
		rgba(0,0,0,0.2) 20%,
		rgba(0,0,0,0.1) 30%);
}

/* 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 TYPE A ----- */
.sliderTypeA {
	color: hsla(var(--white), 1);
}

.sliderTypeA .slide-copy img {
	display: inline-block;
	max-width: 75%;
}

@media screen and (min-width: 800px) {
	.sliderTypeA .slide-copy img {
		max-width: 50%;
	}		
}

.sliderTypeA .slider-brand img {
	position: absolute;
    box-sizing: border-box;
    width: 70%;
	max-width: 350px;
	bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    z-index: 25;
}

.sliderTypeA h1 {
	font-size: 66px;
	font-style: italic;
	font-weight: 300;
	line-height: 52px;
}

.sliderTypeA h2 {
	margin-top: 4px;
	font-size: 18px;
	letter-spacing: 2px;
}

.sliderTypeA h3 {
	margin-top: 10px;
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* TYPE A CTA*/
.sliderTypeA .slideCta {
	z-index: 30;
	position: absolute;
	bottom: 46px;
	left: 0;
	right: 0;
	width: 100%;
}

.sliderTypeA .slideCta,
.sliderTypeA .slideCta p,
.sliderTypeA .slideCta a {
	color: hsla(var(--white), 1);
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 8px;
	transition: letter-spacing .6s;
}

.sliderTypeA .slideCta a:hover {
	letter-spacing: 16px;
}

/* TYPE A HELPERS */
.sliderTypeA tb {
	font-weight: 700;
}

.sliderTypeA tarrow::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f30b';
}


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

.sliderNavTypeA > div {
	display: inline-block;
    box-sizing: border-box;
    height: calc(100% - 8px);
    padding-top: 22px;
}

.sliderNavTypeA > div > div {
	width: 100%;
	height: 8px;
	vertical-align: bottom;
	background-color: hsla(var(--white), .2);
	transition: background-color .3s;
	box-sizing: border-box;
	border-right: 2px solid hsla(var(--black), .4);
}

.sliderNavTypeA > div:last-child > div {
	border-right: none;
}

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

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

/* ON SLIDE NAV */

.onSliderNavTypeA {
	display: none;
}

@media screen and (min-width:800px) {
	.onSliderNavTypeA {
		display: block;
	}
}

.onSliderNavTypeA {
	pointer-events: none;
}

.onSliderNavTypeA {
	pointer-events: none;
}

.onSliderNavTypeA > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
	height: 70px;
	border-radius: 10px;
	/* background-color: hsla(var(--white), 0); */
	pointer-events: all;
}

.onSliderNavTypeA .prevNav {
	left: 0;
}

.onSliderNavTypeA .nextNav {
	right: 0;
}

.onSliderNavTypeA > div > div {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    color: hsla(var(--white), .8);
	transition: right .3s, left .3s;
}

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

.onSliderNavTypeA > div:hover > div {
	color: hsla(var(--white), 1);
}

.onSliderNavTypeA .prevNav:hover > div {
	right: 20px;
}

.onSliderNavTypeA .nextNav:hover > div {
	left: 20px;
}



/* TEMPLATES */
/* OKIO */

/* HOME */
@media screen and (min-width:700px) {
	h1.okio-logo {
		color: hsla(var(--black-txt), .85);
		font-weight: 500;
		font-size: 32px;
		letter-spacing: 6px;
		text-transform: uppercase;
		text-align: center;
	}

	h1.okio-logo::before {
		content: ' :';
		width: 145px;
		height: 100%;
		margin-right: 10px;
		display: inline-block;
		text-align: right;
		background-color: rgba(0,0,0,0.0);
		background-image: url(./img/logo-okio-grey-85.svg);
		/* background-image: url(./img/logo-okio-black.svg); */
		background-position-x: calc(100% - 34px);
		background-position-y: 49%;
		background-repeat: no-repeat;
		background-size: auto calc(100% - 7px);
	}
}

/* MARCAS GRID */
.okio-marcasGrid > div > a img {
	width: 100%;
	height: auto;
}

.okio-marcasGrid > div {
	min-width: 200px;
}


/* PRODUCTS GRID */
.okio-productsGrid .productCard-photo img {
	width: 100%;
	height: auto;
}

.o-productCard {
	position: relative;
	min-width: 100%;
}

@media screen and (min-width:333px) {
	.o-productCard {
		min-width: 333px;
	}
}

.okio-productsGrid .productCard-text {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.okio-productsGrid .productCard-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.okio-productsGrid .productCard-link a {
	width: 100%;
	height: 100%;
	display: block;
}


/* CLINICA */
.okio-clinica-frontPage > div {
	min-height: 380px;
	min-width: 100%;
	background-color: hsla(var(--white-2),1);
}

@media screen and (min-width:500px) {
	.okio-clinica-frontPage > div {
		min-height: 500px;
		min-width: 500px;
	}
}

.okio-frontPage-text {
	box-sizing: border-box;
    padding: 80px 50px 80px 50px;
}

.okio-frontPage-text h2 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 300;
	letter-spacing: 4px;
}

@media screen and (min-width: 650px) {
	.okio-frontPage-text {
		box-sizing: border-box;
		padding: 120px 50px 120px 50px;
		max-width: 635px;
		margin: 0 auto;
	}
}

.okio-frontPage-text p {
	font-size: 13px;
    line-height: 30px;
    letter-spacing: 2px;
}

.okio-readMore a {
	font-size: 13px !important;
	font-style: italic;
	letter-spacing: 9px !important;
	transition: color .3s, letter-spacing .3s;
}

.okio-readMore a:hover {
	color: hsla(var(--green-okio-dark), 1);
	letter-spacing: 10px !important;
	text-decoration: none;
}


/* UBICACIONES */
.okio-ubicacionesMap {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: url('./img/bg-ubicaciones.jpg');
	background-size: cover;
	background-position: center;
}

.okio-ubicacionesTiendasBridge {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	/* width: 120px; */
	/* max-width: 160px; */
	/* height: 80px; */
	background: url('./img/icon-ubicacionesBridge.svg') 50% 50% no-repeat;
	background-size: 100% auto;
	display: none;
}

.okio-ubicacionesTiendas {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 90%;
	max-width: 1200px;
    margin: 0 auto;
}

.okio-ubicacionesTiendas > div {
	position: relative;
	box-sizing: border-box;
	background-color: hsla(var(--black-txt), 1);
	border-radius: 100%;
	width: 260px;
	height: 260px;
	margin: 20px auto;
	color: hsla(var(--white), 1);
}

.okio-ubicacionesTiendas > div:first-child {
	margin-bottom: 25px;
}

.okio-ubicacionesContent a {
	color: hsla(var(--white), 1) !important;
}

.okio-ubicacionesTiendas .okio-ubicacionesContent {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	color: white;
}

.okio-ubicacionesTiendas .okio-ubicacionName {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
    letter-spacing: 1px;
}

.okio-ubicacionesTiendas p {
	line-height: 24px;
}

@media screen and (min-width:450px) {
	.okio-ubicacionesTiendas > div {
		width: 375px;
		height: 375px;
		margin: 50px auto;
		padding: 90px 80px;	
	}

	.okio-ubicacionesTiendas p {
		line-height: 34px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	
}

@media screen and (min-width:834px) {
	.okio-ubicacionesTiendasBridge {
		top: 20%;
		width: 120px;
		max-width: 160px;
		height: 80px;
		display: block;
	}
}

@media screen and (min-width:1200px) {
	.okio-ubicacionesTiendasBridge {
		top: 20%;
		width: 160px;
		max-width: 200px;
		height: 60px;
	}

	.okio-ubicacionesTiendas > div {
		width: 500px;
		height: 500px;
		margin: 70px auto;
		padding: 100px 140px;
	}

	.okio-ubicacionesTiendas .okio-ubicacionesContent {
		width: 40%;
	}
}


/* RESPONSABILIDAD SOCIAL */
.okio-respSocial-frontPage > div {
	min-height: 380px;
	min-width: 100%;
	background-color: hsla(var(--white-2),1);
}

@media screen and (min-width:500px) {
	.okio-respSocial-frontPage > div {
		min-height: 500px;
		min-width: 500px;
	}
}


/* FOOTER */
#m-footer-logo {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

#m-footer-logo #a-logo{
	margin:  0 auto;
}

/* FOOTER MENU */
#m-footerMenu {
	text-align: center;
}

#m-footerMenu > li {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 6px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media screen and (min-width:880px) {
	#m-footerMenu > li {
		display: inline-block;
		width: auto;
		font-size: 10px;
		letter-spacing: 6px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#m-footerMenu > li:last-child {
		margin-right: 0;
	}	
}

#m-footerMenu a {
	color: hsla(var(--black), 1);
	padding: 4px;
}

#m-footerMenu a:hover {
	color: hsla(var(--green-okio-dark), 1);
}



/* FOOTER CREDITS */

.o-footerCredits {
	background-color: hsla(var(--black-txt), 1);
}	

.o-footerCredits * {
	color: hsla(var(--white), 1);
	font-size: 10px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.o-footerCredits p {
	width: 100%;
	text-align: center;
	padding: 20px 0 20px;
	line-height: 18px;	
}

.m-footer-okioGlassesIcon {
	text-align: center;
	background: url('./img/icon-glasses-white.svg') 50% 50% no-repeat;
	background-size: 18px auto;
	height: 40px;
}

#a-credits-sinapsis {
	/* color: hsla(var(--white), .2); */
}

.m-credits-sinapsis a {
	letter-spacing: 1px;
	transition: letter-spacing .3s;
}

.m-credits-sinapsis a:hover {
	letter-spacing: 2px;
	transition: letter-spacing .3s;
}

@media screen and (min-width:444px) {
	.o-footerCredits {
		display: flex;
		flex-wrap: wrap;
	}
	.o-footerCredits > div {
		flex-grow: 1;
		box-sizing: border-box;
		width: 33.33%;
	}
	.o-footerCredits p {
		width: auto;
		text-align: auto;
	}	
	.m-copyright {
		padding-left: 20px;
	}
	.m-footer-okioGlassesIcon {
		height: auto;
	}
	.m-credits-sinapsis {
		padding-right: 20px;
		text-align: right;
	}	
}


/* INTRO */
.okioIntro {
	z-index: 99999;
	background-size: cover;
}

.okioIntro-Logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 69%;
	margin: 0 auto 0 auto;
}



/* TEMPORAL */
.okio-temporal-1cols {
	width: 100%;
}