*,
html,
body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 13.2px;
	color: #fff;
}

html,
body {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #0a5b62;
}

body {
	overflow-x: hidden !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

nav {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: transparent;
}

nav ul {
	display: inline-block;
    width: calc(50% + 86px);
    list-style: none;
}

nav ul li {
	float: left;
	margin-right: 20px;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	padding: 30px 12px 16px 12px;
	border-radius: 0px 0px 20px 20px;
}

nav ul li a:hover {
	background-color: #ed3e3a;
}

nav ul li .active {
	background-color: #ed3e3a;
}

nav ul .logo-menu a {
	background-color: none;
}

nav ul .logo-menu a:hover {
	background-color: transparent !important;
}

nav ul .logo-menu img {
	width: 122px;
	height: auto;
}

section {
	background-color: #0a5b62;
	min-height: 798px;
	min-width: 100%;
	position: relative;
	height: 100vh;
	display: block;
	/* border: 1px dashed black; */
}

.sep-section {
	background-color: #0a5b62;
	min-width: 100%;
	position: relative;
	height: 80vh;
	display: block;
}

.sep-section-01 {
	height: 50vh;
}

.wrapper {
	/* overflow-x: hidden; */
}

.burger {
	position: absolute;
	top: 30px;
	right: 30px;
	display: none;
	z-index: 999;
}

.burger img {
	width: 30px;
	height: auto;
}

.menu-burger {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.menu-burger ul {
	width: 100%;
	height: 100%;
	list-style: none;
	text-align: center;
	padding-top: 200px;
}

.menu-burger ul li {
	margin-bottom: 20px;
}

.menu-burger ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #f7d685;
	font-size: 30px;
	line-height: 1.1;
}

/* Section 00 ------------------------------------------------------------------ */

.section-00 {
	z-index: 999;
	/* overflow-x: hidden; */
}

.barra-diagonal-cero {
	-ms-transform: rotate(20deg) translate(0, -50%);
	-webkit-transform: rotate(20deg) translate(0, -50%);
	transform: rotate(20deg) translate(0, -50%);
	position: absolute;
	top: calc(50% - 100px);
	left: -50%;
	width: 200%;
	height: 300px;
	background-color: #ed3d3b;
}

.ilu-00-container {
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: calc(50% - 100px);
	left: 50%;
	width: 612px;
	height: 400px;
}

.ilu-00 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 612px;
	height: 400px;
}

.ilu-00 .texto-01 {
	position: absolute;
	top: 134px;
	left: 0px;
}

.ilu-00 .texto-01 h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #f7d685;
	font-size: 40px;
	margin-bottom: 24px;
	line-height: 1.1;
}

.ilu-00 .texto-01 h3 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f7d685;
	font-size: 46px;
	letter-spacing: 1px;
}

.ilu-00 .texto-01 h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f7d685;
	font-size: 46px;
	letter-spacing: 1px;
}

.ilu-00 .texto-02 {
	position: absolute;
	top: 200px;
	right: 0px;
}

.ilu-00 .texto-02 h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #034349;
	font-size: 40px;
	margin-bottom: 24px;
	line-height: 1.1;
}

.ilu-00 .texto-02 h3 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #034349;
	font-size: 46px;
	letter-spacing: 1px;
}

.ilu-00 .texto-02 h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #034349;
	font-size: 46px;
	letter-spacing: 1px;
}

.ilu-00 .rubbik {
	position: absolute;
	width: 120px;
	height: auto;
	top: 150px;
	left: -30px;
	display: none;
}

.ilu-00 .revista-00 {
	position: absolute;
	width: 120px;
	height: auto;
	top: 280px;
	right: -30px;
	display: none;
}

/* Section 01 ------------------------------------------------------------------ */

.section-01 {
	/* overflow-x: hidden; */
}

.ilu-01-container {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -60px;
	left: 50%;
	width: 390px;
	height: 449px;
}

.barra-diagonal-uno {
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	position: absolute;
	top: 60px;
	left: -50%;
	width: 200%;
	height: 300px;
	background-color: #ed3d3b;
}

.barra-diagonal-dos {
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	position: absolute;
	top: 360px;
	left: -50%;
	width: 200%;
	height: 500px;
	background-color: #0a5b62;
}

.ilu-01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 390px;
	height: 449px;
}

.ilu-01 img {
	position: absolute;
	top: 0;
	left: 0;
}

