strong {
  font-weight: 700;
}

.font-700 {
  font-weight: 700;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.font-200 {
  font-weight: 200;
}

.font-100 {
  font-weight: 100;
}

.medium-text {
  font-size: 1.42rem;
  line-height: 2.14rem;
}

.small-text {
  font-size: 0.9rem;
  line-height: 1rem;
}

.bg-darkness {
  background-color: #1d1d1dcc !important;
}

.bg-dark {
  background-color: #101113 !important;
}

.bg-semi-dark {
  background-color: #242526 !important;
}

.bg-medium-dark {
  background-color: #3a3c40;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1880eb;
}

.border-primary {
  border: 1px solid #1880eb;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.color-dark {
  color: #101113 !important;
}

.color-semi-dark {
  color: #242526;
}

.color-grey-text {
  color: #828282;
}

.color-light-grey {
  color: #b0b3b8;
}

.gradient-text {
  background: -webkit-linear-gradient(
    92.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-text {
  color: #828282;
}

.bg-dark {
  background-color: #101113 !important;
}

.bg-semi-dark {
  background-color: #242526;
}

.bg-medium-dark {
  background-color: #3a3c40;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1880eb;
}

.border-primary {
  border: 1px solid #1880eb;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.color-dark {
  color: #101113 !important;
}

.color-semi-dark {
  color: #242526;
}

.color-grey-text {
  color: #828282;
}

.color-light-grey {
  color: #b0b3b8;
}

.gradient-text {
  background: -webkit-linear-gradient(
    92.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-text {
  color: #828282;
}

.bg-dark {
  background-color: #101113 !important;
}

.bg-semi-dark {
  background-color: #242526;
}

.bg-medium-dark {
  background-color: #3a3c40;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1880eb;
}

.border-primary {
  border: 1px solid #1880eb;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.color-dark {
  color: #101113 !important;
}

.color-semi-dark {
  color: #242526;
}

.color-grey-text {
  color: #828282;
}

.color-light-grey {
  color: #b0b3b8;
}

.gradient-text {
  background: -webkit-linear-gradient(
    92.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-text {
  color: #828282;
}

/*Configuracion de botones*/
/*btn primary*/
.background-btn-gradient {
  background: linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  border-radius: 2rem;
}
.background-btn-grey {
  background: #b0b3b8;
  border-radius: 2rem;
}

.background-btn-grey .btn-second {
  border: none;
  padding: 0px;
  transition: all 0.2s;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #ffffff;
}

.background-btn-grey:hover {
  background: white;
}

.background-btn-grey:hover .btn-second {
  background: -webkit-linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background-btn-gradient .btn-primary {
  padding: 0px;
  border: none;
  transition: all 0.2s;
  font-size: 1.2rem;
  line-height: 1.4rem;
  background: -webkit-linear-gradient(
    99.64deg,
    #ffffff 26.56%,
    #ffffff 51.87%,
    #ffffff 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 2rem;
}

.background-btn-gradient:hover {
  background: white;
}

.background-btn-gradient:hover .btn-primary {
  background: -webkit-linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*btn 2nd*/
.background-btn-white {
  background: white;
  border-radius: 2rem;
}
.background-btn-white .btn-primary {
  padding: 0px;
  border: none;
  transition: all 0.2s;
  font-size: 1.2rem;
  line-height: 1.4rem;
  background: rgba(24, 128, 235, 1);
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-btn-white:hover {
  background: white;
  color: rgba(24, 128, 235, 1) !important;
}
.background-btn-white:hover .btn-primary {
  background: -webkit-linear-gradient(
    99.64deg,
    #ffffff 26.56%,
    #ffffff 51.87%,
    #ffffff 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Formulario*/
.input-box {
  position: relative;
}
.input-box .input-style {
  border: none;
  border-bottom: 1px solid #b0b3b8;
  padding: 10px;
  display: block;
  background-color: transparent;
  color: #1880eb;
}
.input-box .input-style:focus {
  outline: none;
}
.input-box .input-style:focus ~ .label-style,
.input-box .input-style:valid ~ .label-style {
  top: -10px;
  font-size: 1rem;
  color: #1880eb;
}
.input-box .input-style:focus ~ .label-style .icon-form.icon-user,
.input-box .input-style:valid ~ .label-style .icon-form.icon-user {
  background-image: url(../img/icons/form-icon_user_on.svg);
}
.input-box .input-style:focus ~ .label-style .icon-form.icon-phone,
.input-box .input-style:valid ~ .label-style .icon-form.icon-phone {
  background-image: url(../img/icons/form-icon_phone_on.svg);
}
.input-box .input-style:focus ~ .label-style .icon-form.icon-email,
.input-box .input-style:valid ~ .label-style .icon-form.icon-email {
  background-image: url(../img/icons/form-icon_email_on.svg);
}
.input-box .label-style {
  position: absolute;
  color: #b0b3b8;
  top: 12px;
  left: 0;
  transition: 0.2s ease all;
}
.input-box .label-style .icon-form {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.input-box .label-style .icon-form.icon-user {
  background-image: url(../img/icons/form-icon_user_off.svg);
}
.input-box .label-style .icon-form.icon-phone {
  background-image: url(../img/icons/form-icon_phone_off.svg);
}
.input-box .label-style .icon-form.icon-email {
  background-image: url(../img/icons/form-icon_email_off.svg);
}

.bar {
  position: relative;
  display: block;
}
.bar:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #1880eb;
  height: 2px;
  transition: left 0.2s ease-out, right 0.2s ease-out;
}

.input-style:focus ~ .bar:before {
  left: 0;
  right: 0;
}

/*links*/
a {
  text-decoration: none;
}
a.link-primary {
  color: #1880eb;
}
a.link-primary:hover {
  color: #b0b3b8;
}

strong {
  font-weight: 700;
}

.font-700 {
  font-weight: 700;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.font-200 {
  font-weight: 200;
}

.font-100 {
  font-weight: 100;
}

.medium-text {
  font-size: 1.42rem;
  line-height: 2.14rem;
}

.small-text {
  font-size: 0.9rem;
  line-height: 1rem;
}

.bg-dark {
  background-color: #101113 !important;
}

.bg-semi-dark {
  background-color: #242526;
}

.bg-medium-dark {
  background-color: #3a3c40;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1880eb;
}

.border-primary {
  border: 1px solid #1880eb;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.color-dark {
  color: #101113 !important;
}

.color-semi-dark {
  color: #242526;
}

.color-grey-text {
  color: #828282;
}

.color-light-grey {
  color: #b0b3b8;
}

.gradient-text {
  background: -webkit-linear-gradient(
    92.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-text {
  color: #828282;
}

@keyframes hide {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

strong {
  font-weight: 700;
}

.font-700 {
  font-weight: 700;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.font-200 {
  font-weight: 200;
}

.font-100 {
  font-weight: 100;
}

.medium-text {
  font-size: 1.42rem;
  line-height: 2.14rem;
}

.small-text {
  font-size: 0.9rem;
  line-height: 1rem;
}

.bg-dark {
  background-color: #101113 !important;
}

.bg-semi-dark {
  background-color: #242526;
}

.bg-medium-dark {
  background-color: #3a3c40;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1880eb;
}

.border-primary {
  border: 1px solid #1880eb;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.color-dark {
  color: #101113 !important;
}

.color-semi-dark {
  color: #242526;
}

.color-grey-text {
  color: #828282;
}

.color-light-grey {
  color: #b0b3b8;
}

.gradient-text {
  background: -webkit-linear-gradient(
    92.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-text {
  color: #828282;
}

::-webkit-scrollbar {
  display: none;
}

#page-index {
  /*Seccion 1*/
  /*Seccion 2*/
  position: relative;
  background-color: #000000;
}

header {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 5;
}
header .btn-primary {
  font-size: initial;
  font-weight: 700 !important;
}
header a:hover {
  text-decoration: none;
}
header .navbar-streambe-solutions {
  background-color: rgb(0 0 0 / 80%) !important;

  border-radius: 35px;
  /*.font-menu {
          font-size: 1rem;
      }*/
}
header .navbar-streambe-solutions a {
  text-decoration: none;
}
header .navbar-streambe-solutions .imagotipo {
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 50% 0% 0% 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #1880eb;
}
header .navbar-streambe-solutions .imagotipo.imagotipo-setting {
  background-image: url(../img/streambe_solutions_logo_ss_isotipo_blanco.svg);
}
header .navbar-streambe-solutions .isotipo {
  color: white;
  text-decoration: none;
  background-color: #1880eb;
  border-radius: 0% 40px 40px 0%;
  font-size: 19px;
}
header .navbar-streambe-solutions .isotipo:hover {
  text-decoration: none;
}
header .navbar-streambe-solutions .slogan {
  color: white;
  text-decoration: none;
}
header .navbar-streambe-solutions.navbar-light.navbar-light-active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
header .navbar-streambe-solutions.navbar-light .navbar-toggler {
  color: white;
  background: linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  border-color: white;
}
header .navbar-streambe-solutions .navbar-toggler {
  padding: 0.25rem 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s ease-in-out;
}
header .navbar-streambe-solutions #navbarNav.navbar-collapse {
  flex-grow: initial;
}
header .navbar-streambe-solutions #navbarNav.navbar-collapse .nav-link {
  color: white;
  font-weight: 300;
  font-size: 1rem !important;
}
header .navbar-streambe-solutions #navbarNav.navbar-collapse .nav-link.active {
  font-weight: 700;
}

header .tel {
  color: white;
}

header .tel a {
  color: white !important;
  font-weight: 700;
}

header #submit_my_idea_btn a {
  padding: 8px;
}

header #ContentOptionsHeader {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

header .ContentButtonReview {
  display: flex;
  flex: 1;
}

.GoogleReviews {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;

  img {
    height: 60px;
    padding: 8px;
    border-radius: 10px;
    transition: ease 0.5s;
    cursor: pointer;
  }

  img:hover {
    background-color: rgb(255, 255, 255);
  }
}

.GoogleReviewsActive {
  background-color: rgb(255, 255, 255);
}

@media (max-width: 576px) {
  header .ContentButtonReview {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }

  .GoogleReviews img {
    height: 45px;
  }
}

#page-index .section-01 {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-index .section-02 {
  background-color: #101113 !important;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1rem;
  z-index: 4;
  border-radius: 1rem;
}

#page-index .section-01 #bloque-01 {
  height: 100%;
  background-image: url(./../img/video-landing/streambe_solutions_home_world.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 200px 30px;
}

@media (max-width: 992px) {
  #page-index .section-01 #bloque-01 {
    background-position: 100px 30px;
  }
}

@media (max-width: 700px) {
  #page-index .section-01 #bloque-01 {
    background-position: 0px 30px;
  }
}
@media (max-width: 576px) {
  #page-index .section-01 #bloque-01 {
    background-position: -250px -100px;
  }
}

#page-index .section-01 #bloque-01 #submit_my_idea_btn_video {
  background-color: #1880eb;
  color: #ffffff;
  border-radius: 3rem;
}

#page-index .section-01 #bloque-01 #submit_my_idea_btn_video:hover {
  background-color: #1675d4;
  color: #ffffff;
}

#page-index #bloque-03 #submit_my_idea_btn_video {
  background-color: #1880eb;
  color: #ffffff;
  border-radius: 3rem;
}

#page-index #bloque-03 #submit_my_idea_btn_video:hover {
  background-color: #1675d4;
  color: #ffffff;
}

#page-index .section-01 #bloque-01 img {
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

#page-index .section-01 #bloque-01 h1.main-tittle {
  font-size: 3.5rem;
}

#page-index .section-01 #bloque-01 h3 {
  line-height: 1.5 !important;
}

#page-index .section-02 #bloque-04 #logos .client-box {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
}

#page-index .section-02 #bloque-04 #logos .client-box:hover .client-config {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

#page-index .section-02 #bloque-04 #logos .client-box .client-config {
  -webkit-transition: all 0.5s ease; /* Safari y Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
}

#page-index .section-02 #bloque-04 .client-box .client-config.client-1 {
  background-image: url(../img/clients/streambe_solutions_citi_client.svg);
}
#page-index .section-02 #bloque-04 .client-box .client-config.client-2 {
  background-image: url(../img/clients/streambe_solutions_abb_client.svg);
}
#page-index .section-02 #bloque-04 .client-box .client-config.client-3 {
  background-image: url(../img/clients/streambe_solutions_santander_client.svg);
}
#page-index .section-02 #bloque-04 .client-box .client-config.client-4 {
  background-image: url(../img/clients/streambe_solutions_ivi.svg);
}
#page-index .section-02 #bloque-04 .client-box .client-config.client-5 {
  background-image: url(../img/clients/streambe_solutions_equifax.svg);
}

#page-index .section-02 #bloque-02 .ul-our-projects-menu li {
  list-style: none;
}
#page-index .section-02 #bloque-02 .ul-our-projects-menu li a {
  text-decoration: none;
  font-size: 1.75rem;
  line-height: 2rem;
}
#page-index .section-02 #bloque-02 .ul-our-projects-menu li a:hover {
  background: #1880eb;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-index
  .section-02
  #bloque-02
  .ul-our-projects-menu
  li
  a.our-projects-menu-active {
  background: #1880eb;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-index .section-02 #bloque-02 .swiper-container-mobile {
  overflow: hidden;
}
#page-index .section-02 #bloque-02 .swiper-container-mobile .swiper-pagination {
  position: initial;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-mobile
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
#page-index .section-02 #bloque-02 .swiper-container-mobile .mockup-iphone-box {
  width: 100%;
  height: 32.14rem;
  overflow: hidden;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting.mockup-iphone-1 {
  background-image: url(../img/projects/cobermed/cobermed_mockup_para_iphone_x_1.png);
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting.mockup-iphone-2 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-01.png);
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting.mockup-iphone-3 {
  background-image: url(../img/projects/sin_marca/creditos-01.png);
}
#page-index .section-02 #bloque-02 .swiper-container-desktop {
  overflow: hidden;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-desktop
  .swiper-pagination {
  position: initial;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-desktop
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
#page-index .section-02 #bloque-02 .swiper-container-desktop .mockup-box {
  width: 100%;
  height: 21.42rem;
  overflow: hidden;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-1 {
  background-image: url(../img/projects/bpn-cowork_mockup_macbook.gif);
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-2 {
  background-image: url(../img/projects/onehouser_mockup_macbook.gif);
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-3 {
  background-image: url(../img/projects/hotel_mockup_macbook.gif);
}
#page-index .section-02 #bloque-02 .swiper-container-desktop a.card {
  text-decoration: none;
}
#page-index .section-02 #bloque-02 .swiper-container-products {
  overflow: hidden;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-products
  .swiper-pagination {
  position: initial;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-products
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
#page-index .section-02 #bloque-02 .swiper-container-products .mockup-img-box {
  width: 100%;
  height: 21.42rem;
  overflow: hidden;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-products
  .mockup-img-box
  .mockup-img-setting {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-index
  .section-02
  #bloque-02
  .swiper-container-products
  .mockup-img-box
  .mockup-img-setting.mockup-img-1 {
  background-image: url(../img/projects/projects-products-product-1.jpg);
}
#page-index .section-02 #bloque-02 .swiper-container-products a.card {
  text-decoration: none;
}

#page-index .section-02 #bloque-03 .card.card-link {
  background: #242526;
  box-sizing: border-box;
  transition: all 0.2s;
  border-radius: 0.75rem;
  text-decoration: none;
  padding: 0.25rem;
  border: none;
}

#page-index .section-02 #bloque-03 .card.card-link.card-link-active {
  background: #1880eb;
}

#page-index
  .section-02
  #bloque-03
  .card.card-link.card-link-active
  .icon-link-size {
  background: #1880eb;
}

#page-index .section-02 #bloque-03 .card.card-link .card-body {
  background: #242526;
  border-radius: 0.75rem;
}

#page-index .section-02 #bloque-03 .start-process {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#page-index .section-02 #bloque-03 .img-start-process {
  background-image: url(../img/start/process.jpg);
  opacity: 0.7;
  border-radius: 0px 0px 8rem 0px;
}

#page-index .section-02 #bloque-03 .size-start-process {
  width: 100%;
  height: 100%;
}

#page-index .section-02 #bloque-03 .container-start-process {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#page-index .section-02 #bloque-03 p.texto-start {
  margin-bottom: 0px !important;
  padding-left: 10%;
}

#page-index .section-02 #bloque-03 .card.card-link:hover {
  background: #1880eb;
}
#page-index .section-02 #bloque-03 .card.card-link:hover .icon-link-size {
  background: #1880eb;
}
#page-index .section-02 #bloque-03 .icon-box.icon-process-size {
  width: 2.5rem;
  height: 2.5rem;
}
#page-index
  .section-02
  #bloque-03
  .icon-box.icon-process-size
  .icon-bg-settings {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#page-index
  .section-02
  #bloque-03
  .icon-box.icon-process-size
  .icon-bg-settings.icon-process-bg-size {
  width: 100%;
  height: 100%;
}
#page-index
  .section-02
  #bloque-03
  .icon-box.icon-process-size
  .icon-bg-settings.icon-process-bg-size.icon-process-1 {
  background-image: url("../img/icons/process_icon_App_Development.svg");
}
#page-index
  .section-02
  #bloque-03
  .icon-box.icon-process-size
  .icon-bg-settings.icon-process-bg-size.icon-process-2 {
  background-image: url("../img/icons/process_icon_Prototyping.svg");
}
#page-index
  .section-02
  #bloque-03
  .icon-box.icon-process-size
  .icon-bg-settings.icon-process-bg-size.icon-process-3 {
  background-image: url("../img/icons/process-marketing-01.svg");
}

#page-index .section-02 #bloque-03 .icon-box.icon-link-size {
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
  background-color: #1880eb;
  border-radius: 50%;
}

#page-index .section-02 #bloque-03 .icon-box.icon-link-size .icon-bg-settings {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#page-index
  .section-02
  #bloque-03
  .icon-box.icon-link-size
  .icon-bg-settings.icon-arrow {
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/right_icon-white.svg);
}
#page-index .section-02 #bloque-03 .smartphone-box {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/projects/ec/ec_mockup_para_iphone_x_english_01.png);
}
#page-index .section-02 #bloque-03 .process-icono-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#page-index .section-02 #bloque-03 #process-app-development .process-titulo {
  margin-top: 102px;
}

#page-index
  .section-02
  #bloque-03
  #process-app-development
  .process-titulo
  .icon-box.icon-process-size {
  margin-right: 15px;
}

#page-index .section-02 #bloque-03 #process-app-development h3 {
  background: -webkit-linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

#page-index .section-02 #bloque-03 #business-launch .process-titulo {
  margin-top: 102px;
}

#page-index .section-02 #bloque-03 #business-launch h3 {
  background: -webkit-linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

#page-index
  .section-02
  #bloque-03
  #business-launch
  .process-titulo
  .icon-box.icon-process-size {
  margin-right: 15px;
}

#page-index .section-02 #bloque-03 #business-launch p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #page-index #bloque-03 #ContentTextWhereToStart {
    margin-top: 8px;
  }
}

/*MARKETING*/

#page-index .section-02 #bloque-03 #marketing p {
  margin-bottom: 0px !important;
}

#page-index
  .section-02
  #bloque-03
  #marketing
  .marketing-lista:nth-last-child(2) {
  padding-right: 0px !important;
}

#page-index
  .section-02
  #bloque-03
  #marketing
  .marketing-lista:nth-last-child(4) {
  padding-right: 0px !important;
}

#page-index .section-02 #bloque-03 .marketing-photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-index .section-02 #bloque-03 .marketing-photo {
  width: 100%;
  height: 235px;
}

#page-index .section-02 #bloque-03 .marketing .seo-photo {
  background-image: url(../img/marketing/seo.jpg);
  opacity: 0.7;
  border-radius: 12rem 0px 0px 0px;
}

#page-index .section-02 #bloque-03 #marketing .social-media-photo {
  background-image: url(../img/marketing/social-media.jpg);
  opacity: 0.7;
  border-radius: 12rem 0px 0px 0px;
}

