html, body {
    font-family: 'Roboto Condensed', sans-serif;
    scroll-behavior: smooth;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* Sección general de Tags */
h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
h2 {
    margin: 0;
}
h3 {
    margin: 0;
}
h4 {
    margin: 0;
}
h5 {
    margin: 0;
}
h6 {
    margin: 0;
}

p {
    margin: 0;
}
@media (max-width: 768px) {
    h1 {  }
}

.content {
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
}


/* Menú principal superior */
#navbarHead {
    width: 100%;
    color: #fff;
    backdrop-filter:  saturate(180%) blur(10px);
    background-color: rgba(0,0,0,.5);
    padding: 10px 20px 15px 20px;
    display: block;
    position: fixed;
    text-align: right;
    top: 0px;
    z-index: 100;
}
.navbarHead {
    display: inline-block;
    min-width: 300px;
    vertical-align: top;
}
.menuLogo {
    /* width: 30%; */
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
}
.menuLogo img {
    height: 50px;
    position: absolute;
    left: 20px;
    margin-top: 10px;
}
.menuLogo2 {
    margin-left: 210px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}
.menuLogo3 {
    margin-left: 280px;
    height: 50px;
    padding-left: 20px;
}
@media (max-width: 768px) {
    #navbarHead {
        height: 80px;
    }
    .menuLogo img {
        height: 50px;
        margin-top: 10px;
    }
    .menuLogo2 {
        height: 40px;
        margin-top: 10px;
        margin-left: 190px;
        border-left: none;
    }
    .menuLogo3 {
        height: 40px;
        margin-top: 10px;
        margin-left: 200px;
    }
}
#menu {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: right;
    font-size: 22px;
    font-weight: 100;
}
#menu span {
    font-size: 12px;
    font-weight: 700;
}
#menu ul {
    padding-top: 5px;
}
#menu li {
    list-style-type: none;
    display: inline;
    padding-left: 20px;
}
#menu a {
    font-size: 14px;
    font-weight: 700;
    color: #d6d6d6;
    text-decoration: none;
}
#menu a:hover {
    color: #fff;
    text-decoration: none;
    /*border-bottom: 1px solid #ffc100;*/
}

.menu_button a {
    font-size: 12px!important;
    font-weight: 300;
    color: #000!important;
    text-align: center;
    background: #ff9900;
    border-radius: 20px;
    padding: 4px 18px;
    margin: 0 2px;
}
.menu_button a:hover {
    background: #ffc100;
}
.menu_button1 a {
    font-size: 12px!important;
    font-weight: 300!important;
    color: #000!important;
    text-align: center;
    background: #ccc;
    border-radius: 20px;
    padding: 4px 18px;
    margin: 0 2px;
}
.menu_button1 a:hover {
    background: #ffc100;
}
.menu_principalX a {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
}
.menu_separa {
    border-right: 1px solid #ccc;
}

#menuAlt {
    display: none;
}
@media only screen and (max-width: 768px) {
    #menuAlt {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: left;
        color: #00C9FF;
        font-weight: 300;
        padding-top: 70px;
        margin-bottom: 0;
    }
    #menuAlt h2 {
        font-size: 40px;
        font-weight: 700;
        margin: 0;
    }
    #menuAlt h3 {
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }
    #menuAlt p {
        font-size: 18px;
        font-weight: 300;
        margin: 0;
    }
    #menuAlt span {
        font-size: 14px;
        font-weight: 700;
    }
    #menuAlt a {
        color: #00C9FF;
        text-decoration: none;
    }
    #menuAlt a:hover {
        color: #ffc100;
        text-decoration: none;
    }
    .menu_separa {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}

.headmail {
    font-size: 14px !important;
    text-decoration: none !important;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.menu_bot1 {
    border: 1px solid #fff;
    background: #ff9900;
    border-radius: 30px;
    padding-right: 20px;
    padding-bottom: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.menu_bot1:hover {
    background-color: #000;
    transition: 300ms;
}
.menu_bot2 {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 30px;
    padding-right: 20px;
    padding-bottom: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.menu_bot2:hover {
    background-color: #000;
    transition: 300ms;
}
.menuHeadBottom {
    width: 100%;
    height: 100px;
    background-size: 100%;
}
@media only screen and (max-width: 768px) {
    .menuHeadBottom {
        height: 60px;
    }
}

/* Iniciá menú móvil */
#toggle {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

#toggle .span {
  height: 7px;
  background: #fff;
  margin: 5px auto;
  backface-visibility: hidden;
}

#toggle.on #one {
  transform: rotate(45deg) translateX(6px) translateY(6px);
}

#toggle.on #two {
  opacity: 0;
}

#toggle.on #three {
  transform: rotate(-45deg) translateX(10px) translateY(-12px);
}

#resize {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.9);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: table;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#resize #menu {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0,0,0,.3);
}

#resize ul {
    padding: 30% 30px 30px 50px;
}
#resize li {
    list-style: none;
    color: #fff;
    margin-bottom: 30px;
}
#resize a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}
#resize span {
    padding-right: 10px;
}

#resize #menu li {
  display: block;
  text-align: center;
  background-color: rgba(0,0,0,.1);
  border-bottom: 1px solid #202020;
  text-align: center;
  font-size: 16px;
  min-height: 40px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}

#resize #menu li:hover {
  background: #fff;
}

#resize #menu li:hover a {
  color: #fff;
  transition: all 0.3s ease-out;
}

#resize #menu li a {
    color: #fff;
    position: relative;
    top: 10px;
}

#resize.active {
  visibility: visible;
  opacity: 0.99;
}

@media (max-width: 768px) {
  #toggle {
    visibility: visible;
    opacity: 1;
  }
  #menu {
    display: none;
  }
}

@media (min-width: 768px) {
  #resize {
    visibility: hidden !important;
  }
}
/* Termina menú móvil */