.ilu-01 .hombre {
	position: absolute;
	top: 0;
	left: 0;
}

.brazo {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -60px;
	left: 50%;
	width: 390px;
	height: 449px;
}

.brazo img {
	position: absolute;
	top: 285px;
}

.ilu-01 .tapa-hombre {
	left: 147px;
}

.ilu-01 .orlas {
	left: 101px;
	top: -134px;
}

.ilu-01 .edificio {
	left: 191px;
	top: -84px;
}

.ilu-01 .vino {
	left: 161px;
	top: -34px;
}

.ilu-01 .uvas {
	left: 134px;
	top: 10px;
}

.ilu-01 .alas {
	position: absolute;
	top: -27px;
	left: 281px;
}

.ilu-01 .morritas {
	position: absolute;
	top: 61px;
	left: 279px;
}

.ilu-01 .manchas {
	position: absolute;
	top: 101px;
	left: 97px;
}

.ilu-01 .jugador {
	position: absolute;
	top: 94px;
	left: 33px;
}

.ilu-01 .gol {
	position: absolute;
	top: 34px;
	left: 82px;
}

.texto-03 {
	position: absolute;
	top: 211px;
	left: -122px;
}

.texto-03 h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #f7d685;
	font-size: 42px;
	margin-bottom: 24px;
}

.texto-03 h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f7d685;
	font-size: 39.5px;
	letter-spacing: 1px;
}

.texto-04 {
	position: absolute;
	top: 310px;
	left: 370px;
	width: 272px;
}

.texto-04 h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #034349;
	font-size: 21.5px;
	margin-bottom: 18px;
}

.texto-04 h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #034349;
	font-size: 40px;
	letter-spacing: 1px;
}

.like {
	position: absolute;
	top: 201px;
	left: 170px;
}

.arcoiris {
	position: absolute;
	top: 311px;
	left: 48px;
}

.ilu-02-container {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -120px;
	left: 50%;
	width: 390px;
	height: 449px;
}

.ilu-04-container {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -60px;
	left: 50%;
	width: 390px;
	height: 449px;
}

.revista {
	position: absolute;
	top: 192px;
	left: 231px;
}

.mini-logo {
	position: absolute;
	top: 490px;
	left: 600px;
}

.rubbik-01 {
	position: absolute;
	width: 110px;
	top: 300px;
	left: -147px;
	display: none;
}

/* Section 02 ------------------------------------------------------------------ */

.section-02 {
	height: auto;
	text-align: center;
	z-index: 999;
}

.section-02 .container {
	margin: 0 auto;
	width: 860px;
	max-width: 860px;
	height: auto;
	display: inline-block;
}

.section-02 .row {
	width: 100%;
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	float: left;
	/*background: #f00;*/
}

.bloque-01 {
	width: 26%;
	float: left;
	/*background: #f00;*/
}

.bloque-02 {
	width: 74%;
	float: left;
	/*background: #ff0;*/
}

