@charset "UTF-8";
* {
  box-sizing: border-box; }

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

a {
  outline: none; }

::placeholder {
  color: #727176;
  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: white;
  padding: 12px 0; }

.bg-green-corp {
  background: #0651a2; }

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

.bg-light-blue {
  background-color: rgba(32, 43, 79, 0.1); }

.margin {
  margin-top: 35px; }

.padding {
  padding-top: 35px; }

.claim-header {
  position: absolute;
  right: 0;
  top: 13px; }

.hero-top .logo-azerca-vextorial {
  fill: #202B4F; }

.header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 65px 0;
  background-color: #0651a2;
  border-bottom: 6px solid #0651a2;
  position: relative; }
  .header:before {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .header .center-vz {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
  .header .hero-title span {
    display: block; }
  .header .hero-title .curse-name,
  .header .hero-title .curse-type {
    color: white;
    padding: 0;
    line-height: 40px;
    font-family: "Montserrat", sans-serif; }
  .header .hero-title .curse-name {
    font-size: 38px;
    line-height: 42px;
    font-weight: bold; }
  .header .hero-title .curse-type {
    font-size: 30px; }
  .header .hero-title .curse-name.big {
    font-size: 85px;
    line-height: 80px; }

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

.header.executive-mba {
  background-image: url("../img/banner_executive.jpg");
  background-position: left bottom; }

.header.master-direccion-comercial {
  background-image: url("../img/banner_MasterDireccionComercial.jpg"); }

.header.master-direccion-financiera {
  background-image: url("../img/banner_MasterDirFinanciera.jpg"); }

.header.master-direccion-marketing-ventas {
  background-image: url("../img/banner_MasterMarketingVentas.jpg"); }

.header.master-direccion-recursos-humanos {
  background-image: url("../img/banner_MasterRRHH.jpg"); }

.header.master-marketing-digital-comercio-electronico {
  background-image: url("../img/banner_MasterMarketingDigital.jpg"); }

.header.master-business-analytics {
  background-image: url("../img/banner_master-business-analytics.jpg"); }

.header.mba {
  background-image: url("../img/banner_MBA.jpg"); }

.hero.curso-gestion-administracion-cga {
  background-image: url("../img/banner_PSGestionEmpresarial.jpg"); }

.header.programa-superior-marketing-digital-comercio-electronico {
  background-image: url("../img/banner_PSMarketingDigital.jpg"); }

.header.programa-superior-direccion-empresas {
  background-image: url("../img/banner_PSADE.jpg"); }

.header.programa-superior-direccion-comercial {
  background-image: url("../img/banner_PSDireccionComercial.jpg"); }

.header.programa-superior-direccion-financiera {
  background-image: url("../img/banner_PSDireccionFinancieraCG.jpg"); }

.header.programa-superior-direccion-marketing-ventas {
  background-image: url("../img/banner_PSDireccionMarketing.jpg"); }

.header.programa-superior-direccion-recursos-humanos {
  background-image: url("../img/banner_PSRRHH.jpg"); }

.header.master-pm {
  background-image: url("../img/banner_pm.png"); }

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

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

.header.master-marketing-revenue-management {
  background-image: url("../img/master-marketing-revenue-management-hero.jpg"); }

.calendar {
  background: #0651a2;
  font-weight: 500;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 5px 0; }
  .calendar a {
    color: white; }
    .calendar a:hover {
      text-decoration: none; }

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

.claim-hard {
  color: #0651a2;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  padding: 30px;
  background-color: rgba(32, 43, 79, 0.1);
  border-bottom: 4px solid #0651a2; }

.content-left .details {
  padding-top: 30px; }
  .content-left .details .inputs {
    background: rgba(32, 43, 79, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 15px 0;
    color: #0651a2; }
    .content-left .details .inputs .detail-mobile {
      display: none; }
    .content-left .details .inputs .icon-box {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 20px;
      line-height: 22px; }
      .content-left .details .inputs .icon-box img {
        margin-right: 15px; }
.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-color: rgba(0, 0, 0, 0.1);
      height: 1px;
      width: 70%;
      display: block;
      margin: 35px auto; }
    .content-left .content-curse .content-curse-module:last-child::after {
      content: none; }
    .content-left .content-curse .content-curse-module p {
      margin: inherit; }
    .content-left .content-curse .content-curse-module h2 {
      color: #0651a2; }
.content-left .logos {
  margin-top: 30px;
  background-color: rgba(32, 43, 79, 0.1);
  border-bottom: 4px solid #0651a2;
  padding: 30px 20px; }
  .content-left .logos img {
    width: 100%;
    max-width: 320px;
    margin: 35px auto; }
.content-left ul {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none; }
  .content-left ul li {
    margin: 0 0 10px 0;
    position: relative; }
    .content-left ul li::before {
      content: "";
      font-size: 13px;
      font-weight: 900 !important;
      font-family: "Font Awesome 5 Free";
      position: relative;
      top: 2px;
      left: -15px;
      color: #4DB7FF;
      position: absolute; }
.content-left .content-curse.logos {
  background: white; }

.content-right {
  float: right; }
  .content-right .form-tarjeton {
    background: black;
    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 .action .btn {
      border-radius: 40px; }
  .content-right .sinmarg {
    margin-top: -150px; }

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

footer {
  background: #353838;
  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: #0651a2;
  padding: 35px 0; }
  .intro-categoria h2 {
    font-size: 35px;
    color: #0651a2;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    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 {
    padding: 10px;
    width: 49%;
    margin-bottom: 40px;
    color: #727176; }
    .wrapper-curso .item-curso:hover {
      text-decoration: none; }
    .wrapper-curso .item-curso img {
      width: 100%;
      height: auto;
      border-radius: 5px; }
    .wrapper-curso .item-curso h4 {
      margin: 20px 0;
      color: #202B4F;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      text-transform: uppercase; }
    .wrapper-curso .item-curso span {
      font-size: 15px;
      background: #0651a2;
      padding: 6px 10px;
      border-radius: 5px;
      text-decoration: none;
      color: white; }

.header.home {
  background-image: url("../img/banner_home_distributiva.jpg"); }
  .header.home .curse-type {
    font-size: 30px; }
  .header.home .curse-name {
    font-size: 35px; }

.logos.home {
  background-color: rgba(32, 43, 79, 0.1);
  border-bottom: 4px solid #0651a2;
  padding: 30px; }

.calendar.home {
  text-align: center;
  background: none; }
  .calendar.home a {
    color: white; }
    .calendar.home a:hover {
      text-decoration: none; }

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

form {
  width: 100%;
  padding: 0; }
  form .form-item {
    width: 100%;
    margin-bottom: 20px;
    position: relative; }
    form .form-item input {
      width: 100%; }
    form .form-item input {
      height: 32px;
      background: white;
      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;
    color: white; }
    form .layer-lopd a {
      color: white; }
  form .check {
    margin-top: 15px;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    flex-wrap: wrap;
    color: white; }
    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: #FEC82D;
      color: #252525;
      display: block;
      width: 100%;
      padding: 10px 0;
      border-radius: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px; }
  form .call {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    color: white; }
    form .call a {
      color: white;
      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.svg) no-repeat center right 10px;
    background-color: #f4f4f5;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #727176;
    padding-right: 50px; }
  form select::-ms-expand {
    display: none; }

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

.fa-times {
  color: #bd0304; }

.fa-check {
  color: green; }

.has-error select,
.has-error input {
  color: #bd0304; }
  .has-error select::placeholder,
  .has-error 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: #FEC82D;
    width: 100%; }
  .action-bar .action-bar-roi {
    width: 100%; }
  .action-bar .action-bar-phone {
    background: #e6ba5b;
    width: 35%; }

.ot-sdk-cookie-policy-group-desc,
#cookie-policy-description {
  font-size: 13px !important;
  line-height: 22px !important; }

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #e32e35;
  border: 1px solid #e32e35; }

.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 h3 {
        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;
      margin-left: -40%;
      left: 50%; }
.modal-fixed .modal-big {
  max-width: 80%; }

#form_checks {
  display: none; }

.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: #0651a2;
  font-size: 32px;
  font-weight: 600; }

.list-gracias {
  color: #0651a2;
  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 #0651a2;
    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: #0651a2;
        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: #0651a2;
      color: white;
      border-radius: 0;
      font-size: 16px;
      font-weight: 600;
      margin-top: 40px; }

.doble-hero {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin-top: 20px; }
  .doble-hero .doble-hero-title {
    font-weight: bold;
    margin-bottom: 5px; }
  .doble-hero .doble-hero-img {
    margin-right: 10px; }

#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: #e32e35;
      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: #e32e35;
  border: 1px solid #e32e35;
  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: #e32e35;
    border: 1px solid #e32e35;
    opacity: 1; }
    #form_checks #ty-page-boton-enviar:hover {
      opacity: 0.7; }

/* modal-ostelea */
.modal-form.modal-ostelea .form-item input {
  background: #f4f4f5; }
.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: #202B4F;
      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: 100%;
    width: 100%; }
    .modal-form form .action .btn {
      max-width: 270px;
      margin: 0 auto; }
  .modal-form form .call {
    display: none; }
  .modal-form form .check {
    width: 100%; }

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

.acelerador {
  background-color: #d1e5ff;
  border: solid 2px #2d629a;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none; }
  .acelerador .ojo {
    margin-right: 20px; }
    .acelerador .ojo img {
      width: 50px; }
  .acelerador .master-popular strong {
    color: #2d629a;
    font-size: 12px; }
  .acelerador .master-popular p {
    font-size: 12px;
    color: black; }
  .acelerador.sidebar {
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 0;
    padding: 10px 13px;
    position: relative;
    display: flex; }
    .acelerador.sidebar .ojo {
      margin-right: 10px; }
      .acelerador.sidebar .ojo img {
        width: 40px; }
    .acelerador.sidebar:before {
      content: "";
      position: absolute;
      height: 10px;
      width: 102%;
      background: white;
      top: -12px;
      left: -2px; }

@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) {
  .acelerador {
    display: flex; }
    .acelerador.sidebar {
      display: none; }

  .doble-hero {
    padding: 5px 10px 10px 10px;
    text-align: center; }
    .doble-hero .doble-hero-title {
      font-size: 11px;
      margin-bottom: 0; }
    .doble-hero .doble-hero-img.hero-eae {
      max-width: 70px; }
    .doble-hero .doble-hero-img.hero-ub {
      max-width: 140px; }

  header {
    text-align: center; }
    header img {
      width: 150px; }
    header .claim-header {
      display: none; }

  .header {
    padding: 30px 0; }
    .header .center-vz {
      padding: 0;
      align-items: center; }
    .header .hero-title {
      width: 100%;
      padding: 0 !important;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      line-height: 0; }
      .header .hero-title .curse-name,
      .header .hero-title .curse-type {
        padding: 0;
        line-height: 25px; }
      .header .hero-title .curse-type, .header .hero-title .curse-type.little {
        font-size: 16px; }
      .header .hero-title .curse-name, .header .hero-title .curse-name.little {
        font-size: 25px; }
    .header.home .hero-title {
      height: 90px; }

  .content-wrapper .claim {
    font-size: 16px;
    line-height: 20px; }
    .content-wrapper .claim span {
      display: none; }
  .content-wrapper .details .inputs {
    flex-wrap: wrap; }
    .content-wrapper .details .inputs .icon-box {
      font-size: 15px;
      line-height: 18px;
      width: calc(50% - 20px);
      margin: 0 10px; }
      .content-wrapper .details .inputs .icon-box img {
        width: 30px; }
  .content-wrapper .details .calendar {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0; }
    .content-wrapper .details .calendar img {
      display: none; }
    .content-wrapper .details .calendar a {
      color: white; }
      .content-wrapper .details .calendar a:hover {
        color: white; }
  .content-wrapper .logos {
    text-align: center; }
    .content-wrapper .logos img {
      margin: 0 auto; }
  .content-wrapper .content-right {
    position: inherit; }
    .content-wrapper .content-right .form-tarjeton {
      position: inherit;
      margin: 40px 0; }

  .subfooter {
    display: none; }

  .action-bar {
    display: flex; }

  .header.home .center-vz {
    height: 153px; }
  .header.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; } }
@media (max-width: 850px) {
  #rgpdChecksModal .modal-big {
    max-width: 95%;
    padding-top: 30px; } }
@media (max-width: 580px) {
  .intro-categoria h2 {
    font-size: 24px; }

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

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

  .content-left .details {
    margin: 0 -15px; }
    .content-left .details .detail-desktop {
      display: none; }
    .content-left .details .detail-mobile {
      display: block !important; } }
.ffl-wrapper-validation .fv-plugins-bootstrap .fv-help-block {
  color: #fff; }
.ffl-wrapper-validation .fv-plugins-bootstrap .fv-help-block {
  font-size: 70%; }
.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: 2px !important;
    right: 13px; }
.ffl-wrapper-validation .form-control-feedback, .ffl-wrapper-validation .fv-plugins-icon {
  top: 15px !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: 38px !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.5rem;
    left: 15px; }
  .ffl-wrapper-validation .ffl-wrapper.ffl-floated .ffl-label {
    top: 20px;
    left: 10px;
    font-size: 9px;
    color: #909090; }
.ffl-wrapper-validation .ffl-label {
  color: #909090;
  line-height: 1.2; }
.ffl-wrapper-validation .ffl-floated .ffl-label {
  color: #0289f3;
  font-size: 0.75rem; }

@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; } }

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