@charset "UTF-8";
/** Powered by Jenner Castillo */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  height: 100%;
  font-size: 1em; }

html {
  height: 100%; }

footer {
  padding: 40px 0px 40px 10px; }

::selection {
  background: #00f200; }

::-moz-selection {
  background: #00f200; }

.btn-informacion {
  padding: 10px;
  font-size: 20px;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.5s ease;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 10;
  cursor: pointer;
  color: #333333;
  border: 1px solid #FFFFFF;
  border-radius: 2rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  display: none; }
  .btn-informacion:hover {
    background-color: #00f200;
    color: #333333;
    text-decoration: none; }
    .btn-informacion:hover::before {
      transform: skewX(30deg) translate(400%, -50%);
      transition-delay: 0.1s; }
  .btn-informacion img {
    width: 20px; }

.btn-informacion, .btn-CTA {
  background-color: #00f200;
  overflow: hidden; }
  .btn-informacion:before, .btn-CTA:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.4);
    top: 50%;
    transform: skewX(30deg) translate(-400%, -50%);
    transition: all 0.5s; }

.floatCTAIndex {
  z-index: 99 !important; }

.hid {
  display: none; }

.ocu {
  display: block !important; }

.btn_enviar {
  background-color: #00f200 !important;
  border-color: #333333;
  color: #333333;
  font-family: "Fira Sans", sans-serif; }

