/* Personalizar nav-tabs cursos */
.node-type-curso #tab-red .col-xs-12 ul > li {
  margin: 0;
  padding: 0;
}
.node-type-curso #tab-red .col-xs-12 ul > li.active {
  border-bottom: none;
}
.node-type-curso #tab-red .nav > li > a:hover,
.node-type-curso #tab-red .nav > li > a:focus,
.node-type-curso #tab-red .nav > li.active > a {
  text-decoration: none;
  background-color: #ffffff;
  color:#dc241f;
  padding:15px;
  border-bottom: none;
}

@media (max-width: 991px) {
  .node-type-curso #tab-red .col-xs-12 ul > li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .node-type-curso #tab-red .col-xs-12 ul {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .node-type-curso #tab-red .col-xs-12 div.xs-dropdown {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 2rem;
  }
  .node-type-curso #tab-red .col-xs-12 a.xs-dropdown,
  .node-type-curso #tab-red .col-xs-12 a.xs-dropdown:hover,
  .node-type-curso #tab-red .col-xs-12 a.xs-dropdown:focus,
  .node-type-curso #tab-red .col-xs-12 ul > li > a,
  .node-type-curso #tab-red .col-xs-12 ul > li > a:hover,
  .node-type-curso #tab-red .col-xs-12 ul > li > a:focus {
    background-color: #d0021b;
    display: block;
    color: #fff;
    padding: 15px;
  }
  .node-type-curso #tab-red .col-xs-12 ul > li > a:after {
    content: "";
    display: none;
  }
  .node-type-curso #tab-red a.xs-dropdown:after {
    content: "";
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-width: 15px;
    border-top-color: #fff;
  }
  .node-type-curso #tab-red .opened a.xs-dropdown:after {
    border-bottom-width: 15px;
    border-top-color: transparent;
    border-bottom-color: #fff;
    position: relative;
    top: -15px;
  }
  #tab-red .title_secciones_blog_mobile {
    background-color: red;
    font-family: 'Bembo-Std';
    font-weight: normal;
    color: white;
    font-size: 2.5rem;
    padding: 10px 10px 15px 16px;
    margin:0;
  }
  #tab-red .title_secciones_blog_mobile .arrow_icon {
    float: right;
    background: transparent url(../img/resources/triangle-down.png) no-repeat bottom center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 27px;
    height: 27px;
  }
}

#curso-cupon .form-submit{
  margin-top: 30px;
}
#curso-cupon .panel-heading,
.form-admision .panel-heading {
  padding: 0;
  border-bottom: none;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.1rem;
}

#curso-cupon .form-submit{
  margin-top: 30px;
}

#curso-cupon .header-text,
.form-admision .header-text {
  max-height: 5em;
  font-size: 0.9rem;
  overflow-y: scroll;
  margin-bottom: 10px;
}
.webform-client-form .header-text {
  max-height: 5em;
  font-size: 0.9rem;
  overflow-y: scroll;
  margin-bottom: 10px;
}

#curso-cupon .panel-default,
.form-admision .panel-default {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
}
#curso-cupon .panel-default .panel-heading,
.form-admision .panel-default .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
#curso-cupon .panel-default .panel-body,
.form-admision .panel-default .panel-body {
  padding: 15px 0 0 0;

}
#curso-cupon .panel-title,
.form-admision .panel-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}


#ty-page-boton-enviar, #rgpd-modal-boton-enviar {
  background-color: #d0021b;
  border: 1px solid #d0021b;
  border-radius: 0;
}

.rgpd-titulo-marketing-ty-page {
  font-size: 3rem;
}
.rgpd-text-marketing-ty-page {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#stlopd-rgpd-ty-page-form {
  margin-bottom: 1rem;
}

.nomargin {
  margin: 0;
}
.form-type-checkbox label {
  position: relative;
}
.form-type-checkbox input[type=checkbox] {
  margin-left: -20px;
}
.form-type-checkbox.collapsed {
  padding-right: 65px;
}
.form-type-checkbox.collapsed .readmore {
  position: absolute;
  right: -65px;
  top: 5px;
  font-size: 1.1rem;
}
.form-type-checkbox.collapsed .readless {
  display: none;
}

.form-type-checkbox.collapsed .raw {
  overflow: hidden;
  padding-left: 0;
  height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-type-checkbox.in .readmore {
  display: none;
}

#edit-div-avisolegal {
  margin-top: 15px;
}

