/**
 * Theme Name:     Hub City
 * Author:         Bica Digital
 * Template:       astra
 * Text Domain:	   hub-city
 * Description:    Plantilla personalizada para Hub City Guides
 * Author URI:     http://Bica%20Digital
 * Version:        1.0.0
 */

 /* BOOTSTRAP */    
 .container-fluid, .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    max-width: 1240px;
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  .img-fluid{
      max-width: 100%;
      height: auto;
      width: 100%;
  }
  
/* ESTILOS HUB CITY ////////////////////////////////////////////////////////*/

/* ESTILOS GENERALES  */

.site-content .ast-container {
  display: block !important;
  padding: 0 !important;
  max-width: 100%;
}
h2{
    font-size: 40px;
    line-height: 50px;
}
p{
    font-size: 16px;
    line-height: 26px;
}
.box-portada{
  width: 100%;
  height: auto;
  min-height: 540px;
  position: relative;
  display: block;
}
.back-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* HEADER */
.ast-primary-header-bar {
  background-color: #FF914D;
}
.site-logo-img img {
  max-width: 130px;
}
.ast-site-identity {
  padding: 0;
}
.ast-mobile-header-wrap .ast-primary-header-bar, 
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: auto;
  padding-top: 27px;
  padding-bottom: 27px;
}
.main-header-menu .menu-link, .main-header-menu>a {
  padding: 0 0 0 36px;
  text-transform: uppercase;
  font-size: 16px;
}
.home.page-template .ast-primary-header-bar {
  background-color: transparent;
  margin-bottom: -100%;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, 
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, 
.ast-builder-menu-1 .current-menu-ancestor > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link,
.ast-builder-menu-1 .menu-item:hover > .menu-link, 
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle{
    color: #fff !important;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #ffffff !important;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu, 
.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link{
    background-color: #FF914D !important;
}

/* FOOTER */
footer{
  background-image: url(img-hc/fondo-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-color: transparent;
}
.widget {
  margin-bottom: 0;
}
.site-above-footer-wrap {
  padding-top: 70px;
  padding-bottom: 50px;
}
.titulo-form-footer{
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}
.texto-form-footer{
  color: #fff;
  margin-bottom: 30px;
}
.form-footer label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'poppins';
}
.form-footer .wpcf7 input.wpcf7-form-control:not([type=submit]), 
.form-footer .wpcf7 textarea.wpcf7-form-control {
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.16);
  border: 0;
  margin-top: 7px;
  color: #fff;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 300;
  height: 31px;
}
.form-footer .wpcf7 input.wpcf7-form-control:not([type=submit])::placeholder, 
.form-footer .wpcf7 textarea.wpcf7-form-control::placeholder {
  color: #fff;
}
.form-footer .wpcf7 form.invalid .wpcf7-response-output, 
.form-footer .wpcf7 form.unaccepted .wpcf7-response-output, 
.form-footer .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent !important;
	color: #fff !important;
	padding: 0 !important;
}
.form-footer .wpcf7 .wpcf7-not-valid-tip {
    color: #fff  !important;
    font-size: 12px  !important;
}
.form-footer .wpcf7 form>p {
  max-width: 255px;
  margin-bottom: 0;
  margin-right: 13px;
}
.form-footer input[type="submit"]{
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  font-family: 'Poppins';
  padding: 7px 22px;
  border: 3px solid #fff;
  background-color: #FF914D;
}
.form-footer input[type="submit"]:hover {
   color: #FF914D;
   background-color: #fff;
}
.form-footer .wpcf7 form {
  display: flex;
  align-items: flex-end;
}
.form-footer .wpcf7-spinner{
  position: absolute;
}
.imagen-footer{
  position: relative;
  width: 100%;
  height:190px;
}
.imagen-footer img{
  width: 83%;
  margin-left: 17%;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  background-color: #f9f9f9;
  border-top-width: 0;
  background-color: rgba(173, 76, 16, 0.4);
  padding-top: 27px;
  padding-bottom: 17px;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, 
.site-above-footer-wrap[data-section="section-above-footer-builder"] .site-footer-section {
  align-items: flex-end;
}
.seguinos-footer{
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.seguinos-footer a{
	margin-left:20px;
}
.seguinos-footer a img{
	width:30px !important;
	height:30px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
  background-color: #f9f9f9;
  border-top-width: 0;
  background-color: rgba(173, 76, 16, 0.4);
  padding-top: 0px;
  padding-bottom: 20px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, 
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, 
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
  align-items: center;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.ast-footer-copyright p{
  font-size: 10px;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}
.ast-footer-copyright p img{
  margin-right: 30px;
  width: 48px;
  height: auto;
}
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
  justify-content: flex-end;
}
#astra-footer-menu > .menu-item > .menu-link {
  font-size: 12px;
  margin-left: 35px;
  color: #fff;
}
.descarga-footer{
	max-width: 300px;
}

/* INICIO */
.portada-inicio{
    width: 100%;
    height: auto;
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: center;
}
.portada-inicio h2{
    font-size: 70px;
    line-height: 75px;
    color: #fff;
    margin-bottom: 15px;
}
.portada-inicio h4{
    font-size: 26px;
    line-height: 39px;
    color: #fff;
    margin-bottom: 0px;
    font-style: italic;
}
.descarga-la-app{
    margin-top: 60px;
    margin-bottom: 40px;
}
.padding-descarga{
    padding-top: 60px;
}
.descarga-la-app h2{
    font-size: 50px;
    margin-bottom: 20px;
}
.descarga-la-app p{
    margin-bottom: 30px;
}
.bloques-guias{
    background-color: #fff;
    width: 100%;
    border-radius: 35px;
    display: flex;
    align-items: center;
    padding: 35px 35px 30px 30px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
}
.bloques-guias img{
    width: 130px;
    height: 130px;
}
.info-bloque-guia{
    width: calc(100% - 150px);
    margin-left: 20px;
}
.info-bloque-guia h2{
    font-size: 30px;
    margin-bottom: 10px;
}
.info-bloque-guia p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}
.cabecera-ibg{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
  }
