/* Base */
html {
  overflow-x: hidden;
}
body {
  line-height: 1.7;
  font-weight: 300;
  font-size: 1.1rem;
  color: #989898;
  font-family: 'Exo', sans-serif;
}
html, body {
  max-width: 100%;
}
.fw-bold {
  font-weight: bold;
}
.ccont {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex:1 0 auto;

}
.onphone{
  display: none;
}
.nomr{
  margin-right: 0px !important;
}
.div-actividades{
  background-color: #252A2F;
  padding: 5%;
  color: white !important;
}
.div-actividades h2,.div-actividades h3{
  color: white;
}
.col-bnnr, .col-imglat{
  padding-left: 0px;  padding-right: 0px;
}
.oranges{
  height: auto;
}
.orangesh{
  height: 250px;
}
.orange1{
  background-color: #3e4144;
}
.orange2{
  background-color: #474b4e;
}
.orange3{
  background-color: #65727c;
}
.bgblack{
  background: #191818 0% 0% no-repeat padding-box;
}
.orange0{
  background-color: transparent;
}
.orangeimg{
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.orangeimgA{
  background-image: url('../images/2021/img-2a.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.orangeimgB{
  background-image: url('../images/2021/img-2b.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .orangeimg{
    height: 300px;
  }
}
.modbd{
  font-size: 18px !important;
}
.img-lat{
  height: 520px;
  background-image: url('../images/2023/banner-actividades.png');
  background-size: cover;
  background-position: center;
}
.orangessq b{
  font-weight: bold;
}
.orange-content2{
      position: absolute;
    bottom: 50px;
    font-size: 0.9rem;
    line-height: 1rem;
}
.col-oranges l{
  font-size: 15px;
  font-weight: lighter;
}
.col-oranges2{
  padding-left: 0px;
  padding-right: 0px;
}
.col-oranges, .col-oranges2, .col-oranges5{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 400px;
}
.col-oranges3{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-oranges4, .col-oranges6{
      -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-orangesb1{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.col-orangesb2{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.espbr{
  display: none;
}
.bgimgact{
  background-image: url('../images/2023/banner23.jpg') !important;
  background-position: right !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-color: #521D6F;
  height: 600px !important;
}
.bgimgact > .container > .row {
  height: 600px !important;
}
.bgimgact img{
  display: none;
}
@media screen and (max-width: 991px) {
  .bgimgact{
    background-image: none !important;
    height: auto !important;
  }
  .bgimgact img{
    display: block;
  }
}
.btn-actividad{
  padding: 15px;
  width: 70px;
  background-color: black;
  color: white;
  font-size:35px !important;
  opacity: .8;
  border-radius: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.number-day{
    padding: 5px;
    width: 40px;
    background-color: black;
    color: white;
    font-size: 22px !important;
    opacity: .8;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a:hover {
  text-decoration: none;
  color: #FFC400;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Exo', sans-serif;
  color: #000;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  border-width: 2px;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary:hover {
  border-color: #c83660;
  background: #c83660;
  color: #fff;
}
.btn.btn-black {
  border-width: 2px;
  border-color: #000;
  background: #000;
  color: #fff;
}
    .btn.btn-black:hover {
      color: #000;
      background-color: transparent; }
    .btn.btn-black.btn-outline-black {
      color: #000;
      background-color: transparent; }
      .btn.btn-black.btn-outline-black:hover {
        border-color: #000;
        background: #000;
        color: #fff; }
  .btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000; }
    .btn.btn-white:hover {
      color: #fff;
      background-color: transparent; }
    .btn.btn-white.btn-outline-white {
      color: #fff;
      background-color: transparent; }
      .btn.btn-white.btn-outline-white:hover {
        border-color: #fff;
        background: #fff;
        color: #000; }
  .btn.btn-outline-white {
    background: transparent;
    border-color: #fff;
    color: #fff; }
    .btn.btn-outline-white:hover {
      background: #fff;
      border-color: #fff;
      color: #000; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 40px;
  border-radius: 5px;
  background: none;
  border-width: 2px;
  text-decoration: none;
}
  .form-control:active, .form-control:focus {
    border-color: #7600FF;
    background: none; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #c83660; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem;
  text-transform: uppercase;
  max-width: 250px;
}
.site-logo a img {
  content:url("../images/logo_white.png");
  width: 200px;
}

.line_uvp-50{
  background: transparent linear-gradient(270deg, #800D4B 0%, #D31448 47%, #EB7A18 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 5px;
  margin-bottom: -10px;
  display: none;
}

.line_uvp-100 {
  background: transparent linear-gradient(270deg, #800D4B 0%, #D31448 47%, #EB7A18 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 10px;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; }
  .site-navbar .container-fluid {
    padding-left: 7rem;
    padding-right: 7rem; }
    @media (max-width: 991.98px) {
      .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #c83660;
      display: inline-block;
      padding: 5px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 20px;
        color: #FFF;
        display: inline-block;
        text-decoration: none !important;
      font-size: 15px;}
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #c83660;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #c83660 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #c83660; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
    .site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #c83660; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #c83660; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 15px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar .site-menu-toggle > span:before {
      color: #000 !important; }
    .sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff;
        position: relative; }
        .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #fff;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px; }
  .sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle > span:before {
      color: #000 !important; }
.sticky-wrapper.is-sticky .site-navbar .site-logo a img {
  content:url("../images/imagen_logo.png");
}
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
        padding: 5px 20px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #FFC400; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #FFC400; }
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

/* Blocks */
.intro-section {
  position: relative; }
  .intro-section > .container {
    z-index: 10;
    position: relative; }
  .intro-section, .intro-section .container .row {
    height: 100vh;
    min-height: 900px; }
  .intro-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ccc;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .intro-section:before {
        width: 100%; } }
  .intro-section:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .intro-section h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #fff; }
    @media (max-width: 991.98px) {
      .intro-section h1 {
        font-size: 2rem; } }
  .intro-section .desc {
    color: white;
    font-size: 1.4rem;
    max-width: 700px; }
  .intro-section a {
    color: #fff;
    text-decoration: underline; }
    .intro-section a:hover {
      text-decoration: none; }
  .intro-section .btn {
    text-decoration: none; }

.schedule-wrap {
  padding: 40px;
  background: #c83660;
  max-width: 700px;
  position: relative;
  z-index: 9;
  color: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .schedule-wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg); }
  .schedule-wrap strong {
    color: #fff;
    font-weight: bold; }
  .schedule-wrap .cta a {
    text-align: center;
    background: #f89d13;
    color: #fff;
    padding: 10px 20px; }
    .schedule-wrap .cta a .arrow {
      font-size: 1.2rem;
      position: relative;
      top: 3px; }

.schedule-wrap2 {
  padding: 40px;
  background: #c83660;
  width: 50%;
  position: absolute;
  z-index: 9;
  right: 0;
  color: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

  @media (max-width: 991.98px) {
    .schedule-wrap2 {
      width: 90%; } 
    
      .navbar-menu .site-menu-toggle .h3{
        color: #fff !important;
      }
      .site-navbar .site-navigation .site-menu > li > a {
        color: #000 !important;
      }
    }
  .schedule-wrap2:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: inherit;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg); }
  .schedule-wrap2 strong {
    color: #fff;
    font-weight: bold; }
  .schedule-wrap2 .cta a {
    text-align: center;
    background: #f89d13;
    color: #fff;
    padding: 10px 20px; }
    .schedule-wrap2 .cta a .arrow {
      font-size: 1.2rem;
      position: relative;
      top: 3px; }

.ftco-feature-1 {
  text-align: center;
  padding-top: 30px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff; }
  .ftco-feature-1 .icon {
    font-size: 70px;
    color: #c83660; }
  .ftco-feature-1 .ftco-feature-1-text {
    padding: 30px; }
  .ftco-feature-1 h2 {
    font-size: 20px;
    font-weight: bold; }
  .ftco-feature-1 p {
    color: #989898; }
  .ftco-feature-1:hover, .ftco-feature-1.active {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1); }

.block-14 .owl-nav {
  display: none; }

.block-14 .owl-stage {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.block-14 .owl-dots {
  text-align: center; }
  .block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .block-14 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #ccc;
      border-radius: 50%; }
.block-14 .owl-dots .owl-dot.active > span {
  background: #FFC400;
}

.section-heading .subheading {
  color: #ababab;
  font-size: 1.2rem; }

.section-heading .heading {
  color: #c83660;
  font-size: 2.5rem;
  font-weight: 900; }

.class-item {
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 1; }
  .class-item .class-item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; }
    .class-item .class-item-thumbnail img {
      max-width: 100px;
      border-radius: 4px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
  .class-item .class-item-text {
    color: rgba(255, 255, 255, 0.2); }
    .class-item .class-item-text h2 {
      font-size: 18px;
      margin-bottom: 0px; }
      .class-item .class-item-text h2 a {
        color: #000; }
    .class-item .class-item-text p, .class-item .class-item-text span {
      color: #aeaeae; }
    .class-item .class-item-text span {
      font-size: 16px; }
  .class-item:hover {
    z-index: 2;
    background: #c83660; }
    .class-item:hover h2 a {
      color: #fff; }
    .class-item:hover p, .class-item:hover span {
      color: rgba(255, 255, 255, 0.6); }

.days {
  width: 100%;
  padding: 0;
  margin: 0 0 50px 0; }
  .days li {
    text-align: center;
    display: inline-block;
    width: 14.25%; }
    .days li a {
      background: #eee;
      padding: 10px;
      display: block; }
      .days li a:hover, .days li a.active {
        background: #c83660;
        color: #fff; }

.bgimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
  .bgimg, .bgimg > .container > .row {
    height: 85vh;
  }
  /*.bgimg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1; }*/
  .bgimg .lead {
    color: #fff; }
  .bgimg > .container {
    z-index: 2;
    position: relative; }
.bgimg h2 {
  color: #fff;
  font-size: 3rem;
  margin-top: 0;
  font-weight: bold;
}

@media (max-width: 991px) {
  .bgimg h2 {
    font-size: 2rem;
  }
  .onphone{
    display: block;
  }
}
.bgimg a {
  color: black;
  /*text-decoration: underline;*/
}
/*.bgimg a:hover {
  text-decoration: none;
}*/

.footer-section {
  padding: 7em 0;
}
.footer-section p {
  font-size: 1rem;
}
.footer-section h3 {
  font-size: .9rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 900;
}
.footer-section .footer-links li {
  margin-bottom: 10px;
}
.person img {
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.person .position {
  color: #ccc;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.person h3 {
  font-size: 18px;
  font-weight: bold;
}
.person p {
  font-size: 15px;
}
#contact-section .form-control {
  background: #fff;
}
.contact-wrap {
  padding-bottom: 8rem !important;
}
.footer-section {
  padding-top: 12rem !important;
}


/* inicio estilos footer*/

#uvp-footer{
  background-color: black;
  position: relative;
  margin-top: -8px;
  padding-top: 100px;
}
#uvp-footer .overlay{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url('../images/2025/banner-formulario.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.text-footer{
  font-size: 15px;
  color: #929292;
  margin: 0px;
}
.bg-black{
  background-color: #231F20;
}
.info-uvp{
  display: flex;
  align-items: center;
  color: #929292;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 1rem;
}
.info-uvp i {
  color: #E80032;
  font-size: 18px;
  padding-right: 5px;
}

.acreditaciones{
  opacity: 0.57;
}

.line-footer{
  height: 2px;
  background: #4D5356 0% 0% no-repeat padding-box;
}

/* fin estilos footer */



/* Aqui comienzan mis estilos :3 */
.sticky-wrapper .site-navbar .hagoRealidad{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.sticky-wrapper .site-navbar .hagoRealidad span{
  color: orange;
}

.sticky-wrapper.is-sticky .site-navbar .hagoRealidad  {
  color: black;
}

.sticky-wrapper.is-sticky .site-navbar .hagoRealidad span{
  color: black;
}
/* .boton-amarillo{
  background: transparent linear-gradient(98deg, #45484a 0%, #535b61 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000036;
  opacity: 1;
  margin-top: 20px;
} */

.circle-transparent{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  border: white 1px solid;
  height: 35px;
  width: 35px;
}

.cuadro {
  background: transparent linear-gradient(180deg, #65727c 0%, #3e4144 100%) 0% 0% no-repeat padding-box;
  /*background: transparent linear-gradient(180deg, #7818E8 0%, #911ECE 100%) 0% 0% no-repeat padding-box;*/
  border-radius: 2px;
  padding: 20px;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.triangle {
  position: absolute;
  top: 25px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  background: transparent linear-gradient(180deg, #65727c 0%, #3e4144 100%) 0% 0% no-repeat padding-box;
  /*background: transparent linear-gradient(180deg, #7818E8 0%, #911ECE 100%) 0% 0% no-repeat padding-box;*/
  content: '';
  z-index: 1;
  right: -25px;
}

.triangle-2 {
  position: absolute;
  top: 25px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  background: transparent linear-gradient(180deg, #65727c 0%, #3e4144 100%) 0% 0% no-repeat padding-box;
  content: '';
  z-index: 1;
  right: -25px;
}

.triangle-3 {
  position: absolute;
  bottom: 25px;
  left: -32px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  background: transparent linear-gradient(180deg, #65727c 0%, #3e4144 100%) 0% 0% no-repeat padding-box;
  /*background: transparent linear-gradient(180deg, #7818E8 0%, #911ECE 100%) 0% 0% no-repeat padding-box;*/
  content: '';
  z-index: 1;
  left: -25px;
}

.triangle-4 {
  position: absolute;
  bottom: 25px;
  left: -32px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  background: transparent linear-gradient(180deg, #65727c 0%, #3e4144 100%) 0% 0% no-repeat padding-box;
  content: '';
  z-index: 1;
  left: -25px;
}

.line-time-gray {
  width: 100%;
  height: 100%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: #EBEDED;
}

.line-time-gray::before {
  position: absolute;
  bottom: 10px;
  left: -39px;
  display: inline-block;
  border-top: 40px solid transparent;
  border-right: 40px solid #EBEDED;
  border-left: 0 solid #EBEDED;
  border-bottom: 40px solid transparent;
  content: " ";
  z-index: 3;
}


.line-time-gray-2 {
  width: 100%;
  height: 100%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: #EBEDED;
}

.line-time-gray-2::before {
  position: absolute;
  bottom: 26px;
  right: -39px;
  display: inline-block;
  border-top: 40px solid transparent;
  border-left: 40px solid #EBEDED;
  border-right: 0 solid #EBEDED;
  border-bottom: 40px solid transparent;
  content: " ";
  z-index: 3;
}

.number{
  position: relative;
  border-bottom: 1px solid white;
  width: 30px;
  /*float: right;*/
  margin-bottom: 20px;
}

.number-2{
  position: relative;
  border-bottom: 1px solid white;
  width: 30px;
  margin-bottom: 20px;
}

.number p {
  font-size: 1.5rem;
  color: white;
  margin: 0px;
  line-height: 1.2;
}

.number-2 p {
  font-size: 1.5rem;
  color: white;
  margin: 0px;
  line-height: 1.2;
}

.division{
  color: white;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.5;
  width: 70%;
  margin-top: 110px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.division-2 {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.5;
    width: 70%;
    margin-top: 43px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.division-3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.5;
    width: 70%;
    margin-top: 96px;
    margin-bottom: 20px;
    margin-left: 30px;
}
#index_line{
  margin-top: 100px;
}
.onphone{
  display: none;
}
.nav-link{
  cursor: pointer;
}
.borderl1{
  border-bottom: #fff 1px solid;
}
.headspace{
  height: 115px;
}
.col-actlogos{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 15
}
@media (max-width: 991px) {
  #index_line{
    margin-top: 0px;
  }
}
#index {
   
  height: 670px; 
  position: relative;
}

.nonphone.background {
  background-image: url('../images/2025/Foro-banner-web.jpg');
  background-size: cover;
  background-position: center;
  height: 670px; 
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.onphone.background {
  background-image: url('../images/2025/Foro-banner-web-movil.jpg');
  background-size: cover; 
  background-position: center top;
  height: auto; 
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-repeat: no-repeat;
  z-index: 1;
}

.text-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 670px; 
}
@media (max-width: 700px) {
  .nonphone.background {
    display: none;
  }
  .onphone.background {
    display: block;
    height: auto; 
    min-height: 670px; 
  }
  .text-content {
    min-height: auto;
    height: auto; 
    justify-content: center;
  }
  #index .text-content .boton-amarillo {
    margin-right: 0;
    position: relative;
    top: 64vw;
  }
}
.boton-amarillo {
  background-color: #ffc107;
  border: none;
  padding: 10px 40px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-top: 18vw;
  margin-right: 23vw;
}
.boton-amarillo:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #fff;
}
#index .overlay{
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,.70) 0%, rgba(0,0,0,.70) 70%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,.70)), color-stop(70%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,.70) 0%, rgba(0,0,0,.70) 70%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,.70) 0%, rgba(0,0,0,.70) 70%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,.70) 0%, rgba(0,0,0,.70) 70%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,.70) 0%, rgba(0,0,0,.70) 70%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#salud {
  background-image: url('../images/sector-salud.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

#salud .overlay{
  background: transparent linear-gradient(180deg, #7818E8 0%, #911ECE 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#organizaciones {
  background-image: url('../images/sector-organizaciones.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

#organizaciones .overlay{
  background: transparent linear-gradient(180deg, #7818E8 0%, #911ECE 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#ciencias {
  background-image: url('../images/sector-ciencias.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

#ciencias .overlay{
  background: transparent linear-gradient(180deg, #7818E8 0%, #911ECE 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#cultura {
  background-image: url('../images/sector-cultura.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

#cultura .overlay{
  background: transparent linear-gradient(180deg, #7818E8 0%, #911ECE 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-robot{
  height: 500px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.exobg {
  font-family: 'Exo', sans-serif;
  font-size: 3rem;
  color: white;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  font-style: italic;
}

.desafios{
  font-family: 'Exo', sans-serif;
  color: #AFAFAF;
  font-size: 15px;
  margin: 0px;
  max-width: 400px;
}


.fechas{
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: white;
  margin: 0px;
  line-height: 1.2;
}

.fechas-mes{
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin: 0px;
  line-height: 1.2;
}

.bg-yellow{
  background: transparent linear-gradient(176deg, #FFC400 0%, #FFB100 100%) 0% 0% no-repeat padding-box;
  width: 2px;
  height: 30px;
  margin: 0px 5px;
}

.zoom{
  max-width: 100px;
}

.cambio{
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.76) 28%, rgba(0,0,0,0.14) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(28%, rgba(0,0,0,0.76)), color-stop(100%, rgba(0,0,0,0.14)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.76) 28%, rgba(0,0,0,0.14) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.76) 28%, rgba(0,0,0,0.14) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.76) 28%, rgba(0,0,0,0.14) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.76) 28%, rgba(0,0,0,0.14) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
}

.degradado{
  background-image: url('../images/fondo-aliados.png');
  background-size: 100%;
  position: relative;
}

.fondo-aliados{
  background-image: url('../images/fondo-aliados.png');
  background-size: 100%;
}

.degradado .overlay{
  background-color: #E2E3E5;
  opacity: 80%;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.degradado .container{
  padding-top: 150px;
  /*padding-bottom: 100px;*/
}

.uni{
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  color: #000;
}

.uni-desc{
  color: #000;
  font-size: 15px;
}

.text-amarillo{
  color: #FFBA00;
  font-weight: 600;
}

.line-gray{
  width: 100%;
  height: 10px;
  background: #384245 0% 0% no-repeat padding-box;
}

.uni-ul{
  color: #000;
  font-size: 15px;
  font-style: italic;
}

.ejes{
  color: #5F6369;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}

.ejes-desc{
  color: #5F6369;
  font-size: 15px;
  max-width: 70%;
}

.btn-morado{
  background: #65727c 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.btn-morado:hover{
  background: #45484a 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.btn-morado2{
  background: #3e4144 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  margin-top: 50px;
}

.btn-morado2:hover{
  background: #3e4144 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.title-text {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.eje-text{
  font-size: 15px;
  color: #707070;
}

.fondo-mundo-morado{
  background: transparent linear-gradient(266deg, #3c3c3c 0%, #b5b5b5 80%) 0% 0% no-repeat padding-box;
  height: 400px;
  
}

@media (max-width: 700px) {
  .fondo-mundo-morado {
    height: auto; 
    padding: 20px; /
  }
 }

.sentido{
  font-size: 20px;
  color: #D9D9D9;
  line-height: 1.2;
}

.sentido-desc{
  font-size: 15px;
  color: #D9D9D9;
  line-height: 1.5;
  font-weight: 500;
  margin: 0px;
}
.chica-fomentar{
  position: relative;
  bottom: 0;
  top: -62px;
  left: 0;
  right: 0;
  height: 462px;
}


.numero-morado{
  height: 54px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 30px;
}

.numero-morado div{

  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BA00FF 0% 0% no-repeat padding-box;

}

.numero-morado div p {
  margin: 0px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.convocatoria{
  border-top: #7E10DD 10px solid;
  background: #EDEDED 0% 0% no-repeat padding-box;
  min-height: 285px;
}

.convocatoria p{
  font-size: 15px;
  color: #707070;
}

.convocatoria-desc{
  font-weight: 600;
}

.line3-gray{
  background: #E2E2E2 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 3px;
  width: 100%;
}

.line-yellow{
  width: 100%;
  height: 7px;
  background: #FFC400 0% 0% no-repeat padding-box;
  opacity: 1;
}

.escribenos{
  font-size: 1.5rem;
  color: #707070;
  font-weight: 800;
  max-width: 60%;
}

.img-robot{
      z-index: 1;
  max-width: 700px;
  position: absolute;
  left: -70px;
  bottom: 0px;
}


.pasos{
  background-color: black;
  position: relative;
}

.pasos .overlay{
  position: absolute;
  background-image: url('../images/2021/img-10.jpg');
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
}
.div-actividades hr{
  border-top: #FFBA00 3px solid;
  width: 50px;
  margin-left: 0px;
}

.pasos-num{
  color: #FFC400;
  font-size: 20px;
  font-weight: bold;
}


.pasos-title{
  color: #CBCBCB;
  font-size: 18px;
}


.pasos-desc{
  color: #CBCBCB;
  font-size: 15px;
}


.line-black{
  height: 7px;
  background: #384245 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  margin: 20px 0px;
}


.ponentes{
  color: #707070;
  font-size: 25px;
  font-weight: 500;
}
.ponentes-div{
  position: relative;
  /*display: flex;
  align-items: end !important;*/
  height: 255px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.ponentes-div .overlay{
  background: rgba(191,191,191,1);
  background: -moz-linear-gradient(top, rgba(191,191,191,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,0)), color-stop(70%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(191,191,191,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(191,191,191,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(191,191,191,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(191,191,191,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#000000', GradientType=0 );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.ponente-desc{
  position: absolute;
  bottom: 10px;
  padding: 0 20px 15px 20px;
  width: 100%;
  z-index: 1;
}

.estrellas i{
  color: #FFCE02;
  font-size: 15px;
  padding: 0 5px;
}

.ponente-nombre{
  color: #FFFFFF;
  font-size: 15px;
  margin: 0px;
  font-weight: bold;
}
.ponente-fecha{
  font-size: 15px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.formulario{
  position: relative;
  background-image: url('../images/banner-formulario.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.formulario .overlay{
  /* background: transparent linear-gradient(253deg, #000000 0%, #3e4144 47%, #65727c 100%) 0% 0% no-repeat padding-box; */
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
}
.form-datos{
  background: #F2F2F2 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 5px #00000024;
  border-radius: 4px 0 0 4px;
  opacity: 1;
  padding: 24px 80px;
  min-height: 300px;
}
.form-img{
  background-image: url('../images/2025/form-img.jpg');
  background-size: auto 100%;
  /* border-radius: 0 5px 5px 0; */
  background-repeat: no-repeat;
}
.contact-section-img {
  background-image: url('../images/contact-img.png');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 400px; 
}
.contact-section-text {
  background-color: #333; 
  color: white; 
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px; 
}
.contact-section-title {
  font-size: 28px;
  margin-bottom: 80px;
  text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #707070;
  background-color: transparent;
  border-bottom: #65727c solid 2px;
}
.nav-link {
  color: #707070;
  font-weight: bold;
  display: block;
  padding: 10px 25px 5px 5px;
  margin-right: 15px;
}
.nav-pills .nav-link {
    border-radius: 0px;
}
.persona{
  position: absolute;
  background: transparent linear-gradient(180deg, #000 0%, #3e4144 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 5px #00000024;
  border-radius: 4px;
  opacity: 1;
  height:60px;
  width: 60px;
  top: -43px;
  left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.persona i {
  font-size: 30px;
  color: white;
}
.registrate{
  color: #707070;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 0;
}
.registrate-desc{
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}
.registrate-desc span{
  font-weight: 600;
}
.add-on{
  background-color: transparent;
  position: relative;
  height: 40px;
}
.add-on i{
  position: absolute;
  left: -30px;
  top: 10px;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 15px;
}
.terminos{
  font-size: 15px;
}
.text-azul{
  color: #2500EE;
  margin-left: 2px;
  text-decoration: underline;
}
.div-registra{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.btn-registra{
  background: #65727c 0% 0% no-repeat padding-box;
  border-radius: 0px;
  margin-bottom: -80px;
  font-size: 16px;
  color: white;
  font-weight: 400;
  padding: 8px 25px;
}
.redes-sociales{
  margin-top: -230px;
}
.table-title{
  color: #B2B2B2;
  font-size: 18px;
  font-weight: 800;
}
.table-gray{
  position: absolute;
  background: #E8E8E810 0% 0% no-repeat padding-box;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.table-gray-none{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.table-gray p{
  display: none;
}
.table-gray-none p{
  display: none;
}
.th{
  color: #B2B2B2;
  font-size: 15px;
  margin: 0px;
}


.th-t{
  color: #AAAAAA;
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
}

.th-1, .th-3, .th-5{
  background: #23292E 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 12px;
}
.th-2, .th-4{
  background: #1F2326 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 12px;
}


.sector{
  font-size: 2.5rem;
  color: #23292F;
  font-weight: 900;
}

.sector-desc{
  font-size: 15px;
  color: #23292F;
}
.cont-404{
  color: #fff !important;
  background-color: #252525;
  padding: 250px 3rem 150px 3rem;
}
.cont-404 h1{
  color: #fff !important;
}
.btn-404{
    background: #65727c 0% 0% no-repeat padding-box;
    border-radius: 0px;
    margin-bottom: -80px;
    font-size: 26px;
    color: white;
    font-weight: 400;
    padding: 8px 25px;
}
@media (max-width: 1650px) {
  .img-robot{
    max-width: 500px;
  }
}
@media (max-width: 1550px) {
  .col-oranges{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-oranges2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-oranges3, .col-oranges5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-orangesb1{
    -webkit-box-flex: 0;
      -ms-flex: 0 0 51.666666%;
      flex: 0 0 51.666666%;
      max-width: 51.666666%;
  }
}
@media (max-width: 1150px) {
  .col-oranges, .col-oranges5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .orangesh{
    height: 400px;
  }
  .col-oranges2, .col-oranges6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-oranges3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-orangesb1{
    -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-orangesb2{
    -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
      flex: 0 0 0%;
      max-width: 0%;
      display: none;
  }
}
@media (max-width: 1199px) {
  .img-robot{
    display: none;
  }
}
@media (max-width: 767px) {
  .bgimg > .container > .row {
    height: 400px !important;
}
  .col-oranges, .col-oranges5, .col-oranges6,.col-orangesb1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-oranges2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-oranges3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .espbr{
    display: block;
  }
  .orange-content{
    position:static;
    bottom: 50px;
  }
  /* .oranges {
    height: 440px;
 } */
}
@media (max-width: 500px) {
  .esptxt{
    font-size: 20px;
  }
/* .oranges {
    height: 440px;
 } */
}
@media (max-width: 1199.98px) {
  #index {
    background-size: cover;
  }
  .banner-robot {
    height: 400px;
  }
  .division {
    font-size: 1rem;
    margin-top: 60px;
  }
  .division-2 {
    font-size: 1rem;
    width: 90%;
    margin-top: 55px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .division-3 {
    font-size: 1rem;
    margin-top: 50px;
  }
  .ponentes-div {
    height: 212px;
  }
  .div-registra {
    height: 40px;
  }
  .redes-sociales {
    margin-top: 0px;
  }
  .triangle {
    right: -26px;
  }
  .triangle-2 {
    /*right: -26px;*/
    left: -24px;
    width: 80px;
    height: 80px;
  }
  .triangle-3 {
    left: 320px;
  }
  .triangle-4 {
    right: -26px;
  }
  .formulario {
    position: relative;
    background-image: url('../images/banner-formulario.png');
    background-size: cover;
  }
  .table-gray {
    position: relative;
    background: transparent;
  }
  .table-gray-none {
    position: relative;
    background: transparent;
  }
  .table-gray p{
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px;
    color: #FFFFFF;
  }

  .table-gray-none p{
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px;
    color: #FFFFFF;
  }
  .th-1, .th-3, .th-5{
    background-color: transparent;
    display: block;
    padding: 0px;
  }
  .th-2, .th-4{
    background-color: transparent;
    display: block;
    padding: 0px;
  }
  .th {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0px;
  }
  .fecha-div{
    border-right: 3px solid #FFD800;
    padding: 20px 30px;
    min-height: 330px;
    margin-bottom: 30px;
  }
  .sector{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 900px) {
  .bgimg, .bgimg > .container > .row {
      height: 50vh;
  }
  .division {
    font-size: 1.5rem;
    margin-top: 150px;
  }
  .division-2 {
    font-size: 1.5rem;
    width: 90%;
    margin-top: 130px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .division-3 {
    font-size: 1.5rem;
    margin-top: 170px;
  }
  .t-left{
    left: -27px;
  }
  .t-right{
    right: -27px !important;
    left: 84%;
  }
  .float-l{
    float: left;
  }

  .chica-fomentar {
    position: relative;
    height: 400px;
    margin-bottom: -80px;
  }
  .escribenos {
    max-width: 100%;
  }
  .ponentes-div {
    height: 320px;
  }
  .form-img {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
  .div-registra {
    height: 60px;
  }
  .btn-registra {
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
  }
  #uvp-footer {
    padding-top: 50px;
  }
  .triangle {
    right: -24px;
    width: 80px;
    height: 80px;
  }
  .triangle-2 {
    left: -24px;
    width: 80px;
    height: 80px;
  }
  .triangle-3 {
    right: -24px;
    width: 80px;
    height: 80px;
    left: auto;
  }
  .triangle-4 {
    left: -24px;
    width: 80px;
    height: 80px;
  }
}


@media (max-width: 767px) {
  .degradado .container {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .bgimg{
    height: 700px;
  }
  .banner-robot {
    height: 500px;
    top: -550px !important;
    position: absolute;
    z-index: 2;
    left: -235px;
    width: 269px;
    object-fit: cover;
    object-position: left;
    margin-top: -80px;
  }
  .uni {
    font-size: 32px;
    line-height: 1.2;
  }
  .circle-transparent {
    height: 55px;
    width: 55px;
  }
  [class^="icon-"], [class*=" icon-"] {
    font-size: 25px;
  }
  .division {
    font-size: 16px;
    margin-top: 50px;
    margin-left: 0px;
  }
  .t-right {
    right: -27px !important;
    left: 80%;
  }
  .t-left {
    left: -15px;
  }
  .division-2 {
    font-size: 15px;
    width: 90%;
    margin-top: 15px;
  }
  .division-3 {
    font-size: 15px;
    margin-top: 77px;
  }
  .sentido {
    font-size: 22px;
  }
  .convocatoria p {
    font-size: 17px;
  }
  .numero-morado div {
    height: 70px;
    width: 70px;
  }
  .numero-morado div p {
    font-size: 30px;
  }
  .pasos-num {
    font-size: 30px;
  }
  .pasos-title {
    font-size: 25px;
    line-height: 1.2;
  }
  .form-datos {
    padding: 24px 30px;
    margin: 0px 20px;
    margin: 50px 20px 0 20px;
  }
  .form-img {
    height: 300px;
    margin: 0 20px;
  }
  .info-uvp {
    justify-content: start;
  }
  .fecha-div {
    border-right: none;
    border-bottom: 3px solid #FFD800;
    padding: 20px 30px;
    margin-bottom: 0px;
  }
  .th-t {
    font-size: 20px;
  }
  .th {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
  }

  .receso{
    height: 100px;
    width: 100%;
    background: #FFD800 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .receso p{
    font-size: 30px;
    color: black;
    margin: 0px;
  }
  .border-none{
    border-bottom: none;
  }
  #salud {
    height: 750px !important;
  }

  .logo-foro{
        max-width: 250px !important;
        margin-top: 30%;
  }
  .fechas-mes{
      font-size: 18px !important;
  }
  .masinf
  {
      text-align: center !important;
      color: #7E10DD;
  }
  .ps_btn {
      max-width: 200px!important;
      position: relative !important;

  }
  .col-sm-6{
        width: 50%!important;
  }
  .morado{
    padding: 5% !important;
  }
  .col-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.logo {
  max-width: 100px; /* Tamaño máximo para los logos */
  height: auto; /* Mantener proporciones */
  margin: 10px auto; /* Separación entre logos */
}

@media (max-width: 576px) {
  .logo {
      max-width: 80px; /* Ajuste para pantallas pequeñas */
  }
}


.modal {
  text-align: left;
}
.modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
  background-color: #000;
}
.modal-header{
  border-bottom: 0;
  padding-top: 15px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 0px;
}
.modal-body{
  border-bottom: 0;
  padding-top: 5px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 10px;
  font-size: 15px;
}
.modal-footer {
  border-top:0;
  padding-top: 0px;
  padding-right:26px;
  padding-bottom:26px;
  padding-left:26px;
}

.morado{
  background: transparent linear-gradient(90deg, #4748F3 0%, #CF44F0 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 7px 30px #36115AA6;
}
.ps_btn{
  max-width: 300px;
  position: absolute;
  bottom: 0;
}
.masinf{
  font-size: 15px;
  text-align: right;
  color: #7E10DD;
}
.logo-foro{
  max-width: 500px;
}
.actimg22{
  height: 100%;
  width: 100%;
}
.titulo{
  border-bottom: #65727c solid 2px;
}