/* ====================================================================== */
/* =========================== Default Screen =========================== */
/* ====================================================================== */

html {
	height: 100%;
	overflow-y: scroll;
	cursor: default;
	letter-spacing: 0em;
	font-size: 10px;
}
	
body {
	height: 100%;
	line-height:0;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	font-smoothing: antialiased !important;	
	color: #000000;
}

.setWrapper {
	max-width: 1200px;
	width:-webkit-calc(100% - 64px);
	   width:-moz-calc(100% - 64px);
		 width:-o-calc(100% - 64px);
			width:calc(100% - 64px);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------- */
/* ----- >>> Structure -------------------- */
/* ---------------------------------------- */

header {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 32px;
	overflow: hidden;
	position: fixed;
	z-index: 1000;
	top: 0;
}

section {
	width: 100%;
	float: left;
}

footer {
	width: 100%;
	float: left;
}

/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1{ font: 14px/2.5em 'Sanuk Medium',  Helvetica, Arial, sans-serif; margin: 0 auto 24px auto; text-transform: uppercase; display: inline-block; padding: 2px 18px 0 18px; text-align: center; position: relative;}
h2{ font: 36px/1.0em 'Arbour Light',  Helvetica, Arial, sans-serif; margin: 0 auto; }
p { font: 14px/1.5em 'Sanuk Light',   Helvetica, Arial, sans-serif; margin: 6px auto; }
a { text-decoration: none;}

.setHG {
	font: 44px/1em 'Arbour Bold', Helvetica, Arial, sans-serif;
	text-transform: none;
	margin-bottom: 72px;
	color: #D89500;
	display: block;
	border: none;
}

.setHG:before,
.setHG:after {
	display: none;
}

.setHG em {
	text-transform: uppercase;
	font-size: 64px;
}

h1:before,
h1:after {
	content: "";
	width: 12px;
	height: 100%;
	position: absolute;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	left: 0;
	top: 0;
}

h1:after {
	right: 0;
	border-right: 1px solid #000000;
	border-left: 0;
	left: inherit;
}

h2 strong { font-family: 'Arbour Bold',  Helvetica, Arial, sans-serif; }

/* ---------------------------------------- */
/* ----- >>> Navegation ------------------- */
/* ---------------------------------------- */

header .setBND {
	width: 220px;
	margin: 24px 24px 24px 0;
	text-align: center;
	float: left;
}

header .setBND i{
	width: 170px;
	height: 48px;
	background: url(../img/SVG/imageBND.svg) no-repeat 0 0 / cover;
	display: inline-block;
}

header small {
	font: 9px/2.5em 'Sanuk Medium',  Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: inline-block;
	white-space: nowrap;
	color: #D89500;
}

nav {
	width:-webkit-calc(100% - 244px);
	   width:-moz-calc(100% - 244px);
		 width:-o-calc(100% - 244px);
			width:calc(100% - 244px);
	margin: 24px auto;
	float: right;
}

nav ul {
	width: 100%;
	max-width: 480px;
	text-align: center;
	display: flex;
	float: right;
}

nav li {
	width: 33.333333%;
	font: 700 14px/2em 'Open Sans', sans-serif;
	float: left;
}

nav li strong,
nav li span {
	width: 100%;
	display: inline-block;
}

nav li span {
	color: #D89500;
}

nav li i {
	width: 36px;
	height: 36px;
	background: url(../img/SVG/imageHDR.svg) no-repeat 0 0 / 144px 36px;
	display: inline-block;
}

nav li:nth-child(1) i { background-position:    0 0; }
nav li:nth-child(2) i { background-position:  33% 0; }
nav li:nth-child(3) i { background-position:  66% 0; }
nav li:nth-child(4) i { background-position: 100% 0; }

footer .setBGT {
	width: 150px;
	height: 90px;
	background: url(../img/@0x/IMG_BGT.png) no-repeat bottom right / cover ;
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	bottom: 0;
	right: 0;
}

footer small,
footer small a {
}

header .setBND a,
footer .setBND a {
	width: 100%;
	height: 100%;
	display: block;
}

/* ---------------------------------------- */
/* ----- >>> Section: Home ---------------- */
/* ---------------------------------------- */

#isS01 {
	margin-top: 200px;
}

