@charset "utf-8";

/*********************************************************************************************************************************
    INTRO SLIDER
*********************************************************************************************************************************/
.Intro{
    width:100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: 703;
    background: #FFF url("../img/intro/bg-bottom.jpg") bottom left no-repeat;
    -webkit-transition: all 0.7s ease;
	-moz-transition: 	all 0.7s ease;
	-o-transition: 		all 0.7s ease;
	transition: 		all 0.7s ease;
}
.Intro .BgTop{
    width:100%;
    height:35%;
    display: inline-block;
    background: url("../img/intro/bg-top.jpg") top right no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.Intro.SlideUp{
    transform:translateY(-100vh);
}
.WrapSlider{
    max-width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    overflow: hidden;
}
.Slider{
    width:auto;
    max-width: 100vw;
    height: 88px;
    overflow: hidden;
    text-align: center;
}
.Slide{
    width:100%;
    max-width: 100vw;
    font-weight: 700;
    /*font-size: 88px;
    line-height: 88px;*/
    color:#050505;
    height: 88px !important;
    overflow: hidden;
}
.Slide IMG{
    display: inline-block;
    max-width: 100%;
}
/*********************************************************************************************************************************
    RESET
*********************************************************************************************************************************/
* {margin: 0px; padding: 0px; border: 0px none; outline: 0px;font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, "sans-serif";}
html { -webkit-text-size-adjust: none; }
BODY {font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, "sans-serif"; color: #000; background: #FFFFFF;max-width:100% !important;}
P, TD, TH, DIV, SPAN, LI, BLOCKQUOTE {font: 1em 'Raleway', "Helvetica Neue", Helvetica, Arial, "sans-serif";}

H1, H2, H3, H4, H5, H6 {font-weight: normal; font-size: 100%; display: block;margin:0;}
ARTICLE, ASIDE, AUDIO, CANVAS, FIGURE, FIGCAPTION, FOOTER, HEADER, NAV ,SECTION {display: block}
TABLE {border-collapse: collapse; border-spacing: 0;}
TH {text-align: left;}
TD, TH {empty-cells: show}
INPUT, SELECT, TEXTAREA { font: 1em 'Raleway', "Helvetica Neue", Helvetica, Arial, "sans-serif"; color: #000; background: #FFF; }
INPUT, SELECT { vertical-align: middle}
INPUT[type="radio"], INPUT[type="checkbox"] {border: medium none;display: block;/*height: 1px !important;left: 0;position: absolute;top: 0;width: 1px !important;*/	}
INPUT[type="submit"], INPUT[type="reset"], INPUT[type="buttom"] {cursor: pointer}
TEXTAREA {overflow:auto;}
UL, OL, LI {list-style: none;}
A {text-decoration: none; cursor:pointer;
   -webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;

    behavior: url(../js/PIE.htc);

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
FORM A {
   -webkit-transition: none;
	-moz-transition:   none;
	-o-transition: 	   none;
	transition: 	   none;
}
*+html .Clearfix {min-height: 1%;} /*IE7*/
* html .Clearfix {height:1%;} /*IE6*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*  Reset input type ios    */
.ipod input,
.iphone input,
.ipad input,
.ipod TEXTAREA,
.iphone TEXTAREA,
.ipad TEXTAREA {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
BODY{
    overflow-X:hidden;
    overflow-y:hidden;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
BODY.Show{
    overflow-y:visible;
}
BODY.Fixed{
    overflow:hidden;
}
*{
    box-sizing: border-box;
}

/*   HIDE VIDEO CONTROLS     
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-timeline {}
video::-webkit-media-controls-current-time-display{}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {}
video::-webkit-media-controls-volume-slider {}*/

/*********************************************************************************************************************************
        FONTS
*********************************************************************************************************************************/
@font-face {
    font-family: 'Sharp-Bold';
    src: url('../fonts/sharpsansno1-bold-webfont.eot');
    src: url('../fonts/sharpsansno1-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sharpsansno1-bold-webfont.woff2') format('woff2'),
         url('../fonts/sharpsansno1-bold-webfont.woff') format('woff'),
         url('../fonts/sharpsansno1-bold-webfont.ttf') format('truetype'),
         url('../fonts/sharpsansno1-bold-webfont.svg#sharp_sans_no1bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Sharp-ExtraBold';
    src: url('../fonts/sharpsansno1-extrabold-webfont.eot');
    src: url('../fonts/sharpsansno1-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sharpsansno1-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/sharpsansno1-extrabold-webfont.woff') format('woff'),
         url('../fonts/sharpsansno1-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/sharpsansno1-extrabold-webfont.svg#sharp_sans_no1extrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Sharp-Medium';
    src: url('../fonts/sharpsansno1-medium-webfont.eot');
    src: url('../fonts/sharpsansno1-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sharpsansno1-medium-webfont.woff2') format('woff2'),
         url('../fonts/sharpsansno1-medium-webfont.woff') format('woff'),
         url('../fonts/sharpsansno1-medium-webfont.ttf') format('truetype'),
         url('../fonts/sharpsansno1-medium-webfont.svg#sharp_sans_no1medium') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* BTN TO TOP
*******************************************************************************/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 700;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/cd-top-arrow.svg) center 50% no-repeat rgba(0, 0, 0, .8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width:768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width:1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}

}

/*********************************************************************************************************************************
    HOVER - SCROLL DOWN
*********************************************************************************************************************************/
.circle{
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  background: #FFF;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  /*transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: scale(0.8);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
    
  -webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;
}
.circle .scroll-down{
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;
}
.circle.active .scroll-down{
    transform: scale(1);
}

.circle.active {
  width:167px;
  height:166px;
  opacity: 1;
  background: rgba(214, 65, 234, 0.7);
}
.circle .icon-circle,
.circle .scroll-circle{
    opacity: 0;
    /*transform: scale(0.1);*/
}
.circle.active .icon-circle,
.circle.active .scroll-circle{
    opacity: 1;
    /*transform: scale(1);*/
}

/*body,
body * {
  cursor: none;
}*/
.cursor{
  top: 0;
  left: 0;
  position: absolute;
  background: #FFF;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  z-index: 2;
  /*transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: scale(0.8);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.cursor.active {
  opacity: 1;
  transform: scale(8);
  background: rgba(0, 76, 255, 0.5);
  /*transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;*/
}
.cursor .scroll-down{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border-radius: 100%;
    opacity: 0;
}
.cursor .icon-circle {
  margin: 0 auto 0;
  width: 16px;
  height: 16px;
  position:absolute;
  top:0;
  left:0;
  transform: scale(0.4);
}
.cursor .scroll-circle{
    width: 16px;
    height: 16px;
    position:absolute;
    top:0;
    left:0;
}
.cursor.active .scroll-down{
    opacity: 1;
}
.cursor-follower{
  top: 0;
  left: 0;
  /*position: absolute;*/
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /*transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translate(4px, 4px);
}
.cursor-follower.active {
  opacity: 0.3;
  transform: scale(0);
}
/*SCROLL DOWN ICON*/
.scroll-down{
    width: 167px;
    height: 166px;
    text-align:center;
    margin: 0 auto;
    padding: 0;
    background: none;
    position: relative;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
svg #wheel {
  -webkit-animation: scroll ease 1.5s infinite;
          animation: scroll ease 1.5s infinite;
}
.scroll-arrow{
    position: relative;
    left: 106px;
    bottom: 52px;
}
.icon-circle{
    margin: 0 auto 0;
}
.scroll-circle{
    animation: scroll-animation 7s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes scroll-animation {
    100% { 
      transform: rotate(360deg);
    }
}




/*********************************************************************************************************************************
    HEADER
*********************************************************************************************************************************/
HEADER{
    width:100vw;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    top:0;
    left:0;
    z-index: 701;
    opacity: 0;
}
HEADER A{
    position: relative;
    z-index: 101;
    display: inline-block;
}
HEADER A{
    cursor:pointer !important;
}
#LogoHead, #LogoHeadMn{
    width: 175px;
}
HEADER A.Hamb{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 19%;
    right: 2%;
    display: none;
}
HEADER A.Hamb IMG{
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
HEADER A.Hamb:hover IMG{
    color:#d641ea;
}
#NavIcnMb{
    position: absolute;
    top: 25%;
    right: 2%;
    width: 40px;
    height: 40px;
}
.lines {
    display: inline-block;
    width: 2.5rem;
    height: 0.10rem;
    /*background: #000;*/
    border-radius: 0.5rem;
    transition: 0.3s;
    position: relative;
}
.lines:before,
.lines:after{
    display: inline-block;
    width: 2.5rem;
    height: 0.1rem;
    /*background: #000;*/
    border-radius: 0.5rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.05rem center;
    transform-origin: 0.05rem center;
}
.lines:before {
    top: 0.75rem;
}
.lines:after {
    top: -0.75rem;
}
#NavIcnMb.LineBlack .lines,
#NavIcnMb.LineBlack .lines:before,
#NavIcnMb.LineBlack .lines:after{
    background: #000;
}

#NavIcnMb.LineWhite .lines,
#NavIcnMb.LineWhite .lines:before,
#NavIcnMb.LineWhite .lines:after{
    background: #FFF;
}



.lines-button:hover .lines{
	background:#FFF;
}

.lines-button:hover .lines:before {
    /*top: 1.14286rem;*/
	background:#FFF;
}

.lines-button:hover .lines:after {
    /*top: -1.14286rem;*/
	background:#FFF;
}

.lines-button.CloseNv {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.CloseNv .lines:before,
.lines-button.arrow.CloseNv .lines:after {
    top: 0;
    width: 2.22222rem;
}

.lines-button.arrow.CloseNv .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.lines-button.arrow.CloseNv .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.CloseNv {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.CloseNv .lines:before,
.lines-button.minus.CloseNv .lines:after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 4rem;
}

.lines-button.x.CloseNv .lines {
    background: transparent !important;
}

.lines-button.x.CloseNv .lines:before,
.lines-button.x.CloseNv .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 3.5rem;
    height: 0.15rem;
}

.lines-button.x.CloseNv .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.CloseNv .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
    transition: background 0.3s 0.5s ease;
}

.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.CloseNv .lines {
    transition: background 0.3s 0s ease;
    background: transparent;
}

.lines-button.x2.CloseNv .lines:before,
.lines-button.x2.CloseNv .lines:after {
    transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
    transition: top 0.3s ease, transform 0.3s 0.5s ease;
    top: 0;
    width: 4rem;
}

.lines-button.x2.CloseNv .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2.CloseNv .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}



/*********************************************************************************************************************************
        STEPS
*********************************************************************************************************************************/
.Steps{
    width:100%;
    min-height: 100vh;
    background: #FFF;
    position: relative;
    overflow: hidden;
}
/*********************************************************************************************************************************
        STEP #1
*********************************************************************************************************************************/
.Step-01{
    text-align: center;
    padding-top: 0vh;
}

/** SCROLL DOWN ICON
*******************************************************************************************************************************/
.scroll-downs {
    position: absolute;
    margin: 0 auto;
    width :37px;
    height: 59px;
    bottom: 0;
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:10;
    transition: all 1.5s ease;
}
.Step-01.Inn .scroll-downs{
    bottom: 0vh;
    opacity: 1;
} 
.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #010101;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #010101;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}

/** SCROLL DOWN ICON MOBILE
*******************************************************************************************************************************/
.ScrollDwnMob{
    width:100%;
     display: none;
}
.ScrollDwnMob SPAN {
  position: absolute;
  z-index: 99;
  bottom: 100px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*********************************************************************************************************************************
     STEP #1 - CREATIVE THINKERS
*********************************************************************************************************************************/
.wrapperRollingText,
.wrapperRollingText02{
    width: 100%;
    position: absolute;
    left:0;
    display: inline-block;
    white-space: nowrap;
    margin-top: 0vw;
}
.rollingText,
.rollingText02{
    width: 100%;
    display: inline-block;
    height: 50vh;
    position: relative;
    opacity:0;
}
.wrapperRollingText{
    top:0;
}
.wrapperRollingText02{
    top:50vh;
}
.TxtMask{
  margin:0 0 0;
  padding: 0px;
  font-family: 'Sharp-ExtraBold', sans-serif;
  font-weight: normal;
  font-size: 68.5vh;
  letter-spacing: 0vw;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  top: -25vh;
  left: 0;
  color: white;
  background: url("../img/mask/bg-colors.jpg");
  background-size: auto 270%;
  background-position: top left;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  animation: shine 8s linear infinite;
  
}

@keyframes shine {
    from {
        background-position: center 0;
    }
    to {
        background-position: center 270%;
    }
}

.WaveLeft{
    width: 50vw;
    height: 100vh;
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 1;
}
.WaveLeft .Wave{
    position: absolute;
    bottom: 0;
    left:0vw;
}
#Logo{
    width: 36vh;
    visibility:visible;
    position: absolute;
    height: 36vh;  
    left: calc(50% - 36vh/2);
    top: calc(50% - 36vh/2);
    z-index: 300;
    opacity: 1;
}
/*********************************************************************************************************************************
        STEP #2 - Somos Lion
*********************************************************************************************************************************/
.Step-02{
    height: 100vh;
    background-color: #005490;
    background: linear-gradient(180deg, rgba(1,85,145,1) 0%, rgba(0,65,131,1) 54%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(1,85,145,1) 0%, rgba(0,65,131,1) 54%, rgba(0,0,0,1) 100%);
    background: -o-linear-linear-gradient(180deg, rgba(1,85,145,1) 0%, rgba(0,65,131,1) 54%, rgba(0,0,0,1) 100%);
}
.AlRight{
    text-align: right;
}
.AlLeft{
    text-align: left;
}
.Col50{
    width:50%;
    display: inline-block;
    /*background: #CCC;
    height: 100vh;*/
    float: left;
    position: relative;
    z-index: 80;
}
.Step-02 .Col50{
    padding: 15vh 0 0;
}
.Step-02 .AlRight{
    /*padding-right: 7vw;*/
}
#Somos{
    margin:0;
}
P{
    font-size:20px;
    line-height: 30px;
    color:#FFF;
    padding: 40px 0 0;
}
P:first-child{
    padding: 0;
}
H3{
    /*font-size: 70px;*/
    font-size:8vh;
    line-height: 60px;
    color: #FFF;
    font-weight: 700;
    padding: 50px 0 0;
}
.Step-02 .WrapTxt{
    width:100%;
    max-width: 67%;
}
P.quote{
    text-shadow: 0 0 10px #000000;
}
.quote SPAN,
.quote2 SPAN{
    display: block;
    overflow: hidden;
}
.BgBlue{
    width:100vw;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    background: url("../img/somos-lion/bg-blue.png") bottom center no-repeat;
    background-size: cover;
}
.CircleLft{
    width:100vw;
    height:100vh;
    position: absolute;
    top:0;
    left:0;
    background: url("../img/somos-lion/circle-left02.png") bottom left no-repeat;
    background-size: contain;
}

#svgSomos{
    width:100vw;
    height: 100vh;
    position:absolute;
    top:0;
    left:0;
    z-index: 9999;
}
#svgSomos SVG{
    width:100vw;
    height:100vh;
}
.svgSomos, .svgContact{
    position: fixed;
    z-index: 9999;
    width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.svgSomos svg, .svgContact svg{
    width: 100%;
    height: 100%;
}

.showMbl, .hideDsk {display: none;}



/*********************************************************************************************************************************
        STEP #2 MX - Somos Lion - MX
*********************************************************************************************************************************/
.Step-02-mx{
    height: 100vh;
    background-color: #000000;
}
.BgPlants{
    width:100vw;
    height: 100vh;
    position: absolute;
    bottom:0;
    left:0;
    background: url("../img/somos-lion/plants.png") bottom center no-repeat;
    background-size: contain;
    z-index: 10;
}
.BgDark{
    width:100vw;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    background: url("../img/somos-lion/bg-dark.png") top center repeat-x;
    background-size: contain;
    z-index: 5;
}
.LionMx{
    width:100vw;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    background: url("../img/somos-lion/lion2.jpg") bottom center no-repeat;
    background-size: cover;
    z-index: 1;
}
.Col100{
    width: 50%;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    padding:19vh 0 0;
    position: relative;
    z-index: 9;
}
.Col100 .quote{
    font-size:20px;
    line-height: 25px;
}
.Col100 .quote.Last{
    font-size:28px;
    line-height: 31px;
}
.Col100 .quote2{
    font-size:50px;
    line-height: normal;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15vh;
    text-align: center;

}








/*********************************************************************************************************************************
        STEP #4 - COUNTRIES
*********************************************************************************************************************************/
#Countries{
    background:#000;
}
.WrapCountries{
    width: 100vw;
    height: 100vh;
    background: #000;
    position: relative;
}
#Words{
    max-height:100vh;
}
#WordsBg{
    max-height:100vh;
}
#Words.Mbl{
    display:none;
}