#menuP {
    position: absolute;
}
.menuP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: rgba(0,56,116,.1);
    padding: 10px 20px;
}
.menuP img {
    height: 50px;
}
.menuP_ a {
    font-size: 12px;
    font-weight: 500;
    color: #C7E8FB;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}
.menuP_ a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}



/* Secc. Menú principal */
#menuBody {
    width: 100%;
    background: #000;
    margin-bottom: 10px;
}
.menuBody {
    padding: 0;
    text-align: center;
}
.menuBody h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.menuBody a {
    text-decoration: none;
    color: #fff;
}
.menuBody a:hover {
    color: #FA009A;
}
.menuBody_blk {
    width: 24.5%;
    height: 200px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}
.menuBody-tit {
    width: 100%;
    height: 50px;
    background: rgba(0,0,0, .8);
    padding-top: 18px;
    position: relative;
    bottom: -150px;
}
.menuBody_1 { background: #000 url('../images/menu-img-sistemas-led-uv.png') no-repeat center center; background-size: 100%; }
.menuBody_1:hover { opacity: 90%; transition: 300ms; }
.menuBody_2 { background: #000 url('../images/menu-img-sistemas-lamparas-uv.png') no-repeat center center; background-size: 100%; }
.menuBody_2:hover { opacity: 90%; transition: 300ms; }
.menuBody_3 { background: #000 url('../images/menu-img-segmentos.png') no-repeat center center; background-size: 100%; }
.menuBody_3:hover { opacity: 90%; transition: 300ms; }
.menuBody_4 { background: #000 url('../images/menu-img-servicios.png') no-repeat center center; background-size: 100%; }
.menuBody_4:hover { opacity: 90%; transition: 300ms; }
@media only screen and (max-width: 768px) {
    .menuBody_blk {
        width: 49%;
    }
}



/* Secc. Somos */
#somos {
    background: #fff url('../images/danvav-gew-bg-01.png') no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 10px;
}
.somos_bg_alt {
    background: rgba(255,255,255, .8);
    background-size: 100%;
}
.somos {
    padding: 50px;
    color: #202020;
}
.somos h2 {
    font-size: 45px;
    font-weight: 100;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.somos h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.somos p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.somos img {
    display: inline-block;
    margin: 0 40px 40px 0;
}
.somos_imgAlt {
    height: 58px;
}
.somos_blk {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 30px;
    margin: 0;
}
.somos button {
    border: 1px solid #202020;
    border-radius: 0;
    background: transparent;
    padding: 10px 50px;
    width: auto;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #202020;
    margin-top: 60px;
    cursor: pointer;
}
.somos button:hover {
    background-color: #000;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #somos {
        background: #fff url('../images/danvav-gew-bg-01.png') no-repeat center center;
        background-size: 450%;
    }
        .somos {
        padding: 20px;
    }
    .somos_blk {
        width: 100%;
        padding: 0;
    }
}



/* Secc. E2C */
#_e2c {
    background: #000 url('../images/danvav-gew-bg-02.png') no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 10px;
}
._e2c {
    padding: 13% 80px;
}
._e2c h2 {
    font-size: 85px;
    font-weight: 100;
    color: #fff;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 0;
}
._e2c p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    padding-right: 50%;
    margin-bottom: 20px;
}
._e2c button {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 10px 50px;
    width: auto;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
}
._e2c button:hover {
    background-color: #fff;
    color: #202020;
    transition: opacity 0.5s ease-in-out;
}



/* Secc. Sistemas de Curado LED UV */
#prodLed {
    background: #fff;
    height: 350px;
    margin-bottom: 10px;
}
.prodLed {
    margin: 0;
    padding: 0;
}
.prodLed h2 {
    font-size: 55px;
    font-weight: 100;
    color: #fff;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.prodLed p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.prodLed_blk_1 {
    width: 49.4%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    height: 350px;
    padding: 80px 80px 40px 80px;
    margin: 0;
}
.prodLed_blk_2 {
    width: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.ctaAeroLed {
    background: #000 url('../images/danvav-gew-bg-03.png') no-repeat center center;
    background-size: 100%;
}
.ctaLeoLed {
    background: #000 url('../images/danvav-gew-bg-04.png') no-repeat center center;
    background-size: 100%;
}
.prodLed button {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 10px 50px;
    width: auto;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.prodLed button:hover {
    background-color: #fff;
    color: #202020;
    transition: opacity 0.5s ease-in-out;
}



/* Secc. Segmentos */
#segmentos {
    background: #000;
    margin-bottom: 10px;
}
.segmentos {
    padding: 100px 0;
    text-align: center;
}
.segmentos h2 {
    font-size: 65px;
    font-weight: 100;
    color: #999;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.segmentos h3 {
    font-size: 22px;
    font-weight: 300;
    color: #999;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.segmentos h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.segmentos h5 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.segmentos p {
    font-size: 16px;
    font-weight: 300;
    color: #999;
    text-align: left;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 20px 0;
}
.segmentos hr {
    border: none;
    width: 100%;
    border-top: 1px solid #999;
    margin: 5px 0;
}

.segmentosMarcas {
    width: 100%;
    margin: 40px 0;
}
.segmentosMarcas img {
    display: inline-block;
    margin: 20px;
}
.segmentos_blk {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 50px;
}
.segmentos_ {
    text-align: center;
}
.segmentos_f img {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.segmentos button {
    border: 1px solid #fff;
    border-radius: 0;
    background: #ff9900;
    padding: 10px 50px;
    width: auto;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.segmentos button:hover {
    background-color: #000;
    color: #ff9900;
    transition: opacity 0.5s ease-in-out;
}



















/* Sección Head */
#headTit {
    background: #000 url('../images/hp-designjet-bg-home-1.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}
.headTit_bg_alt_01 {
    background: linear-gradient(0deg, rgba(0,0,0, .01), rgba(0,0,0, .9));
}
.headTit {
    padding-top: 12%;
    letter-spacing: -.03em;
    text-align: right;
    color: #fff;
    height: 100vh;
}
.headTit h1 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.headTit h2 {
    font-size: 35px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.headTit span {
    font-weight: 700;
}
.headTit hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 0 30px 50%;
}
.headTit_arrow {
    position: absolute;
    right: 46%;
    bottom: 150px;
}
.headTit_arrow:hover {
    bottom: 145px;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #headTit {
        background: #000 url('../images/hp-designjet-bg-home-1.png') no-repeat center center;
        background-size: 385%;
    }
    .headTit {
        padding-top: 40%;
    }
    .headTit h1 {
        font-size: 50px;
        text-shadow: 0 0 4px #000;
    }
    .headTit h2 {
        text-shadow: 0 0 4px #000;
    }
    .headTit_arrow {
        right: 38%;
        bottom: 30px;
    }
    .headTit_arrow:hover {
        bottom: 85px;
    }
}
@media only screen and (min-width: 1800px) {
    .headTit {
        padding-top: 10%;
    }
    .headTit_arrow {
        bottom: 70px;
    }
    .headTit_arrow:hover {
        bottom: 65px;
    }
    .headTit_arrow {
        right: 48%;
    }
}



#detail {
    background: #000 url('../images/hp-designjet-bg-home-1.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}
.detail_bg_alt_01 {
    backdrop-filter:  saturate(180%) blur(10px);
    background-color: rgba(0,0,0,0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    #detail {
        background: #000 url('../images/hp-designjet-bg-home-1.png') no-repeat center center;
        background-size: 385%;
    }
    .detail_bg_alt_01 {
        height: 120%;
    }
    .detail {
        padding-top: 40%;
    }
    .detail h1 {
        font-size: 50px;
    }
    .detail_arrow {
        right: 38%;
        bottom: 90px;
    }
    .detail_arrow:hover {
        bottom: 85px;
    }
}
@media only screen and (min-width: 1800px) {
    .detail {
        padding-top: 10%;
    }
}



/* Separador */
.separaSecc {
    background: #000;
    height: 60px;
}



/* Secc. Constructores y Arquitectos */
#arq {
    background: #000 url('../images/hp-designjet-bg-arq-1.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
}
.arq_bg_alt_01 {
    background: linear-gradient(0deg, rgba(0,0,0, .01), rgba(0,0,0, .9));
}
.arq {
    padding-top: 10%;
    letter-spacing: -.03em;
    color: #fff;
    height: 100vh;
}
.arq h2 {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.arq h3 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.arq p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
.arq span {
    font-weight: 700;
}
.arq hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 30% 30px 0;
}
.arq button {
    border: 1px solid #fff;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    padding: 10px 50px;
    width: auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
}
.arq button:hover {
    background-color: #000;
    transition: opacity 0.5s ease-in-out;
}
.arq img {
    display: inline-block;
    margin-right: 20px;
}
.headTit_arrow2 {
    position: relative;
    right: -20%;
    bottom: -20px;
}
.headTit_arrow2:hover {
    bottom: -22px;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #arq {
        background: #000 url('../images/hp-designjet-bg-arq-1.png') no-repeat center left;
        background-size: 385%;
    }
    .arq {
        padding-top: 30%;
    }
    .arq h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .arq h3 {
        font-size: 30px;
    }
    .arq button {
        margin-bottom: 20%;
    }
    .spaceH220 {
        display: none;
    }
    .arq img {
        width: 140px;
    }
    .headTit_arrow2 {
        display: none !important;
        width: 84px !important;
        height: auto !important;
        right: -40%;
    }
}
@media only screen and (min-width: 1800px) {
    #arq {
        background: #000 url('../images/hp-designjet-bg-arq-2.png') no-repeat center center;
    }
    .arq {
        padding-top: 8%;
    }
    .arq hr {
        margin: 30px 50% 30px 0;
    }
    .headTit_arrow2 {
        right: -25%;
    }
}



