@import "bootstrap.min.css";
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@font-face {
    font-family: "TT Firs Neue Variable";
    src: url("../Fonts/TT-Firs-Neue/Neue-Variable.ttf") format("truetype");
}

/* ROOT  >------------------------------------- */

:root{

    --color-cta: #3366FF; 
    --color-cta-hover: #2C52FD;

    --color-btn: #3366FF;
    --color-btn-hover: #2C52FD;

    --color-font-color: #1d2351;
    --color-font-midgray:#353535;
    --color-font-lightgray: #d2d3dc;
    --color-font-light:#fff;

    --color-detalles:#30E4F8;

    --color-bg-midgray: #e6e9f0;
    --color-bg-lightgray: #f2f4f7;
    --color-bg-dark: #080B1A;
    --color-bg-white:#FFF;

    --color-form-text:#595959;
    --color-form-stroke:#A5A7B9;
    --color-form-border-focus:#1d2351;
    --color-form-border-title:#FF7800;
    --color-form-error:#ED734E;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 12px!important;
    padding-left: 12px!important;
}

.custom-select {
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important;
    border: 1px solid #777B97!important;
    background-size: 8px 10px!important;
}


/* nav  >------------------------------------- */

nav {
    height: 103px;
    background-color: var(--color-bg-white);
}

.navbar-brand img,
footer img[src*=".svg"] {
    width: 100%;
    max-width: 132px;
}

.navbar-brand img[src*=".svg"] {
    width: 132px; 
}

