/* ------------------------------------------------------------------------------

  Template Name: Denzel. 
  Description: Denzel. - Onepage Personal Template
  Author: Findholding
  Author URI: http://themeforest.net/user/Findholding_tf
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Backgrounds
      1.8 Colors

  2.  Navbar

      2.1 Navbar Desctop
      2.2 Navbar Mobile
      2.3 Navbar Fixed

  3.  Main

      3.1 Masthead
      3.2 Sections
      3.3 About
      3.4 Experience
      3.5 SKills
      3.6 Projects
      3.7 Partners
      3.8 Testimonials
      3.9 Contact



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');

:root {
  --blue: #3D71FF;
  --left: #3D71FF;
  --right: #60CAFC;
  --gray: #9A9A9B;
  --backService: rgb(14, 17, 40)linear-gradient(90deg, rgba(14, 17, 40, 1) 50%, rgba(42, 60, 105, 0.7063200280112045) 80%, rgba(77, 82, 140, 0.6194852941176471) 100%);
  --backgroundShadow: linear-gradient(120deg, rgba(0, 0, 0, 1) 37%, rgba(128, 128, 128, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
  --gradiente:  linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(12, 14, 23, 0.70) 85%, rgba(9, 7, 41, 0.633) 100%);
  --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
--principalGradient:linear-gradient(90deg, var(--left) 0%, var(--right) 100%);
--principalGradientR:linear-gradient(90deg, var(--right) 0%, var(--left) 100%);
  --fontFamily: 'SF Compact Display';
  --fontStyle: normal;
  --fontWeight: 600;
  --fontSizeTitle: 3.5rem;
  --fontSizeFocusTitle: 3.5rem;
  --lineHeight: 1;
  --primaryColorText: #ffffff;
}

html {
  -webkit-font-smoothing: antialiased;
}



body {
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  line-height: 1.625em;
  color: #767676;
  overflow-y: hidden;
  background-color: black;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: none;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--blue);
}

::selection {
  background-color: var(--blue);
  color: #000;
}

-webkit-::selection {
  background-color: var(--blue);
  color: #000;
}

::-moz-selection {
  background-color: var(--blue);
  color: #000;
}

.backgroundGradientPrincipalIndex{
  background: var(--gradiente);
}
.backgroundGradientPrincipalChat{
  background: var(--gradiente);
}



/* 1.2 Typography */



h1,
.h1 {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  word-spacing: -0.2rem;
  color: #000;
}

h2,
.h2 {
  position: relative;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.2;
  color: #000;
  margin: 2rem 0;
}


h3,
.h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #000;
  margin: 1.5rem 0;
}

h4,
.h4 {
  font-weight: 600;
  font-size: 1.525rem;
  line-height: 1.2;
  margin: 1.5rem 0;
}

h5,
.h5 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  color: white;
  margin: 1.2rem 0;
}

h6,
.h6 {
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #000;
  margin: 1rem 0;
  text-transform: uppercase;
}



h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
  font-size: 2rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: var(--blue);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover,
a:focus {
  color: var(--blue);
  outline: none;
}

a:focus {
  text-decoration: none;
}

.lead {
  line-height: 1.9;
  font-size: 1.125rem;
}

.size-sm {
  font-size: 0.875rem;
}


/* 1.3 Fields */


.form-group {
  margin-bottom: 2rem;
}

.form-control,
textarea.form-control {
  font-size: 1em;
  height: 3.625em;
  border-radius: 0;
  padding-left: 22px;
  color: #bbbbbb;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

textarea.form-control {
  height: 7.9em;
  padding-top: 1.1em;
  resize: none;
}

.form-control:focus {
  border-color: var(--blue);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
}

.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}

.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}

label.error {
  border-color: var(--blue);
  padding: 9px 0 0 22px;
  font-size: 0.9rem;
}

.mc-label {
  padding: 9px 0 0 22px;
  font-size: 0.9rem;
  color: #fff;
}



/* 1.4 Buttons */



.btn {
  position: relative;
  display: inline-block;
  border: 0.2em solid var(--blue);
  border-radius: 0;
  padding: 1em 2.4em 1em;
  font-size: 0.875em;
  color: #000;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--blue);
  font-weight: bold;
  border-width: 1px;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #000;
  background-color: #ecff73;
  border-color: #ecff73;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #343434;
}

.btn-white:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-b-white {
  background-color: transparent;
  border-color: #fff;
}

.btn-b-white:hover {
  background-color: #fff;
  color: #000;
}

.btn-bg-dark:hover,
.btn-bg-dark:focus {
  color: #fff;
  border-color: #fff;
}


/* 1.5 Icons */


ion-icon {
  color: #23a592;
  font-size: 3.8rem;
  --ionicon-stroke-width: 17px;

}

.icon-play {
  position: absolute;
  width: 5.15rem;
  height: 5.15rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.icon-play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
}

.icon-play:hover {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: #343434;
}

.icon-play:hover:before {
  border-color: transparent transparent transparent #000;
}


/* 1.6 Loader */



.loader {
  position: absolute;
  z-index: 10;
  z-index: 100;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: black;
}

.spinner {
  position: absolute;
  width: 70px;
  height: 70px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--blue);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Backgrounds */


.bg-light {
  background: #f5f5f5 !important;
}

.bg-dark {
  background: #1d1d1d !important;
  color: #86878a;
}