.hex {
	overflow: hidden;
	display: inline-block;
	margin: 8px 0;
	width: 124px;
	height: 106.64px;
	-moz-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	-webkit-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.hex *,
.hex *:before {
	display: block;
	overflow: hidden;
	width: inherit;
	height: inherit;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.hex-item-inner {
	cursor: pointer;
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.hex-item-inner-2 {
	content: '';
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.hex-item-inner-2:before {
	margin-top: -66px;
	height: 240px;
	line-height: 240px;
	text-align: center;
	content: '';
	background-position: center;
	background: #15686e;
	-moz-transform: skewX(-30deg) rotate(-90deg);
	-ms-transform: skewX(-30deg) rotate(-90deg);
	-webkit-transform: skewX(-30deg) rotate(-90deg);
	transform: skewX(-30deg) rotate(-90deg);
}

.hex:nth-child(6n) {
	margin-left: 4px;
}

/* .hex:nth-child(n+2) {
	margin-top: -10px;
} */

/*.hex:nth-child(3n) {
  	margin-left: 0px;
}

.hex:nth-child(n+2) {
  	margin-top: -42px;
}*/

/*@media (min-width: 516px) {
  	.hex:nth-child(2n) {
    	margin-left: 0px;
  	}

  	.hex:nth-child(n+2) {
    	margin-top: 0px;
  	}

  	.hex:nth-child(5n-1) {
    	margin-left: 0px;
  	}

  	.hex:nth-child(4n-1) {
    	margin-left: 85px;
  	}

  	.hex:nth-child(n+3) {
    	margin-top: -42px;
  	}
}

@media (min-width: 628px) {
  	.work {
    	margin-left: auto;
  	}

  	.hex:nth-child(4n-1) {
    	margin-left: 0px;
  	}

  	.hex:nth-child(n+3) {
    	margin-top: 0px;
  	}

  	.hex:nth-child(6n-2) {
    	margin-left: 85px;
  	}

  	.hex:nth-child(n+4) {
    	margin-top: -42px;
  	}

  	.hex:nth-child(7n-2) {
    	margin-left: 0px;
  	}
}

@media (min-width: 820px) {
  	.hex:nth-child(6n-2) {
    	margin-left: 0px;
  	}

  	.hex:nth-child(n+4) {
    	margin-top: 0px;
  	}

  	.hex:nth-child(7n-2) {
    	margin-left: 85px;
  	}

  	.hex:nth-child(n+5) {
    	margin-top: -42px;
  	}

  	.container {
    	max-width: 730px;
  	}
}*/

.hex-00 {
	overflow: hidden;
	display: inline-block;
	margin: 8px 0;
	width: 164px;
	height: 141.04px;
	-moz-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	-webkit-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.hex-00 *,
.hex-00 *:before {
	display: block;
	overflow: hidden;
	width: inherit;
	height: inherit;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.hex-item-inner-00 {
	cursor: auto;
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.hex-item-inner-2-00 {
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.hex-item-inner-2-00:before {
	margin-top: -49px;
	height: 240px;
	line-height: 240px;
	text-align: center;
	content: '';
	background-position: center;
	background: #ccc;
	-moz-transform: skewX(-30deg) rotate(-90deg);
	-ms-transform: skewX(-30deg) rotate(-90deg);
	-webkit-transform: skewX(-30deg) rotate(-90deg);
	transform: skewX(-30deg) rotate(-90deg);
}

/* Section 03 ------------------------------------------------------------------ */

.barra-diagonal-tres {
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	position: absolute;
	top: 60px;
	left: -50%;
	width: 200%;
	height: 300px;
	background-color: #0daaaa;
}

.ilu-03-container {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -150px;
	left: 50%;
	width: 511px;
	height: 717px;
}

.ilu-05-container {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -150px;
	left: 50%;
	width: 511px;
	height: 717px;
}

.ilu-03-container .uve {
	position: absolute;
	top: 160px;
	left: 36px;
}

.ilu-03-container .mural {
	position: absolute;
	top: 160px;
    left: 37px;
}

.ilu-03-container .estadio {
	position: absolute;
	top: 345px;
    left: 147px;
}

.ilu-03-container .fanaticos {
	position: absolute;
	top: 469px;
	left: 234px;
}

.ilu-03-container .restaurant {
	position: absolute;
	top: 160px;
	left: 288px;
}

.ilu-03-container .helado {
	position: absolute;
	top: 40px;
	left: 387px;
}

.ilu-03-container .tatuado {
	position: absolute;
	top: 189px;
	left: 187px;
}

.ilu-03-container .copa-vino {
	position: absolute;
	top: 93px;
	left: 240px
}

.ilu-03-container .mano-amiga {
	position: absolute;
	top: 38px;
	left: 45px;
}

.ilu-03-container .sol {
	position: absolute;
	top: 2px;
	left: 349px;
}

.ilu-03-container .balon-americano {
	position: absolute;
	top: 351px;
	left: 52px;
}

.ilu-03-container .touchdown {
	position: absolute;
	top: 370px;
	left: 100px;
}

.ilu-03-container .maraton {
	position: absolute;
	top: 446px;
	left: 183px;
}

.ilu-03-container .maraton-lineas {
	position: absolute;
	top: 464px;
	left: 154px;
}

.ilu-03-container .rotulos {
	position: absolute;
	display: none;
	top: 115px;
	left: 35px;
}

.ilu-03-container .chispas-mano-amiga {
	position: absolute;
	top: 4px;
	left: 18px;
}

.barra-roja {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 486px;
	height: 95px;
	background: url(../img/barra-roja.png) no-repeat;
}

.barra-roja h3 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #f7d685;
    font-size: 28px;
    margin-top: 27px;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
}

.barra-roja h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f7d685;
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.ilu-03-container .mini-logo-01 {
	position: absolute;
	top: 590px;
	left: 590px;
}

.ilu-05-container .texto-05 {
	position: absolute;
	top: 259px;
	left: -100px;
}

.ilu-05-container .texto-05 h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #f7d685;
	font-size: 32px;
	margin-bottom: 16px;
}

.ilu-05-container .texto-05 h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f7d685;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 12px
}

.ilu-05-container .texto-05 h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #f7d685;
	font-size: 24.5px;
}

.ilu-05-container .texto-06 {
	position: absolute;
	top: 335px;
	left: 407px;
}

.ilu-05-container .texto-06 h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #034349;
	font-size: 46px;
	margin-bottom: 18px;
}

.ilu-05-container .texto-06 h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #034349;
	font-size: 21px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.ilu-05-container .texto-06 h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #034349;
	font-size: 26px;
	letter-spacing: 1px;
}

/* Section 04 ------------------------------------------------------------------ */

.section-04 {
	height: auto;
	min-height: auto;
	background: url(../img/zocalo.jpg) 50% 50% no-repeat;
	background-size: cover;
	min-height: 753px;
}

.section-04 .title-section-04 {
	max-width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	padding: 100px 0px 0px 0px;
}

.section-04 .title-section-04 h3 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #f7d685;
	font-size: 32px;
	margin-bottom: 22px;
}

.section-04 .title-section-04 h4 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f7d685;
	font-size: 23.5px;
	margin-bottom: 6px;
}

