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: 1200px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
}


/* Menú principal superior */
#navbarHead {
    width: 100%;
    color: #666;
    backdrop-filter:  saturate(180%) blur(10px);
    background-color: rgba(255,255,255,.7);
    padding: 10px 20px 15px 20px;
    display: block;
    position: fixed;
    text-align: center;
    top: 0px;
    z-index: 100;
}
.navbarHead {
    display: inline-block;
    min-width: 300px;
    vertical-align: top;
}
.menuLogo {
    display: none;
}
.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 {
        display: block;
        display: inline-block;
        vertical-align: top;
        min-width: 300px;
    }
    .menuLogo img {
        height: 50px;
        position: absolute;
        left: 20px;
        margin-top: 10px;
    }
    .menuLogo2 {
        height: 40px;
        margin-top: 0;
        margin-left: 150px;
        border-left: none;
    }
}

#menu {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: center;
    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: 300;
    color: #666;
    text-decoration: none;
}
#menu a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
#menu img {
    height: 50px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}
.menuLogo2_ {
    padding-right: 50px;
}
.menuStyle-hover:hover {
    border: none !important;
    border-bottom: none !important;
}
@media only screen and (max-width: 768px) {
    .menuLogo1_ {
        display: none;
    }
    .menuLogo2_ {
        display: none;
    }
}

.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: #666;
  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-align: right;
  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: #0183FF;
    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;
}


