body,
html {
    margin: 0;
    font-family: Raleway, sans-serif;
}
#preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: linear-gradient(270deg, #371253, #573E90);
    background-size: 400% 400%;
    -webkit-animation: preloader-bg-gradient 7s ease infinite;
    -moz-animation: preloader-bg-gradient 7s ease infinite;
    animation: preloader-bg-gradient 7s ease infinite;
}
#preloader .preloader-logo-container {
    width: 60vw;
    max-width: 400px;
    position: absolute;
    top: 50.3%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#preloader .preloader-logo {
    fill: #fff;
    width: 100%;
}
@-webkit-keyframes preloader-bg-gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@-moz-keyframes preloader-bg-gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@keyframes preloader-bg-gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
button {
    background: 0 0;
    box-shadow: none;
    border: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    z-index: 99999999;
}
#nav-icon {
    width: 28px;
    height: 20px;
    padding: 0;
    margin: 20px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    float: right;
    z-index: 1001;
}
#nav-icon:focus {
    outline: 0 !important;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    box-shadow: 0px 1.5px 0px white;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    padding: 0;
    margin: 0;
}
#nav-icon span:nth-child(1) {
    top: 0;
}
#nav-icon span:nth-child(2) {
    top: 8px;
}
#nav-icon span:nth-child(3) {
    top: 16px;
}
#nav-icon.open span {
    background-color: #fff;
}
#nav-icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    padding: 0;
    margin: 0;
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
#nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
html.ovh {
    overflow: hidden;
}
body {
    overflow: visible;
    height: 100%;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    text-align: center;
    transition: 0.3s;
}
header .nav {
    height: 100vh;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 999;
    text-align: center;
    background: rgba(39, 46, 64, 0.99);
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
header .nav.closed {
    -webkit-transform: translate3d(0, -100vh, 0);
    -moz-transform: translate3d(0, -100vh, 0);
    -ms-transform: translate3d(0, -100vh, 0);
    -o-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0);
}
header .nav {
    text-align: center;
}
header .nav .logo-fibramex-menu {
    width: 30vw;
    max-width: 300px;
    margin: 100px 0 30px 0;
}
header .nav ul {
    list-style-type: none;
    padding: 0;
}
header .nav ul a {
    text-decoration: none;
    color: #fff;
}
header .nav ul a:hover li {
    background-color: #363e51;
}
header .nav ul a img {
    width: 50px;
    margin-bottom: -15px;
    margin-right: 12px;
}
header .nav > ul li {
    font-size: 26px;
    color: #fff;
    font-weight: 200;
    padding: 10px 0 10px calc((100vw - 564px) / 2);
    transition: all 0.2s ease-in;
    line-height: 2;
    text-align: left;
}
header .nav ul li span {
    font-weight: 400;
}
#fibramex-darkblue-mobile {
    display: none;
}
#triggers {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 0;
}
#triggers a {
    position: absolute;
    width: 50px;
    z-index: 20000;
}
#triggers #intro {
    top: 0;
    height: 300vh;
}
#triggers div {
    width: 25px;
}
#triggers #slogan {
    top: 300vh;
    height: 200vh;
}
#triggers #milestones {
    top: 500vh;
    height: 100vh;
}
#triggers #ecosistema {
    top: 600vh;
    height: 200vh;
}

#triggers #conectividad {
    top: 800vh;
    height: 200vh;
}


/* sumar 200 de red inteligente */

#triggers #servicio-ahorro-energia {
    top: 1000vh;
    height: 300vh;
}
#triggers #espacios-interiores {
    top: 1300vh;
    height: 250vh;
}
#triggers #espacios-exteriores {
    top: 1550vh;
    height: 250vh;
}
#triggers #iluminacion-led {
    top: 1800vh;
    height: 250vh;
}
#triggers #diseno-de-iluminacion {
    top: 2050vh;
    height: 250vh;
}
#triggers #tecnologia-autosustentable-para-la-salud {
    top: 2300vh;
    height: 200vh;
}



