@font-face {
    font-family: ArdelaEdgeX02Bold;
    src: url(fonts/ardela-edge-x02-bold.ttf) format("truetype");
}
@font-face {
    font-family: PoppinsBold;
    src: url(fonts/Poppins-Bold.ttf) format("truetype");
}
@font-face {
    font-family: PoppinsRegular;
    src: url(fonts/Poppins-Regular.ttf) format("truetype");
}

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
}

body {
    margin: 0px;
    font-family: ArdelaEdgeX02Bold;
    color: #fff;
    background-color: #00120c;
}

button:focus, input:focus, div:focus { outline: none; }

.preloader {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #000;
    background-image: url('../img/preloader-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.preloader img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.whatsapp-btn {
    position: fixed;
    z-index: 12;
    width: 4vw;
    right: 2.8%;
    bottom: 5%;
    cursor: pointer;
    transition: all .5s ease;
}
.whatsapp-btn:hover {
    transform: scale(1.1);
}

.header-menu {
    position: absolute;
    right: 60px;
    z-index: 1;
}
.header-menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 5% 0px;
}
.header-menu ul li {
    display: inline-block;
    line-height: 1.548vw;
    vertical-align: middle;
}
.header-menu ul li a {
    color: #fff;
    font-family: ArdelaEdgeX02Bold;
    font-size: 1.0322vw;
    text-decoration: none;
    line-height: 1.548vw;
    display: inline-block;
    padding: 0 2vw 0.5vw 2vw;
    min-width: 5vw;
    text-align: center;
}
.header-menu ul li:last-child ~ .header-menu ul li a {
    margin-right: 0px;
}

.header-menu #lang {
    font-family: 'ArdelaEdgeX02Bold';
    font-size: 0.83vw;
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
    padding: 0% 4% 10% 4%;
}

.menu-active {
    height: 0.21vw;
    width: 2.1vw;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 64%;
    left: 3.9vw;
    transition: left 0.2s ease;
}

.section {
    position: relative;
    width: 100%;
}