/* Secc. Estamos contigo */
#estamos {
    background: #000;
    height: 800px;
}
.estamos {
    padding-top: 12%;
    letter-spacing: -.03em;
    color: #fff;
    height: 800px;
}
.estamos h2 {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 80px;
}
.estamos p {
    font-size: 25px;
    font-weight: 100;
    width: 40%;
    margin: 0;
}
.estamos span {
    font-weight: 700;
}
.estamos_shield {
    width: 50px;
    margin-bottom: 10px;
}
.estamos_plus {
    position: relative;
    left: 46%;
    bottom: -5%;
}
.estamos_plus:hover {
    width: 103px;
    height: auto;
    left: 46%;
    bottom: -4%;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .estamos {
        padding-top: 35%;
    }
    .estamos h2 {
        font-size: 50px;
    }
    .estamos p {
        width: 90%;
    }
    .estamos_plus {
        left: 36%;
        bottom: -15%;
    }
    .estamos_plus:hover {
        bottom: -15%;
    }
}
@media only screen and (min-width: 1800px) {
    .estamos {
        padding-top: 10%;
    }
}



/* Secc. Manufactura */
#manufactura {
    background: #000 url('../images/hp-designjet-bg-manufactura-1.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}
.manufactura_bg_alt_01 {
    background: linear-gradient(0deg, rgba(0,0,0, .01), rgba(0,0,0, .9));
}
.manufactura {
    padding-top: 10%;
    letter-spacing: -.03em;
    color: #fff;
    text-align: right;
    height: 100vh;
}
.manufactura h2 {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.manufactura h3 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.manufactura p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
.manufactura span {
    font-weight: 700;
}
.manufactura hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 0 30px 15%;
}
.manufactura button {
    border: 1px solid #fff;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    padding: 10px 50px;
    width: auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
}
.manufactura button:hover {
    background-color: #000;
    transition: opacity 0.5s ease-in-out;
}
.manufactura img {
    display: inline-block;
    margin-left: 20px;
}
.headTit_arrow3 {
    position: relative;
    left: -10%;
    bottom: -20px;
}
.headTit_arrow3:hover {
    bottom: -22px;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #manufactura {
        background: #000 url('../images/hp-designjet-bg-manufactura-1.png') no-repeat center center;
        background-size: 385%;
    }
    .manufactura {
        padding-top: 30%;
    }
    .manufactura h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .manufactura h3 {
        font-size: 30px;
    }
    .manufactura button {
        margin-bottom: 20%;
    }
    .spaceH220 {
        display: none;
    }
    .manufactura img {
        width: 140px;
    }
    .headTit_arrow3 {
        display: none !important;
    }
}
@media only screen and (min-width: 1800px) {
    #manufactura {
        background: #000 url('../images/hp-designjet-bg-manufactura-1.png') no-repeat bottom center fixed;
    }
    .manufactura {
        padding-top: 8%;
    }
    .manufactura hr {
        margin: 30px 0 30px 35%;
    }
    .headTit_arrow3 {
        left: -23%;
    }
}