#headTit {
    background: #fff;
}
.headTit {
    padding: 80px 0;
    text-align: center;
}
.headTit h2 {
    font-size: 48px;
    font-weight: 100;
    background: linear-gradient(to right, #0CBFFF, #DD00C4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}
.headTit p {
    font-size: 22px;
    font-weight: 300;
    color: #202020;
    line-height: 1.1em;
    margin: 0;
}
.headTit span {
    font-weight: 700;
}
.headTit button {
    border: 1px solid #202020;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #202020;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.headTit button:hover {
    border-color: #000;
    background: #000;
    color: #fff;
    transition: 300ms;
}
@media (width <= 1024px) {
    #headTit {
        height: 100vh;
    }
    .headTit {
        padding-top: 24%;
    }
    .headTit h2 {
        font-size: 42px;
    }
}


#head-contact {
    margin-top: 10%;
    margin-bottom: 10px;
}
.head-contact {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.head-contact img {
    height: 50px;
    margin: 10px;
    display: inline-block;
}
.head-contact a {
    text-decoration: none;
}

#bContact {
    margin-bottom: 10px;
}
.bContact_style {
    margin-top: 10%;
    margin-bottom: 50px !important;
}
.bContact h2 {
    font-size: 32px;
    font-weight: 100;
    color: #000;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}
.bContact h3 {
    font-size: 38px;
    font-weight: 100;
    background: linear-gradient(to right, #0CBFFF, #DD00C4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 0 10px;
    margin: 0;
}
.bContact h4 {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.3px;
    margin: 0;
}
.bContact p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.3px;
    margin: 0;
}
.bContact a {
    text-decoration: none;
    color: #000;
}
.bContact span {
    font-weight: 700;
}
.bContact hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 40px 0;
}
.bContact_foto {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
.bContact-blk1 {
    width: 59.3%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
}
.bContact-blk2 {
    width: 39.3%;
    display: inline-block;
    vertical-align: top;
    background: transparent url('../images/bg-cta-01.png') no-repeat center center;
    border-radius: 20px;
    padding: 30px 20px;
}
.bContact-blk3 {
    width: 39.3%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
}
.style_blk1 {
    margin-right: 5px;
}
.style_blk2 {
    margin-left: 5px;
}
.bContact-blk1_ {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin: 0;
}
.bContact-blk2_ {
    width: 59.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

@media (width <= 1024px) {
    #head-contact {
        margin-top: 20px;
    }
    .head-contact {
        text-align: center;
    }
    .bContact_style {
        margin-top: 30%;
    }
    .bContact-blk1 {
        width: 100%;
        padding: 30px 10px;
    }
    .bContact-blk2 {
        width: 100%;
        padding: 30px 10px;
    }
    .bContact-blk3 {
        width: 100%;
        padding: 30px 10px;
    }
    .style_blk1 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .style_blk2 {
        margin-left: 0;
    }
    .bContact h3 {
        font-size: 38px;
        padding: 0 10px;
        line-height: 1.1em;
    }
    .bContact-blk1_ {
        width: 100%;
        margin-bottom: 30px;
    }
    .bContact-blk2_ {
        width: 100%;
    }
}

















#lideres {
    background: #F8F8FA;
    margin-bottom: 20px;
}
.lideres {
    padding: 60px 0;
}
.lideres h2 {
    font-size: 38px;
    font-weight: 100;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.lideres h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.lideres p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    margin: 0;
}
.lideres button {
    border: 1px solid #0183FF;
    border-radius: 25px;
    background: #0183FF;
    padding: 12px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.lideres button:hover {
    border-color: #006FEB;
    background: #006FEB;
    color: #fff;
    transition: 300ms;
}
.lideres_blk {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.lideres_blk img {
    margin: 20px;
}
.lideres_blk ul {
    padding: 20px;
}
.lideres_blk li {
    list-style: none;
    text-align: center;
}
.lideres_blkStyle1 {
    border-right: 1px solid #ccc;
    padding-right: 30px;
}
.lideres_blkStyle2 {
    text-align: center;
}
.lideres_blkStyle3 {
    border-left: 1px solid #ccc;
    text-align: center;
}
@media (width <= 1024px) {
    .lideres_blk {
        width: 100%;
    }
    .lideres_blkStyle1 {
        text-align: center;
        border: none;
        padding-right: 0;
        margin-bottom: 90px;
    }
    .lideres_blkStyle2 {
        margin-bottom: 90px;
    }
    .lideres_blkStyle3 {
        border: none;
        margin-bottom: 90px;
    }
}


#aeroLed {
    background: #fff;
    margin-bottom: 20px;
}
.aeroLed {
    background: linear-gradient(0deg, #F1F5F8, #CCE5FF);
    padding: 50px 40px;
    border-radius: 20px;
}
.aeroLed h2 {
    font-size: 48px;
    font-weight: 100;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.aeroLed h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.aeroLed h4 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin: 0;
}
.aeroLed h5 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    background: rgba(255,255,255, .3);
    letter-spacing: -0.3px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.aeroLed p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.aeroLed span {
    font-weight: 700;
}
.aeroLed button {
    border: 1px solid #000;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.aeroLed button:hover {
    border-color: #000;
    background: #000;
    color: #fff;
    transition: 300ms;
}
.aeroLed_blk1 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 20px 0;
    padding-right: 50px;
    margin: 0;
}
.aeroLed_blk2 {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #000;
    min-width: 300px;
    padding: 20px 0;
    padding-left: 50px;
    margin: 0;
}
.aeroLed_blk2_ {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin: 0;
}
.aeroLed_blk2_a {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.aeroLed_blk2_b {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.aeroLedImg {
    text-align: center;
    margin-top: 60px;
}
.aeroLedBrochure {
    margin-top: 20px;
}
.aeroLedBrochure ul {
    margin-left: 0;
}
.aeroLedBrochure li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}
.aeroLedBrochure button {
    background: #000 !important;
    padding: 8px 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0 !important;
}
.aeroLedBrochure button:hover {
    background: #fff !important;
    color: #000 !important;
}
@media (width <= 1024px) {
    .aeroLed {
        padding: 50px 20px;
    }
    .aeroLed h2 {
        font-size: 42px;
    }
    .aeroLed_blk1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .aeroLed_blk2 {
        width: 100%;
        padding-left: 0;
        border: none;
        margin-bottom: 0;
    }
    .aeroLed_blk2_ {
        width: 100%;
        margin-top: 20px;
    }
    .aeroLedImg {
        margin-top: 0;
    }
    .aeroLedImg img {
        width: 100%;
    }
    .aeroLedBrochure {
        margin-bottom: 40px;
    }
}


#leoLed {
    background: #fff;
    margin-bottom: 20px;
}
.leoLed {
    background: linear-gradient(0deg, #B7EDFF, #004AC2);
    padding: 50px 40px;
    border-radius: 20px;
}
.leoLed h2 {
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.leoLed h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.leoLed h4 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin: 0;
}
.leoLed h5 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255, .1);
    letter-spacing: -0.3px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
    margin-bottom: 20px;
}
.leoLed p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.leoLed span {
    font-weight: 700;
}
.leoLed button {
    border: 1px solid #fff;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.leoLed button:hover {
    border-color: #fff;
    background: #fff;
    color: #004AC2;
    transition: 300ms;
}
.leoLed_blk1 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 20px 0;
    padding-right: 50px;
    margin: 0;
}
.leoLed_blk2 {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #fff;
    min-width: 300px;
    padding: 20px 0;
    padding-left: 50px;
    margin: 0;
}
.leoLed_blk2_ {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin: 0;
}
.leoLed_blk2_a {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.leoLed_blk2_b {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.leoLedImg {
    text-align: center;
    margin-top: 60px;
}
.leoLedBrochure {
    margin-top: 20px;
}
.leoLedBrochure ul {
    margin-left: 0;
}
.leoLedBrochure li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}
.leoLedBrochure button {
    background: #fff !important;
    padding: 8px 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
    font-weight: 700;
    color: #004AC2 !important;
    letter-spacing: 0 !important;
}
.leoLedBrochure button:hover {
    background: #006FEB !important;
    color: #fff !important;
}
@media (width <= 1024px) {
    .leoLed {
        padding: 50px 20px;
    }
    .leoLed h2 {
        font-size: 42px;
    }
    .leoLed_blk1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .leoLed_blk2 {
        width: 100%;
        padding-left: 0;
        border: none;
        margin-bottom: 0;
    }
    .leoLed_blk2_ {
        width: 100%;
        margin-top: 20px;
    }
    .leoLedImg {
        margin-top: 0;
    }
    .leoLedImg img {
        width: 100%;
    }
    .leoLedBrochure {
        margin-bottom: 40px;
    }
}


#guard {
    background: #fff;
    margin-bottom: 20px;
}
.guard_blk {
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.guard_blkStyle1 {
    padding-right: 10px;
}
.guard_1 {
    background: #fff url('../images/DoseGuard-E4C-01.png') no-repeat bottom right;
    border-radius: 20px;
    padding: 50px 40px 10px 40px;
    box-shadow: 0 0 12px #ccc;
    min-height: 665px;
}
.guard_1 h2 {
    font-size: 40px;
    font-weight: 100;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.guard_1 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.guard_1 h4 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin: 0;
}
.guard_1 h5 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    background: rgba(0,0,0, .05);
    letter-spacing: -0.3px;
    padding: 10px;
    border: 1px solid #f5f5f7;
    border-radius: 10px;
    margin-bottom: 20px;
}
.guard_1 p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.guard_1 span {
    font-weight: 700;
}
.guard_1 button {
    border: 1px solid #000;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.guard_1 button:hover {
    border-color: #000;
    background: #000;
    color: #fff;
    transition: 300ms;
}
.guard_1Brochure {
    margin-top: 50px;
}
.guard_1Brochure ul {
    margin-left: 0;
}
.guard_1Brochure li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}
.guard_1Brochure button {
    background: #000 !important;
    padding: 8px 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0 !important;
}
.guard_1Brochure button:hover {
    background: #fff !important;
    color: #000 !important;
}

