@font-face {
    font-family: "goldplay";
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/Goldplay-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: "Material-Design-Iconic-Font";
    src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2')
  }
  

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
  
  :root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
  
    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #ebebeb;
  
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .float-whatsapp{
    position:fixed;
      width:100px;
      height:100px;
      bottom:40px;
      right:40px;
      background-color:#25d366;
      color:#FFF;
      border-radius:50px;
      text-align:center;
    font-size:50px;
    z-index:100;
  }
  
  .my-float{
      margin-top:26px;
  }
  :root{
    --green: #008744;
    --blue: #0057e7;
   --red: #d62d20;
    --yellow: #ffa700;
    --white: #eee;
    --width: 100px;
  }
  
  
  .css-4aiuy6-MuiPaper-root{
    background-color: #262626!important;
  }
  

  .flex-container {
    display: flex;
    position: relative;
    margin: auto;
}
.width-50 {
    width: 50%;
}

.width-33 {
    width: 33%;
}

.width-25 {
    width: 25%;
}


  
  .loader {
    position: relative;
    margin: 0 auto;
    width: var(--width);
    &:before {
      content: '';
      display: block;
      padding-top: 100%;
    }
  }
  
  .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }
  
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  
  @keyframes color {
    100%,
    0% {
      stroke: var(--red);
    }
    40% {
      stroke: var(--blue);
    }
    66% {
      stroke: var(--green);
    }
    80%,
    90% {
      stroke: var(--yellow);
    }
  }
  
  
  
  .showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
  }
  
  
  
  
  
  
  
  
  
  
  
  .main-container-homepage{
    width: 100%;
    position: relative;
    display: block;
    overflow: auto;
  }
  
  
  
  
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }

  body{
    margin: 0px;
    overflow-x: hidden;
  }
  
  #root {
    width: 100%;
    height: 100vh;
    background-color: #ebebeb;
  }
  .color-analytics{
    color: #5ceded;
  }
  .font-bold{
    font-weight: bold;
  }
  li, a, button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color:#edf0f1 ;
    text-decoration: none;
  }
  
  .main-container-section{
    position: relative;
    width: 100%;
    float: left;
  }
  .header-container{
    padding: 10px 0;
      position: fixed;
      z-index: 100;
      width: 100%;
      
      background: rgb(24 27 89 / 90%);
     
      backdrop-filter: blur(10px);
      box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  
    width: 100%;
   
  }
  header .logo{
    padding-left: 30px;
  }
  header .cta{
    padding-right: 30px;
  }
  
  .logoButton{
    margin-right: auto;
  }
  .logo{
    cursor: pointer;
    width: 100px;
    margin-right: auto;
  
  }
  .ul-links{
    list-style: none;
  }
  
  .ul-links li{
    display: inline-block;
    padding: 0px 20px;
    padding-inline-start: 0;
  }
  .ul-links li a{
    font-size: 14px;
    transition: all 0.3s ease 0s;
  
  }
  .ul-links li a:hover{
    color: #969696;
  
  }
  
  button{
    padding: 9px 25px;
    background-color: rgb(57 111 239);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  
  }
  button:hover{
    background-color: rgb(71, 124, 248);
  
  }
  .nav-small-devices{
    display: none;
  }
  
  @media screen and (max-width: 850px) {
    .header-container{
      padding-top: 20px;
    }
    .header-container button{
      padding: 5px 20px;
    }
    .nav-big-devices {
      display: none;
    }
  
    .nav-small-devices {
      display: block;
    }
    .bot-description-wrapper{
      float: none;
    }
    .main-image-section-4-chat{
      float: none;
    }
  }
  
  #background-lines{
    width: 100%;
    height: 500px;
  }
  
  #footer{
    padding: 40px 0;
    background-color: #242424;
  }

  #footer .width-33{
    text-align: center;
  }
  #footer .footer-column{
    margin: auto;
  }

  #footer .logoButton{
    margin: auto;
    width: auto;
    display: inline-block;
  }

  .footer-text{
      color: white;
      font-size: 0.8em;
      padding: 0;
      margin: 0;
      line-height: 20px;
  }
  
  .social-list-footer{
    list-style: none;
  }
  
  .social-list-footer li{
    display: inline-block;
    padding: 0px 20px;
    padding-inline-start: 0;
  }
  
  .analytics-section-1-size{
    height: auto;
  }
  
  .imageContainer{
    display: grid;
    place-items: center;
    position: absolute;
    overflow: hidden;
    background-size: cover;
    transition: all 1.1s;
  }
  
  .containerDivImage{
    display: grid;
    place-items: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
    
  }
  .containerDivImage:hover .imageContainer{
    transform: scale(1.05);
  }
  
  
  
  #analytics-section-1{
    background-image: url("/src/static/backgrounds/space-data.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
  
  
  }
  .font-weight-title-main{
    font-weight: 100;
  }
  #analytics-section-1 .data-title{
    font-size: 4em;
    text-align: center;
    line-height: 50px;
  }

  .data-title{
    font-weight: bold;
    text-align: center;
  }

