* {
  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; }

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

header {
  background: white;
  padding: 12px 0; }

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

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

.margin {
  margin-top: 35px; }

.padding {
  padding-top: 35px; }

.hero {
  background: #F8F8F8;
  height: 300px; }
  .hero .hero-wrapper {
    height: 300px;
    position: relative; }
    .hero .hero-wrapper .hero-title h1 {
      font-size: 56px;
      color: #333232;
      margin: 0;
      padding: 0;
      line-height: 62px;
      font-weight: bold; }
    .hero .hero-wrapper .hero-img {
      position: absolute;
      bottom: 0;
      right: 0; }

.logo-ostelea-top {
  width: 200px;
  height: auto; }

.secundarylogo-top {
  position: relative;
  padding-left: 90px; }
  .secundarylogo-top img {
    width: auto;
    height: 85px;
    position: relative;
    top: 0; }
  .secundarylogo-top:before {
    content: "";
    position: absolute;
    height: 150%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: -5px;
    left: 50px; }

.intro {
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 35px; }

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #5BB132; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #5BB132; }

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #373737;
  line-height: 28px; }

.content-left .module-metologia {
  background: #F4F4F4;
  padding: 30px; }
  .content-left .module-metologia .module-metologia-wrapper {
    font-size: 14px; }
    .content-left .module-metologia .module-metologia-wrapper .item-metologia {
      width: calc(33% - 20px);
      position: relative;
      margin-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; }
      .content-left .module-metologia .module-metologia-wrapper .item-metologia:before {
        content: "";
        position: absolute;
        background: #5BB132;
        width: 2px;
        height: 100%;
        top: 0;
        left: -10px; }
.content-left .module-cursos {
  font-size: 14px; }
  .content-left .module-cursos .item-curso {
    background: #F2F7ED;
    margin-bottom: 10px; }
    .content-left .module-cursos .item-curso .item-curso--hero h4 {
      font-weight: 600;
      font-size: 16px;
      color: #373737;
      line-height: 28px; }
    .content-left .module-cursos .item-curso .item-curso--hero:hover {
      text-decoration: none; }
    .content-left .module-cursos .item-curso .item-curso--content {
      display: none; }
    .content-left .module-cursos .item-curso.active .item-curso--hero .icon-curso {
      transform: rotate(180deg); }

.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;
    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;
    position: sticky;
    top: 20px;
    margin-top: 40px; }
    .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 .form-tarjeton .text-form {
      font-size: 12px;
      color: white;
      text-align: center;
      line-height: 16px; }
  .content-right .sinmarg {
    margin-top: 40px;
    top: 0; }

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

.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;
    border-radius: 3px; }
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: 45px;
  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: #ff7370;
  font-weight: 600;
  padding: 0;
  font-size: 12px;
  line-height: 15px; }

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

.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 !important; }
  .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: 100%; }
  .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; }

.mt-1 {
  margin-top: 10px !important; }
  .mt-1 span {
    color: white;
    font-size: 13px; }

.mt-4 {
  margin-top: 40px !important; }

.mt-10 {
  margin-top: 100px !important; }

.mb-10 {
  margin-bottom: 100px !important; }

.gracias + .subfooter {
  display: none; }

.text-form {
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 16px; }

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

.contact-mail {
  border: 1px solid #F6EBC1;
  font-size: 18px;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 60px;
  background: #FFFCF1;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.01), 0 22px 10px rgba(0, 0, 0, 0.01);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: left; }
  .contact-mail svg {
    width: 50px;
    margin-right: 10px; }
  .contact-mail a {
    color: #5cad24;
    text-decoration: underline; }
    .contact-mail a:hover {
      text-decoration: none; }
  .contact-mail p {
    width: calc(100% - 100px); }

@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 img {
    width: 150px; }

  .hero .hero-wrapper .hero-title {
    width: 370px; }
    .hero .hero-wrapper .hero-title h1 {
      font-size: 48px;
      line-height: 48px; }
  .hero .hero-wrapper .hero-img img {
    width: 300px; }

  .content-wrapper .content-right {
    position: inherit; }
    .content-wrapper .content-right .form-tarjeton {
      position: inherit;
      margin: 40px 0; }

  .subfooter {
    display: none; }

  .action-bar {
    display: flex !important; }

  .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: 768px) {
  .hero {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px; }
    .hero .hero-wrapper {
      height: auto; }
      .hero .hero-wrapper .hero-title {
        width: 100%; }
        .hero .hero-wrapper .hero-title h1 {
          font-size: 40px; }
      .hero .hero-wrapper .hero-img img {
        display: none; }

  .content-left .module-metologia .module-metologia-wrapper .item-metologia {
    width: calc(50% - 20px); } }
@media (max-width: 580px) {
  .intro-categoria h2 {
    font-size: 24px; }

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

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

  .contact-mail {
    flex-direction: column;
    text-align: center; }
    .contact-mail svg {
      margin-right: 0;
      margin-bottom: 10px; } }
@media (max-width: 450px) {
  .secundarylogo-top {
    padding-left: 25px; }
    .secundarylogo-top:before {
      left: 13px; } }
/* 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 */