/*********************************************************************************************************************************
        STEP #5 - CONTACT
*********************************************************************************************************************************/
.pin-spacer-tlContact{
    background: #000;
}
.Step-05{
    background: #000 url("../img/contacto/bg.jpg") center bottom no-repeat;
    position: relative;
}
.Contact{
    width: 70vw;
    margin: 0px auto 0;
    text-align: left;
    position: relative;
    z-index: 300;
}
.Contact H3{
    font-size:60px;
    padding: 0px 0 5px;
}
.Contact P,
.Contact P A{
    padding: 0px;
    font-size:24px;
    color:#FFF;
}
.Contact P SMALL{
    font-size:15px;
}
.WrapForm{
    padding:40px 0 0;
}
#contact-form input{
    display: flex;
}
.form-control {
    width:615px;
    border:none;
    outline:none;
    height: 42px;
    margin-bottom:5px;
    font-size: 15px;
    padding: 0 15px;
    font-family: Raleway;
}
.form-control:hover{
    cursor:text;
}
#contact-form textarea{
    display:flex;
    padding-top: 10px;
    height: 70px;
    overflow-x: hidden;
    overflow-y: scroll;
    resize: none;
}
SPAN.ErrorForm{
    width: 100%;
    display: inline-flex;
    margin-bottom:15px;
    color:yellowgreen;
    font-size:12px;
}
.submit {
    margin-top: 35px;
    width: 240px;
    border:none;
    outline:none;
    height: 42px;
    color: #ffffff;
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    font-family: Raleway;
    justify-content: center;
    
    background: linear-gradient(to left, #d641ea 50%, #8b28f4 50%);
    background-size: 200%;
    background-position: right;
    transition: background-position 0.5s ease-in-out;
}

.submit:hover {
    cursor: pointer;
    background-position: left;
}
.messagesbox {
    font-family: Raleway;
    color: #ffffff;
    font-size: 15px;
    margin-top: 30px;
}
#svgContact{
    width: 100vw;
    height: 100vh;
    z-index: 200;
    position: absolute;
    top: 0;
    left: 77px;
}
#grulla-violeta-c {
    max-width:150px;
    width:100%;
    height:auto;
    display: block;
    position: absolute;
    bottom:20%;
    right:26%;
}