#page-index .section-02 #bloque-03 #marketing .design-development-photo {
  background-image: url(../img/marketing/design-development.jpg);
  border-radius: 0px 12rem 0px 0px;
  opacity: 0.7;
}

#page-index .section-02 #bloque-03 #marketing .ppc-photo {
  background-image: url(../img/marketing/ppc.jpg);
  border-radius: 0px 12rem 0px 0px;
  opacity: 0.7;
}

#page-index .section-02 #bloque-03 .process-app-development-icon-box {
  width: 100%;
  height: 2.5rem;
}

#process-app-development #Elements {
  gap: 8px;
}
#process-app-development .ElementLeft{
  display: none;
}

@media (max-width: 767px) {
  #process-app-development .ElementLeft{
    display: flex;
  }
  #process-app-development .ElementRight{
    display: none;
  }
}

#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config.process-app-development-icon-box-size {
  width: 100%;
  height: 100%;
}
#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config.process-app-development-icon-box-size.process-app-development-icon-1 {
  background-image: url(../img/icons/process-app_native_ios_app.svg);
}
#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config.process-app-development-icon-box-size.process-app-development-icon-2 {
  background-image: url(../img/icons/process-app_native_android_app.svg);
}
#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config.process-app-development-icon-box-size.process-app-development-icon-3 {
  background-image: url(../img/icons/process-app_cross_plataform_app.svg);
}
#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config.process-app-development-icon-box-size.process-app-development-icon-4 {
  background-image: url(../img/icons/process-app_robust_portal_solutions.svg);
}
#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config.process-app-development-icon-box-size.process-app-development-icon-5 {
  background-image: url(../img/icons/process-app_web_services_integration.svg);
}
#page-index
  .section-02
  #bloque-03
  .process-app-development-icon-box
  .process-app-development-icon-box-bg-config.process-app-development-icon-box-size.process-app-development-icon-6 {
  background-image: url(../img/icons/process-app_visually_compelling_applications.svg);
}
#page-index .section-02 #bloque-03 .img-box {
  width: 100%;
  height: auto;
}
#page-index .section-02 #bloque-03 .img-box .img-config {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#page-index .section-02 #bloque-03 .img-box .img-config.img-size {
  width: 100%;
  height: 274px;
}
#page-index
  .section-02
  #bloque-03
  .img-box
  .img-config.img-size.img-prototype-1 {
  background-image: url(../img/business/business-solution.jpg);
  opacity: 0.7;
  border-radius: 12rem 0px 0px 0px;
}
#page-index
  .section-02
  #bloque-03
  .img-box
  .img-config.img-size.img-prototype-2 {
  background-image: url(../img/business/business-solution-2.jpg);
  opacity: 0.7;
  border-radius: 0px 12rem 0px 0px;
}