/* Secc. CTA 2 */
#cta2 {
    background: #000;
    height: 700px;
}
.cta2 {
    padding-top: 16%;
    letter-spacing: -.02em;
    color: #fff;
    height: 700px;
}
.cta2 h2 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 80px;
}
.cta2 p {
    font-size: 25px;
    font-weight: 100;
    padding-right: 20%;
    margin-bottom: 50px;
}
.cta2 span {
    font-weight: 700;
}
.cta2 button {
    border: 1px solid #ffc100;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    padding: 10px 50px;
    width: auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ffc100;
    margin-top: 20px;
    cursor: pointer;
}
.cta2 button:hover {
    background-color: #ffc100;
    color: #000;
    transition: opacity 0.5s ease-in-out;
}
.cta2_blk {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 50px;
}
.headTit_arrow4 {
    opacity: 20%;
    position: relative;
    right: -50%;
    bottom: -30px;
}
.headTit_arrow4:hover {
    opacity: 50%;
    bottom: -32px;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #cta2 {
        height: 860px;
    }
    .cta2 {
        padding-top: 35%;
    }
    .cta2 h2 {
        font-size: 40px;
    }
    .cta2 p {
        font-size: 18px;
        padding-right: 0;
    }
    .cta2_blk {
        width: 100%;
    }
    .headTit_arrow4 {
        right: -40%;
    }
}
@media only screen and (min-width: 1800px) {
    .cta2 {
        padding-top: 14%;
    }
    .headTit_arrow4 {
        right: -49%;
    }
}



/* Secc. Producción */
#produccion {
    background: #000 url('../images/hp-designjet-bg-produccion-1.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}
.produccion_bg_alt_01 {
    background: linear-gradient(90deg, rgba(0,0,0, .01), rgba(0,0,0, .9));
}
.produccion {
    padding-top: 10%;
    letter-spacing: -.03em;
    color: #fff;
    text-align: right;
    height: 100vh;
}
.produccion h2 {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.produccion h3 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.produccion p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
.produccion span {
    font-weight: 700;
}
.produccion hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 0 30px 28%;
}
.produccion button {
    border: 1px solid #fff;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    padding: 10px 50px;
    width: auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
}
.produccion button:hover {
    background-color: #000;
    transition: opacity 0.5s ease-in-out;
}
.produccion img {
    display: inline-block;
    margin-left: 20px;
}
.headTit_arrow5 {
    opacity: 20%;
    position: relative;
    left: -27%;
    bottom: -20px;
}
.headTit_arrow5:hover {
    opacity: 50%;
    bottom: -22px;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #produccion {
        background: #000 url('../images/hp-designjet-bg-produccion-1.png') no-repeat center center;
        background-size: 385%;
        height: 980px !important;
    }
    .produccion {
        padding-top: 20%;
    }
    .produccion h2 {
        font-size: 55px;
        margin-bottom: 20px;
    }
    .produccion h3 {
        font-size: 30px;
    }
    .produccion button {
        margin-bottom: 20%;
    }
    .spaceH120 {
        display: none;
    }
    .headTit_arrow5 {
        display: none !important;
    }
}
@media only screen and (min-width: 1800px) {
    #produccion {
        background: #000 url('../images/hp-designjet-bg-produccion-1.png') no-repeat bottom center fixed;
    }
    .produccion {
        padding-top: 10%;
    }
    .produccion hr {
        margin: 30px 0 30px 46%;
    }
    .headTit_arrow5 {
        left: -35%;
    }
}