.bg-dark .row-experience:nth-child(even) {
  background-color: #272727;
}

.bg-dark .btn:hover,
.bg-dark .btn:focus {
  color: #fff
}

.bg-primary {
  background: #23a592 !important;
  color: #fff;
}

.bg-dark .progress {
  background: #383838;
}



/* 1.8 Colors */



.text-dark {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #767676 !important;
}

.text-muted {
  color: #bbbbbb !important;
}

.text-primary {
  color: var(--blue) !important;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar {
  position: absolute;
  z-index: 100;
  width: 100vw;
  padding: 0 1.5rem;
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
  height: 4.7rem;
}

.textBoxIdeaReality{
font-weight: 600;
font-size: 1.525rem;
line-height: 1.2;
margin: 1.5rem 0;
text-align: center;
}


@media(min-width: 992px) {
  .navbar {
    padding: 0 3rem;
  }
}
.navbar a:hover{
  color: #343434!important;
}
.navbar,
.navbar a,
.navbar a:focus {
  color: #343434;
}

.toggler {
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  border: 0;

}

.toggler:focus {
  outline: none;
}

.toggler-icon {
  display: block;
  border-top: 2px solid white;
  margin-top: 0.5rem;
}

.toggler-icon:first-child {
  margin-top: 0;
}

.navbar-brand {
  position: static;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  margin-right: 4rem;
  padding: 0;
  line-height: 1;
  
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff;
}

@media (max-width: 1500px) {
  .navbar-brand {
    position: static;
    float: left;
    margin-right: 1.5rem;
  }

  .navbar .container {
    width: auto;
  }
}

.navbar ul {
  margin-bottom: 0;
}

.navbar-desctop .phone,
.navbar-desctop .email {
  float: left;
  position: relative;
  top: 0.3rem;
  margin-right: 4rem;
  
}

.navbar-bottom {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 1.5rem 3rem 1.5rem;
}

@media (min-width: 992px) {
  .navbar-bottom {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.navbar-bottom {
  color: #000;
}

.navbar-bottom .social {
  position: relative;
  z-index: 10;
  float: left;
}

.navbar-bottom .copy {
  float: right;
  position: relative;
  z-index: 10;
}

.social-icons li {
  float: left;
  margin-right: 1.5rem;
}

.social-icons ion-icon {
  display: block;
  font-size: 1.2rem;
  color: #000;
  transition: all 0.3s ease;
}

.social-icons ion-icon:hover {
  color: var(--blue);
}

.navbar-bottom-white,
.navbar-bottom-white .social-icons ion-icon {
  color: #fff;
}



/* 2.1 Navbar Desctop */



.navbar-desctop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.3s ease;
}

.navbar-nav-desctop {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
}

.nav-link {
  padding: 0;
}

.navbar-nav-desctop li a {
  color: #343434;
  transition: all 0.3s;
}

.navbar-nav-desctop li a:hover {
  text-decoration: none;
}

.navbar-nav-desctop>li {
  position: relative;
  float: left;
  margin-right: 2.1rem;
}

.navbar-nav-desctop>li>a {
  display: flex;
  align-items: center;
}

.navbar-nav-desctop>li>.active,
.navbar-nav-desctop>li:hover>a {
  color: #767676;
}

.navbar-nav-desctop li ul {
  opacity: 0;
  visibility: hidden;
  padding: 0.7rem 1.8rem;
  position: absolute;
  top: 85%;
  background: #1a1c26;
  color: #000;
  min-width: 12rem;
  margin-left: -1.5rem;
  transition: all 0.3s linear;
}

.navbar-nav-desctop li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav-desctop li ul li {
  margin: 1rem 0;
}

.navbar-nav-desctop li ul li a {
  opacity: 0.5;
  display: block;
}

.navbar-nav-desctop li ul .active a,
.navbar-nav-desctop li ul li:hover a {
  opacity: 1;
}



/* 2.2 Navbar Mobile */


.click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s;
}

.navbar-mobile {
  display: block;
  align-items: baseline;
  flex-wrap: unset;
  /* padding: 3.9rem 2.6rem 1.3rem 4.4rem; */
  padding: 2rem;
  /* position: fixed; */
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: black;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar-mobile .language {
  margin-top: 0;
  font-size: 0.85rem;
}

.navbar-mobile .language li {
  float: left;
  color: #fff;
  margin-right: 1rem;
}

.navbar-mobile .language li a {
  color: #fff;
}

.navbar-mobile .language .active a,
.navbar-mobile .language li a:hover {
  color: var(--blue);
  text-decoration: none;
}

.navbar-mobile .close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 3rem;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

.navbar-mobile .close:hover {
  opacity: 1;
  color: var(--blue);
}

@media (min-width: 576px) {
  .navbar-mobile {
    width: 50%;
    /* max-width: 32rem; */
    max-width: 22rem;
  }


}

@media (min-width: 500px) {  
    .col-partner {
      display: flex;
      width: 50%;
      padding: 1rem;
    }
  }

.navbar-mobile-footer {
  margin-top: auto;
  color: #fff;
}

.navbar-nav-mobile {
  display: block;
  font-size: 2.5vh;
  margin-top: 8vh;
  font-weight: 600;
}

.navbar-nav-mobile li {
  margin-bottom: 4.4vmin;
}

.navbar-nav-mobile li a {
  color: #fff;
}

.navbar-nav-mobile li .active,
.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li a:focus {
  color: var(--blue);
}

.menu-is-open {
  overflow: hidden;
}

.menu-is-open .navbar-mobile {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.menu-is-open .click-capture {
  visibility: visible;
  opacity: 1;
}


/* 2.3 Navbar Fixed */



.navbar.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.navbar.fixed:before {
  height: 100%;
}


/* 2.4 Navbar White */


.navbar-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-white:not(.fixed) .phone,
.navbar-white:not(.fixed) .email,
.navbar-white:not(.fixed) a,
.navbar-white:not(.fixed) a:hover {
  color: #fff;
}

.navbar-white:not(.fixed) .navbar-nav-desctop li a {
  color: #fff;
}

.navbar-white:not(.fixed) .navbar-nav-desctop>.active>a,
.navbar-white:not(.fixed) .navbar-nav-desctop>li>.active,
.navbar-white:not(.fixed) .navbar-nav-desctop>li:hover>a {
  color: #23a592;
}

.navbar-white:not(.fixed) .social-icons ion-icon {
  color: #fff;
}

.navbar-white:not(.fixed) .social-icons ion-icon:hover {
  color: #23a592;
}

.navbar-white:not(.fixed) .toggler-icon {
  border-color: #fff;
}


/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



/* 3.1 Masthead */



.masthead {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 9rem 0 5rem 0;
  background-position: left top;
  background-size: cover;
}

.opener {
  position: relative;
  z-index: 1;
  width: 100%;
}

.opener .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
}

h1+.line {
  margin-top: 10vh;
  width: 25%;
  border-top: 3px solid var(--blue);
  transition: all .3s ease;
}

#title-container {
  height: 150px;
}

@media (max-width: 767px) {
  .container {
    max-width: 640px;
  }

  #left-container {
    margin-right: 0 !important;
  }
}