.policy {
    height: 100%;
}
.policy-content {
    padding: 0;
    background-image: url('../img/policy-bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.policy-title {
    position: absolute;
    top: 15%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 50.47vw;
}
.policy-txt {
    position: absolute;
    top: 30%;
    width: 60%;
    height: 60%;
    padding: 1% 2%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #0039a4;
    font-family: PoppinsRegular;
    font-size: 1.2vw;
    line-height: 2.4vw;
    overflow: auto;
}

.home {
    height: 100%;
}
.logo {
    position: absolute;
    z-index: 10;
    top: 2%;
    left: 10%;
    width: 28vw;
}
.home-slider {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.home-slider-items {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.home-slide {
    width: 100%;
}
.home-slide-1 {
    position: absolute;
    top: 0vw;
    left: 0vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-slide-d {
    position: absolute;
    top: 0vw;
    left: 0vw;
    margin-left: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-slide-d img, .home-slide-1 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.home-slide iframe {
    width: 100%;
    height: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.menu-btn {    
    color: #100c3e;
    font-family: 'ArdelaEdgeX02Bold';
    font-size: 20.8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1vw;
}
.menu-btn span {
    display: flex;
    border-radius: 7px;
    flex-wrap: nowrap;
    background-color: #fff;
    flex-direction: row;
    padding: 7px 20px;
    align-items: center;
}
.menu-popup {
    display: none;
}

.home-slider-bullets {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    top: 92%;
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.home-slider-bullet {
    height: 0.5vw;
    width: 3.36vw;
    background-color: #ffffff5e;
    margin: 0 0.8vw;
    cursor: pointer;
}
.home-slider-bullet-active {
    background-color: #fff;
}

.works-content {
    padding: 0;
    background-image: url('../img/work-bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.works-title {
    width: 14.14vw;
    margin: 0 auto;
    display: block;
    padding: 15% 0 5% 0;
}
.works-items {
    width: 90vw;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-bottom: 20%;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.works-items img {
    margin-bottom: 1%;
    max-width: 22.25vw;
    transition: all .3s ease !important;
}
.works-items img:hover {
    transform: scale(1.01) !important;
}

.interna-bg {
    width: 100%;
}
.interna-content {
    position: absolute;
    top: 0.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.interna-content img {
    width: 100%;
    position: relative;
}

.clients-content {
    padding: 0;
    background-image: url('../img/clientes-bg.jpg');
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.clients-title {
    display: block;
    margin: 0 auto;
    padding: 5% 0;
    width: 15.948vw;
}
.clients-carousel {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 19vw;
    overflow: hidden;
}
.clients-items {
    width: 150%;
    position: relative;
    transition: all 1s ease;
}
.clients-item-mob {
    position: absolute;
    width: 15.432vw;
    margin: 0vw;
    font-size: 1.238vw;
    font-family: 'PoppinsRegular';
    text-align: center;
    vertical-align: top;
    transition: all .5s ease;
}
.clients-item-mob img {
    display: block;
    margin: 0 auto;
    width: 23.5vw;
}
.clients-item {
    position: absolute;
    width: 15.432vw;
    margin: 0vw;
    font-size: 1.238vw;
    font-family: 'PoppinsRegular';
    text-align: center;
    vertical-align: top;
    transition: all .5s ease;
}
.clients-item-0 {
    left: -13vw;
    opacity: 0;
}
.clients-item-1 {
    left: 2vw;
    opacity: 1;
}
.clients-item-2 {
    left: 17vw;
    opacity: 1;
}
.clients-item-3 {
    left: 32vw;
    opacity: 1;
}
.clients-item-4 {
    left: 47vw;
    opacity: 1;
}
.clients-item-5 {
    left: 62vw;
    opacity: 1;
}
.clients-item-6 {
    left: 77vw;
    opacity: 0;
}

.clients-item-mob-0 {
    left: -18vw;
    opacity: 0;
}
.clients-item-mob-1 {
    left: 10vw;
    opacity: 1;
}
.clients-item-mob-2 {
    left: 38vw;
    opacity: 1;
}
.clients-item-mob-3 {
    left: 66vw;
    opacity: 1;
}
.clients-item-mob-4 {
    left: 94vw;
    opacity: 1;
}

.clients-item img, .clients-item span {
    display: block;
    margin: 0 auto;
    width: 8.46vw;
}
.clients-carousel-left {
    position: absolute;
    top: 52%;
    left: 3%;
    cursor: pointer;
    width: 3.2vw;
    transition: all 0.3s ease;
}
.clients-carousel-left:hover {
    transform: scale(1.1);
}
.clients-carousel-right {
    position: absolute;
    top: 52%;
    right: 3%;
    cursor: pointer;
    width: 3.2vw;
    transition: all 0.3s ease;
}
.clients-carousel-right:hover {
    transform: scale(1.1);
}

.benefits-content {
    padding: 0;
    background-image: url('../img/beneficios-bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.benefits-title {
    width: 30vw;
    margin: 0 auto;
    display: block;
    padding: 3% 0 1% 0;
}
.benefits-items {
    width: 35vw;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 3.4%;
}

.services {
    height: 100%;
}
.services-content {
    padding: 0;
}
.servicios-items {
    width: 80vw;
    margin: 0 auto;
    display: block;
    padding: 5.5% 0;
}
.services-slider {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.services-slider-items {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.services-slide {
    width: 100%;
}
.services-slide-1 {
    position: absolute;
    top: 0vw;
    left: 0vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.services-slide-d {
    position: absolute;
    top: 0vw;
    left: 0vw;
    margin-left: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.services-slide-d img, .services-slide-1 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.services-slider-bullets {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    top: 95%;
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.services-slider-bullet {
    height: 0.5vw;
    width: 3.36vw;
    background-color: #ffffff5e;
    margin: 0 0.8vw;
    cursor: pointer;
}
.services-slider-bullet-active {
    background-color: #fff;
}


.products-content {
    padding: 0;
    background-image: url('../img/productos-bg.jpg');
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.products-carousel {
    width: 100%;
    height: 50vw;
    overflow: hidden;
    padding: 4% 0;
}
.products-items {
    
}
.products-item {
    position: absolute;
    height: 50.32vw;
}
.pos-1 {
    left: 10%;
    transform: scale(0.6);
    z-index: 6;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.pos-2 {
    left: 15%;
    transform: scale(0.7);
    z-index: 7;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.pos-3 {
    left: 21%;
    transform: scale(0.8);
    z-index: 8;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.pos-4 {
    left: 28%;
    transform: scale(0.9);
    z-index: 9;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.pos-5 {
    left: 50%;
    transform: scale(1) translateX(-50%);
    z-index: 10;    
    transition: all 0.3s ease;
}
.pos-6 {
    left: 46%;
    transform: scale(0.9);
    z-index: 9;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.pos-7 {
    left: 53%;
    transform: scale(0.8);
    z-index: 8;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.pos-8 {
    left: 59%;
    transform: scale(0.7);
    z-index: 7;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.pos-9 {
    left: 64%;
    transform: scale(0.6);
    z-index: 6;
    filter: brightness(30%);
    transition: all 0.3s ease;
}
.products-carousel-left {
    position: absolute;
    top: 48%;
    left: 5%;
    cursor: pointer;
    width: 3.2vw;
    transition: all 0.3s ease;
}
.products-carousel-left:hover {
    transform: scale(1.1);
}
.products-carousel-right {
    position: absolute;
    top: 48%;
    right: 5%;
    cursor: pointer;
    width: 3.2vw;
    transition: all 0.3s ease;
}
.products-carousel-right:hover {
    transform: scale(1.1);
}

.industries-content {
    padding: 0;
    background-image: url('../img/industrias-bg.jpg');
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.industries-title {
    display: block;
    margin: 0 auto;
    padding: 13% 0 2% 0;
    width: 53.77vw;
}
.industries-carousel {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 32.36vw;
    overflow: hidden;
}
.industries-items {
    width: 1000%;
    transition: all 1s ease;
}
.industries-item {
    width: 15.432vw;
    margin: 2vw 0.3vw 0vw 0.3vw;
    font-size: 1.238vw;
    font-family: 'PoppinsRegular';
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.industries-item img, .industries-item span {
    display: block;
    margin: 0 auto;
    width: 7.432vw;
}
.industries-carousel-left {
    position: absolute;
    top: 52%;
    left: 3%;
    cursor: pointer;
    width: 3.2vw;
    transition: all 0.3s ease;
}
.industries-carousel-left:hover {
    transform: scale(1.1);
}
.industries-carousel-right {
    position: absolute;
    top: 52%;
    right: 3%;
    cursor: pointer;
    width: 3.2vw;
    transition: all 0.3s ease;
}
.industries-carousel-right:hover {
    transform: scale(1.1);
}

.contact {
    overflow: hidden;
}
.contact-content {
    background-image: url(../img/contacto-bg.jpg);
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    min-height: 45vw;
    padding-top: 8%;
    padding-bottom: 6%;
}
.contact-logo {
    position: absolute;
    width: 44.7734%;
    left: 8%;
    top: 40%;
    text-align: center;
    z-index: 2;
}
.contact-form {
    position: relative;
    width: 30%;
    left: 55%;
    top: 15%;
    text-align: center;
    z-index: 2;
    border: solid 0.21vw #fff;
    padding: 2%;
}
.contact-form-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-form-check {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4%;
}
.contact-form-check input {
    min-width: 1.4vw;
    height: 1.4vw;
}
.contact-form-check label {
    text-align: left;
    margin-left: 2%;
    font-family: PoppinsBold;
    font-size: 1.03vw;
}
.contact-form-check .min-label {
    font-size: 0.67vw;
}
.contact-form-check a {
    color: #fff;
}
.contact-form-input label {
    display: block;
    font-size: 1vw;
    margin-bottom: 2%;
    margin-top: 4%;
    font-family: PoppinsBold;
}
.contact-form-input input, .contact-form-input select {
    font-family: 'PoppinsRegular';
    font-size: 1.03vw;
    color: #fff;
    background-color: transparent;
    border: solid 0.21vw #fff;
    width: -webkit-fill-available;
    padding: 2% 4%;
    border-radius: 6px;
}
select option:not(first-child) {
    color: #000;
}
.contact-form-date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 2%;
}
.contact-form-date label {
    display: block;
    font-size: 0.78vw;
    margin-bottom: 2%;
    font-family: PoppinsBold;
    text-align: left;
    margin-left: 2vw;
}
.contact-form-date input {
    font-family: 'PoppinsRegular';
    font-size: 1.03vw;
    color: #fff;
    background-color: transparent;
    border: solid 0.21vw #fff;
    width: -webkit-fill-available;
    padding: 2% 4%;
    border-radius: 6px;
    color-scheme: dark;
    margin-left: 2vw;
}
#time {
    height: 1.9vw;
}
.contact-form-input-required {
    border: solid 0.21vw red !important;
}
.contact-form button {
    display: block;
    background-color: #fff;
    font-family: ArdelaEdgeX02Bold;
    font-size: 1.4vw;
    padding: 1.8% 6% 4% 6%;
    border: none;
    margin-top: 6%;
    color: #185bd8;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact-form button:hover {
    transform: scale(1.05);
}
.contact-label-message {
    display: none;
    font-family: ArdelaEdgeX02Bold;
    font-size: 25px;
    color: #fff;
    margin: 5% 0 0 0;
}
.gr-content {
    margin-top: 5%;
}


.footer {
    background-color: #00120c;
    height: 40%;
    margin-top: -3px;
    position: relative;
}
.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-menu-col-lg {
    width: 36%;
    padding: 12% 0 0 0;
}
.footer-menu-col {
    width: 12%;
    padding: 10% 0 10% 0;
}
.footer-menu-col-redes {
    width: 20%;
}
.footer-menu-col h4 {
    font-family: ArdelaEdgeX02Bold;
    font-size: 2.735vw;
    margin: 0 0 20% 0;
}
.footer-menu-col h5 {
    font-family: ArdelaEdgeX02Bold;
    font-size: 1.81vw;
    margin: 4% 0 7% 0;
    text-align: center;
}
.footer-menu-col ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.footer-menu-col ul li {
    margin-bottom: 10%;
}
.footer-menu-col ul a {
    color: #fff;
    text-decoration: none;
    font-family: ArdelaEdgeX02Bold;
    font-size: 1.5vw;
}
.footer-menu-col .social {
    text-align: center;
}
.footer-menu-col .social img {
    margin-right: 1.5%;
    margin-left: 1.5%;
    height: 2.8vw;
    transition: all 0.3s ease;
}
.footer-menu-col .social img:hover {
    transform: scale(1.05);
}
.footer-logo {
    width: 78.82%;
}
.copy {
    font-family: 'PoppinsRegular';
    font-size: 0.6vw;
    color: #fff;
    text-align: center;
    padding: 0 0 3vw 0;
    display: block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.m-desk {
    display: block;
}
.m-mob, .m-mob-flex {
    display: none !important;
}

@media screen and (max-width: 800px) {
    .whatsapp-btn {
        width: 12vw;
        right: 2%;
    }
    .m-desk {
        display: none !important;        
    }
    .m-mob {
        display: inline-block !important;
    }
    .m-mob-flex {
        display: flex !important;
    }
    .policy-content {
        background-image: url(../img/mob/policy-bg.jpg);
        background-size: cover;
        height: 100vh;
    }
    .policy-title {
        top: 15%;
        width: 86vw;
    }
    .policy-txt {
        top: 30%;
        width: 80%;
        height: 60%;
        padding: 1% 5%;
        font-size: 4.6vw;
        line-height: 9vw;        
    }
    .home {
        height: 100%;
    }
    .logo {
        top: 2%;
        left: 1%;
        width: 86vw;
    }
    .home-slider {
        height: 100%;
        background-color: #0100a6;     
    }
    .home-slide-1 {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-slide-d {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-slide-d img, .home-slide-1 img {
        width: auto;
        height: 100%;
        display: block;
        margin: 0 auto;
        bottom: 0px;
    }
    .header-menu {
        right: unset;
        width: 80%;
        left: 10%;
        top: 6%;
    }
    .logo-img {
        margin: 10% 0 19% 0;
    }
    .menu-opts {
        position: absolute;
        right: 2%;
        z-index: 10;
        top: 4.6%;
        width: 10.262vw;
    }
    #lang, #mob-lang {
        font-family: 'ArdelaEdgeX02Bold';
        color: #fff;
        background-color: transparent;
        border: solid 1px #fff;
        padding: 0% 4% 10% 4%;
        font-size: 3.5vw;
        width: 100%;
    }
    .menu-btn {
        font-size: 25px;
        margin-top: 30%;
        width: 100%;
    }
    .menu-btn span {
        padding: 3% 2% 3% 3%;
        width: 100%;
    }
    .menu-btn span img {
        width: 13%;
    }
    .menu-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        display: block;
        background-image: url('../img/mob/menu-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 11;
        display: none;
    }
    .menu-close {
        position: absolute;
        top: 5%;
        right: 10%;
        cursor: pointer;
        width: 6.93vw;
    }
    .menu-logo {
        position: absolute;
        top: 5%;
        left: 30%;
        width: 21.59vw;
    }
    .menu-item-1 {
        position: relative;
        display: block;
        top: 25vw;
        right: 0%;
        margin: 0 0 0 auto;
        cursor: pointer;
        width: 74.627vw;
    }
    .menu-item-2 {
        position: relative;
        display: block;
        top: 27vw;
        right: 0%;
        margin: 0 0 0 auto;
        cursor: pointer;
        width: 67.965vw;
    }
    .menu-item-3 {
        position: relative;
        display: block;
        top: 29vw;
        right: 0%;
        margin: 0 0 0 auto;
        cursor: pointer;
        width: 80.624vw;
    }
    .menu-item-4 {
        position: relative;
        display: block;
        top: 31vw;
        right: 0%;
        margin: 0 0 0 auto;
        cursor: pointer;
        width: 74.627vw;
    }
    .menu-item-5 {
        position: relative;
        display: block;
        top: 33vw;
        right: 0%;
        margin: 0 0 0 auto;
        cursor: pointer;
        width: 65.966vw;
    }


    .home-slider-bullets {
        top: 92%;
    }
    .home-slider-bullet {
        height: 1vw;
        width: 10vw;
        margin: 0 2vw;
    }

    .works-content {
        background-image: url(../img/mob/work-bg.jpg);
    }
    .works-title {
        width: 44%;
        padding: 25% 0 8% 0;
    }
    .works-items {
        width: 96vw;
        padding-bottom: 35%;
    }
    .works-items img {
        width: 47vw;
        max-width: 47vw;
        padding: 0% 0 2% 0;
    }

    .clients-content {
        background-image: url(../img/mob/clientes-bg.jpg);
    }

    .clients-title {
        padding: 20% 0 6% 0;
        width: 60%;
    } 
    .clients-carousel-mob {
        overflow: hidden;
        display: block !important;
        margin: 0 auto;
        height: 40vw;
        padding-bottom: 20%;
        padding-top: 10%;
        width: 100%;
    }
    .clients-mob-items {
        width: 150%;
        position: relative;
        transition: all 1s ease;
    }
    .clients-item {
        width: 30vw;
        height: 30vw;
        min-width: 30vw;
        margin: 2vw 0vw;
        font-size: 2vw;
        vertical-align: top;
        text-align: center;
    }
    .clients-item img {
        display: block;
        margin: 0% auto;
        width: 80%;
    }
    .clients-item span {
        display: block;
        margin: 15% auto;
        width: 100%;
    }
    .clients-slider-bullets {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        top: 90%;
        position: absolute;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
    }
    .clients-slider-bullet {
        height: 1.2vw;
        width: 8vw;
        background-color: #ffffff5e;
        margin: 0 1.5vw;
    }
    .clients-slider-bullet-active {
        background-color: #fff;
    }

    .benefits-content {
        background-image: url(../img/mob/beneficios-bg.jpg);
    }
    .benefits-title {
        width: 75%;
        padding: 10% 0 8% 0;
    }
    .benefits-items {
        width: 96vw;
        padding-bottom: 10%;
    }
    .benefits-items img {
        margin-bottom: 7%;
    }
    .services {
        height: 100vh;
        overflow: hidden;
    }
    .services-content {
        background-image: url(../img/mob/servicios-bg.jpg);
        background-size: cover;
        height: 100vh;
    }
    .servicios-items {
        width: auto;
        height: 100vh;
        padding: 0px;
    }

    .products, .contact {
        width: 100%;
        overflow: hidden;
    }
    .products-content {
        background-image: url(../img/mob/productos-bg.jpg);
    }
    .pos-1, .pos-2, .pos-3, .pos-4, .pos-6, .pos-7, .pos-8, .pos-9 {
        opacity: 0;
        transform: scale(1);
    }
    .products-carousel {
        height: 198vw;
        padding: 16% 0 0 0;
    }
    .products-item {
        height: 174vw;
    }
    .products-carousel-left {
        top: 193vw;
        width: 10vw;
        display: none;
    }
    .products-carousel-right {
        top: 193vw;
        width: 10vw;
        display: none;
    }
    .products-slider-bullets {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        top: 93%;
        position: absolute;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
    }
    .products-slider-bullet {
        height: 1.2vw;
        width: 6vw;
        background-color: #ffffff5e;
        margin: 0 1.5vw;
    }
    .products-slider-bullet-active {
        background-color: #fff;
    }

    .industries-content {
        background-image: url(../img/mob/industrias-bg.jpg);
    }

    .industries-title {
        padding: 26% 0 6% 0;
        width: 100%;
    }    
    .industries-carousel-mob {
        overflow: hidden;
        display: block !important;
        margin: 0 auto;
        height: 120vw;
        padding-bottom: 36%;
        width: 78%;
    }
    .industries-mob-items {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 120vw;
        align-items: flex-start;
        align-content: flex-start;
    }
    .industries-item {
        width: 26vw;
        height: 28vw;
        margin: 2vw 0vw 6vw 0vw;
        font-size: 2vw;
        vertical-align: top;
        text-align: center;
    }
    .industries-item img {
        display: block;
        margin: 15% auto;
        width: 80%;
    }
    .industries-item span {
        display: block;
        margin: 15% auto;
        width: 100%;
    }
    .industries-slider-bullets {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        top: 90%;
        position: absolute;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
    }

    .industries-slider-bullet {
        height: 1.2vw;
        width: 8vw;
        background-color: #ffffff5e;
        margin: 0 1.5vw;
    }
    .industries-slider-bullet-active {
        background-color: #fff;
    }

    .contact-content {
        background-image: url(../img/mob/contacto-bg.jpg);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        min-height: 314vw;
        padding-top: 8%;
        padding-bottom: 6%;
    }
    .contact-form {
        position: relative;
        width: 80%;
        left: 5%;
        top: 15%;
        text-align: center;
        z-index: 2;
        border: solid 0.5vw #fff;
        padding: 5%;
        margin-top: 70%;
    }
    .contact-form-input label {
        font-size: 3vw;
    }
    .contact-form-input input, .contact-form-input select {
        font-size: 4vw;
        border: solid 0.5vw #fff;
        padding: 2% 4%;
        border-radius: 1.1vw;
    }
    .contact-form button {
        font-size: 4vw;
    }
    .contact-form-check input {
        min-width: 4vw;
        height: 4vw;
    }
    .contact-form-check label {
        font-size: 3vw;
    }
    .contact-form-date label {
        font-size: 3vw;
        margin-left: 7vw;
    }
    .contact-form-date input {
        font-size: 3vw;
        margin-left: 7vw;
        border: solid 0.5vw #fff;
    }
    #time {
        height: 5.6vw;
    }
    .contact-form-check .min-label {
        font-size: 2.1vw;
    }
    .footer-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-menu-col-lg {
        width: 100%;
        padding: 35% 0 0 0;
    }
    .footer-logo {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .footer-menu-col {
        width: 80%;
        padding: 0 0 8% 0;
        text-align: center;
    }
    .footer-menu-col h4 {
        font-size: 7vw;
        margin: 0 0 10% 0;
    }
    .footer-menu-col ul li {
        margin-bottom: 6%;
    }
    .footer-menu-col ul a {
        font-size: 5vw;
    }
    .footer-menu-col-redes {
        width: 80%;
        padding-bottom: 30vw;
    }
    .footer-menu-col h5 {
        font-size: 5vw;
    }
    .footer-menu-col .social img {
        height: 7vw;
    }
    .copy {
        font-size: 2.2vw;
        padding: 0 5% 5% 5%;
    }

}