/* #region all */
html, body {
    overflow-x: hidden;
    display: block;
    background: #1E1D1B;
    color: #fff;
}
@font-face { font-family: kl-light; src: url(../fonts/assessment-KasperskySans-Light.ttf);  }
@font-face { font-family: kl-regular; src: url(../fonts/assessment-KasperskySans-Regular.ttf);  }
@font-face { font-family: kl-bold; src: url(../fonts/assessment-KasperskySans-Bold.ttf);  }

h2.title2 {
    font-family: kl-regular;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 40px;
    width: 740px;
    margin: 0 auto;
    line-height: 40px;
}
/* #endregion all */
/* #region header */
div#logo {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
}
div#logo img {
    width: 180px;
}
/* #endregion header */
/* #region hero */
.hero-promo {
    background: url(../images/LP_Clevel__Img.jpg) right center no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
section.hero-text {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
div#hero-text {
    width: 400px;
    margin-left: 70px;
}
.hero-text img {
    max-width: 700px;
}
h1 {
    font-family: kl-regular;
    font-size: 45px;
    line-height: 49px;
    margin: 0;
    font-weight: 400;
}
.green-text {
    color: #23D1AE;
}
#header-title-green {
    font-size: 45px;
    line-height: 49px;
    margin: 0;
    color: #23D1AE;
}
p.normal-text, .normal-text {
    font-family: kl-light;
    font-size: 20px;
    line-height: 24px;
}
div#green-divider {
    width: 140px;
    height: 3px;
    background: #169d82;
    margin: 30px 0 30px 0;
    border-radius: 10px;
}
div#cta1 {
    width: 323px;
    margin: 50px 0 0 0;
}
/* #endregion hero */

div#second-title-container {
    position: relative;
    padding: 110px 0 40px 0;
}

/* #region incidentes */
.incidente-img {
    text-align: center;
}
.incidente-text .title2 {
    width: 70%;
}
ul.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 80px;
}
.slick-dots button {
    border: 2px solid #17a88e;
    color: transparent;
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots .slick-active button {
    background: #17a88e;
}
/* #endregion incidentes */

/* #region button */
.btn {
    background: #23D1AE;
    display: block;
    text-align: center;
    width: 92%;
    color: #fff;
    padding: 11px 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    transition: all .2s ease;
    cursor: pointer;
    border: 0;
}
.btn:hover {
    background: #29af94;
}
/* #endregion button */

/* #region consecuencias */
.consecuencias {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 80px;
}
.conse-content {
    width: 43%;
}
h2#conse-title {
    text-align: left;
    width: auto;
    color: #23d1ae;
    margin-bottom: 50px;
}
ul#list-cons {
    list-style: none;
}
ul#list-cons li {
    margin-bottom: 22px;
    position: relative;
}
ul#list-cons li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    background: #23D1AE;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
}

/* #endregion consecuencias */

/* #region arrows */
button.slick-prev.slick-arrow {
    background-image: url(../images/promo-left.png);
    background-size: contain;
    border: 0;
    color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    border-radius: 50px;
    background-color: #fff;
    transition: all .3s ease;
}
button.slick-next.slick-arrow {
    background-image: url(../images/promo-right.png);
    background-size: contain;
    border: 0;
    color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    border-radius: 50px;
    background-color: #fff;
    transition: all .3s ease;
}
button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
    background-color: #f0f0f0;
}
/* #endregion arrows */

/* #region video */
section.video {
    padding: 50px 40px 50px 40px;
    background: url(../images/green-bg.png) 290px center no-repeat;
    background-size: cover;
}
div#percent-boxes {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box-item {
    width: 270px;
    background: #1D1C1A;
    height: 270px;
    display: flex;
    flex-direction: column;
    padding: 21px 30px;
    border-radius: 27px;
    margin: 50px 20px;
    justify-content: flex-start;
}
.box-item img {
    width: 43px;
}
.box-item h3 {
    font-family: 'kl-light';
    font-size: 65px;
    margin: 30px 0 18px 0;
    font-weight: 600;
}
.box-item p {
    font-family: 'kl-light';
    font-size: 16px;
    line-height: 1.2em;
}
div#enterpise-video2 {
    width: 888px;
    height: 500px;
    margin: 0 auto;
}
.textcenter {
    text-align: center;
}
div#video-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
div#cta2 {
    width: 323px;
    margin-top: 50px;
}
/* #endregion video */
/* #region choose */
.choose {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 80px 0 80px 0;
}
.choose-content {
    display: flex;
    padding: 0 80px 0 80px;
    gap: 80px;
    align-items: center;
}
h2#choose-title {
    margin-bottom: 70px;
    width: 600px;
    text-align: center;
}
div#choose-text {
    width: 600px;
}
.choose-content img {
    width: 290px;
}
/* #endregion choose */