#page-index .section-02 #bloque-04 .swiper-container-clients {
  overflow: hidden;
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .swiper-pagination {
  position: initial;
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
#page-index .section-02 #bloque-04 .swiper-container-clients .client-box {
  width: 100%;
}

#page-index .section-02 #bloque-04 .swiper-container-clients .slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  padding-right: 10px;
  padding-left: 10px;
}

#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config {
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0.7%;
}

#page-index .section-02 #bloque-04 .swiper-container-clients .client-box {
  margin-bottom: 17px;
}

#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .rating {
  color: #ffffff;
  font-size: 20px;
  line-height: 23px;
  margin-right: 12px;
  font-family: Roboto, sans-serif;
}

#page-index .section-02 #bloque-04 .swiper-container-clients .client-box .star {
  display: inline-block;
  font-size: 0;
  height: 16px;
  margin-right: 2px;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  width: 16px;
}

#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .star
  span.on {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../img/icons/star.svg);
}

#page-index .section-02 #bloque-04 .swiper-container-clients .opinion {
  color: #17313b;
  font-size: 14px;
  line-height: 21px;
  /*margin-bottom: 10px;*/
  font-family: Roboto, sans-serif;
  min-height: 55px;
}

#page-index .section-02 #bloque-04 .swiper-container-clients .card-footer {
  color: #6a7a7e;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  border-top: 0px solid !important;
  min-height: 92px;
}