@media (min-width: 300px) and (max-width: 767px) {
  .btn-informacion {
    padding: 10px;
    font-size: 20px;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    transition: background-color 0.5s ease;
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    z-index: 10;
    cursor: pointer;
    color: #333333;
    border: 0px solid #FFFFFF;
    border-radius: 0rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    width: 100%;
    display: none;
    text-align: center; }
    .btn-informacion:hover {
      background-color: #00f200;
      color: #333333;
      text-decoration: none; }
      .btn-informacion:hover::before {
        transform: skewX(30deg) translate(400%, -50%);
        transition-delay: 0.1s; }
    .btn-informacion img {
      width: 20px; }

  .btn_enviar {
    background-color: #00f200 !important; }

  .btn-informacion, .btn-CTA {
    background-color: #00f200;
    overflow: hidden; }
    .btn-informacion:before, .btn-CTA:before {
      content: "";
      position: absolute;
      width: 100px;
      height: 120%;
      background-color: rgba(255, 255, 255, 0.4);
      top: 50%;
      transform: skewX(30deg) translate(-400%, -50%);
      transition: all 0.5s; } }
/** Powered by Jenner Castillo */
@font-face {
  font-family: "Tusker Grotesk 3500";
  src: url("font/tru/TuskerGrotesk-3500Medium.eot");
  src: url("font/tru/TuskerGrotesk-3500Medium.eot?#iefix") format("embedded-opentype"), url("font/tru/TuskerGrotesk-3500Medium.woff") format("woff"), url("font/tru/TuskerGrotesk-3500Medium.ttf") format("truetype"), url("font/tru/TuskerGrotesk-3500Medium.svg#TuskerGrotesk-3500Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Tusker Grotesk 4500";
  src: url("font/tru/TuskerGrotesk-4500Medium.eot");
  src: url("font/tru/TuskerGrotesk-4500Medium.eot?#iefix") format("embedded-opentype"), url("font/tru/TuskerGrotesk-4500Medium.woff") format("woff"), url("font/tru/TuskerGrotesk-4500Medium.ttf") format("truetype"), url("font/tru/TuskerGrotesk-4500Medium.svg#TuskerGrotesk-4500Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
.__header {
  position: relative;
  padding: 8rem 0 9rem 0;
  color: #fff;
  padding-top: 4rem;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh; }
  .__header .logouss {
    position: relative; }
    .__header .logouss img {
      height: 60px; }
  .__header .__titulo {
    position: relative;
    padding-top: 20%;
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70vh;
    text-align: center; }
    .__header .__titulo .__slogan {
      position: relative; }
      .__header .__titulo .__slogan img {
        z-index: 2;
        position: relative;
        width: 60%; }
      .__header .__titulo .__slogan .__versh {
        z-index: 1;
        position: absolute;
        height: 100%;
        width: 300%;
        bottom: 0px;
        right: 0px; }
    .__header .__titulo .__fecha {
      position: relative;
      margin-top: 10%; }
      .__header .__titulo .__fecha h2 {
        font-family: "Tusker Grotesk 3500", sans-serif;
        font-size: 2.1rem;
        letter-spacing: 3px;
        color: #FFFFFF;
        z-index: 4;
        height: 100%;
        padding-left: 140px; }
        .__header .__titulo .__fecha h2::before {
          content: "";
          position: absolute;
          padding-top: 10px;
          padding-bottom: 23px;
          top: 2px;
          left: 0;
          width: 130px;
          height: 0%;
          background-image: url("../img/back_fecha.svg?v=13");
          background-repeat: no-repeat;
          background-size: cover;
          z-index: 3; }

.__fechaenv {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
  z-index: 22;
  display: block; }
  .__fechaenv img {
    width: 55%; }

.__fechaenv2 {
  display: none; }

@media (min-width: 300px) and (max-width: 767px) {
  .__header {
    position: relative;
    padding: 1rem 0 3rem 0;
    color: #FFFFFF;
    padding-top: 2rem;
    background-color: #5d1d8a;
    background-repeat: no-repeat;
    background-size: 264%;
    background-position-y: -10%;
    background-position-x: 2%;
    /* background-position: top center */
    height: auto; }
    .__header .logouss {
      position: relative; }
      .__header .logouss img {
        height: 60px; }
    .__header .__titulo {
      position: relative;
      padding-top: 10%;
      padding-bottom: 10%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: auto; }
      .__header .__titulo .__slogan {
        position: relative;
        margin-right: 10%;
        margin-left: 10%; }
        .__header .__titulo .__slogan img {
          z-index: 2;
          position: relative;
          width: 80%; }
        .__header .__titulo .__slogan .__versh {
          z-index: 1;
          position: absolute;
          height: 100%;
          width: 300%;
          bottom: 0px;
          right: 0px; }
      .__header .__titulo .__fecha {
        position: relative;
        margin-top: 10%; }
        .__header .__titulo .__fecha h2 {
          font-family: "Tusker Grotesk 3500", sans-serif;
          font-size: 1.6rem;
          letter-spacing: 3px;
          color: #FFFFFF;
          z-index: 4;
          height: 100%;
          padding-left: 110px; }
          .__header .__titulo .__fecha h2::before {
            content: "";
            position: absolute;
            padding-top: 10px;
            padding-bottom: 18px;
            top: 2px;
            left: 0;
            width: 100px;
            height: 0%;
            background-image: url("../img/back_fecha.svg?v=13");
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 3; }

  .__fechaenv {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
    z-index: 22;
    display: none; }
    .__fechaenv img {
      width: 90%; }

  .__fechaenv2 {
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    z-index: 22;
    display: block; }
    .__fechaenv2 img {
      width: 80%; } }
.__contenido02 {
  z-index: 20;
  position: relative; }
  .__contenido02 .__bordesup {
    background-image: url("../img/index_bacfle.svg?v=13");
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 50%;
    width: 14%;
    padding-right: 50%;
    height: 70px;
    position: relative; }
  .__contenido02 .__flechatop {
    position: absolute;
    top: 35px;
    left: 49.4%;
    transform: translate(-50%, -50%);
    z-index: 9; }
    .__contenido02 .__flechatop img {
      width: 50px; }
  .__contenido02 .__contcer {
    background-color: #5d1d8a;
    padding: 80px 8% 80px 8%;
    width: 100%; }
    .__contenido02 .__contcer .__datostop {
      position: relative;
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .__contenido02 .__contcer .__datostop .__itemtop {
        width: 50%; }
        .__contenido02 .__contcer .__datostop .__itemtop .ranking {
          display: flex;
          align-items: center;
          background-color: #5d1d8a;
          color: white;
          font-family: sans-serif; }
          .__contenido02 .__contcer .__datostop .__itemtop .ranking .numero {
            font-size: 3.7rem;
            color: #00f200;
            margin-right: 3rem;
            font-family: "Tusker Grotesk 3500", sans-serif;
            font-weight: 300; }
            .__contenido02 .__contcer .__datostop .__itemtop .ranking .numero span {
              font-size: 2.6rem;
              margin-right: 6px;
              font-weight: 400;
              line-height: 1.5rem; }
          .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto {
            font-family: "Fira Sans", sans-serif;
            margin-top: -5px; }
            .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto .titulo {
              font-size: 1.8rem;
              font-weight: 300;
              margin: 0; }
              .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto .titulo strong {
                font-weight: 400; }
            .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto .subtitulo {
              font-size: 1.3rem;
              margin: 0;
              opacity: 0.85;
              font-weight: 300; }
        .__contenido02 .__contcer .__datostop .__itemtop .__titop {
          margin-top: 40px; }
          .__contenido02 .__contcer .__datostop .__itemtop .__titop h2 {
            font-size: 3rem;
            color: #00f200;
            font-family: "Tusker Grotesk 4500", sans-serif; }
          .__contenido02 .__contcer .__datostop .__itemtop .__titop p {
            font-size: 1.1rem;
            font-weight: 300;
            color: #FFFFFF;
            font-family: "Fira Sans", sans-serif; }
    .__contenido02 .__contcer .__videostop {
      padding-top: 40px;
      /* Imagen de respaldo SIEMPRE debajo */
      /* Video encima; oculto si no está activo/playing */
      /* Mostrar video cuando activo o reproduciendo */
      /* Botón por si lo usas de gatillo visual */
      /* Al reproducir: oculta el texto */
      /* Responsive: en mobile apila */ }
      .__contenido02 .__contcer .__videostop .split-videos {
        --media-h: clamp(420px, 46vh, 420px);
        display: flex;
        gap: 28px;
        align-items: flex-start; }
      .__contenido02 .__contcer .__videostop .video-card {
        /* base 30%; la activa pasa a 70% por clase */
        flex: 0 1 30%;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        background: #111;
        border-radius: 22px;
        overflow: hidden;
        transition: flex-basis 0.35s ease, box-shadow 0.35s ease;
        cursor: pointer; }
      .__contenido02 .__contcer .__videostop .video-card.is-active {
        flex: 0 1 70%;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45); }
      .__contenido02 .__contcer .__videostop .video-card__media {
        position: relative;
        height: var(--media-h);
        overflow: hidden;
        background: #000; }
        @media (max-width: 900px) {
          .__contenido02 .__contcer .__videostop .video-card__media {
            height: 0;
            padding-bottom: 56.25%; } }
      .__contenido02 .__contcer .__videostop .video-card__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        z-index: 1; }
      .__contenido02 .__contcer .__videostop .video-card__video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.2s ease;
        aspect-ratio: 16/9; }
      .__contenido02 .__contcer .__videostop .video-card.is-active .video-card__video,
      .__contenido02 .__contcer .__videostop .video-card.is-playing .video-card__video {
        opacity: 1; }
      .__contenido02 .__contcer .__videostop .video-card__gradient {
        position: absolute;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        /* si quieres, agrega aquí tus gradientes */ }
      .__contenido02 .__contcer .__videostop .video-card__content {
        position: absolute;
        inset: 0;
        z-index: 4;
        padding: 24px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        transition: opacity 0.2s ease; }
        .__contenido02 .__contcer .__videostop .video-card__content img {
          position: relative;
          left: 0;
          bottom: 0; }
        .__contenido02 .__contcer .__videostop .video-card__content h3 {
          margin: 0;
          color: #fff;
          font-size: clamp(18px, 2.8vw, 28px);
          text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
      .__contenido02 .__contcer .__videostop .video-card__play {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 0;
        background: #fff;
        color: #111;
        font-size: 20px;
        display: grid;
        place-items: center;
        z-index: 5;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35); }
      .__contenido02 .__contcer .__videostop .video-card__play.is-hidden {
        display: none; }
      .__contenido02 .__contcer .__videostop .video-card.is-playing .video-card__content {
        opacity: 0; }
      @media (max-width: 900px) {
        .__contenido02 .__contcer .__videostop .split-videos {
          flex-direction: column;
          gap: 20px; }
        .__contenido02 .__contcer .__videostop .video-card,
        .__contenido02 .__contcer .__videostop .video-card.is-active {
          flex: 0 1 auto;
          max-width: 100vw; } }
  @media (max-width: 900px) {
    .__contenido02 .split-videos {
      flex-direction: column;
      gap: 18px; } }
  .__contenido02 .split-videos .video-card,
  .__contenido02 .split-videos .video-card.is-active {
    flex-basis: 100%;
    min-width: 0;
    box-shadow: none;
    display: flex; }
  .__contenido02 .split-videos .video-card__media {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
  .__contenido02 .split-videos .video-card__img,
  .__contenido02 .split-videos .video-card__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 900px) {
    .__contenido02 .split-videos,
    .__contenido02 .video-card,
    .__contenido02 .video-card__media,
    .__contenido02 .video-card__img,
    .__contenido02 .video-card__video {
      display: block !important;
      visibility: visible !important; } }

@media (min-width: 300px) and (max-width: 767px) {
  .__contenido02 {
    margin-top: -70px;
    z-index: 20;
    position: relative; }
    .__contenido02 .__bordesup {
      background-image: url("../img/index_bacfle.svg?v=13");
      background-position: top center;
      background-repeat: no-repeat;
      padding-left: 50%;
      width: 14%;
      padding-right: 50%;
      height: 70px;
      position: relative; }
    .__contenido02 .__flechatop {
      position: absolute;
      top: 35px;
      left: 49.4%;
      transform: translate(-50%, -50%);
      z-index: 9; }
      .__contenido02 .__flechatop img {
        width: 50px; }
    .__contenido02 .__contcer {
      background-color: #5d1d8a;
      padding: 60px 8% 80px 8%;
      width: 100%; }
      .__contenido02 .__contcer .__datostop {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .__contenido02 .__contcer .__datostop .__itemtop {
          width: 100%;
          padding-bottom: 15px; }
          .__contenido02 .__contcer .__datostop .__itemtop .ranking {
            display: flex;
            align-items: center;
            background-color: #5d1d8a;
            color: white;
            font-family: sans-serif; }
            .__contenido02 .__contcer .__datostop .__itemtop .ranking .numero {
              font-size: 3rem;
              color: #00f200;
              margin-right: 1rem;
              font-family: "Tusker Grotesk 3500", sans-serif;
              font-weight: 300; }
              .__contenido02 .__contcer .__datostop .__itemtop .ranking .numero span {
                font-size: 2.6rem;
                margin-right: 6px;
                font-weight: 400;
                line-height: 1.5rem; }
            .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto {
              font-family: "Fira Sans", sans-serif;
              margin-top: -5px; }
              .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto .titulo {
                font-size: 1.2rem;
                font-weight: 300;
                margin: 0; }
                .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto .titulo strong {
                  font-weight: 400; }
              .__contenido02 .__contcer .__datostop .__itemtop .ranking .texto .subtitulo {
                font-size: 1rem;
                margin: 0;
                opacity: 0.85;
                font-weight: 300; }
          .__contenido02 .__contcer .__datostop .__itemtop .__titop {
            margin-top: 20px; }
            .__contenido02 .__contcer .__datostop .__itemtop .__titop h2 {
              font-size: 2rem;
              color: #00f200;
              font-family: "Tusker Grotesk 4500", sans-serif; }
            .__contenido02 .__contcer .__datostop .__itemtop .__titop p {
              font-size: 1rem;
              font-weight: 300;
              color: #FFFFFF;
              font-family: "Fira Sans", sans-serif; }
      .__contenido02 .__contcer .__videostop {
        padding-top: 40px;
        /* Imagen de respaldo SIEMPRE debajo */
        /* Video encima; oculto si no está activo/playing */
        /* Mostrar video cuando activo o reproduciendo */
        /* Botón por si lo usas de gatillo visual */
        /* Al reproducir: oculta el texto */
        /* Responsive: en mobile apila */ }
        .__contenido02 .__contcer .__videostop .split-videos {
          --media-h: clamp(420px, 46vh, 420px);
          display: flex;
          gap: 28px;
          align-items: flex-start; }
        .__contenido02 .__contcer .__videostop .video-card {
          /* base 30%; la activa pasa a 70% por clase */
          flex: 0 1 30%;
          position: relative;
          display: flex;
          flex-direction: column;
          min-width: 0;
          background: #111;
          border-radius: 22px;
          overflow: hidden;
          transition: flex-basis 0.35s ease, box-shadow 0.35s ease;
          cursor: pointer;
          margin-bottom: 20px; }
        .__contenido02 .__contcer .__videostop .video-card.is-active {
          flex: 0 1 70%;
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45); }
        .__contenido02 .__contcer .__videostop .video-card__media {
          position: relative;
          height: var(--media-h);
          overflow: hidden;
          background: #000; } }
        @media (min-width: 300px) and (max-width: 767px) and (max-width: 900px) {
          .__contenido02 .__contcer .__videostop .video-card__media {
            height: 0;
            padding-bottom: 56.25%; } }
@media (min-width: 300px) and (max-width: 767px) {
        .__contenido02 .__contcer .__videostop .video-card__img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          z-index: 1; }
        .__contenido02 .__contcer .__videostop .video-card__video {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          z-index: 2;
          opacity: 0;
          transition: opacity 0.2s ease;
          aspect-ratio: 16/9; }
        .__contenido02 .__contcer .__videostop .video-card.is-active .video-card__video,
        .__contenido02 .__contcer .__videostop .video-card.is-playing .video-card__video {
          opacity: 1; }
        .__contenido02 .__contcer .__videostop .video-card__gradient {
          position: absolute;
          inset: 0;
          z-index: 3;
          pointer-events: none;
          /* si quieres, agrega aquí tus gradientes */ }
        .__contenido02 .__contcer .__videostop .video-card__content {
          position: absolute;
          inset: 0;
          z-index: 4;
          padding: 24px;
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          transition: opacity 0.2s ease; }
          .__contenido02 .__contcer .__videostop .video-card__content img {
            position: relative;
            left: 0;
            bottom: 0; }
          .__contenido02 .__contcer .__videostop .video-card__content h3 {
            margin: 0;
            color: #fff;
            font-size: clamp(18px, 2.8vw, 28px);
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
        .__contenido02 .__contcer .__videostop .video-card__play {
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: 0;
          background: #fff;
          color: #111;
          font-size: 20px;
          display: grid;
          place-items: center;
          z-index: 5;
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35); }
        .__contenido02 .__contcer .__videostop .video-card__play.is-hidden {
          display: none; }
        .__contenido02 .__contcer .__videostop .video-card.is-playing .video-card__content {
          opacity: 0; } }
      @media (min-width: 300px) and (max-width: 767px) and (max-width: 900px) {
        .__contenido02 .__contcer .__videostop .split-videos {
          flex-direction: column;
          gap: 20px; }
        .__contenido02 .__contcer .__videostop .video-card,
        .__contenido02 .__contcer .__videostop .video-card.is-active {
          flex: 0 1 auto;
          max-width: 100vw; } }
  @media (min-width: 300px) and (max-width: 767px) and (max-width: 900px) {
    .__contenido02 .split-videos {
      flex-direction: column;
      gap: 18px; } }
@media (min-width: 300px) and (max-width: 767px) {
    .__contenido02 .split-videos .video-card,
    .__contenido02 .split-videos .video-card.is-active {
      flex-basis: 100%;
      min-width: 0;
      box-shadow: none;
      display: flex; }
    .__contenido02 .split-videos .video-card__media {
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
    .__contenido02 .split-videos .video-card__img,
    .__contenido02 .split-videos .video-card__video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  @media (min-width: 300px) and (max-width: 767px) and (max-width: 900px) {
    .__contenido02 .split-videos,
    .__contenido02 .video-card,
    .__contenido02 .video-card__media,
    .__contenido02 .video-card__img,
    .__contenido02 .video-card__video {
      display: block !important; } }

.__contenido03 {
  z-index: 20;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #e6e6e6; }
  .__contenido03 .__contendossdsd {
    display: flex;
    justify-content: center; }
    .__contenido03 .__contendossdsd .__video {
      width: 70%;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(108, 46, 183, 0.18);
      position: relative;
      margin-right: 20px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .__contenido03 .__contendossdsd .__video .__play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        border-radius: 50%;
        z-index: 99; }
        .__contenido03 .__contendossdsd .__video .__play img {
          width: 100%;
          position: relative;
          z-index: 1; }
      .__contenido03 .__contendossdsd .__video img {
        width: 100%;
        position: relative;
        z-index: 20; }
    .__contenido03 .__contendossdsd .__slidehei {
      width: 30%;
      gap: 20px;
      display: grid; }
  .__contenido03 .__titumodelo {
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%; }
    .__contenido03 .__titumodelo h2 {
      font-family: "Tusker Grotesk 4500", sans-serif;
      line-height: 3.1rem;
      font-size: 2.5rem; }
      .__contenido03 .__titumodelo h2 mark {
        background-color: #333333;
        color: #00f200; }
    .__contenido03 .__titumodelo .__mslide {
      margin-top: 25px;
      font-family: "Fira Sans", sans-serif;
      font-size: 1.7rem;
      font-weight: 300;
      line-height: 2.4rem; }
      .__contenido03 .__titumodelo .__mslide .__acti {
        font-weight: bold; }
  .__contenido03 #conte02 .__itemint {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: top center;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end; }
    .__contenido03 #conte02 .__itemint .__int_txt {
      padding: 12% 14% 8% 14%; }
      .__contenido03 #conte02 .__itemint .__int_txt h3 {
        color: #00f200;
        font-family: "Tusker Grotesk 4500", sans-serif;
        font-size: 2.3rem; }
      .__contenido03 #conte02 .__itemint .__int_txt p {
        color: #FFFFFF;
        font-family: "Fira Sans", sans-serif;
        font-weight: 300;
        font-size: 1.2rem; }
  .__contenido03 #conte02 .owl-nav {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10; }
  .__contenido03 #conte02 .owl-nav button {
    background: none;
    border: none;
    pointer-events: auto;
    padding: 0;
    margin: 0 -35px; }
  .__contenido03 #conte02 .owl-nav-svg {
    width: 65px;
    height: 65px;
    background: #f1ece3;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center; }
  .__contenido03 #conte02 .owl-nav-svg:hover {
    box-shadow: 0 4px 16px rgba(108, 46, 183, 0.18); }

@media (min-width: 300px) and (max-width: 767px) {
  .__contenido03 {
    z-index: 20;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative; }
    .__contenido03 .__contendossdsd {
      display: flex;
      margin-top: 30px;
      justify-content: center; }
      .__contenido03 .__contendossdsd .__video {
        width: 70%;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(108, 46, 183, 0.18);
        position: relative;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        .__contenido03 .__contendossdsd .__video .__play {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 80px;
          height: 80px;
          border-radius: 50%;
          z-index: 99; }
          .__contenido03 .__contendossdsd .__video .__play img {
            width: 100%;
            position: relative;
            z-index: 1; }
        .__contenido03 .__contendossdsd .__video img {
          width: 100%;
          position: relative;
          z-index: 20; }
      .__contenido03 .__contendossdsd .__slidehei {
        width: 30%;
        gap: 20px;
        display: grid; }
    .__contenido03 .__titumodelo {
      display: flex;
      height: 100%;
      position: relative;
      flex-direction: column;
      justify-content: center;
      padding-right: 5%; }
      .__contenido03 .__titumodelo h2 {
        font-family: "Tusker Grotesk 4500", sans-serif;
        line-height: 2.6rem;
        font-size: 2.2rem; }
        .__contenido03 .__titumodelo h2 mark {
          background-color: #333333;
          color: #00f200; }
      .__contenido03 .__titumodelo .__mslide {
        margin-top: 25px;
        font-family: "Fira Sans", sans-serif;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 2rem; }
        .__contenido03 .__titumodelo .__mslide .__acti {
          font-weight: bold; }
    .__contenido03 #conte02 {
      margin-top: 20px; }
      .__contenido03 #conte02 .__itemint {
        height: 600px;
        position: relative;
        background-size: cover;
        background-position: top center;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: end; }
        .__contenido03 #conte02 .__itemint .__int_txt {
          padding: 12% 14% 8% 14%; }
          .__contenido03 #conte02 .__itemint .__int_txt h3 {
            color: #00f200;
            font-family: "Tusker Grotesk 4500", sans-serif;
            font-size: 2rem; }
          .__contenido03 #conte02 .__itemint .__int_txt p {
            color: #FFFFFF;
            font-family: "Fira Sans", sans-serif;
            font-weight: 300;
            font-size: 1rem; }
      .__contenido03 #conte02 .owl-nav {
        position: absolute;
        top: 43%;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 10; }
      .__contenido03 #conte02 .owl-nav button {
        background: none;
        border: none;
        pointer-events: auto;
        padding: 0;
        margin: 0 0px; }
      .__contenido03 #conte02 .owl-nav-svg {
        width: 50px;
        height: 50px;
        background: #f1ece3;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        transition: box-shadow 0.2s;
        display: flex;
        align-items: center;
        justify-content: center; }
      .__contenido03 #conte02 .owl-nav-svg:hover {
        box-shadow: 0 4px 16px rgba(108, 46, 183, 0.18); } }