/* #region awards */
section#awards-slide {
    margin-bottom: 120px;
}
div#enterpirse-title {
    max-width: 70%;
    margin: 0 auto 60px auto;
}
.award__item {
    text-align: center;
}
.enterpirse-awards p {
    font-family: kl-light;
    font-size: 14px;
    line-height: 15px;
    width: 180px;
    margin: 10px auto 30px auto;
}
.swiper-slide .mktoGen {
    display: flex;
    align-items: center;
    height: 90px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.award__item img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
}
.lpimg {
    max-height: 140px;
}
/* #endregion awards */

/* #region form */
section#form-enterprise {
    text-align: center;
    width: 670px;
    margin-bottom: 120px;
}
h2#form-title {
    color: #00A88E;
    width: 100%;
    margin-bottom: 30px;
}
/* #endregion form */

/* #region footer */
.footer-dark-promo {
    background: #131312;
}
.footer-dark-promo .footer--white {
    border-top: 0;
    width: calc(100% - 240px);
    background: #131312;
}
.footer-dark-promo .footer__social-icon {
    fill: #fff;
}
.footer-dark-promo .footer--white .footer__text {
    color: #fff;
}
/* #endregion footer */
.button-box a {
    color: #fff;
    display: block;
}

/* #region headerV2 */
#enterpriseV2 header {
    background: #21272F;
    width: 100%;
    position: relative;
    z-index: 3;
}
#enterpriseV2 #logo {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
#cta0 .btn {
    width: auto;
    padding: 12px 40px;
}
/* #endregion headerV2 */

/* #region heroV2 */
div#hero-video {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}
div#hero-video video {
    position: absolute;
    width: 2620px;
    right: 0;
    top: -170px;
}
/* #endregion heroV2 */

/* #region businessV2 */
section#business-container {
    height: 720px;
    margin-top: -110px;
}
.business {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.business-text {
    width: 35%;
}
.business-text h2.title2 {
    width: auto;
    text-align: left;
}
#bs-gr01, #bs-gr02, #bs-gr03, #bs-gr04 {
    color: #00A88E;
}
.business-text strong {
    color: #23D1AE;
}
#bstext01, #bstext02, #bstext03, #bstext04 {
    margin: 40px 0 30px 0;
}
#business-container ul.slick-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
}
/* #endregion businessV2 */

/* #region forms */
.mktoForm {
    visibility: visible;
}
div#enterpriseForm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
#enterpriseForm label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
#enterpriseForm.mktoForm .mktoFieldWrap, 
#enterpriseForm.mktoForm .mktoOffset, 
#enterpriseForm.mktoForm .mktoFormCol {
    float: none;
}
#enterpriseForm.mktoForm .mktoFormRow {
    clear: none;
}
#enterpriseForm.mktoForm .mktoFormRow:nth-child(2), 
#enterpriseForm.mktoForm .mktoFormRow:nth-child(3), 
#enterpriseForm.mktoForm .mktoFormRow:nth-child(4), 
#enterpriseForm.mktoForm .mktoFormRow:nth-child(5) {
    width: 100%!important;
}
#enterpriseForm.mktoForm .mktoLabel {
    float: none;
    padding-top: 0;
}
#enterpriseForm.mktoForm .mktoGutter {
    float: none;
    height: 0;
}
#enterpriseForm.mktoForm .mktoOffset {
    display: none;
}
#enterpriseForm.mktoForm input, #enterpriseForm.mktoForm select, #enterpriseForm.mktoForm textarea {
    width: 100% !important;
    margin-bottom: 5px;
    padding: 9px 11px;
    color: #b5b5b5;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 0;
}
#enterpriseForm.mktoForm .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
    color: #fff;
    margin-bottom: 15px;
}
#enterpriseForm.mktoForm .mktoAsterix {
    float: left;
}
#enterpriseForm.mktoForm .mktoLogicalField {
    width: 26px !important;
    height: 26px;
}
#enterpriseForm.mktoForm input[type=checkbox] {
    background-color: transparent;
    border: 1.5px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    height: 24px;
    position: relative;
    transition: background-color .3s ease,border-color .3s ease;
    vertical-align: middle;
    width: 24px;
    opacity: 1;
}
#enterpriseForm.mktoForm input[type=checkbox]:checked {
    background-color: #00a88e;
    border-color: #00a88e;
}
#enterpriseForm.mktoForm input[type=checkbox] + label:before, 
#enterpriseForm.mktoForm input[type=radio] + label:before {
    display: none;
}
#enterpriseForm.mktoForm .mktoButton {
    -webkit-appearance: button;
    background-color: #23d1ae;
    border-color: #23d1ae;
    border: 2px solid;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(52,208,184,.48);
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 32px auto 0;
    min-width: 240px;
    overflow: visible;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
}
#enterpriseForm.mktoForm .mktoButton:focus, 
#enterpriseForm.mktoForm .mktoButton:hover {
    background-color: #23d1ae;
    border-color: #23d1ae;
    color: #fff;
}
#enterpriseForm.mktoForm span.mktoButtonWrap {
    margin: 0 !important;
}
#enterpriseForm .mktoFormRow:nth-child(9) {
    display: block;
    order: inherit;
}
/* #endregion forms */
body img {
    display: none;
}
header img, footer img, section img {
    display: block;
}
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1500px) {
    div#logo {
        max-width: 1150px;
    }
    /*----*/
    .container {
        width: 1150px;
    }
    /*----*/
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
    #header-title-green {
        font-size: 40px;
        line-height: 45px;
    }
    h2.title2 {
        font-size: 35px;
        line-height: 36px;
    }
}