#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .card-footer
  .author {
  color: #828282;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .card-footer
  .review-verified {
  align-items: center;
  align-self: end;
  color: #828282;
  display: flex;
  font-size: 13px;
  line-height: 40px;
}

#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .card-footer
  .review-verified:before {
  content: "";
  display: block;
  height: 14px;
  margin-right: 5px;
  background-image: url(../img/icons/verified.svg);
  width: 14px;
}

#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-1 {
  background-image: url(../img/clients/streambe_solutions_ivi.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-2 {
  background-image: url(../img/clients/streambe_solutions_santander_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-3 {
  background-image: url(../img/clients/streambe_solutions_citi_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-4 {
  background-image: url(../img/clients/streambe_solutions_abb_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-5 {
  background-image: url(../img/clients/streambe_solutions_claro_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-6 {
  background-image: url(../img/clients/streambe_solutions_telefe_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-7 {
  background-image: url(../img/clients/streambe_solutions_roemmers_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-8 {
  background-image: url(../img/clients/streambe_solutions_charles_taylor_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-9 {
  background-image: url(../img/clients/streambe_solutions_cober_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-10 {
  background-image: url(../img/clients/streambe_solutions_portsaid_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-11 {
  background-image: url(../img/clients/streambe_solutions_desiderata_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-12 {
  background-image: url(../img/clients/streambe_solutions_uma_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-13 {
  background-image: url(../img/clients/streambe_solutions_la_caja_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-14 {
  background-image: url(../img/clients/streambe_solutions_ypf_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-15 {
  background-image: url(../img/clients/streambe_solutions_rapi_pago_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-16 {
  background-image: url(../img/clients/streambe_solutions_telecom_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-17 {
  background-image: url(../img/clients/streambe_solutions_bpn_client.svg);
}
#page-index
  .section-02
  #bloque-04
  .swiper-container-clients
  .client-box
  .client-config.client-18 {
  background-image: url(../img/clients/streambe_solutions_acnur_client.svg);
}
#page-index .section-02 #bloque-04 .swiper-container-clients a.card {
  text-decoration: none;
}
#page-index .m-header {
  margin-top: 60px;
  padding-top: 15px;
}

.bg-dark {
  background-color: #101113 !important;
}

.bg-semi-dark {
  background-color: #242526;
}

.bg-medium-dark {
  background-color: #3a3c40;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1880eb;
}

.border-primary {
  border: 1px solid #1880eb;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.color-dark {
  color: #101113 !important;
}

.color-semi-dark {
  color: #242526;
}

.color-grey-text {
  color: #828282;
}

.color-light-grey {
  color: #b0b3b8;
}

.gradient-text {
  background: -webkit-linear-gradient(
    92.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-text {
  color: #828282;
}

#page-log-in header {
  position: fixed;
  z-index: 5;
}
#page-log-in header .btn-primary {
  font-size: initial;
  font-weight: 700 !important;
}
#page-log-in header a:hover {
  text-decoration: none;
}
#page-log-in header .navbar-streambe-solutions {
  border-radius: 35px;
  /*.font-menu {
        font-size: 1rem;
    }*/
}
#page-log-in header .navbar-streambe-solutions a {
  text-decoration: none;
}
#page-log-in header .navbar-streambe-solutions .imagotipo {
  width: 34px;
  height: 34px;
  padding: 10px;
  border-radius: 50% 0% 0% 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #1880eb;
}
#page-log-in header .navbar-streambe-solutions .imagotipo.imagotipo-setting {
  background-image: url(../img/streambe_solutions_logo_ss_isotipo_blanco.svg);
}
#page-log-in header .navbar-streambe-solutions .isotipo {
  color: white;
  text-decoration: none;
  background-color: #1880eb;
  border-radius: 0% 40px 40px 0%;
}
#page-log-in header .navbar-streambe-solutions .isotipo:hover {
  text-decoration: none;
}
#page-log-in header .navbar-streambe-solutions .slogan {
  color: white;
  text-decoration: none;
}
#page-log-in
  header
  .navbar-streambe-solutions.navbar-light.navbar-light-active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
#page-log-in header .navbar-streambe-solutions.navbar-light .navbar-toggler {
  color: white;
  background: linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  border-color: white;
}
#page-log-in header .navbar-streambe-solutions .navbar-toggler {
  padding: 0.25rem 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s ease-in-out;
}
#page-log-in header .navbar-streambe-solutions #navbarNav.navbar-collapse {
  flex-grow: initial;
}
#page-log-in
  header
  .navbar-streambe-solutions
  #navbarNav.navbar-collapse
  .nav-link {
  color: white;
  font-weight: 300;
}
#page-log-in
  header
  .navbar-streambe-solutions
  #navbarNav.navbar-collapse
  .nav-link.active {
  font-weight: 700;
}
#page-log-in section.section-01 .section-01-left {
  position: relative;
}
#page-log-in section.section-01 .section-01-left .overlay-config {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    99.64deg,
    rgba(24, 128, 235, 0.5) 26.56%,
    rgba(29, 92, 255, 0.5) 51.87%,
    rgba(101, 47, 255, 0.5) 83.74%
  );
}
#page-log-in section.section-01 .section-01-left .img-box {
  width: 100%;
  height: 100vh;
}
#page-log-in section.section-01 .section-01-left .img-box .img-bg-config {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#page-log-in
  section.section-01
  .section-01-left
  .img-box
  .img-bg-config.img-bg-size {
  width: 100%;
  height: 100%;
}
#page-log-in
  section.section-01
  .section-01-left
  .img-box
  .img-bg-config.img-bg-size.img-bg-log-in {
  background-image: url(../img/log_in/background-log-in.jpg);
}
#page-log-in section.section-01 .section-01-right {
  height: 100vh;
}
#page-log-in section.section-01 .section-01-right .box-container {
  height: 100%;
}
#page-log-in section.section-01 .section-01-right .group {
  position: relative;
  margin-bottom: 20px;
}
#page-log-in section.section-01 .section-01-right .group .input-style {
  border: none;
  border-bottom: 1px solid #b0b3b8;
  padding: 1rem;
  display: block;
  background-color: transparent;
  color: #1880eb;
}
#page-log-in section.section-01 .section-01-right .group .input-style:focus {
  outline: none;
}
#page-log-in
  section.section-01
  .section-01-right
  .group
  .input-style:focus
  ~ .bar:before {
  left: 0;
  right: 0;
  background-color: #1880eb;
}
#page-log-in
  section.section-01
  .section-01-right
  .group
  .input-style:focus
  ~ .label-style {
  top: -10px;
  font-size: 1rem;
  color: #1880eb;
}
#page-log-in
  section.section-01
  .section-01-right
  .group
  .input-style:valid
  ~ .label-style {
  top: -10px;
  font-size: 1rem;
  color: #b0b3b8;
}
#page-log-in section.section-01 .section-01-right .group .label-style {
  position: absolute;
  color: #b0b3b8;
  top: 12px;
  left: 0px;
  transition: 0.2s ease all;
}
#page-log-in section.section-01 .section-01-right .group .bar {
  position: relative;
  display: block;
}
#page-log-in section.section-01 .section-01-right .group .bar::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background-color: #b0b3b8;
  height: 4px;
  transition: left 0.2s ease-out, right 0.2s ease-out;
}

.bg-dark {
  background-color: #101113 !important;
}

.bg-semi-dark {
  background-color: #242526;
}

.bg-medium-dark {
  background-color: #3a3c40;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1880eb;
}

.border-primary {
  border: 1px solid #1880eb;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.color-dark {
  color: #101113 !important;
}

.color-semi-dark {
  color: #242526;
}

.color-grey-text {
  color: #828282;
}

.color-light-grey {
  color: #b0b3b8;
}

.color-light-blue-text {
  color: #1880eb;
}
.gradient-text {
  background: -webkit-linear-gradient(
    92.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-text {
  color: #828282;
}

strong {
  font-weight: 700;
}

.font-700 {
  font-weight: 700;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.font-200 {
  font-weight: 200;
}

.font-100 {
  font-weight: 100;
}

.medium-text {
  font-size: 1.42rem;
  line-height: 2.14rem;
}

.small-text {
  font-size: 0.9rem;
  line-height: 1rem;
}

#page-submit_my_idea::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

#page-submit_my_idea {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
#page-submit_my_idea header {
  position: fixed;
  z-index: 5;
}
#page-submit_my_idea header .btn-primary {
  font-size: initial;
  font-weight: 700 !important;
}
#page-submit_my_idea header a:hover {
  text-decoration: none;
}
/*#page-submit_my_idea header .navbar-streambe-solutions {
      border-radius: 35px;
      /*.font-menu {
          font-size: 1rem;
       }}*/
#page-submit_my_idea header .navbar-streambe-solutions a {
  text-decoration: none;
}
/*#page-submit_my_idea header .navbar-streambe-solutions .imagotipo {
        width: 34px;
        height: 34px;
        padding: 10px;
        border-radius: 50% 0% 0% 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: #1880eb; }
        #page-submit_my_idea header .navbar-streambe-solutions .imagotipo.imagotipo-setting {
          background-image: url(../img/streambe_solutions_logo_ss_isotipo_blanco.svg); }*/
#page-submit_my_idea header .navbar-streambe-solutions .isotipo {
  color: white;
  text-decoration: none;
  background-color: #1880eb;
  border-radius: 0% 40px 40px 0%;
}
#page-submit_my_idea header .navbar-streambe-solutions .isotipo:hover {
  text-decoration: none;
}
#page-submit_my_idea header .navbar-streambe-solutions .slogan {
  color: white;
  text-decoration: none;
}
#page-submit_my_idea
  header
  .navbar-streambe-solutions.navbar-light.navbar-light-active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
#page-submit_my_idea
  header
  .navbar-streambe-solutions.navbar-light
  .navbar-toggler {
  color: white;
  background: linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  border-color: white;
}
#page-submit_my_idea header .navbar-streambe-solutions .navbar-toggler {
  padding: 0.25rem 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s ease-in-out;
}
#page-submit_my_idea
  header
  .navbar-streambe-solutions
  #navbarNav.navbar-collapse {
  flex-grow: initial;
}
#page-submit_my_idea
  header
  .navbar-streambe-solutions
  #navbarNav.navbar-collapse
  .nav-link {
  color: white;
  font-weight: 300;
}
#page-submit_my_idea
  header
  .navbar-streambe-solutions
  #navbarNav.navbar-collapse
  .nav-link.active {
  font-weight: 700;
}

header
  .navbar-streambe-solutions
  #navbarNav.navbar-collapse
  .nav-item
  .background-btn-gradient {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

#page-submit_my_idea section.section-01 .section-01-left {
  position: relative;
  height: 100vh;
}
#page-submit_my_idea section.section-01 .section-01-left .content {
  z-index: 1;
  height: 100vh;
}
#page-submit_my_idea section.section-01 .section-01-left .overlay-config {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    99.64deg,
    rgba(24, 128, 235, 0.5) 26.56%,
    rgba(29, 92, 255, 0.5) 51.87%,
    rgba(101, 47, 255, 0.5) 83.74%
  );
  z-index: -1;
}
#page-submit_my_idea section.section-01 .section-01-left .submit-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
  object-fit: cover;
  z-index: -2;
}
#page-submit_my_idea section.section-01 .section-01-right {
  height: 100vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