@media (max-width: 640px) {
  #title-container {
    font-size: 4.35rem !important;

  }
}

@media (max-width: 595px) {
  #title-container {
    font-size: 4rem !important;
    height: 130px !important;
  }
}

@media (max-width: 560px) {
  #title-container {
    font-size: 3.6rem !important;
    height: 110px !important;
  }
}

@media (max-width: 530px) {
  #title-container {
    font-size: 3.1rem !important;
    height: 90px !important;
  }
}

@media (max-width: 470px) {
  #title-container {
    font-size: 2.2rem !important;
    height: 70px !important;
  }
}

/* 3.2 Sections */



.section {
  position: relative;
  padding: 9rem 0;
}

.section-sm {
  padding: 6rem 0;
}

.section h2 {
  margin-top: 0;
}

.pp-section {
  background: black;
  background-position: 50%;
  background-size: cover;
  padding: 5rem 0 6rem;
}

.section:not(#home) .intro {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s;
}

.section:not(#home) .intro.animate {
  opacity: 1;
  transform: translateY(0);
}

.pp-scrollable {
  padding: 0;
  overflow-x: hidden;
}

.pp-scrollable .intro {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.pp-scrollable .intro:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.pp-scrollable .scroll-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 6.5rem 0 6rem;
  white-space: normal;
}

.progress-nav {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%);
}

@media(min-width: 992px) {
  .progress-nav {
    right: 3rem;
  }
}

.progress-nav li {
  position: relative;
  width: 3px;
  height: 30px;
  -webkit-transition: background-color .3s cubic-bezier(.46, .03, .52, .96);
  transition: background-color .3s cubic-bezier(.46, .03, .52, .96);
  background-color: #000;
}

.progress-nav li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 0;
  content: '';
  transition: all .3s ease;
  background-color: var(--blue);
}

.progress-nav li:before {
  height: 30px;
}

.progress-nav li.active~li:before {
  background-color: #101010;
}

.progress-nav-white li.active~li:before {
  background-color: #fff;
}

.findModulesServicesIndex{
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 3.1rem;
}

/* 3.3 About */



.experience-info {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: -4.5rem;
}

.experience-number {
  display: inline-block;
  font-size: 10rem;
  line-height: 1;
  color: var(--blue);
}

.experience-text {
  display: inline-block;
  color: #000;
  line-height: 1.4;
  font-weight: bold;
}



/* 3.4 Experience */



.row-experience {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.row-experience:first-child {
  padding-top: 0;
  border-top: 0;
}

.row-experience:last-child {
  padding-bottom: 0;
}

.row-experience img {
  width: auto !important;
}

.download-cv {
  display: inline-block;
  margin-top: 3.7rem;
  position: relative;
  z-index: 1;
}

.owl-dots {
  position: absolute;
  width: 100%;
  margin-top: 3.5rem;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 0.35rem;
}

.owl-dot:focus {
  outline: none;
}

.owl-dots span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #d6d6d6;
}

.owl-dot.active span {
  background-color: var(--blue);
}

.owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -8.6rem;
  font-size: 6rem;
}

.owl-prev {
  margin-right: 0.6rem;
}

.owl-next,
.owl-prev {
  opacity: 0.45;
  transition: all 0.3s;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1 !important;
  color: var(--blue) !important;
}



/* 3.5 Skills */


.photo-icon {
  position: absolute;
  overflow: hidden;
  transition: all .6s .4s ease;
  opacity: 0;
  border-radius: 20px;
}

