@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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@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{
    --font-primary: "Manrope", sans-serif !important;

    --color-cta: #000414; 
    --color-cta-hover: #2952CC;

    --color-btn: #000414;
    --color-btn-hover: #2952CC;

    --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;
}

*{
    font-family: "Manrope", sans-serif;
}
.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 #C1CCFD!important;
    background-size: 8px 10px!important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.linea {
    background: #C1CCFD;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.ic-text-link {
    text-decoration: none;
    margin-right: 20px;

    color: #FFF;
    text-align: center;
    font-family: "TT Firs Neue Variable";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    }
/* nav  >------------------------------------- */

nav {
    height: 84px;
    -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    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; 
}

.form-control {
    padding: 25px 15px 25px 15px;
}

.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: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 155.556% */
    margin: 24px 0px 13px 0px;
}

.btn {
  margin-bottom: 70px;
}

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

p.ic-amarillo {
    color: #F0FF41!important;
}

.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);
}

.footer-bottom {
    padding-bottom: 30px;
}
/* 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-herobanner {
    z-index: 100;
}

.ic-gradiente-home {
    background: url(assets/img/background-home.webp) no-repeat top center;
    position: absolute;
    top: -320px;
    right: 247px;
    width: 1235px;
    z-index: 50;
    overflow: hidden;
}
.ic-video-home {
    position: relative;
    z-index: 100;
    border-radius: 30px 30px 0px 0px;
    margin-top: 30px;
}

.Second-Fold {
    position: relative;
    z-index: 100;

}


.ic-bg-img{
   background: url(../img/background.webp) no-repeat top center;
    background-color: #F7F4F9;
    -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 */

section {
    padding: 3.5rem 0rem;
}

.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;

}

.mx-mobile {
    z-index: 100;
}

.full-fold {
    /* height: auto; */
    padding: 95px 0px 0px 0px;
    /* padding: 93px 0px 0px; */
    max-height: 640px;
    min-height: 640px;
}

.ic-text-zindex {
    position: relative;
    z-index: 100;
}

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

.ic-gradient-Fold3 {
    border-radius: 1171px;
    background: radial-gradient(70.75% 50% at 50% 50%, rgba(240, 255, 65, 0.50) 0%, #FFF 100%);
    filter: blur(76.3420639038086px);
    width: 1171px;
    height: 1171px;
    flex-shrink: 0;
    z-index: 50;
    position: absolute;
    margin-top: 180px;
}

.Second-Fold2 {
    position: relative;
    z-index: 100;
}

.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 {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 62.4px */
    color: #151219;
}

h1 span {
/*background: linear-gradient(277deg, #36F 71.73%, #273480 127.9%);*/
background: linear-gradient(268deg, #273480 1.35%, #36F 80.45%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.ic-img-media-2 {
    margin: 0px 0px 0px auto;
    background-image: url("../img/ic-lp-es-hb-landing-paid-media-lg@2x.webp");
    height: 673px!important;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    /* top: 0px; */
    /* z-index: 1000; */
}


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


h2 {
    color: #151219;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 142.857% */
}


h2 span {

    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    top: 0px;
    position: absolute;
    }

h3 {
    color: #000414;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
}

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

h2+p {
    color: #151219;
text-align: center;
/* Text/Body L */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
}

p {
    font-size: 18px;
    line-height:28px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 18vh;
}



.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:40px 29px 14px 22px!important;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    /*width: 356px;*/
    box-shadow: 0px 6px 25px 0px rgba(0, 18, 255, 0.08);
}

/* 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: 13px;
    padding: 10px 24px;
    height: 48px;
    text-decoration: none;
    background-color: #3366ff;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
}

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

.btn3:hover {
    background-color: #2952CC;
    color: #fff;
}

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

a.btn-ic {
    text-decoration: none!important;
}

.ic-banner-blue {
    height: 130px;
    flex-shrink: 0;
    padding: 0px 0px 0px 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: var(--color-btn);
    border: solid 2px var(--color-btn) ;
    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; */
    width: 285px;
    height: 55px;
    }