.nav-ic-text {
    font: 600 13px/22px var(--font-primary); 
    margin:0px!important;
    color: var(--color-form-text);
    opacity:1;
    padding: 0;
}
.ic-text-bajada {
    color: var(--353535, #353535);
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin: 21px 0px 18px 0px;
}

.ic-logo-productos {
    width: 104px;
    height: 24px;
    margin: 0 0 16px 0;
}

.navbar-brand {
    padding-bottom: 0;
}

section {
padding: 120px 0 120px 0
}

.ic-hb-text {
    margin-top: 10%;
}

/* text  >------------------------------------- */

.ic-text-muted{
    color: var(--color-font-lightgray) !important;
    }
    
.ic-text-blue{
    color: var(--color-font-color);   
}
    
.ic-text-darkgray{
    color: var(--color-font-midgray);
}

.ic-text-white{
    color:var(--color-font-light);
}

/* bg >------------------------------------- */

.ic-bg-dark{
    background-color: var(--color-bg-dark);
}

.ic-bg-blue{
    background-color: var(--color-font-color); 
}

.ic-bg-white{
    background-color: var(--color-bg-white);
}

.ic-bg-img{
    background: url(../img/img/bacground-desktop.webp) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ic-bg-img2{
    background: url(../img/img/background-desktop2.webp) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.ic-bg-light-gris{
    background-color: var(--color-bg-midgray);
}

/*---------------------------------------------------------------- banner */

.gradient-line
{
    width: 532px;
    height: 4px;
    background: rgb(51,102,255);
    background: linear-gradient(90deg, rgba(51,102,255,1) 0%, rgba(51,102,255,0) 100%);
    border-radius: 2px;
    margin-top: -5px;

}
.ic-obligatorio {
margin-top: -130px;
}

.gradient-line2
{
    width: 290px;
    height: 4px;
    background: rgb(51,102,255);
    background: linear-gradient(90deg, #D3DDFF 5%,#fff 100%);
    border-radius: 2px;
    margin-bottom: 43px;
    margin-top: -5px;

}

.full-fold {
    /* height: auto; */
    padding: 70px 0px 90px 0px;
    /* padding: 93px 0px 0px; */
    min-height: 850px;
    height: auto;
}

.conteiner2{
    max-width: 1140px;
    margin: auto;

}

.garner-fold1 {
    /* height: auto; */
    padding: 50px 15px 37px 15px;
    max-width: 665px;
    /* padding: 93px 0px 0px; */
    height: calc(100vh - 940px);
    min-height: 200px;
}


.garner-fold p{
    font-size: 12px;
    line-height:15px;
    font-weight: 400;
}

h1 {
    color: #000414;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 0px 0px 0px 0px;
}

h1 span {
background: linear-gradient(277deg, #36F 71.73%, #273480 127.9%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
leading-trim: both;
text-edge: cap;
font-family: "Open Sans";
font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 55px;
}


.ic-img-media-2 {
    margin: 0px 0px 0px 585px;
    background-image: url("../img/img/ic-lp-hb-software-omnicanal-lg@2x.webp");
    height: 740px!important;
    overflow: hidden;
    background-size: cover;
    /* background-position: top left; */
    /* background-repeat: no-repeat; */
    position: absolute;
    /* top: 0px; */
    /* z-index: 1000; */
}

.ic-img-media {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}


h2 {
    color: #000414;
    text-align: center;
    font-family: "TT Firs Neue Variable";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
    letter-spacing: -0.48px;
margin-bottom: 35px;
}

.ic-ultimo h2 {
    margin-bottom: 23px;
}

h2 span {
    color: #3366ff;
    }

h3 {
    font-size: 40px;
    line-height:55px;
    font-weight: 700;
    margin-bottom:30px;
}

p.lead {
    font-size: 46px;
    line-height:50px;
    font-weight: 800;
    margin-top:0px;
}

p {
    color: #000414;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
}

.ic-header{
    position: absolute;
}

h1 + p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.ic-card-Media-funcionalidades p {
    color: #353535;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    margin-bottom: 0px;
}


.text-last{
    margin-bottom: 0px;
}

.logo-gartner{
    width: 101px;
    height: 24px;  
}

.text-banner-logo{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0;
}

/*---------------------------------------------------------------- form */

h3.ic-form-title {
    border-radius: 8px 8px 0 0; 
    border-bottom: 0px; 
}

h3.ic-form-title > div.img-wrapper {
    border-top: 2px solid #FF6666; 
    margin-top: 20px;
}

.ic-dynamic-form{
    background-color: white;
    padding: 0px!important;
    margin: 0px 0px 0px -12px;
    border-radius: 0 0 8px 8px;
    max-width: 485px;
    width: auto;
}
.ic-logo {
    width: 150px;
    height: 24px;
}
/* buttons   >------------------------------------- */

.btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid;
    padding: 15px 24px ;
    letter-spacing: 0.5px;
}

.btn2 {
    font-size: 15px;
    padding:12px 24px 12px 24px;
    height: 48px;
    text-decoration: none;
    background-color: #000414;
    color: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-family: "TT Firs Neue Variable";
}

.btn3 {
    font-size: 15px;
    padding: 15px 30px;
    text-decoration: none;
    background-color: #3366ff;
    color: #fff;
    border-radius: 6px;
    width: 235px;
}
 
.btn2:hover {
    background-color: #2C52FD;
    color: #fff;
}

.btn3:hover {
    background-color: #2C52FD;
    color: #fff;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.Mobile .btn-ic {
    margin-left:5px;
    margin-right: 5px;
    width: 100%;
}

.ic-banner-blue {
    background: #000414;
    height: 160px;
    flex-shrink: 0;
    padding: 20px 0px 20px 0px;
}

.ic-banner-blue p {
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Open Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 42px; /* 233.333% */
margin-bottom: 16px;
}

.btn-success,
.btn-ic {
    color: #FFF!important;
    background-color: var(--color-btn);
    border-color: var(--color-btn);
}

.ic-class-form-button-submit.btn.btn-success:hover,
.btn-ic:hover {
    color: #FFF!important;
    background-color: var(--color-btn-hover) !important;
    border-color:  var(--color-btn-hover) !important;
}

.ic-class-form-button-submit.btn.btn-success {
    margin-top: 0;
}

div.Mobile {
    padding: 15px 0;
    z-index: 20;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.transicao-animacao {
    transition: all 0.5s ease;
}

.button-fixed{
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
   /* box-shadow: 0px 0px 8px #222222;*/
}

/* ripple  >------------------------------------- */

.btn-ic,
#submit-btn{
    background-color:#000414;
    border: solid 2px #00041400 ;
    color: #fff;
    border-radius: 8px!important;
   /* -webkit-box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);*/
   /* box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);*/
    transition: all .3s ease;
    -webkit-transition: all .5s ease;  
    position: relative;
    overflow: hidden;  
}

.btn-ic:hover,
#submit-btn:hover,
.btn-tablet:hover {
    background-color: var(--color-btn-hover);
    border: solid 2px var(--color-btn-hover);
    color: #fff;
    text-decoration: none!important;
    transform: translateZ(5px);
    position: relative;
    overflow: hidden;
}

.btn-ic:after,
#submit-btn:after,
.btn-tablet:after {
  content: "";
  width: 0px;
  /*height: 200px;*/
  background: var(--color-btn-hover);
  transition: all .3s ease;
  -webkit-transition: all .5s ease;
  left: 50%;
  top: calc(50% - 100px);
  z-index: -200;
  border-radius: 100%;
  position: absolute;
}

.btn-ic:hover:after,
#submit-btn:hover:after,
.btn-tablet:hover:after {
  content: "";
  background: var(--color-btn-hover);
  border-radius: 100%;
  width: calc(100% + 30px);
  height: 200px;
  left: calc(0% - 15px);
  top: calc(50% - 100px);
}

a.btn-tablet:hover,
a.btn-tablet:after,
a.btn-tablet:hover:after{
    color: #fff!important;
}

a {
    color: var(--color-cta);
    text-decoration: underline;
}

a:hover {
    color: var(--color-cta-hover);
    text-decoration: underline;
}

.btn-tablet{
    min-width:210px;
    max-width:100%;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 38px;
}

.form-check-inline {
    margin-right: 5px!important;
}

html {
    scroll-behavior: smooth;
  }

.ic-class-form-button-submit.btn.btn-success {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/*---------------------------------------------------------------- pre-footer */

section.pre-footer{
    padding-top: 30px;
    padding-bottom: 0;
}

.pre-footer a{
    text-decoration: none;
}

.pre-footer .btn.btn-ic-color{
    background-color: #11142e;
    border:2px solid var(--color-detalles);
    color: var(--color-detalles);
    margin-left: 40px;
}

.pre-footer .btn.btn-ic-color:hover{
    color: var(--color-detalles);
    opacity: .9;
}

.pre-footer p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
}

span.ic-gradient-wrapper{
    background-color: #d2d3dc;
    height: 1px;
    width: 100%;
    /*background: linear-gradient(90deg,  #595959 0% ,  #d2d3dc 25%, #A5A7B9 50%, #595959 100%);*/
    margin-top: 30px;
}

.img-flechita {
    width: 16px;
    height: 12px;
    -moz-animation: bounces 1s infinite;
    -webkit-animation: bounces 1s infinite;
    animation: bounces 1s infinite
}

@-moz-keyframes bounces {
    0%,100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -moz-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@-webkit-keyframes bounces {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@keyframes bounces {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(5px)
    }
}

.ic-row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}


/*---------------------------------------------------------------- footer */

footer p{
    color: #EFF0F3;
    font-family:"TT Firs Neue Variable";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

footer a{
    color: #ffffff;
    text-decoration: none;
}

footer {
    padding: 40px 10px 20px 10px;
}
/*---------------------------------------------------------------- modal */

.modal {
    z-index: 99999;}

.close {
    width: 32px;
    height: 32px;
    font-size: 25px; 
    text-shadow: none;  
}

.close:focus, .close:hover{
    outline: none;
}

.img-form{
    margin: 18px auto 0px auto;   

}

.img-mano {
    margin-left: 8px;
    -moz-animation: bounceY 1.5s infinite;
    -webkit-animation: bounceY 1.5s infinite;
    animation: bounceY 1.5s infinite;
}
@-moz-keyframes bounceY {
    0%,
    50%,
    100% {
        -moz-transform: translateY(0) translateX(0px);
        transform: translateY(0) translateX(0px);
    }
    25% {
        -moz-transform: translateY(5px) translateX(5px);
        transform: translateY(5px) translateX(5px);
    }
}
@-webkit-keyframes bounceY {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0) translateX(0px);
        transform: translateY(0) translateX(0px);
    }
    25% {
        -webkit-transform: translateY(5px) translateX(5px);
        transform: translateY(5px) translateX(5px);
    }
}
@keyframes bounceY {
    0%,
    50%,
    100% {
        transform: translateY(0) translateX(0px);
    }
    25% {
        transform: translateY(5px) translateX(5px);
    }
}

.ic-img-logo-tele {
    width: 160px;
    height: 38px;
    margin-bottom: 34px;
}

/*---------------------------------------------------------------- media queries */


@media (max-width: 767px){

    footer {
        padding: 20px 10px 20px 10px;
    }

    section{
        padding: 0px;
    } 

    .full-fold {
        min-height: 520px;
        height:auto;
        /*min-height: 100vh;*/
        /*height: auto;*/
        padding: 35px 0px 0px 0px ;
    }

    .gradient-line2
    {
    width: 220px;
    height: 2px;
    margin-top: -5px;
    margin-bottom: 7px;
    }

    .gradient-line3
    {
        width: 124px;
        height: 2px;
        background: rgb(51,102,255);
        background: linear-gradient(90deg, rgba(51,102,255,1) 0%, rgba(51,102,255,0) 100%);
        border-radius: 2px;
        margin-top: -5px;
        margin-bottom: 33px;
    }


    .garner-fold1 {
        /*height: auto;*/
        padding: 40px;
        max-width: 707px;
        /*padding: 93px 0px 0px;*/
    }
    
    
    .garner-fold p{
        font-size: 12px;
        line-height:15px;
        font-weight: 400;
    }
    nav img{
        max-width: 104px!important;
    }

    .nav-ic-text {
        font: 700 11px/16px var(--font-primary);
        margin: 0 !important;
        color: var(--color-form-text);
        white-space: nowrap;
    }

    p.lead{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
        margin-top: 0;
    }

    h1 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom:22px;
    }

    h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom:30px;
    }

    h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom:0px;
        font-weight: 700;
        }
    


    p{
        font-size: 14px;
        line-height: 24px;
    }

    .text-last{
        margin-bottom: 12px;
    }
    
    .img-dos {
        max-width:100%;
        /*align-self: center;*/
        margin: 0 auto 0px auto; 
    }

    .Mobile .btn-ic > span{
        margin-left: 28px;
    }

    .mx-mobile{
        padding-left: 25px;
        padding-right: 25px;
    }

    .ic-dynamic-form-container{
        box-shadow:none;
        margin-top:0px;
        margin-bottom:0px!important;
        padding-bottom:0;
    }


    .pre-footer p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .pre-footer .btn.btn-ic-color{
        margin-left: 0px;
        margin-bottom: 40px;
    }

    .pre-footer span.ic-gradient-wrapper{
        display: none;
    }

    .Mobile .btn-ic {
        padding: 8px 24px ;
    }

    .img-flechita {
        display: none;
    }

    .garner-fold1 {
        min-height: 245px;
    }

}