#grulla-naranja-c {
    max-width:70px;
    width:100%;
    height:auto;
    display: block;
    position: absolute;
    bottom:24%;
    right:20%;
}

#grulla-celeste-c {
    max-width:50px;
    width:100%;
    height:auto;
    display: block;
    position: absolute;
    bottom:31%;
    right:25%;
}
#WaveLftContact{
    position:absolute;
    left: -17%;
    bottom: -13%;
}
.Adrs{
    width:100%;
    margin:80px 0 0;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
    position: absolute;
    bottom:30px;
    left: 0;
    z-index: 201;
}
.Adrs P{
    color:#FFF;
    display: inline;
    text-align: left;
    padding-top: 0;
}
.Adrs P:nth-child(2){
    padding: 0 30px;
}
.Adrs P,
.Adrs P A{
    color:#FFF;
    font-size: 20px;
}
.Adrs P SPAN{
    width: 28px;
    height: 28px;
    display: inline-block;
    margin:0px;
    vertical-align: middle;
}
.Adrs P SPAN.Pointer{
    background: url("../img/contacto/icn_pointer.svg") center no-repeat;
}
.Adrs P SPAN.Phone{
    background: url("../img/contacto/icn_phone.svg") center no-repeat;
}
.Adrs P SPAN.Mail{
    background: url("../img/contacto/icn_mail.svg") center no-repeat;
}