#triggers #contacto {
    top: 2500vh;
    height: 200vh;
}
body,
html {
    height: 100%;
    width: 100%;
}
#triggers a div {
    height: 50%;
    position: absolute;
    bottom: 0;
    /* height: 10px;
    position: absolute;
    bottom: 100vh;
    background-color: yellow; */
}
#section-slides {
    height: 100%;
    width: 100%;
}
#content-wrapper {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 10;
}
#pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
#slideContainer {
    width: 100%;
    height: 1200%;
    position: relative;
}
.panel {
    height: 100vh;
    width: 100%;
    position: absolute;
}
.slide-content {
    font-size: 100px;
    color: #000;
    text-align: center;
    line-height: 100vh;
}
.panel .telon {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0;
}
.video-overlay {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    top: 0;
    background: #573E90;
    background: -moz-linear-gradient(top, #573E90 0, #25062d 100%);
    background: -webkit-linear-gradient(top, #573E90 0, #25062d 100%);
    background: linear-gradient(to bottom, #573E90 0, #25062d 100%);
    z-index: 40;
}
#main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    width: 60vw;
    transform: translateY(-50%) translateX(-50%);
    z-index: 80;
}
#main-logo .st0{
    fill: #ffffff;
}
#slide1 {
    width: 100vw;
    height: 100vh;
    transition: all 0.1s ease-in;
}
section .pin-wrapper {
    width: 100%;
    height: 100%;
}
.chevron-container {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 49%;
    top: 77%;
    transform: translateX(-50%);
    z-index: 50;
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    top: 0;
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
.chevron:after,
.chevron:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
.JAL-summary {
    width: 100vw;
    height: 20vh;
    position: absolute;
    opacity: 1;
    margin: 0;
    bottom: 0;
    z-index: 50;
}
.JAL-summary h1 {
    text-align: center;
    margin: 0;
    line-height: 25vh;
    color: #fff;
    font-weight: 200;
    font-size: 3.5vw;
}
.JAL-summary h1 span {
    font-weight: 400;
}
#slide2 {
    background-color: #fff;
    top: 100vh;
}
.slogantxt {
    position: absolute;
    z-index: 20;
    font-size: 2.15vw;
    font-weight: 300;
    max-width: 42%;
    margin: 0;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #4a4a4a;
}
.slogantxt span {
    font-weight: 600;
}
.servicios-container {
    position: absolute;
    z-index: 22;
    width: 80vw;
    left: 10vw;
    top: 48%;
}
.servicios-container .serv {
    width: 32%;
    float: left;
    margin-left: 1%;
    font-weight: 300;
    text-align: center;
    color: #272e40;
    font-size: 1.6vw;
    margin-top: 5%;
}
.servicios-container .serv a {
    color: #272e40;
    text-decoration: none;
}
.panel .servicios-container a:hover p {
    background-color: transparent;
    color: #272e40;
}
.servicios-container .serv img {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.servicios-container .serv span {
    font-weight: 600;
}
.sloganbg {
    opacity: 1;
    width: 200vw;
    height: 100vh;
    min-width: 200vh;
    position: absolute;
    top: 0;
    background-position: 0 0;
    -webkit-animation-name: slogan-bg-animation;
    animation-name: slogan-bg-animation;
    animation-duration: 150s;
    -webkit-animation-duration: 150s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.sloganbg img {
    display: block;
    float: left;
    min-height: 100vh;
    max-width: 100vw;
}
.sloganbg img.slogan-bg-flipped {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
}
@-webkit-keyframes slogan-bg-animation {
    0% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-30%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes slogan-bg-animation {
    0% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-30%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
.serv1 img {
    overflow: hidden;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}
.serv2 img {
    overflow: hidden;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 2.3s ease-in-out infinite;
    animation: float 2.3s ease-in-out infinite;
}
.serv3 img {
    overflow: hidden;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 2.5s ease-in-out infinite;
    animation: float 2.5s ease-in-out infinite;
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
.milestones-container {
    display: block;
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 100vw;
    transform: translateY(-50%);
    -webkit-transform: translatey(-50%);
}
.milestones {
    width: 100%;
    display: block;
}
.milestones-mobile {
    width: 100%;
    display: none;
}
@-webkit-keyframes floatMilestones {
    0% {
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    50% {
        -webkit-transform: translatey(-50.5%);
        transform: translatey(-50.5%);
    }
    100% {
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%);
    }
}
@keyframes floatMilestones {
    0% {
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    50% {
        -webkit-transform: translatey(-50.5%);
        transform: translatey(-50.5%);
    }
    100% {
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%);
    }
}
.ecosistema-container {
    position: absolute;
    z-index: 28;
    width: 80vw;
    left: 10vw;
    top: 26%;
    display: inline-block;
}
.ecosistema-h1 {
    text-align: center;
    font-weight: 200;
    color: #999999;
    font-size: 4vw;
    margin: 0;
    letter-spacing: -0.2vw;
    opacity: 0;
    top: 27%;
    position: absolute;
    width: 100%;
    z-index: 30;
}
.ecosistema-h2 {
    text-align: center;
    font-weight: 300;
    color: #4a4a4a;
    font-size: 2.5vw;
    margin: 0;
    letter-spacing: -0.1vw;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 31;
}
.ecosistema-h2 span {
    font-weight: 600;
}
.ecocontainer {
    position: absolute;
    width: 100%;
    top: 47%;
    z-index: 35;
}
.ecocontainer h3 {
    text-align: center;
    font-weight: 400;
    color: #272e40;
    font-size: 2.7vw;
    margin: 0;
    letter-spacing: -0.1vw;
}
.ecocontainer p {
    margin: 0;
    font-weight: 300;
}
.ecocontainer .eco {
    width: 32%;
    float: left;
    margin-left: 1%;
    font-weight: 200;
    text-align: center;
    color: #272e40;
    font-size: 1.6vw;
    margin-top: 2%;
}
.ecocontainer .eco2 h3 {
    color: #56b075;
}
.ecocontainer .eco img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.ecocontainer .eco span {
    font-weight: 400;
}
.ecosistema-bg-mobile {
    width: 100%;
    position: absolute;
    bottom: -1px;
    display: none;
}
.panel a,
.panel a p {
    color: #4a4a4a;
}
.panel a:hover p {
    background-color: #56b075;
    color: #fff;
    font-weight: 300;
}







/************************************/
/*                                  */
/*              ENERGIA             */
/*                                  */
/************************************/


.energia-logo-container {
    width: 20vw;
    position: absolute;
    z-index: 380;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
    cursor: pointer;
}
.energia-logo {
    display: block;
    width: 100%;
    z-index: 200;
    position: absolute;
}
#energia-header-container {
    position: absolute;
    width: 85%;
    left: 12.7vw;
    top: 10.3vw;
    z-index: 10;
}
.svg-container {
    width: 100%;
    height: auto;
}
.jal-bottom-dark {
    max-width: 100px;
    width: 10vw;
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    z-index: 210;
}
jal-bottom-dark img {
    width: 100%;
}
.ahorro-energia-title,
.diseno-iluminacion-title,
.espacios-exteriores-title,
.espacios-interiores-title,
.iluminacion-led-title {
    position: absolute;
    top: 0.8vw;
    right: 6vw;
    font-size: 4.9vw;
    font-weight: 200;
    color: #272e40;
    z-index: 10;
}
.espacios-exteriores-title,
.espacios-interiores-title {
    right: 16vw;
}
.iluminacion-led-title {
    right: 7vw;
}
.diseno-iluminacion-title {
    right: 10vw;
}
.ahorro-energia-title span,
.diseno-iluminacion-title span,
.espacios-exteriores-title span,
.espacios-interiores-title span,
.iluminacion-led-title span {
    font-weight: 400;
}
.diseno-iluminacion-icon,
.espacios-exteriores-icon,
.espacios-interiores-icon,
.iluminacion-led-icon {
    width: 7vw;
    position: absolute;
    top: 11.55vw;
    right: 45vw;
    z-index: 20;
}
.espacios-interiores-icon {
    right: 45vw;
}
.espacios-exteriores-icon {
    right: 32vw;
}
.iluminacion-led-icon {
    right: 22vw;
}
.diseno-iluminacion-icon {
    right: 10vw;
}
.sub-vertical-title {
    position: absolute;
    top: 18.8vw;
    font-weight: 200;
    font-size: 1.4vw;
    width: 11vw;
    text-align: center;
    line-height: 1.1;
    right: 0;
    z-index: 30;
    margin-top: 0;
    padding: 4px 1px;
    font-weight: 300;
}
.espacios-interiores-link-title {
    right: 43vw;
}
.espacios-exteriores-link-title {
    right: 31.4vw;
}
.iluminacion-led-link-title {
    right: 19.7vw;
}
.diseno-iluminacion-link-title {
    right: 8vw;
}
.ahorro-energia-graf-1 {
    position: absolute;
    width: 50vw;
    top: 50%;
}
.ahorro-energia-graf-2 {
    position: absolute;
    width: 50vw;
    top: 50%;
}
.ahorro-energia-graf-1-mobile,
.ahorro-energia-graf-2-mobile {
    position: relative;
    width: 100%;
    top: inherit;
    margin-top: 6vw;
    display: none;
}
#espacios-interiores {
    height: inherit;
}
.espacios-interiores-graf-1 {
    position: absolute;
    bottom: -6px;
    width: 44vw;
    left: 12%;
    display: block;
}
.espacios-interiores-graf-1-mobile {
    position: relative;
    bottom: inherit;
    left: 0;
    width: 100%;
    margin-top: 6vw;
    display: none;
}
.espacios-interiores-facts-container {
    position: absolute;
    right: 5%;
    bottom: 5vw;
}
.diseno-iluminacion-mainicon,
.espacios-exteriores-mainicon,
.espacios-interiores-mainicon,
.iluminacion-led-mainicon {
    width: 7vw;
    position: absolute;
    top: 11.55vw;
    right: 45vw;
    transform: scale(1);
    z-index: 10;
}
.alumbrado-publico-icon {
    width: 7vw;
    position: absolute;
    top: 12.15vw;
    right: 22vw;
    z-index: 20;
}
.escuelas-icon {
    width: 7vw;
    position: absolute;
    top: 12.05vw;
    right: 10vw;
    z-index: 20;
}
.alumbrado-publico-title {
    right: 19.7vw;
    top: 20.3vw;
}
.escuelas-title {
    top: 20.3vw;
    right: 8vw;
}
.espacios-exteriores-graf-1 {
    position: absolute;
    bottom: -6px;
    width: 52vw;
    left: 2%;
    opacity: 1;
    transition: 0.3s;
    z-index: 50;
}
.espacios-exteriores-video-alumbrado-publico,
.espacios-exteriores-video-escuelas {
    position: absolute;
    bottom: 7vw;
    width: 52vw;
    left: 2%;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}
.espacios-exteriores-video-alumbrado-publico video,
.espacios-exteriores-video-escuelas video {
    width: 100%;
}
section[data-sec="alumbrado-publico"] .espacios-exteriores-video-alumbrado-publico {
    opacity: 1;
    z-index: 50;
}
section[data-sec="escuelas"] .espacios-exteriores-video-escuelas {
    opacity: 1;
    z-index: 50;
}
section[data-sec="alumbrado-publico"] .espacios-exteriores-graf-1,
section[data-sec="alumbrado-publico"] .espacios-exteriores-video-escuelas {
    opacity: 0 !important;
    z-index: 1;
}
section[data-sec="escuelas"] .espacios-exteriores-graf-1,
section[data-sec="escuelas"] .espacios-exteriores-video-alumbrado-publico {
    opacity: 0 !important;
    z-index: 1;
}
.espacios-exteriores-graf-1-mobile {
    position: relative;
    bottom: inherit;
    width: 100%;
    left: 0;
    margin-top: 5vw;
    display: none;
}
.espacios-exteriores-facts-container {
    position: absolute;
    right: 5%;
    bottom: 5vw;
}
.bottom-right {
    width: 20vw;
    position: absolute;
    right: 10vw;
    bottom: 0.3vw;
}
.bottom-right img {
    display: inline-block;
    width: 48%;
}
.bottom-right img:nth-child(2) {
    position: absolute;
    right: 0;
}
.conocer-mas-espacios-exteriores {
    position: absolute;
    bottom: 2vw;
    left: 21vw;
}
.productos-icon {
    width: 7vw;
    position: absolute;
    top: 12.05vw;
    right: 10vw;
    z-index: 20;
}
.productos-title {
    top: 20.3vw;
    right: 8vw;
}
.iluminacion-led-graf-1 {
    position: absolute;
    bottom: -2vw;
    width: 40vw;
    left: 12%;
    z-index: 1;
}
.iluminacion-led-facts-container {
    position: absolute;
    right: 5%;
    bottom: 5vw;
}
.slide-iluminacion-led {
    background-color: #f4f4f4;
    height: 100vh;
    opacity: 0;
    z-index: -1;
}
.diseno-iluminacion-facts-container {
    position: absolute;
    left: 3%;
    bottom: 10%;
}
.diseno-iluminacion-graf-1 {
    position: absolute;
    bottom: 1vw;
    width: 65vw;
    right: 2vw;
}
.fact-container {
    width: 30.5vw;
    height: calc(26.1vw * 0.35);
    position: relative;
}
.fact-container.fact-1 {
    margin-bottom: 1.5vw;
}
.fact-container .fact-a,
.fact-container .fact-b {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
}
.fact-container .fact-b {
    right: 0;
    z-index: 10;
}
#slide10 a,
#slide10 a p {
    color: #272e40;
    font-weight: 300;
}
#slide10 a:hover p {
    background-color: #13a4c5;
    color: #fff;
}
.salud-logo-container {
    width: 20vw;
    position: absolute;
    z-index: 380;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}
.salud-logo {
    display: block;
    width: 100%;
    z-index: 200;
    position: absolute;
}
#salud-header-container {
    position: absolute;
    width: 85%;
    left: 12.7vw;
    top: 10.3vw;
    z-index: 10;
}
.tecnologia-salud-title {
    position: absolute;
    top: -0.9vw;
    right: 6vw;
    font-size: 4.9vw;
    font-weight: 200;
    color: #272e40;
    z-index: 10;
    text-align: right;
    line-height: 9.2vw;
    text-shadow: 1px 1px 5px #fff;
}
.tecnologia-salud-title span {
    font-weight: 400;
}
.airlite-icon,
.alimentos-icon,
.escuelas-salud-icon,
.hospitales-icon {
    width: 7vw;
    position: absolute;
    top: 12vw;
    right: 45vw;
    z-index: 20;
}
.escuelas-salud-icon {
    right: 33.3vw;
}
.alimentos-icon {
    right: 21.6vw;
}
.airlite-icon {
    right: 10vw;
}
.hospitales-airlite-title {
    right: 43vw;
}
.escuelas-salud-title {
    right: 31.4vw;
}
.alimentos-title {
    right: 19.7vw;
}
.airlite-title {
    right: 8vw;
}
.tec-salud-graf-1 {
    position: absolute;
    bottom: 60px;
    width: 50vw;
    left: 2%;
    z-index: 2;
    transform: 0.3s;
    z-index: 50;
    transition: 0.3s;
}
.tec-salud-graf-2 {
    position: absolute;
    bottom: 0;
    width: 60vh;
    right: 4%;
    z-index: 1;
}
.airlite-video-issste,
.video-alimentos {
    position: absolute;
    bottom: 7vw;
    width: 44vw;
    left: 2%;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    z-index: 30;
}
.airlite-video-issste video,
.video-alimentos video {
    width: 100%;
}
section[data-sec="hospitales"] .airlite-video-issste {
    opacity: 1;
    z-index: 50;
}
section[data-sec="hospitales"] .tec-salud-graf-1,
section[data-sec="hospitales"] .video-alimentos {
    opacity: 0 !important;
    z-index: 1;
}
section[data-sec="alimentos"] .video-alimentos {
    opacity: 1;
    z-index: 50;
}
section[data-sec="alimentos"] .airlite-video-issste,
section[data-sec="alimentos"] .tec-salud-graf-1 {
    opacity: 0 !important;
    z-index: 1;
}
.red-inteligente-logo-container {
    width: 20vw;
    position: absolute;
    z-index: 380;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}
