* {
  box-sizing: border-box; }

body {
  font-family: "Montserrat", sans-serif;
  color: #727176;
  font-size: 16px;
  background: white; }

a {
  outline: none; }

::placeholder {
  color: #8dc666;
  font-weight: 300; }

h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 0;
  font-weight: 400; }

h2 {
  font-size: 22px;
  margin-bottom: 20px; }

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

h5 {
  margin: 0 0 20px 0;
  font-weight: 600; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

header {
  background: #5cad24;
  padding: 12px 0; }

.bg-green-corp {
  background: #8dc666; }

.bg-green-corp-tertiary {
  background: #f2f8ed; }

.margin {
  margin-top: 35px; }

.padding {
  padding-top: 35px; }

.hero {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 315px; }
  .hero .center-vz {
    display: flex;
    align-items: center;
    height: 315px; }
  .hero .hero-title .curse-name,
  .hero .hero-title .curse-type {
    background: #5cad24;
    font-family: "Varela Round", sans-serif;
    color: white;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 40px; }
  .hero .hero-title .curse-name {
    font-size: 35px;
    font-weight: bold; }
  .hero .hero-title .curse-type {
    font-size: 30px; }

.hero.mba-hospitality-turismo {
  background-image: url("../img/cabecera_HospitalityTourism.jpg");
  background-position: left bottom; }

.hero.master-direccion-hotelera {
  background-image: url("../img/cabecera_DirHotelera.jpg"); }

.hero.master-marketing-comercializacion {
  background-image: url("../img/cabecera_MKT_REVENUE.jpg"); }

.hero.master-organizacion-eventos {
  background-image: url("../img/cabecera_OrganizacionEventos.jpg"); }

.hero.programa-superior-direccion-empresas-turisticas {
  background-image: url("../img/PS_Direccion_Empresas.jpg"); }

.hero.programa-superior-organizacion-eventos {
  background-image: url("../img/PS_OrganizacionEventos.jpg"); }

.hero.programa-superior-direccion-empresas-restauracion {
  background-image: url("../img/PS_DireccionEmpresas.jpg"); }

.calendar {
  background: #8dc666;
  font-weight: 500;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 5px 0; }

.col-top-claim {
  text-align: right; }
  .col-top-claim .top-claim {
    position: relative;
    top: 20px;
    color: white; }

.claim {
  color: #5cad24;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  padding-top: 30px; }

.content-left .details {
  padding-top: 30px; }
  .content-left .details .inputs {
    background: #f2f8ed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 15px 0; }
    .content-left .details .inputs a {
      display: flex;
      color: #727176; }
      .content-left .details .inputs a .detail-mobile {
        display: none; }
      .content-left .details .inputs a .icon-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 20px;
        line-height: 22px; }
        .content-left .details .inputs a .icon-box img {
          margin-right: 15px; }
      .content-left .details .inputs a:hover {
        opacity: 0.6;
        text-decoration: none; }
.content-left .content-curse {
  margin-top: 50px; }
  .content-left .content-curse .content-curse-module {
    margin-bottom: 35px; }
    .content-left .content-curse .content-curse-module::after {
      content: "";
      background-image: url("../img/line-module.jpg");
      background-repeat: no-repeat;
      background-position: center top;
      height: 3px;
      width: 100%;
      display: block;
      margin-top: 35px; }
    .content-left .content-curse .content-curse-module:last-child::after {
      content: none; }
    .content-left .content-curse .content-curse-module p {
      margin: inherit; }
.content-left .logos {
  margin-top: 0px;
  margin-bottom: 30px; }
  .content-left .logos .title-power {
    height: 25px;
    font-size: 14px;
    text-align: left;
    text-indent: 20px; }
  .content-left .logos img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0; }
.content-left ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .content-left ul li {
    margin: 0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .content-left ul li::before {
      content: url(../img/icon-tick.jpg);
      margin-right: 10px;
      float: left; }

.content-right {
  float: right; }
  .content-right .form-tarjeton {
    background: #3A3A3A;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 30px 13px;
    position: fixed;
    top: 160px;
    width: 300px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .content-right .form-tarjeton h3 {
      text-align: center;
      color: white; }
    .content-right .form-tarjeton input {
      background: white; }
    .content-right .form-tarjeton .layer-lopd {
      color: white; }
  .content-right .sinmarg {
    margin-top: -150px; }

.subfooter {
  padding: 30px 0; }
  .subfooter a {
    cursor: pointer; }

footer {
  background: #8dc666;
  color: white;
  padding: 30px 0;
  font-size: 12px; }
  footer a {
    color: white;
    font-size: 12px;
    cursor: pointer; }
    footer a:hover {
      text-decoration: none;
      color: white; }
  footer p {
    margin: 10px 0;
    display: block; }
  footer ul li {
    display: inline-block; }

.intro-categoria {
  color: #5cad24;
  padding: 35px 0; }
  .intro-categoria h2 {
    font-size: 35px;
    color: #5cad24;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px 0; }

.wrapper-curso {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%; }
  .wrapper-curso .item-curso {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 22px;
    background: #f9fcf7;
    width: 48.5%;
    margin-bottom: 20px;
    color: #727176; }
    .wrapper-curso .item-curso:hover {
      text-decoration: none; }
    .wrapper-curso .item-curso img {
      width: 100%;
      height: auto; }
    .wrapper-curso .item-curso h4 {
      margin: 20px 0;
      font-size: 20px; }
    .wrapper-curso .item-curso span {
      color: #5cad24;
      font-size: 16px;
      text-decoration: underline; }

.hero.home {
  background-image: url("../img/bg-hero-home.jpg"); }
  .hero.home .center-vz {
    height: 262px; }
  .hero.home .curse-type {
    font-size: 30px; }
  .hero.home .curse-name {
    font-size: 35px; }

.logos.home {
  background: #f2f8ed;
  padding: 30px; }

.calendar.home {
  text-align: center; }
  .calendar.home a {
    color: inherit;
    text-decoration: none; }

.calendar a {
  color: inherit;
  text-decoration: inherit; }

.numbers .numbers-items {
  padding: 20px 0; }
.numbers .number {
  font-size: 38px;
  color: #5cad24;
  font-weight: 200;
  display: block; }
.numbers .text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px; }

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
  top: 18px; }

form .form-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  form .form-item input {
    width: 100%; }
  form .form-item input {
    height: 32px;
    background: #f2f8ed;
    border: none;
    text-indent: 8px; }
form .layer-lopd {
  height: 38px;
  overflow-y: scroll;
  border: none;
  padding: 0;
  margin-top: 20px;
  font-size: 11px;
  line-height: 13px; }
form .check {
  margin-top: 15px;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  flex-wrap: wrap; }
  form .check .form-control-feedback, form .check .fv-plugins-icon {
    display: none !important; }
  form .check .text-checkbox {
    width: 80%; }
  form .check input {
    margin-right: 5px; }
  form .check a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline !important; }
form .action {
  text-align: center;
  width: 100%;
  margin-top: 20px; }
  form .action .btn {
    background: #5cad24;
    color: white;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 100px; }
form .call {
  text-align: center;
  margin-top: 20px;
  width: 100%; }
  form .call a {
    color: #5cad24;
    font-weight: 500;
    font-size: 15px; }
    form .call a:hover {
      text-decoration: none; }
form select {
  width: 100%;
  height: 32px;
  border: none;
  padding-left: 10px;
  border-radius: 3px;
  background: url(../img/arrow-select.png) no-repeat center right 10px;
  background-color: #f2f8ed;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #5cad24;
  padding-right: 50px; }
form select::-ms-expand {
  display: none; }

.fv-plugins-bootstrap .fv-plugins-icon {
  height: auto;
  line-height: 1;
  width: auto; }

.help-block, .fv-plugins-bootstrap .fv-help-block {
  color: #bd0304;
  font-weight: 600;
  padding: 5px 0 0 10px;
  font-size: 12px; }

.form-control-feedback, .fv-plugins-icon {
  position: absolute;
  top: 7px;
  right: 30px; }

.fa-times {
  color: #bd0304; }

.fa-check {
  color: #5cad24; }

.has-error select,
.has-error input, .has-danger select,
.has-danger input {
  color: #bd0304; }
  .has-error select::placeholder,
  .has-error input::placeholder, .has-danger select::placeholder,
  .has-danger input::placeholder {
    color: #bd0304; }

.action-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  display: none; }
  .action-bar a {
    padding: 20px 0;
    display: block;
    font-size: 20px;
    color: white !important;
    font-weight: 600; }
  .action-bar .action-bar-info {
    background: #dea324;
    width: 65%; }
  .action-bar .action-bar-roi {
    width: 100%; }
  .action-bar .action-bar-phone {
    background: #e6ba5b;
    width: 35%; }

.modal-fixed .modal-custom {
  position: fixed;
  max-width: 800px;
  margin-left: -400px;
  left: 50%; }
  .modal-fixed .modal-custom .modal-content {
    height: 500px; }
    .modal-fixed .modal-custom .modal-content .modal-body {
      padding: 0 50px;
      overflow-y: scroll;
      margin-top: 30px;
      margin-bottom: 30px; }
    .modal-fixed .modal-custom .modal-content .modal-footer {
      padding: 2rem; }
.modal-fixed .modal-lg {
  position: fixed;
  max-width: 80%;
  margin-left: -40%;
  left: 50%; }
  .modal-fixed .modal-lg .modal-content {
    height: 500px; }
    .modal-fixed .modal-lg .modal-content .modal-body {
      padding: 0 50px;
      overflow-y: scroll;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 13px;
      color: #696969;
      line-height: 22px; }
      .modal-fixed .modal-lg .modal-content .modal-body h2, .modal-fixed .modal-lg .modal-content .modal-body h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px; }
      .modal-fixed .modal-lg .modal-content .modal-body p {
        margin-top: 10px;
        margin-bottom: 10px; }
    .modal-fixed .modal-lg .modal-content .modal-footer {
      padding: 2rem; }
.modal-fixed .action {
  width: 100%;
  max-width: 100% !important; }
  .modal-fixed .action .btn {
    max-width: 270px;
    margin: 0 auto; }

.modal {
  font-size: 14px; }

.modal-form#formModalHorarios .form-item.ffl-wrapper:nth-of-type(odd) {
  margin-left: 30px; }
.modal-form#formModalHorarios .form-item.ffl-wrapper:nth-of-type(even) {
  margin-left: 0; }

.legal-page img {
  width: 100%; }
.legal-page ul {
  list-style: square;
  padding: 20px; }
  .legal-page ul li {
    display: list-item; }
    .legal-page ul li::before {
      content: none; }

.wrapper-intro {
  padding: 35px 0 0 0; }

.gracias .block-thanks {
  max-width: 960px; }
.gracias h3 {
  color: #5cad24;
  font-size: 32px;
  font-weight: 600; }

.list-gracias {
  color: #5cad24;
  padding-bottom: 65px; }
  .list-gracias ul {
    padding: 0;
    margin: 0; }

.modal-ostelea {
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8); }
  .modal-ostelea .modal-content {
    border: 1px solid #8dc666;
    border-radius: 10px; }
    .modal-ostelea .modal-content .modal-header {
      border: none;
      padding: 25px 50px; }
      .modal-ostelea .modal-content .modal-header .modal-title {
        font-size: 20px;
        color: black; }
      .modal-ostelea .modal-content .modal-header .close {
        background: #8dc666;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        position: absolute;
        opacity: 1; }
        .modal-ostelea .modal-content .modal-header .close span {
          position: relative;
          top: -10px;
          right: 7px;
          color: white;
          text-shadow: none;
          font-weight: 100; }
    .modal-ostelea .modal-content .modal-body {
      color: #000; }

.modal table {
  font-size: 12px; }

#sst_container {
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px 0;
  font-size: 11px;
  position: fixed;
  bottom: 0;
  width: 100%; }
  #sst_container #cookies {
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #sst_container #cookies p {
      padding-right: 30px; }
      #sst_container #cookies p a {
        text-decoration: underline; }
    #sst_container #cookies a.sst_close {
      background: white;
      padding: 8px 15px;
      color: #000; }

.error {
  padding: 60px 0; }
  .error .action {
    width: 100%;
    text-align: center; }
    .error .action .btn {
      background: #5cad24;
      color: white;
      border-radius: 0;
      font-size: 16px;
      font-weight: 600;
      margin-top: 40px; }

#rgpdChecksModal .modal-big {
  max-width: 60%;
  font-size: 14px;
  line-height: 25px; }
  #rgpdChecksModal .modal-big .modal-header {
    padding: 25px 30px 0 30px; }
    #rgpdChecksModal .modal-big .modal-header .close span {
      top: -15px;
      right: 7px;
      font-size: 30px; }
  #rgpdChecksModal .modal-big .modal-body {
    padding: 25px 30px 10px 30px; }
    #rgpdChecksModal .modal-big .modal-body .introduction_text {
      margin-bottom: 20px; }
    #rgpdChecksModal .modal-big .modal-body .checks_rgpd_modal_form {
      margin-bottom: 20px; }
    #rgpdChecksModal .modal-big .modal-body a {
      color: #8dc666;
      text-decoration: underline; }
      #rgpdChecksModal .modal-big .modal-body a:hover {
        text-decoration: none; }
  #rgpdChecksModal .modal-big .modal-footer {
    display: none; }