/* Secc. Contacto */
#contacto {
    background: #f5f5f7;
    margin: 10px 0;
}
.contacto {
    padding: 0;
}
.contacto h2 {
    font-size: 40px;
    font-weight: 100;
    color: #202020;
    line-height: 1em;
    margin-bottom: 40px;
}
.contacto h3 {
    font-size: 35px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 20px;
}
.contacto p {
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    margin: 0;
}
.contacto span {
    font-weight: 700;
}
.contacto button {
    border: 1px solid #ff9900;
    border-radius: 3px;
    background: #ff9900;
    padding: 10px 50px;
    width: auto;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.contacto button:hover {
    background-color: #ffc100;
    transition: opacity 0.5s ease-in-out;
}
.contacto_blk_1 {
    background: #000 url('../images/hp-designjet-bg-alt-1') no-repeat center center;
    background-size: cover;
    width: 19%;
    height: 100vh;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.contacto_blk_2 {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 14% 0 5% 80px;
    margin: 0;
}
.contacto_blk_2a {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 100px;
    min-width: 300px;
    margin: 0;
}
.contacto_blk_2b {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #ccc;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .contacto h2 {
        font-size: 40px;
    }
    .contacto_blk_1 {
        background: #000 url('../images/hp-designjet-bg-alt-1') no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 300px;
    }
    .contacto_blk_2 {
        width: 100%;
        padding: 8% 0 0 20px;
    }
    .contacto_blk_2a {
        width: 100%;
        padding-right: 0;
    }
    .contacto_blk_2b {
        width: 100%;
        border: none;
    }
    .contacto button {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1800px) {
    .contacto_blk_1 {
        background: #000 url('../images/hp-designjet-bg-alt-1') no-repeat top center;
        background-size: 102%;
    }
}



/* Secc. Comercio */
#comercio {
    background: #000 url('../images/hp-designjet-bg-retail-1.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
}
.comercio_bg_alt_01 {
    background: linear-gradient(0deg, rgba(0,0,0, .01), rgba(0,0,0, .9));
}
.comercio {
    padding-top: 10%;
    letter-spacing: -.03em;
    color: #fff;
    text-align: right;
    height: 100vh;
}
.comercio h2 {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.comercio h3 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.comercio p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
.comercio span {
    font-weight: 700;
}
.comercio hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 0 30px 5%;
}
.comercio button {
    border: 1px solid #fff;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    padding: 10px 50px;
    width: auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
}
.comercio button:hover {
    background-color: #000;
    transition: opacity 0.5s ease-in-out;
}
.comercio img {
    display: inline-block;
    margin-left: 20px;
}
.headTit_arrow6 {
    opacity: 20%;
    position: relative;
    left: -17%;
    bottom: -20px;
}
.headTit_arrow6:hover {
    opacity: 50%;
    bottom: -22px;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #comercio {
        background: #000 url('../images/hp-designjet-bg-retail-1.png') no-repeat center center;
        background-size: 325%;
    }
    .comercio {
        padding-top: 30%;
    }
    .comercio h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .comercio h3 {
        font-size: 30px;
    }
    .comercio button {
        margin-top: 10%;
        margin-bottom: 10%;
        width: 250px;
    }
    .spaceH150 {
        display: none;
    }
    .comercio img {
        width: 120px;
    }
    .headTit_arrow6 {
        display: none !important;
    }
}
@media only screen and (min-width: 1800px) {
    #comercio {
        background: #000 url('../images/hp-designjet-bg-retail-1.png') no-repeat center center;
    }
    .comercio {
        padding-top: 5%;
    }
    .comercio hr {
        margin: 30px 0 30px 30%;
    }
}



/* Secc. Arte y Foto */
#arteyfoto {
    background: #000 url('../images/hp-designjet-bg-arte-1.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}
.arteyfoto_bg_alt_01 {
    background: linear-gradient(0deg, rgba(0,0,0, .01), rgba(0,0,0, .9));
}
.arteyfoto {
    padding-top: 10%;
    letter-spacing: -.03em;
    color: #fff;
    height: 100vh;
}
.arteyfoto h2 {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.arteyfoto h3 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin: 0;
}
.arteyfoto p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
.arteyfoto span {
    font-weight: 700;
}
.arteyfoto hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 30% 30px 0;
}
.arteyfoto button {
    border: 1px solid #fff;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    padding: 10px 50px;
    width: auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
}
.arteyfoto button:hover {
    background-color: #000;
    transition: opacity 0.5s ease-in-out;
}
.arteyfoto img {
    display: inline-block;
    margin-right: 20px;
}
.headTit_arrow7 {
    opacity: 20%;
    position: relative;
    right: -18%;
    bottom: -20px;
}
.headTit_arrow7:hover {
    opacity: 50%;
    bottom: -22px;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #arteyfoto {
        background: #000 url('../images/hp-designjet-bg-arte-1.png') no-repeat center center;
        background-size: 355%;
    }
    .arteyfoto {
        padding-top: 25%;
    }
    .arteyfoto h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .arteyfoto h3 {
        font-size: 30px;
    }
    .arteyfoto button {
        margin-top: 15%;
        margin-bottom: 15%;
    }
    .spaceH220 {
        display: none;
    }
    .arteyfoto img {
        width: 140px;
    }
    .headTit_arrow7 {
        display: none !important;
    }
}
@media only screen and (min-width: 1800px) {
    #arteyfoto {
        background: #000 url('../images/hp-designjet-bg-arte-1.png') no-repeat center center fixed;
    }
    .arteyfoto {
        padding-top: 8%;
    }
    .arteyfoto hr {
        margin: 30px 50% 30px 0;
    }
}



