@font-face {
  font-family: 'KlavikaRegular';
  src: url('../fonts/klavikaregular.eot');
  src: url('../fonts/klavikaregular.eot?#iefix') format('eot'), url('../fonts/klavikaregular.woff') format('woff'), url('../fonts/KlavikaRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'KlavikaBold';
  src: url("../fonts/klavika-bold.otf") format("opentype");
}
@font-face {
  font-family: 'KlavikaMedium';
  src: url("../fonts/klavika-medium.otf") format("opentype");
}
/*DEFINICION DE VARIABLES*/
/*ESTILOS GENERALES*/
/*bordes redondeados*/
/*box shadow inset*/
/*box sizing*/
/*flex*/
/*transitions*/
/*gradients*/
/*cover*/
/*RESET*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
img,
input,
table,
tr,
td,
th,
textarea,
select,
a,
span,
div,
iframe,
aside,
header,
footer,
section,
article,
hgroup,
nav {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*CLASES GLOBALES*/
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/*CONTENEDORES*/
.container {
  width: 100%;
  float: left;
}
/*ancho especifico y centrado*/
.wrap {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
/*BOTONES*/
/*estilo general de boton*/
.btn {
  height: 30px;
  display: inline-block;
  padding: 0 22px;
  background: #fff;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.4s;
  border: 1px solid #FF5100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FF5100;
  font-size: 14px;
}
.btn:hover {
  cursor: pointer;
  background-color: #FF5100 !important;
  color: #fff;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}
/*ESTILOS PARA WYSIWYG*/
.wysiwyg h1 {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
.wysiwyg h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.wysiwyg h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.wysiwyg h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.wysiwyg h5 {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.wysiwyg h6 {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.wysiwyg p {
  display: block;
  margin-bottom: 10px;
}
.wysiwyg ul {
  display: block;
  list-style: circle;
  margin-left: 20px;
}
.wysiwyg ol {
  display: block;
}
/*origen animacion*/
/*LAYOUT*/
body {
  background: #fff;
  color: #747474;
  font-family: 'KlavikaRegular', sans-serif;
  font-size: 13px;
  position: relative;
  display: block;
  overflow-x: hidden;
}
main {
  overflow-x: hidden;
}
ul {
  list-style: none;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
}
header .logo {
  float: left;
  margin: 20px 0 0 20px;
}
header .logo img {
  width: 45px;
  height: auto;
}
header .btnMobile {
  display: none;
}
header nav {
  float: right;
}
header nav .menu {
  float: left;
}
header nav .menu li {
  margin: 0 10px;
  cursor: pointer;
  height: 100px;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 20px;
  float: left;
}
header nav .menu li a {
  text-decoration: none;
  transition: all 0.4s;
  color: #747474;
}
header nav .menu li .chev {
  width: 14px;
  height: 8px;
  background: url(../img/Vector.png) center center no-repeat;
  margin-top: 12px;
  transition: all 0.4s;
}
header nav .menu li:nth-child(3n+2) ul li::before {
  background-color: #86D318;
}
header nav .menu li:nth-child(3n+3) ul li::before {
  background-color: #036CD6;
}
header nav .menu li span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  display: block;
  margin: 0 auto;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
}
header nav .menu li .btn {
  margin-top: 10px;
  background: url(../img/download.png) 90% center no-repeat;
  padding: 0 30px 0 20px;
  color: #FF5100;
}
header nav .menu li .btn:hover {
  color: #fff;
  background-image: url(../img/download-blanco.png);
}
header nav .menu li:hover .chev {
  transform: rotate(180deg);
}
header nav .menu li:hover ul {
  height: 80px;
}
header nav .menu li ul {
  position: absolute;
  left: 0;
  top: 100px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  transition: all 0.4s;
  height: 0;
  text-align: center;
}
header nav .menu li ul li {
  float: none;
  display: inline-block;
}
header nav .menu li ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: 3px;
  background-color: #FF5100;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
header nav .menu li ul li a {
  text-decoration: none;
  transition: all 0.4s;
  color: #747474;
  position: relative;
}
/*CONTENIDO*/
#home {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  margin-top: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home .wrap {
  padding-top: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home .wrap .subTitle {
  font-size: 30px;
  list-style: 38px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
#home .wrap h1 {
  font-size: 70px;
  list-style: 78px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
#home .wrap img {
  width: 256px;
  height: auto;
}
#carta {
  height: 100vh;
  padding-top: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #0355E0;
  overflow: hidden;
  background-size: 100%;
  background-position: left 100.2%;
  background-repeat: no-repeat;
}
#carta .letterBox {
  width: 1000px;
  height: 472px;
  display: block;
  margin: 0 auto;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 45px 0 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#carta .letterBox h2 {
  font-size: 90px;
  line-height: 90px;
  font-family: 'KlavikaBold', sans-serif;
  color: #FF5100;
  margin-bottom: 140px;
}
#carta .letterBox .btn {
  height: 60px;
  line-height: 56px;
  padding: 0 80px;
  border-width: 2px;
  font-size: 30px;
}
.carta {
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  left: 100%;
  top: 0;
  transition: all 0.4s;
  z-index: 9999;
  background-color: #fff;
  overflow: scroll;
}
.carta.active {
  left: 0;
}
.carta iframe {
  width: 100%;
  height: 100vh;
}
#directorio {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 20%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #FF5100;
  text-align: center;
  border-radius: 0% 0% 100% 0% / 0% 0% 29% 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left 105%;
  position: relative;
  z-index: 5;
}
#directorio h2 {
  font-size: 90px;
  line-height: 90px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
#directorio .swiper {
  display: none;
}
#directorio .director img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 4px solid #f2f2f2;
  margin-bottom: 10px;
}
#directorio .director h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'KlavikaMedium', sans-serif;
  margin-bottom: 5px;
  color: #fff;
}
#directorio .director h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'KlavikaRegular', sans-serif;
  color: #fff;
}
#gerente {
  height: 1536px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 970px 1181px;
  border-radius: 0% 0% 28% 71% / 0% 0% 2% 3%;
  position: relative;
  z-index: 4;
  background-color: #fff;
  margin-top: -400px;
}
#gerente .boxLine {
  display: block;
  overflow: hidden;
}
#gerente .boxLine .colLeft {
  width: 45%;
}
#gerente .boxLine .colLeft h2 {
  font-size: 60px;
  line-height: 64px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-top: 480px;
}
#gerente .boxLine .colRight {
  width: 55%;
}
#gerente .boxLine .colRight .datos {
  float: left;
  margin-top: 700px;
  text-align: right;
}
#gerente .boxLine .colRight h3 {
  font-size: 17px;
  line-height: 19px;
  font-family: 'KlavikaMedium', sans-serif;
}
#gerente .boxLine .colRight h4 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
}
#gerente .boxLine .colRight img {
  float: right;
  width: 480px;
  height: 480px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #FF5100;
  margin-top: 440px;
}
#gerente .boxLine ul {
  width: 100%;
  text-align: center;
  margin-top: 150px;
}
#gerente .boxLine ul li {
  width: 18%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin-bottom: 60px;
}
#gerente .boxLine ul li h3 {
  font-size: 17px;
  line-height: 19px;
  font-family: 'KlavikaBold', sans-serif;
}
#gerente .boxLine ul li h4 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
}
#informacion {
  height: 1700px;
  background-size: cover;
  background-position: center center;
  padding-top: 120px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  z-index: 3;
  margin-bottom: -125px;
  margin-top: -100px;
}
#informacion .boxLine {
  display: block;
  overflow: hidden;
}
#informacion .boxLine.left .colLeft {
  width: 35%;
}
#informacion .boxLine.left .colRight {
  width: 65%;
}
#informacion .boxLine .colLeft {
  padding-top: 100px;
}
#informacion .boxLine .colLeft ul li {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'KlavikaMedium', sans-serif;
}
#informacion .boxLine .colLeft ul li img {
  display: inline-block;
}
#informacion .boxLine .colLeft ul li .boxIcon {
  width: 85px;
  margin-right: 30px;
  text-align: right;
  vertical-align: top;
}
#informacion .boxLine .colLeft ul li div {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
#informacion .boxLine .colLeft ul li span {
  display: block;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: 'KlavikaBold', sans-serif;
}
#informacion .boxLine .colLeft h2 {
  font-size: 60px;
  line-height: 64px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