.btn-unirme{
	font-size: 14px;
	font-family: 'Poppins';
	color: #fff !important;
	background-color: #ff914d;
	padding: 9px 16px;
	font-weight: 400;
	border-radius: 50px;
	border: 1px solid #ff914d;
}
.btn-unirme:hover{
	background-color: #fff ;
	color: #ff914d !important;
}
.hc-video{
    margin-top: 30px;
    margin-bottom: 68px;
}
.hc-video iframe{
    width: 100% !important;
    height: 690px !important;
}
.hc-cf{
    text-align: center;
    margin-bottom: 15px;
}
.hc-cf h2{
    margin-bottom: 5px;
}
.cont-bloques-cel{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.bloque-cel{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bloque-cel img{
    max-width: 215px;
    height: auto;
    margin-bottom: 16px;
}
.bloque-cel p{
    text-align: center;
    max-width: 320px;
}
.bloque-flechas-cel{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 33%;
    display: block;
    margin: 0px auto;
}
.hc-nosotros{
    margin-bottom: 140px;
}
.hc-nosotros h2{
    text-align: center;
    margin-bottom: 30px;
}
.bloque-nosotros-reverse, .bloque-nosotros{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 40px 0;
}
.bloque-nosotros-reverse{
    flex-direction: row-reverse;
}
.bloque-nosotros-reverse h4, .bloque-nosotros h4{
    font-size: 20px;
    color: #FF914D;
    margin-bottom: 5px;
}
.bloque-nosotros-reverse p, .bloque-nosotros p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.bloque-nosotros-reverse h4, .bloque-nosotros-reverse p{
    text-align: right;
}
.bloque-nosotros-reverse img, .bloque-nosotros img{
    width: 86px;
}
.info-bn{
    width: calc(100% - 102px);
}

/* SOY GUIA y SOY OPERADOR*/
.portada-mobile{
		display:none;
	}
.portada-guia, .portada-operador, .portada-nosotros{
    display: flex;
    align-items: center;
}
.portada-guia h2, .portada-operador h2{
    color: #fff;
    margin-top: 30px;
}
.portada-guia h4, .portada-operador h4, .portada-nosotros h4{
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    font-style: italic;
}
.portada-guia p, .portada-operador p{
    color: #fff;
    margin-bottom: 30px;
} 
.hc-tours, .primeros-pasos{
    background-color: #E6E4EE;
    padding-top: 60px;
    padding-bottom: 50px;
}
.img-tour {
  width: auto;
  max-height: 420px;
  margin: 0px auto;
  display: block;
}
.caracteristicas-guia{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bloque-cg{
    width: calc(33.33% - 20px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bloque-cg img{
    width: auto;
    height: 76px;
    margin-bottom: 13px;
}
.bloque-cg{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.descarga-soy-guia, .descarga-soy-operador{
    margin-top: 65px;
    margin-bottom: 100px;
}
.hc-id{
    width: 176px;
    height: auto;
    margin-bottom: 30px;
}
.hc-id-2{
    width: 315px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
}
.hc-faq{
    background-color: #E6E4EE;
    padding-top: 68px;
    padding-bottom: 170px;
}
.hc-faq h2{
    font-size: 50px;
    margin-bottom: 18px;
}
.caracteristicas-pp{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.bloque-pp{
    width: 270px;
    height: auto;
    border: 2px solid #707070;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    padding: 15px 20px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.bloque-pp img{
    width: auto;
    height: 62px;
}
.bloque-pp p{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.card-cn p{
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.bloque-pp p{
    width: calc(100% - 67px);
}

/* NOSOTROS */
.portada-mision{
	width:100%;
	height:auto;
	min-height:625px;
	position:relative;
	display:flex;
	align-items: center;
	margin-bottom:70px;
}
.portada-nosotros h2, .portada-mision h2{
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
    max-width: 610px;
}
.portada-nosotros h3{
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0px;
    max-width: 710px;
}
.portada-nosotros h4{
    max-width: 450px;
}
.portada-mision p{
	font-size:26px;
	line-height:39px;
	color:#fff;
	font-style:italic;
	margin-bottom:0;
	max-width:500px;
	font-weight: 600;
}
.texto-somos{
    margin-top: 83px;
    margin-bottom: 77px;
}
.texto-somos h3{
    font-size: 40px;
    line-height: 50px;
    font-style: italic;
    text-align: center;
}
.hc-mision{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    background-color: #E6E4EE;
    margin-bottom: 85px;
}
.mision-col-1{
    width: 50%;
    position: relative;
    height: auto;
    min-height: 475px;
}
.mision-col-2{
    width: 50%;
    padding-top: 78px;
}
.mision-col-2 .container-fluid{
    max-width: 720px;
    margin-left: inherit;
}
.mision-col-2 h3{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
}
.mision-col-2 p{
    font-size: 30px;
    line-height: 45px;
    font-style: italic;
}
.caracteristicas-nosotros{
    margin-bottom: 55px;
}
.card-cn{
    background-color: #fff;
    width: 100%;
    border-radius: 15px;
    padding: 21px 17px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
}
.card-cn h4{
    font-size: 18px;
    color: #FF914D;
    margin-bottom: 5px;
}
.colaboradores{
	width:100%;
	padding-top:70px;
	padding-bottom:60px;
	position:relative;
}
.colaboradores h2{
	font-size:50px;
	line-height:60px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
	color:#334249;
}
.img-colaboradores{
	margin:0px auto;
	display:block;
	width:100%;
	max-width:930px;
	display:flex;
	align-items:center;
}
.img-c1{
	width:33.33%;
	display:block;
	position:relative;
	transition: transform .2s;
}
.img-c2{
	width:66.66%;
	display:block;
	position:relative;
	transition: transform .2s;
}
.img-c1:hover, .img-c2:hover{
	transform: scale(1.1);
}

/* CONTACTO */
.hc-contacto{
    margin-top: 97px;
    margin-bottom: 117px;
}
.hc-contacto h2{
  margin-bottom: 26px;
}
.hc-contacto h4{
  margin-bottom: 15px;
}
.hc-contacto label {
  color: #334249;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'poppins';
}
.hc-contacto .wpcf7 input.wpcf7-form-control:not([type=submit]), 
.hc-contacto .wpcf7 textarea.wpcf7-form-control {
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(51,66,73,0.16);
  margin-top: 7px;
  color: #334249;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 300;
  height: 40px;
}
.hc-contacto .wpcf7 textarea.wpcf7-form-control{
  height: 120px;
}
.hc-contacto .wpcf7 input.wpcf7-form-control:not([type=submit])::placeholder, 
.hc-contacto .wpcf7 textarea.wpcf7-form-control::placeholder {
  color: #334249;
}
.hc-contacto input[type="submit"]{
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  font-family: 'Poppins';
  padding: 8px 26px;
  background-color: #FF914D;
  border:1px solid #FF914D;
}
.hc-contacto input[type="submit"]:hover{
  background-color:#FFF;
  color: #FF914D;
}
.hc-contacto .wpcf7 form.invalid .wpcf7-response-output, 
.hc-contacto .wpcf7 form.unaccepted .wpcf7-response-output, 
.hc-contacto .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent !important;
    padding: 0 !important;
}
.hc-accordeon{
  width: 100%;
  position: relative;
  display:block;
  height: auto;
}
.accordion {
  border-bottom: 1px solid #334249;
  padding: 20px 0;
}
.accordion:first-child {
  border-top: 1px solid #334249;
}
.accordion-title {
  background-color: transparent !important;
  cursor: pointer;
  text-align: left;
  outline: none;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  border: 0;
  font-weight: 400;
  padding: 0 30px 0 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-title span{
  width: calc(100% - 50px);
}
.accordion-title::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(img-hc/plus.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
}
.accordion-content {
  display: none;
  padding: 10px;
  font-size: 16px;
}
.accordion-content.open {
  display: block;
}

/* RESPONSIVE*/
@media screen and (max-width: 1240px){
  /*Header*/
  .home.page-template .ast-primary-header-bar {
    background-color: #FF914D;
    margin-bottom: inherit;
  }

  /*Footer*/
  .container, 
  .container-fluid,
  .site-above-footer-wrap[data-section="section-above-footer-builder"],
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"],
  .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*Inicio*/
  .portada-inicio {
    min-height: 650px;
  }
  .portada-inicio h2 {
    font-size: 60px;
    line-height: 65px;
  }
  .portada-inicio h4 {
    font-size: 20px;
    line-height: 35px;
  }
  .descarga-la-app h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px){
  /*Estilos Generales*/
  .ast-plain-container, .ast-page-builder-template {
    background-color: #f7f6f6 !important;
  }

  /*Header*/
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    color: #fff !important;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .ast-header-break-point .main-header-menu {
    background-color: #FF914D;
  }

  /*Footer*/
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: left !important;
  }
  .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    margin-bottom: 0 !important;
  }
  
  /*Inicio*/
  .bloques-guias img {
    width: 80px;
    height: 80px;
  }
  .info-bloque-guia {
    width: calc(100% - 80px);
  }
  .cabecera-ibg h3 {
    font-size: 18px;
  }
  .descarga-la-app {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .padding-descarga {
    padding-top: 45px;
  }
  .hc-video {
    margin-bottom: 30px;
  }
  .hc-nosotros h2 {
    margin-bottom: 20px;
  }
  .img-nosotros-escritorio{
    display: flex;
    align-items: center;
  }
  .hc-nosotros {
    margin-bottom: 50px;
  }

  /*Soy Guia y Soy Operador*/
  .caracteristicas-guia {
    margin-top: 20px;
    justify-content: space-between;
  }
  .bloque-cg {
    width: calc(50% - 10px);
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
  }
  .bloque-cg img {
    height: 60px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .bloque-cg p{
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
  }

  /*Nosotros*/
  .portada-nosotros h2,
  .portada-mision h2,
  .colaboradores h2{
    font-size: 40px;
    line-height: 50px;
  }
  .texto-somos {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .texto-somos h3, 
  .mision-col-2 h3,
  .portada-nosotros h3{
    font-size: 30px;
    line-height: 40px;
  }
  .hc-mision{
    margin-bottom: 60px;
  }
  .mision-col-1 {
    min-height: 370px;
  }
  .mision-col-2 p {
    font-size: 25px;
    line-height: 35px;
  }
  .card-cn{
    margin-bottom: 20px;
  }
  .colaboradores{
	padding-top:40px;
  }
}

@media screen and (max-width: 765px){
  /*Estilos Generales*/
  h2, .hc-faq h2, .portada-nosotros h2{
    font-size: 30px;
    line-height: 40px;
  }

  /*Inicio*/
  .portada-inicio {
    min-height: 550px;
  }
  .portada-inicio h2 {
    font-size: 50px;
    line-height: 55px;
  }  
  .padding-descarga {
    padding-top: 0px;
  }
  .descarga-la-app {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .descarga-la-app h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .descarga-la-app p, .hc-nosotros {
    margin-bottom: 20px;
  }
  .img-cel-descarga{
    height: 300px;
    width: auto;
    margin: 0px auto;
    display: block;
  }
  .bloques-guias {
    margin-bottom: 20px;
  }
  .bloque-cel img {
    max-width: inherit;
    height: 300px;
    width: auto;
  }
  .hc-video iframe {
    height: 400px !important;
  }
  .img-nosotros-escritorio {
    display: none;
  }
  .bloque-nosotros-reverse {
    flex-direction: inherit;
  }
  .bloque-nosotros-reverse, .bloque-nosotros {
    margin: 0px 0 30px 0;
  }
  .bloque-nosotros-reverse h4, .bloque-nosotros-reverse p {
    text-align: left;
  }

  /*Soy Guia y Soy Operador*/  
  .portada-guia h4, .portada-operador h4, .portada-nosotros h4, .portada-mision p {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .portada-mision p{
	line-height:28px;
  }
  .box-portada {
    min-height: 400px;
  }
  .hc-tours, .primeros-pasos, .hc-faq {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .img-tour {
    max-height: 350px;
    margin-bottom: 20px;
	width: 173px;
  }
  .descarga-soy-guia, .descarga-soy-operador {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .mt-20{
    margin-top: 20px;
  }

  /*Nosotros*/
  .texto-somos h3, .mision-col-2 h3, .portada-nosotros h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .hc-mision {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .mision-col-1{
    width: 100%;
  }
  .mision-col-2 {
    width: 100%;
    padding-top: 50px;
  }

  /*Contacto*/
  .hc-contacto {
    margin-top: 40px;
    margin-bottom: 40px;
  }
	.reverse-contacto{
		flex-direction: column-reverse;
	}
  .mt-contacto {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px){
  /*Estilos Generales*/
  p {
    font-size: 14px;
    line-height: 20px;
  }

  /*Header*/
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-logo-img img {
    max-width: 90px;
  }

  /*Footer*/
  .site-above-footer-wrap {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .titulo-form-footer {
    font-size: 18px;
  }
  .texto-form-footer {
    margin-bottom: 20px;
  }
  .form-footer .wpcf7 form {
    align-items: flex-start;
    flex-direction: column;
	  margin-bottom:20px;
  }
  .form-footer .wpcf7 form>p {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
    justify-content: center;
  }
  #astra-footer-menu > .menu-item > .menu-link {
    margin-left: 0;
  }

  /*Inicio*/
  .portada-inicio {
    min-height: 450px;
  }
  .portada-inicio h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .portada-inicio h4 {
    font-size: 16px;
    line-height: 25px;
  }
  h2, 
  .descarga-la-app h2, 
  .portada-nosotros h2,
  .portada-mision h2, 
  .colaboradores h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .padding-descarga img, .box-portada .container img{
    max-width: 200px;
  }
  .bloques-guias {
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
    flex-direction: column;
  }
  .bloques-guias img {
    margin-bottom: 10px;
  }
  .info-bloque-guia {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .cabecera-ibg{
	flex-direction: column;
	  align-items: center;
  }
  .cabecera-ibg h3 {
    font-size: 18px;
  }
  .btn-unirme{
    padding: 5px 16px;
    margin-top:5px;
  }
  .hc-video {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .hc-video iframe {
    height: 200px !important;
  }
  .hc-cf h2 {
    margin-bottom: 5px;
  }
  .hc-cf h2, .hc-nosotros h2 {
	margin-bottom: 20px;
	margin-top: 10px;
  }
  .bloque-flechas-cel, .hc-id{
    display: none;
  }
  .bloque-cel {
    width: 45%;
  }
  .bloque-nosotros-reverse img, .bloque-nosotros img {
    width: 60px;
  }
  .info-bn {
    width: calc(100% - 76px);
  }
  .bloque-nosotros-reverse h4, .bloque-nosotros h4 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .bloque-nosotros-reverse, .bloque-nosotros {
    margin: 0px 0 30px 0;
  }

  /*Soy Guia y Soy Operador*/
	.portada-escritorio{
		display:none;
	}
	.portada-mobile{
		display:block;
	}
  .box-portada {
    min-height: 300px;
  }
  .img-tour {
    max-height: 280px;
	width: 139px;
  }
  .bloque-cg {
    width: 100%;
    margin-bottom: 20px;
  }
  .descarga-soy-guia h2, .descarga-soy-operador h2{
    text-align: center;
  }
  .hc-id-2 {
    width: 200px;
    margin: 0px auto;
    display: block;
    margin-top: 15px;
  }
  .bloque-pp {
    width: 100%;
    margin: 0 0px 20px 0;
  }
  .accordion-title{
    font-size: 14px;
    padding: 0;
  }

  /*Nosotros*/
  .texto-somos {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .texto-somos h3, .mision-col-2 h3, .portada-nosotros h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .mision-col-1 {
    min-height: 270px;
  }
  .mision-col-2 {
    padding-top: 25px;
  }
  .mision-col-2 p {
    font-size: 18px;
    line-height: 25px;
  }
  .hc-mision, .caracteristicas-nosotros {
    margin-bottom: 25px;
  }
  .portada-mision {
    min-height: 340px;
    margin-bottom: 30px;
  }
  .colaboradores {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}