#rgpdChecksModal #rgpd-modal-boton-enviar {
  margin-top: 20px;
  background: #8dc666;
  border: 1px solid #8dc666;
  opacity: 1; }
  #rgpdChecksModal #rgpd-modal-boton-enviar:hover {
    opacity: 0.7; }
#rgpdChecksModal .form-item-modal .control-label {
  display: flex;
  align-items: flex-start; }
  #rgpdChecksModal .form-item-modal .control-label .form-checkbox {
    position: relative;
    top: 6px;
    margin-right: 10px; }

#form_checks {
  margin: 60px auto;
  max-width: 1100px;
  width: 90%;
  font-size: 15px; }
  #form_checks form {
    border-top: 1px solid #fde5da;
    padding-top: 30px; }
  #form_checks .rgpd-titulo-marketing-ty-page {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold; }
  #form_checks .rgpd-text-marketing-ty-page {
    margin-bottom: 20px; }
  #form_checks .form-item label {
    display: flex;
    align-items: flex-start; }
    #form_checks .form-item label input {
      width: auto;
      position: relative;
      top: -5px;
      margin-right: 10px; }
  #form_checks #ty-page-boton-enviar {
    margin-top: 20px;
    background: #8dc666;
    border: 1px solid #8dc666;
    opacity: 1; }
    #form_checks #ty-page-boton-enviar:hover {
      opacity: 0.7; }

