* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Rubik;
  text-decoration: none;
  font-display: swap;
}

.separator {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  height: 120px;
  background: linear-gradient(90deg, #3CAEAE 0%, #48A838 100%);
  /* background: #E1E5EC; */
}

#cabecera::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  /* max-height: 50%; */
  background: #e1e5ec;
  z-index: -1;
}

@media screen and (max-width: 400px) {
  #cabecera::after {
    height: 1000px;
  }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  #cabecera::after {
    height: 800px;
  }
}

@media screen and (min-height: 950px) {
  #cabecera::after {
    height: 650px;
  }
}

#cabecera {
  padding: 90px 0 0 0;
}

.content {
  padding: 0px 0 140px 0;
}

.logoDefault {
  position: relative;
  z-index: 30;
  width: 150px;
  height: 50px;
  background-image: url('../../../commons/img/dynamia-logo-footer.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.logolightMenu {
  background-image: url('../../../commons/img/dynamia-logo.svg');
}

#cabecera .h2-defoult {
  margin-bottom: 12px;
}

#cabecera ul li {
  padding-left: 10px;
}

#cabecera .title {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#cabecera .team {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#cabecera .team .not-team {
  height: 280px;
  background: linear-gradient(90deg, #3CAEAE 0%, #48A838 100%);

}

#cabecera .team .team-box {
  height: 280px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  background: #dedede;
}

#cabecera .team h2,
#cabecera .team h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #80B24A;
  margin-bottom: 6px;
}

#cabecera .team p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(18, 69, 69, 0.5);
}

#cabecera .team h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}

#cabecera .team h3 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #40495A;
}

#cabecera .team .team-box .profile img {
  max-height: 280px;
}

#cabecera .team .hover {
  background: rgba(60, 174, 174, 0.8);
  padding: 12px 12px 12px 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: bottom .5s;
  text-decoration: none;
}

#cabecera .team.selected .hover,
#cabecera .team:hover .hover,
#cabecera .team:active .hover,
#cabecera .team:focus .hover {
  bottom: 0%;
}

@media all and (max-width:576px) {
  #cabecera .team {
    padding: 30px;
  }

  #cabecera {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.h2-defoult,
.h2-defoult-white {
  position: relative;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 24px;
}

.h2-defoult::after,
.h2-defoult-white::after {
  content: '';
  margin-top: 12px;
  display: block;
  width: 80px;
  height: 6px;
}

.h2-defoult {
  color: #40495A;
}

.h2-defoult-white {
  color: white;
}

.h2-defoult::after {
  background: linear-gradient(90deg, #3CAEAE 0%, #48A838 100%);
}

.h2-defoult-white::after {
  background: white;
}

.h3-defoult,
.h3-defoult-white {
  position: relative;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.h3-defoult::after,
.h3-defoult-white::after {
  content: '';
  margin-top: 6px;
  display: block;
  width: 100%;
  height: 3px;
}

.h3-defoult::after {
  background: linear-gradient(90deg, #3CAEAE 0%, #48A838 140%);
}

.h3-defoult {
  color: #40495A;
}

.h3-defoult-white {
  color: white;
}

.h3-defoult-white::after {
  background: white;
}

.p-defoult {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #40495A;
}

.text-right {
  text-align: right
}

.text {
  font-size: 20px;
  text-align: justify;
}

.span-marck {
  color: #48A838;
  font-weight: 400;
}


#platforms {
  margin-bottom: 140px;
}

.btn-solutions {
  background: transparent;
  border-radius: 6px;
  border: 1px solid rgba(107, 98, 98, 0.6);
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #2e2e31;
  width: auto;
  max-width: 100%;
  min-height: 48px;
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  transition: 0.5s;
}

.btn-solutions:hover {
  text-decoration: none;
  color: #fff;
  background: #2e2e31;
}

/* Estilos para tecnologias*/
.bg-comment {
  background: transparent;
  padding-bottom: 0px;
  color: #2e2e31;
  vertical-align: middle;
}

#portfolio {
  margin: 100px 0 100px 0;
  width: 100%;
  text-align: right;
}

#portfolio a {
  margin-right: 50px;
}