.setLinks {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 48px;
}

.setLinks > li {
	display: inline-block;
}

.setLinks > li > a {
	font: 14px/2.5em 'Sanuk Medium',  Helvetica, Arial, sans-serif; 
	border-right: 1px solid #000000;
	text-transform: uppercase; 
	display: inline-block; 
	padding: 0 32px; 
}

.setLinks > li:last-child > a {
	border: none;
}

.setLinks > li > a:hover {
	background: #000000;
	color: #FFFFFF;
}

/* ---------------------------------------- */

#isB1 {
	margin-bottom: 48px;
}

#isB1 .setWrapper p {
	width: 100%;
	max-width: 480px;
	font: 32px/1.0em 'Arbour Bold', Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	letter-spacing: -0.01em;
	display: inline-block;
	margin: 32px;
	color: #FFFFFF;
}

.setInit {
	max-width: 1200px;
	width:-webkit-calc(100% - 80px);
	   width:-moz-calc(100% - 80px);
		 width:-o-calc(100% - 80px);
			width:calc(100% - 80px);
	-webkit-transform: translate( -50%, 0);
	   -moz-transform: translate( -50%, 0);
		-ms-transform: translate( -50%, 0);
		 -o-transform: translate( -50%, 0);
			transform: translate( -50%, 0);
	justify-content: center;
	align-items: center;
	position: absolute;
	display: flex;
	bottom: -32px;
	left: 50%;
}

.setInit > li {
	width: 50%;
	max-width: 360px;
	background: -webkit-linear-gradient(left, rgba(245,250,90,0.95) 0%, rgba(240,190,75,0.95) 100%);
	background:   -moz-linear-gradient(left,  rgba(245,250,90,0.95) 0%, rgba(240,190,75,0.95) 100%);
	background:     linear-gradient(to right, rgba(245,250,90,0.95) 0%, rgba(240,190,75,0.95) 100%);
	display: inline-block;
	text-align: left;
	margin: 0 24px;
	padding: 32px;
}

.setInit > li small,
.setInit > li p:last-of-type {
	font: 14px/1.25em 'Sanuk Bold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	max-width: 320px;
}

.setInit > li p:first-of-type {
	font: 32px/1.0em 'Arbour Light', Helvetica, Arial, sans-serif;
	margin: 12px 0 24px 0;
}

.setInit > li p:first-of-type strong {
	font-family: 'Arbour Bold', Helvetica, Arial, sans-serif;
}

.setInit > li a {
	font: 14px/1.25em 'Sanuk Bold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 16px;
	background: #000000;
	margin: 24px 0 0 0;
	color: #FFFFFF;
}

/* ---------------------------------------- */

.setPTN {
	width: 100%;
	height: 100%;
	background-position: center center;
	overflow: hidden;
	padding: 64px 0;
}

.setPTN.setP1 { background-image: url(../img/@0x/IMG_P01.jpg); background-size: 120px 120px; }
.setPTN.setP2 { background-image: url(../img/@0x/IMG_P02.jpg); background-size: 200px 192px; }