.ffl-wrapper-validation .form-item {
  margin-bottom: 0 !important; }
  .ffl-wrapper-validation .form-item.form-item-combo .form-control-feedback, .ffl-wrapper-validation .form-item.form-item-combo .fv-plugins-icon {
    top: 7px !important; }
.ffl-wrapper-validation .form-control-feedback, .ffl-wrapper-validation .fv-plugins-icon {
  top: 29px !important; }
.ffl-wrapper-validation .ffl-wrapper-select select {
  height: 45px !important; }
.ffl-wrapper-validation .ffl-wrapper-select .form-control-feedback, .ffl-wrapper-validation .ffl-wrapper-select .fv-plugins-icon {
  top: 15px !important; }
.ffl-wrapper-validation .ffl-wrapper {
  position: relative;
  display: block;
  padding-top: 1rem; }
  .ffl-wrapper-validation .ffl-wrapper input {
    height: 45px !important;
    text-indent: 10px !important;
    padding-top: 8px !important; }
  .ffl-wrapper-validation .ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 1.8rem;
    left: 15px; }
  .ffl-wrapper-validation .ffl-wrapper.ffl-floated .ffl-label {
    top: 20px;
    left: 10px;
    font-size: 9px;
    color: green; }
.ffl-wrapper-validation .ffl-label {
  color: #909090;
  line-height: 1.2; }