/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
    div#hero-video video {
        right: -100px;
    }
    /*---*/
    .business-text {
        width: 50%;
    }
    section#business-container {
        height: 620px;
        margin-top: -60px;
    }
}
/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
    div#logo {
        max-width: 750px;
        padding: 30px 0;
    }
    .hero-text img {
        max-width: 560px;
    }
    div#logo img {
        width: 150px;
    }
    .box-item {
        width: 270px;
        height: 254px;
        padding: 19px 25px;
        border-radius: 17px;
        margin: 50px 10px;
    }
    .box-item h3 {
        font-size: 45px;
        margin: 30px 0 4px 0;
    }
    /*---*/
    #mkto_gen_hero-image img#hero-image {
        height: auto;
    }
    h1 {
        font-size: 30px;
        line-height: 33px;
    }
    #header-title-green {
        font-size: 30px;
        line-height: 33px;
    }
    p.normal-text, .normal-text {
        font-size: 16px;
        line-height: 22px;
    }
    /*---*/
    h2.title2 {
        font-size: 25px;
        width: auto;
        line-height: 28px;
    }
    /*---*/
    .container {
        width: 750px;
    }
    /*---*/
    .why-box {
        width: 233px !important;
    }
    .why-title {
        font-size: 30px;
        line-height: 32px;
        height: 98px;
    }
    .button-box {
        font-size: 14px;
        line-height: 18px;
    }
    /*---*/
    .consecuencias {
        gap: 30px;
        flex-direction: column-reverse;
    }
    .conse-content {
        width: 100%;
    }
    .cons-img {
        width: 600px;
    }
    /*----*/
    div#video-text {
        width: auto;
    }
    /*----*/
    .exito-cols {
        gap: 20px;
    }
    .exito-col {
        padding: 0 10px;
        width: 33%;
        justify-content: space-between;
    }
    .exito-cols h2 {
        height: 30px;
        margin: 30px auto 30px auto;
    }
    .exito-img {
        height: 140px;
    }
    /*-----------------*/
    #enterpriseV2 #logo {
        padding: 15px 0;
    }
    div#hero-video {
        height: 100%;
        top: 0;
    }
    div#hero-video video {
        right: -80px;
        width: 199vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .business-text {
        width: 90%;
    }
    section#business-container {
        height: 470px;
        margin-top: -10px;
    }

}
/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .hero-text img {
        max-width: 480px;
    }
    .choose-content img {
        width: 200px;
    }
    div#choose-text {
        width: auto;
    }
}
/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
    div#logo {
        max-width: 90%;
        padding: 20px 0;
    }
    .hero-promo::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        background: #000000a1;
        top: 0;
        left: 0;
    }
    section.hero-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 0 30px 0;
        align-items: flex-end;
        gap: 40px;
    }
    .hero-text img {
        max-width: 80vw;
    }
    div#hero-text {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    div#green-divider {
        margin: 30px auto;
    }
    div#cta1 {
        width: 200px;
        margin: 50px auto 0 auto;
    }
    section.video {
        padding: 50px 0 50px 0;
        background: url(../images/green-bg.png) -20vw center no-repeat;
        background-size: cover;
    }
    div#percent-boxes {
        flex-direction: column;;
    }
    .box-item {
        width: 100%;
        height: auto;
        padding: 19px 25px;
        border-radius: 13px;
        margin: 9px 0;
        text-align: center;
    }
    .box-item img {
        width: 43px;
        margin: 0 auto;
    }
    .choose-content {
        display: flex;
        padding: 0 0 0 0;
        gap: 30px;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    h2#choose-title {
        margin-bottom: 70px;
        width: auto;
        text-align: center;
    }
    div#cta2 {
        width: 200px;
        margin: 50px auto 0 auto;
    }
    div#enterpirse-title {
        max-width: 100%;
        margin: 0 auto 60px auto;
    }
    div#third-title-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .container {
        width: 90%;
    }
    .lpimg {
        height: auto;
    }
    .cons-img {
        width: 80%;
    }
    .exito-cols {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }
    .exito-col {
        padding: 0 10px;
        width: auto;
        justify-content: space-between;
        align-items: center;
    }
    section#form-enterprise {
        width: 80%;
    }
    /*----*/
    .business {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    section#business-container {
        height: auto;
        margin-top: 0;
    }
    #business-container ul.slick-dots {
        position: relative;
        bottom: 0;
        right: auto;
    }
    .business-text {
        width: 100%;
        text-align: center;
    }
    .business-text h2.title2 {
        width: auto;
        text-align: center;
    }
    .business-img img {
        width: 80vw;
        margin: -14vw 0 -13vw 0;
    }
    div#hero-video video {
        right: -100px;
        width: 235vw;
    }
    
}
/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .hero-promo {
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        flex-direction: column;
    }
    .hero-text img {
        max-width: unset;
        margin-right: -10vw;
        width: 130vw;
    }
    div#hero-text {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    div#mkto_gen_hero-image {
        position: relative;
        width: 100%;
        top: 0;
        left: auto;
        margin-bottom: 40px;
        height: auto;
    }
    section.hero-text {
        width: 90%;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    h1 {
        font-size: 25px;
        line-height: 27px;
    }
    #header-title-green {
        font-size: 25px;
        line-height: 27px;
    }
    div#green-divider {
        margin: 30px auto 30px auto;
    }
    div#cta1 {
        width: 80%;
        margin: 40px auto 0 auto;
    }
    ul.slick-dots {
        padding: 0;
    }
    div#cta2 {
        width: 80%;
        margin: 0 auto 100px auto;
    }
    .btn {
        margin: 0 auto;
    }
    .exito-content .btn {
        width: 70vw;
    }
    .choose-img {
        width: 80%;
    }
    .choose-content {
        width: 100%;
    }
    .choose {
        padding: 40px 0 0px 0;
    }
    /*---*/
    div#second-title-container, div#third-title-container {
        padding: 70px 20px 30px 20px;
    }
    h2.title2 {
        font-size: 22px;
        width: 100%;
        line-height: 24px;
    }
    .promo-box {
        display: flex;
        align-items: center;
        gap: 0;
        flex-direction: column-reverse;
        text-align: center;
    }
    .box-text-container {
        width: 100%;
    }
    .button-box {
        width: 100%;
    }
    /*---*/
    section#why-promo-container {
        padding: 10px 30px 50px 30px;
    }
    button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
        width: 40px;
        height: 40px;
    }
    .why-box {
        width: 100% !important;
    }
    .why-box p {
        height: auto;
    }
    .why-title {
        font-size: 23px;
        line-height: 27px;
        height: auto;
    }
    h2#video-title {
        width: auto;
    }
    /*----*/
    .footer-dark-promo .footer--white {
        width: 90%;
        text-align: center;
    }
    /*-------------------------*/
    div#hero-video {
        position: relative;
        height: auto;
        top: 0;
    }
    div#hero-video video {
        position: relative;
        right: auto;
        width: 346vw;
        left: -235vw;
        margin: -11vw 0 -18vw 0;
    }
    section.video {
        padding: 20px 0 0px 0; 
    }
}
/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 400px) {
    #enterpriseV2 #logo {
        gap: 10px;
        flex-direction: column;
    }
    #cta0 .btn {
        width: auto;
        padding: 7px 30px;
    }
}