.FancyDialog{
    width:40vw;
    height: 40vh;
    min-height: 530px;
    max-height: 100%;
    background: #FFF;
    text-align: center;
    border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}
.FancyDialog FIGURE{
    width: 100%;
    display: inline-block;
    padding:100px 0 0;
}
.FancyDialog FIGURE IMG{
    max-width: 214px;
}
.FancyDialog H2{
    width: 100%;
    padding: 30px 0 0;
    font-weight:700;
    font-size: 40px;
    line-height: 43px;
    color:#000;
}
.FancyDialog H3{
    width: 100%;
    padding: 10px 0 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color:#000;
}
.FancyDialog .carousel__button.is-close{
    width:40px;
    height: 40px;
    top:20px;
    right: 20px;
    position: absolute;
    /*background: url("../img/contacto/icn-close-000.svg") center no-repeat;*/
    
}
.FancyDialog .carousel__button.is-close SVG{
    color:#000;
    width: 100%;
    height: 100%;
    carousel-button-svg-filter: none;
}
/*.grecaptcha-badge{
    display:none;
}*/
.FancyDialog .carousel__button.is-close{
    color:#000;
}
.Captcha{
    text-align:left;
}
.Captcha DIV{
    float: left;
}
/*********************************************************************************************************************************
     NAV
*********************************************************************************************************************************/
.LogoMenu{
    display: block;
    margin:0px auto;
    padding: 20px 0;
}
#LogoHeadMn{
    opacity:0;
}
.LogoMenu,
.LogoMenu IMG{
    width:175px;
}
.CircleMenu{
    width:100vw;    
    height: 100vw;
    background: #000;
    border-radius: 100%;
    top: -50%;
    left: 0%;
    transform: translate(0vw, -50vw);
    position: absolute;
    z-index: 100;
}
NAV.Nav{
    width:100vw;
    height: 100vh;
    position: fixed;
    top:0px;
    left: 0;
    /*background: #000;*/
    z-index: 702;
    opacity: 0;
}
#MenuProjects,
.Menu{
    width:100vw;
}
#MenuProjects{
    height: calc(100vh - 54px);
    overflow:hidden;
    overflow-y: scroll;
}
.Item{
    width:100%;
    border-bottom:2px solid #686868;
    padding: 0% 0%;
    overflow: hidden;
}
.Item.NoBrdr{
    border-bottom: none;
}
.content-container{
    display: block;
    /*overflow: hidden;*/
    
    position: absolute;
    top: 50px;
    left: 0;
    width: 100vw;
    background: yellow;
    height: 100vh;
    z-index: 10;
}
.content{
    overflow: hidden;
}
.Item:first-child{
    border-top:2px solid #686868;
}
.WrpMenu{
    /*width:70%;
    border-bottom:2px solid #686868;
    padding: 20px 15%;*/
    width: 100%;
    display: block;
    padding: 20px 20%;
    /*height: 120px;
    box-sizing: content-box;*/
    overflow: hidden;
    position: relative;
}
/*.Item.NoBrdr .WrpMenu{
    padding-bottom: 5px;
    padding-top: 5px;
}
.Item.NoBrdr .WrpMenu.Brand{
    padding-top: 20px;
}
.Item.NoBrdr .WrpMenu.Diseno{
    padding-top: 5px;
}*/