#page-submit_my_idea section.section-01 .section-01-right::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
#page-submit_my_idea section.section-01 .section-01-right .steps .step-control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #828282;
  cursor: pointer;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .steps
  .step-control.step-active {
  background: linear-gradient(
    99.64deg,
    #1880eb 26.56%,
    #1880eb 51.87%,
    #1880eb 83.74%
  );
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .rounded-2 {
  border-radius: 1rem !important;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .label-container
  .checkbox-style {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .label-container
  .checkbox-style:checked
  ~ .checkmark {
  background-color: #242526;
  border: 2px solid #1880eb;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .label-container
  .checkbox-style:checked
  ~ .checkmark:after {
  display: block;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .label-container:hover
  .checkbox-style
  ~ .checkmark {
  background-color: #242526;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .label-container:hover
  .checkbox-style
  ~ .checkmark:after {
  display: block;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #828282;
  border-radius: 0.25rem;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .alert-form
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page-submit_my_idea section.section-01 .section-01-right .group {
  position: relative;
  margin-bottom: 20px;
}
#page-submit_my_idea section.section-01 .section-01-right .group .input-style {
  border: none;
  border-bottom: 1px solid #b0b3b8;
  padding: 1rem;
  display: block;
  background-color: transparent;
  color: #1880eb;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .group
  .input-style:focus {
  outline: none;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .group
  .input-style:focus
  ~ .bar:before {
  left: 0;
  right: 0;
  background-color: #1880eb;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .group
  .input-style:focus
  ~ .label-style {
  top: -10px;
  font-size: 1rem;
  color: #1880eb;
}
#page-submit_my_idea
  section.section-01
  .section-01-right
  .group
  .input-style:valid
  ~ .label-style {
  top: -10px;
  font-size: 1rem;
  color: #b0b3b8;
}
#page-submit_my_idea section.section-01 .section-01-right .group .label-style {
  position: absolute;
  color: #b0b3b8;
  top: 12px;
  left: 0px;
  transition: 0.2s ease all;
  cursor: text;
}
#page-submit_my_idea section.section-01 .section-01-right .group .bar {
  position: relative;
  display: block;
}
#page-submit_my_idea section.section-01 .section-01-right .group .bar::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background-color: #b0b3b8;
  height: 4px;
  transition: left 0.2s ease-out, right 0.2s ease-out;
}
#page-submit_my_idea section.section-01 .section-01-right textarea {
  border: 1px solid transparent;
  transition: all 0.2s;
  border-radius: 1rem;
  padding: 1rem;
  outline: none;
  color: #1880eb;
}
#page-submit_my_idea section.section-01 .section-01-right textarea:hover {
  border: 1px solid #1880eb;
}
#page-submit_my_idea section.section-01 .section-01-right textarea:focus {
  border: 1px solid #1880eb;
  box-shadow: none;
}
#page-submit_my_idea section.section-01 .section-01-right select {
  border: 1px solid transparent;
  transition: all 0.2s;
  border-radius: 0.5rem;
  padding: 0.75rem;
  outline: none;
  color: #1880eb;
}
#page-submit_my_idea section.section-01 .section-01-right .form-hide {
  display: none;
}
#page-submit_my_idea .m-header {
  margin-top: 102px;
  padding-top: 15px;
}

button:focus {
  outline: 0 !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.btn-primary:focus,
.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

button:active {
  outline: none !important;
  border: none !important;
}

html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  height: 100%;
}
body.body-off {
  overflow-y: hidden;
}

.header-info.header-info-active {
  min-height: calc(100vh - 3rem);
}

/*body*/

#page-projects {
  position: relative;
  background-color: #101113 !important;
}

#page-projects .section {
  background-color: #101113 !important;
  position: relative;
  z-index: 4;
  height: 100% auto;
  margin-top: 55px;
}

#page-projects .m-header {
  margin-top: 60px;
  padding-top: 15px;
}

#page-projects .section #bloque-02 .ul-our-projects-menu li {
  list-style: none;
}
#page-projects .section #bloque-02 .ul-our-projects-menu li a {
  text-decoration: none;
  font-size: 1.75rem;
  line-height: 2rem;
}
#page-projects .section #bloque-02 .ul-our-projects-menu li a:hover {
  background: #1880eb;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-projects
  .section
  #bloque-02
  .ul-our-projects-menu
  li
  a.our-projects-menu-active {
  background: #1880eb;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#page-projects .section #bloque-02 .swiper-container-mobile .mockup-iphone-box {
  width: 100%;
  height: 32.14rem;
  overflow: hidden;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting.mockup-iphone-1 {
  background-image: url(../img/projects/cobermed/cobermed_mockup_para_iphone_x_1.png);
}
#page-projects
  .section
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting.mockup-iphone-2 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-01.png);
}
#page-projects
  .section
  #bloque-02
  .swiper-container-mobile
  .mockup-iphone-box
  .mockup-iphone-setting.mockup-iphone-3 {
  background-image: url(../img/projects/sin_marca/creditos-01.png);
}

/*PROYECTOS WEBS*/

#page-projects .section #bloque-02 .swiper-container-desktop {
  overflow: hidden;
}

#page-projects .m-header {
  margin-top: 60px;
  padding-top: 15px;
}

#page-projects
  .section
  #bloque-02
  .swiper-container-desktop
  .swiper-pagination {
  position: initial;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-desktop
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
#page-projects .section #bloque-02 .swiper-container-desktop .mockup-box {
  width: 100%;
  height: 21.42rem;
  overflow: hidden;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-1 {
  background-image: url(../img/projects/bpn-co-work/Macbook-01.png);
}
#page-projects
  .section
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-2 {
  background-image: url(../img/projects/onehouser/Macbook-01.png);
}
#page-projects
  .section
  #bloque-02
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-3 {
  background-image: url(../img/projects/Dot_Hotels/Macbook-01.png);
}
#page-projects .section #bloque-02 .swiper-container-desktop a.card {
  text-decoration: none;
}
#page-projects .section #bloque-02 .swiper-container-products {
  overflow: hidden;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-products
  .swiper-pagination {
  position: initial;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-products
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
#page-projects .section #bloque-02 .swiper-container-products .mockup-img-box {
  width: 100%;
  height: 21.42rem;
  overflow: hidden;
}
#page-projects
  .section
  #bloque-02
  .swiper-container-products
  .mockup-img-box
  .mockup-img-setting {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-index
  .section
  #bloque-02
  .swiper-container-products
  .mockup-img-box
  .mockup-img-setting.mockup-img-1 {
  background-image: url(../img/projects/projects-products-product-1.jpg);
}
#page-projects .section #bloque-02 .swiper-container-products a.card {
  text-decoration: none;
}

.card-mobile {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  padding-right: 20px;
  padding-left: 20px;
}

.card-web {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  padding-right: 20px;
  padding-left: 20px;
}

/*PROYECTO WEB PORTFOLIO*/

#portfolio {
  position: relative;
  background-color: #101113 !important;
}

#portfolio .section {
  margin-top: 160px;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 100vh;
}

#portfolio .section .swiper-container-desktop {
  overflow: hidden;
}

#portfolio .section .swiper-container-desktop .mockup-box {
  width: auto;
  height: 32.42rem;
  overflow: hidden;
}