#informacion .boxLine .colLeft p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: disc;
  color: #fff;
  max-width: 480px;
}
#informacion .boxLine .colRight {
  padding-top: 100px;
}
#informacion .boxLine .colRight h2 {
  font-size: 60px;
  line-height: 64px;
  font-family: 'KlavikaBold', sans-serif;
  color: #FF5100;
  margin-bottom: 50px;
}
#informacion .boxLine .colRight p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: disc;
  color: #fff;
  max-width: 735px;
}
#informacion .boxLine .colRight ul {
  margin-top: 60px;
}
#informacion .boxLine .colRight ul li {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'KlavikaMedium', sans-serif;
}
#informacion .boxLine .colRight ul li small {
  display: block;
}
#informacion .boxLine .colRight ul li span {
  display: block;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: 'KlavikaBold', sans-serif;
}
#informacion .boxLine .colRight ul:last-child li {
  display: inline-block;
  margin-right: 20px;
}
#gobierno {
  height: 1665px;
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
#gobierno .boxLine .colLeft {
  padding-top: 320px;
}
#gobierno .boxLine .colLeft h2 {
  font-size: 60px;
  line-height: 64px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 50px;
}
#gobierno .boxLine .colLeft p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: disc;
  color: #fff;
  padding-right: calc(100% - 485px);
}
#gobierno .boxLine .colRight {
  padding-top: 555px;
}
#gobierno .boxLine .colRight h2 {
  font-size: 60px;
  line-height: 64px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 50px;
  padding-left: calc(100% - 397px);
}
#gobierno .boxLine .colRight p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: disc;
  color: #fff;
  padding-left: calc(100% - 397px);
}
#hitos {
  margin-top: -445px;
  z-index: 4;
  position: relative;
}
#hitos h2 {
  font-size: 60px;
  line-height: 64px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
#hitos .boxLine {
  padding-bottom: 60px;
}
#hitos .boxLine .swiper {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  overflow: visible;
}
#hitos .boxLine .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#hitos .boxLine .swiper-slide .hitoBox {
  width: 650px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 47, 47, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(49, 47, 47, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(49, 47, 47, 0.2);
}
#hitos .boxLine .swiper-slide .hitoBox .head {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
#hitos .boxLine .swiper-slide .hitoBox .ban {
  border: 2px dashed #EA9A00;
  background-color: #FFE4D1;
  text-align: center;
  padding: 20px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-top: -1px;
}
#hitos .boxLine .swiper-slide .hitoBox .ban.two {
  border-color: #9D9B9B;
  background-color: #F9F9F9;
}
#hitos .boxLine .swiper-slide .hitoBox .ban.two h4 {
  color: #9D9B9B;
}
#hitos .boxLine .swiper-slide .hitoBox .ban.two h3 {
  color: #9D9B9B;
}
#hitos .boxLine .swiper-slide .hitoBox .ban.three {
  border-color: #CFEAFF;
  background-color: #F9F9F9;
}
#hitos .boxLine .swiper-slide .hitoBox .ban.three h4 {
  color: #1B54F4;
}
#hitos .boxLine .swiper-slide .hitoBox .ban.three h3 {
  color: #1B54F4;
}
#hitos .boxLine .swiper-slide .hitoBox .ban h4 {
  font-size: 20px;
  line-height: 28px;
  color: #EA9A00;
  text-transform: uppercase;
}
#hitos .boxLine .swiper-slide .hitoBox .ban h3 {
  font-size: 50px;
  line-height: 58px;
  color: #EA9A00;
  text-transform: uppercase;
}
#hitos .boxLine .swiper-slide .hitoBox .text {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
#hitos .boxLine .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hitos .boxLine .swiper-pagination-bullets {
  bottom: inherit;
  top: 0;
}
#hitos .boxLine .swiper-pagination-bullet {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  color: #C1B9B9;
  opacity: 1;
  background: #fff;
}
#hitos .boxLine .swiper-pagination-bullet-active {
  color: #C1B9B9;
  background: #fff;
  opacity: 0.7;
}
#desempeno {
  height: 1305px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 3;
  margin-bottom: -325px;
  margin-top: -150px;
}
#desempeno .boxLine {
  width: 100%;
  display: block;
}
#desempeno .boxLine .colLeft {
  padding-top: 150px;
  text-align: right;
  padding-left: calc(50% - 420px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#desempeno .boxLine .colLeft h2 {
  font-size: 70px;
  line-height: 74px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 50px;
}
#desempeno .boxLine .colRight {
  padding-top: 170px;
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#desempeno .boxLine .colRight p {
  max-width: 90%;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: disc;
  color: #fff;
}
#desempeno .boxLine .colRight ul {
  margin-top: 60px;
}
#desempeno .boxLine .colRight ul li {
  width: 49%;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'KlavikaMedium', sans-serif;
}
#desempeno .boxLine .colRight ul li span {
  display: block;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: 'KlavikaBold', sans-serif;
}
#mediciones {
  height: 1270px;
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
#mediciones .boxLine {
  position: absolute;
  bottom: 0;
}
#mediciones .boxLine h2 {
  font-size: 70px;
  line-height: 74px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 50px;
}
#mediciones .boxLine .col3 {
  width: 33%;
  display: inline-block;
  margin-bottom: 60px;
  padding-right: 12%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}