@media all and (min-width: 320px) and (max-width: 767px){

    
footer p{
    margin-bottom: 20px;
}
    .full-fold {
        padding: 60px 0px 0px 0px;
    }
    h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 26px;
        text-align: center;
        color: #273480!important;
    }
    h1 + p {
        text-align: center;
    }
    .ic-img-logo-tele  {
       text-align: center;
       margin-bottom: 32px;
    }

    .ic-img-logo-tele {
        width: 147px!important;
        height: 35px;
  }
  
  h1 + p {
    margin-top: 12px;
    margin-bottom: 0px;
}
 
}



@media all and (min-width: 768px) and (max-width: 1199px){

    .mostrar {
        opacity: 1;
        transition: opacity 2s ease, height 0.7s ease;
        height: 56px;
        margin-top: 0;
        /* padding-bottom: 56px!important; */
    }

    section{
        padding: 70px 0px 80px 0px;
    } 

    .conteiner2{
        max-width: 720px;  
    }

    .garner-fold1 {
        /* height: auto; */
        padding: 50px 15px 37px 15px;
        max-width: 665px;
        /* padding: 93px 0px 0px; */
        height: calc(100vh - 787px);
        min-height: 200px;
    }

    .full-fold {
        height: auto;
        min-height: 520px;
        padding: 52px 0px 0px 0px;
    }

    .gradient-line2
    {
    width: 600px;
    height: 4px;
    margin-bottom: 33px;
    margin-top: -5px;
    }
    
    .img-form {
        display: block;
    }

    .btn 
    {
    margin: 0 0 0px 0;
    }

    p.lead,
    h1 {
        margin-bottom:32px;
        line-height: 40px;
        margin-top: 0;
    }

    h2 {
        font-size: 30px;
        margin-bottom:0px;
        line-height: 40px;
    }

    h3 {
        font-size: 30px;
        margin-bottom:0px;
        line-height: 40px;
        margin-bottom: 23px;
    }

    h1{
        font-size: 30px;
        margin-bottom:30px;
    }

    p{
        font-size:16px;
        line-height:26px;
        margin-bottom:16px;
    }

    .text-last{
        margin-bottom: 0px;
    }

    .ic-dynamic-form-container {
        box-shadow: none;
        margin-top: 46px;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
    }
    h2 {
        margin-bottom: 40px;
    }
    .ic-img-media-2 {
        margin: 0px 0px 0px 0px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    h3.ic-form-title{
        padding: 0px 0px 0px 0px;
    }

    .pre-footer p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .pre-footer .btn.btn-ic-color{
        margin-left: 0px;
    }
 
    .sticky-cta {
        margin: 0 10px -5px 0!important;
    }
        
}


@media all and (max-width: 1200px){
    .btn-block,
    a.btn-block:not([href]):not([tabindex]){
        color: #ffffff;
        background-color: transparent;
        border-color: transparent;
        font-size: 16px;
        height: 71px;
        padding: 17px;
        display: inline-block;
        font-weight: 600;
        box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.171);
    }
}