/* Secc. Encuentra tu DesignJet ideal */
#encuentra {
    background: #fff url('../images/hp-designjet-bg-1.png') no-repeat bottom center fixed;
    background-size: cover;
    margin: 10px 0;
    padding-top: 20%;
    padding-bottom: 15%;
    height: 100vh;
}
.encuentra {
    backdrop-filter:  saturate(180%) blur(10px);
    background: rgba(255,255,255, .2);
    padding-top: 5%;
    padding-bottom: 5%;
    letter-spacing: -.03em;
    text-align: center;
}
.encuentra h2 {
    font-size: 60px;
    font-weight: 100;
    color: #202020;
    margin: 0;
}
.encuentra span {
    font-weight: 700;
}
.encuentra button {
    border: 1px solid #fff;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    padding: 10px 50px;
    width: auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.encuentra button:hover {
    background-color: #000;
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
    #encuentra {
        background: #fff url('../images/hp-designjet-bg-1.png') no-repeat center center;
        background-size: 325%;
    }
    .encuentra {
        padding-top: 25%;
        background: rgba(255,255,255, .5);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .encuentra h2 {
        font-size: 55px;
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1800px) {
    #encuentra {
        background: #fff url('../images/hp-designjet-bg-1.png') no-repeat bottom center fixed;
        padding-top: 14%;
    }
    .encuentra {
        padding-top: 8%;
    }
}



/* Secc. Servicios Adicionales */
#servAdd {
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.servAdd {
    padding-bottom: 100px;
    text-align: center;
}
.servAdd h2 {
    font-size: 35px;
    font-weight: 100;
    color: #202020;
    letter-spacing: -.03em;
    margin: 20px 0;
}
.servAdd p {
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    letter-spacing: -.03em;
    margin: 20px;
}
.servAdd_bg {
    width: 100%;
    margin-bottom: 40px;
}
.servAdd_blk {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .servAdd_blk {
        width: 100%;
    }
    .servAdd_blk {
        margin-bottom: 50px;
    }
}




/* Secc. Presencia */
#presencia {
    background: #fff url('../images/sisconsa-sucursales-05.png') no-repeat bottom right;
    height: 500px;
    margin-bottom: 10px;
    height: 750px;
}
.presencia {
    padding-top: 12%;
}
.presencia h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: .8em;
    letter-spacing: -.6px;
    color: 202020;
    margin: 0;
}
.presencia h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.6px;
    color: 202020;
    margin: 0;
}
.presencia h4 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    letter-spacing: -.6px;
    color: 202020;
    margin: 0;
}
.presencia h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: .9em;
    letter-spacing: -.6px;
    color: 202020;
    margin: 0;
}
.presencia p {
    font-size: 25px;
    font-weight: 300;
    color: 202020;
    line-height: 1em;
    letter-spacing: -.3px;
    margin-top: 10px;
}
.presencia span {
    font-weight: 700;
}
.presencia hr {
    margin: 20px 0;
}
.presencia_blk1 {
    width: 39%;
    display: inline-block;
    vertical-align: top !important;
    padding-right: 10%;
    margin: 0;
}
.presencia_blk2 {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: center;
    padding-left: 10%;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #presencia {
        background: #fff url('../images/sisconsa-sucursales-05x.png') no-repeat bottom center;
        background-size: 160%;
        height: 1000px;
    }
    .presencia {
        text-align: center;
    }
    .presencia h2 {
        font-size: 50px;
    }
    .presencia h3 {
        font-size: 22px;
    }
    .presencia h4 {
        font-size: 50px;
    }
    .presencia h5 {
        font-size: 22px;
    }
    .presencia p {
        font-size: 20px;
    }
    .presencia_blk1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 80px;
    }
    .presencia_blk2 {
        width: 100%;
        padding-left: 0;
    }
    .presencia_blk2 img {
        width: 90%;
    }
}
@media only screen and (min-width: 1800px) {
    #presencia {
        background: #fff url('../images/sisconsa-sucursales-06.png') no-repeat bottom right;
    }
    .presencia {
        padding-top: 8%;
    }
}



/* Secc. Form */
.formLP {
    background: transparent;
    padding: 20px 50px;
}
form {
    padding: 20px 0;
}
.formLP h2 {
    font-size: 35px;
    font-weight: 100;
    color: #00C9FF;
    line-height: 1.2em;
    letter-spacing: -.01em;
    margin: 0;
}
.formLP h3 {
    font-size: 35px;
    font-weight: 300;
    color: #202020;
    line-height: 1.2em;
    letter-spacing: -.01em;
    margin-bottom: 20px;
}
.formLP input, textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 20px;
    background: rgba(255,255,255, .4);
    margin: 2px 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #202020;
}
input::placeholder { color: #666; opacity: .8; }
textarea::placeholder { color: #666; opacity: .8; }
select::placeholder { color: #666; opacity: .8; }
.formLP_req_ {
    border-left: 3px solid #ff9900 !important;
}
input:focus { border: 1px solid #ff9900; }
input[type=submit] {
    width: 100%;
    border: 1px solid #ff9900;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ff9900;
    /*background: rgba(255,255,255, .2);*/
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 20px;
    cursor:pointer;
}
input[type=submit]:hover {
    border: 1px solid #ffc100;
    background-color: #ffc100;
    color: #fff;
    transition: 300ms;
}
.formLP button {
    border: 1px solid #fff;
    background: rgba(255,255,255, .2);
    padding: 10px 20px;
    margin: 2px 0;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.formLP button:hover {
    border: 1px solid #ffc100;
    background-color: #ffc100;
    color: #000;
    box-shadow: 0 0 8px 4px #fff;
}
.formLP_req {
    border-left: 3px solid #ff9900;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #666;
    margin: 0;
}
.formLP_legal1 a {
    font-size: 12px;
    font-weight: 300;
    color: #666;
    text-decoration: none;
    margin: 0;
}
.formLP_legal1 a:hover {
    border-bottom: 1px solid #666;
    padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
    .formLP {
        margin-bottom: 20px;
        padding: 20px 0;
        padding-right: 40px;
    }
}


.required_ {
    border-left: 2px solid #ff9900 !important;
}
.required_txt {
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    border-left: 5px solid #ff9900 !important;
    padding-left: 10px;
    margin: 10px 0;
}




/* Tabla general */
.Table {
  display: table;
  width: 100%;
}
.Title {
  display: table-caption;
  font-size: 14px;
  font-weight: 700;
  color: #2BB673;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.Heading {
  display: table-row;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #f4f4f4;
}
.Row {
  display: table-row;
  padding: 6px 0;
}
.Row_1 {
  background-color: #f8f9fa;
}
.Row:hover {
  background-color: #f4f4f4;
}
.Cell {
  display: table-cell;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  padding: 6px 10px;
  border-bottom: 1px solid #fff;
}
.cellW60 {
    min-width: 60px;
}
.cellW50 {
    min-width: 50px;
}
.cellW80 {
    min-width: 80px;
}
.cellW100 {
    min-width: 100px;
}
.Cell a {
  color: #666;
  text-decoration: none;
}
.cell_link {
  text-decoration: none !important;
}
.cell_link:hover {
  color: #ff9900 !important;
}
.cell_data {
  color: #000;
}



/* Secc. Footer 1 */
#footer1 {
    background: #000 url('../images/sisconsa-bg-footer.png') no-repeat bottom center;
    background-size: 100%;
    margin: 0;
}
.footer1_bg_alt_01 {
    background: transparent url('../images/sisconsa-bg-alt-02a.png') no-repeat bottom right;
}
.footer1 {
    padding: 30px 0;
    color: #fff;
}
.footer1 h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: -.02em;
    margin: 0;
}
.footer1 h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 10px;
}
.footer1 h4 {
    font-size: 22px;
    font-weight: 300;
    color: #01BBFD !important;
    line-height: 1em;
    letter-spacing: -.01em;
    margin: 0;
}
.footer1 p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.01em;
    margin: 0;
}
.footer1 a {
    color: #fff;
    text-decoration: none;
}
.footer1 a:hover {
    color: #ff9900;
}
.footer1 ul {
    margin-left: 13px;
}
.footer1 li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: -.01em;
    margin: 0;
}
.footer1 span {
    font-weight: 700;
}
.sedes {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -.01em;
    margin: 0;
}
.footer1 hr {
    border: none;
    border: 1px solid #01BBFD;
    margin: 20px 0;
}
.footer1_blk {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.footer_alt {
    text-align: right !important;
}
.footer_alt img {
    height: 35px;
}
.footer_blk1_a {
    width: 140px;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin: 0;
}
.footer_blk1_b {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #footer1 {
        background: #000 url('../images/sisconsa-bg-footer.png') no-repeat bottom center;
        background-size: 900%;
        height: inherit;
    }
    .footer1_blk {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer_alt img {
        height: 50px;
    }
    .footer_alt {
        text-align: left !important;
    }
}


/* Secc. Footer Certificaciones */
#footerC {
    background: #f5f5f7;
}
.footerC {
    padding: 30px 0;
}
.footerC_blk1 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.footerC_blk2 {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 0;
}
.footerC_blk2 img {
    display: inline-block;
    margin: 10px;
}
@media only screen and (max-width: 768px) {
    .footerC_blk1 {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }
    .footerC_blk2 {
        width: 100%;
        text-align: center;
    }
}