#portfolio .section .swiper-container-desktop .mockup-cel {
  width: 100%;
  height: 34.42rem !important;
  overflow: hidden;
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#portfolio .section .swiper-container-desktop .mockup-box .mockup-macbook-1 {
  background-image: url(../img/projects/bpn-co-work/Macbook-01.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-2 {
  background-image: url(../img/projects/bpn-co-work/Macbook-02.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-3 {
  background-image: url(../img/projects/bpn-co-work/Macbook-03.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-1b {
  background-image: url(../img/projects/onehouser/Macbook-01.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-2b {
  background-image: url(../img/projects/onehouser/Macbook-02.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-3b {
  background-image: url(../img/projects/onehouser/Macbook-03.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-4b {
  background-image: url(../img/projects/onehouser/Macbook-04.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-5b {
  background-image: url(../img/projects/onehouser/Macbook-05.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-1c {
  background-image: url(../img/projects/Dot_Hotels/Macbook-01.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-2c {
  background-image: url(../img/projects/Dot_Hotels/Macbook-02.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-3c {
  background-image: url(../img/projects/Dot_Hotels/Macbook-03.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-4c {
  background-image: url(../img/projects/Dot_Hotels/Macbook-04.png);
}
#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-macbook-5c {
  background-image: url(../img/projects/Dot_Hotels/Macbook-05.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-1 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-01.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-2 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-02.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-3 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-03.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-4 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-04.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-5 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-05.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-6 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-06.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-7 {
  background-image: url(../img/projects/skf/pantallas/skf_mockup_para_iphone_x-07.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-1b {
  background-image: url(../img/projects/cobermed/cobermed_mockup_para_iphone_x_1.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-2b {
  background-image: url(../img/projects/cobermed/cobermed_mockup_para_iphone_x_2.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-3b {
  background-image: url(../img/projects/cobermed/cobermed_mockup_para_iphone_x_3.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-4b {
  background-image: url(../img/projects/cobermed/cobermed_mockup_para_iphone_x_4.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-5b {
  background-image: url(../img/projects/cobermed/cobermed_mockup_para_iphone_x_5.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-1c {
  background-image: url(../img/projects/sin_marca/creditos-01.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-2c {
  background-image: url(../img/projects/sin_marca/creditos-02.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-3c {
  background-image: url(../img/projects/sin_marca/creditos-03.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-4c {
  background-image: url(../img/projects/sin_marca/creditos-04.png);
}

#portfolio
  .section
  .swiper-container-desktop
  .mockup-box
  .mockup-macbook-setting.mockup-iphone-5c {
  background-image: url(../img/projects/sin_marca/creditos-05.png);
}

#portfolio .section .swiper-container-desktop .swiper-pagination {
  position: initial;
}

#portfolio
  .section
  .swiper-container-desktop
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
#portfolio .swiper-pagination-bullet {
  background-color: #ffffff;
}
#portfolio .swiper-pagination-bullet-active {
  background-color: #1880eb;
}

#portfolio .section h1.name-project {
  border-top: 6px solid #828282;
}

/*Responsive*/
@media (max-height: 450px) and (orientation: landscape) {
  /*header*/
  header .tel {
    display: none;
  }

  header .tel-mobile-version {
    margin-right: 4px;
    margin-left: 4px;
  }

  #page-log-in section.section-01 .section-01-right {
    height: 100vh;
  }
  #page-log-in section.section-01 .section-01-right .box-container {
    height: 100%;
    justify-content: flex-end !important;
  }
  #page-log-in section.section-01 .section-01-right .group {
    position: relative;
    margin-bottom: 20px;
  }
  #page-log-in section.section-01 .section-01-right .group .input-style {
    padding: 0.75rem;
  }
  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 24.14rem;
    overflow: hidden;
  }
}

@media (min-width: 1400px) {
  header .tel-mobile-version {
    display: none;
  }
  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 24.14rem;
    overflow: hidden;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .tel-mobile-version {
    display: none;
  }

  /*Index*/
  #page-index .section-02 #bloque-04 .swiper-container-clients .opinion {
    min-height: 64px;
  }

  #page-index .section-02 #bloque-03 .img-box .img-config.img-size {
    width: 100%;
    height: 445px;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-1 {
    border-radius: 19rem 0px 0px 0px;
  }

  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 24.14rem;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  header .navbar-streambe-solutions .isotipo {
    display: none;
  }

  header .navbar-streambe-solutions .imagotipo {
    border-radius: 50%;
  }
  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 24.14rem;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*Ajustes de types.scss*/
  .medium-text {
    font-size: calc(0.5rem + 0.9vw);
    line-height: 1.7rem;
  }

  /*Header general*/
  .w-responsive-100 {
    width: 100%;
  }

  header .tel-mobile-version {
    display: none;
  }

  /*Index*/
  body {
    font-size: 14px;
    line-height: 22px;
  }

  #page-index #bloque-03 h5 {
    font-size: 18px;
  }

  #page-index .section-01 #bloque-01 h1.main-tittle {
    font-size: 3.1rem;
  }

  #page-index .section-01 #bloque-01 h3 {
    font-size: 24px;
  }

  .background-btn-gradient a {
    font-size: 1rem !important;
  }

  .background-btn-gradient {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }

  #bloque-03 .highlight {
    width: 75%;
  }

  /*#page-index .section-02 #bloque-03 .img-box .img-config.img-size.img-prototype-1 {
    border-radius: 18rem 0px 0px 0px;
  }*/

  #page-index .section-02 #bloque-03 .img-box .img-config.img-size {
    height: 360px;
  }

  /*Our Clients*/
  #page-index .section-02 #bloque-04 .swiper-container-clients .opinion {
    min-height: 45px;
  }

  #page-index .section-02 #bloque-04 .swiper-container-clients .slide {
    margin-bottom: 20px;
  }

  #page-index .section-02 #bloque-04 .swiper-container-clients .card-footer {
    min-height: 93px;
  }

  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 24.14rem;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  /*Header general*/
  .w-responsive-100 {
    width: 100%;
  }

  header .tel {
    display: none;
  }

  header .tel-mobile-version {
    color: white;
  }

  header .tel-mobile-version a {
    font-weight: 700;
    color: white;
  }

  header
    .navbar-streambe-solutions
    #navbarNav.navbar-collapse.show
    .nav-item
    .background-btn-gradient {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /*header    
    #page-projects header .navbar-streambe-solutions.navbar-light .navbar-toggler {
    color: white;
    background: linear-gradient(99.64deg, #1880EB 26.56%, #1880eb 51.87%, #1880eb 83.74%);
    border-color: white;
    }

    #page-projects header .navbar-streambe-solutions .navbar-toggler {
    padding: 0.25rem 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: box-shadow .15s ease-in-out;
    }*/

  /*Index*/
  #page-index .section-02 #bloque-04 .swiper-container-clients .slide {
    margin-bottom: 40px;
  }

  #page-index .section-01 #bloque-01 h1.main-tittle {
    font-size: 2.7rem;
  }

  #page-index .section-01 #bloque-01 h3 {
    font-size: 22px;
  }

  /*seccion Process*/

  #page-index .section-02 #bloque-03 .card.card-link .card-body {
    height: 178px;
  }

  #page-index .section-02 #bloque-03 #process-app-development h3 {
    margin-top: 0.5rem !important;
  }

  #page-index .section-02 #bloque-03 #business-launch h3 {
    margin-top: 0.5rem !important;
  }

  #page-index .section-02 #bloque-03 #marketing h3 {
    margin-top: 0.5rem !important;
  }

  #page-index #process-app-development .highlight {
    margin-bottom: 30px !important;
  }

  #page-index #bloque-03 h5 {
    font-size: 18px;
  }

  .background-btn-gradient a {
    font-size: 1rem !important;
  }

  /*Business solution*/
  #page-index .section-02 #bloque-03 .proto-right .img-box {
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 .proto-left .img-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #page-index #process-prototyping p {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.pb-4 {
    padding-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.my-4 {
    margin-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.pt-4 {
    padding-top: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.my-4 {
    margin-top: 0px !important;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-2 {
    border-radius: 0px 9rem 0px 0px;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-1 {
    border-radius: 0px 9rem 0px 0px;
    display: none;
  }

  #page-index .section-02 #bloque-03 .img-box .img-config.img-size {
    height: 199px;
  }

  /*Ajustes de types.scss*/
  .medium-text {
    font-size: calc(0.5rem + 1.1vw);
    line-height: 1.8rem;
  }

  /*Nuestros proyectos web*/
  #page-projects .swiper-container-desktop {
    flex-direction: column;
  }

  #page-projects .card-web {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  #page-projects .card-web {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  #page-projects
    .section
    #bloque-02
    .swiper-container-mobile
    .mockup-iphone-box {
    height: 24.14rem;
  }

  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 24.14rem;
    overflow: hidden;
  }

  #page-projects .section #bloque-02 .card-mobile .card-footer {
    height: 59px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  /*Ajustes de types.scss*/
  .medium-text {
    font-size: calc(0.5rem + 1.1vw);
    line-height: 1.8rem;
  }

  /*header*/
  header .tel {
    display: none;
  }

  header .tel-mobile-version {
    color: white;
  }

  header .tel-mobile-version a {
    font-weight: 700;
    color: white;
  }

  /*Index*/

  #page-index .section-01 #bloque-01 h1.main-tittle {
    font-size: 2.7rem;
  }

  #page-index .section-01 #bloque-01 h3 {
    font-size: 22px;
  }

  #page-index .section-02 #bloque-03 .card.card-link .card-body {
    height: 155px;
  }

  #page-index .section-02 #bloque-04 .swiper-container-clients .slide {
    margin-bottom: 20px;
  }

  /*seccion Process*/
  #page-index .section-02 #bloque-03 #process-app-development h3 {
    margin-top: 0.5rem !important;
  }

  /*Business solution*/
  #page-index .section-02 #bloque-03 .proto-right .img-box {
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 .proto-left .img-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #page-index #process-prototyping p {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.pb-4 {
    padding-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.my-4 {
    margin-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.pt-4 {
    padding-top: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.my-4 {
    margin-top: 0px !important;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-2 {
    border-radius: 0px 9rem 0px 0px;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-1 {
    border-radius: 0px 9rem 0px 0px;
    display: none;
  }

  #page-index .section-02 #bloque-03 .img-box .img-config.img-size {
    height: 199px;
  }

  /*Our projects web*/
  .swiper-container-desktop {
    flex-direction: column;
  }

  #page-projects .card-web {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  #page-projects .card-mobile {
    margin-bottom: 20px;
  }

  #page-projects
    .section
    #bloque-02
    .swiper-container-mobile
    .mockup-iphone-box {
    height: 24.14rem;
  }

  #page-projects .section #bloque-02 .card-mobile .card-footer {
    height: 59px;
  }
}

@media (min-width: 577px) and (max-width: 767px) and (orientation: portrait) {
  /*Ajustes de types.scss*/
  .medium-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  /*Header general*/
  .w-responsive-100 {
    width: 100%;
  }

  header .tel {
    display: none;
  }

  header .tel-mobile-version {
    color: white;
  }

  header .tel-mobile-version a {
    font-weight: 700;
    color: white;
  }

  /*Index*/
  #page-index .section-01 #bloque-01 h1.main-tittle {
    font-size: 2.7rem;
  }

  #page-index .section-01 #bloque-01 h3 {
    font-size: 22px;
  }

  #page-index .section-02 #bloque-04 .swiper-container-clients .slide {
    margin-bottom: 20px;
  }

  #page-index .section-02 #bloque-04 .swiper-container-clients .opinion {
    min-height: 64px;
  }

  #page-index .section-02 #bloque-03 .card.card-link .card-body {
    height: 176px;
  }

  #page-index .section-02 #bloque-03 p.texto-start {
    padding-left: 0%;
    margin-top: 40px;
  }

  #page-index .section-02 #bloque-03 .start-process {
    height: 350px;
  }

  #page-index #process-app-development .m-header {
    margin-top: 0 !important;
  }

  h5 {
    font-size: 1.07rem;
  }

  #page-index .section-02 #bloque-03 .smartphone-box {
    margin-top: 24px;
    margin-bottom: 36px;
  }

  #page-index .section-02 #bloque-03 .left .process-icono-box.mx-2 {
    margin-right: 0rem !important;
  }

  #page-index .section-02 #bloque-03 .right .process-icono-box.mx-2 {
    margin-left: 0rem !important;
  }

  #page-index #process-app-development p {
    margin-bottom: 0px !important;
  }

  #page-index .highlight h5 {
    line-height: 1.5;
    text-align: center;
  }

  #page-index #process-prototyping p {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  /*Business solution*/
  #page-index .section-02 #bloque-03 .proto-right .img-box {
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 .proto-left .img-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 .img-box .img-config.img-size {
    height: 199px;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.pb-4 {
    padding-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.my-4 {
    margin-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.pt-4 {
    padding-top: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.my-4 {
    margin-top: 0px !important;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-2 {
    border-radius: 0px 9rem 0px 0px;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-1 {
    border-radius: 0px 9rem 0px 0px;
    display: none;
  }

  /*Marketing*/

  #page-index .section-02 #bloque-03 #marketing .marketing.ms-5 {
    margin-left: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing.me-5 {
    margin-right: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista {
    position: relative;
    min-height: 333px;
    height: 100%;
    padding-right: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .seo-text {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .social-text {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .design-text {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .ppc-text {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista.my-4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /*#page-index .section-02 #bloque-03 #marketing .marketing-lista .seo-photo{
    margin-top: 40px;
  }*/

  #page-index
    .section-02
    #bloque-03
    #marketing
    .marketing-lista
    .design-development-photo {
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .ppc-photo {
    margin-bottom: 40px;
  }

  #page-index
    .section-02
    #bloque-03
    #marketing
    .marketing-lista
    .marketing-photo {
    border-radius: 0px 9rem 0px 0px;
  }

  #page-index .section-02 #bloque-03 .marketing-photo {
    width: 100%;
    height: 185px;
  }

  /*Logos*/
  #page-index .section-02 #bloque-04 #logos .client-box {
    width: 5.3rem;
    height: 5.3rem;
  }

  #page-index .section-02 #bloque-04 #logos .client-box .client-config {
    width: 5.5rem;
    height: 5.5rem;
  }

  /*Our Projects*/
  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 15.42rem;
    overflow: hidden;
  }
  /*header*/
  #page-projects
    header
    .navbar-streambe-solutions.navbar-light
    .navbar-toggler {
    color: white;
    background: linear-gradient(
      99.64deg,
      #1880eb 26.56%,
      #1880eb 51.87%,
      #1880eb 83.74%
    );
    border-color: white;
  }

  #page-projects header .navbar-streambe-solutions .navbar-toggler {
    padding: 0.25rem 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s ease-in-out;
  }

  #page-projects .card-web {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  #page-projects .card-mobile {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}

@media (min-width: 577px) and (max-width: 767px) and (orientation: landscape) {
  /*header*/
  header .tel {
    display: none;
  }

  header .tel-mobile-version {
    color: white;
  }

  header .tel-mobile-version a {
    font-weight: 700;
    color: white;
  }

  /*Index*/
  #page-index .section-01 #bloque-01 h1.main-tittle {
    font-size: 2.7rem;
  }

  #page-index .section-01 #bloque-01 h3 {
    font-size: 22px;
  }

  /*seccion Process*/
  #page-index .section-02 #bloque-03 #process-app-development h3 {
    margin-top: 0.5rem !important;
  }

  #page-index .section-02 #bloque-03 #business-launch h3 {
    margin-top: 0.5rem !important;
  }

  #page-index .section-02 #bloque-03 #marketing h3 {
    margin-top: 0.5rem !important;
  }

  /*Marketing*/

  #page-index .section-02 #bloque-03 #marketing .marketing.ms-5 {
    margin-left: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing.me-5 {
    margin-right: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista {
    position: relative;
    min-height: 410px;
    height: 100%;
    padding-right: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .seo-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .social-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista.my-4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /*#page-index .section-02 #bloque-03 #marketing .marketing-lista .seo-photo{
    margin-top: 40px;
  }*/

  #page-index
    .section-02
    #bloque-03
    #marketing
    .marketing-lista
    .design-development-photo {
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .ppc-photo {
    margin-bottom: 40px;
  }

  #page-index
    .section-02
    #bloque-03
    #marketing
    .marketing-lista
    .marketing-photo {
    border-radius: 0px 9rem 0px 0px;
  }

  /*Ajustes de types.scss*/
  .medium-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  /*Nuestros ajustes*/
  .swiper-container-desktop {
    flex-direction: column;
  }

  .card-web {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  /*Our projects*/
  /*header*/
  #page-projects
    header
    .navbar-streambe-solutions.navbar-light
    .navbar-toggler {
    color: white;
    background: linear-gradient(
      99.64deg,
      #1880eb 26.56%,
      #1880eb 51.87%,
      #1880eb 83.74%
    );
    border-color: white;
  }

  #page-projects header .navbar-streambe-solutions .navbar-toggler {
    padding: 0.25rem 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s ease-in-out;
  }

  #page-projects .card-web {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  #page-projects .card-mobile {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) and (orientation: portrait) {
  /*header*/
  header .tel {
    display: none;
  }

  header .tel-mobile-version {
    color: white;
    margin-right: 12px;
    margin-left: 12px;
  }

  header .tel-mobile-version a {
    font-weight: 700;
    color: white;
  }

  /*Ajuste de home*/
  #page-index header .navbar-streambe-solutions {
    border-radius: 35px;
  }
  #page-index header .navbar-streambe-solutions a {
    text-decoration: none;
  }
  #page-index .section-01 #bloque-01 .content .h1,
  #page-index .section-01 #bloque-01 .content h1 {
    font-size: calc(1.5rem + 1.5vw);
  }
  #page-index .section-01 #bloque-01 .content h3 {
    font-size: 1rem;
    line-height: 1.4rem !important;
  }
  #page-index .section-02 #bloque-03 .icon-box.icon-process-size {
    width: 2.5rem;
    height: 2.5rem;
    display: none !important;
  }

  .background-btn-white .btn-primary {
    font-size: 1rem;
  }

  .background-btn-gradient .btn-primary {
    font-size: 1rem;
  }

  #page-index .section-02 {
    margin-left: 0px;
    margin-right: 0px;
  }

  #page-index .section-02 #bloque-04 .swiper-container-clients .slide {
    margin-bottom: 20px;
  }

  #page-index .section-02 #bloque-03 p.texto-start {
    padding-left: 0%;
    margin-top: 40px;
  }

  #page-index .section-02 #bloque-03 .start-process {
    height: 260px;
  }

  #page-index #process-app-development .m-header {
    margin-top: 0 !important;
  }

  h5 {
    font-size: 1.07rem;
  }

  #page-index .section-02 #bloque-03 .smartphone-box {
    margin-top: 24px;
    margin-bottom: 36px;
  }

  #page-index .section-02 #bloque-03 .left .process-icono-box.mx-2 {
    margin-right: 0rem !important;
  }

  #page-index .section-02 #bloque-03 .right .process-icono-box.mx-2 {
    margin-left: 0rem !important;
  }

  #page-index #process-app-development p {
    margin-bottom: 0px !important;
  }

  #page-index .highlight h5 {
    line-height: 1.5;
    text-align: center;
  }

  #page-index #process-prototyping p {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  /*Business solution*/
  #page-index .section-02 #bloque-03 .proto-right .img-box {
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 .proto-left .img-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.pb-4 {
    padding-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-left.my-4 {
    margin-bottom: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.pt-4 {
    padding-top: 0px !important;
  }

  #page-index .section-02 #bloque-03 #process-prototyping .proto-right.my-4 {
    margin-top: 0px !important;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-2 {
    border-radius: 0px 9rem 0px 0px;
  }

  #page-index
    .section-02
    #bloque-03
    .img-box
    .img-config.img-size.img-prototype-1 {
    border-radius: 0px 9rem 0px 0px;
  }

  #page-index .section-02 #bloque-03 .img-box .img-config.img-size {
    height: 260px;
  }

  /*Marketing*/

  #page-index .section-02 #bloque-03 #marketing .marketing.ms-5 {
    margin-left: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing.me-5 {
    margin-right: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista {
    position: relative;
    min-height: 380px;
    height: 100%;
    padding-right: 0px !important;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .seo-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .design-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .social-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista .ppc-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin-left: 12px;
  }

  #page-index .section-02 #bloque-03 #marketing .marketing-lista.my-4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  #page-index
    .section-02
    #bloque-03
    #marketing
    .marketing-lista
    .marketing-photo {
    border-radius: 0px 9rem 0px 0px;
  }

  #page-index .section-02 #bloque-03 .marketing-photo {
    height: 187px;
  }

  /*Ajuste de log In*/
  #page-log-in section.section-01 .section-01-left {
    position: relative;
    height: 50vh;
  }
  #page-log-in section.section-01 .section-01-left .img-box {
    width: 100%;
    height: 50vh;
  }
  #page-log-in section.section-01 .section-01-right {
    height: 50vh;
  }
  #page-log-in section.section-01 .section-01-right .box-container {
    height: 100%;
    justify-content: flex-start !important;
    padding: 2rem;
  }
  #page-log-in section.section-01 .section-01-right .group {
    position: relative;
    margin-bottom: 20px;
  }
  #page-log-in section.section-01 .section-01-right .group .input-style {
    border: none;
    border-bottom: 1px solid #b0b3b8;
    padding: 1rem;
    display: block;
    background-color: transparent;
    color: #1880eb;
  }
  #page-log-in section.section-01 .section-01-right .group .input-style:focus {
    outline: none;
  }
  #page-log-in
    section.section-01
    .section-01-right
    .group
    .input-style:focus
    ~ .bar:before {
    left: 0;
    right: 0;
    background-color: #1880eb;
  }
  #page-log-in
    section.section-01
    .section-01-right
    .group
    .input-style:focus
    ~ .label-style {
    top: -10px;
    font-size: 1rem;
    color: #1880eb;
  }
  #page-log-in
    section.section-01
    .section-01-right
    .group
    .input-style:valid
    ~ .label-style {
    top: -10px;
    font-size: 1rem;
    color: #b0b3b8;
  }
  #page-log-in section.section-01 .section-01-right .group .label-style {
    position: absolute;
    color: #b0b3b8;
    top: 12px;
    left: 0px;
    transition: 0.2s ease all;
  }
  #page-log-in section.section-01 .section-01-right .group .bar {
    position: relative;
    display: block;
  }
  #page-log-in section.section-01 .section-01-right .group .bar::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background-color: #b0b3b8;
    height: 4px;
    transition: left 0.2s ease-out, right 0.2s ease-out;
  }

  /*Ajuste de submit my idea*/
  #page-submit_my_idea section.section-01 .section-01-left {
    position: relative;
    height: 70vh;
  }
  #page-submit_my_idea section.section-01 .section-01-left .content {
    z-index: 1;
    height: 70vh;
  }
  #page-submit_my_idea section.section-01 .section-01-left .submit-video {
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(
      99.64deg,
      #1880eb 26.56%,
      #1880eb 51.87%,
      #1880eb 83.74%
    );
    object-fit: cover;
    z-index: -2;
  }
  #page-submit_my_idea section.section-01 .section-01-right {
    height: initial;
    min-height: 50vh;
    overflow-y: auto;
  }
  #page-submit_my_idea .m-header {
    margin-top: 30px;
    padding-top: 15px;
  }

  #page-submit_my_idea section.section-01 .section-01-left p {
    line-height: 1.4rem;
  }

  /*Ajustes de types.scss*/
  .medium-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  /*Header general*/
  .w-responsive-100 {
    width: 100%;
  }

  .isotipo {
    display: none;
  }

  header .navbar-streambe-solutions .imagotipo {
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }

  /*Our projects*/
  #page-projects .card-mobile {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  #page-projects .card-mobile:last-child {
    margin-bottom: 0px !important;
  }

  #page-projects .swiper-container-mobile {
    flex-direction: column;
  }

  #page-projects .card-web {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }

  #page-projects .swiper-container-desktop {
    flex-direction: column;
  }

  #page-projects .section #bloque-02 ul.ul-our-projects-menu {
    padding-left: 0px !important;
  }

  #page-projects
    .section
    #bloque-02
    .swiper-container-mobile
    .mockup-iphone-box {
    height: 25.14rem;
  }

  #page-projects .section #bloque-02 .swiper-container-desktop .mockup-box {
    height: 11.42rem;
  }

  #page-projects .section #bloque-02 .ul-our-projects-menu li a {
    font-size: 24.575px;
  }

  /*Portfolio*/
  #portfolio .section h1.name-project {
    border-top: 5px solid #828282;
  }

  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 15.42rem;
    overflow: hidden;
  }

  #portfolio .section .swiper-container-desktop .mockup-cel {
    width: 100%;
    height: 30.42rem !important;
    overflow: hidden;
  }
}
@media (max-width: 576px) and (orientation: landscape) {
  /*header*/
  header .tel {
    display: none;
  }

  header .tel-mobile-version {
    color: white;
  }

  header .tel-mobile-version a {
    font-weight: 700;
    color: white;
  }

  /*Ajuste de home*/
  #page-index header .navbar-streambe-solutions {
    border-radius: 1rem;
  }
  #page-index header .navbar-streambe-solutions a {
    text-decoration: none;
  }
  #page-index .section-01 #bloque-01 {
    align-items: flex-end !important;
  }
  #page-index .section-01 #bloque-01 .content .h1,
  #page-index .section-01 #bloque-01 .content h1 {
    font-size: calc(1rem + 1.5vw);
  }
  #page-index .section-01 #bloque-01 .content h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  #page-index .section-02 #bloque-03 .icon-box.icon-process-size {
    width: 2.5rem;
    height: 2.5rem;
    display: none !important;
  }

  /*Ajuste de submit my idea*/
  #page-submit_my_idea section.section-01 .section-01-left {
    position: relative;
    height: 60vh;
  }
  #page-submit_my_idea section.section-01 .section-01-left .content {
    z-index: 1;
    height: 60vh;
    justify-content: flex-end !important;
  }
  #page-submit_my_idea section.section-01 .section-01-left .submit-video {
    width: 100%;
    height: 60vh;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(
      99.64deg,
      #1880eb 26.56%,
      #1880eb 51.87%,
      #1880eb 83.74%
    );
    object-fit: cover;
    z-index: -2;
  }
  #page-submit_my_idea section.section-01 .section-01-right {
    height: initial;
    min-height: 50vh;
    overflow-y: auto;
  }
  #page-submit_my_idea .m-header {
    margin-top: 30px;
    padding-top: 15px;
  }

  /*Ajustes de types.scss*/
  .medium-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  /*Header general*/
  .w-responsive-100 {
    width: 100%;
  }

  .isotipo {
    display: none;
  }

  /*Our projects*/
  #page-projects .card-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  #page-projects .section #bloque-02 ul.ul-our-projects-menu {
    padding-left: 0px !important;
  }

  #page-projects .section #bloque-02 .ul-our-projects-menu li a {
    font-size: 24.575px;
  }

  /*Portfolio*/
  #portfolio .section h1.name-project {
    border-top: 5px solid #828282;
  }

  #portfolio .section .swiper-container-desktop .mockup-box {
    width: 100%;
    height: 15.42rem;
    overflow: hidden;
  }
}