.guardFrame {
    width: 60%;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    backdrop-filter:  saturate(180%) blur(10px);
    background-color: rgba(255,255,255,.4);
    padding: 40px 20px 10px 20px;
}
.guardFrame_ {
    padding-top: 30px;
}
.guardFrame_1 {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.guardFrame_2 {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}


.guard_blkStyle2 {
    padding-left: 10px;
}
.guard_2 {
    background: #000 url('../images/OxyGuard-01.png') no-repeat bottom right;
    background-size: 90%;
    border-radius: 20px;
    padding: 50px 40px 10px 40px;
    min-height: 767px;
}
.guard_2 h2 {
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.guard_2 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.guard_2 h4 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin: 0;
}
.guard_2 h5 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255, .1);
    letter-spacing: -0.3px;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 10px;
    margin-right: 50%;
    margin-bottom: 20px;
}
.guard_2 p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.guard_2 span {
    font-weight: 700;
}
.guard_2 button {
    border: 1px solid #fff;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.guard_2 button:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
    transition: 300ms;
}
.guard_2Brochure {
    margin-top: 20px;
}
.guard_2Brochure ul {
    margin-left: 0;
}
.guard_2Brochure li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}
.guard_2Brochure button {
    background: #fff !important;
    padding: 8px 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}
.guard_2Brochure button:hover {
    background: #000 !important;
    color: #fff !important;
}
@media (width <= 1024px) {
    .guard_blk {
        width: 100%;
        margin-bottom: 40px;
    }
    .guard_blkStyle1 {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .guard_blkStyle2 {
        padding-left: 0;
        margin-bottom: 0;
    }
    .guard_1 {
        padding: 50px 20px;
        min-height: 1050px;
    }
    .guardFrame {
        width: 100%;
    }
    .guardFrame_ {
        padding-top: 10px;
    }
    .guard_2 {
        padding: 50px 20px;
        min-height: 720px;
    }
    .guard_2 h5 {
        margin-right: 0;
    }
}


#muvm {
    background: #fff;
    margin-bottom: 20px;
}
.muvm {
    background: linear-gradient(0deg, #F2F1F8, #CCCFFF);
    padding: 50px 0 50px 40px;
    border-radius: 20px;
}
.muvm_bgAlt {
    background: transparent url('../images/mUVm-01.png') no-repeat bottom right;
}
.muvm h2 {
    font-size: 48px;
    font-weight: 100;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.muvm h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.muvm h4 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin: 0;
}
.muvm h5 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    background: rgba(255,255,255, .1);
    letter-spacing: -0.3px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-right: 50%;
    margin-bottom: 20px;
}
.muvm p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.muvm span {
    font-weight: 700;
}
.muvm button {
    border: 1px solid #000;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.muvm button:hover {
    border-color: #000;
    background: #000;
    color: #fff;
    transition: 300ms;
}
.muvm_blk1 {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 20px 0;
    padding-right: 50px;
    margin: 0;
}
.muvm_blk1_ {
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin-top: 30px;
}
.muvm_blk1_a {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.muvm_blk1_b {
    width: 74%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.muvm_blk2 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: right;
    vertical-align: bottom;
    padding: 20px 0;
    padding-left: 50px;
    margin: 0;
}
.muvmBrochure {
    margin-top: 20px;
}
.muvmBrochure ul {
    margin-left: 0;
}
.muvmBrochure li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}
.muvmBrochure button {
    background: #000 !important;
    padding: 8px 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    letter-spacing: 0 !important;
}
.muvmBrochure button:hover {
    background: #fff !important;
    color: #000 !important;
}
.muvmImg {
}
@media (width <= 1024px) {
    .muvm {
        padding: 50px 0 0 20px;
    }
    .muvm_bgAlt {
        background-size: 80%;
    }
    .muvm h2 {
        font-size: 48px;
    }
    .muvm_blk1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 360px;
    }
    .muvm_blk1_ {
        width: 80%;
        margin-top: 20px;
    }
    .muvm_blk2 {
        width: 100%;
    }
    .muvmImg {
        margin-top: 0;
    }
    .muvmImg img {
        width: 100%;
    }
    .muvmBrochure {
        margin-bottom: 40px;
    }
}