/* Secc. footer2 */
#footer2 {
    background: linear-gradient(90deg, #000, #005095, #000);
    height: 40px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.footer2 {
    text-align: center;
    align-items: center;
    vertical-align: middle;
    padding-top: 6px;
}
.footer2 img {
    vertical-align: middle;
    height: 15px;
}


/* Footer */
footer {
    background-color: #000;
    padding: 40px;
    padding-bottom: 80px;
}
footer h2 {
    font-size: 20px;
    font-weight: 300;
    color: #666;
    letter-spacing: -0.5px;
    margin: 0;
}
footer p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    letter-spacing: -0.5px;
    margin: 0;
}
footer span {
    font-weight: 700;
}
footer ul {
    margin-left: 18px;
}
footer li {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    letter-spacing: -0.5px;
    margin: 0;
}
footer a {
    text-decoration: none;
    color: #666;
}
footer a:hover {
    color: #0CBFFF;
    transition: 300ms;
}
.footer_blk {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.footer_styleAlt {
    text-align: right;
}
.footer_styleAlt img {
    margin: 0 20px 20px 20px;
}
@media only screen and (max-width: 768px) {
    .footer_blk {
        min-width: 100%;
    }
}


/* Facebook */
.fb_img {
    width: 50px !important;
    height: 50px !important;
    float: right;
}
.fb_float {
    display: scroll;
    position: fixed;
    bottom: 265px;
    right: 20px;
}


/* Instagram */
.insta_img {
    width: 50px !important;
    height: 50px !important;
    float: right;
}
.insta_float {
    display: scroll;
    position: fixed;
    bottom: 200px;
    right: 20px;
}



/* Whatsapp */
.whatssapp_img {
    display: none;
}
.whatss_float {
    display: scroll;
    position: fixed;
    bottom: 100px;
    right: 20px;
}
.whatss_view a {
    display: none;
}
@media only screen and (max-width: 768px) {
    .whatssapp_img {
        display: block;
        width: 50px !important;
        height: 50px !important;
        float: right;
    }
    .whatss_view a {
        display: block;
    }
}



/* Imagen dinámica */
.image-container {
  text-align: right;
  margin-top: 0;
}
#dynamic-image {
  width: 550px;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}
.hidden {
  opacity: 0;
}