/*--------------------------------------------------------------------------------------------------------------------------
SVG Images DeBug 
--------------------------------------------------------------------------------------------------------------------------*/

/* Ie9 */
.ie9 img[src*=".svg"] {
	width: auto;
	max-width: initial;
}

 /* Ie10 + Firefox & Others */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src*=".svg"]{width: auto;max-width: initial;}
}

@media screen and (max-width: 480px) {
	img[src*=".svg"]{width: auto;max-width: initial;}
}

.form-check-inline {
    align-items: flex-start!important;
}



@media all and (min-width: 320px) and (max-width: 767px){
    p {
        margin-bottom: 15px;
    }
    
.ic-bg-img{
    background: url(../img/ic-lp-RFP-telefonica-bg-@2x.webp) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
}

@media all and (min-width: 768px) and (max-width: 1199px){

    .ic-ultimo-fold {
        padding: 40px 0 60px 0;
    }

    .card-deck {
        justify-content: center;
    }

    .full-fold {
        padding: 0px 0px 0px 0px;
    }

    h1 {
        font-size: 42px;
        line-height: 52px;
        text-align: center;
        margin-bottom: 34px;
    }
    h1 + p {
        text-align: center;
    }
    .ic-img-logo-tele  {
       text-align: center;
    }

    .ic-img-logo-tele {
        margin-bottom: 40px;
    }

}

.ic-ultimo p {
    margin-bottom: 33px;
}


@media all and (min-width:768px) and (max-width: 1199px){
    .ic-img-media-2 {
        background-image: none;
    }
}


@-webkit-keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-1760px * 3));
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-1760px * 3));
	}
}

