/* GENERAL STRUCTURE */
body {
	font-family: dosis, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-size:20px;
	min-width: 320px;
	overflow: hidden;                             /* NO SCROLL */
	background-color: #fff;
	color: #000;
}
a {
      text-decoration: none;
      color: #000000;
}
button {
      border: none;
      background-color: transparent;
      cursor: pointer;
}
a:hover, button:hover { color: #0093e4; }
h2 {
      font-size: 80px;
      line-height: 0.85;
      margin: 0;
}

/* GENERAL COLORS */
.azul {
      color: #0093e4;
      font-weight: bold;
}
.naranja {
      color: #ff9d00;
      font-weight: bold;
}

/* ICONS */
@font-face {
      font-family: 'Icons';
      src:
            url('../fonts/Icons.ttf?ld0g8k') format('truetype'),
            url('../fonts/Icons.woff?ld0g8k') format('woff'),
            url('../fonts/Icons.svg?ld0g8k#Icons') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
      font-family: 'Icons' !important;
      /* speak: never; */
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
}
.icon-instagram:before { content: "\e910"; }
.icon-linkedin:before { content: "\e923"; }
.icon-menu:before { content: "\e900"; }

/* GENERAL TEXTS */
.text--small {
      color: #ffffff;
      font-size: 30px;
	line-height:30px;
}

/* MAIN - CONTAINERS */
.wrapper {
      height: 100vh;
      padding: 70px 0px 0px 30px;
      box-sizing: border-box;
}
.container {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      overflow-x: auto;
      height: 100%;
      overflow-y: hidden;
}
.page {
      width: 80%;
      flex: 0 0 auto;
}
.page-mail {
	padding: 40px;
      color: #000;
      background: none !important;
}
.page-container {
      box-sizing: border-box;
      margin: 30px;
}
.contacto {
	font-size: 25px;
	color: #000;
}
.contacto-btn {
      background: #333;
      color: #fff;
      border-radius: 30px;
      padding: 5px 20px;
      display: inline-block;
      margin-top: 40px;
}
@media only screen and (max-width: 1050px) {
	.page {
		width:100%;
	}
      .page-mail {
            width: auto !important;
      }
      .wrapper { padding: 65px 0px 0px 0px; }
      .container {
            display: block;
            overflow-y: unset;
      }
}

/* HEADER MOBILE */
.header-mobile {
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-mobile-logo {
	margin-left: 30px;
	margin-top: 10px;
	width: 145px;
	margin-bottom: 10px;
}
.header-mobile-trigger {
	margin-right: 30px;
	padding: 0 10px;
	line-height: 40px;
	cursor: pointer;
	font-size:30px;
}
.isSidebarOpen { display: block !important; }
@media only screen and (max-width: 1050px) {
	.header-mobile-trigger {
		font-size:15px;
	}
	.header-mobile-logo {
            width: 130px;
      }
}

/* MENU */
.menu {
	z-index: 2000;
	font-size: 16px;
      /* line-height: 15px; */
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 40px;
	white-space: nowrap;
	display: none;
	width: 160px;
	right: 0;
	left: unset;
	background-color: #fff;
	height: auto;
}
.menu-logo {
	position: absolute;
	top: 10px;
	left: 40px;
	width:130px;
}
.menu-social {
      position: absolute;
      bottom: 40px;
      left: 40px;
      line-height: 40px;
}
.menu-social a { 
	margin-left: 25px; 
}
.menu ul {}
@media only screen and (max-width: 1050px) {
      .menu ul, .menu-social {}
      .menu ul li a {}
}
.menu li {
	cursor:pointer;
}
.menu ul li a {
	text-decoration: none;
	display: block;
}
.menu ul li:nth-child(1)::marker { color: #0093e4; }
.menu ul li:nth-child(2)::marker { color: #00f000; }
.menu ul li:nth-child(3)::marker { color: #ff0081; }
.menu ul li:nth-child(4)::marker { color: #ff9e00; }
.menu ul li:nth-child(5)::marker { color: #000000; }

/* PAGE 1 */
.page1 {
      background: linear-gradient(180deg, #0093e4 45%, #ffffff 45%);
      position: relative;
      width: 70%;
}
.page1-image {
      z-index: 10;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 345px;
}
@media only screen and (max-width: 1050px) {
      .page1 {
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #0093e4 50%, #ffffff 50%);
      }
      .page1-image {
            left: 50%;
            top: 50%;
            width: 300px;
            transform: translate(-50%, -50%);
      }
}

/* PAGE 2 */
.page2 {
      background: #0093e4;
      position: relative;
	width: 30%;
}
.page2-label {
      /* width: 100%; */
      position: absolute;
      /* top: 28.5%; */
      /* left: 20px; */
      top: 45%;
      left: 5%;
      transform: translateY(-50%);
}
@media only screen and (max-width: 1050px) {
      .page2 { height: 100%; width:100%;}
      .page2-label {
            top: 50%;
			left:40px;
            transform: translateY(-50%);
            width: 80%;
      }
}

/* PAGE 3 */
.page3 {
      background-image: url('../img/compuquidana.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;                                  /* NUEVO PEDIDO */
}
@media only screen and (max-width: 1050px) {
      .page3 {
            background-size: contain;
            height: 100%;
            width: 100%;
            height: 0;
            padding-top: 62%;                       /* Aspect Ratio */
      }
}

/* PAGE 4 */
.page4 {
      position: relative;
      width: 100%;                                  /* NUEVO PEDIDO */
}
.page4-titulo {
      font-size: 60px;
      line-height: 0.85;
      margin: 0px 0px 50px 0px;
}
.page4-columnas {
      width: 90%;
      column-count: 3;
      column-gap: 26px;
      font-size: 18px;
}
@media only screen and (max-width: 1050px) {
      .page4 {
            height: auto;
            width: 100%;
      }
      .page4-columnas { column-count: 1; }
      .page4-titulo { font-size: 44px; }
}

/* PAGE 5 */
.page5 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;                                  /* NUEVO PEDIDO */
      align-self: start;
}
.page5-title {
      font-weight: 500;
      font-size: 20px;
      text-align: left;
      text-transform: uppercase;
      line-height: normal;
      align-self: center;
      width: 120px;
}
.page5-cor-izq {
      width: 5px;
      border-left: 2px solid;
      border-top:2px solid;
      border-bottom: 2px solid;
      margin: 0 15px;
}
.page5-cor-der {
      width: 5px;
      border-right: 2px solid;
      border-top:2px solid;
      border-bottom: 2px solid;
      margin: 0 15px;
}
.page5-itemcont { 
	min-width: 560px; 
	flex:1;
}
.page5-itemlabel {
      opacity: 1;
      -webkit-transition: opacity 2s ease-in-out;
      -moz-transition: opacity 2s ease-in-out;
      transition: opacity 2s ease-in-out;
      text-align: center;
      border-radius: 35px;
      padding: 10px 0px;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: bold;
      display: inline-block;
}
.page5-itemlabel + .page5-itemtext {
      opacity: 1;
      -webkit-transition: opacity 2s ease-in-out;
      -moz-transition: opacity 2s ease-in-out;
      transition: opacity 2s ease-in-out;

}
.page5-label1 {
      width: 240px;
      margin-left: 60px;
      background-color: #ff9d00;
}
.page5-label2 {
      width: 280px;
      margin-left: 40px;
      background-color: #ff9d00;
}
.page5-label3 {
      width: 320px;
      margin-left: 20px;
      background-color: #0093e4;
}
.page5-label4 {
      width: 360px;
      background-color: #0093e4;
}
.page5-itemtext {
      display: inline-block;
      text-align: left;
      line-height: normal;
      margin: 0px 15px;
      align-self: center;
}
.page5-row {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
}
.page5-row:first-child { margin-bottom: 10px; }
.page5-row:last-child { font-size:15px; }
.page5-title:nth-child(odd) { margin-left: 10px; }
.page5-rowint {
      display: flex;
      align-items: stretch;
      justify-content: start;
}
.page5-rowint:first-child { margin-bottom: 10px; }
.page5-mobile { display: none ; }
@media only screen and (max-width: 1050px) {
      .page5 { display: none; }
      .page5-mobile { display: block; width: 90%; }
      .page5-image {
            display: block;
            box-sizing: border-box;
            width: 100%;
            height: auto;
            padding: 30px;
      }
      .page5-titulo {
            margin: 30px;
      }
}

/* PAGE 6 */
.page6 {
	position: relative;
	height: 100vh;
	box-sizing: border-box;
      width: 100%;                                  /* NUEVO PEDIDO */
}
.page6-intro {
	position:absolute;
	z-index:10;
}
.page6-content {
	  max-width: 800px;
}
.Glider-glider {
	max-width:800px;
}
.Glider-slide {
	position:relative;
}
.Glider-slide-image {
    background: #FFF;
    padding-left: 100px;
}
.Glider-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100px;
	padding: 20px;
	background: #FFF;
	display: flex;
}
.Glider-caption-title {
	font-size: 80px;
	text-align: left;
	margin-right: 40px;
	line-height: 80px;
}
.Glider-caption-text {
      text-align: left;
      margin: auto 0;
}
.Glider-caption-text--green {
      color: #ff0081;
      font-weight: bold;
}
@media only screen and (max-width: 1050px) {
      .page6 {
            height: auto;
      }
	.page6-intro {
		position:static;
	}
	.Glider-caption {
		position:static;
		flex-direction:column;
		margin-top:-90px;
	}
	.Glider-slide-image {
		padding-left:0;
	}
	.Glider-caption-title {
		background: #FFF;
		margin-right: -20px;
		text-align: left;
		padding: 20px;
		font-size: 35px;		
	}
	.Glider-caption-text {
		background:#FFF;
	}
	.page6 .glider-dots {
		padding: 20px;
	}
	.Glider-slide img {
		width:100%;
		height:auto;
	}
}

/* PAGE 7 - TODO FIX */
.page7 { 
	display: flex;
	width: 100%;
 }
.page7-content {
      width: 100%;
      background: linear-gradient(180deg, #ff0081 60%, #ffffff 60%);
      position: relative;
}
.page7-image  {
      z-index: 10;
      position: absolute;
      left: 50%;
      top: 60%;
      transform: translate(-50%,-60%);
      width: 300px;
}
@media only screen and (max-width: 1050px) {
      .page7 { display: block; }
      .page7-content {
            background: linear-gradient(90deg, #ff0081 50%, #ffffff 50%);
      }
      .page7-imagefake {
            width: 100%;
            height: auto;
      }
      .page7-image {
            left: 50%;
            top: 60%;
            transform: translate(-50%, -60%);
      }
}

/* PAGE 8 */
.page8 {
      background: #ff0081;
      position: relative;
      color: #fff;
	font-size:20px;
}
.page8-label {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5%;
      width: 60%;
}
@media only screen and (max-width: 1050px) {
      .page8 { height: 100%; }
      .page8-label {
            top: 50%;
            transform: translateY(-50%);
            width: 90%;
      }
}

/* PAGE 9 */
.page9 {
      background-image: url('../img/imagen2.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;                                  /* NUEVO PEDIDO */
}
@media only screen and (max-width: 1050px) {
      .page9 {
            background-size: contain;
            height: 100%;
            width: 100%;
            height: 0;
            padding-top: 48%;                       /* Aspect Ratio */
      }
}

/* PAGE 10 */
.page10 { width:100%; display: flex; }
.page10-label {
      margin: 10px 0 20px 0px;
      display: flex;
      font-size: 70px;
      line-height: 0.8;
}
.page10-label::before {
      content: '#';
      font-weight: 100;
      font-size: 160px;
      margin-top: -10px;
}
.page10-label span { line-height: 2.4; }
@media only screen and (max-width: 1050px) {
      .page10 { display: block; }
      .page10 img {
            width: 100%;
            height: auto;
      }
}

/* PAGE 11 */
.page11 { display: flex; }
.page11-label { margin-bottom: 50px; }
.page11 .page-container-form {
	flex:1;
	max-width:500px;
}
.page11-form {
      padding-top: 150px;
      display: block;
}
.page11-fields {
      width: 100%;
      display: block;
}
.page11-submit {
      border: none;
      background-color: transparent;
      padding: 10px 0;
      cursor: pointer;
      display: block;
}
.page11-submit:hover { color: #0093e4; }
/* PAGE 11 - Form Style as GLOBAL */
textarea, input {
      background-color: #f2f2f2;
      border: none;
      border-radius: 15px;
      padding: 10px;
      margin: 5px 0;
}
textarea:focus, input:focus { outline: none; }
textarea::placeholder, input::placeholder {
      color: #000;
      opacity: 1;
}
::placeholder {
	font-family: dosis, sans-serif;
	font-size:16px;
}
@media only screen and (max-width: 1050px) {
      .page11 { display: block; }
      .page11-form { padding-top: 0px; }
      .page11-mail {
            font-size: 30px;
            font-weight: bold;
      }
      .page11-submit {
            margin-bottom: 60px;
      }
}

/* CASO MOBILE < 500px ALTO */
@media only screen and (max-height: 500px) {
      .page1-image {
            width: 180px;
      }
}