/* Modal Formulario de registro */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter:  saturate(180%) blur(4px);
  background-color: rgba(0,0,0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content {
  position: relative;
  width: 80%;
  max-width: 500px;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal-form {
  display: flex;
  flex-direction: column;
}
.modal-form input, select {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.modal-form button {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #007BFF;
  color: white;
  cursor: pointer;
  font-size: 14px;
}
.modal-form button:hover {
  background-color: #0056b3;
}
.form-select {
    color: #666;
    opacity: .8;
}




/* Estilos del Modal */
.galery_modal {
    display: none;
}
.galery_modal:target {
    display: block;
    position: fixed;
    backdrop-filter:  saturate(180%) blur(10px);
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding-top: 20px;
}
.galery_close {
    position: absolute;
    top: 5%;
    right: 5%;
}
.galery_close a {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    opacity: .5;
    text-decoration: none;
}
.galery_close a:hover {
    text-decoration: none;
    opacity: .9;
}
.galery_content {
    width: 400px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .galery_close {
        top: 10px;
    }
    .galery_content {
        width: 100%;
    }
}
@media only screen and (min-width: 1800px) {
    .galery_content {
        width: 20%;
    }
}



/* Secc. Modal Video */
.product_video {
    padding-top: 5%;
}
.product_video h2 {
    font-size: 40px;
    font-weight: 100;
    color: #f4f4f4;
    margin: 0;
}
.product_vide form {
    margin: 20px 0;
}
.product_video input {
    width: 100%;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    background-color: rgba(0,0,0,.3);
    padding: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #f4f4f4;
}
input::placeholder { color: #666; opacity: .8; }
.product_video input[type=submit] {
    width: 100%;
    border: 1px solid #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #0086FF;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    cursor:pointer;
}
.product_video input[type=submit]:hover {
    background-color: rgba(0,134,255,.8);
    text-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
    transition: 300ms;
}
.product_video button {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #FF9900;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}
.product_video button:hover {
    background: rgba(255,153,0,.8);
    text-shadow: 0 0 4px #fff;
    transition: 300ms;
}
.product_video_btn {
    border: 1px solid #fff;
    border-radius: 5px;
    background: #FF9900;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 12px 80px;
    cursor: pointer;
}
.product_video_btn:hover {
    background: rgba(255,153,0,.8);
    text-shadow: 0 0 4px #fff;
    transition: 300ms;
}
.product_video ul {
    margin-left: 18px;
}
.product_video li {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;
}
.product_video a {
    color: #fff;
    text-decoration: none;
}
.product_video a:hover {
    color: #ff9900;
}
.product_video_blk1 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.video-container {
    width: 70%;
    padding-bottom: 45%; /* Ajustado para mantener el aspecto 16:9 dentro del 80% de ancho */
    position: relative;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}.product_video_blk2 {
    width: 28%;
    padding-top: 5px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.product_video_ {
    border: 1px solid #fff;
    box-shadow: 0 0 4px 0 #fff;
}
.legales {
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    text-decoration: none;
    margin: 0;
}
.legales:hover {
    color: #f4f4f4;
}
.shopPlotters {
    margin: 50px 0;
}
.ficha_dwn {
    padding-top: 10px;
}
.ficha_dwn p {
    font-size: 12px;
    font-weight: 700;
    color: #999;
    letter-spacing: -.5px;
    margin: 0;
}
.ficha_dwn a {
    text-decoration: none;
}
.ficha_dwn a:hover {
    color: #ff9900 !important;
    transition: 300ms;
}
.ficha_dwn img {
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: middle;
}
.ficha_dwn_ {
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .product_video {
        padding-top: 10%;
    }
    .product_video_blk1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .product_video_blk2 {
        width: 100%;
        padding-left: 0;
    }
    .product_video_btn {
        padding: 12px 40px;
    }
}



#carouselHead {
    background: #ccc;
    height: 800px;
    margin-bottom: 10px;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative; /* Añadido para posicionar los botones y los indicadores */
    height: 800px; /* En caso de que el slide sea código */
}
.carousel-slide {
    display: none;
}
/* Activar en caso de que el slide sea pura imagen  */
/*
.carousel-slide img {
    width: 100%;
    height: auto;
}
*/
.active {
    display: block;
}
/* Estilos para los indicadores (dots) */
.dots-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.dot.active {
    background-color: #717171;
}
.prev {
    position: absolute;
    left: 50px;
    bottom: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.next {
    position: absolute;
    left: 80px;
    bottom: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.prev img {
    height: 30px;
}
.next img {
    height: 30px;
}

.botonTxt1 a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 12px 40px !important;
    margin: 10px 0 !important;
    margin-right: 5px !important;
}
.botonTxt1 a:hover {
    background: rgba(255,255,255, .5);
}



/* Secc. Slides Carousel */
#slideCrea {
    background: transparent url('../images/danvav-gew-carousel-aeroled-01.png') no-repeat center right;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
#slideImprime {
    background: transparent url('../images/danvav-gew-carousel-leoled-01.png') no-repeat center right;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
#slideDigitaliza {
    background: transparent url('../images/danvav-gew-carousel-rhino-01.png') no-repeat bottom right;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
#slideAlmacena {
    background: transparent url('../images/danvav-gew-carousel-aeroled-01.png') no-repeat bottom right;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}

.slide-bg-alt {
    background: linear-gradient(-90deg, rgba(0,0,0,.1), rgba(0,0,0,1));
    background-size: 100%;
    height: 800px;
}
.slideContent {
    padding-top: 15%;
    margin-left: 8%;
    margin-right: 45%;
}
.slideContent h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.slideContent h1 {
    font-size: 110px;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 0 4px #fff;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.slideContent p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.3px;
    margin: 0;
}
.slideContent button {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 12px 40px;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .slideContent {
        padding-top: 35%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.slideCrea-button:hover {
    border: 1px solid #fff;
    background: rgba(255,255,255, .4);
    color: #fff;
    transition: 300ms;
}
.slideImprime-button:hover {
    border: 1px solid #CD008D;
    background: linear-gradient(-45deg, #FF005C, #CD008D);
    color: #fff;
    transition: 300ms;
}
.slideDigitaliza-button:hover {
    border: 1px solid #0470C0;
    background: linear-gradient(-45deg, #0470C0, #01D1FF);
    color: #fff;
    transition: 300ms;
}
.slideAlmacena-button:hover {
    border: 1px solid #01D1FF;
    background: linear-gradient(-45deg, #CD008E, #01D1FF);
    color: #fff;
    transition: 300ms;
}
.slideContent-img {
    width: 100%;
    margin-top: 30px;
}
.slideContent-img img {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.slideContent-imgCrea {
    height: 140px;
    margin-bottom: 30px;
}
.slideContent-imgImprime {
    height: 140px;
    margin-bottom: 30px;
}
.slideContent-imgDigitaliza {
    height: 140px;
    margin-bottom: 30px;
}
.slideContent-imgAlmacena {
    height: 78px;
    margin-top: 20px;
    margin-bottom: 50px;
}



.spaceH300 {
    height: 300px;
}
.spaceH220 {
    height: 220px;
}
.spaceH160 {
    height: 160px;
}
.spaceH150 {
    height: 150px;
}
.spaceH140 {
    height: 140px;
}
.spaceH120 {
    height: 120px;
}
.spaceH100 {
    height: 100px;
}
.spaceH80 {
    height: 80px;
}
.spaceH60 {
    height: 60px;
}
.spaceH50 {
    height: 50px;
}
.spaceH40 {
    height: 40px;
}
.spaceH20 {
    height: 20px;
}
