p {
  font-family: "vag"; }

.bannerTop {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .bannerTop {
      margin-bottom: 80px; } }
  .bannerTop a {
    display: block;
    transition: 0.5s; }
    .bannerTop a:hover img {
      box-shadow: 4px 4px 10px #9d9d9d;
      transition: 0.5s; }
    .bannerTop a img {
      border-radius: 12px;
      transition: 0.5s; }
      @media (min-width: 1024px) {
        .bannerTop a img {
          border-radius: 20px; } }

.picturesArea {
  text-align: center;
  font-size: 18px; }
  @media (min-width: 1024px) {
    .picturesArea {
      font-size: 22px; } }
  .picturesArea .container .row div a {
    display: block;
    transition: 0.5s; }
    .picturesArea .container .row div a:hover img {
      box-shadow: 4px 4px 10px #9d9d9d;
      transition: 0.5s;
      transform: scale(1.02); }
    .picturesArea .container .row div a img {
      margin-bottom: 20px;
      border-radius: 12px;
      transition: 0.5s; }
      @media (min-width: 1024px) {
        .picturesArea .container .row div a img {
          margin-bottom: 30px; } }
    .picturesArea .container .row div a h3 {
      font-weight: bold;
      margin: 0;
      line-height: 27px; }
    .picturesArea .container .row div a p.percentColor {
      color: #E20077;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .picturesArea .container .row div a p.percentColor {
          margin-bottom: 35px;
          line-height: 27px; } }

.picturesSecondArea {
  text-align: left;
  font-size: 18px;
  margin: 10px 0 20px; }
  @media (min-width: 768px) {
    .picturesSecondArea {
      text-align: center;
      margin: 50px 0; } }
  @media (min-width: 1024px) {
    .picturesSecondArea {
      font-size: 22px; } }
  .picturesSecondArea .container .elementSecond {
    padding: 23px 10px;
    border-top: 1px solid #e4e4e4; }
    @media (min-width: 768px) {
      .picturesSecondArea .container .elementSecond {
        padding: 10px;
        border: none;
        display: flex; 
        justify-content: center;} }
    .picturesSecondArea .container .elementSecond a {
      justify-content: space-between;
      align-items: center;
      transition: 0.5;}
      @media (min-width: 768px) {
        .picturesSecondArea .container .elementSecond a{
          max-width: 250px;} }
      .picturesSecondArea .container .elementSecond a:hover .backgroundCircle {
        box-shadow: 4px 4px 10px #9d9d9d;
        transition: 1s;
        transform: rotate(15deg); }
      .picturesSecondArea .container .elementSecond a .imgBox {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40%; }
        @media (min-width: 768px) {
          .picturesSecondArea .container .elementSecond a .imgBox {
            width: 100%; } }
        @media (min-width: 1024px) {
          .picturesSecondArea .container .elementSecond a .imgBox {
            margin-bottom: 17px; } }
        .picturesSecondArea .container .elementSecond a .imgBox .backgroundCircle {
          background: aliceblue;
          border-radius: 100%;
          transition: 1s; }
      .picturesSecondArea .container .elementSecond a .elementTitle {
        width: 50%; }
        @media (min-width: 768px) {
          .picturesSecondArea .container .elementSecond a .elementTitle {
            width: 100%; } }
        .picturesSecondArea .container .elementSecond a .elementTitle h3 {
          line-height: 20px;
          font-weight: bold;
          margin: 0; }
          @media (min-width: 768px) {
            .picturesSecondArea .container .elementSecond a .elementTitle h3 {
              line-height: 27px; } }
        .picturesSecondArea .container .elementSecond a .elementTitle p.percentColor {
          color: #E20077;
          margin-bottom: 0px; }
          @media (min-width: 1024px) {
            .picturesSecondArea .container .elementSecond a .elementTitle p.percentColor {
              margin-bottom: 35px;
              line-height: 27px; } }

.joyasArea {
  background: #FDEDED;
  font-size: 18px;
  padding: 36px 0 9px; }
  @media (min-width: 1024px) {
    .joyasArea {
      padding: 80px 0 60px; } }
  .joyasArea h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 35px; }
    @media (min-width: 1024px) {
      .joyasArea h2 {
        padding-bottom: 45px; } }
  .joyasArea .joyasContent {
    max-width: 768px;
    margin: auto; }
    .joyasArea .joyasContent .elementJoya {
      display: flex;
      justify-content: center;
      padding-bottom: 27px; }
      @media (min-width: 1024px) {
        .joyasArea .joyasContent .elementJoya {
          padding-bottom: 0; } }
      .joyasArea .joyasContent .elementJoya a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: -moz-fit-content;
        width: fit-content; }
        .joyasArea .joyasContent .elementJoya a:hover div {
          box-shadow: 4px 4px 10px #9d9d9d;
          transition: 1s;
          transform: rotate(15deg); }
        .joyasArea .joyasContent .elementJoya a div {
          background: white;
          border-radius: 100%;
          margin-bottom: 13px;
          width: 130px;
          height: 130px;
          text-align: center;
          transition: 1s; }
          @media (min-width: 1024px) {
            .joyasArea .joyasContent .elementJoya a div {
              width: 144px;
              height: 144px; } }
        .joyasArea .joyasContent .elementJoya a h3 {
          line-height: 20px;
          font-weight: bold;
          margin: 0;
          text-align: center; }
          @media (min-width: 768px) {
            .joyasArea .joyasContent .elementJoya a h3 {
              line-height: 27px; } }

.bannerBottom {
  margin: 40px 0; }
  .bannerBottom h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 35px; }
    @media (min-width: 1024px) {
      .bannerBottom h2 {
        padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .bannerBottom {
      margin-bottom: 80px; } }
  .bannerBottom a {
    display: block; }
    .bannerBottom a:hover img {
      box-shadow: 4px 4px 10px #9d9d9d;
      transition: 0.5s; }
    .bannerBottom a img {
      border-radius: 12px;
      transition: 0.5s; }
      @media (min-width: 1024px) {
        .bannerBottom a img {
          border-radius: 20px; } }

.escritorio {
  display: none; }
  @media (min-width: 768px) {
    .escritorio {
      display: block; } }

.movil {
  display: block; }
  @media (min-width: 768px) {
    .movil {
      display: none; } }
