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

.table {
  display: table;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block {
  display: block;
}

.none {
  display: none;
}

.h700 {
  height: 700px;
}

.p0 {
  padding: 0 !important;
}

.p60 {
  padding: 60;
}

.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt20 {
  padding-top: 20px;
}

.pt24 {
  padding-top: 24px;
}

.pt30 {
  padding-top: 30px;
}

.pt36 {
  padding-top: 36px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb12 {
  padding-bottom: 12px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb24 {
  padding-bottom: 24px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb200 {
  padding-bottom: 200px;
}

.pb210 {
  padding-bottom: 210px;
}

.pb220 {
  padding-bottom: 220px;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-16 {
  width: 16.666%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

body {
  color: #4d4d4d;
}

.contenedor {
  width: 1100px;
  display: block;
  margin: 0px auto;
}

.white {
  color: white;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

p {
  font-size: 15px;
}

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

#toggle {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  top: 0;
  cursor: pointer;
}

/* --------  MOUSE SCROLL --------  */

@keyframes ruedita {
  0% {
    transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }

  50% {
    transform: translateY(2px);
    -moz-transform: translateY(2px);
  }

  100% {
    transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }
}

@keyframes flechitas {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 0.1;
  }
}

/*
============================================
                        ANIMACION DE INICIO
============================================
*/

.scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1000;
  color: white;
}

/* --------------- MOUSE DARK ----------------*/

/* --------  END MOUSE SCROLL --------  */

#menuOpen .listado {
  display: none;
}

nav {
  position: absolute;
  width: 100%;
  z-index: 100;
}

section#approach {
  padding: 60px;
  background: #80B24A;
}

section#approach .approach {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#approach h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  section#approach {
    padding: 30px 12px;
    background: #80B24A;
  }
}

/* Ultimas noticias */

section#news {
  padding: 50px 15px;
}

section#news img {
  width: 100%;
}

section#news h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  color: #444466;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.news:hover {
  text-decoration: none;
}

section#news h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  color: #444466;
  margin-bottom: 18px;
}

section#news p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #444466;
}

section#news .news-img {
  background: #80B24A;
  width: 380px;
  height: 380px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  section#news {
    padding: 30px 15px;
  }

  section#news h1 {
    margin-top: 1rem;
    margin-bottom: 0rem;
  }

  section#news h2 {
    margin-bottom: 2rem;
    font-size: 24px;
  }

  .news {
    margin: 0px 25px 60px 25px;
  }
}

@media (max-width: 576px) {
  section#news {
    padding: 50px 30px;
  }
}

::-webkit-input-placeholder {
  color: #E1E5EC;
}

:-moz-placeholder {
  color: #E1E5EC;
}

::-moz-placeholder {
  color: #E1E5EC;
}

:-ms-input-placeholder {
  color: #E1E5EC;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-input-placeholder {
  color: transparent;
}

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

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

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

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

#team .team .not-team {
  height: 280px;
  background: #3CAEAE;
}

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

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

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

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

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

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

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

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

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

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

#latest_news {
  padding: 140px 15px 60px 15px;
}

#latest_news::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  max-height: 50%;
  background: #E1E5EC;
  z-index: -1;
}

.news {
  background: #F8F9FA;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(60, 174, 174, 0.12);
  border-radius: 6px;
  position: relative;
  padding: 0;
  padding-bottom: 70px;
  overflow: hidden;
  height: 100%;
}

.news:hover {
  text-decoration: none;
}

.title-news {
  font-family: 'Rubik';
}

.img-news {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.img-news img {
  min-height: 100%;
  min-width: 100%;
}

.title-news {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #40495A;
  margin: 0 18px 18px 18px;
}

.hand .contenedor {
  display: table;
  padding: 3rem 0px;
  padding-top: 3rem;
  background-image: url('../../../commons/img/casestudy/funtour/dynamia_funtour_02.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 44%;
  margin-top: -220px;
  padding-top: 240px;
}

@media all and (max-width: 1199px) {
  .contenedor {
    width: 970px;
  }
}

@media all and (max-width: 992px) {
  .contenedor {
    width: 700px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 17px;
  }

  img.selected {
    width: 85%;
  }
}

@media all and (max-width: 768px) {
  .contenedor {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 19px;
  }

  .logo {
    width: 120px;
  }

  .scroll {
    height: 60px;
  }

  .col-10,
  .col-20,
  .col-30,
  .col-33,
  .col-40,
  .col-45,
  .col-50,
  .col-55,
  .col-60,
  .col-70,
  .col-80,
  .col-90 {
    width: 100%;
  }

  header nav {
    float: none;
  }

  header nav ul li {
    width: 100%;
    float: none;
  }

  /*#standar{display: none;}*/

  nav img.col-55 {
    width: 20%;
  }

  nav .col-15 {
    width: 15%;
  }

  nav .col-20 {
    width: 30%;
  }

  nav .col-85 {
    width: 30%;
  }

  #menuOpen a.col-10 {
    width: 10%;
  }

  img.selected {
    width: 90%;
  }
}

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

  img.selected {
    width: 80%;
  }

}

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

  .col-10,
  .col-20,
  .col-30,
  .col-33,
  .col-40,
  .col-45,
  .col-50,
  .col-55,
  .col-60,
  .col-70,
  .col-80,
  .col-90 {
    width: 100%;
  }
}

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

  .col-10,
  .col-20,
  .col-30,
  .col-33,
  .col-40,
  .col-45,
  .col-50,
  .col-55,
  .col-60,
  .col-70,
  .col-80,
  .col-90 {
    width: 100%;
  }
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

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

.navBar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #3CAEAE 0%, #48A838 100%);
  z-index: 0;
}

.latest-news {
  padding: 60px 0;
  background: linear-gradient(90deg, #3CAEAE 0%, #48A838 100%);
}

.latest-news .h2-defoult-white {
  margin-bottom: 30px;
}

.latest-news .h4-defoult-white {
  font-family: 'Rubik';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.latest-news .h6-defoult-white {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.latest-news p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .latest-news {
    padding: 60px 6px;
  }
}

.section-news .title-news {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #3CAEAE;
  margin: 0;
}

.icon-linkedin {
  position: absolute;
  left: 12px;
  bottom: 12px;
}

::placeholder {
  color: #999;
}

.separator {
  width: 100%;
  height: 120px;
  background: linear-gradient(90deg, #3CAEAE 0%, #48A838 100%);
}

#team::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  max-height: 50%;
  background: #E1E5EC;
  z-index: -1;
}

@media screen and (max-width: 500px) {
  #team::after {
    height: 550px;
    max-height: 100%;
  }
}

@media screen and (min-height: 950px) {
  #team::after {
    height: 450px;
    max-height: 100%;
  }
}

.cabecera {
  padding: 90px 0 40px 0;
}

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

.popout {
  font-family: Rubik;
  font-weight: 900;
  padding: 0%;
  margin: 0%;
}

.popout span {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  animation: ani 1s infinite alternate cubic-bezier(0.860, 0.000, 0.070, 1.000);
  font-size: 38px;
}

.popout span:hover {
  animation-play-state: paused;
}

@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightblue;
    color: black;
  }

  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightblue;
    color: black;
  }

  70% {
    transform: translate3d(0.18em, -0.18em, 0);
    text-shadow: -0.18em 0.18em lightblue;
    color: black;
  }

  100% {
    transform: translate3d(0.18em, -0.18em, 0);
    text-shadow: -0.18em 0.18em lightblue;
    color: black;
  }
}