/*---------------------------------------------------------------- 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{
    padding-top: 25px;
    height: 69px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 0px;
}

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


/*---------------------------------------------------------------- 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){

    section{
        padding: 0px;
    } 

    .full-fold {
        min-height: 488px;
        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-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: 30px;
        padding-right: 30px;
    }

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

    footer{
        /*margin-bottom: 100px;*/
    }

    .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: 23px!important;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 26px;
        text-align: center;
        color: #151219!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;
  }

  p {
    padding-bottom: 40px;
}
}



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

    section{
        padding: 50px 0px 0px 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: 511px;
        padding: 52px 0px 0px 0px;
    }

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

  

    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: 45px;
    }

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

    .ic-dynamic-form-container {
        box-shadow: none;
        margin-top: 46px;
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
    }
    h2 {
        margin-bottom: 30px;
    }
    .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;
    }
        
}


@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: 1vh;
    }
    
.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){

    .full-fold {
        padding: 60px 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;
    }
    p {
        margin-bottom: 2vh;
    }

}

@media all and (min-width:1200px) and (max-width: 1439px){
    p {
        margin-bottom: 3vh;
    }
}

@media all and (min-width: 1440px){
    p {
        margin-bottom: 6vh;
    }
}

@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 {
	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 {
    width: 451px;
    height: 155px;
    align-items: center;
    padding: 35px 40px;
    border-radius: 12px;
    border: 1px solid rgba(170, 187, 255, 0.20);
    background:rgb(244 246 255);
    background: linear-gradient(46deg, rgba(211, 221, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0px 0px 15px 0px rgba(51, 102, 255, 0.10);
    margin-bottom: 15px;
    padding: 27px 40px 27px 40px;
}

 .card-deck {
    display: flex;
    flex-flow: column;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: center;
}

.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:0px;
}

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-bottom: 65px;
}
.ic-img-Media-mobile {
    margin: 40px 0px 0px 0px;
}


.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;
}

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

.Second-Fold {
    background: #fff;
    padding: 110px 0px 120px 0px;
}
.Second-Fold2 {
    background: #000414;
    padding: 110px 0px 120px 0px;
    border-radius: 40px;
}


.bkg-inconcert {
    background: rgb(247,244,249);
    background: -moz-linear-gradient(180deg, rgba(247,244,249,1) 51%, rgba(255,255,255,1) 53%);
    background: -webkit-linear-gradient(180deg, rgba(247,244,249,1) 51%, rgba(255,255,255,1) 53%);
    background: linear-gradient(180deg, rgba(247,244,249,1) 51%, rgba(255,255,255,1) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f4f9",endColorstr="#ffffff",GradientType=1);
    padding: 0px;
    }
    
    .bkg-inconcert2 {
        background: rgb(247,244,249);
        background: -moz-linear-gradient(360deg, rgba(247,244,249,1) 51%, rgba(255,255,255,1) 53%);
        background: -webkit-linear-gradient(360deg, rgba(247,244,249,1) 51%, rgba(255,255,255,1) 53%);
        background: linear-gradient(360deg, rgba(247,244,249,1) 51%, rgba(255,255,255,1) 53%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f4f9",endColorstr="#ffffff",GradientType=1);
        padding: 0px;
        }
        .ic-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            /* margin-right: -15px; */
            /* margin-left: -15px; */
        }


.Tercer-Fold {
    padding: 100px 0px 120px 0px;
}


.Cuarto-Fold {
    background: #F7F4F9;
    padding: 120px 0px 120px 0px;
}


.Cuarto-Fold p {
   margin-bottom: 33px;
}


.Cuarto-Fold h2 {
   margin-bottom: 27px;
 }

 .Quinto-Fold {
    padding: 120px 0px 120px 0px;
}
.Second-Fold2.final h3, 
.Quinto-Fold h3 {
    margin-bottom: 50px;
}

.Second-Fold2.final {
border-radius: 40px 40px 0px 0px!important;
padding: 120px 0px 0px 0px;
}


.ic-banner-black {
background-color: #000414;
padding-bottom: 120px;

}

.ic-recuadro2 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    flex-shrink: 0;
    width: 192px;
    margin-right: 85px;
}