#portfolio .section .swiper-container-desktop .mockup-box {
  width: 100%;
  height: 24.14rem;
  overflow: hidden;
}

/* Portfolio */
#portfolio .collapsible-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow: auto;
}

#portfolio .collapsible-list::-webkit-scrollbar {
  display: inline;
  width: 5px;
}
#portfolio .collapsible-list::-webkit-scrollbar-track {
  border-radius: 10px;
}
#portfolio .collapsible-list::-webkit-scrollbar-thumb {
  background: #212529;
  border-radius: 10px;
}

#portfolio .collapsible-list .title {
  cursor: pointer;
  padding: 10px 0px;
  border-bottom: 1px solid #bbb;
  font-weight: 600;
  transition: ease 0.1s;
}
#portfolio .collapsible-list .title:hover {
  background-color: #bbbbbb0f;
}

#portfolio .collapsible-list .content {
  display: none;
  padding: 10px;
  border-top: none;
}

#portfolio #list-description {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#portfolio #list-description li b {
  margin-right: 5px;
  font-size: 1rem;
}

#portfolio #logo_description {
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#portfolio #logo_description img {
  width: 220px;
  padding: 0px 20px;
}

#portfolio #logo_description #img_circle {
  width: 220px;
  border-radius: 50%;
  padding: 0px 20px;
}