.section-04 .personas {
	max-width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	padding: 40px 0px 100px 0px;
}

.section-04 .personas li {
	display: inline-block;
	padding: 40px 12px 0 12px;
}

.section-04 .personas li img {
	margin-bottom: 10px;
}

.section-04 .personas li h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #f7d685;
	font-size: 16px;
	text-align: left;
	margin-bottom: 6px;
}

.section-04 .personas li h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #f7d685;
	font-size: 16px;
	text-align: left;
	margin-bottom: 6px;
}

.section-04 .personas li span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #f7d685;
	font-size: 10px;
	text-align: left;
	display: block;
	text-transform: uppercase;
}

.section-04 .personas li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2dfffe;
	font-size: 12px;
	text-align: left;
	display: block;
	text-decoration: underline;
}

/* Section 05 ------------------------------------------------------------------ */

.section-05 {
	height: auto;
	min-height: auto;
	padding: 100px 0 60px 0;
}

.section-05 .map {
	height: 600px;
	background: #fff;
}

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

footer {
	padding: 0 0 0 0;
}

footer .container {
	max-width: 980px;
	background: #f00;
	margin: 0 auto;
}

footer .container .first {
	float: left;
}

footer .container .first img {
	display: block;
	float: left;
	margin-right: 20px;
}

footer .container .first .datos {
	float: left;
}

footer .container .first h3 {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f7d685;
	font-size: 14px;
	text-align: left;
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
}

footer .container .first a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #f7d685;
	font-size: 12px;
	text-align: left;
	display: block;
	margin-bottom: 3px;
}

footer .container .first h4 {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #f7d685;
	font-size: 12px;
	text-align: left;
	display: block;
}

footer .container ul {
	list-style: none;
	float: right;
}

footer .container ul li {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
}

footer .close {
	width: 100%;
	height: 8px;
	background: #f00;
	display: inline-block;
	margin-top: 40px;
}

/* Modal ------------------------------------------------------------------ */

