hr{
  margin-left: auto;
  margin-right: auto;
}
.programa {
  border-radius: 2px;
  overflow: hidden; }
  .programa .photo {
    min-height: 400px;
    background-position: center; }
  .programa .content {
    padding: 30px; }
  .programa .title {
    max-width: 420px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px; }
  .programa .causas-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px; }
    .programa .causas-list a {
      text-decoration: none;
      font-size: 1.3em;
      font-weight: 500;
      color: #6f6765;
      margin-bottom: 10px;
      margin-right: 10px; }
      .programa .causas-list a:hover {
        color: #e60026; }
  .programa .excerpt {
    color: #6f6765;
    margin-bottom: 20px; }
  .programa .button {
    background-color: #4a4444;
    font-weight: 500;
    font-size: 1.4em;
    padding: 5px 25px; }
    .programa .button.button-outline {
      border: 0;
      background-color: transparent;
      color: #4a4444;
      box-shadow: 0px 0px 0px 1px #4a4444 inset; }
    .programa .button.button-icon {
      padding-left: 20px; }
      .programa .button.button-icon i {
        margin-right: 5px; }

.footer {
  font-weight: 500; }
  .footer .social-links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer .social-links li {
      margin-bottom: 15px;
      display: block; }
      .footer .social-links li a {
        display: inline-block;
        color: #e60026;
        opacity: 1; }
        .footer .social-links li a i {
          width: 25px;
          line-height: 25px;
          text-align: center;
          background-color: #fff;
          border-radius: 50%;
          font-size: 1.2em; }
  .footer .logo-footer {
    margin-bottom: 15px;
    display: inline-block; }
  .footer .paragraph {
    opacity: 0.75;
    font-weight: 500; }
  .footer a {
    text-decoration: none;
    opacity: 0.75; }
    .footer a:hover {
      opacity: 1;
      color: #fff; }
  .footer .footer-title {
    font-size: 1.4em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 15px; }
  .footer .button {
    background-color: #fff;
    color: #e60026;
    opacity: 1; }
    .footer .button:hover {
      color: #e60026; }

.banner-box .banner-img {
  position: absolute;
  width: 268px;
  left: -125px;
  top: -110px; }

.banner-box .video-button {
  color: #fff;
  font-size: 1.6em;
  line-height: 50px;
  padding-left: 65px;
  transition-duration: 0.35s; }
  .banner-box .video-button i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 0.8em;
    margin-right: 15px;
    position: absolute;
    left: 0; }
    .banner-box .video-button i .overlay {
      opacity: 0;
      transform: scale(0);
      border-radius: 50%;
      transition-duration: 0.5s; }
  .banner-box .video-button:hover {
    text-decoration: none;
    padding-left: 80px; }
    .banner-box .video-button:hover i .overlay {
      opacity: 0.2;
      transform: scale(1.3); }

.banner-box .slider {
  margin-bottom: 0;
  height: 100vh;
  max-height: 700px; }
  .banner-box .slider .slide {
    background-color: black;
    background-size: cover;
    background-position: center; }

.banner-box .container {
  position: relative;
  padding: 0; }

.banner-box .content-box {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 100%;
  transform: translateY(-40%); }
  .banner-box .content-box h1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 3.6em;
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 25px; }
  .banner-box .content-box .descubre-programas {
    font-weight: 500; }
    .banner-box .content-box .descubre-programas:hover {
      background-color: #e60026;
      color: #fff; }

.banner-box .slider-pager.pager {
  z-index: 99999;
  bottom: 135px; }
  .banner-box .slider-pager.pager li a {
    padding: 0;
    width: 60px;
    height: 4px;
    margin: 0 5px;
    border: 0px solid;
    background-color: rgba(255, 255, 255, 0.5); }
    .banner-box .slider-pager.pager li a:hover {
      background-color: #fff; }
  .banner-box .slider-pager.pager li.cycle-pager-active a {
    background-color: #fff;
    border-radius: 2px;
    border: 0px solid; }

.banner-box .nav-slider {
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 998;
  display: inline-block;
  width: 36px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  border-radius: 50%; }
  .banner-box .nav-slider:hover {
    background-color: #fff; }
    .banner-box .nav-slider:hover i {
      color: #6f6765; }
  .banner-box .nav-slider i {
    line-height: 36px;
    font-size: 2.4em;
    font-weight: bold; }
  .banner-box .nav-slider.prev {
    left: 5%; }
  .banner-box .nav-slider.next {
    right: 5%; }

.cursor-icon {
  width: 30px;
  height: 50px;
  border-radius: 20px;
  border: solid 1px #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 80px;
  z-index: 999;
  left: 50%;
  margin-left: -15px;
  font-style: normal; }
  .cursor-icon:before {
    content: "\f175";
    font-family: FontAwesome;
    color: transparent;
    font-size: 2.4em;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    background-image: url(/assets/online/img/arrow-down.png);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: center; }
  .cursor-icon .circle {
    width: 4px;
    height: 15px;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    margin-top: 10px;
    display: none; }

.slider-nav {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  background-color: #2f2e2e;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 2.4em;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1000;
  transform: translateY(-50%); }
  .slider-nav.next {
    right: 20px;
    left: auto; }
  .slider-nav:hover {
    background-color: #e60026;
    color: #fff; }

.video-slider-block {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.mute-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2f2e2e;
  z-index: 9;
  position: absolute;
  top: 20px;
  right: 20px; }
  .mute-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 40px;
    content: "\f028";
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center; }
  .mute-btn.active {
    background-color: #e60026; }
    .mute-btn.active:before {
      content: "\f026"; }

.buscador-home-box {
  position: relative;
  z-index: 999; }
  .buscador-home-box .container {
    max-width: 780px; }
  .buscador-home-box .content-box-form {
    z-index: 999;
    box-shadow: 0px 40px 50px -30px rgba(102, 97, 91, 0.15);
    padding-bottom: 0;
    border: solid 10px rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.35);
    position: relative; }
  .buscador-home-box .form-field-box {
    margin: 0; }
    .buscador-home-box .form-field-box .form-field {
      margin-bottom: 0px;
      border: 0;
      padding: 15px;
      padding-right: 27px;
      font-size: 1.8em;
      line-height: 25px;
      background-color: #fff; 
	  background-image: none!important;}
    .buscador-home-box .form-field-box .field-icon {
      background-color: transparent;
      width: 60px;
      color: #e60026;
      line-height: 79px;
      height: 79px; }
  .buscador-home-box .button {
    margin-bottom: 0px;
    border-radius: 0;
    padding: 20px;
    font-size: 1.8em;
    line-height: 15px; }
  .buscador-home-box h4 {
    font-size: 2em; }
  .buscador-home-box .form-field-box.form-field-select .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    border: 0;
    font-size: 1.8em;
    text-align: left;
    padding: 28px 30px;
    padding-right: 30px;
    line-height: 18px;
    border-right: solid 1px #e1e1e1;
    font-weight: bold; }
  .buscador-home-box .ms-options-wrap button {
    margin: 0px;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 1.8em;
    line-height: 15px; }

.get-social-box {
  overflow: hidden; }
  .get-social-box .circle-bg {
    width: 3000px;
    height: 3000px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(246, 247, 251, 0.5); }
  .get-social-box .container {
    max-width: 1280px;
    width: 100%; }
  .get-social-box .title {
    font-family: "Lato"; }
    .get-social-box .title span {
      color: #e60026; }
  .get-social-box p {
    color: #6f6765; }
  .get-social-box .photo {
    height: 330px;
    margin-bottom: 30px;
    vertical-align: bottom; }
    .get-social-box .photo .photo-block {
      width: 330px;
      height: 330px;
      display: inline-block;
      border-radius: 50%;
      background-position: center; }
    .get-social-box .photo img {
      max-width: 350px;
      display: inline-block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
  .get-social-box .get-social-block .title {
    font-size: 2.7em;
    margin-bottom: 20px; }
  .get-social-box .get-social-block p {
    max-width: 260px;
    margin: 0 auto; }

.dicover-box .container {
  max-width: 1200px;
  width: 100%; }

.dicover-box .title-section {
  margin-bottom: 30px; }
  .dicover-box .title-section .title {
    font-family: "Lato";
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px; }
  .dicover-box .title-section p {
    color: #6f6765;
    font-size: 1.4em; }

.dicover-box .discover-block .title {
  font-family: "Lato";
  font-size: 2em;
  color: #6f6765; }

.cta-home-box {
  overflow: hidden; }
  .cta-home-box .container {
    width: 100%;
    max-width: 1280px;
    position: relative; }
  .cta-home-box .big-circle {
    width: 1400px;
    height: 1400px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: translateX(-50%); }
  .cta-home-box .small-circle {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(50%); }
  .cta-home-box .photo {
    height: 480px; }
  .cta-home-box .cta-home-content {
    padding-left: 80px; }
    .cta-home-box .cta-home-content .title {
      font-family: "Lato";
      margin-bottom: 20px;
      max-width: 280px; }
    .cta-home-box .cta-home-content p {
      color: #6f6765;
      margin-bottom: 40px;
      font-size: 1.6em; }

.profile-page-class body {
  background-color: #f7f7f7; }

.profile-page-class .recommended-events-box .title {
  font-family: "Lato";
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #4a4444; }

.profile-header {
  z-index: 2;
  background-image: linear-gradient(rgba(47, 46, 46, 0) 0%, #2f2e2e 100%); }
  .profile-header .container {
    max-width: 1280px;
    width: 100%; }
  .profile-header .name {
    color: #fff; }
  .profile-header .photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #fafafa;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/assets/online/img/profile.jpg"); }

.profile-menu {
  border-bottom: solid 1px #f6f7fb;
  margin-bottom: 20px; }
  .profile-menu .container {
    max-width: 1280px;
    width: 100%; }
  .profile-menu .button {
    background-color: transparent;
    color: #4a4444;
    float: left;
    line-height: 38px;
    border-left: 1px solid #f6f7fb;
    border-radius: 0;
    padding: 8px 20px;
    font-weight: 500; }
    .profile-menu .button:hover {
      background-color: #f6f7fb; }
  .profile-menu .submenu-user-actions-box {
    float: left; }
    .profile-menu .submenu-user-actions-box .button-user-action {
      padding: 8px 15px;
      border-right: solid 1px #f6f7fb; }
  .profile-menu .add-friend-button {
    padding: 0;
    line-height: 0; }
    .profile-menu .add-friend-button span:first-child {
      padding: 8px 20px;
      display: inline-block;
      line-height: 38px; }

.profile-content-box {
  margin-bottom: 20px; }
  .profile-content-box .container {
    max-width: 1280px;
    width: 100%; }

.profile-general-info-form .form-field-box {
  margin-bottom: 15px; }
  .profile-general-info-form .form-field-box .form-field {
    font-size: 1.8em;
    border: 0;
    border-bottom: solid 1px #f6f7fb;
    padding-left: 0;
    border-radius: 0; }
    .profile-general-info-form .form-field-box .form-field:disabled {
      border: 0px;
      padding-left: 0; }
    .profile-general-info-form .form-field-box .form-field:focus {
      border-bottom: solid 1px #e60026; }
  .profile-general-info-form .form-field-box textarea.form-field {
    font-size: 1.4em; }
  .profile-general-info-form .form-field-box::after {
    content: '.';
    background-color: #e60026;
    color: transparent;
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.5s;
    bottom: -1px; }
  .profile-general-info-form .form-field-box:hover::after {
    width: 100%; }

.profile-sidebar-float {
  position: absolute;
  margin-left: -15px; }
  .profile-sidebar-float.sidebar-fixed {
    position: fixed;
    top: 86px; }

.profile-sidebar {
  padding: 30px; }
  .profile-sidebar .button-link {
    font-size: 1.4em;
    font-weight: bold; }
    .profile-sidebar .button-link i {
      color: #e60026;
      margin-left: 5px;
      transition: all 0.25s; }
    .profile-sidebar .button-link:hover {
      color: #e60026;
      text-decoration: none; }
      .profile-sidebar .button-link:hover i {
        margin-left: 15px; }
  .profile-sidebar .title {
    font-family: "Lato";
    font-size: 1.6em;
    color: #4a4444;
    margin-bottom: 15px; }
  .profile-sidebar .subtitle {
    color: #6f6765;
    font-size: 1.4em;
    margin-bottom: 5px; }
  .profile-sidebar .profile-description {
    color: #6f6765; }
  .profile-sidebar .data {
    margin-bottom: 10px; }
  .profile-sidebar .sidebar-block {
    margin-bottom: 30px; }
  .profile-sidebar .user-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .profile-sidebar .user-list li {
      display: inline-block;
      text-align: center;
      margin-bottom: 20px; }
      .profile-sidebar .user-list li .user-link {
        display: inline-block;
        padding-right: 10px; }
        .profile-sidebar .user-list li .user-link:hover {
          text-decoration: none; }
          .profile-sidebar .user-list li .user-link:hover .name {
            color: #e60026; }
      .profile-sidebar .user-list li .photo {
        width: 50px;
        height: 50px;
        background-color: #fafafa;
        margin-bottom: 5px; }
      .profile-sidebar .user-list li .name {
        font-size: 1.2em;
        font-style: italic; }
  .profile-sidebar .owl-dots .owl-dot span {
    background-color: #fafafa; }
  .profile-sidebar .owl-dots .owl-dot.active span {
    background-color: #e60026; }

.notifications-section {
  padding: 30px; }
  .notifications-section .button-link {
    margin-top: 20px;
    font-size: 1.4em;
    font-weight: bold; }
    .notifications-section .button-link i {
      color: #e60026;
      margin-left: 5px;
      transition: all 0.25s; }
    .notifications-section .button-link:hover {
      color: #e60026;
      text-decoration: none; }
      .notifications-section .button-link:hover i {
        margin-left: 15px; }
  .notifications-section .title {
    font-family: "Lato";
    font-size: 2.2em;
    color: #4a4444;
    margin-bottom: 0px; }
  .notifications-section .subtitle {
    color: #6f6765;
    font-size: 1.4em;
    margin-bottom: 5px; }
  .notifications-section .notifications-description {
    margin-bottom: 0;
    color: #6f6765; }
    .notifications-section .notifications-description a {
      color: #4a4444;
      text-decoration: none; }
      .notifications-section .notifications-description a:hover {
        color: #e60026; }
  .notifications-section .data {
    margin-bottom: 10px; }
  .notifications-section .sidebar-block {
    margin-bottom: 20px; }
  .notifications-section .user-notification-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .notifications-section .user-notification-list .user-notification-box {
      padding: 0; }
      .notifications-section .user-notification-list .user-notification-box .user-notification-link {
        border-bottom: solid 1px #f6f7fb;
        padding: 10px 30px 10px 0px;
        display: inline-block; }
      .notifications-section .user-notification-list .user-notification-box .user-link {
        display: inline-block;
        padding-right: 10px; }
        .notifications-section .user-notification-list .user-notification-box .user-link:hover {
          text-decoration: none; }
          .notifications-section .user-notification-list .user-notification-box .user-link:hover .name {
            color: #e60026; }
      .notifications-section .user-notification-list .user-notification-box .photo {
        width: 50px;
        height: 50px;
        background-color: #fafafa;
        margin-right: 10px; }
      .notifications-section .user-notification-list .user-notification-box .notification-content {
        font-size: 1.4em;
        color: #6f6765; }
        .notifications-section .user-notification-list .user-notification-box .notification-content span a.link {
          text-decoration: none;
          color: #4a4444;
          font-weight: bold; }
        .notifications-section .user-notification-list .user-notification-box .notification-content .time-notification {
          padding-top: 3px; }
          .notifications-section .user-notification-list .user-notification-box .notification-content .time-notification i {
            color: #4a4444;
            margin-right: 5px; }

.new-post {
  padding: 15px;
  margin-bottom: 20px; }
  .new-post .form-field-box {
    margin-bottom: 15px; }
    .new-post .form-field-box .form-field {
      font-size: 2.4em;
      resize: none;
      padding-top: 10px;
      padding-bottom: 20px;
      transition: all 0.5s; }
  .new-post .btn-add-photo {
    color: #6f6765;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 15px;
    display: inline-block; }
    .new-post .btn-add-photo i {
      color: #e60026;
      margin-right: 3px; }
    .new-post .btn-add-photo:hover {
      text-decoration: none;
      color: #e60026; }

.post-thumb {
  margin-bottom: 20px; }
  .post-thumb .photo {
    height: 350px;
    display: inline-block;
    background-color: #4a4444; }
  .post-thumb .post-content {
    padding: 30px; }
    .post-thumb .post-content .title {
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 5px; }
    .post-thumb .post-content .date {
      color: #6f6765;
      font-size: 1.4em;
      font-style: italic;
      margin-bottom: 10px; }
    .post-thumb .post-content p {
      color: #6f6765;
      margin: 0; }

.slider-chef-box {
  margin-bottom: -150px; }
  .slider-chef-box .container {
    max-width: 1920px; }
  .slider-chef-box .slider-chef {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer; }

.nuestros-programas-box p {
  max-width: 640px;
  margin: 0 auto; }

.nuestros-programas-box .container {
  position: relative; }

.nuestros-programas-box .bg-illustration {
  left: 0;
  top: 0; }

.eventos-destacados-box .overlay-bg {
  left: 50%;
  max-width: 950px;
  transform: translateX(-50%); }

.eventos-destacados-box .block-img .icon {
  font-size: 5em;
  color: #fff; }

.productos-box .producto-single:hover .title {
  color: #e60026; }

.producto-single-large {
  box-shadow: 0px 20px 60px #e1e1e1;
  padding: 0; }
  .producto-single-large .photo {
    min-height: 300px; }
  .producto-single-large .product-box {
    padding: 50px;
    border-left: 0; }
    .producto-single-large .product-box .title {
      font-size: 2.4em;
      margin-bottom: 20px; }
    .producto-single-large .product-box .product-content {
      margin-bottom: 20px; }

.banner-aurora {
  height: 495px; }
  .banner-aurora .button-login {
    position: absolute;
    top: 16px;
    right: 0;
    background-color: transparent;
    border: solid 1px #fff; }
    .banner-aurora .button-login i {
      margin-right: 15px; }
    .banner-aurora .button-login:hover {
      background-color: #fff;
      color: #2f2e2e; }
  .banner-aurora .secondary-container {
    height: 495px; }
    .banner-aurora .secondary-container .content-box .title {
      margin-bottom: 10px;
      font-size: 5em;
      text-shadow: 2px 2px 4px rgba(47, 46, 46, 0.5); }

.introduccion-aurora .container {
  max-width: 1280px !important; }
  .introduccion-aurora .container .content p {
    line-height: 24px;
    text-align: justify; }
    .introduccion-aurora .container .content p .keyword {
      color: #2f2e2e;
      font-weight: 600; }

.cta-aurora {
  background-repeat: no-repeat; }
  .cta-aurora .overlay {
    height: 400px;
    background-color: #f6f7fb;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }
  .cta-aurora .container .content .title h3 {
    line-height: 24px; }
  .cta-aurora .container .content .image {
    display: inline-block; }

.ventajas-aurora .container {
  max-width: 900px !important; }
  .ventajas-aurora .container .content .title-section {
    margin-top: 40px; }
    .ventajas-aurora .container .content .title-section .tile {
      margin-bottom: 30px; }
    .ventajas-aurora .container .content .title-section .separador {
      display: inline-block;
      max-width: 88px; }
  .ventajas-aurora .container .content .info-section .ventajas-list .ventaja-item {
    font-size: 1.6em;
    list-style-type: square;
    color: #e60026; }
    .ventajas-aurora .container .content .info-section .ventajas-list .ventaja-item span {
      color: #6f6765;
      line-height: 26px; }

.beneficios-aurora .container {
  max-width: 1000px !important; }
  .beneficios-aurora .container .image {
    background-color: transparent;
    border: solid 2px #2f2e2e;
    height: 50%;
    top: 50%;
    transform: translateY(-50%); }

.detalle-experiencia-page .content-info .title-section .title {
  color: #2f2e2e;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 10px; }

.detalle-experiencia-page .content-info .title-section .place {
  position: relative;
  color: #2f2e2e;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 20px; }
  .detalle-experiencia-page .content-info .title-section .place i {
    color: #e60026;
    position: absolute;
    left: 0; }

.detalle-experiencia-page .content-info .title-section .subtitle {
  color: #2f2e2e;
  font-size: 20px;
  margin-bottom: 0; }

.detalle-experiencia-page .content-info .content-section {
  padding-right: 50px; }
  .detalle-experiencia-page .content-info .content-section .content-block .subtitle {
    font-weight: 700;
    font-size: 16px; }
  .detalle-experiencia-page .content-info .content-section .content-block p {
    color: #4a4444;
    font-size: 14px;
    line-height: 20px; }
  .detalle-experiencia-page .content-info .content-section .content-block ul.experiencia-block {
    padding-left: 0;
    margin-bottom: 0; }
    .detalle-experiencia-page .content-info .content-section .content-block ul.experiencia-block li {
      list-style: none;
      font-size: 16px;
      margin-bottom: 10px;
      padding-left: 40px; }
      .detalle-experiencia-page .content-info .content-section .content-block ul.experiencia-block li i {
        position: absolute;
        left: 16px;
        margin-top: 4px; }
      .detalle-experiencia-page .content-info .content-section .content-block ul.experiencia-block li img {
        position: absolute;
        left: 16px;
        margin-top: 4px; }

.detalle-experiencia-page .content-actions .button {
  font-size: 16px; }
  .detalle-experiencia-page .content-actions .button.write-us img {
    margin-left: 12px; }

.detalle-experiencia-page .content-actions .experiencia-img {
  position: relative;
  height: 535px;
  transition: all 0.25s; }
  .detalle-experiencia-page .content-actions .experiencia-img .overlay {
    opacity: 0.9; }
  .detalle-experiencia-page .content-actions .experiencia-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8em;
    color: #fff;
    opacity: 0.4; }
  .detalle-experiencia-page .content-actions .experiencia-img:hover i {
    opacity: 1; }

.detalle-experiencia-page .content-actions .action-buttons .button {
  font-size: 16px; }
  .detalle-experiencia-page .content-actions .action-buttons .button.write-us img {
    margin-left: 12px; }

.detalle-experiencia-page .action-buttons .button {
  font-size: 16px; }
  .detalle-experiencia-page .action-buttons .button.write-us {
    margin-right: 20px; }
    .detalle-experiencia-page .action-buttons .button.write-us img {
      margin-left: 12px; }

.detalle-experiencia-page .mas-experiencias .principal-title-section .second-phrase {
  color: #6f6765;
  font-weight: 400; }

.representante-card-box {
  margin-bottom: 15px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 6px 10px #eff1f8; }
  .representante-card-box .photo {
    width: 100px;
    height: 100px;
    background-color: #2f2e2e;
    border-radius: 50%;
    margin-bottom: 15px; }
  .representante-card-box .name {
    font-size: 1.6em; }
  .representante-card-box .cargo {
    font-size: 1.4em;
    color: #6f6765; }
  .representante-card-box p {
    margin-bottom: 2px; }
    .representante-card-box p i {
      color: #2f2e2e;
      margin-right: 5px;
      font-size: 0.8em; }

.column-centered {
  margin: 0 auto;
  float: none; }

.beneficio-card-box .beneficio-card {
  padding: 35px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 30px 0px rgba(233, 235, 240, 0.4); }
  .beneficio-card-box .beneficio-card .image-icon {
    max-width: 70px;
    margin-bottom: 14px; }

.bg-illustration {
  position: absolute;
  pointer-events: none; }

.gallery-experience-card h3 {
  margin-bottom: 20px; }

.block-img-big {
  height: 500px; }

.block-img-medium {
  height: 250px; }

.block-img {
  overflow: hidden; }
  .block-img:hover .overlay-content {
    opacity: 1; }
  .block-img .photo {
    transition: all 0.25s; }
  .block-img .overlay-gradient {
    background-image: linear-gradient(rgba(230, 0, 38, 0.1) 0%, rgba(150, 0, 25, 0.7) 100%); }
  .block-img .overlay-content {
    opacity: 0;
    transition: all 0.25s; }
    .block-img .overlay-content span {
      padding: 15px; }
    .block-img .overlay-content h3 {
      font-size: 1.8em;
      font-weight: 400;
      color: white;
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      margin-bottom: 10px; }
    .block-img .overlay-content p {
      font-size: 15px;
      font-weight: 400;
      color: white;
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }
    .block-img .overlay-content hr {
      border-top: solid 2px #fff;
      margin-top: 0;
      margin-bottom: 10px;
      max-width: 30px; }
    .block-img .overlay-content .button {
      position: absolute;
      bottom: 0;
      left: 0; }
  .block-img.video-blog span {
    display: none; }

.overlay-mobile-img {
  display: none; }
  .overlay-mobile-img .button {
    position: absolute;
    bottom: 0;
    left: 0; }
  .overlay-mobile-img:hover .button {
    background-color: #e60026; }

.block-img-slider-1 .overlay-content {
  opacity: 1;
  padding: 50px;
  z-index: 1000; }
  .block-img-slider-1 .overlay-content .title {
    color: #fff;
    font-size: 2.4em;
    font-weight: 600;
    margin-bottom: 0px; }
  .block-img-slider-1 .overlay-content hr {
    width: 60px;
    height: 2px;
    border: 0;
    margin: 20px auto;
    background-color: #fff;
    display: inline-block; }
  .block-img-slider-1 .overlay-content .subtitle {
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 10px; }
  .block-img-slider-1 .overlay-content p {
    color: #fff;
    display: inline-block;
    max-width: 400px; }

.block-img-slider-1 .slider-pager {
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: inline-block;
  z-index: 1000; }
  .block-img-slider-1 .slider-pager li {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0px 5px; }
    .block-img-slider-1 .slider-pager li span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      opacity: 0.5;
      background-color: #fff;
      display: inline-block;
      cursor: pointer; }
    .block-img-slider-1 .slider-pager li.cycle-pager-active span {
      opacity: 1; }

.block-img-slider-2 .slider .slide .overlay-gradient {
  opacity: 0; }

.block-img-slider-2 .slider .slide .overlay-content {
  opacity: 1;
  padding: 50px; }
  .block-img-slider-2 .slider .slide .overlay-content .title {
    color: #fff;
    font-size: 2.4em;
    font-weight: 600;
    margin-bottom: 0px; }
  .block-img-slider-2 .slider .slide .overlay-content hr {
    width: 60px;
    height: 2px;
    border: 0;
    margin: 20px auto;
    background-color: #fff;
    display: inline-block; }
  .block-img-slider-2 .slider .slide .overlay-content .subtitle {
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 0.25s; }
  .block-img-slider-2 .slider .slide .overlay-content p {
    color: #fff;
    display: inline-block;
    max-width: 400px;
    opacity: 0;
    transition: all 0.25s; }

.block-img-slider-2:hover .slider .slide .overlay-content .subtitle {
  opacity: 1; }

.block-img-slider-2:hover .slider .slide .overlay-content p {
  opacity: 1; }

.block-img-slider-2:hover .slider .slide .overlay-gradient {
  opacity: 1; }

.block-img-slider-2 .slider-pager {
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: inline-block;
  z-index: 1000; }
  .block-img-slider-2 .slider-pager li {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0px 5px; }
    .block-img-slider-2 .slider-pager li span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      opacity: 0.5;
      background-color: #fff;
      display: inline-block;
      cursor: pointer; }
    .block-img-slider-2 .slider-pager li.cycle-pager-active span {
      opacity: 1; }

.blog-post-thumb .photo-box {
  height: 220px;
  overflow: hidden; }
  .blog-post-thumb .photo-box .photo {
    transition: all 0.25s; }

.blog-post-thumb h4 {
  color: #4a4444;
  margin-bottom: 10px; }

.blog-post-thumb p {
  color: #6f6765; }

.blog-post-thumb .blog-post-thumb-link {
  text-decoration: none; }
  .blog-post-thumb .blog-post-thumb-link:hover h4 {
    color: #e60026; }
  .blog-post-thumb .blog-post-thumb-link:hover .photo-box .photo {
    transform: scale(1.2); }

.blog-post-thumb.catalogo-product-block {
  margin-bottom: 20px; }
  .blog-post-thumb.catalogo-product-block .description-title {
    min-height: 85px;
    padding: 15px 15px 0px 15px;
    display: inline-block; }
    .blog-post-thumb.catalogo-product-block .description-title h4 {
      margin-bottom: 0; }

.certificaciones-partners-box .title-section .title {
  font-size: 2.4em;
  color: #4a4444;
  margin-bottom: 10px; }

.certificaciones-partners-box .title-section hr {
  border-top: solid 2px;
  width: 100px;
  border-color: #e60026;
  display: inline-block; }

.certificaciones-carrusel {
  list-style: none;
  padding: 30px 0;
  margin: 0; }
  .certificaciones-carrusel .content {
    max-width: 400px;
    display: inline-block; }
  .certificaciones-carrusel .logo-box {
    height: 100px; }
    .certificaciones-carrusel .logo-box .logo {
      max-width: 200px;
      max-height: 100%;
      display: inline-block !important;
      margin-bottom: 10px; }
    .certificaciones-carrusel .logo-box .owl-dots {
      margin-top: 50px !important; }
      .certificaciones-carrusel .logo-box .owl-dots .owl-dot.active span {
        background-color: #e60026; }
    .certificaciones-carrusel .logo-box .owl-nav .owl-prev, .certificaciones-carrusel .logo-box .owl-nav .owl-next {
      padding: 3px 5px; }

.partners-carrusel .content {
  max-width: 400px;
  display: inline-block; }

.partners-carrusel .logo-box {
  height: 100px;
  display: inline-block; }

.card-search-box {
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(225, 225, 225, 0.35);
  transition: all 0.25s;
  margin-bottom: 30px; }
  .card-search-box .photo-box {
    height: 220px;
    overflow: hidden; }
    .card-search-box .photo-box .photo {
      transition: all 0.25s; }
  .card-search-box .content-box {
    padding: 20px; }
  .card-search-box .title {
    margin-bottom: 20px; }
  .card-search-box p {
    margin-bottom: 20px; }
  .card-search-box .link {
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.4em; }
  .card-search-box:hover {
    box-shadow: 0px 20px 40px rgba(219, 219, 219, 0.45);
    transform: translateY(-2.5%); }
    .card-search-box:hover .link {
      color: #e60026; }
    .card-search-box:hover .photo-box .photo {
      transform: scale(1.2); }

.programa-detalle-page .banner-box .container {
  max-width: 1000px; }

.programa-detalle-page .container {
  max-width: 1280px; }

.programa-detalle-page .title-section .title-section-text {
  margin-bottom: 30px; }

.programa-detalle-page .title-section hr {
  border-top: solid 2px #e60026;
  width: 100px; }

.programa-detalle-page .subtitulo-programa {
  font-size: 2.4em;
  font-weight: 900;
  color: #6f6765;
  margin-bottom: 40px; }

.programa-detalle-page .programa-content .content-box {
  max-width: 800px;
  margin: 0 auto; }
  .programa-detalle-page .programa-content .content-box p {
    margin-bottom: 20px; }

.programa-detalle-page .programa-mapa {
  height: 450px; }

.programa-detalle-page .programa-mapa-content-box {
  margin-top: -400px;
  pointer-events: none; }
  .programa-detalle-page .programa-mapa-content-box .content-box {
    padding: 35px;
    pointer-events: auto;
    box-shadow: 0px 30px 70px -15px #dbdbdb; }
    .programa-detalle-page .programa-mapa-content-box .content-box .title {
      color: #4a4444;
      font-size: 2.4em;
      font-weight: 900;
      margin-bottom: 20px; }
    .programa-detalle-page .programa-mapa-content-box .content-box hr {
      border-top: solid 2px #e60026;
      width: 60px;
      display: inline-block;
      margin-bottom: 20px; }
    .programa-detalle-page .programa-mapa-content-box .content-box p {
      font-size: 1.4em;
      margin: 0; }
      .programa-detalle-page .programa-mapa-content-box .content-box p span {
        line-height: 1.6em; }

.programa-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0; }
  .programa-thumb .overlay-gradient {
    opacity: 0;
    transition: all 0.25s; }
  .programa-thumb .photo-box {
    height: 300px;
    display: block; }
  .programa-thumb .button {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%); }
  .programa-thumb:hover .overlay-gradient {
    opacity: 1; }
  .programa-thumb:hover .button {
    transform: none; }

.galaeria-box .video {
  height: 400px;
  overflow: hidden; }
  .galaeria-box .video .icon {
    color: #fff;
    width: 60px;
    line-height: 60px;
    font-size: 1.8em;
    border-radius: 50%;
    border: solid 1px #fff;
    position: relative;
    opacity: 0.75; }
    .galaeria-box .video .icon .overlay {
      background-color: #fff;
      border-radius: 50%;
      opacity: 0.1;
      transform: scale(0);
      transition: all 0.25s; }
  .galaeria-box .video .photo {
    transition: all 0.25s; }
  .galaeria-box .video:hover .photo {
    transform: scale(1.2);
    opacity: 0.25; }
  .galaeria-box .video:hover .icon {
    opacity: 1; }
    .galaeria-box .video:hover .icon .overlay {
      transform: scale(1.4);
      opacity: 0.25; }

.galaeria-box .button {
  font-size: 16px; }
  .galaeria-box .button.write-us img {
    margin-left: 12px; }

.programa-inlcuido .content-box {
  padding: 35px;
  padding-bottom: 0; }

.programa-inlcuido .title {
  font-weight: 900;
  margin-bottom: 20px; }

.programa-inlcuido hr {
  width: 40px !important;
  border-top: solid 2px #e60026;
  display: inline-block;
  margin-bottom: 40px; }

.programa-inlcuido p {
  margin-bottom: 40px; }

.programa-inlcuido .vertical-line {
  background-color: #e1e1e1; }

.programa-list-incluido {
  list-style: none;
  padding: 0;
  margin: 0; }
  .programa-list-incluido li {
    display: block;
    padding-left: 60px;
    border: solid 1px #e1e1e1;
    border-radius: 2px;
    position: relative;
    margin-bottom: 10px; }
    .programa-list-incluido li .icon {
      border-right: solid 1px #e1e1e1;
      width: 60px;
      line-height: 60px;
      height: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.8em; }
    .programa-list-incluido li span {
      display: inline-block;
      padding: 20px;
      line-height: 20px;
      font-size: 1.6em; }
    .programa-list-incluido li:last-child {
      margin-bottom: 0; }

.itinerario-box .container {
  position: relative;
  max-width: 1100px; }

.itinerario-box .button {
  padding: 20px 40px;
  font-size: 1.8em; }

.itinerario-card-box {
  padding: 0px 60px;
  margin-top: 0px; }
  .itinerario-card-box.right {
    margin-top: 60px;
    margin-bottom: 0; }

.itinerario-card {
  background-color: #f6f7fb;
  margin-bottom: 80px; }
  .itinerario-card .photo {
    height: 200px; }
  .itinerario-card .itinerario-content-box {
    padding: 40px;
    padding-bottom: 20px; }
  .itinerario-card .title-section .title {
    font-size: 2.8em;
    font-weight: 900; }
  .itinerario-card .title-section hr {
    width: 30px; }
  .itinerario-card .date-box {
    margin-bottom: 20px; }
    .itinerario-card .date-box span {
      font-size: 1.4em;
      margin-bottom: 10px;
      display: inline-block; }
      .itinerario-card .date-box span i {
        color: #6f6765;
        margin-right: 10px; }
  .itinerario-card .itinerario-content h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.4em; }
  .itinerario-card .itinerario-content p {
    margin-bottom: 20px; }
    .itinerario-card .itinerario-content p span {
      line-height: 1.6em; }

.vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #d3d8eb; }

.proyecto-detalle-page .bg-image {
  background-image: url("/assets/online/img/ilustraciones/dunas.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  height: 208px; }

.proyecto-detalle-page .photo-box.photo-box-bg-img {
  background-image: url("/assets/online/img/ilustraciones/dunas-2.png");
  background-repeat: repeat-x;
  background-position: 50px center; }

.proyecto-detalle-page .photo-box .overlay-bg {
  height: 300px;
  top: auto;
  bottom: 0; }

.proyecto-detalle-page .photo-box .photo {
  height: 500px; }
  .proyecto-detalle-page .photo-box .photo.photo-1 {
    transform: scale(1.2);
    z-index: 2; }

.proyectos-carrusel {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-slider {
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 998;
  display: inline-block;
  width: 36px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  border-radius: 50%; }
  .nav-slider:hover {
    background-color: #fff; }
    .nav-slider:hover i {
      color: #6f6765; }
  .nav-slider i {
    line-height: 36px;
    font-size: 2.4em;
    font-weight: bold; }
  .nav-slider.prev {
    left: 5%; }
  .nav-slider.next {
    right: 5%; }

.proyecto-card {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0; }
  .proyecto-card .photo-box {
    position: relative;
    height: 400px; }
    .proyecto-card .photo-box .photo {
      height: 100%;
      width: 100%; }
  .proyecto-card .overlay-gradient {
    opacity: 0;
    transition: all 0.25s; }
  .proyecto-card .overlay-content {
    padding: 40px;
    opacity: 0; }
    .proyecto-card .overlay-content .title {
      color: #fff;
      font-size: 2.8em;
      font-weight: 900; }
    .proyecto-card .overlay-content hr {
      width: 60px;
      border-top: solid 2px #fff;
      display: inline-block; }
    .proyecto-card .overlay-content .subtitle {
      color: #fff;
      font-weight: 600;
      font-size: 1.6em;
      opacity: 0;
      transition: all 0.25s; }
    .proyecto-card .overlay-content .content {
      color: #fff;
      font-size: 1.4em;
      opacity: 0;
      transition: all 0.25s; }
  .proyecto-card .button {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%); }
  .proyecto-card:hover .overlay-gradient {
    opacity: 1; }
  .proyecto-card:hover .overlay-content {
    opacity: 1; }
    .proyecto-card:hover .overlay-content .subtitle {
      opacity: 1; }
    .proyecto-card:hover .overlay-content .content {
      opacity: 1; }
  .proyecto-card:hover .button {
    transform: none; }

.catalogo-page .photo-title .photo-box {
  height: 500px;
  position: absolute;
  opacity: 0.25;
  margin-left: -50px; }
  .catalogo-page .photo-title .photo-box.photo-over {
    position: relative;
    opacity: 1;
    height: 600px;
    margin: 0;
    margin-top: -50px; }
  .catalogo-page .photo-title .photo-box.photo-2 {
    margin: 0;
    margin-right: -50px; }
  .catalogo-page .photo-title .photo-box .button {
    position: absolute;
    bottom: 0;
    left: 0; }

.catalogo-block .button {
  position: absolute;
  bottom: 0;
  left: 0; }

.catalogo-block .overlay-content {
  opacity: 1; }

.catalogo-block .overlay-gradient {
  opacity: 0;
  transition: all 0.25s; }

.catalogo-block:hover .overlay-gradient {
  opacity: 1; }

.blog-thumb {
  margin-bottom: 30px;
  box-shadow: 0px 15px 30px #e8eaf5; }
  .blog-thumb .blog-thumb-content {
    padding: 50px; }
  .blog-thumb .title {
    font-size: 2.8em;
    font-weight: 900;
    margin-bottom: 30px; }
  .blog-thumb hr {
    border-top: solid 2px #e60026;
    width: 60px;
    display: inline-block;
    margin-bottom: 30px; }
  .blog-thumb .location {
    font-weight: bold;
    margin-bottom: 10px; }
  .blog-thumb .content {
    margin-bottom: 0; }

.header-image .title {
  font-size: 3.6em;
  max-width: 500px;
  display: inline-block;
  text-shadow: 0px 0px 40px #000; }

.buscador-blog .form-field-box {
  margin-bottom: 0; }
  .buscador-blog .form-field-box .form-field {
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    border-left: solid 2px #f6f7fb;
    padding: 15px; }

.bg-image-ondas {
  background-image: url(/assets/online/img/ilustraciones/dunas-2.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  height: 300px; }

.bg-image-ondas-up {
  margin-top: -200px;
  background-color: transparent;
  z-index: 2; }

.un-ultimate-journeys .overlay-bg {
  display: none; }

.photo-album-box {
  padding-top: 50px;
  overflow: hidden; }
  .photo-album-box .photo {
    height: 400px;
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin-left: -1px;
    margin-right: -1px; }
    .photo-album-box .photo.active {
      height: 500px;
      z-index: 2;
      box-shadow: 0px 100px 100px rgba(0, 0, 0, 0.5); }

.un-tabs-box {
  border-bottom: solid 1px #f6f7fb; }
  .un-tabs-box .un-tabs-block {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1000; }
    .un-tabs-box .un-tabs-block.un-tabs-block-fixed {
      position: fixed;
      top: 58px; }
  .un-tabs-box .tabs-menu {
    display: inline-block;
    width: auto;
    float: none; }
    .un-tabs-box .tabs-menu li {
      float: none; }

.un-content-box {
  overflow: hidden; }
  .un-content-box .main-content-box {
    box-shadow: 0px 20px 20px #e8eaf5; }
  .un-content-box .content-box {
    padding: 45px; }
    .un-content-box .content-box .title {
      margin-bottom: 30px;
      font-size: 3.6em;
      font-weight: bold; }
    .un-content-box .content-box hr {
      border-top: solid 2px #e60026;
      width: 60px;
      margin-bottom: 30px;
      display: inline-block; }

.un-why-content-box .title-section .title {
  font-size: 3em;
  font-weight: bold;
  max-width: 540px;
  display: inline-block; }

.un-why-content-box .un-why-content-single .icon {
  font-size: 5em;
  margin-bottom: 30px; }

.un-why-content-box .un-why-content-single .icon-h {
  height: 55px; }

.un-why-content-box .un-why-content-single .title {
  margin-bottom: 30px;
  font-size: 2.8em;
  color: #6f6765;
  font-weight: bold; }

.un-why-content-box .un-why-content-single hr {
  border-top: solid 2px #e60026;
  width: 60px;
  margin-bottom: 30px; }

.about-mision-box {
  padding: 50px;
  vertical-align: middle; }
  .about-mision-box .about-mision-block {
    min-height: 270px;
    display: inline-block;
    float: none; }
  .about-mision-box .title {
    font-size: 3.6em;
    color: #4a4444;
    margin-bottom: 30px;
    font-weight: bold; }
  .about-mision-box hr {
    border-top: solid 2px #e60026;
    width: 60px;
    display: inline-block;
    margin: 0;
    margin-bottom: 30px; }

.about-values-box {
  padding: 50px;
  min-height: 500px; }
  .about-values-box .title {
    font-size: 3.6em;
    color: #fff;
    margin-bottom: 30px;
    z-index: 1000;
    position: relative; }
  .about-values-box hr {
    width: 60px;
    z-index: 2;
    position: relative;
    z-index: 1000; }
  .about-values-box .single-value .bg-image {
    opacity: 0.25; }
  .about-values-box .single-value i {
    font-size: 6em; }
  .about-values-box .single-value .text {
    font-size: 2.4em;
    display: block;
    margin: 0; }
  .about-values-box .slider-pager {
    position: absolute;
    z-index: 1000;
    bottom: 40px;
    padding: 0;
    margin: 0;
    left: 0; }
    .about-values-box .slider-pager li {
      display: inline-block;
      margin: 0px 5px; }
      .about-values-box .slider-pager li span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 0.5;
        border-radius: 50%;
        cursor: pointer; }
      .about-values-box .slider-pager li.cycle-pager-active span {
        opacity: 1; }

.about-content-box .bg-box-image {
  max-height: 450px;
  opacity: 0.1;
  -o-filter: grayscale(1);
  filter: grayscale(1); }

.about-content-box .title-section .title {
  margin-bottom: 30px; }

.about-content-box .title-section hr {
  display: inline-block;
  border-top: solid 2px #e60026;
  width: 60px;
  margin-bottom: 30px; }

.about-content-box .title-section .subtitle {
  font-size: 2.8em;
  max-width: 980px;
  display: inline-block; }

.team-block-images {
  transform: scale(0.8); }
  .team-block-images .block-img .photo {
    background-size: 100% auto;
    background-repeat: no-repeat; }

.diferencial-box {
  border: solid 1px #f4f4f4;
  padding: 35px; }
  .diferencial-box i {
    margin-bottom: 15px; }
    .diferencial-box i img {
      width: auto;
      height: auto;
      max-width: 100px;
      max-height: 100px; }
  .diferencial-box hr {
    width: 60px;
    border-top: solid 2px #e60026;
    margin: 15px auto; }
  .diferencial-box .title {
    font-size: 2.2em;
    font-weight: bold; }
  .diferencial-box p {
    font-size: 1.4em;
    font-weight: 500;
    max-width: 200px;
    margin: 0 auto; }

.diferencial-box-2 {
  border: solid 1px #f4f4f4;
  padding: 25px; }
  .diferencial-box-2.table-cell {
    vertical-align: middle; }
  .diferencial-box-2 i img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px; }

.diferencial-content-2 {
  padding: 35px; }
  .diferencial-content-2 .title {
    margin-bottom: 20px; }

.dialog-alert-modal .modal-dialog {
  background-color: transparent; }

.dialog-alert-modal .modal-content {
  background-color: transparent; }
  .dialog-alert-modal .modal-content .header-dialog-modal h5 {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-family: "Lato"; }
  .dialog-alert-modal .modal-content .content-dialog-modal p {
    margin-bottom: 0;
    color: #8C8C8C; }
  .dialog-alert-modal .modal-content .footer-dialog-modal {
    border-top: solid 1px #f6f7fb;
    padding-top: 10px;
    padding-bottom: 2px; }
    .dialog-alert-modal .modal-content .footer-dialog-modal .button {
      margin-left: 8px; }

.experiencia-modal .modal-dialog .modal-content .modal-close {
  color: #97919f;
  font-size: 20px; }

.experiencia-modal .modal-dialog .modal-content .action-button {
  z-index: 9; }

.experiencia-modal .modal-dialog .bottom-img {
  position: absolute;
  bottom: 0;
  left: 0; }

.preguntas-frecuentes .image-box {
  background-position: center; }

.preguntas-frecuentes .content-box {
  padding-left: 70px;
  padding-top: 100px; }
  .preguntas-frecuentes .content-box .title-box {
    display: inline-block;
    padding: 32px 108px;
    border-radius: 40px 40px 40px 0px;
    margin-left: -100px; }
    .preguntas-frecuentes .content-box .title-box h5 {
      margin-bottom: 0;
      font-size: 16px; }
  .preguntas-frecuentes .content-box .tarjetas {
    max-width: 700px; }
    .preguntas-frecuentes .content-box .tarjetas .cta {
      padding-left: 45px; }
      .preguntas-frecuentes .content-box .tarjetas .cta h5 {
        margin-right: 20px; }
    .preguntas-frecuentes .content-box .tarjetas .separador {
      margin-top: 0;
      margin-bottom: 50px;
      margin-left: 45px; }

.contacto-banner {
  height: 540px; }
  .contacto-banner .container {
    max-width: 1000px; }
  .contacto-banner .content-box {
    position: absolute;
    top: 35%;
    z-index: 999; }
    .contacto-banner .content-box h1 {
      margin-bottom: 10px;
      font-size: 2.4em; }
    .contacto-banner .content-box h4 {
      margin-bottom: 0;
      font-size: 1.4em; }

.contacto-content .formulario {
  padding: 40px;
  margin-top: -286px; }
  .contacto-content .formulario .contacto-form .form-field-box {
    margin-bottom: 30px; }
    .contacto-content .formulario .contacto-form .form-field-box.form-field-box-md .form-field {
      border: 0px;
      border-bottom: 1px solid #fafafa; }
      .contacto-content .formulario .contacto-form .form-field-box.form-field-box-md .form-field:focus {
        border-bottom: 1px solid #e60026; }
    .contacto-content .formulario .contacto-form .form-field-box.form-field-box-md label {
      font-weight: 400;
      color: #4a4444; }
  .contacto-content .formulario .enviar-mensaje {
    margin-top: 15px; }

.contacto-content .informacion .info .info-title {
  font-size: 1.4em;
  margin-bottom: 20px; }
  .contacto-content .informacion .info .info-title.horario {
    margin-top: 20px; }

.contacto-content .informacion .info .info-text {
  font-size: 1.3em;
  line-height: 20px;
  margin-bottom: 0; }

.contacto-content .informacion .info .separador {
  border: 1px solid #e60026;
  border-radius: 2px;
  max-width: 40px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px; }

.panel-page-class .container {
  max-width: 1280px; }

.panel-page-class .panel-title {
  font-size: 2.8em;
  color: #e60026;
  margin-bottom: 50px;
  margin-top: 15px;
  font-weight: 500; }

.panel-page-class .panel-block {
  margin-bottom: 15px; }

.panel-page-class .panel-content {
  padding: 35px;
  padding-top: 50px;
  padding-bottom: 50px; }

.panel-page-class .panel-section-title {
  color: #e60026;
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 50px; }

.perfil-info {
  padding-left: 150px;
  min-height: 120px; }
  .perfil-info .perfil-name {
    font-size: 2.2em;
    color: #080707;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 35px; }
  .perfil-info .perfil-subtitle {
    font-size: 1.4em;
    font-weight: 500; }
  .perfil-info .perfil-foto {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fafafa;
    position: absolute;
    left: 0;
    background-image: url("/assets/online/img/profile.jpg");
    cursor: pointer; }
    .perfil-info .perfil-foto i {
      width: 30px;
      line-height: 30px;
      background-color: #e60026;
      color: #fff;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      bottom: 5px;
      right: 5px; }

.panel-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px; }
  .panel-menu li a {
    display: inline-block;
    padding: 30px;
    text-align: center;
    width: 100%;
    color: #4a4444; }
    .panel-menu li a .icon {
      width: 100%;
      font-size: 2.4em;
      margin-bottom: 10px;
      opacity: 0.75; }
    .panel-menu li a .text {
      width: 100%;
      font-size: 1.4em;
      font-weight: 500; }
    .panel-menu li a:hover {
      text-decoration: none; }
  .panel-menu li.active a {
    background-color: #fafafa; }
    .panel-menu li.active a .text {
      color: #080707; }
    .panel-menu li.active a .icon {
      color: #e60026; }

.panel-stats .panel-stat-block {
  padding: 50px 35px; }
  .panel-stats .panel-stat-block .panel-stat-content {
    min-height: 120px; }
    .panel-stats .panel-stat-block .panel-stat-content .vertical-line {
      width: 1px;
      background-color: #f6f7fb;
      height: 100%;
      position: absolute;
      right: -35px;
      top: 0;
      opacity: 0.5; }
    .panel-stats .panel-stat-block .panel-stat-content .info-block {
      margin-bottom: 20px;
      margin-top: 20px; }
    .panel-stats .panel-stat-block .panel-stat-content .icon {
      color: #e60026;
      font-size: 3.6em; }
    .panel-stats .panel-stat-block .panel-stat-content .number {
      display: inline-block;
      margin-left: 10px;
      font-size: 3.6em;
      font-weight: 500; }
    .panel-stats .panel-stat-block .panel-stat-content .title {
      font-weight: 500; }

.form-page .page-content {
  min-height: 100vh; }

.form-page .form-title {
  margin-bottom: 10px; }

.form-page .text {
  font-weight: 500; }
  .form-page .text a {
    color: #e60026;
    text-decoration: none; }
    .form-page .text a.forget-password {
      color: #4a4444; }
    .form-page .text a:hover {
      text-decoration: underline; }

.form-page body {
  padding-top: 0; }

.form-page header.main-header {
  display: none; }

.form-page .footer {
  display: none; }

.form-page .form-sidebar {
  min-height: 100vh;
  padding: 50px; }

.form-page .form-ong-register .register-container {
  margin-top: -130px; }

.form-page .banner-ong-register {
  padding-top: 100px; }
  .form-page .banner-ong-register .overlay {
    height: 100%;
    background-color: rgba(47, 46, 46, 0.7); }

.form-page .button-social {
  font-size: 1.6em;
  font-weight: 500;
  padding: 8px 20px;
  padding-right: 35px;
  margin-bottom: 15px; }
  .form-page .button-social i {
    margin-right: 10px; }
  .form-page .button-social.facebook {
    background-color: #3b5998; }
  .form-page .button-social.linkedin {
    background-color: #006699; }
  .form-page .button-social.google {
    background-color: #e33e2b; }

.buscador-page body {
  background: linear-gradient(to right, #fff 50%, #fafafa 50%); }

.buscador-page .field-buscador .form-field-box.form-field-icon .field-icon {
  background-color: #e60026;
  left: auto;
  right: 0;
  color: #fff; }

.buscador-page .field-buscador .form-field-box.form-field-icon .form-field {
  padding-left: 15px; }

.buscador-page .form-field-box.form-field-icon .field-icon {
  background-color: transparent;
  color: #e60026; }

.buscador-page .form-field-box.form-field-icon .form-field {
  padding-left: 50px;
  padding-right: 15px;
  background-color: #fafafa; }

.buscador-page .search-type a {
  font-size: 1.8em;
  color: #6f6765;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.25s; }
  .buscador-page .search-type a:hover {
    color: #4a4444; }
  .buscador-page .search-type a.active {
    color: #e60026; }

.buscador-page .buscador-causas {
  border-bottom: solid 1px #f6f7fb; }

.notifications-page-class .slider-chef-box {
  display: none; }

.notifications-page-class .profile-content-box {
  padding-top: 20px;
  background-color: #f7f7f7; }

.notifications-page-class .profile-header {
  display: none; }

.notifications-page-class .profile-menu {
  display: none; }

.sidebar-form-page-class body {
  padding-top: 0;
  background-color: #2f2e2e; }

.sidebar-form-page-class .main-header {
  display: none; }

.sidebar-form-page-class .main-footer {
  display: none; }

.sidebar-form-page-class .sidebar-page {
  height: 100vh;
  padding: 60px 60px;
  overflow-x: hidden;
  overflow-y: scroll; }
  .sidebar-form-page-class .sidebar-page .title-section {
    margin-bottom: 50px; }
    .sidebar-form-page-class .sidebar-page .title-section .title {
      font-family: "Lato";
      color: #4a4444;
      margin-bottom: 15px; }
    .sidebar-form-page-class .sidebar-page .title-section p {
      color: #6f6765;
      margin-bottom: 0; }
  .sidebar-form-page-class .sidebar-page .form-question {
    margin-bottom: 20px;
    border-left: solid 2px #e60026;
    padding-left: 15px;
    font-size: 1.8em;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    display: inline-block; }
    .sidebar-form-page-class .sidebar-page .form-question:hover {
      color: #e60026; }
  .sidebar-form-page-class .sidebar-page .form-label {
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: 400;
    cursor: pointer; }
    .sidebar-form-page-class .sidebar-page .form-label:hover {
      color: #e60026; }
    .sidebar-form-page-class .sidebar-page .form-label .field-radio {
      margin-right: 10px; }
      .sidebar-form-page-class .sidebar-page .form-label .field-radio:checked + span {
        color: #e60026;
        font-weight: 600; }

.sidebar-form-page-class .sidebar-photo {
  height: 100vh; }

.contacto-page .contacto-content .title-section h1 {
  color: #4a4444;
  margin-bottom: 40px; }

.contacto-page .contacto-content .title-section span.title-line {
  margin-bottom: 68px; }

.contacto-page .contacto-content .contact-formulario .button-enviar {
  margin-top: 10px; }

.contacto-page .bg-image-ondas-contacto {
  margin-bottom: -100px; }

.contacto-page .contacto-footer .contact-block.footer-info i {
  width: 60px;
  line-height: 60px;
  color: transparent;
  top: -10px; }

.contacto-page .contacto-footer .contact-block.footer-info h4 {
  padding-left: 70px; }

.contacto-page .contacto-footer .footer-info i {
  font-size: 1.3em;
  color: #fff;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  margin-right: 15px;
  background-color: #2f2e2e;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

.contacto-page .contacto-footer .footer-info i.fb-icon {
  background-color: #6f6765; }
  .contacto-page .contacto-footer .footer-info i.fb-icon:hover {
    background-color: #e60026; }

.contacto-page .contacto-footer .footer-info h4 {
  font-size: 1.4em;
  color: #6f6765;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-left: 40px;
  min-height: 30px;
  padding-top: 5px; }

.banner-contacto {
  height: 350px; }

.blog-detalle-banner .content .title-section .title {
  margin-bottom: 48px; }

.blog-detalle-content .title-section h1 {
  color: #4a4444;
  margin-bottom: 30px; }

.blog-detalle-content .title-section .autor {
  margin-bottom: 0;
  color: #ababab; }

.blog-detalle-content .title-section .date {
  margin-bottom: 0px;
  color: #ababab; }

.blog-detalle-content .content .image {
  max-width: 100%;
  float: right;
  margin: 15px;
  margin-right: 0; }

.blog-detalle-content .content p {
  margin: 0 auto; }

.timeline-card {
  padding: 20px;
  transition: all 0.5s;
  min-height: 320px; }
  .timeline-card .title {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px; }
  .timeline-card .title-hr {
    border-top: solid 2px #e60026;
    width: 60px;
    display: inline-block;
    margin: 0;
    margin-bottom: 30px; }
  .timeline-card .logo-img img {
    width: auto;
    max-width: 100%;
    width: auto;
    max-height: 100px;
    display: inline-block;
    background-color: #fff; }
  .timeline-card .logo-img hr {
    position: absolute;
    top: 50%; }

.timeline-card-carousel {
  list-style: none;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 0px; }
  .timeline-card-carousel .owl-stage-outer {
    overflow: visible; }
  .timeline-card-carousel .owl-item .timeline-card {
    opacity: 0.5;
    -o-filter: blur(2px);
    filter: blur(2px);
    transform: scale(0.8); }
  .timeline-card-carousel .owl-item.active .timeline-card {
    opacity: 0.5;
    -o-filter: blur(2px);
    filter: blur(2px);
    transform: scale(0.8) translateX(20%); }
  .timeline-card-carousel .owl-item.active.center .timeline-card {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0px 0px 50px #e4e7f3;
    -o-filter: none;
    filter: none; }
  .timeline-card-carousel .owl-item.active.center + .owl-item .timeline-card {
    transform: scale(0.8) translateX(-20%); }
  .timeline-card-carousel .item {
    padding: 0px 5px; }

p.history-text {
  max-width: 625px;
  margin: 0 auto;
  text-align: justify; }

.timeline-pager-box {
  padding: 10px;
  box-shadow: 0px 15px 50px #e4e7f3; }

.timeline-pager {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #fff;
  max-width: 100%;
  white-space: nowrap;
  position: relative; }
  .timeline-pager .single-pager {
    display: inline-block; }
    .timeline-pager .single-pager .single-pager-link {
      background-color: #fff;
      color: #6f6765;
      padding: 10px;
      text-decoration: none;
      display: inline-block;
      transition: all 0.5s; }
      .timeline-pager .single-pager .single-pager-link .year {
        font-size: 1.6em;
        transition: all 0.5s;
        display: block;
        font-weight: bold;
        margin-bottom: 10px; }
      .timeline-pager .single-pager .single-pager-link .circle {
        width: 10px;
        height: 10px;
        background-color: transparent;
        border-radius: 50%;
        display: inline-block;
        z-index: 2;
        position: relative;
        display: none; }
      .timeline-pager .single-pager .single-pager-link:hover {
        text-decoration: none; }
    .timeline-pager .single-pager.active .single-pager-link {
      color: #fff;
      cursor: pointer; }
      .timeline-pager .single-pager.active .single-pager-link .year {
        transform: scale(1.2) translateY(-10%);
        color: #4a4444; }
      .timeline-pager .single-pager.active .single-pager-link .circle {
        background-color: #e60026; }

.timline-pager-bar-box {
  position: absolute;
  top: 50px;
  background-color: #f6f7fb;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

.timline-pager-bar {
  background-color: #e60026;
  position: absolute;
  height: 2px;
  transition: all 0.25s; }
  .timline-pager-bar .extra-bar {
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #e60026;
    right: -40px; }
    .timline-pager-bar .extra-bar:after {
      content: '0';
      color: transparent;
      border-radius: 50%;
      width: 10px;
      line-height: 10px;
      display: inline-block;
      background-color: #e60026;
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(50%) translateY(-50%); }

.timeline-nav {
  position: absolute;
  top: 50%;
  left: 30px;
  color: #e60026;
  font-size: 4em;
  z-index: 4; }
  .timeline-nav.tn-next {
    left: auto;
    right: 30px; }

@media all and (max-width: 1560px) {
  html.home-page body header.main-header {
    background: linear-gradient(to right, #fafafa 50%, #fff 50%); }
  .preguntas-frecuentes .content-box {
    padding-left: 50px;
    padding-top: 80px; }
    .preguntas-frecuentes .content-box .tarjetas .separador {
      margin-top: 0;
      margin-bottom: 50px;
      margin-left: 45px;
      max-width: 550px; }
  .pregunta-frecuente-card {
    margin-bottom: 50px; }
    .pregunta-frecuente-card .info {
      padding-left: 45px;
      padding-right: 50px !important; } }

@media all and (max-width: 1280px) {
  .preguntas-frecuentes .content-box {
    padding-top: 50px; }
    .preguntas-frecuentes .content-box .title-box {
      padding: 25px 80px; }
    .preguntas-frecuentes .content-box .tarjetas .separador {
      display: none; } }

@media all and (max-width: 1078px) {
  ul.menu.menu-horizontal li a {
    padding: 21px 6px;
    font-size: 1.2em; } }

@media all and (max-width: 992px) {
  html.home-page body {
    height: auto; }
    html.home-page body .home-container .home-product-content {
      height: auto; }
    html.home-page body .home-container .home-banner {
      height: 520px;
      padding-bottom: 0; }
      html.home-page body .home-container .home-banner .banner-content h1.hero-heading {
        margin-bottom: 10px;
        font-size: 2.8em; }
      html.home-page body .home-container .home-banner .banner-content h2 {
        font-size: 1.8em; }
    html.home-page body header.main-header {
      background: #fff; }
    html.home-page body footer.main-footer {
      position: relative; }
  .blog-post-thumb {
    margin-bottom: 22px; }
  html.search-page body {
    overflow: visible;
    height: auto; }
    html.search-page body .search-container .results-container {
      height: auto;
      overflow: visible; }
  html.search-page .search-map {
    display: none; }
  html.search-page .results-container {
    height: auto;
    overflow: auto; }
  html.search-page .menu-mobile-button.search-mobile {
    display: inherit !important; }
  html.inmueble-page body {
    padding-top: 60px; }
    html.inmueble-page body .menu-mobile-button.search-mobile {
      display: inherit !important; }
  .detalle-experiencia-page .content-info .title-section .place {
    padding-left: 0; }
    .detalle-experiencia-page .content-info .title-section .place i {
      position: relative;
      left: auto;
      margin-right: 10px; }
  .detalle-experiencia-page .content-info .content-section {
    padding-right: 0; }
  .detalle-experiencia-page .content-actions .experiencia-img {
    height: 400px; }
  .detalle-experiencia-page .content-actions .action-buttons .button.write-us {
    margin-bottom: 15px; }
  .filter-box {
    top: 60px;
    padding-bottom: 80px; }
    .filter-box .container {
      padding: 0; }
    .filter-box .box-popup {
      padding: 20px 10px; }
    .filter-box .cta {
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 20px;
      padding-bottom: 0;
      z-index: 999999; }
      .filter-box .cta .cta-box {
        padding: 20px; }
  .buscador-home-box .container {
    max-width: 780px; }
  .buscador-home-box .form-field-box .form-field {
    font-size: 1.6em; }
  .buscador-home-box .ms-options-wrap button {
    padding: 20px 8px;
    font-size: 1.6em;
    line-height: 15px; }
  .itinerario-card-box {
    padding: 20px;
    padding-bottom: 0; }
    .itinerario-card-box.right {
      margin-top: 30px; } }

@media all and (max-width: 768px) {
  body {
    padding-top: 60px; }
    body:hover {
      cursor: pointer; }
  footer.main-footer {
    padding-top: 20px; }
    footer.main-footer .container h4 {
      font-size: 12px;
      margin-bottom: 20px; }
  .referencias {
    width: 100%; }
  .section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .null-padding-side-xs {
    padding-left: 0;
    padding-right: 0; }
  .banner-box .content-box {
    margin-top: -50px; }
    .banner-box .content-box h1 {
      font-size: 2.8em; }
  .buscador-home-box .form-field-box .form-field {
    padding: 15px 8px; }
  .timeline-card {
    padding: 20px; }
  .about-content-box .title-section .subtitle {
    font-size: 2.8em; }
  .team-block-images {
    transform: none; }
    .team-block-images .block-img-big {
      height: 540px; }
    .team-block-images .block-img-medium {
      height: 490px; }
  .un-content-box .content-box {
    padding: 35px; }
  .un-content-box .block-img-slider-1 {
    min-height: 350px; }
  .blog-thumb .blog-thumb-content {
    padding: 25px; }
  .blog-post-thumb h4 {
    margin-bottom: 10px; }
  .contacto-page .contacto-content .title-section span.title-line {
    margin-bottom: 25px; }
  .contacto-page .contacto-footer {
    border-bottom: solid 1px #eff1f8;
    padding-bottom: 10px;
    margin-bottom: 40px; }
  .banner-contacto {
    height: 200px; }
  .programa-detalle-page .programa-mapa-content-box {
    margin-top: 0;
    padding: 25px; }
  .programa-inlcuido .content-box {
    padding: 25px; }
  .itinerario-card-box.right {
    margin-top: 0; }
  .itinerario-card .itinerario-content-box {
    padding: 20px;
    padding-bottom: 40px; }
  .card-search-box .photo-box {
    height: 200px; }
  .card-search-box .content-box {
    padding: 25px; }
  .proyecto-card {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0; }
    .proyecto-card .photo-box {
      position: relative;
      height: 200px; }
      .proyecto-card .photo-box .photo {
        height: 100%;
        width: 100%; }
    .proyecto-card .overlay-gradient {
      opacity: 1;
      transition: all 0.25s; }
    .proyecto-card .overlay-content {
      padding: 40px;
      opacity: 1; }
      .proyecto-card .overlay-content .title {
        color: #fff;
        font-size: 2em;
        font-weight: 900; }
      .proyecto-card .overlay-content hr {
        width: 60px;
        border-top: solid 2px #fff;
        display: inline-block; }
      .proyecto-card .overlay-content .subtitle {
        color: #fff;
        font-weight: 600;
        font-size: 1.6em;
        opacity: 1;
        transition: all 0.25s; }
      .proyecto-card .overlay-content .content {
        color: #fff;
        font-size: 1.4em;
        opacity: 1;
        transition: all 0.25s; }
    .proyecto-card .button {
      padding-left: 55px !important;
      padding-right: 55px !important;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: none; }
  .proyecto-detalle-page .photo-box .photo {
    height: 300px; }
  .table-box-responsive-xs {
    display: block;
    float: left; }
    .table-box-responsive-xs .table-cell {
      display: block;
      float: left; }
      .table-box-responsive-xs .table-cell.photo {
        min-height: 150px; }
  .null-padding-side-xs {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .null-padding-top-xs {
    padding-top: 0 !important; }
  .null-padding-bottom-xs {
    padding-bottom: 0 !important; }
  .null-padding-left-xs {
    padding-left: 0 !important; }
  .null-padding-right-xs {
    padding-right: 0 !important; }
  .custom-modal.user-dialogs .modal-dialog {
    padding: 20px; } }

@media all and (max-width: 480px) {
  .buscador-home-box .content-box {
    padding-bottom: 0; }
    .buscador-home-box .content-box .form-field-box-md .form-field {
      margin-bottom: 30px; }
    .buscador-home-box .content-box h4 {
      font-size: 1.6em; }
    .buscador-home-box .content-box .button {
      padding: 15px; }
    .buscador-home-box .content-box .ms-options-wrap button {
      padding: 15px; }
  .home-page-class .nuestros-programas-box .regiones-section .bg-illustration {
    display: none; }
  .team-block-images .block-img-big {
    height: 280px; }
  .team-block-images .block-img-medium {
    height: 225px; }
  .detalle-experiencia-page .action-buttons .button {
    width: 100%; }
    .detalle-experiencia-page .action-buttons .button.write-us {
      margin-bottom: 15px; }
  .table-box-responsive {
    display: block; }
    .table-box-responsive .table-cell {
      display: block; }
      .table-box-responsive .table-cell.content {
        display: inline-block; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  .team-block-images .block-img-big {
    height: 540px; }
  .team-block-images .block-img-medium {
    height: 540px; } }

@media all and (max-width: 374px) {
  .menu-mobil-box ul.menu li a {
    padding: 10px 45px;
    font-size: 1.3em; } }

.main-page-container {
  overflow-x: hidden; }

/*# sourceMappingURL=project.css.map */
.js-cookie-consent{
    position: fixed;
	height: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #2f2e2e;
    border-top: solid 2px #337ab7;
	padding-top: 18px;
}

.beneficio-card-box .beneficio-card .image-icon {
  display: initial!important;
}

.timeline-nav .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: x-large;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}