.red-inteligente-logo {
    display: block;
    width: 100%;
    z-index: 200;
    position: absolute;
}
#red-inteligente-header-container {
    position: absolute;
    width: 85%;
    left: 12.7vw;
    top: 10.3vw;
    z-index: 10;
}
.red-inteligente-title {
    position: absolute;
    top: -0.9vw;
    right: 8vw;
    font-size: 4.9vw;
    font-weight: 200;
    color: #272e40;
    z-index: 10;
    text-align: right;
    line-height: 9.2vw;
    text-shadow: 1px 1px 5px #fff;
}
.fibramex-logo {
    position: absolute;
    top: 4.5vw;
    width: 22vw;
    right: 8vw;
    z-index: 1;
}
.red-inteligente-title span {
    font-weight: 400;
}
.red-inteligente-graf-1 {
    position: absolute;
    bottom: 0;
    width: 70vw;
    left: 15vw;
    z-index: 2;
}
.map-container {
    height: 55vh;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    overflow: hidden;
}
.g-map-container {
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-data {
    width: 100vw;
    background-color: #f07512;
    height: 45vh;
    position: absolute;
    padding: 3vw;
    color: #fff;
    box-sizing: border-box;
    bottom: 0;
    z-index: 220;
}
.contact-data h2 {
    font-size: 28px;
    margin-bottom: 0;
}
.contact-data h3 {
    font-size: 16px;
    font-weight: 200;
    margin-top: 0;
    line-height: 1.4;
}
.contact-data h3 a {
    color: #fff;
    text-decoration: none;
}
.contact-logo {
    position: absolute;
    right: 0;
    width: 45vh;
    top: 0;
    height: 45vh;
    background-color: #2e0f56;
}
.contact-logo img {
    width: 70%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.conocer-mas {
    display: block;
    padding: 10px 24px;
    font-size: 20px;
    text-decoration: none;
    color: #57b577;
    border: 1px solid #57b577;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    transition: all 0.1s ease-in;
    text-align: center;
}
.conocer-mas:hover {
    background-color: #57b577;
    color: #fff;
}
#slide3 {
    top: 200vh;
}
#slide4 {
    top: 300vh;
}
#slide5 {
    top: 400vh;
}
#slide6 {
    top: 500vh;
}
#slide7 {
    top: 600vh;
}
#slide8 {
    top: 700vh;
}
#slide9 {
    top: 800vh;
}
#slide10 {
    top: 900vh;
}
#slide11 {
    top: 1000vh;
}
#slide12 {
    top: 1100vh;
}
.video-title {
    display: none;
}
@media screen and (max-width: 768px) {
    #content-wrapper,
    body,
    html {
        height: inherit;
    }
    #triggers {
        display: none;
    }
    #pinContainer {
        height: inherit;
        overflow: auto;
    }
    .panel {
        position: relative;
        min-height: 100vh;
        overflow: hidden;
    }
    .panel a {
        text-decoration: none;
    }
    #slide1,
    #slide10,
    #slide11,
    #slide12,
    #slide2,
    #slide3,
    #slide4,
    #slide5,
    #slide6,
    #slide7,
    #slide8,
    #slide9 {
        top: inherit;
    }
    .video-title {
        display: block;
        color: #33424c;
        font-weight: 400;
        padding: 10px 16px 0 16px;
        margin-top: 60px;
        margin-bottom: 0;
    }
    header .nav .logo-fibramex-menu {
        width: 30vw;
        max-width: 200px;
        margin: 40px 0 10px 0;
    }
    header .nav > ul li {
        font-weight: 200;
        font-size: 5vw;
        padding: 3vw 10vw 3vw 20vw;
        line-height: 1.2;
        position: relative;
    }
    header .nav ul a img {
        width: 8vw;
        position: absolute;
        left: 10vw;
        top: 1.7vw;
    }
    #fibramex-darkblue-mobile {
        position: absolute;
        min-width: 64px;
        width: 20vw;
        top: 12px;
        left: 8px;
        transition: 0.3s;
        display: block;
        opacity: 0;
    }
    header.header-mobile {
        background-color: rgba(255, 255, 255, 0.98);
        border-bottom: 0.05vh solid rgba(50, 66, 76, 0.2);
    }
    header.header-mobile #fibramex-darkblue-mobile {
        opacity: 1;
    }
    .jal-bottom-dark {
        display: none;
    }
    #JAL-logo {
        top: 45%;
    }
    .JAL-summary {
        width: 90vw;
        height: 8vh;
        position: absolute;
        opacity: 1;
        margin: 0;
        bottom: 14vh;
        left: 5vw;
        z-index: 50;
    }
    .chevron-container {
        display: none;
    }
    .JAL-summary h1 {
        font-size: 6vw;
        line-height: 4vh;
        font-weight: 400;
    }
    .quotes {
        display: none;
    }
    #slogan .slogantxt {
        font-weight: 400;
        width: 88%;
        max-width: 88%;
        left: 50%;
        transform: translateX(-50%);
        text-align: justify;
        font-size: 16px;
        line-height: 1.3;
        top: 18%;
    }
    .servicios-container {
        top: 40%;
        width: calc(100vw - 32px);
        left: 16px;
    }
    .servicios-container .serv {
        width: calc(100% - 78px);
        float: none;
        margin-left: 0;
        text-align: left;
        font-size: 15px;
        margin: 0 0 40px 0;
        border-radius: 30px 0 0 30px;
        height: 60px;
        position: relative;
        padding-right: 20px;
    }
    .servicios-container .serv1 {
        background-color: #56b377;
    }
    .servicios-container .serv2 {
        background-color: #14a4c5;
    }
    .servicios-container .serv3 {
        background-color: #e97219;
    }
    .panel .servicios-container a:hover p {
        background-color: transparent;
        color: #fff;
    }
    .servicios-container .serv p {
        display: block;
        position: absolute;
        width: 72%;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 20px;
        color: #fff;
        font-weight: 400;
        margin: 0;
    }
    .servicios-container .serv img {
        width: 78px;
        display: block;
        position: absolute;
        right: -60px;
        -webkit-animation: none;
        animation: none;
        top: -7px;
    }
    #milestones {
        height: inherit;
    }
    .milestones-container {
        -webkit-animation: none;
        animation: none;
        margin-top: 30px;
        position: relative;
        top: 0;
        transform: none;
    }
    .milestones {
        display: none;
    }
    .milestones-mobile {
        display: block;
    }
    #ecosistema {
        height: auto;
        max-height: auto;
        min-height: calc(100vh - 60px);
        background-color: #32424c;
        margin-bottom: 50px;
    }
    .ecosistema-h1 {
        opacity: 1;
        margin-top: 10%;
        font-size: 18vw;
        position: relative;
        width: 90%;
        margin-left: 5%;
    }
    .ecosistema-h2 {
        opacity: 1;
        position: relative;
        font-size: 6vw;
        width: 90%;
        margin-left: 5%;
        color: #fff;
        font-weight: 400;
    }
    .ecocontainer {
        position: relative;
        margin-top: 10%;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 100px;
    }
    .ecocontainer .eco {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .ecocontainer .eco img {
        display: none;
    }
    .ecocontainer h3 {
        font-size: 22px;
        color: #56b075;
    }
    .ecocontainer p {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }
    .ecosistema-bg-mobile {
        width: 100%;
        position: absolute;
        bottom: -1px;
        display: block;
    }
    #servicio-ahorro-energia {
        height: inherit;
        margin-bottom: 60px;
    }
    .energia-logo-container {
        animation: none;
        position: relative;
        margin: 0 auto;
        width: 40vw;
        height: 40vw;
    }
    #energia-header-container {
        display: none;
    }
    .ahorro-energia-title,
    .diseno-iluminacion-title,
    .espacios-exteriores-title,
    .espacios-interiores-title,
    .iluminacion-led-title {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 10px auto;
        text-align: center;
        font-size: 18px;
        width: calc(100% - 28px);
        padding: 10px 14px;
        color: #fff;
        font-weight: 300;
        line-height: 1;
        background: #57b577;
        background: -moz-linear-gradient(left, #57b577 0, #2a708c 100%);
        background: -webkit-linear-gradient(left, #57b577 0, #2a708c 100%);
        background: linear-gradient(to right, #57b577 0, #2a708c 100%);
        min-height: 40px;
        line-height: 40px;
    }
    .ahorro-energia-title:before,
    .diseno-iluminacion-title:before,
    .espacios-exteriores-title:before,
    .espacios-interiores-title:before,
    .iluminacion-led-title:before {
        content: "";
        position: absolute;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 100%;
        background: inherit;
    }
    .ahorro-energia-title:after,
    .diseno-iluminacion-title:after,
    .espacios-exteriores-title:after,
    .espacios-interiores-title:after,
    .iluminacion-led-title:after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;
        bottom: -7vw;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 100%;
        background: inherit;
    }
    .diseno-iluminacion-icon,
    .espacios-exteriores-icon,
    .espacios-interiores-icon,
    .iluminacion-led-icon,
    .sub-vertical-title {
        display: none;
    }
    .ahorro-energia-graf-1,
    .ahorro-energia-graf-2 {
        display: none;
    }
    .ahorro-energia-graf-1-mobile,
    .ahorro-energia-graf-2-mobile {
        position: relative;
        width: 100%;
        top: inherit;
        margin-top: 6vw;
        display: block;
    }
    .ahorro-energia-graf-2 {
        margin-bottom: 50px;
    }
    #espacios-interiores {
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 10vw;
    }
    .diseno-iluminacion-mainicon,
    .espacios-exteriores-mainicon,
    .espacios-interiores-mainicon,
    .iluminacion-led-mainicon {
        position: relative;
        top: inherit;
        right: inherit;
        width: 30vw;
        margin: 0;
        bottom: -5px;
        display: block;
    }
    .espacios-interiores-mainicon {
        width: 20vw;
        left: 20px;
        bottom: -10px;
    }
    .espacios-interiores-graf-1 {
        display: none;
    }
    .espacios-interiores-graf-1-mobile {
        position: relative;
        bottom: inherit;
        left: 0;
        width: 100%;
        margin-top: 6vw;
        display: block;
    }
    .espacios-interiores-facts-container {
        position: relative;
        top: inherit;
        right: inherit;
    }
    .fact-container {
        margin: 10vw auto;
        width: 95vw;
        height: 28.4vw;
    }
    #espacios-exteriores {
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 10vw;
        height: inherit;
    }
    .espacios-exteriores-graf-1 {
        display: none;
    }
    .espacios-exteriores-graf-1-mobile {
        position: relative;
        bottom: inherit;
        width: 100%;
        left: 0;
        margin-top: 5vw;
        display: block;
    }
    .espacios-exteriores-facts-container {
        position: relative;
        top: inherit;
        right: inherit;
    }
    .bottom-right {
        position: relative;
        right: inherit;
        bottom: inherit;
        width: 100%;
        margin: 6vw 0 6vw 0;
        text-align: center;
    }
    .bottom-right img {
        width: 30%;
    }
    .bottom-right img:nth-child(2) {
        position: relative;
        right: inherit;
    }
    .conocer-mas-espacios-exteriores {
        position: relative;
        bottom: inherit;
        left: inherit;
        width: 80%;
        margin: 30px auto 0 auto;
    }
    .alumbrado-publico-icon,
    .escuelas-icon {
        display: none;
    }
    .espacios-exteriores-video-alumbrado-publico,
    .espacios-exteriores-video-escuelas {
        position: relative;
        bottom: auto;
        width: 90%;
        left: 5%;
        opacity: 1;
        margin: 16px 0 20px 0;
    }
    #iluminacion-led {
        min-height: inherit;
        max-height: inherit;
        height: auto;
    }
    .slide-iluminacion-led {
        opacity: 1;
        height: inherit;
    }
    .iluminacion-led-graf-1 {
        position: relative;
        bottom: inherit;
        left: -3%;
        width: 107%;
    }
    .iluminacion-led-facts-container {
        position: relative;
        top: inherit;
        right: inherit;
        padding-bottom: 6vw;
    }
    .productos-icon {
        display: none;
    }
    #diseno-de-iluminacion {
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 10vw;
        height: inherit;
    }
    .diseno-iluminacion-graf-1 {
        position: relative;
        bottom: inherit;
        width: 140%;
        left: -41%;
        margin-top: 5vw;
    }
    .diseno-iluminacion-facts-container {
        position: relative;
        top: inherit;
        right: inherit;
        left: 0;
    }
    #tecnologia-autosustentable-para-la-salud {
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 10vw;
        height: inherit;
    }
    .salud-logo-container {
        animation: none;
        position: relative;
        margin: 0 auto;
        width: 40vw;
        height: 40vw;
    }
    #salud-header-container {
        display: none;
    }
    .tecnologia-salud-title {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 10px auto;
        text-align: center;
        font-size: 18px;
        width: calc(100% - 28px);
        padding: 10px 14px;
        color: #fff;
        font-weight: 300;
        line-height: 1;
        background: #13a4c5;
        background: -moz-linear-gradient(left, #13a4c5 0, #ef1485 100%);
        background: -webkit-linear-gradient(left, #13a4c5 0, #ef1485 100%);
        background: linear-gradient(to right, #13a4c5 0, #ef1485 100%);
        min-height: 40px;
        line-height: 1.3;
        text-shadow: none;
    }
    .tecnologia-salud-title:before {
        content: "";
        position: absolute;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 100%;
        background: inherit;
    }
    .tecnologia-salud-title:after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;
        bottom: -7vw;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 100%;
        background: inherit;
    }
    .tec-salud-graf-1 {
        position: relative;
        bottom: inherit;
        width: 100%;
        left: 0;
        margin-top: 5vw;
    }
    .tec-salud-graf-2 {
        position: relative;
        bottom: inherit;
        width: 90%;
        left: 5%;
        right: inherit;
        margin-top: 5vw;
    }
    .airlite-icon,
    .alimentos-icon,
    .escuelas-salud-icon,
    .hospitales-icon {
        display: none;
    }
    .airlite-video-issste,
    .video-alimentos {
        position: relative;
        bottom: auto;
        width: 90%;
        left: 5%;
        opacity: 1;
        margin: 30px 0;
    }
    #conectividad {
        margin: 6vw 0 0 0;
        max-height: inherit;
        min-height: inherit;
        height: inherit;
    }
    .red-inteligente-logo-container {
        animation: none;
        position: relative;
        margin: 0 auto;
        width: 40vw;
        height: 40vw;
    }
    #red-inteligente-header-container {
        display: none;
    }
    .red-inteligente-title {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 10px auto;
        text-align: center;
        font-size: 18px;
        width: calc(100% - 28px);
        padding: 10px 14px;
        color: #fff;
        font-weight: 300;
        line-height: 1;
        background: #ed7416;
        background: -moz-linear-gradient(left, #ed7416 0, #371253 100%);
        background: -webkit-linear-gradient(left, #ed7416 0, #371253 100%);
        background: linear-gradient(to right, #ed7416 0, #371253 100%);
        min-height: 40px;
        line-height: 1.3;
        text-shadow: none;
    }
    .red-inteligente-title:before {
        content: "";
        position: absolute;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 100%;
        background: inherit;
    }
    .red-inteligente-title:after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;
        bottom: -7vw;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 100%;
        background: inherit;
    }
    .fibramex-logo {
        position: relative;
        top: inherit;
        right: inherit;
        width: 50%;
        margin: 10vw auto 0 auto;
        display: block;
    }
    .red-inteligente-graf-1 {
        position: relative;
        bottom: inherit;
        width: 96%;
        left: 2%;
        margin-top: 5vw;
    }
    #contacto {
        min-height: inherit;
        max-height: inherit;
        height: auto;
    }
    #contacto .contact-data {
        position: relative;
        height: inherit;
    }
    .contact-data h2 {
        font-size: 26px;
        margin-bottom: 0;
        font-weight: 400;
    }
    .contact-data h3 {
        font-size: 14px;
        font-weight: 400;
        margin-top: 0;
    }
    .contact-data h3 a {
        color: #fff;
        text-decoration: none;
    }
    #contacto .contact-logo {
        position: relative;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }
}