@media screen and (max-width: 400px) {
  .seccion-tec {
    height: 600px;
  }

  .seccion-tec-two {
    height: 850px;
  }

  #portfolio {
    width: 100%;
    text-align: center;
  }

  #portfolio a {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  .seccion-tec {
    height: 600px;
  }

  .seccion-tec-two {
    height: 850px;
  }

  #portfolio {
    width: 100%;
    text-align: center;
  }

  #portfolio a {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-height: 950px) {
  #cabecera::after {
    height: 650px;
  }
}

.container-tech {
  margin-top: 30px;
}

.container-tech .carousel-inner {
  overflow: visible
}

.container-tech h2,
.container-tech h3,
.container-tech p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.container-tech h2 {
  font-size: 24px;
  line-height: 36px;
  color: #40495A;
  margin-bottom: 3px
}

.container-tech h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3CAEAE;
  margin-bottom: 21px
}

.container-tech p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #40495A
}

.title-animated {
  text-transform: uppercase;
  z-index: 1;
  color: #fffbf1;
  text-shadow: 0 20px 25px #2e2e31, 0 40px 60px #2e2e31;
  font-size: 80px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -3px;
  margin: 0;
  height: 100%;
  position: relative;
  top: -140px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.title-animated:before,
.title-animated:after {
  content: '';
  padding: .9em .4em;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  display: block;
  border: 15px solid #3CAEAE;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  animation: 14s infinite alternate ease-in-out tipsy;
}

.title-animated:before {
  border-color: #48A838 #48A838 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: -1;
}

.title-animated:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #48A838 #48A838;
  box-shadow: 25px 25px 25px rgba(46, 46, 49, .8);
  z-index: -1;
}

/* PARA HACER COLOR DE TEXTO RADIENT 

  background: -webkit-linear-gradient(#3CAEAE, #48A838);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
/* linear-gradient(90deg, #3CAEAE 0%, #48A838 100%) */

@keyframes tipsy {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }

  50% {
    transform: translateX(-50%) translateY(-50%) rotate(-5deg);
  }

  100% {
    transform: translateX(-50%) translateY(-50%) rotate(5deg);
  }
}

.carousel-control-prev,
.carousel-control-next {
  float: none;
  position: relative
}

.carousel-control-prev svg,
.carousel-control-next svg {
  width: 20px
}

.carousel-item {
  padding-top: 50px;
  border-width: 2px;
  border-color: #2e2e31;
}

.img-container {
  width: 200px;
  height: 200px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  margin: auto;
}

.img-container figure img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  background: none;
  overflow: hidden;
}


.carousel-item .col figure img {
  width: 100%;
  height: 100%
}

@keyframes text-shadow {
  0% {
    transform: translateY(0);
    text-shadow:
      0 0 0 #0c2ffb,
      0 0 0 #2cfcfd,
      0 0 0 #fb203b,
      0 0 0 #fefc4b;
  }

  20% {
    transform: translateY(-1em);
    text-shadow:
      0 0.125em 0 #0c2ffb,
      0 0.25em 0 #2cfcfd,
      0 -0.125em 0 #fb203b,
      0 -0.25em 0 #fefc4b;
  }

  40% {
    transform: translateY(0.5em);
    text-shadow:
      0 -0.0625em 0 #0c2ffb,
      0 -0.125em 0 #2cfcfd,
      0 0.0625em 0 #fb203b,
      0 0.125em 0 #fefc4b;
  }

  60% {
    transform: translateY(-0.25em);
    text-shadow:
      0 0.03125em 0 #0c2ffb,
      0 0.0625em 0 #2cfcfd,
      0 -0.03125em 0 #fb203b,
      0 -0.0625em 0 #fefc4b;
  }

  80% {
    transform: translateY(0);
    text-shadow:
      0 0 0 #0c2ffb,
      0 0 0 #2cfcfd,
      0 0 0 #fb203b,
      0 0 0 #fefc4b;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

.card-out-solution-list {
  margin-top: 30px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  color: #40495a
}

.card-out-solution-list li {
  margin-top: 10px;
  display: flex
}

.card-out-solution-list figure {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #3CAEAE;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.card-out-solution-list li span {
  position: relative;
  top: 4px;
}

.card-out-solution-list img {
  width: 20px
}