#header a {
  color: white;
  text-decoration: none;
}

#clock > .wrapper > header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5% 30px 0 30px;
}

#clock > .wrapper > header img{
  width: 100%;
  max-width: 585px;
}

#intro .content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

#intro > .content:first-child>div {
  padding: 30px;
}

#intro .content .imagen img{
  width: 100%;
}

#intro .description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 30px;
}

#intro .description .suptitle{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #919293;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

#intro .description .title{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 99.3%;
  letter-spacing: -1px;
  color: #575757;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 1.0s;
  transition-duration: 1.0s;
}

#intro .description .title strong{
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#intro .description .button button{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;

  background: #11BABA;
  -webkit-box-shadow: 5px 5px 10px rgba(2, 8, 22, 0.1);
          box-shadow: 5px 5px 10px rgba(2, 8, 22, 0.1);
  border-radius: 29px;
  padding: 18px 80px;
}

#intro .description .button a:hover{background: var(--color-shade);}

#intro > .content:last-child .wrapper{
  max-width: 1100px;
  text-align: center;
}

#home-content .wrapper > .description p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px !important;
  line-height: 26px !important;
  color: #6C6C6C;
}

#caracteristicas-destacadas {margin-bottom: calc(60px + 5vw);}
#caracteristicas-destacadas .wrapper{ padding: 0 30px;}
#caracteristicas-destacadas .wrapper > header > h1{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 57px;
  text-align: center;
  color: #11BABA;
}

#caracteristicas-destacadas .wrapper > header>h1>strong{
  font-weight: bold;
}

#caracteristicas-destacadas .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  /* grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr)); */
}

#caracteristicas-destacadas .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 340px;
  width: calc((100% / 3) - (40px * 3));
  margin: 30px;
  /* margin-bottom: 15px; */
}

#caracteristicas-destacadas img {
  margin-bottom: 30px;
}

#caracteristicas-destacadas .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 32px;
  text-align: center;
  color: #4C949B;
  margin-bottom: 30px;
}

#caracteristicas-destacadas .text,
#caracteristicas-destacadas .text p {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 20px !important;
  text-align: center;
  color: #908D8D !important;
  max-width: 325px;
}

@media all and (max-width: 1100px) {
  #intro .description .title { font-size: 38px; }
}


@media all and (min-width: 760px) {
  #intro .content {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
  }
}
@media all and (max-width: 760px) {
  #intro .description .button button{
    width: 100%;
  }
  #intro .description .title {
    font-size: 38px;
    margin-bottom: 5vw;
  }
  #caracteristicas-destacadas .item{
    margin: 0 30px;
  }
}

@media all and (max-width: 500px) {
  #caracteristicas-destacadas .wrapper > header > h1 {
    font-size: 48px;
  }
  #caracteristicas-destacadas .item {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
}

@media all and (max-width: 350px) {
  #caracteristicas-destacadas .wrapper > header > h1 {
    font-size: 38px;
  }
}