.__slidermol01 {
  background-color: #5d1d8a;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/bgmorado.jpg?=v13);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .__slidermol01 .__contslimol {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    flex-direction: row-reverse;
    position: relative; }
  .__slidermol01 .__tinscunt {
    font-family: "Fira Sans", sans-serif;
    color: #00f200;
    font-size: 70px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px; }
    .__slidermol01 .__tinscunt h2 {
      font-family: "Tusker Grotesk 4500", sans-serif;
      line-height: 4.4rem;
      font-size: 4rem; }
      .__slidermol01 .__tinscunt h2 mark {
        background-color: #00f200;
        color: #FFFFFF; }
    .__slidermol01 .__tinscunt .__fotcont {
      width: 60%;
      margin: 0;
      max-height: 644px;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      height: 644px;
      z-index: 1;
      text-align: center; }
      .__slidermol01 .__tinscunt .__fotcont .item {
        height: 644px;
        position: relative; }
        .__slidermol01 .__tinscunt .__fotcont .item .__imgintli {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0; }
          .__slidermol01 .__tinscunt .__fotcont .item .__imgintli img {
            object-fit: cover;
            height: 100%; }
    .__slidermol01 .__tinscunt .__txtcont {
      display: flex;
      background-color: #FFFFFF;
      border-radius: 20px;
      z-index: 2;
      width: 50%;
      position: absolute;
      height: 55%;
      top: 30%;
      bottom: 10%;
      left: 0;
      color: #5d1d8a;
      padding: 4rem;
      font-family: "Fira Sans", sans-serif; }
      .__slidermol01 .__tinscunt .__txtcont .item {
        width: 100%; }
      .__slidermol01 .__tinscunt .__txtcont h3 {
        font-weight: 800;
        font-size: 32px;
        margin-bottom: 10px;
        font-family: "Tusker Grotesk 4500", sans-serif; }
      .__slidermol01 .__tinscunt .__txtcont p {
        font-weight: 300;
        font-size: 19px; }
    .__slidermol01 .__tinscunt #counter {
      position: absolute;
      font-weight: 300;
      font-size: 45px;
      bottom: 21%;
      z-index: 3;
      color: #333333;
      left: 40%;
      display: none; }
    .__slidermol01 .__tinscunt .custom-owl-nav {
      position: absolute;
      font-weight: 300;
      bottom: 10%;
      z-index: 3;
      color: #333333;
      left: 5%; }
      .__slidermol01 .__tinscunt .custom-owl-nav .custom-owl-prev {
        background-color: #FFFFFF;
        border-radius: 40px;
        cursor: pointer;
        margin-right: 10px;
        transition: all 0.2s ease-out; }
        .__slidermol01 .__tinscunt .custom-owl-nav .custom-owl-prev img {
          height: 70px; }
      .__slidermol01 .__tinscunt .custom-owl-nav .custom-owl-next {
        background-color: #FFFFFF;
        border-radius: 40px;
        cursor: pointer;
        transition: all 0.2s ease-out; }
        .__slidermol01 .__tinscunt .custom-owl-nav .custom-owl-next img {
          transform: rotate(-180deg);
          height: 70px; }