.setDWN {
	width: 35%;
	background: -webkit-linear-gradient(left, rgba(255,250,45,1) 0%, rgba(255,215,35,1) 100%);
	background:   -moz-linear-gradient(left,  rgba(255,250,45,1) 0%, rgba(255,215,35,1) 100%);
	background:   linear-gradient(to right, rgba(255,250,45,1) 0%, rgba(255,215,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	float: right;
}

.setDWN a {
	font: 18px/1.25em 'Sanuk Light', Helvetica, Arial, sans-serif;
	padding: 24px;
	display: inline-block;
}

.setDWN a strong{
	font-family: 'Sanuk Bold', Helvetica, Arial, sans-serif;
}

/* ---------------------------------------- */

.setColumns.setC5 > li {
	text-align: center;
}

.setColumns.setC5 > li strong {
	font-size: 36px;
	color: #D89500;
}

.setColumns.setC5 > li sup {
	font-size: 24px;
}

/* ---------------------------------------- */

.setCalidad {
	width: 100%;
	max-width: 800px;
	background: #FFFFFF;
	padding: 64px;
}

.setCalidad em {
	color: #CE962A;
}

.setCalidad .setIntro {
	width: 100%;
	max-width: 540px;
	margin: 0 auto 32px auto;
	text-align: center;
}

.setCalidad li {
	width:-webkit-calc(100% - 192px);
	   width:-moz-calc(100% - 192px);
		 width:-o-calc(100% - 192px);
			width:calc(100% - 192px);
	text-align: center;
	float: left;
}

.setCalidad li:last-child {
	width: 128px;
	margin-left: 48px;
}

.setCalidad li p {
	display: inline-block;
	width: 480px;
}

.setCalidad li p:first-child {
	width: 100%;
	font: 32px/1.25em 'Arbour Light', Helvetica, Arial, sans-serif;
	display: block;
	border: none;
}

.setCalidad li p strong {
	font-family: 'Arbour Bold', Helvetica, Arial, sans-serif;
}

.setCalidad i {
	width: 128px;
	height: 148px;
	background: url(../img/SVG/imageNMS.svg) no-repeat center center / contain;
	border: 1px solid rgba(0,0,0,0.25);
	display: inline-block;
}

/* ---------------------------------------- */

.setPlayer {
	width: 50%;
	background: rgba(0,0,0,0.5);
}

.setPlayer .setBox {
	width: 100%;
	max-width: 540px;
	text-align: center;
	padding: 24px 48px;
	color: #FFFFFF;
}

.setPlayer p,
.setPlayer small {
	max-width: 640px;
	font: 14px/1.25em 'Sanuk Light', Helvetica, Arial, sans-serif;
	margin-bottom: 24px;
}

.setPlayer p strong {
	width: 100%;
	font: 24px/1em 'Arbour Bold', Helvetica, Arial, sans-serif;
	display: inline-block;
	letter-spacing: 0.05em;
}

.setVideo {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}
.setVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.setLZD {
	width: 360px;
	height: 110%;
	background: url(../img/@0x/IMG_L01.png) no-repeat right bottom / contain;
	position: absolute;
	margin-left: 240px;
	bottom: 0%;
	left: 50%;
}

/* ---------------------------------------- */

.setSlider {
	width: 100%;
	text-align: center;
	margin: 48px auto 96px auto;
}

.setSlider:before {
	content: "";
	width: 33%;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:   -moz-linear-gradient(right,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:       linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.setSlider:after {
	content: "";
	width: 33%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:   -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:     linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}

.setSlider .setItem { padding: 0 48px;}

.setSlider img {
	max-width: 160px;
	display: inline-block;
	margin-bottom: 24px;
}

.setSlider p {
	max-width: 640px;
	font: 21px/1.25em 'Sanuk Regular', Helvetica, Arial, sans-serif;
	margin-bottom: 24px;
	font-style: italic;
}

.setSlider p strong {
	font-family: 'Sanuk Medium', Helvetica, Arial, sans-serif;
	color: #CE951E;
}

.setSlider small {
	font: 12px/1.25em 'Sanuk Light', Helvetica, Arial, sans-serif;
	margin-bottom: 24px;
}

.setSlider small strong {
	font-family: 'Sanuk Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.setPrev,
.setNext {
	width: 24px;
	height: 48px;
	position: absolute;
	background: url(../img/SVG/imageCNT.svg) no-repeat 0 0 / 48px 48px;
	margin-top: -24px;
	cursor: pointer;
	z-index: 100;
	top: 50%;
}

.setPrev { left:  48px; background-position:   0% 0%; }
.setNext { right: 48px; background-position: 100% 0%; }

/* ---------------------------------------- */

.setAsesor,
.setWebForm {
	width: 100%;
	background: rgba(230,230,230,0.85);
	overflow: hidden;
}

.setWebForm {
	background: rgba(210,170,80,0.85);
	color: #FFFFFF;
}

.setAsesor .setIntro {
	margin-bottom: 32px;
}

.setAsesor h2 {
	margin: 24px auto 0 auto;
	font-size: 44px;
}

.setAsesor img {
	width: 160px;
}

.setAsesor > ul {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 48px auto;
	overflow: hidden;
	display: block;
}

.setAsesor > ul > li {
	float: left;
}

.setAsesor > ul > li:last-child {
	width:-webkit-calc(100% - 192px);
	   width:-moz-calc(100% - 192px);
		 width:-o-calc(100% - 192px);
			width:calc(100% - 192px);
	margin-left: 32px;
}

.setAsesor > ul > li > ul {
	overflow: hidden;
	margin: 12px 0;
	float: left;
}

.setAsesor > ul > li > ul > li:nth-child(1) {
	width: 100%;
}

.setAsesor > ul > li > ul > li {
	width: 60%;
	float: left;
}

.setAsesor > ul > li > ul > li:last-child {
	width: 40%;
}

.setAsesor > ul > li > ul > li:nth-child(1) p {
	font: 24px/1.25em 'Arbour Light', Helvetica, Arial, sans-serif;
}

.setAsesor > ul > li > ul > li:nth-child(1) p strong  {
	font-family: 'Arbour Bold', Helvetica, Arial, sans-serif;
}

/* ---------------------------------------- */

.setLogos {
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin: 48px auto;
}

.setLogos > li {
	width: 25%;
	text-align: center;
	float: left;
}  

.setLogos > li small { 
	font: 16px/1.25em 'Sanuk Regular', Helvetica, Arial, sans-serif;
} 

/* ---------------------------------------- */
/* ----- >>> Footer ----------------------- */
/* ---------------------------------------- */

.setMailing {
	width: 100%;
	background: #F8F8F8;
	padding: 48px 0;
}

.setNewsletter {
	width:-webkit-calc(100% - 320px);
	   width:-moz-calc(100% - 320px);
		 width:-o-calc(100% - 320px);
			width:calc(100% - 320px);
	float: left;
}



.setNewsletter form {
	margin: 0;
}

.setNewsletter p {
	font: 400 14px/1.5em 'Open Sans', sans-serif;
	margin-bottom: 16px;
}

.setNewsletter p strong {
	width: 100%;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
}

.setMailing .setBND,
.setColumns .setBND {
	width: 255px;
	height: 70px;
	background: url(../img/SVG/imageBND.svg) no-repeat center bottom / 255px 140px;
	margin-bottom: 15px;
}

.setMailing .setBND {
	width: 180px;
	height: 48px;
	background-size: 180px 96px ;
	background-position: center top;
	margin: 0 auto 24px auto;
	display: none;
}

.setMailing > div > p {
	width: 100%;
	text-align: center;
	font: 700 16px/1.5em 'Open Sans', sans-serif;
	text-transform: uppercase;
	display: none;
}

.setMailing .setPNH {
	font: 700 16px/40px 'Open Sans', sans-serif;
	margin: 0 auto;
	display: none;
	color: #CE962A;
}

.setMailing .setPNH i {
	width: 40px;
	height: 40px;
	background: url(../img/SVG/imageSCL.svg) no-repeat 100% 0 / 280px 40px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  	border-radius: 50%;
	border: 2px solid #D89500;
	display: inline-block;
	margin-right: 12px;
	float: left;
}


.setColumns.setC4 > li {
	width: 25%;
	margin: 0;
}

.setColumns.setC4 > li:first-child { width: 30%; }
.setColumns.setC4 > li:last-child { width: 20%; }

.setColumns.setC4 > li > p,
.setColumns.setC4 > li > p:first-of-type,
.setColumns.setC4 > li > ul > li > a,
.setColumns.setC4 .setPNH {
	width: 100%;
	font: 400 15px/2em 'Open Sans', sans-serif;
}

.setColumns.setC4 > li > p {
	max-width: 90%;
	float: left;
}

.setColumns.setC4 > li > h4 {
	font: 800 18px/1em 'Open Sans', sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #CF972A;
}

.setColumns.setC4 > li > ul > li {
	padding-left: 20px;
	background: url(../img/SVG/imageLNK.jpg) no-repeat center left / 10px 10px;
}

.setColumns.setC4 .setPNH {
	width: 100%;
	display: inline-block;
	line-height: 40px;
}

.setColumns.setC4 .setPNH i {
	width: 40px;
	height: 40px;
	background: url(../img/SVG/imageSCL.svg) no-repeat 100% 0 / 280px 40px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  	border-radius: 50%;
	border: 2px solid #D89500;
	display: inline-block;
	margin-right: 12px;
	float: left;
}

.setColumns.setC4 .setNMS {
	width: 160px;
	height: 170px;
	background: url(../img/SVG/imageNMS.svg) no-repeat center center / contain;
	border: 1px solid rgba(0,0,0,0.25);
	display: inline-block;
	margin-top: 24px;
}

/* ---------------------------------------- */
/* ----- >>> Media Forms ------------------ */
/* ---------------------------------------- */

form {
	width:-webkit-calc(100% - 64px);
	   width:-moz-calc(100% - 64px);
		 width:-o-calc(100% - 64px);
			width:calc(100% - 64px);
	max-width: 1080px;
	margin: 64px auto;
}

form ul {
	overflow: hidden;
}

form ul > li {
	width:-webkit-calc(60% - 24px);
	   width:-moz-calc(60% - 24px);
		 width:-o-calc(60% - 24px);
			width:calc(60% - 24px);
	margin-right: 24px;
	float: left;
}

form ul > li:last-child {
	width: 40%;
	margin: 0;
}

form p {
	font: 24px/30px 'Arbour Light', Helvetica, Arial, sans-serif;
	margin: 0;
}

form p strong  {
	font-family: 'Arbour Bold', Helvetica, Arial, sans-serif;
}

.setInput {
	width: 100%;
	margin-bottom: 12px;
	text-align: left;
	float: left;
}

.setInput.setMRG {
	margin-top: 30px;
}

.setInput.setHalf {
	width:-webkit-calc(50% - 12px);
	   width:-moz-calc(50% - 12px);
		 width:-o-calc(50% - 12px);
			width:calc(50% - 12px);
	margin-right: 24px;
}

.setInput.setHalf.setL {
	margin-right: 0;
}

.setInput label {
	width: 64px;
	font: 14px/30px 'Sanuk Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 12px;
	text-align: right;
	float: left;
}

.setInput.setRDB label {
	width: auto;
	margin-left: 12px;
}

.setOutput {
	font: 14px/30px 'Sanuk Regular', Helvetica, Arial, sans-serif;
	display: inline-block;
	float: left;
}

#isNews .setOutput {
	margin-top: 12px;
}

::-webkit-input-placeholder { opacity: 0.25; }
:-ms-input-placeholder 		{ opacity: 0.25; }
::-moz-placeholder 			{ opacity: 0.25; }
:-moz-placeholder 			{ opacity: 0.25; }

.radio:focus,
.button:focus,
.checker:focus,
.selector:focus,
.uploader:focus {
	outline: 0;
}

.radio,
.button,
.checker,
.selector,
.uploader,
.radio *,
.button *,
.checker *,
.selector *,
.uploader * {
	margin: 0;
	padding: 0;
}

input, textarea, select, .selector {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input, textarea, select, .selector {
	width:-webkit-calc(100% - 76px);
	   width:-moz-calc(100% - 76px);
		 width:-o-calc(100% - 76px);
			width:calc(100% - 76px);
	height: 30px;
	border: none;
	font: 14px/30px 'Sanuk Regular', Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	padding-left: 12px;
	position: relative;
	overflow: hidden;
	text-align: left;
	color: #000000; 
	resize: none;
	float: left;
}

#isForm input{
	color: #000;
}

#isForm .setBTN{
	color: #FFF;
} 

textarea {
	width: 100%;
	height: 103px;
	line-height: 20px;
	padding: 10px;
}

.setBTN,
.setPLY {
	width: auto;
	font: 14px/30px 'Sanuk Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	background: #000;
	padding: 0 16px;
	cursor: pointer;
	color: #FFFFFF;
}

.setNewsletter input {
	background: #E5E5E5;
	line-height: 40px;
	height: 40px;
	float: left;
}

.setNewsletter input[type="text"] {
	width:-webkit-calc(100% - 170px);
	   width:-moz-calc(100% - 170px);
		 width:-o-calc(100% - 170px);
			width:calc(100% - 170px);

}
.setNewsletter .setBTN {
	width: 150px;
    font: 700 14px/2em 'Open Sans', sans-serif;
    background: url(../img/SVG/imageNWS.svg) no-repeat 15% 40% / 20px 20px #D89500;
    text-align: center;
    padding: 0 0 2px 20px;
    color: #FFFFFF;
    line-height: 38px;
}

.setNewsletter .setBTN:hover {
	background-color: #DBA741;
}

.setBTN {
	float: right;
}

.radio,
.checker {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 3px 3px 3px 0 ;
  float: left;
}

.radio, .radio span, .radio input,
.checker, .checker span, .checker input {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.radio span,
.checker span {
  background: url(../img/SVG/imageOPT.svg) no-repeat 0 0 / 96px 24px #FFFFFF;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  text-align: center;
  zoom: 1;

}

.radio.hover span,
.checker.hover span   { background-position: -24px 0; }
.radio span.checked,
.checker span.checked { background-position: -72px 0; }
.radio.hover.active span,
.checker.hover.active span { background-position: -48px 0; }
.radio.focus.active span,
.checker.focus.active span { background-position: -64px 0; }
.radio.disabled span,
.checker.disabled span{ background-position: -64px 0 ; }

.radio input,
.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

img {
	width: 100%;
	height: auto !important;
	display: block;
}

.setCenter {
	position: absolute;
	-webkit-transform: translate( -50%, -50%);
	   -moz-transform: translate( -50%, -50%);
		-ms-transform: translate( -50%, -50%);
		 -o-transform: translate( -50%, -50%);
			transform: translate( -50%, -50%);
	left: 50%;
	top: 50%
}

.setRound {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  	border-radius: 50%;
}

.setBKG {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	background-size: cover;
}

.setFlex {
	display: flex;
}

/* ---------------------------------------- */

.setIntro {
	width: 100%;
	max-width: 540px;
	text-align: center;
	margin: 64px auto;
}

.setColumns {
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
	display: flex;
	margin: 64px 0;
}

.setColumns > li {
	width:-webkit-calc(33.333333% - 96px);
	   width:-moz-calc(33.333333% - 96px);
		 width:-o-calc(33.333333% - 96px);
			width:calc(33.333333% - 96px);
	margin: 12px 48px;
	float: left;
}

.setColumns.setCNT > li {
	text-align: center;
}

.setColumns.setC5 > li {
	width:-webkit-calc(20% - 32px);
	   width:-moz-calc(20% - 32px);
		 width:-o-calc(20% - 32px);
			width:calc(20% - 32px);
	margin: 12px 16px;
	float: left;
}

.setColumns > li > p:first-of-type {
	font: 24px/1em 'Arbour Light', Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.setColumns > li > p strong{
	font: 24px/1em 'Arbour Bold', Helvetica, Arial, sans-serif;
}

.setColumns i {
	width: 32px;
	height: 32px;
	background: url(../img/SVG/imageICN.svg) no-repeat 0 0 / 96px 32px;
	display: inline-block;
	margin-bottom: 12px;
}

.setColumns >li:nth-child(1) i { background-position:   0% 0%; }
.setColumns >li:nth-child(2) i { background-position:  50% 0%; }
.setColumns >li:nth-child(3) i { background-position: 100% 0%; }


.setIMG {
	width: 100%;
	min-height: 540px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.setIMG .setTXT {
	width: 100%;
	max-width: 960px;
	text-align: center;
	position: absolute;
	-webkit-transform: translate( -50%, 0);
	   -moz-transform: translate( -50%, 0);
		-ms-transform: translate( -50%, 0);
		 -o-transform: translate( -50%, 0);
			transform: translate( -50%, 0);
	bottom: 32px;
	left: 50%;
}

.setIMG .setTXT p,
.setIMG .setTXT small {
	width: 100%;
	margin: 0 auto 12px auto; 
	display: inline-block;
	color: #FFFFFF;
}

.setIMG .setTXT p {
	font: 36px/1.2em 'Arbour Bold', Helvetica, Arial, sans-serif; 
}

.setIMG .setTXT small {
	font: 18px/1.5em 'Sanuk Light', Helvetica, Arial, sans-serif; 
}

.setGRD:before {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
	background:   -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
	background:   linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}

/* ---------------------------------------- */


.setSocial {
	overflow: hidden;
	margin-top: 64px;
	float: right;
}

.setSocial li {
	margin: 0 6px;
	float: left;
}

.setSocial li i {
	width: 40px;
	height: 40px;
	background: url(../img/SVG/imageSCL.svg) no-repeat 0 0 / 280px 40px #D89500;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  	border-radius: 50%;
	display: block;
}

.setSocial li:nth-child(1) i { background-position:    0% 0%; }
.setSocial li:nth-child(2) i { background-position: 16.6% 0%; }
.setSocial li:nth-child(3) i { background-position: 33.3% 0%; }
.setSocial li:nth-child(4) i { background-position: 49.8% 0%; }
.setSocial li:nth-child(5) i { background-position: 66.4% 0%; }
.setSocial li:nth-child(6) i { background-position: 83.0% 0%; }

.setSocial li:hover i { background-color: #DBA741; }

/* ---------------------------------------- */
/* ----- >>> Exportar --------------------- */
/* ---------------------------------------- */

.setExport {
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0;
}

.setExport p {
	width: 100%;
	font: 16px/3.5em 'Arbour Bold', Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto;
}

.setExport li {
	width: 100%;
	text-align: center;
	margin: 6px auto;
	float: left;
}

.setExport a {
	width: 140px;
	height: auto;
	font: 12px/1em 'Sanuk Light', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		  	border-radius: 3px;
	letter-spacing: 0.1em;
	display: inline-block;
	background: #202020;
	text-align: center;
	position: relative;
	padding: 12px;
	cursor: pointer;
	border: none;
	color: #FFF;
}

.setExport a:hover {
	background: #53BBB6;
}
/* ---------------------------------------- */
/* ----- >>> Animations ------------------- */
/* ---------------------------------------- */

a,
.setBTN,
.setSocial li i {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.response{
    display: none;
    margin: auto;
    margin-top: 26px;
    width: 100%;
    text-align: center;
    color: aqua;
    font-size: 25px;
}

.response-news{
    display: none;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 27px;
    width: 100%;
    text-align: center;
    color: #D89500 ;
    font-size: 25px;
}

/*Clases para modal de newsletter*/
.lozada-color {
    color: #CF972A;
}
.text-center {
    text-align: center;
}
.innerT.inner-2x, .innerTB.inner-2x, .innerAll.inner-2x {
    padding-top: 20px !important;
}
.innerB.inner-2x, .innerTB.inner-2x, .innerAll.inner-2x {
    padding-bottom: 20px !important;
}
.main-footer-sub {
    padding: 45px 0;
    background: #0A3152;
    color: #fff;
}
#modalSuscripcion .h4, #modalSuscripcion h4 {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
#modalSuscripcion .h4, h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, input, optgroup, select{
    margin: 0;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}
.lozada-input.half {
    height: 23px !important;
}
.main-footer-sub .form-control {
    background: #07253F;
    border-radius: 0;
    height: 40px;
    color: #fff;
    border: none;
}
.lozada-input {
    border: 0px solid transparent !important;
    box-shadow: none;
    margin: 5px 0px;
    border-bottom: 1px solid #CCC !important;
    border-radius: 0px;
    padding: 0px 5px;
    background: white !important;
    background-color: white !important;
    color: black !important;
}
.marginB, .marginTB, .marginAll {
    margin-bottom: 10px !important;
}
@media (min-width: 768px){
	.col-sm-12 {
	    width: 100%;
	}
}
#before-subscriprion form{
    width: auto;
    max-width: auto;
    margin: auto;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal.fade.in {
    top: 45%!important;
}
#after-subscriprion .btn.btn-lozada:hover , #before-subscriprion .btn.btn-lozada:hover {
    background: #DBA741;
    border-radius: 0px;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: bold !important;
    color: white;
    outline: 0;
}
.search-button:hover, .choose-icon, .main-footer-sub button:hover, .main-footer-sub .social-media li a:hover, .offer-box a:hover {
    background: #DBA741!important;
}
#after-subscriprion .btn.btn-lozada , #before-subscriprion .btn.btn-lozada {
    background: #CF972A;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold !important;
    color: white;
}
#after-subscriprion button ,#before-subscriprion button {
    height: 40px;
    border: none;
    background: #cf972a;
    color: #fff;
    width: 100%;
    font-weight: 700;
}

.hidden {
    display: none!important;
}
#after-subscriprion .h2, #after-subscriprion h2 {
    font-size: 30px;
    line-height: 1.1;
}
#after-subscriprion .h3, #after-subscriprion h3 {
    font-size: 24px;
    line-height: 1.1;
}

.text-center {
    text-align: center;
}