#clutch {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 60px;
}

#our-proposition{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#our-proposition .Row{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-s-logo {
  width: 4em;
  height: 4em;
  background-size: cover;
  background-image: url(../img/streambe_solutions_logo_ss_isotipo_blanco.svg);
  background-repeat: no-repeat;
}

#footer {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 30px 50px;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #101113 !important;
  border-top: 1px solid rgb(30, 30, 30);
}

#footer .contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

#footer .contact h3 {
  margin: 0px;
  padding: 0px;
}

#footer .contact p {
  margin: 0px;
  padding: 0px;
}
#footer .menu .data {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
#footer .menu .data li {
  width: 100%;
  list-style: none;
  text-decoration: none;
  overflow-wrap: anywhere;
}

#footer .menu .data li b {
  margin-right: 10px;
}

#footer .menu .data .Social{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
#footer .menu .data .Social img{
  width: 25px;
  height: 25px;
}

#footer .contact #submit_my_idea_btn_video {
  background-color: #1880eb;
  color: #ffffff;
  border-radius: 3rem;
}

#footer .contact #submit_my_idea_btn_video:hover {
  background-color: #1675d4;
  color: #ffffff;
}

#footer .logo {
  width: auto;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .imagelogo {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/streambe_solutions_logo_ss_isotipo_blanco.svg);
}
#footer .menu {
  width: 50%;
  padding: 0px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 10px;
}

#footer .menu .section-menu {
  height: auto;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

#footer .menu h5 {
  margin-bottom: 0px;
}

#footer .menu .section-menu li {
  list-style: none;
  text-decoration: none;
}
#footer .menu .section-menu li a:hover {
  color: white;
}

#footer .menu .Separator{
  display: none;
  width: 100%;
  height: 0.5px;
  background: white;
  margin-top: 20px;
}

@media (max-width: 950px) {
  #footer {
    flex-direction: column;
    gap: 50px;
  }

  #footer .contact {
    width: 100%;
    align-items: flex-start;
  }

  #footer .logo {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #footer .menu {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
  }

  #footer .menu .Separator{
    display: flex;
  }

  #footer .menu .data {
    align-items: flex-start;
  }

  #footer .menu .data h5 {
    margin-bottom: 10px;
  }

}

/*# sourceMappingURL=styles.css.map */