.ic-recuadro2 img {
    /* width: auto; */
    /* max-width: 360px; */
    /* min-width: 100px; */
    /* height: auto; */
    margin-right: 0px;
    backdrop-filter: blur(17.523052215576172px);
    box-shadow: 0px 6px 25px 0px rgba(0, 18, 255, 0.08);
    border-radius: 21px;
}


.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #C1CCFD;
}
.carousel-indicators .active {
    background-color: #2C52FD;
}

.carousel-indicators {
    position: relative;
    /* right: 0; */
    /* bottom: 0px; */
    /* left: 0; */
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    /* margin-right: 15%; */
    /* margin-left: 15%; */
    list-style: none;
    margin-top: 65px;
    margin-bottom: 0px;
}

.ic-recuadro {
    display: inline-flex;
    height: 250px;
    max-width: 305px;
    width: auto;
    padding: 25px 35px 22px 35px!important;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid rgba(211, 221, 255, 0.70);
    background: rgba(255, 255, 255, 0.05);
    margin-right: 24px;
}

.ic-recuadro-last {
    margin-right: 0px;
}

.ic-recuadro p span{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable"!important;
    font-size: 60px!important;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 98.147px */
    margin-bottom: 0px;
}

.ic-recuadro2 p {
    color: #000414;
    /* Desktop/H4 Medium */
    font-family: "TT Firs Neue Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ic-recuadro p {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 32.121px */
    margin-top: 0px;
}


.ic-recuadro-mejoras {
    display: inline-flex;
    height: 211px;
    max-width: 354px;
    min-width: 354px !important;
    width: auto;
    padding: 23px 30px 30px 30px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    flex-shrink: 0;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(51, 102, 255, 0.15);
}

.Tercer-Fold img{
    width: auto;
    border-radius: 20px 20px 0px 0px;
}


.ic-recuadro-mejoras-last {
    margin-right: 0px;
}

.ic-recuadro-mejoras h2{
    color: #273480;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 65% */
    margin-bottom: -12px;
}

.ic-recuadro-mejoras p {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}


.Second-Fold h2 {
    margin-top: 0px!important;
}

h1 + p {
    color:#273480;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 27px 0px 0px 0px;
}

h1 + h2 {
    font-size: 28px;
    line-height: 40px;
    margin-top:5px;
    margin-bottom:0px;
    font-weight: 400;
}


.btn-ic {
    width: 171px!important;
    height: 43px!important;
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "TT Firs Neue Variable";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    border-radius:8px!important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #000414;
    border-color:#000414;
}


h3 {
    color: #000414;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
}