.ffl-wrapper-validation .ffl-floated .ffl-label {
  color: #0289f3;
  font-size: 0.75rem; }

.layer-top {
  width: 100%;
  background: black;
  padding: 6px;
  color: white;
  text-align: center;
  font-size: 13px; }

.gracias-whats {
  background: #25D366;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  padding: 15px;
  max-width: 400px;
  margin: 20px auto;
  width: 100%; }
  .gracias-whats:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .gracias-whats .whats-icon {
    position: relative;
    top: 3px;
    margin-right: 10px; }
  .gracias-whats svg {
    fill: white; }

.color-text-whats {
  color: #25D366; }

#osteleaForm-steps {
  display: none; }

#osteleaForm-steps .js-step {
  display: none; }

#osteleaForm-steps .js-step.active {
  display: block; }

#osteleaForm-steps .steps-action--back {
  display: none; }

#osteleaForm-steps {
  background: #3A3A3A;
  padding: 10px; }
  #osteleaForm-steps .call a {
    font-size: 14px; }
  #osteleaForm-steps .steps-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 80%;
    margin: 0 auto 20px; }
    #osteleaForm-steps .steps-display--item {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #818181;
      color: white;
      font-size: 14px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: relative;
      z-index: 2; }
      #osteleaForm-steps .steps-display--item.active {
        background-color: #5cad24; }
    #osteleaForm-steps .steps-display:before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: white;
      position: absolute;
      z-index: 1; }
  #osteleaForm-steps .steps-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px; }
    #osteleaForm-steps .steps-text--number {
      color: #5cad24;
      font-size: 32px;
      width: 30px;
      position: relative;
      padding-right: 10px;
      margin-right: 15px; }
      #osteleaForm-steps .steps-text--number:before {
        content: "";
        width: 1px;
        height: 80%;
        display: block;
        background-color: #5cad24;
        position: absolute;
        right: 0;
        top: 5px; }
    #osteleaForm-steps .steps-text--message {
      color: white;
      line-height: 22px; }
  #osteleaForm-steps .steps-form {
    margin-bottom: 20px; }
  #osteleaForm-steps .steps-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0 50px 0;
    position: relative; }
    #osteleaForm-steps .steps-action--back {
      font-size: 13px;
      color: white;
      text-transform: uppercase;
      text-decoration: none; }
      #osteleaForm-steps .steps-action--back:hover {
        opacity: 0.7; }
    #osteleaForm-steps .steps-action--next {
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      color: white;
      background: #5cad24;
      display: block;
      padding: 15px 20px;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      border-radius: 40px;
      border: none;
      cursor: pointer;
      position: absolute;
      right: 0; }
      #osteleaForm-steps .steps-action--next:hover {
        background: black; }
    #osteleaForm-steps .steps-action.hidden {
      display: none; }