.slider {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(90deg, #000414 22.07%, #00041400 99.87%);
	content: "";
	height: 76px;
	position: absolute;
	width: 200px;
	z-index: 2
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg)
}

.slider::before {
	left: 0;
	top: 0
}

.slider .slide-track {
	animation: scroll 120s linear infinite;
	display: flex;
	width: calc(1860px * 3);
}

.ic-mr-90 {
    margin-right: 90px;
}


.ic-card-Media-funcionalidades {
    display: flex;
    width: 373.333px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 6px 25px 0px rgba(0, 18, 255, 0.08);
    margin-bottom: 16px;
    margin-right: 16px!important;
}

.card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.ic-img-Media {
    margin: 10px 0px 0px 21px;
}

.ic-icono-productos-wrap {
background-color: #fff;
border-radius: 50%;
padding: 18px;
width: 78px;
height: 78px;
flex-shrink: 0;
margin: auto 20px auto 0px;
box-shadow: 0px 0px 15px 0px rgba(51, 102, 255, 0.10);
}


h3 {
color: #273480;
leading-trim: both;
text-edge: cap;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 138.889% */
margin-bottom:8px;
}

h3 + p {
color: #353535;
leading-trim: both;
text-edge: cap;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
margin-bottom:0px;
padding-bottom: 0px;
}