A.Nav{
    width:100%;
    display: inline-block;
    /*font-size: 90px;*/
    font-size: 4.7vw;
    line-height: normal;
    font-weight:800;
    color:#FFF;
}
.WrpMenu .Bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:100%;
    left: 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;
}
.WrpMenu:hover .Bg{
    top:0;
    background: url("../img/works/bg_branding.jpg") center no-repeat;
    background-size: cover;
}
.WrpMenu.Somos:hover .Bg{
    top:0;
    background: url("../img/works/bg_branding-2.jpg") center no-repeat;
    background-size: cover;
}
.WrpMenu.CNtct:hover .Bg{
    top:0;
    background: url("../img/works/bg_branding-3.jpg") center no-repeat;
    background-size: cover;
}

.CloseMenu{
    width:40px;
    height: 40px;
    position:absolute;
    right: 2%;
    top:2%;
    /*transform: translate(0%, -50%);*/
    /*background: url("../img/works/icon-close.svg") center no-repeat;
    -webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;*/
}

.roll{
    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    /*-webkit-perspective: 100vw;
       -moz-perspective: 100vw;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;*/
}
.roll span {
    display: block;
    position: relative;
    padding: 0 2px;
    font-weight: 700;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
    
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
    
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
}
.roll:hover span {
    background: none;

    -webkit-transform: translate3d( 0px, -4px, -150px ) rotateX( 90deg );
    -moz-transform: translate3d( 0px, -4px, -150px ) rotateX( 90deg );
}
.roll span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;

    color: #fff;
    background: none;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

/*********************************************************************************************************************************
        STEP #3 - WORKS
*********************************************************************************************************************************/
.Step-033{
    background: #000;
    position: relative;
}
.TitleWork{
    width:100vw;
    position: absolute;
    top:0;
    left:0;
    background: #000;
    z-index: 160;
    padding: 20px 15%;
    border-top: 2px solid #686868;
    border-bottom: 2px solid #686868;
}
.TitleWork H2{
    width: 100%;
    display: inline-block;
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #FFF;
}
.container {
    width: 100vw;
    /*height: 50vh;*/
    display: flex;
    flex-wrap: nowrap;
    /*background-color: red;*/
    overflow: hidden;
}
.Step-033 h1,
.Step-03b h1,
.Step-03c h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.Step-033 P,
.Step-03b P,
.Step-03c P{
    color: #fff;
    text-align: center;
}
.Step-033 section,
.Step-03b section,
.Step-03c section{
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;
    aling-content: center;
    justify-content: center;*/
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
    overflow:visible;
}
.w-1 {
    height: 100%;
    /*flex: 0 0 10%;
    flex: 0 0 10px;
    flex: 0 0 50%;
    flex: 0 1 auto;*/
    background-color: #000;
    opacity: 0;
    will-change: transform;
}
.w-1 IMG{
    height: 100%;
}
.Step-033 section DIV,
.Step-03b section DIV,
.Step-03c section DIV{
    position:relative;
    /*overflow:visible;
    overflow-x: visible;
    overflow-y: clip;*/
}
.Step-033 section .Layer,
.Step-03b section .Layer,
.Step-03c section .Layer{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    z-index: 10;
}
.Step-033 .Brand02{
    z-index: 60;
}
.Step-033 .Brand03{
    z-index: 59;
}
.Step-033 .Brand04{
    z-index: 58;
}
.Step-033 .Brand05{
    z-index: 57;
}
.Step-033 .Brand06{
    z-index: 59;
}
.Step-033 .Brand07{
    z-index: 55;
}
.Step-033 .Brand08{
    z-index: 54;
}
.Step-033 .Brand09{
    z-index: 53;
}
.Step-033 .Brand010{
    z-index: 52;
}
.Step-033 .Brand11{
    z-index: 51;
}
.Step-033 .Brand12{
    z-index: 50;
}
.Step-033 .Brand13{
    z-index: 49;
}
.Step-033 .Brand02 .Icn02b{
    position:absolute;
    bottom: -40%;
    right: -88%;
    opacity:1;
    z-index: 5;
    height: auto;
}
.Step-033 .Brand02 .Icn02c{
    position:absolute;
    bottom: -38%;
    right: -79%;
    opacity:1;
    z-index: 10;
}
.Step-033 .Brand03 .Icn03b,
.Step-033 .Brand03 .Icn03c,
.Step-033 .Brand03 .Icn03d,
.Step-033 .Brand03 .Icn03e,
.Step-033 .Brand03 .Icn03f{
    z-index: 12;
} 
.Step-033 .Brand03 .Icn03e{
    width:35%;
    position:absolute;
    bottom: -20%;
    right: -10%;
    height: auto;
}
.Step-033 .Brand03 .Icn03f{
    position: absolute;
    top: 4%;
    right: -6%;
    width: 14%;
    height: auto;
}
.Step-033 .Brand04 .Icn04a,
.Step-033 .Brand04 .Icn04b,
.Step-033 .Brand04 .Icn04c,
.Step-033 .Brand04 .Icn04d{
    z-index: 13;
}
.Step-033 .Brand04 .Icn04a{
    width: 46%;
    position: absolute;
    top: 0%;
    right: -13%;
    height: auto;
    left: inherit;
}
.Step-033 section.Brand05 DIV{
    overflow:hidden;
}
.Step-033 section .Layer.Icn06b{
    top:inherit;
    bottom: 0;
}
.Step-033 .Brand06 .Icn06e{
    width:40%;
    position: absolute;
    top: 0%;
    left:0%;
    height: auto;
}
.Step-033 .Brand06 .Icn07c{
    right: -7%;
    left: inherit;
}
.Step-033 .Brand08 .Icn08b{
    z-index: 20;
}
.Step-033 section .Layer.Brand13a{
    top:1px;
} 