.steps-sending {
  width: 100%;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5cad24;
  font-weight: normal;
  display: none; }
  .steps-sending span {
    margin-left: 10px; }
  .steps-sending.active {
    display: flex; }

/* spinner */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #5cad24;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5cad24 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.showStepsForm #osteleaForm-steps {
  display: block !important; }
.showStepsForm #osteleaForm {
  display: none !important; }

.detail--form {
  display: none; }

.detail--content {
  display: block; }

/* legal modal */
#legal-wrapper {
  font-family: "NeueRoman", sans-serif;
  line-height: 26px; }

#legal-wrapper h3 {
  margin: 30px 0 10px 0;
  font-weight: bold !important; }

#legal-wrapper ul {
  list-style: circle;
  padding: 0 0 0 25px; }

#legal-wrapper a {
  color: blue;
  text-decoration: underline; }

#legal-wrapper a:hover {
  text-decoration: none; }

.legal-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.legal-table td,
.legal-table th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal; }

.legal-table .table-bold {
  font-weight: bold; }

.legal-table thead {
  background-color: black;
  color: white; }

/* powered by */
.wrapper-power {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .wrapper-power .title-power {
    font-size: 12px;
    height: 25px;
    text-indent: 5px; }
  .wrapper-power .logos-power {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 15px; }

.row-logos-footer {
  margin-bottom: 20px; }

.logo-pfu {
  max-width: 338px;
  width: 100%; }

.logo-ostelea-footer {
  width: auto;
  height: 45px;
  margin-right: 20px; }

@media (max-width: 991px) {
  .detail--form {
    display: block; }

  .detail--content {
    display: none; } }
@media (max-width: 1280px) {
  .content-right .form-tarjeton {
    width: 255px; } }
@media (max-width: 1150px) {
  .content-right .form-tarjeton {
    width: 240px; }
    .content-right .form-tarjeton h3 {
      font-size: 18px; } }
@media (max-width: 991px) {
  body {
    padding-bottom: 60px; }

  header {
    text-align: center; }
    header img {
      width: 150px; }

  .hero {
    min-height: inherit; }
    .hero .center-vz {
      height: 153px; }
    .hero .hero-title {
      width: 100%;
      padding: 0 !important;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
      line-height: 0;
      height: 153px; }
      .hero .hero-title .curse-name,
      .hero .hero-title .curse-type {
        padding: 5px 10px;
        line-height: 24px; }
      .hero .hero-title .curse-type, .hero .hero-title .curse-type.little {
        font-size: 14px; }
      .hero .hero-title .curse-name, .hero .hero-title .curse-name.little {
        font-size: 17px; }

  .content-wrapper .claim {
    font-size: 18px;
    line-height: 22px; }
  .content-wrapper .details .inputs {
    flex-wrap: wrap; }
    .content-wrapper .details .inputs .icon-box {
      width: calc(33.3333% - 10px);
      flex-direction: column;
      text-align: center;
      line-height: 16px !important;
      font-size: 14px; }
      .content-wrapper .details .inputs .icon-box img {
        width: 30px;
        margin-right: 0 !important;
        margin-bottom: 5px; }
  .content-wrapper .details .calendar {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0; }
    .content-wrapper .details .calendar img {
      display: none; }
  .content-wrapper .logos {
    text-align: center; }
    .content-wrapper .logos img {
      max-width: 200px; }
  .content-wrapper .content-right {
    position: inherit; }
    .content-wrapper .content-right .form-tarjeton {
      position: inherit;
      margin: 40px 0; }

  .subfooter {
    display: none; }

  .action-bar {
    display: flex; }

  .hero.home .center-vz {
    height: 153px; }
  .hero.home .curse-name {
    font-size: 18px; }

  .bg-green-corp .col-md-8 {
    flex: 100%;
    max-width: 100%; }
  .bg-green-corp .calendar.home {
    text-align: center;
    font-size: 16px; }
    .bg-green-corp .calendar.home img {
      display: none; }

  .form-tarjeton {
    width: 100% !important; }

  .gracias .block-thanks {
    max-width: 90% !important; }

  .col-top-claim .top-claim {
    top: 6px; }

  .flex-direction {
    flex-direction: column-reverse; } }
@media (max-width: 580px) {
  .intro-categoria h2 {
    font-size: 24px; }

  .wrapper-curso .item-curso {
    width: 100%; }

  .hero .center-vz {
    padding: 0; }

  .hero .hero-title .curse-name,
  .hero .hero-title .curse-type {
    line-height: 18px; }

  .content-left .details {
    margin: 0 -15px; }
    .content-left .details .detail-desktop {
      display: none; }
    .content-left .details .detail-mobile {
      display: block !important; }
      .content-left .details .detail-mobile br {
        display: none; }

  /* powered by */
  .wrapper-power .logos-power img {
    width: 170px; } }
@media (max-width: 767px) {
  .col-top-claim {
    text-align: center; }
    .col-top-claim .top-claim {
      font-size: 13px;
      top: 3px; }

  .content-wrapper .logos .col-md-4 {
    margin: 20px 0; }
  .content-wrapper .logos .title-power {
    text-align: center; }

  .logo-pfu {
    max-width: 340px;
    width: 100%;
    margin-left: 0;
    margin-top: 20px; } }
/* modal-ostelea */
.modal-form.modal-ostelea .form-item-combo select {
  height: 45px; }
.modal-form.modal-ostelea .form-item-combo .form-control-feedback, .modal-form.modal-ostelea .form-item-combo .fv-plugins-icon {
  top: 15px !important; }
.modal-form.modal-ostelea .modal-content {
  border-radius: 0;
  border: none;
  height: auto;
  padding-bottom: 20px; }
  .modal-form.modal-ostelea .modal-content .modal-header {
    padding-bottom: 0; }
    .modal-form.modal-ostelea .modal-content .modal-header .close {
      width: 50px;
      height: 50px;
      top: 15px;
      right: 16px;
      background: #5CAD23;
      border-radius: 0; }
      .modal-form.modal-ostelea .modal-content .modal-header .close span {
        top: -18px;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-size: 50px;
        right: 3px; }
    .modal-form.modal-ostelea .modal-content .modal-header .modal-title {
      color: #727176;
      font-weight: bold; }
  .modal-form.modal-ostelea .modal-content .modal-body {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto; }
.modal-form.modal-ostelea .layer-lopd {
  display: inline-block;
  color: #BDBDBD;
  padding-top: 0; }
.modal-form.modal-ostelea form .check .text-checkbox {
  color: #5F5F5F; }
  .modal-form.modal-ostelea form .check .text-checkbox a {
    color: #5F5F5F; }
.modal-form .header-with-icon {
  padding-left: 65px;
  position: relative; }
  .modal-form .header-with-icon .icon {
    width: 45px;
    position: absolute;
    left: 0;
    top: 0; }
  .modal-form .header-with-icon h6 {
    color: #727176;
    font-weight: 400; }
.modal-form .form-item.form-convocatoria {
  padding-bottom: 1em; }
.modal-form .form-tarjeton h3 {
  display: none; }
.modal-form .form-item.ffl-wrapper {
  width: calc(50% - 30px);
  float: left; }
  .modal-form .form-item.ffl-wrapper:nth-of-type(odd) {
    margin-right: 30px; }
  .modal-form .form-item.ffl-wrapper:nth-of-type(even) {
    margin-left: 30px; }
.modal-form .layer-lopd {
  display: table;
  clear: both;
  padding-top: 15px; }
.modal-form form {
  display: flex;
  flex-wrap: wrap; }
  .modal-form form .action {
    max-width: 275px; }
  .modal-form form .call {
    display: none; }
  .modal-form form .check {
    width: 100%; }

@media (max-width: 991px) {
  .modal-fixed .modal-custom {
    position: fixed;
    max-width: 90%;
    margin-left: -45%;
    left: 50%; } }
@media (max-width: 570px) {
  /* modal-ostelea */
  .modal-form .form-item.ffl-wrapper {
    margin-left: 0 !important;
    width: 100%; }
  .modal-form .form-item.ffl-wrapper:nth-of-type(odd) {
    margin-right: 0; }

  .help-block, .fv-plugins-bootstrap .fv-help-block {
    padding: 0 0 0 10px !important; } }
#form_checks {
  display: none; }

/*# sourceMappingURL=style-dp.css.map */