.ic-ultimo-fold {
padding: 110px 0 120px 0;
}
.ic-img-Media-mobile {
    margin: 0px 0px -57px 0px;
}


@media all and (max-width: 767px){

    .ic-logo-productos {
        margin: 0 0 10px 0;
    }
    
    .slider .slide-track {
        animation: scroll 75s linear infinite;
        display: flex;
        width: calc(457px * 5)
        }
    
    .ic-dynamic-form{
        width: unset;
    }

    h1 ,
    h1 + p {
        text-align: left;
    }
    h1 span, 
    h1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 150% */
        margin: 0px;
    }
    p.ic-text-bajada {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 176.923% */
        margin: 13px 0px 22px 0px;
        padding-bottom: 0px;
    }
    .full-fold {
        padding: 50px 0px 0px 0px;
    }
    .slider::before, .slider::after {
        width: 30px;
    }
    .ic-banner-blue p {
        padding-left: 44px!important;
        padding-right: 44px!important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 175% */
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .ic-banner-blue {
        height: 120px;
        padding: 0px 0px 0px 0px;
        z-index: 1000;
    }
    .ic-mr-90 {
        margin-right: 30px;
        }
    h1, h2 {
        color: #000414!important;
        text-align: center;
        font-family: "TT Firs Neue Variable";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%; /* 30.8px */
        letter-spacing: -0.56px;
        margin-top: 0px;
    }
    .slider {
        height: auto;
        margin: 25px 0px 30px 0px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .ic-card-Media-funcionalidades {
        min-width: 276px;
        width: auto;
        min-height: 170px;
        height: auto!important;
        margin-right: 0px;
    }
    .ic-card-Media-funcionalidades p {
        color: #353535;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.32px;
        margin-bottom: 0px;
    }
    .ic-icono-productos-wrap {
        background-color: #fff;
        border-radius: 50%;
        padding: 18px;
        width: 82px!important;
        height: 82px!important;
        flex-shrink: 0;
        margin: -28px 40px 0px -80px!important;
        box-shadow: 0px 0px 15px 0px rgba(51, 102, 255, 0.10);
    }

        h3 {
            font-size: 16px!important;
        }
        .ic-img-Media {
            margin: 9px 0px 0px 0px!important;
        }

        .ic-mobile-fix {
            margin: -12px 0px 0px 0px;
        }
        .ic-mobile-fix2 {
            margin: -27px 0px 0px 0px;
        }
        .ic-ultimo-fold {
            padding-bottom: 20px;
        }
        footer p {
            padding-top: 0px;
            font-weight: 400;
            color: #FFF;
            text-align: center;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 142.857% */
            margin-bottom: 0px;
        }

        .slider .slide-track {
            animation: scroll 120s linear infinite;
            display: flex;
            width: calc(1860px * 3);
        }

        .ic-class-form-button-submit.btn.btn-success {
            margin-left: auto;
            margin-right: auto;
        }
        .ic-bg-img {
            background: url(../img/img/background-mobile.webp) no-repeat bottom center ;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-background-position: bottom;
            -moz-background-position: bottom;
            -o-background-position: bottom;
            background-position: bottom;
            margin-top: -85px;

        }
        h3 + p {
            display: none!important;
        }

        .navbar-brand img[src*=".svg"] {
            width: 103px;
            height: 24px;
        }
        nav {
            height: 55px;
        }
        .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
            padding-right: 0px!important;
            padding-left: 0px!important;
        }

        .card-deck {
            margin-right: 0px;
            margin-left: 0px;
        }
      
        .ic-dynamic-form {
            margin: 0px 0px 0px 0px;
        }

        .ic-card-Media-funcionalidades {
            padding: 20px 17px 25px 20px;
            margin-right: 0px!important;
        }

        .ic-card-Media-funcionalidades p {
            padding:0px;
        }

        section {
            padding: 70px 0 40px 0
            }

            .ic-ultimo h2 {
                margin-bottom: 11px;
            }

            .ic-ultimo h2 + p {
                margin-bottom: 24px;
            }

            .btn {
             border: 0px solid;
             margin-bottom: 0px;
            }

           

            nav {
                border-radius:16px;
                border: 1px solid #EEF1FE;
                background: rgba(255, 255, 255, 0.75);
                box-shadow: 0px 4px 16px 0px rgba(0, 18, 255, 0.05);
                backdrop-filter: blur(20px);
                margin: 15px;
            }
            .ic-ultimo-fold {
                padding: 70px 0 80px 0;
            }
        
            .ic-logo {
                width: 120px;
                height: auto;
            }

            .card-deck {
                justify-content: center;
            }

            .ic-hb-text {
                margin-top: 20%;
            }
    }

    .ic-ultimo-fold .btn {
        border: 0px solid;
        margin-bottom: 40px;
       }

       .ic-dynamic-form {
        background-color: white;
        box-shadow: rgba(0, 18, 255, 0.08) 0px 6px 25px 0px;
        margin: 0px;
        border-radius: 20px;
        padding: 40px 29px 14px 22px !important;
    }

    .ic-class-form-check-label-legal {
        padding-bottom: 0px;
        text-align: left;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #353535;
        margin-left: 5px;
        margin-top: -2px;
        flex-basis: calc(100% - 23px);
        width: 400px;
        font-family: 'Manrope';
    }
    