.photo-icon-1 {
  top: -50px;
  left: 30%
}

.photo-icon-2 {
  left: -40px;
  bottom: 100px;
}

.photo-icon-3 {
  right: -50px;
  bottom: 50px;
}

.active .photo-icon-1 {
  opacity: 1;
  left: 50%
}

.active .photo-icon-2 {
  opacity: 1;
  bottom: 150px;
  transition-delay: .7s
}

.active .photo-icon-3 {
  opacity: 1;
  bottom: -50px;
  transition-delay: 1s
}

.progress {
  height: 6px;
  border-radius: 0;
  background-color: #000;
}

.progress-bar {
  position: relative;
  background-color: transparent;
}

.progress-bar:before {
  position: absolute;
  background: var(--blue);
  content: '';
  width: 0;
  height: 100%;
}

.active .progress-bar:before {
  width: 100%;
  transition: all 0.8s ease;
}

.progress-item:nth-child(1) .progress-bar:before {
  transition-delay: 400ms;
}

.progress-item:nth-child(2) .progress-bar:before {
  transition-delay: 600ms;
}

.progress-item:nth-child(3) .progress-bar:before {
  transition-delay: 800ms;
}



/* 3.6 Projects */



.project-wrap {
  width: 100%;
  position: relative;
  min-height: 100%;
}

.bg-changer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.bg-changer .section-bg {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
  opacity: 1;
}

.row-project-box {
  margin-top: -70px;
}

.col-project-box {
  margin-top: 30px;
}

.project-box {
  display: block;
  padding-bottom: 30%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-box-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.928rem;
}

.project-box h4 {
  margin: 0;
  color: #fff;
}

.project-category {
  color: #cccccc;
  margin-top: 0.5rem;
}

.project-box:hover {
  background: var(--blue);
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h4 {
  color: #000;
}

.project-box:hover .project-category {
  color: #666666;
}

@media (min-width: 768px) {
  .project-box {
    padding-bottom: 40%;
  }

  .project-category {
    position: absolute;
    bottom: 1.2rem;
  }
}



/* 3.7 Partners */



.row-partners {
  margin: 0 -4rem;
}


@media (max-width: 1400px) {
  .col-partner img {
    max-width: 50%;
  }
}

.app-screenshots .single-screenshot {
  height: 10rem;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.app-screenshots .single-screenshot img {
  width: 6rem;
  
}

@media (max-width: 767px) {
  .app-screenshots .single-screenshot img {
    width: 4rem;
  }
}


/* 3.8 Testimonials */

.icon-quote {
  display: inline-block;
  margin-left: -2rem;
  line-height: 1;
  font-size: 12rem;
  margin-top: -2rem;

}

.carousel-testimonials .owl-nav {
  position: static;
  margin-top: 5rem;
}



/* 3.9 Contact */



.message {
  margin-bottom: 2rem;
  display: none;
}


.serviciosTitulo {
  color: white;
  margin: 0;
  cursor: pointer;
  font-size: 2.1rem;
}

.project-row {
  margin-bottom: 1.5rem;
}

.modal-body {
  color: white !important;
  background-color: #767676 !important;
}


/* Overlays
-------------------------*/




.pattern-black:after,
.pattern-white:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.pattern-black:after {

  background: url(../img/pattern-1.png) repeat;
}

.pattern-white:after {

  background: #fff;
  opacity: .9;
}




/* Row Fix
-------------------------*/


.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}




/* Section Styles

-------------------------*/


.section-content {

  z-index: 9999;
}


.section-content-full {
  padding: 0px 0% 0px 0%;
  z-index: 9999;
}


.sections {
  width: 100%;
  z-index: 1;
}






/* Separators
----------------------------*/



.separator-small {
  width: 40px;
  height: 1px;
  background: #505050 none repeat;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.separator-vertical {
  width: 1px;
  height: 100px;
  background: #505050 none repeat;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


/*========================

	09. Services

==========================*/


#services {
  margin-bottom: 150px;
}

.service {
  margin-bottom: 50px;
}


.service:hover .separator-small {
  width: 70px;
}

.service .separator-small {
  margin-left: 20px;
}

.service i {
  font-size: 45px;
  line-height: 0;
}

.service h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.service p {
  line-height: 1.6;
  margin-bottom: 0px;
}


/* Font Sizes
-------------------------*/

.f-smaller {
  font-size: 11px;

}

.f-small {
  font-size: 16px;

}

.f-normal {
  font-size: 20px;

}

.f-semi-expanded {
  font-size: 1.5em;

}

.f-medium {
  font-size: 20px;
  margin-top: 50px;

}

.f-expanded {
  font-size: 2.5em;

}

.f-big {
  font-size: 45px;

}

.f-large {
  font-size: 3.5em;

}

.f-extra-expanded {
  font-size: 6em;

}

.f-huge {
  font-size: 7.5em;

}

Font Weight -------------------------*/ .ultrabold {
  font-weight: 900;
}

.extrabold {
  font-weight: 800;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.normal {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.light {
  font-weight: 300;
}

.lighter {
  font-weight: 100;
}

.amazon {
  width: 10rem;
  margin-bottom: 2rem;
  /* height: auto;
  box-sizing: border-box; */
}


div .img-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}


.centrarTiendas {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Impress */

.slide {
  width: 1000px;
}

.slide img {
  border-radius: 20px;
  max-height: 600px;
}

@media (max-width: 980px) {
  .slide {
    width: 900px;
  }
}

@media (max-width: 930px) {
  .slide {
    width: 750px;
  }

  .slide h1 {
    font-size: 3.8rem;
  }
}

@media (max-width: 600px) {
  .slide img {
    min-height: 800px;
    max-width: 700px;
  }
}

/* Project launch */
#projectLaunch h3 {
  margin: 0 !important;
  font-size: 3rem;
}

@media (max-width: 1400px) {
  #projectLaunch h3 {
    font-size: 2rem;
  }

  #projectLaunch h5 {
    font-size: 1.2rem;
  }

  .project-box {
    padding-bottom: 33%;
    width: 93%;
  }

  .web-dev {
    padding-bottom: 35%;
  }
}