#mediciones .boxLine .col3:last-child img {
  margin-top: 17px;
}
#mediciones .boxLine .col3 img {
  margin-bottom: 20px;
}
#mediciones .boxLine .col3 h3 {
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#mediciones .boxLine .col3 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: disc;
  color: #fff;
}
#persona {
  height: 135vh;
  position: relative;
  margin-top: -30px;
  padding-top: 865px;
  padding-bottom: 100px;
}
#persona .imgEquipo {
  width: 100%;
  height: 810px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
#persona .imgPersonas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 469px;
  height: 1160px;
}
#persona .boxLine {
  padding-left: 40%;
  padding-top: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#persona .boxLine h2 {
  font-size: 70px;
  line-height: 74px;
  font-family: 'KlavikaBold', sans-serif;
  margin-bottom: 30px;
}
#persona .boxLine ul {
  width: 85%;
}
#persona .boxLine ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: disc;
}
#cultura {
  height: 250vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -850px;
}
#cultura .linea {
  position: absolute;
  left: -15%;
  bottom: -30%;
  width: 120%;
}
#cultura .boxLine {
  position: absolute;
  bottom: 15vh;
  left: 5%;
  width: 90%;
}
#cultura .boxLine h2 {
  width: 500px;
  font-size: 70px;
  line-height: 74px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-top: -50px;
}
#cultura .boxLine .colRight .logosRight {
  float: right;
  width: 100%;
}
#cultura .boxLine .colRight img {
  float: right;
  vertical-align: bottom;
  margin-bottom: 30px;
  margin-right: 15%;
}
#cultura .boxLine .colRight img:last-child {
  margin-top: 60px;
}
#cultura .boxLine .colRight p {
  max-width: 85%;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
#valoracion {
  height: 155vh;
  background-size: cover;
  background-position: center center;
  margin-top: 200px;
}
#valoracion .boxLine {
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 30vh;
}
#valoracion .boxLine h2 {
  max-width: 460px;
  font-size: 22px;
  line-height: 24px;
  font-family: 'KlavikaMedium', sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#valoracion .boxLine h2 span {
  display: block;
  font-size: 220px;
  line-height: 220px;
  font-family: 'KlavikaMedium', sans-serif;
  margin-bottom: 30px;
  margin-left: -10px;
}
#valoracion .boxLine p {
  max-width: 405px;
  font-size: 30px;
  line-height: 34px;
}
#bienestar {
  margin-top: -12vh;
}
#bienestar .boxLine {
  width: 475px;
  float: right;
  padding-bottom: 300px;
}
#bienestar .boxLine h2 {
  font-size: 65px;
  line-height: 65px;
  font-family: 'KlavikaBold', sans-serif;
  margin-bottom: 30px;
}
#bienestar .boxLine p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
#fomentando {
  background-color: #022EF0;
  text-align: center;
  padding-top: 400px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}
#fomentando .contentImg {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: -105vh;
  left: 0;
  z-index: 1;
}
#fomentando .contentImg .bienestarBurbuja {
  width: 115%;
  height: auto;
  margin-left: -10%;
}
#fomentando .boxLine {
  max-width: 500px;
  margin: 0 auto;
}
#fomentando .boxLine h2 {
  font-size: 65px;
  line-height: 65px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 15%;
}
#fomentando .boxLine p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
}
#siemprepersona {
  height: 315vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#siemprepersona .fade {
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(2, 46, 240, 0) 0%, rgba(2, 46, 240, 0.98) 50%, #022ef0 51%, #022ef0 100%);
  background: -webkit-linear-gradient(top, rgba(2, 46, 240, 0) 0%, rgba(2, 46, 240, 0.98) 50%, #022ef0 51%, #022ef0 100%);
  background: linear-gradient(to bottom, rgba(2, 46, 240, 0) 0%, rgba(2, 46, 240, 0.98) 50%, #022ef0 51%, #022ef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00022ef0', endColorstr='#022ef0', GradientType=0);
}
#siemprepersona .boxLine {
  text-align: center;
}
#siemprepersona .boxLine h2 {
  font-size: 70px;
  line-height: 70px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 70px;
  margin-top: 30%;
}
#siemprepersona .boxLine .colLeft {
  text-align: left;
  max-width: 40%;
}
#siemprepersona .boxLine .colRight {
  text-align: left;
  max-width: 40%;
}
#siemprepersona .boxLine h3 {
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#siemprepersona .boxLine p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#excelencia {
  background-color: #022EF0;
  padding: 30px 0;
}
#excelencia .boxLine .colLeft {
  padding-left: 10%;
  padding-right: 7%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#excelencia .boxLine .colLeft h2 {
  font-size: 70px;
  line-height: 70px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
#excelencia .boxLine .colLeft p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#excelencia .boxLine .colRight {
  padding-left: 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#excelencia .boxLine .colRight h3 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#excelencia .boxLine .colRight ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  vertical-align: top;
  margin-right: 30px;
}
#excelencia .boxLine .colRight ul li span {
  font-size: 70px;
  line-height: 70px;
  font-family: 'KlavikaMedium', sans-serif;
  display: block;
}
#testimonio {
  background-color: #022EF0;
  padding: 30px 0;
}
#testimonio .wrap {
  overflow: visible;
}
#testimonio .boxLine .colLeft {
  padding-right: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: bottom;
  height: 100%;
  position: relative;
}
#testimonio .boxLine .colLeft img {
  position: absolute;
  top: 0;
  left: -12%;
}
#testimonio .boxLine .colLeft h3 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 900px;
  font-family: 'KlavikaBold', sans-serif;
}
#testimonio .boxLine .colLeft p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
#testimonio .boxLine .colRight h2 {
  font-size: 70px;
  line-height: 70px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