@media all and (min-width: 768px) and (max-width: 991px){
    h3 + p {
        display: block!important;
    }
}


.wrapper {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 89vh;
    right: 0px;
    z-index: 200;
}

.cta2 {
    position: relative;
    margin: auto;
    padding: 0 0;
    transition: all 0.5s ease;
}
.cta2:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -57px;
    display: block;
    border-radius: 28px;
    background: #3366FF;
    box-shadow: 0px 0px 10px 0px #36f;
    width: 57px;
    height: 57px;
    transition: all 0.2s ease;
    z-index: 1;
}

.sticky-cta {
    margin: 0 70px -5px 0;
    position: relative;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
    width: 74px;
    height: 74px;
}

.ic-sprite {
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-lp-fab.svg);
}

.ic-icon-info {
    background-position: -8px -4px;
}

.cta2:hover:before {
    width: 265px;
    background: #3366FF;
    box-shadow: 0px 0px 0px 0px #36f;
}

.cta:hover svg {
    transform: translateX(0)
}

.cta2 .textStickyVisible {
    opacity: 0;
    transition: opacity 0.1s;
    position: absolute;
    right: -15px;
    width: 200px;
}

.cta2:hover .textStickyVisible {
	opacity: 1;
	transition: opacity 1s;
	cursor: pointer;
}


.cta2 span {
    color: #fff;
    top: 15px;
    right: 97px;
    position: absolute;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    vertical-align: middle;
    z-index: 150;
}

.container {
    max-width: 1171px;
}