.modal-container {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

.modal-background {
	background: rgba(0, 0, 0, .85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.modal {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: relative;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 100px;
	padding-right: 100px;
}

.modal .prev-container {
	width: 10%;
	float: left;
	text-align: right;
}

.modal .modal-content {
	width: 80%;
	float: left;
	padding: 0 100px;
}

.modal .next-container {
	width: 10%;
	float: left;
	text-align: left;
}

.modal .box-01 {
	width: 20%;
	float: left;
}

.modal .box-01 img {
	display: block;
	margin: 0 auto;
}

.modal .box-02 {
	width: 80%;
	float: left;
}

.modal .box-02 .datos-empresa {
	border-left: 4px solid #e33f40;
}

.modal .box-02 h2 {
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.25;
}

.modal .box-02 p {
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 1.4;
}

.modal .box-02 .url {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	color: #197b7b;
	padding-top: 20px;
	padding-left: 10px;
	display: block;
	text-decoration: underline;
}

.modal .box-02 h3 {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	color: #e33f40;
	padding-top: 8px;
	padding-left: 10px;
	display: block;
}

.modal .box-02 ul {
	list-style: none;
	padding-top: 30px;
}

.modal .box-02 ul li {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.modal .box-02 ul li .picture {
	width: 120px;
	height: 120px;
	float: left;
}

.modal .box-02 ul li .picture img {
	width: 100%;
	height: 100%;
}

.modal .box-02 ul li .datos-persona {
	float: left;
	width: fit-content;
}

.modal .box-02 ul li .datos-persona h4 {
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
}

.modal .box-02 ul li .datos-persona h5 {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-left: 10px;
	line-height: 20px;
}

.modal .box-02 ul li .logo-linkedin {
	float: right;
	padding-top: 20px;
}

.modal .box-02 ul li .logo-linkedin a img{
	width: 50px !important;
	height: auto !important; 
}

.modal-close-button {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999;
}

.modal-close-button a {
	color: #fff;
}

.modal-close-button a img {
	width: 30px;
	height: auto;
}

.menu-burger .menu-burger-close-button {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999;
}

.menu-burger .menu-burger-close-button a img {
	width: 30px;
	height: auto;
}

.lds-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.size-browser {
	position: fixed;
	z-index: 99999999;
	color: black;
	background: white;
	padding: 10px;
	bottom: 0;
	right: 0;
	display: none;
}

/* Media Queries */

@media only screen and (max-width: 1024px) {
	.size-browser {
		color: #0ff;
	}

	.wrapper {
		overflow-x: hidden;
	}

	.modal {
		padding-left: 40px;
		padding-right: 40px;
	}

	.modal .modal-content {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 850px) {

	.size-browser {
		color: #f00;
	}

	.texto-04 {
		top: 330px;
		left: 267px;
	}

	.section-02 .container {
		width: 100%;
	}

	.ilu-05-container .texto-05 {
		top: 465px;
		left: -70px;
	}

	.section-04 .personas {
		padding: 40px 20px 100px 20px;
	}

	.section-04 .personas li {
		padding-bottom: 10px;
	}

	footer .container {
		padding: 0 30px;
	}

	.modal {
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal .modal-content {
		padding: 0 40px;
		width: 100%;
	}

	.modal .prev-container {
		display: none;
	}

	.modal .next-container {
		display: none;
	}

	.hex {
		margin-bottom: 18px;
	}

}

@media only screen and (max-width: 768px) {
	.size-browser {
		color: #f00;
	}

	.texto-04 {
		top: 330px;
		left: 267px;
	}

	.section-02 .container {
		width: 100%;
	}

	.ilu-05-container .texto-05 {
		top: 465px;
		left: -70px;
	}

	.section-04 .personas {
		padding: 40px 20px 100px 20px;
	}

	.section-04 .personas li {
		padding-bottom: 10px;
	}

	footer .container {
		padding: 0 30px;
	}

	.modal {
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal .modal-content {
		padding: 0 40px;
		width: 100%;
	}

	.modal .prev-container {
		display: none;
	}

	.modal .next-container {
		display: none;
	}

	/* .barra-diagonal-cero {
		display: none;
	}

	.barra-diagonal-uno {
		display: none;
	}

	.barra-diagonal-dos {
		display: none;
	}

	.barra-diagonal-tres {
		display: none;
	}

	.mini-logo {
		display: none;
	} */

	.hex {
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 576px) {
	.size-browser {
		color: #f0f;
	}

	.ilu-00 .texto-01 {
		top: 70px;
		left: 87px;
	}

	.ilu-00 .texto-02 {
		top: 200px;
		right: 79px;
	}

	.ilu-00 .rubbik {
		top: 150px;
		left: 76px;
	}

	.ilu-00 .revista-00 {
		top: 280px;
		right: 67px;
	}

	.texto-04 {
		top: 550px;
		left: 92px;
	}

	.texto-04 h3,
	.texto-04 h4 {
		color: #fff;
	}

	.texto-03 {
		top: 469px;
		left: 35px;
	}

	.ilu-05-container .texto-05 {
    	top: 591px;
    	left: 137px;
	}

	.ilu-05-container .texto-06 {
		top: 685px;
    	left: 225px;
	}

	.ilu-05-container .texto-06 h3 {
		color: #fff;
	}

	.ilu-05-container .texto-06 h4 {
		color: #fff;
	}

	.ilu-05-container .texto-06 h5 {
		color: #fff;
	}

	footer .container .first {
		width: 100%;
	}

	footer .container ul {
		width: 100%;
		padding-top: 40px;
	}

	footer .container ul li:first-child {
		margin-left: 0;
	}

	.modal .box-01 {
		width: 100%;
		padding-bottom: 40px;
		padding: 40px;
	}

	.modal .box-01 img {
		width: 100%;
		height: auto;
	}

	.modal .box-02 {
		width: 100%;
	}

	.bloque-01 {
		width: 100%;
	}

	.bloque-02 {
		width: 100%;
	}

	.modal .box-02 ul li .datos-persona h4 {
		padding-left: 0;
	}

	.modal .box-02 ul li .datos-persona h5 {
		padding-left: 0;
	}

	.modal .box-02 ul li .logo-linkedin {
		float: left;
		margin-bottom: 20px;
	}

	.modal .box-02 ul li .logo-linkedin a img {
		width: 40px;
	}

	.modal .box-02 ul li .datos-persona {
		width: 100%;
	}

	.modal .box-02 ul li .datos-persona h4 {
		padding-top: 10px;
	}

	.ilu-00 .texto-01 h3 {
		width: 273px;
	}

	.ilu-00 .texto-02 h3 {
		width: 273px;
	}

	nav {
		text-align: center;
	}

	nav ul {
	    width: auto;
	}

	nav ul li:nth-child(1) {
		margin-right: 0px;
	}

	nav ul li:nth-child(2) {
		display: none;
	}

	nav ul li:nth-child(3) {
		display: none;
	}

	.burger {
		display: block;
	}

	.modal .box-02 p {
		padding-right: 10px;
	}

	.ilu-01-container {
		transform: translate(-50%, 0) scale(0.6);
	}

	.ilu-02-container {
		transform: translate(-50%, 0) scale(0.6);
		top: -101px;
	}

	.ilu-04-container {
		transform: translate(-50%, 0) scale(0.8);
	}

	.barra-diagonal-uno {
		height: 206px;
	}

	.barra-diagonal-dos {
		top: 289px;
	}

	.brazo {
		transform: translate(-50%, 0) scale(0.6);
	}

	.ilu-00 {
		transform: scale(0.8);
	}

	.ilu-03-container {
		transform: translate(-50%, 0) scale(0.7);
	}
}

@media only screen and (max-width: 414px) {
	.section-04 .title-section-04 h3 {
		font-size: 22px;
	}

	.section-04 .title-section-04 h4 {
		font-size: 20px;
	}

	footer .container .first img {
		margin-bottom: 20px;
	}

	.ilu-00 .texto-01 {
		top: 70px;
		left: 143px;
	}

	.ilu-00 .texto-02 {
		top: 200px;
		right: 110px;
	}

	.ilu-00 .rubbik {
		top: 150px;
		left: 138px;
	}

	.ilu-00 .revista-00 {
		top: 280px;
		right: 110px;
	}

	.barra-roja {
		background-size: contain;
		width: 330px;
	}

	.barra-roja h3 {
		margin-top: 16px;
    	font-size: 19px;
    	margin-bottom: 7px;
	}

	.barra-roja h4 {
		font-size: 15px;
	}

	.bloque-01 {
		width: 100%;
	}

	.bloque-02 {
		width: 100%;
		padding: 20px;
	}

	.section-04 .title-section-04 h4 {
		font-size: 18px;
	}

	nav ul .logo-menu img {
		width: 78px;
	}
}

@media only screen and (max-width: 320px) {
	nav ul li a {
		font-size: 10px;
	}

	.ilu-00 .texto-01 {
		left: 167px;
	}

	.ilu-00 .texto-01 h3 {
		font-size: 27px;
		margin-bottom: 13px;
	}

	.ilu-00 .texto-01 h4 {
		font-size: 30px;
	}

	.ilu-00 .texto-02 {
		right: 158px;
	}

	.ilu-00 .texto-02 h3 {
		font-size: 29px;
		margin-bottom: 19px;
	}

	.ilu-00 .texto-02 h4 {
		font-size: 33px;
	}

	nav ul .logo-menu img {
		width: 60px;
	}
}