/* Progress bar */

.progress-bar-container {
  top: 15rem;
  width: 100%;
  height: 10px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.custom-progress-bar {
  width: 100%;
  height: 50%;
  background-color: grey;
}

.progress {
  /* width: 90%; */
  height: 50%;
  background-color: var(--blue);
  position: absolute;
}

.bubbles-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}

.bubble {
  height: 15px;
  width: 15px;
  background-color: grey;
  border-radius: 50%;
  display: inline-block;
  transition: width 500ms, height 500ms, background-color 300ms;
  cursor: pointer;
}

.active-bubble {
  height: 20px;
  width: 20px;
  transition: width 500ms, height 500ms, background-color 300ms;
  background-color: var(--blue);
}

#myVideo {
  position: absolute;
  width: 100%;
  object-fit: cover;

}

#ia-text p {
  font-weight: 800;
  font-size: large;
  margin: 0.5rem;
}

.step {
  opacity: 0.5;
  transition: opacity 1s;
}

.step.active {
  opacity: 1
}

/* CAROUSEL SECTION */

.carousel-button {
  font-size: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.swiper-slide:nth-child(1n) {
  background-image: url("../img/Phone1.png");
}

.swiper-slide:nth-child(2n) {
  background-image: url("../img/Phone2.png");
}

.swiper-slide:nth-child(3n) {
  background-image: url("../img/Phone3.png");
}

.swiper-slide:nth-child(4n) {
  background-image: url("../img/Phone4.png");
}

@media (min-width: 1370px) {
  .swiper-slide {
    height: 450px;
  }
}

@media (min-width: 1390px) {
  .swiper-slide {
    height: 500px;
  }
}

@media (min-width: 1480px) {
  .swiper-slide {
    height: 550px;
  }
}

@media (min-width: 1560px) {
  .swiper-slide {
    height: 600px;
  }
}



/* PRUEBAS */

.tituloService {
  font-size: 45px;
  line-height: 66px;
  letter-spacing: -1px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: rgb(219, 222, 227);
  font-weight: 300;
  line-height: 66px;
  margin: 0px;
  margin-right: 3rem;
}

.MuiSvgIcon-root-2299 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
 
.generalParagraph {
  font-family: var(--fontFamily);
  color: var(--primaryColorText);
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: start;
  width: 70%;
  margin-top: 1.2rem;
}
.imageUnreal{
    width: 20rem;
}
.subtitle{
  font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    color: var(--primaryColorText);
    margin: 1.2rem 0;
}

.boxTitle {
  font-family: var(--fontFamily);
  color: var(--primaryColorText);
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.boxParagraph {
  font-family: var(--fontFamily);
  color: var(--primaryColorText);
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.boxParagraphMarketing {
  font-family: var(--fontFamily);
  color: var(--primaryColorText);
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.color-letra-p-mobile-development{
  color: rgb(219, 222, 227);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}


.color-letra-p2 {
  color: rgb(219, 222, 227);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  width: 80%;
  text-align: center;
}


.colorSolidity {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 30px;
  color: black;
}

.colorAdvantages {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 30px;
  color: rgb(219, 222, 227);
}

.box-container {
  margin-bottom: 1rem;
}

.tildeAdvantages {
  fill: rgb(0, 171, 245);
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.centrarDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-scale-2-hor-top {
  -webkit-animation: flip-scale-2-hor-top 0.5s linear both;
  animation: flip-scale-2-hor-top 0.5s linear both;
}

@-webkit-keyframes flip-scale-2-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  50% {
    -webkit-transform: translateY(-50%) rotateX(-90deg) scale(2);
    transform: translateY(-50%) rotateX(-90deg) scale(2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  100% {
    -webkit-transform: translateY(-100%) rotateX(-180deg) scale(1);
    transform: translateY(-100%) rotateX(-180deg) scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@keyframes flip-scale-2-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  50% {
    -webkit-transform: translateY(-50%) rotateX(-90deg) scale(2);
    transform: translateY(-50%) rotateX(-90deg) scale(2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  100% {
    -webkit-transform: translateY(-100%) rotateX(-180deg) scale(1);
    transform: translateY(-100%) rotateX(-180deg) scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

.colorLetraWebDesign {
  color: rgb(219, 222, 227);
}

.varBackgroundService {
  background: var(--backService);
  overflow-y: scroll;
}

.zoomHover {
  transition: transform .3s;
  /* Animation */
}

.zoomHover:hover {
  transform: scale(0.9);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomHover1 {
  transition: transform .8s;
  /* Animation */
}

.zoomHover1:hover {
  transform: scale(0.6);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



.responsiveCarouselh2 {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
   margin-bottom: 5rem !important;
   display: flex;
    width: 100%;
    margin: auto; 
}
.marketingPlanTitle{
  font-size: 3rem;
  line-height: 1;
  text-align: center;
   margin-bottom: 5rem !important;
    width: 100%;
}
.smartContractText{
  font-family: var(--fontFamily);
  font-style: var(--fontStyle);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: var(--lineHeight);
}

.generalTitle{  
  font-family: var(--fontFamily);
  font-style: var(--fontStyle);
  font-weight: var(--fontWeight);
  font-size: var(--fontSizeTitle);
  line-height: 1;
  color: var(--primaryColorText);
  text-align: start;  
  margin-bottom: 2.5rem;
}

.focusText{  
  font-family: var(--fontFamily);
  font-style: var(--fontStyle);
  font-weight: var(--fontWeight);
  /* font-size: var(--fontSizeFocusTitle); */
  line-height: 1;
  text-align: start;  
  background: var(--principalGradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.generalFocusTitle{  
  font-family: var(--fontFamily);
  font-style: var(--fontStyle);
    font-weight: var(--fontWeight);
    font-size: var(--fontSizeFocusTitle);
    line-height: 1.2;
    text-align: start;  
    background: var(--principalGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.principalGradient{
  background: var(--principalGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.principalGradientR{
  background: var(--principalGradientR);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.genericTextStyle{
  color: var(--primaryColorText)!important;
  font-family: var(--fontFamily)!important;
}

.webDevelopmentProcess{
  height: 80vh; 
}

.mobileDevelopmentTitle {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
   display: flex;
    width: 100%;
    
}




.consultingh2{
  font-size: 3rem;
  line-height: 1;
  text-align: center;
   margin-bottom: 5rem !important;
   margin-top: 3rem!important;
   display: flex;
    width: 100%;
    margin: auto;
}
.titleLegal{
  font-size: 3rem !important;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: auto;
}
.sizeImgTecno{
  width: 8rem;
  
}
.imgTecnos{
   display: flex;
  justify-content:space-between; 
  align-items: center;
  margin-top: 3rem;
}
.textoTecno{
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  width: 55%;
  color: rgb(219, 222, 227);;
  
}
.textoTecnoWebDevelopment{
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 82px;
  text-align: left;
  width: 95%;
  color: rgb(219, 222, 227);;
  
}
.webDevelopmentItems{
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  margin-top: 2.5rem;
}
.margin-top{
  margin-top: 2rem;
}
.webDevelopmentItem{
  width: 24% !important;
  
}
.headerTitleStyle{
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  margin-top: 8rem;
}
.headerTitleStyleMarketing{
    display: flex;
  flex-direction: row;
  justify-content: space-between; 
  margin-top: 8rem;
}
.headerTitleStyleSmartContracts{
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    margin-top: 8rem; 
}
.imageHeaderContainer{
  display: flex;
  align-items:center;
  justify-content: center;
}
.videoHeaderContainer{
    display: flex;
    align-items:center;
    justify-content: center;
  }
.imageFromIdeaToTheApp{
    display: flex;
    align-items:center;
    justify-content: center;
}
.imageHeader{
  width: 100%;
}
.imgMacMarketing{
  width: 100%;
}
.videoMarketing{
  width: 45rem;
}
.backgroundEye{
  height: auto; 
  background-image: url("../img/AdobeStock_478200128.png");
  background-size: cover;
  background-position: center;
}
.imageAnimalCard{
  width: 30rem;
}

.blockchainSection2{
 height: auto;
 margin-top: 17rem;
}
.heightFirstSectionMobileDevelopment{
  height: 75vh;
}
.heightSecondSectionMobileDevelopment{
  height: 75vh;
}
.imgPolarBox{
  width: 50rem;
}
.websitesWebDevelopmentHeight{
    height: 80vh;
}
.smartContractsTextContainer{
    background-color: #222222;
    height: 25%;
    margin-bottom: 0.5rem;
    border-radius: 1rem; 
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
  }

/* MEDIA QUERY 768px */
@media (max-width: 768px) {
  .headerTitleStyle {
    display: flex;
  }
  .headerTitleStyleSmartContracts{
    flex-direction: column;
}
  .imageHeaderContainer {
    order: 2;
    margin-top: 4rem;
  }
  .videoHeaderContainer {
    order: 2;
    margin-top: 4rem;
  }
  .headerMobileDevelopment{
    flex-direction: column;
  }
  .headerTitleStyleMarketing{
    flex-direction: column;
  }
}


/* MEDIA QUERY 1330px */
@media (max-width: 1330px) {
    .imgPolarBox{
        width: 30rem;
      }
      .videoMarketing{
        width: 30rem;
      }
  }
/* MEDIA QUERY 870px */
@media (max-width: 870px) {
    .websitesWebDevelopmentHeight{
        height: auto;
  }
}
/* MEDIA QUERY 1000px */
@media (max-width: 1000px) {
  .webDevelopmentProcess{
    margin-top: 10rem!important;
    height: auto!important;
  }
  .heightSecondSectionMobileDevelopment{
    height: auto;
  }
  .heightFirstSectionMobileDevelopment{
    height: auto;
  }
  .videoMarketing{
    width: 20rem;
  }
}

/* MEDIA QUERY 500px */
@media (max-width: 500px) {
    .verticalMobileImg{
        flex-direction: column;
        width: 50%; 
        float: left; 
        height: 70vh;
        padding: 2rem; 
        margin-bottom: 4rem;
    }
    
    .verticalMobileImg img {
        width: 70%; 
        
    }
.smartContractText{
  font-family: var(--fontFamily);
  font-style: var(--fontStyle);
  font-weight: var(--fontWeight);
  font-size: 1rem;
  line-height: var(--lineHeight);
}
.widthMobileDevelopment{
    width: 100%!important;
}
.logoPartners{
    width: 4rem !important;
}
  .containerGroupImagesMobile{
    flex-direction: column;   
}
.imageFromIdeaToTheApp{
    order: 2;
}
.imageUnreal{
    width: 6rem;
}
.imageFromIdeaToTheAppMobile{
    width: 25rem !important;
}
.imgPolarBox{
  width: 20rem;
}
.videoMarketing{
  width: 18rem;
}
.backgroundEye{
  background: none;
}
.generalTitle{  
  font-weight: var(--fontWeight);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--primaryColorText);
  text-align: start;  
  margin-bottom: 2.5rem;
}
.generalFocusTitle{  
    font-size: 2.5rem;
    line-height: 1;
}

.boxTitle {
 line-height: auto !important;
  margin-bottom: 0rem;
  font-size: 1.6rem;
}
.sizeWhyChooseMobile{
  font-size: 2.9rem;
}
.margin-top{
  margin-top: 0rem;
}

.imgCardAmz{
  width: 20rem;
}
.blockchainSection2{
  margin-top: 10rem!important;
 }
.imageHeader{
  width: 50%;
}
.imgMacMarketing{
  width: 100%;
}
.logoFindIndexMobile{
  margin-left: 0!important;
}
.blockchainSection2{
  height: auto;
  margin-top: 3rem;
 }
.imageAnimalCard{
  width: 15rem;
}
.groupImagesMobile{
    width: 90%!important;
    margin: auto!important;
    margin-top: 1rem!important;
    
}
  .infraestructureTitle{
    font-size: 3rem;
  }
  .col-md-12{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .col-md-6{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .imageHeader{
   margin-top: 3rem;
  }
  .headerTitleStyle{
    flex-direction: column;
    margin-top: 1rem;
  }
 
  .headerTitleStyleMarketing{
    margin-top: 1rem;
  }
  .headerMobileDevelopment{
    flex-direction: column;
  }
  .generalParagraph{
    width: 100% !important;
    font-size: 1rem;
  line-height: 1.1rem;
  }
  .marginTopMobileAboutUs{
    margin-top: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .webDevelopmentItem{
    width: 100% !important;
    height: auto;
    margin-top: 0rem;
  }
  .webDevelopmentItems{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    width: 100% ;
    margin-top: 0rem !important;
  }
  .sizeImgTecno{
    margin-bottom: 1rem;
    width: 9rem;
}
.textoTecnoWebDevelopment{
  padding-top: 1rem;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
  text-align: left;
  width: 100%;
  color: rgb(219, 222, 227);;
}
.textoTecno{
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  color: rgb(219, 222, 227);;
}
.imgTecnos{
  display: flex;
  
  flex-wrap: wrap;
  margin-top: 3rem;
  }
  .findModulesServicesIndexMobile{
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 3.1rem;
  }
  .logoFindIndexMobile{
    margin-left: 0!important;
  }
  a.project-box {
    width: 93%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.navbarMobileWebDevelopment{
  background-color: #000;
}
  .sizeProjectLaunchH3Mobile {
    font-size: 2rem !important;
  }

  .fsPlanWith {
    width: max-content;
  }

  .responsiveCarouselh2 {
    margin: 0 !important;
    margin-bottom: 4rem  !important;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;

  }
  .marketingPlanTitle{
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
     margin-bottom: 5rem !important;
      width: 100%;
  }
  .webDevelopmentTitle{
    font-size: 1.5rem;
  }
  .mobileDevelopmentTitle {
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;

  }
  .responsiveUXUIh2{
    font-size: 2.5rem;
    text-align: center;
  }
  

  .responsiveCarouselh4 {
    font-size: 1.2rem;
  }

  .responsiveAboutDiv {
    width: 375px;
  }
  .sizeTextH2ProjectLaunch{
    font-size: 2rem;
  }
  .sizeTextH2Carousel{
    font-size: 2rem !important;
    margin-top: 3rem!important;
  }

 

  .sizeProjectsMobileSubtitulo {
    font-size: 0.7rem;
  }

  .sizeProjectsMobileH2 {
    font-size: 1.3rem;
    width: 90%;
  }

  .sizePartnersMobileH2 {
    font-size: 2rem;
    
  }

  .col-partner {
    display: flex;
    width: 50%;
    padding: 1rem;
  }

  .col-partner img {
    max-width: 75%;
  }

  .sizeTituloMobileContact {
    font-size: 1.8rem;
  }

  .sizeH3Contact {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 1.3rem;
  }

  .sizeH4Contact {
    font-size: 1rem;
  }

  .sizeDivContact {
    width: 92%;
  }

  .imgSizeMobileTech {
    max-width: 30rem !important;
    /* width: 100%; */

  }

  .text2T {
    max-width: 100% !important;
  }
  .webDevelopmentBoxMobile{
    display: flex;
  flex-wrap: wrap;
  
  }
  .box-web-development{
    width: 100%;
    margin-bottom: 2rem;
  }
  .moveInfraestructureMobile{
    padding-top: 1rem;
  }
 .mobileH5Consulting{
   margin-bottom: 0rem !important;
 }
 .mobileMarketingContainer{
   height: auto;
 }
 .navBarBlack{
   background: black;
 }
 .blockDivMarketing{
   display: none;
 }
 .consultingh2{
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
   margin-bottom: 2rem !important;
   margin-top: 0.2rem!important;
   display: flex;
    width: 100%;
    margin: auto;
}
.business-planVhResponsive{
  overflow-y: hidden;
}
.divBlockchainProperties{
  margin: auto;
  padding: 2rem;

}
.divLegalMobile{
  margin: auto;
  
}

}

.gradienteHome {
  background: var(--backgroundShadow);
  z-index: 999;
}

.gradienteServices {
  background: linear-gradient(120deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
}


div.parent {

  /* display: table; */
  width: 100%;
  margin-bottom: 4rem;
}

div.text {
  vertical-align: middle;
  display: table-cell;
  text-align: justify;
  padding: 0;
  padding-right: 5rem;
  width: 110%;
}

.text2T {
  font-size: 3.3rem !important;
  padding: 0;
  color: #fff;
  max-width: 70%;
  font-weight: bold;
}

.H5Technologies {
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;

}

.divTextTechnologies {
  color: #fff;
  font-weight: medium;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.imgPartners {
  width: 60rem !important;
}

.full-screen-background-image {
  background: url('../img/mockup\ web\ development\ 2.jpg') no-repeat center center ; 
  background-size: cover;
  height: 100%;
  width: 100%;
}

.findTrackProSwitch{
 
  color: rgba(255, 255, 255, .8)!important;
    letter-spacing: -.01em;
    font-size: 1.1rem;
    line-height: 1;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 1.2rem;
    
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
.dropbtn{
  border: none; 
  background-color: inherit;
  font-size: 16px;
  cursor: pointer;
}
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
  width: auto;
    height: auto;
    border-radius: 1rem;
    z-index: 1;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
 
  .alturaContainerFind {
    display: flex;
    align-items: center;
  }


  .scalability{
    padding: 58px 30px 24px;
    margin: 1rem;
      border-radius: 1rem;
       max-width: 20%;
       height: 25rem;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       background-color: rgb(22, 22, 22);
}
.scalabilityH3{
  background: linear-gradient(270deg, #3D71FF 50%, #60CAFC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
      display:flex;
      justify-content: center;
        align-items: center;
        font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 600;
  letter-spacing: .007em;
  font-family: SF Compact Display;
}
.logoPartners{
    width: 10rem;
}
.scalabilityP{
      color: white;
      letter-spacing: inherit;
      display:flex;
      justify-content: center;
      align-items: center;
      width: 80%;
      font-size: 17px;
      text-align: center;
      line-height: 1.235;
      font-weight: 400;
      font-family: SF Compact Display;
      margin: auto;
}

.solidityBlockchain{
  padding: 58px 30px 24px;
  margin: 1rem;
    border-radius: 1rem;
     max-width: 100%;
     height: 25rem;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-color: rgb(22, 22, 22);
}
.solidityBlockchainH3{
background: linear-gradient(270deg, #3D71FF 50%, #60CAFC 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
    display:flex;
    justify-content: center;
      align-items: center;
      font-size: 28px;
line-height: 1.1428571429;
font-weight: 600;
letter-spacing: .007em;
font-family: SF Compact Display;
}

.solidityBlockchainP{
    color: white;
    letter-spacing: inherit;
    display:flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-size: 17px;
    /* text-align: center; */
    line-height: 1.235;
    font-weight: 400;
    font-family: SF Compact Display;
    margin: auto;
}



/* //ANIMACIONES */

.PORTADA{
  opacity:0;
  transform: scale(0.8);
  transition: 1.2s ease-in-out all;
 }

 .imagen1{
  opacity:0;
  transform: scale(0.8);
  transition: 1.2s ease-in-out all;
 }

 .imagen2{
  opacity:0;
  transform: scale(0.8);
  transition: 1.4s ease-in-out all;
 }
 .imagen3{
  opacity:0;
  transform: scale(0.8);
  transition: 1.2s ease-in-out all;
 }
 .imagenUXUI{
  opacity:0;
  transform: scale(0.8);
  transition: 1.2s ease-in-out all;
 }
 .procesadorFindImg{
  opacity:0;
  transform: scale(0.8);
  transition: 0.5s ease-in-out all;
 }
 .visible{
  opacity: 1; 
  transform: scale(1) translateX(0);
 }

 
 .mascota{
   font-family: 'SF Compact Display';
   
 }

 .widthMobileDevelopment{
  width: 90rem;
 }


.text-gradient {
    font-family: var(--fontFamily);
    font-style: var(--fontStyle);
    font-weight: var(--fontWeight);
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    padding: 1px 30px;
    border-radius: 25px;
        
  }

  .box-gradient {
    position: relative;
  }
  .box-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px; 
    padding: 2px; 
    background:linear-gradient(90deg, var(--left) 0%, var(--right) 100%);
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
            margin: 1rem 0.1rem;
  }