#testimonio .boxLine .colRight h3 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#testimonio .boxLine .colRight p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#testimonio .boxLine .colRight p.bajada {
  font-style: italic;
}
#testimonio .boxLine .colRight p.bajada2 {
  font-family: 'KlavikaBold', sans-serif;
}
#seguridad {
  background: #ff5100;
  background: -moz-linear-gradient(top, #ff5100 0%, #ff5100 39%, #ff6b00 71%, #ff8b00 100%);
  background: -webkit-linear-gradient(top, #ff5100 0%, #ff5100 39%, #ff6b00 71%, #ff8b00 100%);
  background: linear-gradient(to bottom, #ff5100 0%, #ff5100 39%, #ff6b00 71%, #ff8b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5100', endColorstr='#ff8b00', GradientType=0);
  overflow: hidden;
}
#seguridad #riesgooperacional {
  padding-top: 260px;
  z-index: 1;
  position: relative;
}
#seguridad #riesgooperacional .boxLine .colLeft {
  padding-left: 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#seguridad #riesgooperacional .boxLine .colLeft h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
#seguridad #riesgooperacional .boxLine .colLeft img {
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#seguridad #riesgooperacional .boxLine .colRight ul li {
  font-size: 24px;
  line-height: 28px;
  font-family: 'KlavikaMedium', sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
#seguridad #riesgooperacional .boxLine .colRight ul li span {
  font-size: 60px;
  line-height: 60px;
  font-family: 'KlavikaMedium', sans-serif;
  margin-bottom: 20px;
  display: block;
}
#seguridad #gerenciaoperaciones {
  padding-bottom: 100px;
  position: relative;
}
#seguridad #gerenciaoperaciones img {
  height: 1119px;
  position: absolute;
  top: -100px;
  left: -480px;
}
#seguridad #gerenciaoperaciones .boxLine .colRight h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
#seguridad #gerenciaoperaciones .boxLine .colRight ul li {
  font-size: 24px;
  line-height: 28px;
  font-family: 'KlavikaMedium', sans-serif;
  color: #fff;
  position: relative;
  max-width: 320px;
  margin-bottom: 30px;
}
#seguridad #gerenciaoperaciones .boxLine .colRight ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -30px;
}
#seguridad #gerenciaoperaciones .boxLine .colRight ul li span {
  display: block;
}
#seguridad #gerenciaoperaciones .boxLine .colRight ul li div {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 45%;
}
#seguridad #gerenciaoperaciones .boxLine .colRight ul li div:last-child {
  margin: 0;
}
#seguridad #gerenciaoperaciones .boxLine .colRight ul li div span {
  font-size: 60px;
  line-height: 60px;
  font-family: 'KlavikaBold', sans-serif;
  display: block;
  margin: 10px 0;
}
#seguridad #inversion {
  padding-bottom: 130px;
  position: relative;
}
#seguridad #inversion .boxLine {
  text-align: center;
}
#seguridad #inversion .boxLine h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin: 0 auto 50px;
  text-align: left;
  max-width: 800px;
}
#seguridad #inversion .boxLine ul li {
  width: 15%;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
#seguridad #inversion .boxLine ul li img {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto 10px;
}
#seguridad #inversion .boxLine ul li span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin: 10px 0;
  font-family: 'KlavikaBold', sans-serif;
}
#excelenciaenergetica {
  text-align: center;
  border-radius: 52% 46% 10% 10% / 5% 6% 10% 10%;
  background-color: #fff;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