.data-text{

    text-align: center;
  }

  .data-text-container{
    margin: auto;
  }

  .button-container{
    margin: auto;
    align-items: center;
    display: grid
;
    position: relative;
    text-align: center;
  }
  
  .data-title{
    color: white;
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 30px;
    line-height: 35px;
  }
  .data-text{
    color: white;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
  }
   .analytics-section-1-empty-box{
    height: 50px;
    width: 100%;
    display: block;
   }

  #analytics-section-1 .data-text-container{
    padding-bottom: 20px;
    padding-top: 300px;
    margin-bottom: 20px;
    max-width: 500px;
    width: 80%;
  }
  
  .image-box-section-1{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }
  
  .main-image-section-1{
    position: relative;
    width: 100%;
    max-width: 800px;
    animation: float3 2.5s linear infinite;
    z-index: 10;
    
  
  }
  .section-1-details{
    position: absolute;
    top:50%;
  }
  

  #homePage .flex-container{
    width: 100%;
  }
  .data-section1-detail{
    animation: float2 5s linear infinite; 
  }
  @keyframes float2 {
    from{
      transform: rotate(0deg) translateY(-12px) rotate(0deg) ;
    }
    to{
      transform: rotate(360deg) translateY(-12px) rotate(360deg); 
    }
    
  }
  .section-1-details-2{
    position: absolute;
    top:50%;
  }
  .data-section1-detail-2{
    width: 100%;
    max-width: 800px;
  }
  /*.image-box-section-1{
    position: relative;
    bottom: 0;
  
  }
  
  .image-box-section-1 img{
    position: absolute;
    bottom: 0;
    margin-bottom: -50%;
    
  
  }
  
  .image-box-section-1 .main-image-section-1{
    right: 0;
    transition: all 1s;
    z-index: 10;
    width: 80%;
    animation: float1 60s linear infinite;
  }
  
  @keyframes float1 {
    from{
      transform:  rotate(-30deg) translateY(-12px) rotate(-30deg) ;
    }
    to{
      transform: rotate(30deg) translateY(-12px) rotate(30deg); 
    }
    
  }
  
  .main-image-section-1:hover {
    right: 40px;
    transform: rotate(-15deg);
  }
  
  
  .data-section1-detail{
    animation: float2 5s linear infinite; 
  }
  @keyframes float2 {
    from{
      transform: rotate(0deg) translateY(-12px) rotate(0deg) ;
    }
    to{
      transform: rotate(360deg) translateY(-12px) rotate(360deg); 
    }
    
  }
  */
  
  .button-data-analisis button{
    position: relative;
    z-index: 20;
    background-color: #396fef;
    margin-top: 20px;
  }.button-data-analisis button:hover{
    background-color: rgb(80 127 237);
  
  }
  
  
  
  
  /*#analytics-section-2{
    padding: 40px 0;
    background: rgb(47, 47, 48);
    background: linear-gradient(90deg, rgba(47, 47, 48, 1) 0%, rgba(51, 51, 128, 1) 40%, rgba(14, 60, 69, 1) 100%);
  }*/
  
  #analytics-section-2{
    position: relative;
    background-color:#fff
  }
  .section-2-wrapper-box-container{
    padding: 60px 0px;
  }
  #analytics-section-2 .box-container{
    padding: 80px 0;
    width: 90%;
    max-width: 800px;
    margin: auto;
    background: linear-gradient(to right, #3780d5 0%, #29aed7 19%, #5b49fc 40%, #a825ff 60%, #326be7 83%, #327fd9 100%);
    background-size: 100000px;
    animation: bg 15s linear infinite;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  
  }
  
  @keyframes bg{
    0%{
      background-position-x: 0;
    }
    
    100%{
      background-position-x: 100000px;
    }
  }
  #analytics-section-2-1 {
    background-color: #fff;
    padding: 100px 20px;
  }
  #analytics-section-2-1 .data-text-container{
    margin-top: 80px;
    max-width: 600px;
  }
  #analytics-section-2-1 .main-image-section-3{
    position: relative;
      width: 80%;
      min-width: 350px;
      max-width: 750px;
      z-index: 30;
      margin: auto;
  }
  #analytics-section-2-1 .marketing-rectangle-section-1{
    margin-top: 20px;
    background-color: #6b72ff;
    border-radius: 20px;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  }
  #analytics-section-2-1 .data-title{
    color: #393737;
  }
  #analytics-section-2-1 .color-analytics{
    color: #393737;
  }
  #analytics-section-2-1 .font-weight-title-main{
    color: #393737;
  }
  #analytics-section-2-1 .data-text{
    color: #393737;
  }
  #analytics-section-2 .data-text-container{
    width: 80%;
    max-width: 400px;
  }
  
  .image-box-section-4{
    padding-top: 20px;
    position: relative;
    align-items: center;
  
  }
  
  .data-title-small{
    color: white;
    font-size: 1em;
  }
  
  
  
  .main-image-section-2{
    width: 80%;
    max-width: 750px;
    margin: auto;
    display: block;
  }
  
  
  
  #analytics-section-3{
  
    padding: 80px 0px;
    background-image: url("/src/static/backgrounds/space-data.jpg");
  }
  
  #analytics-section-3 .data-text-container{
    position: relative;
    padding-top: 10%;
    max-width: 600px;
    z-index: 20;
}
  #analytics-section-3 .data-text{
    width: 80%;
    margin: auto;
  }
  #analytics-section-3 .marketing-rectangle-section-1{
    width: 50%;
    max-width: 750px;
    height: 350px;
    background: rgb(107 114 255 / 80%);
    rotate: 5deg;
    margin-top: 30px;
    border-radius: 20px;
  }
  .main-image-section-3{
    width: 80%;
    max-width: 750px;
    margin: auto;
    display: block;
  }
  
  .image-box-section-3{
    position: relative;
    z-index: 10;
  }
  .detail-section-3{
    position: absolute;
    width: 100%;
    right: 0;
   
  }
  .data-section3-detail{
  
    animation: float2 500s linear infinite;
    width: 100%;
    max-width: 800px;
  
  }
  #analytics-section-4{
    position: relative;
    padding: 60px 0;
    background: linear-gradient(90deg, rgb(27 27 99) 0%, rgb(65 47 121) 40%, rgb(22 28 53) 100%);
  }
  #analytics-section-4 .data-text-container{
    width: 80%;
      max-width: 700px;
  }
  
  .main-image-section-4{
  
    width: 80%;
    max-width: 500px;
      z-index: 8;
      margin:auto;
      display: block;
  
  }
  .bot-description-wrapper{
    margin: 30px 0;
      float: right;
  }
  .bot-description-container{
    max-width: 400px;
      margin: auto;
      padding: 10px 30px;
      background-color: #6b72ff;
  }
  .bot-description-margin{
    margin: 20px;
  }
  
  .bot-description-container b{
    font-size: 1.2em;
      font-weight: 500;
      text-align: center;
      margin: auto;
  }
  /*praaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */
  .large-header {
    position: relative;
    top: 0;
    width: 100%;
    height: 500px;
    background: transparent;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
  }
  
  #large-header {
    background-color: transparent;
  
  }
  
  .main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
  }
  
  
  
  /*praaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */
  
  #analytics-section-5{
    padding: 40px 0;
    /*background-image: url("/src/img/space-data.jpg");*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #analytics-section-5 .data-text-container{
    width: 80%;
    max-width: 500px;
  }
  #analytics-section-5 .data-title{
    color: #000;
  }
  #analytics-section-5 .data-text{
    color: #000;
  }
  #analytics-section-5 .data-text{
    padding-bottom: 40px;
  }
  #analytics-section-5 .data-title-small{
      width: 50%;
      margin: auto;
      padding-bottom: 40px;
      text-align: center;
  }
  .image-box-section-5{
    border-bottom: 15px solid #396fef;
    border-radius: 10px;
    padding: 20px 0;
    margin: 20px;
    min-height: 400px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .data-section5-detail{
    width: 100%;
  }
  .wrapper-data-section5-detail{
    background: linear-gradient(to right, #2c7ad3 0%, #9653ee 19%, #5b49fc 40%, #570a8a 60%, #326be7 83%, #5aa7ff 100%);
      /* padding: 10px 0; */
      width: 200px;
      height: 200px;
      /* width: auto; */
      margin: auto;
      border-radius: 50%;
      background-size: 100000px;
    animation: bg 15s linear infinite ;
  }
  #analytics-section-5 .data-title-small{
    margin-top: 25px;
      color: #000;
  }
  #analytics-section-6{
    padding: 80px 0;
    background: linear-gradient(to right, #1e5799 0%,#096075 19%,#5b49fc 40%,#570a8a 60%,#326be7 83%,#1e5799 100%); 
    background-size: 100000px;
    animation: bg 15s linear infinite ;
  }
  
  #analytics-section-6 h1{
    margin: 20px;
  }

  .icon-section-6-container img{
    width: 80%;
    margin: auto;
    display: block;
  }
  
  #analytics-section-6 .marketing-description-service-section-3 {
    color: #000;
  }
  
  #analytics-section-6 .analytics-image-box-section-6:hover .marketing-description-service-section-3 {
    color: #fff;
  }
  
  
  .analytics-image-box-section-6{
    min-height: 380px;
      padding: 40px 0;
      margin: 20px;
      background: #fff;
      backdrop-filter: blur(10px);
      BORDER: 2px solid #13d6ff;
      BORDER-RADIUS: 20px;
      -webkit-box-shadow: 17px 26px 66px -41px rgba(204, 255, 0, 1);
      -moz-box-shadow: 17px 26px 66px -41px rgba(204, 255, 0, 1);
      box-shadow: 17px 26px 66px -41px rgba(204, 255, 0, 1);
  }
  
  .analytics-image-box-section-6:hover{
    background:#396fef;
  }
  .analytics-image-box-section-6:hover .section-6-logo-container{
    background-color: #fff;
  }
  .analytics-image-box-section-6:hover .symbols-character{
    color: #396fef;
  }
  .analytics-image-box-section-6:hover .analytics-title-service-section-6{
    color: #fff;
  }
  
  .analytics-image-box-section-6:hover .marketing-description-service-section-3 {
    color: #fff;
  }
  .analytics-title-service-section-6 {
    color: #000;
    font-weight: bold;
    text-align: center;

  }

  #analytics-section-6 .marketing-description-service-section-3 {
    text-align: center;
    width: 60%;
  }
  .analytics-description-service-section-6 {
    width: 50%;
    margin: auto;
    color: #000;
    font-size: 1em;
  }
  
  
  
  @keyframes bg{
    0%{
      background-position-x: 0;
    }
    
    100%{
      background-position-x: 100000px;
    }
  }
  #analytics-section-6 .data-text-container{
    padding: 20px;
  
  } 
  
  #analytics-section-7{
    background-image: url("/src/static/backgrounds/space-data.jpg");
    padding: 60px 0;
    overflow: hidden;
  }
  #analytics-section-7 .data-text-container{
    padding-top: 20%;
    width: 80%;
    max-width: 500px;
    position: relative;
  }
  
  .image-box-section-7{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  #analytics-section-7 .marketing-rectangle-section-1{
    width: 50%;
    margin-top: 100px;
    height: 550px;
    right: -50px;
  }
  
  .main-image-section-7{
    width: 80%;
    animation: float3 2.5s linear infinite;
  
  }
  
  @keyframes float3 {
    from{
      transform: rotate(0deg) translateY(-12px) rotate(0deg) ;
    }
    to{
      transform: rotate(360deg) translateY(-12px) rotate(-360deg); 
    }
    
  }
  
  
  /* PARTE DE MARKETING*/
  
  .color-marketing{
    color: #eeff13;
  }
  
  #marketing-section-1{
    overflow: hidden;
    background-image: url("/src/img/marketing-section-1-background.jpg");
    width: 100%;
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0;
  }
  #marketing-section-1 .data-text-container{
    position: relative;
    padding: 30px 0;
    z-index: 10;
  }
  .container-text-marketing{
    position: relative;
  }
  .marketing-rectangle-section-1{
    width: 80%;
    height: 50%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    margin-right: 5%;
    padding: 20px;
    rotate: -5deg;
  }
  .marketing-rectangle-section-2{
    width: 80%;
    height: 50%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    margin-right: 5%;
    padding: 20px;
    rotate: 5deg;
  }
  
  #marketing-section-2{
    background-image: url("/src/img/neon-background.jpg");
    background-size: cover;
    overflow: hidden;
  }
  #marketing-section-2 .container-text-marketing{
    margin-top: 15%;
  }
  .marketing-main-image-section-2{
    position: relative;
      width: 60%;
      z-index: 10;
      margin-bottom: -10px;
      min-width: 350px;
      
  }
  
  .z-index-10{
    z-index: 10;
  }
  
  #marketing-section-2 .data-text-container{
    padding-top: 5%;
    
  }
  #marketing-section-2 .marketing-rectangle-section-1{
    rotate: -8deg;
  }
  .marketing-rectangle-section-2-2{
    width: 80%;
    height: 50%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    margin-right: 5%;
    padding: 20px;
    rotate: -2deg;
  
  }
  #marketing-section-3{
    background-image: url("/src/img/marketing-virtual-girl-background-2.jpg");
    background-size: cover;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .z-index-10{
    z-index: 10;
  }
  .position-relative{
    position: relative;
  }
  
  .marketing-image-box-section-3{
    padding: 40px 0;
      margin: 20px;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px);
      BORDER: 2px solid #eeff13;
      BORDER-RADIUS: 20px;
      -webkit-box-shadow: 17px 26px 66px -41px rgba(204,255,0,1);
      -moz-box-shadow: 17px 26px 66px -41px rgba(204,255,0,1);
      box-shadow: 17px 26px 66px -41px rgba(204,255,0,1);
  
  }
  .marketing-image-box-section-3:hover{
    
    background: rgb(38 122 141 / 40%);
  }
  #marketing-section-3 .data-text-container{
    padding: 50px 0;
  }
  #marketing-section-3 .marketing-rectangle-section-1{
    rotate: 5deg;
      height: 60%;
  }
  .marketing-section-3-detail{
    width: 30%;
    max-width: 150px;
  }
  .marketing-description-service-section-3{
      width: 50%;
      margin: auto;
      color: white;
      font-size: 1em;
  }
  .marketing-title-service-section-3{
    color: #eeff13;
  }
  .font-goldplay{
    font-family: "goldplay", Sans-serif;
  }
  
  
  
  #marketing-section-4{
    background-image: url("/src/img/paint-background.jpg");
    background-size: cover;
    overflow: hidden;
    padding: 40px 0;
  }
  .marketing-image-detail-section-4{
    position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .marketing-image-detail-section-4 img{
    position: relative;
    width: 20%;
    animation: float3 2.5s linear infinite;
    z-index: 3;
    rotate: 25deg;
    margin-left: 30%;
    margin-top: -55%;
    margin-right: -10%;
  }
  
  .marketing-image-detail-2-section-4{
    position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
  }
  .marketing-image-detail-2-section-4 img{
    position: relative;
    width: 15%;
    animation: float3 5s linear infinite;
    z-index: 3;
    rotate: 25deg;
    margin-left: 5%;
    margin-top: -70%;
    z-index: 11;
  }
  .marketing-image-detail-3-section-4{
    position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
  }
  .marketing-image-detail-3-section-4 img{
    position: relative;
    width: 20%;
    animation: float3 4s linear infinite;
    z-index: 3;
    rotate: 25deg;
    margin-left: 65%;
  }
  
  .marketing-image-detail-4-section-4{
    position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
  }
  
  .main-image-section-4-chat-container{
    width: auto;
      margin-top: -20px;
  }
  
  .main-image-section-4-chat{
    width: 100%;
    max-width: 600px;
    float: left;
  }
  .marketing-image-detail-4-section-4 img{
    position: relative;
    width: 20%;
    animation: float3 7s linear infinite;
    z-index: 3;
    rotate: 25deg;
    margin-left: 5%;
    margin-top: 20%;
  }
  .marketing-image-detail-5-section-4{
    position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
  }
  .marketing-image-detail-5-section-4 img{
    position: relative;
      width: 15%;
      animation: float3 8s linear infinite;
      z-index: 3;
      rotate: 25deg;
      margin-top: 40%;
      margin-left: 60%;
  }
  
  #marketing-section-4 .data-text-container{
    padding-top: 20%;
  }
  #marketing-section-4 .marketing-rectangle-section-1{
    margin-top: 15%;
    height: 80%;
  }
  #marketing-section-5{
    padding: 50px 0;
    background: #fff;
   
  }
  
  #marketing-section-5 .marketing-rectangle-section-1{
    width: 60%;
    height: 100%;
    background: rgb(93 158 255);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    top: -60px;
    right: 10%;
    /* margin-right: 5%; */
    padding: 20px;
    rotate: -2deg;
  }
  
  #marketing-section-5 .data-title{
    color: #ffffff;
  }
  #marketing-section-5 .data-text{
    color: #ffffff;
  }
  #marketing-section-5 .data-text-container{
    padding-bottom: 50px;
    z-index: 20;
  }
  .logo-brand-container{
    width: 60%;
    max-width: 200px;
    margin: auto;
  }
  .logo-brand-container .logo-brand{
    width: 100%;
  }
  
  #marketing-section-6{
    background-image: url("/src/img/emojis-background-2.jpg");
    background-size: cover;
    overflow: hidden;
  }
  #marketing-section-6 .container-text-marketing{
    margin-top: 10%;
  }
  
  #marketing-section-6 .data-text-container{
    position: relative;
    padding: 30px 0;
    z-index: 10;
  
  }
  #marketing-section-6 .marketing-rectangle-section-1{
    height: 120%;
  
  }
  
  .marketing-image-detail-2-section-6 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .marketing-image-detail-2-section-6 img{
    position: relative;
      width: 15%;
      animation: float3 5s linear infinite;
      z-index: 3;
      rotate: 25deg;
      margin-left: 65%;
      margin-top: -45%;
      z-index: 11;
  }
  .marketing-image-detail-section-6{
    position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
  
  }
  .marketing-image-detail-section-6 img{
    position: relative;
    width: 20%;
    animation: float3 2.5s linear infinite;
    z-index: 3;
    rotate: 25deg;
    margin-left: 65%;
    margin-top: -55%;
    margin-right: -10%;
  }
  
  .marketing-image-detail-3-section-6{
    position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 3;
  
  }
  .marketing-image-detail-3-section-6 img{
      position: relative;
      width: 70%;
      min-width: 300px;
      animation: float3 8s linear infinite;
      z-index: 3;
      rotate: 0deg;
      margin-left: 20%;
  }
  .marketing-image-detail-4-section-6{
    background: rgb(184 195 32 / 40%);
    z-index: 1;
    rotate: 5deg;
  
  }
  .marketing-detail-circle-section-6 {
    width: 150px;
    height: 150px;
    position: relative;
    /* width: 15%; */
    animation: float3 4s linear infinite;
    z-index: 3;
    rotate: 25deg;
    margin-left: -13%;
    margin-top: -45%;
    z-index: 9;
    background-color: #c8f9f2;
    border-radius: 50%;
  }
  .marketing-main-image-section-6{
    position: relative;
    width: 80%;
    z-index: 10;
    margin-bottom: -10px;
    min-width: 400px;
  }
  
  
  #dataportal-section-1 {
    overflow: hidden;
    width: 100%;
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url("/img/backgrounds/portal-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
  }
  .dataportal-form-container {
      margin: auto;
      width: 30%;
      min-width: 300px;
      max-width: 500px;
      border-radius: 10px;
      background: #ffffff;
  }
  
  .data-portal-form .input-box{
    padding: 10px;
  }
  .dataportal-input-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    border-bottom: 2px solid #d9d9d9;
  }
  
  .data-portal-form .input-box input{
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0 7px 0 43px;
    border: none;
    outline: none;
  }
  .data-portal-form label{
    font-size: 14px;
      color: #333;
      line-height: 1.5;
      padding-left: 7px;
  } 
  .focus-input100{
    position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      content: attr(data-symbol);
      font-family: "Material-Design-Iconic-Font";
  }
  
  .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7f7f7f;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .focus-input100::after {
    content: attr(data-symbol);
    font-family: "Material-Design-Iconic-Font";
    color: #adadad;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
  }
  
  
  .data-portal-form button{
    background: transparent;
  }
  
  .dataporta-form-wrapper{
    padding: 20px;
  }

  .dataportal-logo-img{
    max-width: 200px;
    margin: auto;
    padding: 20px 0px;
    filter: invert(43%) sepia(98%) saturate(3230%) hue-rotate(167deg) brightness(104%) contrast(101%);
  }
  
  .dataportal-form-title{
    display: block;
    font-size: 24px;
    color: #2f33dd;
    line-height: 0.9;
    text-align: center;
  }
  
  
  
  .container-login100-form-btn {
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
  }
  
  .wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -moz-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -webkit-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -o-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -ms-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2)
  }
  
  .login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: -o-linear-gradient(right,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: -moz-linear-gradient(right,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: linear-gradient(right,#00dbde,#fc00ff,#00dbde,#fc00ff);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
  }
  
  .login100-form-btn {
   
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px
  }
  
  .wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0
  }
  
  
  
  /* EVENTOS */
  
  #eventos-section-1{
    overflow: hidden;
    background-image: url("/src/img/img-eventos/eventos-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0;
  }
  #eventos-section-1 .data-text-container{
    position: relative;
    padding: 30px 0;
    z-index: 10;
  }
  .container-text-marketing{
    position: relative;
  }
  #eventos-section-1 .data-text{
    max-width: 700px;
    margin: auto;
  }
  .eventos-rectangle-section-1{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    padding: 20px;
    rotate: -5deg;
  }
  .eventos-rectangle-section-2{
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    margin-right: 5%;
    padding: 20px;
    rotate: 5deg;
  }
  
  
  #eventos-section-2{
    background-color: #ede8e8;
    background-size: 100000px;
    animation: bg 15s linear infinite;
  }
  
  
  .eventos-container-services{
    overflow: hidden;
      margin: 20px;
      position: relative;
  }
  
  .eventos-container-services-text-container{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 2;
    width: 100%;
    display: grid;
    height: 500px;
    align-items: center;
  }
  
  .eventos-container-services-text-container:hover{
    background-color: rgba(0, 0, 0, 0.4);
  }
  .eventos-container-services-text-container p{
      color: white;
      font-size: 2.5em;
      margin: 0;
      margin-bottom: 30px;
      line-height: 40px;
      font-weight: 600;
  }
  
  .eventos-container-services-image-container{
    display: grid;
      position: relative;
      place-items: center;
      width: 100%;
      height: 500px;
      place-items: center;
  }
  
  .eventos-container-services-image-container img{
    display: grid;
      place-items: center;
      position: absolute;
      overflow: hidden;
      background-size: cover;
      height: 100%;
  
  }
  
  #eventos-section-2 .data-text-container {
    padding: 20px;
  }
  
  #eventos-section-2 .data-text-container:hover{
    background-color: #326be7;
  
  } 
  
  
  #eventos-section-3{
    background-image: url("/src/img/img-eventos/eventos-galeria.jpg");
    background-position: center;
    background-size: cover;
    padding: 80px 0;
  }
  
  
  
  .slider{
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 10% 90%,
        transparent
    );
  }
  .slider .list{
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
  }
  .slider .list .item{
    width: var(--width);
    height: var(--height);
    position: absolute;
    left: 100%;
    animation: autoRun 20s linear infinite;
    transition: filter 0.5s;
    animation-delay: calc( (20s / var(--quantity)) * (var(--position) - 1) )!important;
  }
  .slider .list .item img{
    width: 100%;
  }
  @keyframes autoRun{
    from{
        left: 100%;
    }to{
        left: calc(var(--width) * -1);
    }
  }
  .slider:hover .item{
    animation-play-state: paused!important;
    filter: grayscale(1);
  }
  .slider .item:hover{
    filter: grayscale(0);
  }
  .slider[reverse="true"] .item{
    animation: reversePlay 10s linear infinite;
  }
  @keyframes reversePlay{
    from{
        left: calc(var(--width) * -1);
    }to{
        left: 100%;
    }
  }
  
  
  #eventos-section-4{
    padding: 40px 0;
      background-image: url("/src/img/img-eventos/eventos-salones.jpg");
      background-position: center;
      background-size: cover;
  
  }
  
  #eventos-section-4 .data-text-container {
    padding: 20px;
    border: 1px solid #000;
    margin-top: 20px;
    display: grid;
    min-height: 50px;
    align-items: center;
  }
  #eventos-section-4 .data-title{
    color: #000;
  }
  
  #eventos-section-4 .data-text{
    color: #000;
  }
  #eventos-section-4 .data-text-container:hover{
    background-color: #1b1b1b;
  } 
  
  #eventos-section-4 .data-text-container:hover .data-text{
    color: #fff;
  
  } 
  
  #eventos-section-5{
    padding: 40px 0;
    background-image: url("/src/img/img-eventos/eventos-servicios.jpg");
    background-position: center;
    background-size: cover;
  }
  
  
  #eventos-section-5 .data-title{
    color: #000;
  }
  
  #eventos-section-5 .data-text{
    color: #000;
  }
  #eventos-section-5 .data-text-container .data-text{
    color: #ffffff;
  
  }
  
  #eventos-section-5 .data-text-container {
    padding: 20px;
    border: 1px solid #000;
    margin-top: 20px;
    display: grid;
    min-height: 50px;
    align-items: center;
    background-color: #000;
  }
  
  #eventos-section-5 .data-text-container:hover{
    background-color: #3b3b3b;
  
  } 
  #analytics-section-8{
    background-color: #fff;
    padding: 60px 0px;
  }
  #analytics-section-8 .data-text-container{
    width: 80%;
    max-width: 500px;
  }
  #analytics-section-8 .data-text-container{
    padding-bottom: 50px;
  }
  .analytics-section-8-size{
    max-width: 1400px;
      margin: auto;
  }
  #analytics-section-8 .data-title{
    color: #000;
  }
  #analytics-section-8 .data-text{
    color: #000;
  }
  
  .tech-wrapper-logo{
    max-width: 150px;
    margin: auto;
    padding: 20px 0;
  }
  
  #eventos-section-6{
    overflow: hidden;
    background-image: url("/src/img/img-eventos/fiestas.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0;
  }
  #eventos-section-6 .data-text-container{
    position: relative;
    padding: 30px 0;
    z-index: 10;
  }
  .section-6-logo-container{
    width: 100px;
      height: 100px;
      margin: auto;
      background-color: #396fef;
      border-radius: 50%;
      display: grid;
      align-items: center;
  }
  .login-error-label{
    color: #d62d20;
  }
  .loging-button{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    cursor: pointer;
  }
  
  .bidatex-logo-container{
    width: 60%;
      margin: auto;
      margin-top: 60px;
  
  }
  
  .bidatex-logo-container img{
    width: 100%;
  }
  
  
  
  #blogs-list-main-id .header-container{
    top:0px;
  }
  .blogs-list-title-container{
    padding-top: 100px;
      margin: auto;
      text-align: center;
      color: #000;
  }
  .blogs-list-container{
    max-width: 1000px;
      margin: auto;
  }
  .blogs-list-button{
    padding: 20px;
      border: 1px solid #bfbfbf;
      border-radius: 20px;
      margin: 20px;
      color: #000;
      min-height: 650px;
  }
  
  .blogs-list-button:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .blogs-list-image-container{
    width: 90%;
    margin: auto;
    padding: 20px 0px;
  }
  .blogs-list-image-wrapper{
    max-width: 300px;
    max-height: 300px;
    border-radius: 50%;
    border: 10px solid #4483e3;
    margin: auto;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  
  
  .blogs-list-image-container img{
    width: 100%;
  }
  
  #post-main-id .header-container{
    top:0px;
  }
  
  .post-main-wrapper{
    margin: 100px 0px;
  }
  .post-main-container-wrapper{
    border-right: 2px solid #d1d1d1;
  }
  .post-main-container{
    max-width: 800px;
      margin: auto;
  }
  .post-image-container{
    width: 90%;
      margin: auto;
      padding: 20px 0px;
      max-width: 600px;
  
  }
  .post-image-container img{
    width: 100%;
  }
  .post-text-container{
    padding: 20px;
    max-width: 600px;
    margin: auto;
  }
  .post-text-container p{
    text-align: justify;
  }
  .ul-blogs-mini-list a{
    color: #000;
  }
  .ul-blogs-mini-list li{
    margin: 10px;
    list-style: none;
  }
  
  .blogs-list-title{
    font-weight: 700;
    font-size: 1.5em;
    line-height: normal;
    min-height: 60px;
  
  }
  .blogs-list-text{
    font-weight: 300;
      text-align: justify;
      padding: 0px 10px;
  }
  
  .post-autor-wrapper{
    padding: 0px 20px;
      max-width: 600px;
      margin: auto;
  }
  .post-autor-container{
    display: flex;
    align-items: center;
  }
  .post-autor-photo{
    width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
  }
  .post-autor-photo img{
    width: 100%;
  }
  .post-autor-text{
    text-align: left;
    margin-left: 15px;
  }
  .post-autor-text h3{
    padding: 0;
    margin: 0;
  }
  
  .post-autor-text p{
    padding: 0;
    margin: 0;
  }
  
  .post-date{
    font-weight: 700;
      font-size: 0.8em;
      color: #696969;
  }
  
  .post-list ul{
    padding: 0;
  }
  .post-social-container-wrapper{
    max-width: 600px;
  margin: auto;
  }
  .post-social-container{
    display: flex;
      float: right;
      margin: 0px 20px;
      align-items: center;
  }
  .post-social-icon-container{
    width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden;
      margin-left: 5px;
  }
  .post-social-container-text p{
    font-size: 0.8em;
      font-weight: 500;
      color: #4f4f4f;
  }
  
  
  
  @media only screen and (max-width: 960px) {
    #homePage .flex-container{
        display: block;
    }
    #homePage .width-50{
        width: 100%;
    }
    #homePage .width-33{
        width: 100%;
    }
    #homePage .width-25{
        width: 100%;
    }
    #homePage .data-title{
        font-size: 32px;
        line-height: 35px;
        max-width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }
    #analytics-section-1 .data-text-container{
        padding-top: 60px;
    }


    #analytics-section-7 .marketing-rectangle-section-1{
      display: none;
    }
  }