@media (width <= 1024px) {
    .button-media {
        margin-top: 0 !important;
    } 
    .button-media_ {
        margin-bottom: 10px !important;
    } 
}


#promoVideo {
    background: #000;
}
.promoVideo {
    padding: 80px 0;
}
.promoVideo h2 {
    font-size: 35px;
    font-weight: 100;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1.1em;
    margin-bottom: 40px;
}
.promoVideo p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
.promoVideo button {
    border: 1px solid #fff;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.promoVideo button:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
    transition: 300ms;
}
.promoVideo_blk1 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.promoVideo_blk2 {
    width: 28%;
    padding-top: 20px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.video-container {
    width: 70%;
    padding-bottom: 45%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (width <= 1024px) {
    .promoVideo_blk1 {
        width: 100%;
    }
    .promoVideo_blk2 {
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }
    .promoVideo button {
        margin-top: 40px;
    }
}



#cta1 {
    background: #000 url('../images/bg-cta-01.png') no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 0;
}
.cta1 {
    width: 55%;
    padding: 160px 0;
}
.cta1 h2 {
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}
.cta1 h3 {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin: 0;
}
.cta1 p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-bottom: 80px;
}
.cta1 span {
    font-weight: 700;
}
.cta1 button {
    border: 1px solid #fff;
    border-radius: 25px;
    background: transparent;
    padding: 12px 40px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.cta1 button:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
    transition: 300ms;
}
@media (width <= 1024px) {
    #cta1 {
        background: #000 url('../images/bg-cta-01.png') no-repeat center bottom;
        background-size: 350%;
    }
    .cta1 {
        width: 100%;
        text-align: center;
    }
    .cta1 h2 {
        font-size: 42px;
    }
    .cta1 button {
        border: 1px solid #fff;
        border-radius: 25px;
        background: #fff;
        padding: 12px 40px;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 17px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        color: #000;
        letter-spacing: -0.5px;
        cursor: pointer;
    }
}