/*********************************************************************************************************************************
        STEP #3 - ESTRATEGIA Y CREATIVIDAD
*********************************************************************************************************************************/
.Step-03b{
    background: #000;
}
.Estrat01{
    z-index:10;
}
.Estrat02{
    z-index:9;
}
.Estrat03{
    z-index:9;
}
.Estrat04{
    z-index:10;
}
.IcnE1a{
    left:15%;
}
.Step-03b section .Layer.IcnE4a{
    left:-10%;
}
.Step-03b section .Layer.IcnE5b{
  bottom: 0%;
  top: inherit;
  right: -17%;
  left: inherit;
}
.Step-03b section .Layer.Icn7c{
  bottom: 0%;
  top: inherit;
}
/*.Estrat012 .play-btn{
    width:70px;
    height:70px;
}*/
.Estrat012 .WrapBtn{
    display: none;
}
.Estrat013 .WrapBtn{
    width: 93%;
    height: 56%;
    position: absolute;
    top: 20.5%;
    left: 2%;
    z-index: 100;
    opacity: 0;
    display: none;
}
.Estrat013:hover .WrapBtn{
    opacity: 1;
}


.Estrat05{
    z-index: 11;
}
.Estrat05 .WrapBtn{
    display:none;
}
/*.Estrat05 .WrapBtn{
        width: 40%;
        height: 70%;
        position: absolute;
        top: 14.5%;
        left: 2.2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Estrat05:hover .WrapBtn{
        opacity: 1;
    }*/
.Estrat08 .WrapBtn{
    display: none;
}
/*.Estrat08 .WrapBtn{
        width: 95.5%;
        height: 61%;
        position: absolute;
        top: 21%;
        left: 2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Estrat08:hover .WrapBtn{
        opacity: 1;
    }*/
.Estrat010 .WrapBtn{
    display: none;
}
.Estrat016 .WrapBtn{
    display: none;
}