@media (min-width: 300px) and (max-width: 767px) {
  .pdneutro {
    padding-left: 0px;
    padding-right: 0px; }

  .__slidermol01 {
    background-color: #EFEFEF; }
    .__slidermol01 .__contslimol {
      display: flex;
      flex-flow: row nowrap;
      align-items: stretch;
      flex-direction: row;
      position: relative; }
      .__slidermol01 .__contslimol .__fotcont {
        width: 100%;
        margin: 0;
        max-height: 644px;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        height: 644px;
        z-index: 1;
        text-align: center; }
        .__slidermol01 .__contslimol .__fotcont .item {
          height: 644px;
          position: relative; }
          .__slidermol01 .__contslimol .__fotcont .item .__imgintli {
            position: absolute;
            width: 100%;
            height: 50%;
            top: 0;
            right: 0; }
            .__slidermol01 .__contslimol .__fotcont .item .__imgintli img {
              object-fit: cover;
              height: 100%; }
      .__slidermol01 .__contslimol .__txtcont {
        display: flex;
        background-color: #00f200;
        border-radius: 20px;
        z-index: 2;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        position: absolute;
        height: 55%;
        top: 40%;
        bottom: 10%;
        left: 0;
        padding: 3rem;
        font-family: "Fira Sans", sans-serif; }
        .__slidermol01 .__contslimol .__txtcont .item {
          width: 100%; }
        .__slidermol01 .__contslimol .__txtcont h3 {
          font-weight: 800;
          font-size: 28px;
          margin-bottom: 10px; }
        .__slidermol01 .__contslimol .__txtcont p {
          font-weight: 300;
          font-size: 15px; }
      .__slidermol01 .__contslimol #counter {
        position: absolute;
        font-weight: 300;
        font-size: 35px;
        bottom: 60px;
        z-index: 3;
        color: #333333;
        left: 76%; }
      .__slidermol01 .__contslimol .custom-owl-nav {
        position: absolute;
        font-weight: 300;
        bottom: 70px;
        z-index: 3;
        color: #333333;
        left: 12%; }
        .__slidermol01 .__contslimol .custom-owl-nav .custom-owl-prev {
          background-color: #FFFFFF;
          border-radius: 40px;
          cursor: pointer;
          margin-right: 10px;
          transition: all 0.2s ease-out; }
          .__slidermol01 .__contslimol .custom-owl-nav .custom-owl-prev img {
            height: 41px; }
          .__slidermol01 .__contslimol .custom-owl-nav .custom-owl-prev:hover {
            background-color: #333333; }
        .__slidermol01 .__contslimol .custom-owl-nav .custom-owl-next {
          background-color: #FFFFFF;
          border-radius: 40px;
          cursor: pointer;
          transition: all 0.2s ease-out; }
          .__slidermol01 .__contslimol .custom-owl-nav .custom-owl-next img {
            transform: rotate(-180deg);
            height: 41px; }
          .__slidermol01 .__contslimol .custom-owl-nav .custom-owl-next:hover {
            background-color: #333333; } }
.__cont05 {
  background-image: url(../img/bg_svg.png?=v13) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 160px !important; }

.__carreras {
  background: #FFFFFF;
  padding: 80px 0; }
  .__carreras .__titumodelo {
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: start;
    padding-right: 5%; }
    .__carreras .__titumodelo h2 {
      font-family: "Tusker Grotesk 4500", sans-serif;
      line-height: 3.1rem;
      font-size: 2.5rem; }
      .__carreras .__titumodelo h2 mark {
        background-color: #333333;
        color: #00f200; }
    .__carreras .__titumodelo p {
      font-family: "Fira Sans", sans-serif;
      font-weight: 300;
      font-size: 1.5rem;
      margin-top: 20px;
      color: #5d1d8a;
      letter-spacing: -1px; }
    .__carreras .__titumodelo .__mslide {
      margin-top: 25px;
      font-family: "Fira Sans", sans-serif;
      font-size: 1.7rem;
      font-weight: 300;
      line-height: 2.4rem; }
      .__carreras .__titumodelo .__mslide .__acti {
        font-weight: bold; }
  .__carreras .accordion {
    max-width: 100%;
    margin: 0 auto;
    border: 0px;
    --bs-accordion-border-color: 0px solid transparent; }
  .__carreras .accordion-item {
    position: relative; }
  .__carreras .accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #00f200;
    border: none;
    padding: 15px 40px;
    text-align: right;
    cursor: pointer;
    font-size: 1.8rem;
    color: #5d1d8a;
    font-family: "Tusker Grotesk 4500", sans-serif;
    font-weight: 500;
    transition: background 0.2s;
    border-radius: 12px; }
    .__carreras .accordion-toggle:hover {
      background: #00f200; }
    .__carreras .accordion-toggle::before {
      content: "+";
      font-size: 1.5rem;
      color: #3a2e5a;
      margin-right: 30px;
      transition: transform 0.3s; }
    .__carreras .accordion-toggle.active::before {
      content: "-";
      transform: rotate(0deg);
      color: #3a2e5a; }
  .__carreras .accordion-toggle-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #e6e6e6;
    border: none;
    padding: 15px 40px;
    text-align: right;
    cursor: pointer;
    font-weight: 300;
    font-size: 1.1rem;
    color: #333333;
    font-family: "Fira Sans", sans-serif;
    transition: background 0.2s;
    border-radius: 12px; }
    .__carreras .accordion-toggle-2:hover {
      background: #e6e6e6; }
    .__carreras .accordion-toggle-2::before {
      content: "+";
      font-size: 1.5rem;
      color: #3a2e5a;
      margin-right: 30px;
      transition: transform 0.3s; }
    .__carreras .accordion-toggle-2.active::before {
      content: "×";
      transform: rotate(0deg);
      color: #3a2e5a; }
  .__carreras .accordion-content {
    margin-top: 10px;
    position: relative;
    transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    color: #3a2e5a;
    font-size: 1.1rem;
    font-family: "Georgia", serif;
    height: 0;
    overflow: hidden;
    padding: 0 0; }
  .__carreras .accordion-toggle.active + .accordion-content,
  .__carreras .accordion-toggle-2.active + .accordion-content {
    padding-bottom: 24px;
    padding-top: 0; }
  .__carreras .accordion-inner {
    padding: 24px 0px 24px 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .__carreras .accordion-inner .__textcarrera2 {
      width: 100%; }
      .__carreras .accordion-inner .__textcarrera2 p {
        font-family: "Fira Sans", sans-serif;
        font-weight: 300;
        font-size: 15px; }
    .__carreras .accordion-inner .__textcarrera {
      width: 50%; }
      .__carreras .accordion-inner .__textcarrera p {
        font-family: "Fira Sans", sans-serif;
        font-weight: 300;
        font-size: 15px; }
    .__carreras .accordion-inner .__textcerti {
      width: 50%;
      font-size: 15px; }
      .__carreras .accordion-inner .__textcerti .__titucer {
        background-color: #e6e6e6;
        border-radius: 15px;
        padding: 15px 30px;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        margin-bottom: 15px; }
      .__carreras .accordion-inner .__textcerti .__contcert {
        background-color: #e6e6e6;
        border-radius: 15px;
        padding: 35px 30px;
        font-family: "Fira Sans", sans-serif;
        font-weight: 300; }
      .__carreras .accordion-inner .__textcerti p {
        font-family: "Fira Sans", sans-serif;
        font-weight: 300; }
  .__carreras .__carrera_top {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .__carreras .__carrera_top .__itemtop {
      width: 50%;
      position: relative; }
      .__carreras .__carrera_top .__itemtop .__titop {
        margin-top: 40px;
        position: relative; }
        .__carreras .__carrera_top .__itemtop .__titop h2 {
          font-size: 3rem;
          color: #5d1d8a;
          font-family: "Tusker Grotesk 4500", sans-serif; }
        .__carreras .__carrera_top .__itemtop .__titop p {
          font-size: 1.1rem;
          font-weight: 300;
          color: #5d1d8a;
          font-family: "Fira Sans", sans-serif; }

@media (min-width: 300px) and (max-width: 767px) {
  .__cont05 {
    background-image: url(../img/bg_svg.png?=v13) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 160px !important; }

  .__carreras {
    padding: 80px 0; }
    .__carreras .__titumodelo {
      display: flex;
      height: 100%;
      position: relative;
      flex-direction: column;
      justify-content: start;
      padding-right: 5%; }
      .__carreras .__titumodelo h2 {
        font-family: "Tusker Grotesk 4500", sans-serif;
        line-height: 2.5rem;
        font-size: 2rem; }
        .__carreras .__titumodelo h2 mark {
          background-color: #333333;
          color: #00f200; }
      .__carreras .__titumodelo p {
        font-family: "Fira Sans", sans-serif;
        font-weight: 300;
        font-size: 1.2rem;
        margin-top: 20px;
        color: #5d1d8a;
        letter-spacing: -1px; }
      .__carreras .__titumodelo .__mslide {
        margin-top: 25px;
        font-family: "Fira Sans", sans-serif;
        font-size: 1.7rem;
        font-weight: 300;
        line-height: 2.4rem; }
        .__carreras .__titumodelo .__mslide .__acti {
          font-weight: bold; }
    .__carreras .accordion {
      max-width: 100%;
      margin: 0 auto;
      border: 0px;
      --bs-accordion-border-color: 0px solid transparent; }
    .__carreras .accordion-item {
      position: relative; }
    .__carreras .accordion-toggle {
      display: flex;
      align-items: center;
      justify-content: flex-start !important;
      width: 100%;
      background: #00f200;
      border: none;
      text-align: left;
      padding: 10px 20px;
      text-align: right;
      cursor: pointer;
      font-size: 1.2rem;
      color: #5d1d8a;
      font-family: "Tusker Grotesk 4500", sans-serif;
      font-weight: 500;
      transition: background 0.2s;
      border-radius: 12px; }
      .__carreras .accordion-toggle:hover {
        background: #00f200; }
      .__carreras .accordion-toggle::before {
        content: "+";
        font-size: 1.5rem;
        color: #3a2e5a;
        margin-right: 30px;
        transition: transform 0.3s; }
      .__carreras .accordion-toggle.active::before {
        content: "-";
        transform: rotate(0deg);
        color: #3a2e5a; }
    .__carreras .accordion-toggle-2 {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      background: #e6e6e6;
      border: none;
      padding: 1px 20px;
      text-align: right;
      cursor: pointer;
      font-weight: 300;
      font-size: 1rem;
      color: #333333;
      font-family: "Fira Sans", sans-serif;
      transition: background 0.2s;
      border-radius: 12px; }
      .__carreras .accordion-toggle-2:hover {
        background: #e6e6e6; }
      .__carreras .accordion-toggle-2::before {
        content: "+";
        font-size: 1.5rem;
        color: #3a2e5a;
        margin-right: 30px;
        transition: transform 0.3s; }
      .__carreras .accordion-toggle-2.active::before {
        content: "×";
        transform: rotate(0deg);
        color: #3a2e5a; }
    .__carreras .accordion-content {
      margin-top: 10px;
      position: relative;
      transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
      color: #3a2e5a;
      font-size: 1.1rem;
      font-family: "Georgia", serif;
      height: 0;
      overflow: hidden;
      padding: 0 0; }
    .__carreras .accordion-toggle.active + .accordion-content,
    .__carreras .accordion-toggle-2.active + .accordion-content {
      padding-bottom: 24px;
      padding-top: 0; }
    .__carreras .accordion-inner {
      padding: 24px 20px 24px 20px;
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .__carreras .accordion-inner .__textcarrera2 {
        width: 100%; }
        .__carreras .accordion-inner .__textcarrera2 p {
          font-family: "Fira Sans", sans-serif;
          font-weight: 300;
          font-size: 15px; }
      .__carreras .accordion-inner .__textcarrera {
        width: 100%; }
        .__carreras .accordion-inner .__textcarrera p {
          font-family: "Fira Sans", sans-serif;
          font-weight: 300;
          font-size: 15px; }
      .__carreras .accordion-inner .__textcerti {
        width: 100%;
        font-size: 15px; }
        .__carreras .accordion-inner .__textcerti .__titucer {
          background-color: #e6e6e6;
          border-radius: 15px;
          padding: 15px 30px;
          font-family: "Fira Sans", sans-serif;
          font-weight: 500;
          margin-bottom: 15px; }
        .__carreras .accordion-inner .__textcerti .__contcert {
          background-color: #e6e6e6;
          border-radius: 15px;
          padding: 35px 30px;
          font-family: "Fira Sans", sans-serif;
          font-weight: 300; }
        .__carreras .accordion-inner .__textcerti p {
          font-family: "Fira Sans", sans-serif;
          font-weight: 300; }
    .__carreras .__carrera_top {
      position: relative;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .__carreras .__carrera_top .__itemtop {
        width: 100%;
        position: relative; }
        .__carreras .__carrera_top .__itemtop .__titop {
          margin-top: 0px;
          position: relative; }
          .__carreras .__carrera_top .__itemtop .__titop h2 {
            font-size: 1.8rem;
            color: #5d1d8a;
            font-family: "Tusker Grotesk 4500", sans-serif; }
          .__carreras .__carrera_top .__itemtop .__titop p {
            font-size: 1.1rem;
            font-weight: 300;
            color: #5d1d8a;
            font-family: "Fira Sans", sans-serif; } }
.__modelo {
  background: #FFFFFF;
  padding: 80px 0 230px 0;
  background-image: url(../img/portada_modelo.jpg?=v13);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .__modelo .__carrera_top {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .__modelo .__carrera_top .__itemtop {
      width: 50%;
      position: relative; }
      .__modelo .__carrera_top .__itemtop h2 {
        font-size: 3rem;
        color: #5d1d8a;
        font-family: "Tusker Grotesk 4500", sans-serif;
        margin-top: 15px;
        margin-bottom: 5px; }
        .__modelo .__carrera_top .__itemtop h2 .mark01 {
          background-color: #5d1d8a;
          color: #00f200; }
        .__modelo .__carrera_top .__itemtop h2 .mark02 {
          background-color: #5d1d8a;
          color: #FFFFFF; }
        .__modelo .__carrera_top .__itemtop h2 .mark03 {
          background-image: url(../img/bg_mark2.png?=v13);
          background-size: 300%;
          background-color: transparent;
          color: #5d1d8a; }
      .__modelo .__carrera_top .__itemtop p {
        font-size: 1.1rem;
        font-weight: 300;
        color: #5d1d8a;
        font-family: "Fira Sans", sans-serif; }
      .__modelo .__carrera_top .__itemtop .__datos {
        display: flex;
        flex-wrap: wrap;
        position: relative; }
        .__modelo .__carrera_top .__itemtop .__datos .__intdas {
          width: 50%;
          position: relative;
          padding: 15px; }
          .__modelo .__carrera_top .__itemtop .__datos .__intdas .__contdo {
            background-color: #00f200;
            border-radius: 20px;
            text-align: center;
            padding: 20px 15px; }
            .__modelo .__carrera_top .__itemtop .__datos .__intdas .__contdo h3 {
              font-family: "Fira Sans", sans-serif;
              font-weight: 300;
              color: #5d1d8a;
              font-size: 4.3rem; }

@media (min-width: 300px) and (max-width: 767px) {
  .__modelo {
    background: #FFFFFF;
    padding: 80px 0 230px 0;
    background-image: url(../img/portada_modelo.jpg?=v13);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .__modelo .__carrera_top {
      position: relative;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .__modelo .__carrera_top .__itemtop {
        width: 100%;
        position: relative; }
        .__modelo .__carrera_top .__itemtop h2 {
          font-size: 2.5rem;
          color: #5d1d8a;
          font-family: "Tusker Grotesk 4500", sans-serif;
          margin-top: 15px;
          margin-bottom: 5px; }
          .__modelo .__carrera_top .__itemtop h2 .mark01 {
            background-color: #5d1d8a;
            color: #00f200; }
          .__modelo .__carrera_top .__itemtop h2 .mark02 {
            background-color: #5d1d8a;
            color: #FFFFFF; }
          .__modelo .__carrera_top .__itemtop h2 .mark03 {
            background-image: url(../img/bg_mark2.png?=v13);
            background-size: 300%;
            background-color: transparent;
            color: #5d1d8a; }
        .__modelo .__carrera_top .__itemtop p {
          font-size: 1.1rem;
          font-weight: 300;
          color: #5d1d8a;
          font-family: "Fira Sans", sans-serif; }
        .__modelo .__carrera_top .__itemtop .__datos {
          display: flex;
          flex-wrap: wrap;
          position: relative; }
          .__modelo .__carrera_top .__itemtop .__datos .__intdas {
            width: 50%;
            position: relative;
            padding: 15px; }
            .__modelo .__carrera_top .__itemtop .__datos .__intdas .__contdo {
              background-color: #00f200;
              border-radius: 20px;
              text-align: center;
              padding: 20px 15px; }
              .__modelo .__carrera_top .__itemtop .__datos .__intdas .__contdo h3 {
                font-family: "Fira Sans", sans-serif;
                font-weight: 300;
                color: #5d1d8a;
                font-size: 3.3rem; } }
.__form {
  padding: 20px 30px 20px 21%; }
  .__form form h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300; }
  .__form form .form-control {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 10px;
    font-size: 1em;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300; }
    .__form form .form-control:focus {
      border-color: #333333;
      box-shadow: 0 0 5px rgba(51, 51, 51, 0.5); }
  .__form form .select2-container--default .select2-selection--single {
    height: 45px !important;
    padding-top: 7px !important;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300; }
    .__form form .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 9px !important; }

.select2-results {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 300 !important; }

.select2-results__option {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 300 !important; }

@media (min-width: 300px) and (max-width: 767px) {
  .__form {
    padding: 20px 30px 20px 30px; }
    .__form form h2 {
      font-size: 1.6em;
      margin-bottom: 20px;
      font-family: "Fira Sans", sans-serif;
      font-weight: 300; }
    .__form form .form-control {
      border: 1px solid #f2f2f2;
      border-radius: 4px;
      padding: 10px;
      font-size: 1em;
      font-family: "Fira Sans", sans-serif;
      font-weight: 300; }
      .__form form .form-control:focus {
        border-color: #333333;
        box-shadow: 0 0 5px rgba(51, 51, 51, 0.5); }
    .__form form .select2-container--default .select2-selection--single {
      height: 45px !important;
      padding-top: 7px !important;
      font-family: "Fira Sans", sans-serif;
      font-weight: 300; }
      .__form form .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px !important; } }

/*# sourceMappingURL=master.css.map */