#certificate {
    background: #F8F8FA;
    margin-bottom: 20px;
}
.certificate {
    padding: 80px 0;
    text-align: center;
}
.certificate h2 {
    font-size: 48px;
    font-weight: 100;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 80px;
}
.certificate h3 {
    font-size: 24px;
    font-weight: 100;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.certificate p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.certificate span {
    font-weight: 700;
}
.certificate_blk {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.certificate_blkStyle1 {
    padding-right: 20px;
}
.certificate_blkStyle2 {
    padding-left: 20px;
    padding-right: 20px;
}
.certificate_blkStyle3 {
    padding-left: 20px;
}
.certificate_1 {
    background: #fff;
    border-radius: 10px;
    text-align: left !important;
    padding: 30px 20px 0 20px;
    min-height: 370px;
}
@media (width <= 1024px) {
    .certificate h2 {
        font-size: 42px;
    }
    .certificate_blk {
        width: 100%;
        margin-bottom: 40px;
    }
    .certificate_blkStyle1 {
        padding-right: 0;
    }
    .certificate_blkStyle2 {
        padding-left: 0;
        padding-right: 0;
    }
    .certificate_blkStyle3 {
        padding-left: 0;
    }
}


#headPoliticas {
    background: #f5f5f7;
    margin-bottom: 10px;
}
.headPoliticas {
    padding-top: 12%;
    padding-bottom: 50px;
}
.headPoliticas h2 {
    font-size: 80px;
    font-weight: 100;
    color: #999;
    letter-spacing: -.05px;
    line-height: 1em;
    margin: 0;
}
@media (width <= 1024px) {
    .headPoliticas {
        padding-top: 40%;
    }
    .headPoliticas h2 {
        font-size: 50px;
    }
}


#politicas {
    background: #fff;
    margin-bottom: 10px;
}
.politicas {
    padding: 40px 0;
}
.politicas h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}
.politicas h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.politicas p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.politicas ul {
    padding-left: 18px;
    margin-bottom: 20px;
}
.politicas li {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.politicas_blk {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 50px;
    margin-bottom: 20px;
}
@media (width <= 1024px) {
    .politicas_blk {
        width: 100%;
        padding-right: 0;
    }
}


#mosaico {
    background: #fff;
    margin: 0;
}
.mosaico {
    padding-bottom: 10px;
    text-align: center;
}
.mosaico img {
    display: inline-block;
    height: 150px;
}
.mosaico-container {
  overflow: hidden;
  width: 100%;
}
.mosaico-track {
  display: flex;
  gap: 1px;
  animation: scroll 60s linear infinite;
}
.mosaico-track:hover {
  animation-play-state: paused;
}
.mosaico-track img {
  height: 150px;
  width: auto;
  flex-shrink: 0;
  user-select: none;
  pointer-events: auto;
}
/* Animación de desplazamiento infinito */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