/*PLAY BTN*/
.PlayIcn{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 640px;
}
.play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient( rgba(0, 112, 200, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  display: block;
  margin: 0px auto;
  box-shadow: 0px 0px 25px 3px rgba(0, 112, 200, 0.8);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
VIDEO:hover{
    cursor:pointer;
}
#VideoQualia-01{
    width: 40%;
    /*width: 333px;*/
    height: auto;
    position: absolute;
    bottom: 14%;
    left: 2.3%;
    z-index: 99;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
#VideoQualia-01 SOURCE{
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#VideoQualia-02{
    width: 70%;
    height: auto;
    position: absolute;
    bottom: 21%;
    left: inherit;
    z-index: 99;
    right: -14.5%;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
#Video-MetroGas-01{
    width: 95%;
    height: auto;
    position: absolute;
    bottom: 18%;
    left: 2.5%;
    z-index: 99;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
#VideoAmexPay01{
    width: 55.2%;
    height: auto;
    position: absolute;
    bottom: 26.25%;
    left: 34.55%;
    z-index: 99;
}

#Video-Amex-pay-IG{
    width: 88%;
    height: auto;
    position: absolute;
    bottom: 24%;
    left: 9%;
    z-index: 99;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
#Video-Amex-pay-Fb{
    width: 93%;
    height: auto;
    position: absolute;
    bottom: 24%;
    left: 2%;
    z-index: 99;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
#VideoPreviaje01{
    width: 39%;
    height: auto;
    position: absolute;
    bottom: 20.5%;
    left: 59.35%;
    z-index: 99;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
#VideoPreviaje02{
    width: 36.10%;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 42%;
    z-index: 99;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
.GifPrev01{
    width: 5.6%;
    height: auto !important;
    position: absolute;
    bottom: inherit;
    left: 2.1%;
    z-index: 99;
    top: 5%;
}
.GifPrev02{
    width: 14%;
    height: auto !important;
    position: absolute;
    bottom: inherit;
    left: 9.7%;
    z-index: 100;
    top: 5%;
}
.GifPrev03{
    width: 31%;
    height: auto !important;
    position: absolute;
    bottom: inherit;
    left: 2.1%;
    z-index: 100;
    top: 53%;
}
.Estrat016.w-1 DIV{
    overflow-y: hidden;
}

/*********************************************************************************************************************************
        STEP #3 - DISEÑO
*********************************************************************************************************************************/
.Step-03c{
    background: #000;
}
.Diseno03 .WrapBtn{
    display: none;
    width: 61%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 13%;
}
#VideoWw01{
    width: 62.75%;
    height: auto;
    position: absolute;
    bottom: 21%;
    left: 10.8%;
    z-index: 99;
}
#VideoWw02{
    width: 54%;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 16.8%;
    z-index: 99;
}
#VideoWw03{
    width: 82%;
    height: auto;
    position: absolute;
    bottom: 16%;
    left: 9%;
    z-index: 99;
}
#VideoDash01 {
    width: 94%;
    height: auto;
    position: absolute;
    bottom: 42%;
    left: 3%;
    z-index: 99;
}
.IcnDise5b{
    width:17%;
    height: auto !important;
    position: absolute;
    top: 3%;
    left: 9%;
    z-index: 99;
}
.IcnDise5c{
    width: 70%;
    height: auto !important;
    position: absolute;
    bottom: inherit;
    left: 28%;
    z-index: 100;
    top:19%;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
.IcnDise5d{
    width: 51.2%;
    height: auto !important;
    position: absolute;
    bottom: inherit;
    left: 11.1%;
    z-index: 100;
    top: 32%;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
.IcnDise5e{
    width: 21.35%;
    height: auto !important;
    position: absolute;
    bottom: inherit;
    left: 64%;
    z-index: 100;
    top: 32%;
    -webkit-box-shadow: 0 5px 10px 0 #333;
    -moz-box-shadow: 0 5px 10px 0 #333;
    box-shadow: 0 5px 10px 0 #333;
}
/**/

.Diseno02 .WrapBtn{
    display: none;
}
.Diseno04 .WrapBtn{
    display: none;
}
.Diseno09 .WrapBtn{
    display:none;
}
/*.Diseno09 .WrapBtn{
        width: 94.1%;
        height: 41%;
        position: absolute;
        top: 17%;
        left: 3.2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Diseno09:hover .WrapBtn{
        opacity: 1;
    }
*/






/*********************************************************************************************************************************
    SOLO SAFARI
*********************************************************************************************************************************/
@media not all and (min-resolution: 0.001dpcm) {
    /*body::before {
        content: "🍏🧭 I’m a special browser, my name is Safari";
        color: white;
    }*/
    .WrapBtn A{
        position:absolute;
        width:100%;
        height: 100%;
        top:0;
        left: 0;
    }
    .Estrat05 .WrapBtn{
        width: 40%;
        height: 70%;
        position: absolute;
        top: 14.5%;
        left: 2.2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Estrat05:hover .WrapBtn{
        opacity: 1;
    }
    .Estrat08 .WrapBtn{
        width: 95.5%;
        height: 61%;
        position: absolute;
        top: 21%;
        left: 2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Estrat08:hover .WrapBtn{
        opacity: 1;
    }
    .Estrat010 .WrapBtn{
        width: 55.5%;
        height: 48%;
        position: absolute;
        top: 26%;
        left: 34.5%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Estrat010:hover .WrapBtn{
        opacity: 1;
    }
    .Estrat012 .WrapBtn{
        display: inline-block;
        width: 93%;
        height: 56%;
        position: absolute;
        top: 20.5%;
        left: 5%;
        z-index: 100;
        opacity: 0;
    }
    .Estrat012:hover .WrapBtn{
        opacity: 1;
    }
    .Estrat013 .WrapBtn{
        display: inline-block;
        width: 93%;
        height: 56%;
        position: absolute;
        top: 20.5%;
        left: 2%;
        z-index: 100;
        opacity: 0;
    }
    .Estrat013:hover .WrapBtn{
        opacity: 1;
    }
    .Estrat016 .WrapBtn{
        width: 36.1%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 42%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Estrat016:hover .WrapBtn{
        opacity: 1;
    }
    .Diseno02 .WrapBtn{
        width: 63%;
        height: 41%;
        position: absolute;
        top: 39%;
        left: 11%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Diseno02:hover .WrapBtn{
        opacity: 1;
    }
    .Diseno03 .WrapBtn{
        width: 53.1%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 17.2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Diseno03:hover .WrapBtn{
        opacity: 1;
    }
    .Diseno04 .WrapBtn{
        width: 82.1%;
        height: 83%;
        position: absolute;
        top: 70px;
        left: 9.2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Diseno04:hover .WrapBtn{
        opacity: 1;
    }
    .Diseno09 .WrapBtn{
        width: 94.1%;
        height: 41%;
        position: absolute;
        top: 17%;
        left: 3.2%;
        z-index: 100;
        opacity: 0;
        display: inline-block;
    }
    .Diseno09:hover .WrapBtn{
        opacity: 1;
    }
    
}







/*  MOBILE PORT  */
@media only screen and (max-width:500px){
    .hideMbl{display: none;}
    
    .hideMblM{display: none !important;opacity: 0 !important;visibility: hidden !important;}

    .showMbl{display: block !important;}

    #svgSomos {top:28% !important;}

    .hideDsk {display: none;opacity: 0 !important;visibility: hidden !important;}

    .FancyDialog{
        width:90%;
    }
    .FancyDialog H2{
        font-size:28px;
        line-height: 31px;
    }
    .FancyDialog H3{
        font-size:23px;
        line-height: 26px;
        margin:5px 0 0;
    }
    /*********************************************************************************************************************************
        INTRO SLIDER
    *********************************************************************************************************************************/
    .WrapSlider{
        min-width:90vw;
    }
    .Slider{
        max-width:100%;
        height: 50px;
    }
    .Slide{
        text-align: center;
        vertical-align: middle;
        /*font-size: 77px;
        line-height: 77px;*/
        height: 50px !important;
    }
    .Slide IMG{
        height: 50px;
        width: auto !important;
    }
    /*********************************************************************************************************************************
        ICONOS SCROLL DOWN
    *********************************************************************************************************************************/
    .scroll-downs{
        display:none;
    }
    .ScrollDwnMob{
        display:inline-block;
    }
    /*********************************************************************************************************************************
        SOMOS LION
    *********************************************************************************************************************************/
    /*.Step-02 .Col50{
        padding: 0 10%;
        text-align: left;
    }
    .Col50{
        width:100vw;
    }
    .Col50.AlLeft{
        padding:20px 40px;
    }
    .Step-02 .WrapTxt{
        max-width:100%;
    }
    #Somos{
        max-width:70%;
    }
    P{
      font-size: 16px;
      line-height: 25px;
      padding:20px 0;
    }
    P.quote SPAN{
        font-size: 16px;
        line-height: 25px;
    }
    H3 {
      font-size: 25px;
      line-height: 30px;
      padding: 0px;
    }*/
    
    
    /*********************************************************************************************************************************
        SOMOS LION MX
    *********************************************************************************************************************************/
    .Col100{
        width: 80%;
    }
    .Col100 .quote {
      font-size: 16px;
      line-height: 26px;
    }
    .Col100 .quote2{
        font-size:26px;
        bottom: 13vh;
    }
    .Col100 .quote.Last {
      font-size: 26px;
      line-height: 30px;
    }
    /*********************************************************************************************************************************
        COUNTRIES
    *********************************************************************************************************************************/
    /*.Steps.Step-04{
        min-height: 10vh;
    }*/
    #Words{
        /*max-height: 100%;
        max-width: 100%;*/
        width:100vw;
        height: auto;
    }
    #Words.Mbl{
        display:inline-block;
    }
    #Words.Desk{
        display:none;
    }
    /*********************************************************************************************************************************
        CONTACT
    *********************************************************************************************************************************/
    .Contact{
        width:85vw;
    }
    .Contact H3{
        font-size:40px;
        line-height: 43px;
    }
    .Contact P, .Contact P A{
        font-size:18px;
        line-height: normal;
    }
    #contact-form input.submit{
        margin:0 auto;
    }
    .WrapForm {
        padding: 30px 0 0;
    }
    .form-control{
        width: 100%;
    }
    .Adrs{
        margin: 40px 0 0;
        position: relative;
        bottom: inherit;
        left: inherit;
    }
    .Adrs P:nth-child(2) {
        padding: 5px 30px;
    }
    /*********************************************************************************************************************************
        MENU
    *********************************************************************************************************************************/
    .CloseMenu {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
    }
    .WrpMenu{
        padding: 10px 5%;
    }
    A.Nav{
        font-size: 2.5rem;
        line-height: 1.7rem;
    }
    NAV.Nav{
        min-height: 100%;
    }
    /*********************************************************************************************************************************
        WORKS
    *********************************************************************************************************************************/
    HEADER{
        padding:10px 0;
    }
    .TitleWork{
        padding: 0px 5%;
    }
    .TitleWork H2{
        font-size:1.7rem;
    }
    
   
}/* max-width:500px */

@media only screen and (min-width:501px) and (max-width:926px){
    .hideMblM{display: none !important;opacity: 0 !important;visibility: hidden !important;}
    .hideDsk {display: block !important;}
    .ScrollDwnMob{
        display:inline-block;
    }
    .WaveLeft .Wave{
        width: 90%;
    }
    .Step-02 .Col50{
        padding-top: 0;
    }
    .Step-02 .Col50.AlRight{
        padding-right: 4vw;
    }
    #Somos{
        max-width:70%;
    }
    .Step-02 .WrapTxt{
        max-width:90%;
    }
    P.quote{
        font-size: 1.6vw;
        line-height: 1.6vw;
        padding: 20px 0 0;
    }
    P.quote:first-child{
        padding: 0;
    }
    H3.quote2{
      font-size: 2.5vw;
      line-height: 2.5vw;
      padding: 30px 0 0;
    }
    .scroll-downs{
        display: none;
        bottom: -20px;
    }
    .TitleWork{
        padding: 5px 15%;
    }
    .TitleWork H2{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .Contact {
        width: 85vw;
    }
    .Contact H3 {
        font-size: 30px;
        line-height:30px;
        padding: 0 0 5px;
    }
    .Contact P, .Contact P A{
        font-size:20px;
    }
    .WrapForm {
        padding: 14px 0 0;
    }
    .Adrs{
        margin: 20px 0 0;
        padding:0 0 30px;
        position: relative;
        bottom: inherit;
        left: inherit;
    }
    .Adrs P,.Adrs P A{
        font-size: 13px;
    }
    .Adrs P SPAN {
        width: 20px;
        height: 20px;
    }
    .Adrs P:nth-child(2) {
        padding: 0 15px;
    }
    #WaveLftContact{
        left: -15%;
        width: 40%;
        bottom: -60px;
    }
    #contact-form fieldset{
        display: inline-block;
        width: 48%;
    }
    #contact-form fieldset.Doble{
        width:100%;
    }
    #contact-form fieldset.Mleft{
        margin-left:3%;
    }
    #contact-form input{
        display: inline-block;
        width: 100%;
    }
    #contact-form TEXTAREA{
        width:100%;
    }
    /*#contact-form input:nth-child(even){
        margin-left:3%;
    }*/
    #contact-form fieldset.Captcha{
        
    }
    .submit{
        margin-top: 0px;
    }
    /*.LogoMenu{
        width: 180px;
        padding: 10px 0;
    }
    .LogoMenu IMG {
        width: 180px;
    }*/
    .CloseMenu {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 1.5%;
        top: 2%;
    }
    .WrpMenu{
        padding: 10px 20%;
    }
    A.Nav{
        font-size: 3.8vw;
    }
    HEADER {
        padding: 5px 0;
    }
    #LogoHead, #LogoHeadMn{
        width:130px;
    }
    /*#Words.Mbl{
        display:inline-block;
    }
    #Words.Desk{
        display:none;
    }*/
    
    /*********************************************************************************************************************************
        SOMOS LION MX
    *********************************************************************************************************************************/
    .Col100{
        width: 80%;
    }
    .Col100 .quote {
      font-size: 16px;
      line-height: 26px;
    }
    .Col100 .quote2{
        font-size:26px;
        bottom: 13vh;
    }
    .Col100 .quote.Last {
      font-size: 26px;
      line-height: 30px;
    }
}/*501 a 926*/


/* IPHONE 13 landscape - IPAD */
@media only screen and (min-width:927px) and (max-width:1280px){
    .Adrs{
        margin: 90px 0 0;
        padding: 0 0 20px;
    }
    .Adrs P, .Adrs P A{
        font-size:19px;
    }
    P {
      font-size: 18px;
      line-height: 30px;
    }
    H3{
        font-size: 30px;
    }
    H3 BR{
        display:none;
    }
    .Step-02 .WrapTxt{
        max-width: 80%;
    }
    
    
    
}