h3 span  {
    background-image: linear-gradient(90deg, #F0FF41 32.96%, #C1CCFD 70.93%);
    background-clip: text;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    color: black;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
}

h4 {
    color:#FFF;
    font-family: "TT Firs Neue Variable";
    font-size: var(--font-size-md, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    margin-top: 5px;
    margin-bottom: 16px;
}

h4+p {
    color: #EFF0F3!important;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.28px;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.ic-implementa {
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 111px;
}

.ic-implementa-card {
width: 293px;
max-width: 293px;
}

.hb-video {
width: 512px;
}

.ic-carrousel {
margin-top: 60px;
}

.ic-dot {
    background-color: #3366FF;
    height: 5px;
    margin-top: 60px;
}

.ic-automatiza {
margin-top: 55px;
}

.ic-ml-80 {
    margin-left: 100px;
}

div.ic-recuadro-equipos-wapper {
    margin-top: 40px;
}

div.ic-recuadro-equipos-wapper:nth-child(3)  {
    margin-top: 25px;
    margin-bottom: 40px;
}

span.ic-recuadro-equipos {
    border-radius: 20px;
    border: 1px solid #000414;
    padding: 18px 20px 18px 20px;
    color: #000414;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 30.8px */
    margin-bottom: 0px;
    
}

p.ic-recuadro-equipos {
    border-radius: 20px;
    border: 1px solid #000414;
    padding: 18px 24px 18px 24px;
    color: #000414;
    leading-trim: both;
    text-edge: cap;
    font-family: "TT Firs Neue Variable";
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 30.8px */
    margin-bottom: 0px;
    
}

.ic-gradiente-azul {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 150;
}
.carousel-inner-clientes {
    position: relative;
    width: auto;
    overflow: hidden;
    
}


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

    .hide-mobile {
        display: none!important;
        ;
    }

    .ic-recuadro2 img {
        margin-right: 0px;
    }

    .hide-mobile {
        display: none;
    }
  
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .ic-ml-80 {
        margin-left: 30px;
    }
    

    div.ic-recuadro-equipos-wapper:nth-child(3)  {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    
    .Second-Fold2.final {
        border-radius: 20px 20px 0px 0px!important;
        padding: 60px 0px 0px 0px;
    }

    .hb-video {
        width: 100%;
    }

    .ic-banner-black {
        background-color: #000414;
        padding-bottom: 30px;
    }

    .btn {
    margin-bottom: 0px;
    }

    .ic-text-link {
        margin-right: 0px;
        font-size: 13px;
    }

    .ic-recuadro2 {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        margin-bottom: 50px;
        margin-right: 0px;
    }

    .ic-recuadro2 p {
        font-size: 16px;
    }

   h3 {
        font-size: 20px!important;
        margin-bottom: 30px;
    }

    h3 span {
        font-size: 20px;
    }

    span.ic-recuadro-equipos {
        padding: 10px 20px 10px 20px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .ic-recuadro2:last-child {
        margin-bottom: 0px;
    }

    div.ic-recuadro-equipos-wapper:nth-child(3) {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ic-implementa {
        gap: 50px;
    }

 
h1 + h2 {
    font-size: 18px;
    line-height: 24px;
    margin-top:5px;
    margin-bottom:16px;
}

.Second-Fold h3 {
    margin-bottom: 0px;
}

    .Cuarto-Fold h2 {
        margin-top: 0px;
    }

    .carousel-indicators {
        /* position: absolute; */
        /* right: 0; */
        /* bottom: -54px; */
        left: -28px;
        z-index: 15;
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 7px;
        height: 7px;
        border-radius: 5px;
        margin-right: 14px;
        margin-left: 14px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #1D2351;
        background-clip: padding-box;
        border-top: none;
        border-bottom: none;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

    .carousel-indicators li {
        border-radius: 5px;
        margin-right: -18px;
        margin-left: 30px;
        background-color: #36f!important;
    }
    .carousel-indicators .active {
        opacity: 1 !important;
    }
    

    .Second-Fold {
        padding: 45px 0px 60px 0px;
    }
    
    .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: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 150% */
    }
    p.ic-text-bajada {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        margin: 5px 0px 0px 0px;
        padding-bottom: 30px;
    }
    .full-fold {
        padding: 39px 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;
    }

    .Second-Fold2 {
        background: #000414;
        padding: 60px 0px 60px 0px;
        border-radius: 20px;
    }

    .ic-banner-blue {
        height: 125px;
        padding: 0px 0px 0px 0px;
        z-index: 1000;
    }
    .ic-mr-90 {
        margin-right: 30px;
        }
    h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 155.556% */
        margin-top: 42px;
    }
    .slider {
        height: auto;
        margin: 44px 0px 30px 0px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

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

    .ic-card-Media-funcionalidades {
        width: 275px!important;
        height: 82px!important;
    }

    .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);
    }

      
        .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: 10px;
            height: auto;
            font-weight: 400;
            color: #FFF;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 10px;
        }

        .Second-Fold2.final h3, .Quinto-Fold h3 {
            margin-bottom: 20px;
        }

        .Quinto-Fold {
            padding: 60px 0px 60px 0px;
        }

        p {
            padding-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/ic-lp-es-bg-landing-paid-media-sd.webp) no-repeat center center; */
            background-color: #F7F4F9;
            -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;
            max-height: 664px;
        }

        .ic-gradient-Fold3 {
            border-radius: 1171px;
            background: radial-gradient(70.75% 50% at 50% 50%, rgba(240, 255, 65, 0.50) 0%, #FFF 100%);
            filter: blur(76.3420639038086px);
            width: 270px;
            height: 375px;
            flex-shrink: 0;
            z-index: 50;
            position: absolute;
            margin-top: 505px;
        }

        .ic-gradiente-home {
            overflow: hidden;
            border-radius: 1171px;
            background: radial-gradient(70.75% 50% at 50% 50%, rgba(240, 255, 65, 0.50) 0%, #FFF 100%);
            filter: blur(76.3420639038086px);
            width: 270px;
            height: 375px;
            flex-shrink: 0;
            z-index: 50;
            position: absolute;
            margin-top: 310px;
        }


        .ic-img-mobile {
            z-index: 100
        }


        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-card-Media-funcionalidades {
            margin-left: 40px;
        }
        .ic-dynamic-form {
            margin: 0px 0px 0px 0px;
        }

        
        .ic-recuadro {
            max-height: 205px!important;
            min-width: 200px;
            max-width: 220px;
            width: auto;
            padding: 20px!important;
            border-radius: 20px;
            border: 1px solid rgba(211, 221, 255, 0.70);
            background: rgba(255, 255, 255, 0.05);
            margin-right: 0px!important;
            margin-bottom: 24px;
        }
        h2 span {
            color: #FFF;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: "TT Firs Neue Variable";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            top: 14px;
            position: absolute;
        }

        .ic-bg-dark {
            padding-bottom: 120px;
        }

.ic-recuadro-last {
    margin-right: 0px;
    margin-bottom: 0px;
}

.ic-recuadro h2{
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 65% */
    margin-bottom: 10px;
    margin-top: 0px!important;
}

.ic-recuadro p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 162.5% */
}


.Tercer-Fold img{
    width: auto;
    border-radius: 20px 20px 0px 0px;
}


.ic-recuadro-mejoras-last {
    margin-right: 0px;
}

.ic-recuadro-mejoras h2{
    color: #273480;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 65% */
    margin-bottom: -12px;
    margin-top: 0px;
}

.ic-recuadro-mejoras p {
    color: #353535;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 162.5% */
}


.ic-recuadro-mejoras {
    display: inline-flex;
    height: auto;
    min-width: 307px!important;
    max-width: 307px!important;
    width: auto;
    padding: 23px 30px 30px 30px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex-shrink: 0;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(51, 102, 255, 0.15);
}

.carousel-inner-clientes {
    width: auto;
    height: 100%;
    transition: all 0.3s ease-in;
}
.carousel-item, 
.carousel-item active {
    transition: all 0.3s ease-in;
}


.Cuarto-Fold {
    background: #F7F4F9;
    padding: 39px 0px 40px 0px;
}
.Cuarto-Fold h2+p {
    font-size: 13px!important;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: -6px;
}

.Cuarto-Fold h2 {
    margin-bottom: 16px;
}
.btn-ic {
    width: 306px!important;
    height: 46px!important;
    font-size: 14px!important;
    font-weight: 400;
    line-height: normal;
}
.btn {
    padding: 11px 25px;
}
h1 + p {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin: 11px 0px 16px 0px;
    padding: 0px!important
}
.ic-boton-recuadro {
    background-color: #fff;
    padding: 27px 0px 27px 0px;
    box-shadow: 0px 0px 15px 0px rgba(51, 102, 255, 0.25);
    z-index: 1000;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
       .Tercer-Fold {
        padding: 37px 0px 59px 0px;
    }

    .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;
    }

    .ic-video-home {
        position: relative;
        z-index: 100;
        border-radius: 30px 30px 0px 0px;
    }

}

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

    .ic-video-home {
        position: relative;
        z-index: 100;
        border-radius: 30px 30px 0px 0px;
    }

    .ic-img-Media-mobile {
        margin: 42px 0px 0px 0px;
    }

    .ic-recuadro2:last-child {
        margin-bottom: 30px;
    }
    .ic-recuadro,
    .ic-recuadro2 {
        margin-right: 30px!important;
    }

    .ic-recuadro:last-child,
    .ic-recuadro2:last-child{
        margin-right: 0px!important;
        margin-bottom: 0px!important;
    }

    .ic-recuadro-last {
        margin-bottom: 24px;
    }
    
    h3 + p {
        display: block!important;
    }

    .ic-bg-img {
        max-height: 572px;
    }

    .carousel-indicators {
        /* position: absolute; */
        /* right: 0; */
        /* bottom: -54px; */
        left: -40px;
    }

    
}