#contact {
    background: #fff;
    margin-bottom: 20px;
}
.contact {
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 0 12px #ccc;
}
.contact h2 {
    font-size: 28px;
    font-weight: 300;
    color: #202020;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    padding-top: 20px;
    margin-bottom: 40px;
}
.contact p {
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    margin: 0;
}
.contact button {
    border: 1px solid #000;
    border-radius: 25px;
    background: #000;
    padding: 12px 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.contact button:hover {
    border-color: #42C800;
    background: #42C800;
    color: #000;
    transition: 300ms;
}
.contact_blk {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.contact_blk_ img {
    display: inline-block;
    margin: 5px;
}
.contact_blkStyle1 {
    text-align: center;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.contact_blkStyle2 {
    text-align: center;
}
@media (width <= 1024px) {
    .contact_blk {
        width: 100%;
        text-align: center;
    }
    .contact_blkStyle1 {
        border: none;
    }
}


/* Secc. Form */
.formLP {
    background: transparent;
    padding: 20px;
}
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, select {
    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 #165FCD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #165FCD;
    /*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-align: left !important;
    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;
    }
}


.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. 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%;
    }
    .footer_styleAlt {
        text-align: left;
    }
    .footer_styleAlt img {
        margin-left: 0;
        height: 45px;
    }
}


#footer__ {
    background: #202020;
}
.footer__ {
    padding: 10px 0;
    border-top: 1px solid #303030;
}
.footer__ p {
    font-size: 12px;
    font-weight: 300;
    color: #666;
    margin: 0;
}
.footer__ a {
    text-decoration: none;
    color: #666;
}
.footer__ a:hover {
    color: #0CBFFF;
    transition: 300ms;
}


/* Contacto Asesor */
.asesor_img {
    width: 170px !important;
    height: 80px !important;
    float: right;
}
.asesor_float {
    display: scroll;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    animation: vibrar-ciclo 4s infinite;
    transform-origin: center;
    will-change: transform;
}
@keyframes vibrar-ciclo {
    /* Del 0% al 85% del tiempo (3.4 segundos), la imagen permanece estática */
    0%, 85% { 
        transform: translate(0, 0) rotate(0deg); 
    }
    
    /* Del 85% al 100% (0.6 segundos), ocurre la vibración rápida */
    87% { transform: translate(2px, 1px) rotate(0deg); }
    89% { transform: translate(-1px, -2px) rotate(-1deg); }
    91% { transform: translate(-3px, 0px) rotate(1deg); }
    93% { transform: translate(2px, 2px) rotate(0deg); }
    95% { transform: translate(1px, -1px) rotate(1deg); }
    97% { transform: translate(-1px, 2px) rotate(-1deg); }
    99% { transform: translate(1px, 1px) rotate(0deg); }
    
    /* Regresa a su estado original exacto para que el bucle sea fluido */
    100% { 
        transform: translate(0, 0) rotate(0deg); 
    }
}


/* 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;
}






#carouselHead {
    background: #fff;
    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);
}
@media (width <= 1024px) {
    .carousel-container {
        height: 760px;
    }
}



/* Secc. Slides Carousel */
#slideAeroLED2 {
    background: transparent url('../images/carousel_AeroLED2.png') no-repeat bottom center;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
#slideLeoLED2 {
    background: transparent url('../images/carousel_LeoLED2.png') no-repeat bottom center;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
#slideDoseGuard {
    background: transparent url('../images/carousel_DoseGuard.png') no-repeat bottom center;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
#slideOxyGuard {
    background: transparent url('../images/carousel_OxyGuard.png') no-repeat bottom center;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
#expoGrafica {
    background: transparent url('../images/expografica-2026-01.png') no-repeat bottom center;
    background-size: cover;
    margin-top: 0;
    height: 800px;
}
@media (width <= 1024px) {
    #slideAeroLED2 {
        height: 720px;
        background-position-x: -820px;
        background-position-y: 10px;
    }
    #slideLeoLED2 {
        height: 680px;
        background-position-x: -740px;
        background-position-y: 20px;
    }
    #slideDoseGuard {
        height: 700px;
        background-position-x: -600px;
        background-position-y: 30px;
    }
    #slideOxyGuard {
        height: 710px;
        background-position-x: -760px;
        background-position-y: 25px;
    }
    #expoGrafica {
        background: transparent url('../images/expografica-2026-01_.png') no-repeat bottom center;
        background-size: 370%;
        background-position-x: -530px;
        background-position-y: 100px;
    }
}