#excelenciaenergetica .boxLine {
  max-width: 986px;
  margin: 0 auto;
  padding: 50px 0 60px 0;
}
#excelenciaenergetica .boxLine img {
  width: 129px;
  height: auto;
}
#excelenciaenergetica .boxLine h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'KlavikaMedium', sans-serif;
  margin-bottom: 20px;
}
#excelenciaenergetica .boxLine p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
#excelenciaenergetica .imgInstalaciones {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
#transformacion {
  height: 195vh;
  background-size: cover;
  background-position: center center;
  padding: 500px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
  margin-top: -280px;
}
#transformacion .col3 {
  width: 29%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin: 0 2%;
}
#transformacion .col3 h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: 'KlavikaMedium', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
#transformacion .col3 p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
#soluciones {
  height: 200vh;
  background-size: cover;
  background-position: center center;
  padding: 350px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  margin-top: -425px;
  margin-bottom: -210px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#soluciones .col3 {
  width: 29%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin: 0 2%;
}
#soluciones .col3 h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: 'KlavikaMedium', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
#soluciones .col3 p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
#reconocimientos {
  background-size: cover;
  background-position: bottom center;
  padding: 130px 0 320px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: -65vh;
  position: relative;
  z-index: 1;
}
#reconocimientos .wrap {
  max-width: 75%;
}
#reconocimientos .boxLine {
  display: block;
  overflow: hidden;
}
#reconocimientos .boxLine .colLeft {
  width: 45%;
}
#reconocimientos .boxLine .colRight {
  width: 45%;
}
#reconocimientos h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 60px;
}
#reconocimientos h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'KlavikaMedium', sans-serif;
  color: #fff;
  margin-bottom: 60px;
}
#sostenibilidad {
  padding: 540px 0 50px 0;
  background: #ff5100;
  background: -moz-linear-gradient(-45deg, #ff5100 0%, #ff5100 35%, #ff6b00 75%, #ff8b01 100%);
  background: -webkit-linear-gradient(-45deg, #ff5100 0%, #ff5100 35%, #ff6b00 75%, #ff8b01 100%);
  background: linear-gradient(135deg, #ff5100 0%, #ff5100 35%, #ff6b00 75%, #ff8b01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5100', endColorstr='#ff8b01', GradientType=1);
  position: relative;
}
#sostenibilidad .lineSplit {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 5px;
  height: 100%;
  background: #dbdb05;
  background: -moz-linear-gradient(top, #dbdb05 5%, #86d318 40%, #7bca28 45%, #5eb451 50%, #319094 55%, #036cd6 85%, #022ef0 100%);
  background: -webkit-linear-gradient(top, #dbdb05 5%, #86d318 40%, #7bca28 45%, #5eb451 50%, #319094 55%, #036cd6 85%, #022ef0 100%);
  background: linear-gradient(to bottom, #dbdb05 5%, #86d318 40%, #7bca28 45%, #5eb451 50%, #319094 55%, #036cd6 85%, #022ef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdb05', endColorstr='#022ef0', GradientType=0);
}
#sostenibilidad img {
  position: absolute;
  top: 95vh;
  left: 0;
  width: 500px;
  height: 587px;
}
#sostenibilidad #sostenibilidadsocial {
  margin-bottom: 100px;
  float: left;
}
#sostenibilidad #sostenibilidadsocial .colLeft {
  padding-right: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sostenibilidad #sostenibilidadsocial .colLeft h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 60px;
  text-align: right;
}
#sostenibilidad #sostenibilidadsocial .colRight {
  padding-left: 5%;
  padding-right: 12%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sostenibilidad #sostenibilidadsocial .colRight ul li h3 {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#sostenibilidad #sostenibilidadsocial .colRight ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 45px;
}
#sostenibilidad #sostenibilidadambiental {
  margin-bottom: 100px;
  display: block;
  overflow: hidden;
}
#sostenibilidad #sostenibilidadambiental .colLeft {
  padding-right: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sostenibilidad #sostenibilidadambiental .colLeft ul {
  padding-top: 30px;
}
#sostenibilidad #sostenibilidadambiental .colLeft ul li {
  float: right;
  width: 90%;
}
#sostenibilidad #sostenibilidadambiental .colLeft ul li span {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  float: left;
  width: 35%;
  text-align: right;
}
#sostenibilidad #sostenibilidadambiental .colLeft ul li div {
  float: right;
  width: 60%;
}
#sostenibilidad #sostenibilidadambiental .colLeft ul li h3 {
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
}
#sostenibilidad #sostenibilidadambiental .colLeft ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 80px;
}
#sostenibilidad #sostenibilidadambiental .colRight {
  padding-left: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sostenibilidad #sostenibilidadambiental .colRight h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 60px;
  text-align: left;
}
#sostenibilidad #sostenibilidadambiental .colRight p {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
}
#masalla {
  float: left;
}
#masalla .colLeft {
  padding-right: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#masalla .colLeft h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 60px;
  text-align: right;
}
#masalla .colRight {
  padding-left: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#masalla .colRight p {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 45px;
}
#estadosfinancieros {
  height: 102vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -10vh;
  z-index: 1;
  position: relative;
}
#estadosfinancieros h2 {
  font-size: 70px;
  line-height: 70px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 60px;
}
#estadosfinancieros .btn {
  height: 56px;
  line-height: 52px;
  padding: 0 80px;
  border-width: 2px;
  font-size: 26px;
}
.colLeft {
  float: left;
  width: 50%;
  height: auto;
}
.colRight {
  float: right;
  width: 50%;
  height: auto;
}
.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 60px;
  background: url(../img/Back_top.png) left center no-repeat;
  z-index: 999;
  opacity: 1;
  transition: all 0.4s;
}
.scrollTop:hover {
  opacity: 0.8;
  bottom: 24px;
}
/*FOOTER*/
footer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 65px 0 95px 0;
  background-color: #FF5100;
}
footer .col-4 {
  width: 40%;
  vertical-align: top;
  float: left;
}
footer .col-4 .subTitle {
  font-size: 28px;
  list-style: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
footer .col-4 .subTitle strong {
  font-family: 'KlavikaBold', sans-serif;
}
footer .col-4 .Title {
  font-size: 75px;
  line-height: 75px;
  font-family: 'KlavikaBold', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
footer .col-4 .Title strong {
  font-family: 'KlavikaBold', sans-serif;
  display: block;
}
footer .col-3 {
  width: 30%;
  vertical-align: top;
  float: left;
}
footer .col-3 img {
  width: 235px;
  height: 50px;
  margin-bottom: 35px;
}
footer .col-3 .subTitle {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  font-family: 'KlavikaMedium', sans-serif;
  margin-bottom: 25px;
}
footer .col-3 .colInfo li {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
footer .col-3 .links {
  padding-top: 100px;
  padding-left: 100px;
}
footer .col-3 .links li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
footer .col-3 .links li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 35px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
footer .col-3 .links li a:hover {
  opacity: 0.7;
}
footer .col-3 .links li a.web {
  background: url(../img/icon_web.png) left center no-repeat;
}
footer .col-3 .links li a.mail {
  background: url(../img/icon_mail.png) left center no-repeat;
}
footer .col-3 .links li a.twit {
  background: url(../img/icon_twiter.png) left center no-repeat;
}
footer .col-3 .links li a.face {
  background: url(../img/icon_fb.png) left center no-repeat;
}
footer .col-3 .links li a.in {
  background: url(../img/icon_in.png) left center no-repeat;
}
@media (max-width: 800px) {
  header {
    height: 100px;
    z-index: 9999;
  }
  header .logo {
    margin: 25px 0 0 25px;
  }
  header .btnMobile {
    display: block;
    width: 74px;
    height: 54px;
    position: absolute;
    top: 22px;
    right: 15px;
    transition: all 0.4s;
    z-index: 99999;
    cursor: pointer;
    background: #fff;
  }
  header .btnMobile .bar1 {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 16px;
    right: 19px;
    background: #747474;
    transition: all 0.4s;
  }
  header .btnMobile .bar2 {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 26px;
    right: 19px;
    background: #747474;
    transition: all 0.4s;
  }
  header .btnMobile .bar3 {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 36px;
    right: 19px;
    background: #747474;
    transition: all 0.4s;
  }
  header .btnMobile.open {
    cursor: pointer;
  }
  header .btnMobile.open .bar1 {
    width: 12px;
    top: 22px;
    right: 18px;
    transform: rotate(45deg);
    border-radius: 10px;
  }
  header .btnMobile.open .bar2 {
    border-radius: 10px;
  }
  header .btnMobile.open .bar3 {
    width: 12px;
    top: 30px;
    right: 18px;
    transform: rotate(-45deg);
    border-radius: 10px;
  }
  header .btnMobile.open:hover {
    cursor: pointer;
  }
  header .btnMobile.open::before {
    content: 'volver';
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    opacity: 0.3;
    position: absolute;
    top: 16px;
    right: 90px;
    transition: all 0.4s;
  }
  header nav {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    transition: all 0.4s;
    position: absolute;
    left: 100%;
    top: 70px;
    background: #fff;
    z-index: 9;
  }
  header nav.open {
    left: 0;
  }
  header nav .menu {
    width: 90%;
    line-height: normal;
    margin-top: 50px;
  }
  header nav .menu li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 10% 10px;
  }
  header nav .menu li .chev {
    display: none;
  }
  header nav .menu li span {
    display: inline-block;
    margin-right: 10px;
  }
  header nav .menu li a {
    font-size: 18px;
    line-height: 26px;
  }
  header nav .menu li:hover ul {
    height: auto;
  }
  header nav .menu li ul {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
  header nav .menu li ul li {
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: left;
    padding-left: 25px;
  }
  .colLeft {
    width: 100% !important;
  }
  .colRight {
    width: 100% !important;
  }
  #home {
    height: 90vh;
  }
  #home .wrap {
    padding-top: 40%;
  }
  #home .wrap h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #carta .letterBox {
    width: 100%;
    background-image: none !important;
  }
  #carta .letterBox h2 {
    font-size: 50px;
    line-height: 58px;
  }
  #carta .letterBox .btn {
    padding: 0 60px;
  }
  #directorio {
    min-height: 110vh;
  }
  #directorio .wrap {
    max-width: 100%;
  }
  #directorio .wrap h2 {
    font-size: 50px;
    line-height: 54px;
  }
  #directorio .contentSlide {
    display: none;
  }
  #directorio .swiper {
    display: block;
  }
  #directorio .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  #directorio .swiper .swiper-wrapper .swiper-slide .director img {
    width: 250px;
    height: 250px;
  }
  #gerente {
    height: auto;
    background-size: 770px;
    padding-bottom: 80px;
  }
  #gerente .boxLine .colLeft h2 {
    font-size: 50px;
    line-height: 54px;
  }
  #gerente .boxLine .colRight .datos {
    margin-top: 500px;
  }
  #gerente .boxLine .colRight .datos h3 {
    font-size: 20px;
  }
  #gerente .boxLine .colRight .datos h4 {
    font-size: 20px;
  }
  #gerente .boxLine .colRight img {
    width: 150px;
    height: 150px;
  }
  #gerente .boxLine ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #informacion {
    height: auto;
    padding-bottom: 100px;
  }
  #informacion .boxLine .colLeft {
    padding-top: 120px;
  }
  #informacion .boxLine .colLeft h2 {
    font-size: 50px;
  }
  #informacion .boxLine .colRight h2 {
    font-size: 50px;
    color: #fff;
  }
  #gobierno {
    height: 2610px;
  }
  #gobierno .boxLine .colLeft h2 {
    font-size: 50px;
  }
  #gobierno .boxLine .colRight h2 {
    font-size: 50px;
  }
  #hitos h2 {
    font-size: 50px;
  }
  #hitos .boxLine .swiper-slide .hitoBox .ban {
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #hitos .boxLine .swiper-slide .hitoBox .ban h3 {
    font-size: 34px;
    line-height: 44px;
  }
  #desempeno {
    height: 2565px;
    margin-bottom: -705px;
  }
  #desempeno .boxLine .colLeft h2 {
    font-size: 48px;
    line-height: 54px;
    text-align: center;
  }
  #desempeno .boxLine .colLeft img {
    margin: 0 auto;
    display: block;
  }
  #desempeno .boxLine .colRight ul li {
    width: 100%;
  }
  #mediciones {
    height: auto;
    background-image: none !important;
    background-color: #012ef0;
  }
  #mediciones .boxLine {
    bottom: inherit;
    position: relative;
    padding-top: 500px;
  }
  #mediciones .boxLine h2 {
    font-size: 46px;
    line-height: 50px;
  }
  #mediciones .boxLine .col3 {
    width: 100%;
  }
  #persona {
    height: auto;
    padding-top: 430px;
    padding-bottom: 400px;
  }
  #persona .boxLine {
    padding-left: 0;
  }
  #persona .boxLine h2 {
    font-size: 50px;
    line-height: 60px;
  }
  #persona .boxLine .colLeft ul {
    width: 100%;
  }
  #persona .boxLine .colRight ul {
    width: 100%;
  }
  #persona .imgEquipo {
    height: 440px;
  }
  #persona .imgPersonas {
    display: none;
  }
  #cultura .linea {
    display: none;
  }
  #cultura .boxLine {
    bottom: -100px;
  }
  #cultura .boxLine .colLeft h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 100px;
  }
  #cultura .boxLine .colRight {
    padding-top: 100px;
  }
  #cultura .boxLine .colRight p {
    max-width: 100%;
  }
  #cultura .boxLine .colRight img {
    width: 32%;
    height: auto;
  }
  #valoracion .boxLine {
    padding-top: 70vh;
  }
  #valoracion .boxLine h2 span {
    font-size: 150px;
    line-height: 190px;
  }
  #bienestar {
    margin-top: 0;
  }
  #bienestar .boxLine {
    width: 100%;
    padding-bottom: 100px;
  }
  #bienestar .boxLine h2 {
    font-size: 50px;
    line-height: 60px;
  }
  #fomentando {
    padding-top: 60px;
  }
  #fomentando .contentImg {
    display: none;
  }
  #fomentando .boxLine h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-top: 0;
  }
  #siemprepersona .boxLine h2 {
    font-size: 44px;
    line-height: 58px;
    text-align: center;
    margin-top: 200px;
  }
  #siemprepersona .boxLine .colLeft {
    max-width: 100%;
    text-align: center;
    margin-bottom: 100px;
  }
  #siemprepersona .boxLine .colRight {
    max-width: 100%;
    text-align: center;
  }
  #excelencia .boxLine .colLeft {
    margin-bottom: 50px;
  }
  #excelencia .boxLine .colLeft h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #excelencia .boxLine .colRight h3 {
    font-size: 24px;
    line-height: 34px;
  }
  #excelencia .boxLine .colRight ul li {
    margin-bottom: 30px;
  }
  #excelencia .boxLine .colRight ul li span {
    font-size: 50px;
    line-height: 60px;
  }
  #testimonio .boxLine .colLeft {
    margin-bottom: 100px;
  }
  #testimonio .boxLine .colLeft h3 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-top: 800px;
  }
  #testimonio .boxLine .colRight h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #seguridad #riesgooperacional {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #seguridad #riesgooperacional .boxLine .colLeft h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #seguridad #riesgooperacional .boxLine .colLeft img {
    display: block;
    width: 90%;
    margin: 0 auto 60px;
  }
  #seguridad #riesgooperacional .boxLine .colRight ul li span {
    font-size: 50px;
    line-height: 60px;
  }
  #seguridad #gerenciaoperaciones img {
    display: none;
  }
  #seguridad #gerenciaoperaciones .boxLine .colRight h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #seguridad #gerenciaoperaciones .boxLine .colRight ul li div {
    width: 48%;
  }
  #seguridad #gerenciaoperaciones .boxLine .colRight ul li div span {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #seguridad #inversion .boxLine h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #seguridad #inversion .boxLine ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  #excelenciaenergetica .imgInstalaciones {
    margin-top: -200px;
  }
  #transformacion {
    height: auto;
    margin-top: -400px;
  }
  #transformacion .col3 {
    width: 100%;
    margin-bottom: 50px;
  }
  #soluciones {
    padding: 280px 0;
  }
  #soluciones .col3 {
    width: 100%;
    margin-bottom: 60px;
  }
  #reconocimientos {
    background-position: center right;
    padding-top: 200px;
    padding-bottom: 160px;
  }
  #reconocimientos .wrap {
    max-width: 90%;
  }
  #reconocimientos h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
  }
  #sostenibilidad {
    padding-top: 600px;
  }
  #sostenibilidad .lineSplit {
    display: none;
  }
  #sostenibilidad img {
    display: none;
  }
  #sostenibilidad #sostenibilidadsocial .colLeft h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #sostenibilidad #sostenibilidadambiental .colLeft ul li span {
    font-size: 40px;
    line-height: 54px;
  }
  #sostenibilidad #sostenibilidadambiental .colRight h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #sostenibilidad #masalla .colLeft h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  #estadosfinancieros {
    height: 500px;
  }
  #estadosfinancieros h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  footer .col-4 {
    width: 100%;
  }
  footer .col-4 .Title {
    font-size: 50px;
    line-height: 60px;
  }
  footer .col-3 {
    width: 100%;
  }
  footer .col-3 .links {
    padding: 50px 0 0 0;
  }
  .carta .mvLeft {
    left: 23% !important;
  }
  .carta .cara {
    width: 100% !important;
    height: 400px !important;
    background-size: 190% !important;
  }
  .carta .cara h1 {
    margin: 280px 0 0 70px !important;
    color: white;
    width: 100% !important;
    font-size: 50px !important;
  }
  .carta .cara2 {
    background-size: 2220px!important;
  }
  .carta .cara2 p {
    width: 90% !important;
    margin: 32% 4% 0 0 !important;
  }
  .carta .cara3 {
    margin-bottom: 0 !important;
  }
  .carta .cara3 div {
    margin: 0!important;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .carta .right {
    margin: 0 !important;
  }
  .carta .full {
    width: 100% !important;
  }
  .carta .aFull {
    width: 90% !important;
  }
  .carta .aFull.nMargin {
    margin-right: 10px !important;
  }
  .carta .hide {
    display: none !important;
  }
  .carta div {
    width: 90% !important;
    margin-bottom: 30px !important;
  }
  .carta div div {
    width: 100% !important;
  }
}
@media (min-width: 801px) and (max-width: 1110px) {
  header nav {
    width: 93%;
    display: none;
  }
  header nav .menu li {
    width: 10%;
    text-align: center;
    font-size: 14px;
    padding-top: 13px;
  }
  header nav .menu li a {
    font-size: 12px;
  }
  header nav .menu li:last-child {
    width: 14%;
  }
  #directorio .director {
    margin-top: -150px !important;
  }
  #directorio .director:first-child {
    margin-top: 0 !important;
  }
  #gerente {
    background-size: 720px 1181px;
  }
  #gerente .boxLine ul li {
    width: 17%;
    padding: 0 10px;
  }
  #gerente .boxLine .colRight img {
    width: 300px;
    height: 300px;
    margin-top: 550px;
  }
  #gerente .boxLine ul {
    margin-top: 250px;
  }
  #gerente .boxLine ul li h3,
  #gerente .boxLine ul li h4 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
  }
  #informacion .boxLine .colLeft ul li span {
    font-size: 44px;
    line-height: 44px;
  }
  #informacion .boxLine .colLeft p {
    max-width: 400px;
  }
  #gobierno .boxLine .colLeft {
    padding-top: 150px;
  }
  #gobierno .boxLine .colRight {
    padding-top: 700px;
  }
  #mediciones .boxLine {
    bottom: -33px;
  }
  #persona {
    height: 1120px;
    padding-top: 800px;
  }
  #persona .boxLine {
    padding-top: 0;
  }
  #persona .boxLine h2 {
    font-size: 54px;
    line-height: 54px;
  }
  #persona .imgPersonas {
    height: 1263px;
    left: -70px;
  }
  #cultura {
    margin-top: -890px;
  }
  #cultura .boxLine {
    bottom: 7vh;
  }
  #cultura .boxLine .colLeft {
    width: 40%;
  }
  #cultura .boxLine .colLeft h2 {
    margin-top: -120px;
  }
  #cultura .boxLine .colRight {
    width: 60%;
    margin-bottom: -30px;
  }
  #desempeno .boxLine .colRight ul li span {
    font-size: 34px;
    line-height: 34px;
  }
  #bienestar {
    margin-top: -90px;
  }
  #bienestar .boxLine {
    padding-bottom: 260px;
  }
  #bienestar .boxLine h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #fomentando {
    padding-top: 300px;
  }
  #fomentando .contentImg {
    top: -480px;
  }
  #testimonio .boxLine .colLeft img {
    left: -42%;
  }
  #seguridad #riesgooperacional .boxLine .colLeft h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #seguridad #riesgooperacional .boxLine .colLeft img {
    width: 80%;
  }
  #seguridad #gerenciaoperaciones .boxLine .colRight {
    margin-top: 300px;
  }
  #seguridad #gerenciaoperaciones .boxLine .colRight h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #seguridad #inversion .boxLine h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #seguridad #inversion .boxLine ul li {
    width: 20%;
  }
  #seguridad #inversion .boxLine ul li span {
    font-size: 48px;
    line-height: 48px;
  }
  #transformacion {
    margin-top: -320px;
  }
  #soluciones {
    margin-bottom: -400px;
  }
  #reconocimientos {
    padding-top: 300px;
  }
  #sostenibilidad {
    padding-top: 600px;
  }
  #sostenibilidad #sostenibilidadsocial .colLeft h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #sostenibilidad #sostenibilidadambiental .colRight h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #sostenibilidad img {
    top: 750px;
  }
  #masalla .colLeft h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1285px) {
  header nav {
    width: 93%;
  }
  header nav .menu li {
    width: 10%;
    text-align: center;
    font-size: 14px;
    padding-top: 13px;
  }
  header nav .menu li a {
    font-size: 14px;
  }
  #directorio .director img {
    width: 320px;
    height: 320px;
  }
  #gerente {
    background-size: 720px 1181px;
  }
  #gerente .boxLine .colRight img {
    width: 60%;
    height: 60%;
    margin-top: 550px;
  }
  #gerente .boxLine ul {
    margin-top: 250px;
  }
  #persona {
    height: 1120px;
    padding-top: 800px;
  }
  #persona .imgPersonas {
    height: 1253px;
  }
  #cultura {
    margin-top: -920px;
  }
  #cultura .boxLine {
    bottom: 7vh;
  }
  #desempeno .boxLine .colRight ul li span {
    font-size: 40px;
    line-height: 40px;
  }
  #bienestar {
    margin-top: -120px;
  }
  #bienestar .boxLine {
    padding-bottom: 260px;
  }
  #fomentando {
    padding-top: 300px;
  }
  #fomentando .contentImg {
    top: -635px;
  }
  #soluciones {
    margin-bottom: -400px;
  }
  #reconocimientos {
    padding-top: 300px;
  }
  #sostenibilidad {
    padding-top: 600px;
  }
  #sostenibilidad img {
    top: 750px;
  }
  #transformacion {
    margin-top: -320px;
  }
  #seguridad #inversion .boxLine ul li {
    width: 20%;
  }
  #seguridad #inversion .boxLine ul li span {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  header nav .menu li {
    font-size: 14px;
  }
  header nav .menu li a {
    font-size: 14px;
  }
  #persona {
    height: 965px;
  }
  #persona .wrap {
    overflow: visible;
  }
  #persona .wrap .boxLine {
    padding-top: 0;
    margin-top: -80px;
  }
  #cultura .boxLine {
    bottom: 32px;
  }
  #cultura .boxLine .colRight {
    padding-top: 50px;
  }
  #bienestar {
    margin-top: -120px;
  }
  #bienestar .boxLine {
    padding-bottom: 260px;
  }
  #fomentando {
    padding-top: 360px;
  }
  #fomentando .contentImg {
    top: -680px;
  }
  #transformacion {
    margin-top: -330px;
    padding: 440px 0;
  }
  #soluciones {
    margin-bottom: -400px;
  }
  #reconocimientos {
    padding-top: 300px;
  }
  #sostenibilidad {
    padding-top: 600px;
  }
  #sostenibilidad img {
    top: 750px;
  }
}
@media (min-width: 1368px) and (max-width: 1599px) {
  #persona {
    height: 976px;
  }
  #fomentando .contentImg {
    top: -750px;
  }
  #transformacion {
    margin-top: -330px;
  }
  #soluciones {
    margin-bottom: -250px;
  }
  #sostenibilidad {
    padding-top: 600px;
  }
}
@media (min-width: 1600px) {
  .wrap {
    max-width: 1440px;
  }
  #gobierno {
    height: 1755px;
    background-position: center bottom;
  }
  #desempeno {
    height: 1660px;
    background-position: center top;
    margin-bottom: -410px;
  }
  #mediciones {
    height: 1500px;
    background-position: center bottom;
  }
  #mediciones .boxLine {
    bottom: 80px;
  }
  #persona {
    height: 1190px;
    margin-top: -50px;
  }
  #persona .imgEquipo {
    height: 1020px;
  }
  #persona .boxLine {
    padding-top: 150px;
  }
  #cultura {
    height: 180vh;
    margin-top: -1000px;
  }
  #cultura .linea {
    bottom: -35%;
  }
  #valoracion {
    margin-top: 100px;
  }
  #bienestar {
    margin-top: -120px;
  }
  #fomentando {
    padding-top: 500px;
  }
  #fomentando .contentImg {
    top: -85vh;
  }
  #testimonio .boxLine .colLeft img {
    left: -33%;
  }
  #transformacion {
    margin-top: -430px;
  }
  #soluciones {
    margin-top: -520px;
    margin-bottom: -300px;
  }
  #reconocimientos {
    padding-top: 160px;
    padding-bottom: 450px;
  }
  #sostenibilidad {
    padding-top: 900px;
    padding-bottom: 200px;
  }
  #seguridad #gerenciaoperaciones img {
    left: -100px;
  }
}
@media (min-width: 1921px) {
  #gerente {
    background-size: 1550px 1181px;
  }
  #gobierno {
    height: 2200px;
  }
  #mediciones {
    height: 1900px;
  }
  #persona {
    height: 1300px;
    margin-top: -80px;
    padding-top: 1320px;
  }
  #persona .imgEquipo {
    height: 1370px;
  }
  #persona .imgPersonas {
    height: 1379px;
    background-repeat: no-repeat;
  }
  #cultura {
    height: 2550px;
    margin-top: -900px;
  }
  #valoracion {
    height: 1880px;
  }
  #fomentando {
    padding-top: 1000px;
  }
  #siemprepersona {
    height: 3850px;
  }
  #transformacion {
    height: 2400px;
    margin-top: -500px;
    padding: 900px 0;
  }
  #soluciones {
    height: 2420px;
    margin-top: -750px;
    margin-bottom: -350px;
    padding: 700px 0;
  }
  #reconocimientos {
    padding-top: 250px;
    padding-bottom: 550px;
    margin-bottom: -800px;
  }
  #sostenibilidad {
    padding-top: 1000px;
  }
  #estadosfinancieros {
    height: 1260px;
  }
}