.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: 9%;
    text-align: center;
}
.slideContent h1 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.slideContent h2 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
.slideContent1 {
    border-radius: 25px;
    padding: 12px 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.slideContent2 {
    border-radius: 25px;
    padding: 12px 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.slideContent3 {
    width: 80%;
    border-radius: 25px;
    padding: 14px 14px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.styleButton1a {
    border: 1px solid #0183FF;
    background: #0183FF;
    color: #fff;
}
.styleButton1b {
    border: 1px solid #D747D0;
    background: #D747D0;
    color: #fff;
}
.styleButton1c {
    border: 1px solid #999;
    background: #999;
    color: #fff;
}
.styleButton1d {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.styleButton1e {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.styleButton2a {
    border: 1px solid #0183FF;
    background: transparent;
    color: #0183FF;
}
.styleButton2b {
    border: 1px solid #D747D0;
    background: transparent;
    color: #D747D0;
}
.styleButton2c {
    border: 1px solid #999;
    background: transparent;
    color: #999;
}
.styleButton2d {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}
.styleButton2e {
    border: 1px solid #36DE55;
    background: linear-gradient(0deg, #36DE55, #27C044);
    color: #fff;
}

.styleButton1a:hover {
    border: 1px solid #006FEB;
    background: #006FEB;
    transition: 300ms;
}
.styleButton1b:hover {
    border: 1px solid #C333BC;
    background: #C333BC;
    transition: 300ms;
}
.styleButton1c:hover {
    border: 1px solid #666;
    background: #666;
    transition: 300ms;
}
.styleButton1d:hover {
    border: 1px solid #333;
    background: #333;
    transition: 300ms;
}
.styleButton2a:hover {
    border: 1px solid #0183FF;
    background: transparent;
    background: #0183FF;
    color: #fff;
    transition: 300ms;
}
.styleButton2b:hover {
    border: 1px solid #C333BC;
    background: transparent;
    background: #C333BC;
    color: #fff;
    transition: 300ms;
}
.styleButton2c:hover {
    border: 1px solid #666;
    background: transparent;
    background: #666;
    color: #fff;
    transition: 300ms;
}
.styleButton2d:hover {
    border: 1px solid #333;
    background: transparent;
    background: #333;
    color: #fff;
    transition: 300ms;
}
.styleButton2e:hover {
    border: 1px solid #27C044;
    background: #36DE55;
    transition: 300ms;
}

@media only screen and (max-width: 768px) {
    .slideContent {
        padding-top: 30%;
    }
    .slideContent h2 {
        font-size: 20px;
    }
    .slideContent1 {
        border-radius: 25px;
        padding: 10px 20px;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 17px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        letter-spacing: -0.5px;
        cursor: pointer;
    }
    .slideContent2 {
        border-radius: 25px;
        padding: 10px 20px;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 17px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        letter-spacing: -0.5px;
        cursor: pointer;
    }
    .slideContent3 {
        border-radius: 20px;
        font-size: 17px;
        width: 100%;
    }
}




.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;
}
