@import url("https://fonts.googleapis.com/css?family=Exo+2:300,400,700&display=swap");
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Dotted border
* example: @include(border(black, (top|right|bottom|left))
*/
html body {
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #4D4D4D;
  margin: 0;
}

html body * {
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  color: #ff4c4c;
}

a:active, a:hover {
  color: #ff4c4c;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1em;
}

h1 {
  font-size: 30px;
}

h2, .h2 {
  color: #ff4c4c;
  font-size: 26px;
}

h3, .h3 {
  font-size: 13px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

strong {
  font-weight: bold;
}

#l10n-client {
  z-index: 99999;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}

.view-empty {
  text-align: center;
  padding: 10px 0;
}

@media screen and (min-width: 992px) {
  .only-mobile {
    display: none;
  }
}

.visibility-hidden {
  visibility: hidden;
  height: 0;
}

.bg-gray {
  background: #F3F3F3;
}

.content-inline {
  display: inline-flex;
  align-items: center;
}

.paragraph--type--accordion {
  max-width: 1000px;
  margin: 0 auto;
}

.paragraph--type--accordion > .field--name-field-accordion-title {
  color: #ff4c4c;
  font-size: 26px;
  font-weight: bold;
  margin: 16px 0;
}

.paragraph--type--accordion .field--name-field-accordion-items {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}

.paragraph--type--accordion .field--name-field-accordion-items > .field__item {
  position: relative;
  height: auto;
  max-height: 61px;
  border-top: 1px solid #4D4D4D;
  padding-left: 16px;
  overflow: hidden;
  transition: .3s max-height 0s;
  cursor: pointer;
}

.paragraph--type--accordion .field--name-field-accordion-items > .field__item :after {
  content: "";
  position: absolute;
  top: 25px;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #ff4c4c;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transition: all .25s linear;
}

.paragraph--type--accordion .field--name-field-accordion-items > .field__item:last-child {
  border-bottom: 1px solid #4D4D4D;
}

.paragraph--type--accordion .field--name-field-accordion-items > .field__item.active {
  max-height: 100vh;
  transition: 1s max-height 0s;
}

.paragraph--type--accordion .field--name-field-accordion-items > .field__item.active :after {
  transform: rotate(-135deg);
}

.paragraph--type--accordion .field--name-field-accordion-items > .field__item .field--name-field-accordion-title {
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.back-order-review {
  text-align: right;
}

.back-order-review .back-button {
  color: #ff4c4c;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 2px solid #ff4c4c;
  transition: all .5s;
  padding: 5px 35px;
  margin: 0;
}

.back-order-review .back-button:hover, .back-order-review .back-button:active {
  color: white;
  background: #ff4c4c;
}

.btn-primary {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff4c4c;
  border: none;
  transition: all .5s;
  padding: 11px 10px 11px;
}

.btn-primary:hover, .btn-primary:active {
  color: white;
}

.clickable {
  cursor: pointer;
}

.courses-grid {
  max-width: 1000px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 768px) {
  .courses-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.courses-grid > h2, .courses-grid .h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  .courses-grid > article {
    width: 32%;
  }
}

.customer-information {
  margin-bottom: 15px;
}

.customer-information .field--name-mail {
  margin-bottom: 15px;
}

.customer-information .customer-billing p {
  margin: 0;
}

.eu-cookie-compliance-banner {
  padding: 5px 0;
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background: #F3F3F3;
}

.eu-cookie-compliance-buttons {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eu-cookie-compliance-buttons .eu-cookie-compliance-default-button {
  margin: 0;
  color: white;
  background: #ff4c4c;
  border: none;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  transition: all .4s;
  cursor: pointer;
}

.eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:hover, .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:focus {
  color: white;
  background: #4D4D4D;
}

.eu-cookie-compliance-message > p {
  font-size: 14px;
  font-weight: lighter;
}

.eu-cookie-compliance-message > button {
  font-size: 14px;
  font-weight: bold;
  color: #ff4c4c;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  form {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  form {
    padding-left: 43px;
    padding-right: 43px;
  }
}

form > section,
form > fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form > section section,
form > section fieldset,
form > fieldset section,
form > fieldset fieldset {
  padding: 0 0 1em;
  margin: 0 0 1em;
}

form > section .fieldset-wrapper > .form-item,
form > fieldset .fieldset-wrapper > .form-item {
  margin-top: 0;
  margin-bottom: 1.5em;
}

form > section .fieldset-wrapper > .form-item:last-child,
form > fieldset .fieldset-wrapper > .form-item:last-child {
  margin-bottom: 0;
}

form .form-item {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

form > section:first-child > h2, form > section:first-child .h2 {
  margin-top: 0;
}

form > section > h2, form > section .h2 {
  border-top: 1px solid #d8d8d8;
  padding-top: 1.5em;
}

form > section > fieldset {
  margin-bottom: 2em;
}

form > section > fieldset:last-of-type {
  margin-bottom: 0;
}

form fieldset {
  border: none;
}

form .form-type-webform-multiple .webform-multiple-table--handle,
form .form-type-webform-multiple .tabledrag-toggle-weight-wrapper {
  display: none;
}

form .form-type-webform-multiple .webform-multiple-table--operations {
  padding: 7px 2px 0;
}

form .form-type-webform-multiple .webform-multiple-add > input[type="submit"] {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff4c4c;
  border: none;
  transition: all .5s;
  padding: 11px 10px 11px;
  border-radius: 0;
  padding: 6px 10px 7px;
}

form .webform-multiple-table table {
  width: auto;
}

form .form-type-webform-markup {
  line-height: 2;
}

form .form-type-webform-markup a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  color: #ff4c4c;
}

form .form-type-webform-markup a:hover, form .form-type-webform-markup a:active {
  color: #ff4c4c;
}

form section.form-item {
  margin: 0 0 2em !important;
}

form section.form-item .webform-section-wrapper {
  padding: 0;
  margin: 0;
}

form section > h2, form section .h2 {
  color: #ff4c4c;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 1em;
}

form .field--name-field-privacy-policy .description {
  width: 100%;
  color: #4D4D4D;
  font-size: 12px;
  line-height: 1.5;
  margin: 41px 0;
}

form .field--name-field-privacy-policy .description a {
  color: #ff4c4c;
  text-decoration: none;
}

form .form-type-radio {
  position: relative;
}

form .form-type-radio input[type="radio"]:not(old) {
  display: inline-block;
  width: 15px !important;
  height: 15px;
  background-color: transparent;
  border: 1px solid #ff4c4c;
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 10px;
}

form .form-type-radio input[type="radio"]:not(old):checked + label:before,
form .form-type-radio input[type="radio"]:not(old):checked + .description:before {
  background: #ff4c4c;
  box-shadow: inset 0 0 1px 2px white;
}

form .form-type-radio input[type="radio"]:not(old) + label,
form .form-type-radio input[type="radio"]:not(old) + .description {
  display: flex;
  align-items: center;
  color: #4D4D4D;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 0;
  vertical-align: top;
  cursor: pointer;
}

form .form-type-radio input[type="radio"]:not(old) + label:before,
form .form-type-radio input[type="radio"]:not(old) + .description:before {
  content: '';
  display: block;
  width: 15px !important;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ff4c4c;
  margin: 0 4px 0 10px;
  position: relative;
  flex-shrink: 0;
}

form .form-type-radio input[type="checkbox"]:not(old) + label::-moz-selection,
form .form-type-radio input[type="checkbox"]:not(old) + label::selection,
form .form-type-radio input[type="checkbox"]:not(old) + .description::-moz-selection,
form .form-type-radio input[type="checkbox"]:not(old) + .description::selection {
  color: inherit;
  background-color: transparent;
}

form .form-type-checkbox {
  position: relative;
}

form .form-type-checkbox input[type="checkbox"]:not(old) {
  display: inline-block;
  width: 15px !important;
  height: 15px;
  background-color: transparent;
  border: 1px solid #ff4c4c;
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 4px 0 10px;
  position: relative;
}

form .form-type-checkbox input[type="checkbox"]:not(old):checked:after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #ff4c4c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: relative;
  top: 1px;
  left: 4px;
}

form .form-type-checkbox input[type="checkbox"]:not(old):after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: relative;
  top: 1px;
  left: 4px;
}

form .form-type-checkbox input[type="checkbox"]:not(old) + label,
form .form-type-checkbox input[type="checkbox"]:not(old) + .description {
  display: inline-block;
  width: 82%;
  font-size: 14px;
  color: #4D4D4D;
  margin-top: 3px;
  margin-left: 0;
  vertical-align: top;
  cursor: pointer;
}

form .form-type-checkbox input[type="checkbox"]:not(old) + label a,
form .form-type-checkbox input[type="checkbox"]:not(old) + .description a {
  color: #ff4c4c;
  font-weight: bold;
  text-decoration: none;
}

form .form-type-checkbox input[type="checkbox"]:not(old) + label:before,
form .form-type-checkbox input[type="checkbox"]:not(old) + .description:before {
  content: '';
}

form .form-type-checkbox input[type="checkbox"]:not(old) + label::-moz-selection,
form .form-type-checkbox input[type="checkbox"]:not(old) + label::selection,
form .form-type-checkbox input[type="checkbox"]:not(old) + .description::-moz-selection,
form .form-type-checkbox input[type="checkbox"]:not(old) + .description::selection {
  color: inherit;
  background-color: transparent;
}

form .form-type-checkbox .description {
  margin: 0 0 0 20px;
}

form .form-type-select select {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  background-image: url("/themes/custom/smformacion/images/icons/selecthelp.svg");
  background-color: transparent;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  border: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  outline: none;
  padding: .5rem 1.5rem .5rem .5rem;
  margin: 0 0 1rem;
}

form .form-type-select select:focus {
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

form .form-type-select select:hover {
  background-color: #f3f3f3;
}

form label {
  display: block;
  color: #4D4D4D;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin: 10px 0 0;
}

form textarea,
form input[type="number"],
form input[type="password"],
form input[type="date"],
form input[type="email"],
form input[type="tel"],
form input[type="text"] {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  background-color: white;
  -webkit-appearance: none;
  border-radius: 0;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  box-sizing: border-box;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
}

form textarea:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus {
  background-color: #fafafa;
  box-shadow: 0 0 5px #999999;
  outline: none;
  border: 1px solid #8a8a8a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

form textarea {
  padding: 7px 9px;
}

form .form-type-select,
form .form-type-date,
form .form-type-textarea,
form .form-type-email,
form .form-type-tel,
form .form-type-textfield {
  margin: 0 0 2em;
}

form #ajax-wrapper {
  padding: 0;
}

form .form-type-date {
  padding: 0;
}

form .form-actions {
  text-align: right;
  padding: 0;
  margin: 0;
}

form .form-actions > * {
  margin-right: 0;
  margin-left: 20px;
}

form .form-actions > *:first-child {
  margin-left: 0;
}

form .form-actions input {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff4c4c;
  border: none;
  transition: all .5s;
  padding: 11px 10px 11px;
  padding: 10px 30px 10px;
}

form .webform-horizontal-rule + div p {
  text-align: center;
  margin: 0;
}

form p {
  margin-left: 0 !important;
}

form .checkout-order-summary > div {
  text-align: right;
}

form .checkout-order-summary > div > div {
  padding: 5px 10px;
}

form .checkout-order-summary .order-total-line__subtotal {
  background: #F3F3F3;
  border-top: 1px solid;
  margin-top: 10px;
}

form .checkout-order-summary .order-total-line__adjustment + .order-total-line__total {
  display: inline-block;
  min-width: 50%;
  border-top: 1px solid;
}

form.webform-submission-contacto-form {
  max-width: 648px;
  margin: 20px auto;
  padding: 10px;
}

form.webform-submission-contacto-form .form-item {
  float: left;
  width: 50%;
  padding-right: 25px;
}

form.webform-submission-contacto-form .form-item.form-type-textarea, form.webform-submission-contacto-form .form-item.form-item-asunto, form.webform-submission-contacto-form .form-item.form-item-politica-de-privacidad {
  width: 100%;
  float: none;
  display: inline-block;
}

form.webform-submission-contacto-form .form-item#edit-formulario-contacto {
  width: 100%;
}

form.webform-submission-contacto-form .form-item#edit-formulario-contacto h2 {
  margin-top: 49px;
  font-size: 20px;
  color: #4D4D4D;
}

form.webform-submission-contacto-form .form-item#edit-formulario-contacto p {
  font-size: 16px;
}

form.webform-submission-contacto-form .form-item#edit-descripcion {
  width: 100%;
  font-size: 13px;
}

form.webform-submission-contacto-form .form-item#edit-descripcion a {
  text-decoration: none;
}

form.webform-submission-contacto-form .form-submit:disabled {
  background-color: #767676;
  color: #fefefe;
  opacity: 0.3;
}

.messages {
  max-width: 1200px;
  width: 100%;
  margin: 25px auto;
}

.mobile-menu-wrapper {
  width: 100%;
  height: 40px;
  background: #ff4c4c;
  z-index: 3;
  top: 0;
  left: 0;
  position: relative;
}

.mobile-menu-wrapper .title-bar {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 8px;
  color: #ffffff;
  line-height: .6;
  font-weight: lighter;
}

.mobile-menu-wrapper .menu-toggle {
  width: 22px;
  height: 25px;
  float: left;
  position: relative;
  cursor: pointer;
  display: block;
  z-index: 3;
  overflow: hidden;
  margin-top: 14px;
  margin-left: 12px;
}

.mobile-menu-wrapper .menu-toggle.open {
  position: fixed;
  top: 0;
  right: 10px;
}

.mobile-menu-wrapper .menu-toggle.open .menu-icon .menu-line {
  background-color: #ff4c4c;
}

.mobile-menu-wrapper .menu-toggle.open .menu-icon .menu-line.line-1 {
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}

.mobile-menu-wrapper .menu-toggle.open .menu-icon .menu-line.line-2 {
  transform: translateX(100%);
}

.mobile-menu-wrapper .menu-toggle.open .menu-icon .menu-line.line-3 {
  top: 16px;
  left: 4px;
  transform: rotate(-45deg);
}

.mobile-menu-wrapper .menu-toggle .menu-icon {
  width: 22px;
  height: 25px;
  position: relative;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobile-menu-wrapper .menu-toggle .menu-icon .menu-line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  pointer-events: none;
  transform-origin: left center;
  transition: .25s ease-in-out;
  position: absolute;
  left: 0;
}

.mobile-menu-wrapper .menu-toggle .menu-icon .menu-line.line-1 {
  top: 0;
}

.mobile-menu-wrapper .menu-toggle .menu-icon .menu-line.line-2 {
  top: 7px;
  transform: translateX(0);
  transition: .4s ease-in-out;
}

.mobile-menu-wrapper .menu-toggle .menu-icon .menu-line.line-3 {
  top: 14px;
}

.mobile-menu-wrapper .mobile-menu {
  background: white;
  display: block;
  width: 100%;
  top: 0;
  right: 102%;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 30px 0 0;
  transition: right .5s;
  position: fixed;
}

.mobile-menu-wrapper .mobile-menu.open {
  right: 0;
}

.mobile-menu-wrapper .mobile-menu .contact-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-wrapper .menu--main {
  margin-bottom: 30px;
}

.order-information .field--name-placed {
  margin-bottom: 15px;
}

.order-information .field--name-state {
  margin-bottom: 30px;
}

.order-information .field--name-total-price {
  border-top: 1px solid;
}

.order-information .field--name-total-price > div {
  text-align: right;
}

.order-information .field--name-total-price > div > div {
  padding: 5px 10px;
}

.order-information .field--name-total-price .order-total-line__subtotal {
  background: #F3F3F3;
}

.order-information .field--name-total-price .order-total-line__adjustment + .order-total-line__total {
  display: inline-block;
  min-width: 50%;
  border-top: 1px solid;
}

.footer-social-links ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
}

.footer-social-links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-links li.facebook a {
  background-image: url("/themes/custom/smformacion/images/icons/icon-facebook.svg");
  background-size: 28px;
}

.footer-social-links li.twitter a {
  background-image: url("/themes/custom/smformacion/images/icons/icon-twitter.svg");
  background-size: 22px;
}

.footer-social-links li.google a {
  background-image: url("/themes/custom/smformacion/images/icons/icon-google.svg");
  background-size: 23px;
}

.footer-social-links li.instagram a {
  background-image: url("/themes/custom/smformacion/images/icons/icon-instagram.svg");
  background-size: 20px;
}

.footer-social-links li.youtube a {
  background-image: url("/themes/custom/smformacion/images/icons/icon-youtube.svg");
  background-size: 24px;
}

.footer-social-links li a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.footer-social-links li a:hover {
  background-color: #ff4c4c;
}

.footer-social-links li a span {
  display: none;
}

.a2a_kit {
  display: block;
  text-align: right;
}

.block-views-exposed-filter-blockcourses-courses-catalog {
  position: relative;
  width: 100vw;
  height: 389px;
  background-size: cover;
  margin-bottom: 48px;
}

.block-views-exposed-filter-blockcourses-courses-catalog:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4D4D4D;
  opacity: .5;
}

.block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog {
  padding: 40% 16px 0;
}

@media screen and (min-width: 768px) {
  .block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog > .form--inline {
  display: flex;
}

.block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog > .form--inline .form-item-search-api-fulltext {
  margin: 0;
}

.block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog > .form--inline .form-item-search-api-fulltext label {
  display: none;
}

.block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog > .form--inline .form-item-search-api-fulltext input {
  width: 100%;
  height: 50px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog > .form--inline .form-item-search-api-fulltext input {
    width: 482px;
  }
}

.block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog > .form--inline .form-actions {
  position: relative;
}

.block-views-exposed-filter-blockcourses-courses-catalog #views-exposed-form-courses-courses-catalog > .form--inline .form-actions .form-submit {
  width: 49px;
  height: 49px;
  padding: 0;
  color: transparent;
  background: #ff4c4c url("/themes/custom/smformacion/images//icons/lupa.svg") no-repeat center;
}

#block-smformacion-local-tasks .tabs {
  margin: 10px 0;
  text-align: center;
}

#block-smformacion-local-tasks .tabs li a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: #ff4c4c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: 2px solid #ff4c4c;
  text-decoration: none;
  transition: all .5s;
  padding: 7px 10px;
}

#block-smformacion-local-tasks .tabs li a:hover, #block-smformacion-local-tasks .tabs li a:active, #block-smformacion-local-tasks .tabs li a.active {
  color: white;
  background: #ff4c4c;
}

#block-smformacion-local-tasks .tabs li a.is-active {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff4c4c;
  border: none;
  transition: all .5s;
  padding: 11px 10px 11px;
}

.menu--main-menu > ul.menu {
  padding: 0;
  margin: 0;
}

.menu--main-menu > ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .menu--main-menu > ul.menu {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    margin-right: -5px;
  }
}

.menu--main-menu > ul.menu > li {
  position: relative;
}

@media screen and (min-width: 992px) {
  .menu--main-menu > ul.menu > li {
    padding: 0;
    margin-left: 12px;
  }
}

.menu--main-menu > ul.menu > li:hover > a {
  border-bottom: 8px solid #ff4c4c;
}

.menu--main-menu > ul.menu > li > a {
  display: block;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 8px solid transparent;
}

@media screen and (min-width: 992px) {
  .menu--main-menu > ul.menu > li > a {
    display: inline-block;
    color: white;
    font-size: 12px;
    padding: 5px 5px 6px;
  }
}

.menu--main-menu > ul.menu > li > a:hover, .menu--main-menu > ul.menu > li > a:focus {
  border-bottom: 8px solid #ff4c4c;
}

.menu--main-menu > ul.menu > li > a:hover + ul, .menu--main-menu > ul.menu > li > a:focus + ul {
  display: block;
}

.menu--main-menu > ul.menu > li > ul {
  padding: 0;
  margin: 0;
  display: none;
  min-width: 100%;
  z-index: 20;
  position: absolute;
  top: 100%;
  left: 0;
}

.menu--main-menu > ul.menu > li > ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .menu--main-menu > ul.menu > li > ul:hover {
    display: block;
  }
}

.menu--main-menu > ul.menu > li > ul.open {
  display: block;
  position: static;
}

@media screen and (min-width: 992px) {
  .menu--main-menu > ul.menu > li > ul > li {
    padding-top: 2px;
  }
}

.menu--main-menu > ul.menu > li > ul > li > a {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  background: rgba(28, 43, 89, 0.8);
  padding: 3px 10px;
}

@media screen and (min-width: 992px) {
  .menu--main-menu > ul.menu > li > ul > li > a {
    font-size: 12px;
  }
}

.menu--main-menu > ul.menu > li > ul > li > a:hover, .menu--main-menu > ul.menu > li > ul > li > a:focus {
  background: rgba(189, 26, 38, 0.8);
}

.menu--main-menu > ul.menu a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  color: white;
}

.menu--main {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .menu--main {
    padding: 0;
  }
}

.menu--main > .menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 15px;
}

.menu--main > .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .menu--main > .menu {
    justify-content: center;
    flex-direction: row;
    padding: 0;
  }
}

.menu--main > .menu li {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .menu--main > .menu li {
    width: 110px;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .menu--main > .menu li {
    width: 150px;
  }
}

.menu--main > .menu li a {
  display: block;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: color .4s, border-bottom-color .4s;
  padding: 29px 0 1px;
}

@media screen and (min-width: 768px) {
  .menu--main > .menu li a {
    font-size: 12px;
    padding: 0 25px;
    line-height: 1;
  }
  .menu--main > .menu li a:hover, .menu--main > .menu li a:active {
    color: #ff4c4c;
  }
}

@media screen and (min-width: 1200px) {
  .menu--main > .menu li a {
    font-size: 16px;
  }
}

.my-account {
  width: 100%;
  position: relative;
}

.my-account .wrapper-content {
  min-width: 200px;
  width: 100%;
  height: 0;
  background: white;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .my-account .wrapper-content {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.my-account .wrapper-content.open {
  height: auto;
  opacity: 1;
  pointer-events: all;
  z-index: 1012;
}

.my-account .wrapper-content .close {
  display: none;
  width: 16px;
  height: 16px;
  background: url("/themes/custom/smformacion/images/icons/white-cross-strong.svg") no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 15px;
}

@media screen and (min-width: 992px) {
  .my-account .wrapper-content .close {
    display: block;
  }
}

.my-account .wrapper-content > h2, .my-account .wrapper-content .h2 {
  display: none;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ff4c4c;
  padding: 25px 40px 24px 30px;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .my-account .wrapper-content > h2, .my-account .wrapper-content .h2 {
    display: flex;
  }
}

.my-account .wrapper-content > h2 img, .my-account .wrapper-content .h2 img {
  margin-right: 12px;
}

.my-account .wrapper-content .user-menu-wrapper {
  padding: 0;
  margin: 0;
  background: white;
  padding: 15px 20px;
}

.my-account .wrapper-content .user-menu-wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-account .wrapper-content .user-menu-wrapper li {
  margin: 0 0 5px;
}

.my-account .wrapper-content .user-menu-wrapper a {
  display: block;
  color: #ff4c4c;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
}

.my-account .wrapper-content .user-menu-wrapper a:hover, .my-account .wrapper-content .user-menu-wrapper a:active {
  color: #a32c33;
}

@media screen and (min-width: 992px) {
  #user-menu-wrapper {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  #user-menu-wrapper .user-menu-content {
    display: flex;
  }
}

#user-menu-wrapper .overlay {
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  z-index: 1010;
  pointer-events: none;
  transition: all 0.4s;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  #user-menu-wrapper .overlay {
    display: block;
  }
}

#user-menu-wrapper .overlay.show {
  opacity: 1;
}

#user-menu-wrapper .user-logged {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  #user-menu-wrapper .user-logged {
    display: flex;
  }
}

#user-menu-wrapper .user-logged .trigger {
  cursor: pointer;
  position: relative;
}

#user-menu-wrapper .user-logged .trigger.active .icon .bar.one {
  transform: rotate(-45deg);
}

#user-menu-wrapper .user-logged .trigger.active .icon .bar.two {
  transform: rotate(45deg);
}

#user-menu-wrapper .user-logged .trigger a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: #4D4D4D;
  font-size: 12px;
  padding-right: 16px;
}

#user-menu-wrapper .user-logged .trigger .icon {
  position: absolute;
  top: -2px;
  right: 0;
}

#user-menu-wrapper .user-logged .trigger .icon .bar {
  display: inline-block;
  width: 8px;
  height: 3px;
  background: #b1b1b1;
  transition: all .4s;
}

#user-menu-wrapper .user-logged .trigger .icon .bar.one {
  transform: rotate(45deg);
  margin-right: -2px;
}

#user-menu-wrapper .user-logged .trigger .icon .bar.two {
  transform: rotate(-45deg);
  margin-left: -2px;
}

#user-menu-wrapper .user-logged > ul {
  padding: 0;
  margin: 0;
  display: none;
  font-size: 12px;
  background: white;
  text-align: left;
  z-index: 10;
  transition: all .4s;
  box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.2);
  padding: 4px 5px;
  margin: 0;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  left: 50%;
}

#user-menu-wrapper .user-logged > ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#user-menu-wrapper .user-logged > ul.open {
  display: block;
}

#user-menu-wrapper .user-logged > ul li {
  border-bottom: 1px solid #dedede;
}

#user-menu-wrapper .user-logged > ul li:last-child {
  border-bottom: none;
}

#user-menu-wrapper .user-logged > ul a {
  display: block;
  color: #4D4D4D;
  font-size: 12px;
  white-space: nowrap;
  padding: 5px;
}

#user-menu-wrapper .user-logged > ul a:hover, #user-menu-wrapper .user-logged > ul a:active {
  color: #ff4c4c;
}

#user-menu-wrapper .btn-primary {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 13px 10px 3px;
}

@media screen and (min-width: 992px) {
  #user-menu-wrapper .btn-primary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    min-width: 70px;
    width: 70px;
  }
}

#user-menu-wrapper .btn-primary * {
  width: 100%;
}

#user-menu-wrapper .btn-primary img {
  display: block;
  width: 18px;
  margin: 0 auto 5px;
}

@media screen and (min-width: 992px) {
  #user-menu-wrapper .btn-primary img {
    margin: 0 auto;
  }
}

#user-menu-wrapper .btn-primary span {
  min-height: 24px;
  display: block;
  font-weight: lighter;
}

.virtual-classroom {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .virtual-classroom {
    padding-right: 3px;
    margin-bottom: 0;
  }
}

.virtual-classroom .wrapper-content {
  min-width: 300px;
  width: 100%;
  height: 0;
  background: white;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .virtual-classroom .wrapper-content {
    position: absolute;
    top: 0;
    right: 3px;
  }
}

.virtual-classroom .wrapper-content.open {
  height: auto;
  opacity: 1;
  pointer-events: all;
  z-index: 1012;
}

.virtual-classroom .wrapper-content .close {
  display: none;
  width: 16px;
  height: 16px;
  background: url("/themes/custom/smformacion/images/icons/white-cross-strong.svg") no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 15px;
}

@media screen and (min-width: 992px) {
  .virtual-classroom .wrapper-content .close {
    display: block;
  }
}

.virtual-classroom .wrapper-content > h2, .virtual-classroom .wrapper-content .h2 {
  display: none;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ff4c4c;
  padding: 25px 40px 24px 30px;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .virtual-classroom .wrapper-content > h2, .virtual-classroom .wrapper-content .h2 {
    display: flex;
  }
}

.virtual-classroom .wrapper-content > h2 img, .virtual-classroom .wrapper-content .h2 img {
  margin-right: 12px;
}

.virtual-classroom .wrapper-content .form-wrapper {
  background: white;
  padding: 25px 27px;
}

.virtual-classroom .form-item {
  margin: 0 0 16px;
}

.virtual-classroom .form-item label {
  display: block;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
}

.virtual-classroom .form-item input {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid;
  box-shadow: none;
  outline: none;
}

.virtual-classroom .form-actions {
  text-align: center;
  padding-top: 14px;
  margin: 0;
}

.virtual-classroom .form-actions button {
  min-width: 128px;
  color: white;
  font-size: 16px;
  font-weight: 900;
  background: #FF4C4C;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 13.6px 16px;
}

.virtual-classroom .form-actions button:hover, .virtual-classroom .form-actions button:focus {
  background: #a32c33;
}

.virtual-classroom .forgot-pwd a {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.checkout-pane-payment-information legend {
  margin-bottom: 15px;
}

.checkout-pane-payment-information legend span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 5px;
}

.checkout-pane-payment-information .fieldset-wrapper > .form-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div.field--name-field-document-type {
    width: 230px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div#tax_id_wrapper {
    width: calc(100% - 230px);
  }
}

@media screen and (min-width: 768px) {
  .checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div .address-container-inline {
    display: flex;
  }
}

.checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div .address-container-inline > .form-item {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div .address-container-inline > .form-item.form-type-select {
    width: 230px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div .address-container-inline > .form-item.form-type-textfield {
    width: calc(100% - 230px);
  }
}

.checkout-pane-payment-information .fieldset-wrapper > .form-wrapper > div label {
  margin-top: 0;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow {
  padding: 20px;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow legend {
  margin-top: 1rem;
  width: 100%;
  border-bottom: 2px solid #ff4c4c;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow legend span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 5px;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow.step-review legend.edit-payment-information {
  display: none;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .layout-content-top-user {
  width: 100%;
}

@media screen and (min-width: 768px) {
  body.site-brazil.commerce-checkout-form .commerce-checkout-flow .layout-content-top-user {
    height: 260px;
  }
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .layout-content-top-user .wrapper {
  margin-top: 0;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .address-book-edit-button {
  margin-top: 1rem;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .credit-card-form-wrapper {
  margin: 3rem 0 1rem 0;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .credit-card-form-wrapper .credit-card-form label {
  font-size: 15px;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .credit-card-form-wrapper .credit-card-form input {
  font-size: 15px;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .credit-card-form-wrapper .credit-card-form input[data-drupal-selector*="payment-details-number"] {
  max-width: 12rem;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .credit-card-form-wrapper .credit-card-form input[data-drupal-selector*="security-code"] {
  max-width: 4rem;
}

body.site-brazil.commerce-checkout-form .commerce-checkout-flow .credit-card-form-wrapper .credit-card-form select {
  font-size: 15px;
  max-width: 180px;
}

.certificate .commerce-order-item-add-to-cart-form {
  padding: 16px;
}

.layout-checkout-brazil #edit-review-contact-information legend {
  font-weight: bold;
}

.layout-checkout-brazil #edit-payment-information legend,
.layout-checkout-brazil #edit-review-payment-information legend {
  width: 100%;
  border-bottom: 2px solid #ff4c4c;
}

.layout-checkout-brazil #edit-payment-information .address-book-edit-button,
.layout-checkout-brazil #edit-review-payment-information .address-book-edit-button {
  margin-top: 16px;
  padding: 8px 32px;
}

.login-registration-toggler {
  text-align: center;
  margin-bottom: 2em;
}

.login-registration-toggler a + a {
  margin-left: 1em;
}

.login-registration-toggler a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: #ff4c4c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: 2px solid #ff4c4c;
  text-decoration: none;
  transition: all .5s;
  padding: 7px 10px;
}

.login-registration-toggler a:hover, .login-registration-toggler a:active, .login-registration-toggler a.active {
  color: white;
  background: #ff4c4c;
}

.login-registration-wrapper > .block {
  display: none;
}

.login-registration-wrapper > .block.active {
  display: block;
}

.login-registration-wrapper .form-wrapper__returning-customer,
.login-registration-wrapper .form-wrapper__guest-checkout {
  margin: 0 auto !important;
  float: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .login-registration-wrapper .form-wrapper__returning-customer,
  .login-registration-wrapper .form-wrapper__guest-checkout {
    width: 50%;
  }
}

.course-card {
  height: 100%;
  position: relative;
  background: #F3F3F3;
}

.course-card h5, .course-card span {
  margin: 0;
}

.course-card .course-card-header {
  background: white;
  z-index: 0;
}

.course-card .course-card-header h2, .course-card .course-card-header .h2 {
  font-size: 16px;
  margin: 10px 0;
}

.course-card .course-card-header .course-card-image {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 147px;
}

.course-card .course-card-header .course-card-image .date {
  background: #F3F3F3;
  width: 46px;
  height: 46px;
  color: #4D4D4D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.course-card .course-card-header .course-card-image .date h4, .course-card .course-card-header .course-card-image .date h5, .course-card .course-card-header .course-card-image .date span {
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

.course-card .course-card-header .course-card-image .date span.day {
  font-size: 18px;
}

.course-card .course-card-header .course-card-image .date span.month {
  font-size: 16px;
}

.course-card .course-card-header .course-card-image .tags {
  background: #ff4c4c;
  color: #ffffff;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
}

.course-card .course-card-header .course-card-image .tags h5, .course-card .course-card-header .course-card-image .tags .tag {
  font-size: 10px;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1;
}

.course-card .course-card-content {
  padding: 16px 16px 32px;
}

.course-card .course-card-content h2, .course-card .course-card-content .h2 {
  margin: 0;
}

.course-card .course-card-content .field--name-title {
  min-height: 50px;
  color: #4D4D4D;
  font-size: 16px;
}

.course-card .course-card-content .field--name-field-course-subtitle {
  min-height: 30px;
  padding-bottom: 16px;
  font-size: 14px;
}

.course-card .course-card-content .course-card-dates {
  padding-bottom: 16px;
}

.course-card .course-card-content .course-card-dates h4, .course-card .course-card-content .course-card-dates .duration, .course-card .course-card-content .course-card-dates .date-limit {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

.course-card .course-card-content .course-card-link {
  position: absolute;
  bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}

.course .field--name-title {
  line-height: 38px;
}

.course .field--name-field-competence-test a,
.course .field--name-contact a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: #ff4c4c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: 2px solid #ff4c4c;
  text-decoration: none;
  transition: all .5s;
  padding: 7px 10px;
}

.course .field--name-field-competence-test a:hover, .course .field--name-field-competence-test a:active, .course .field--name-field-competence-test a.active,
.course .field--name-contact a:hover,
.course .field--name-contact a:active,
.course .field--name-contact a.active {
  color: white;
  background: #ff4c4c;
}

.course .course-header .field--name-field-competence-test a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: 2px solid #FFF;
  text-decoration: none;
  transition: all .5s;
  padding: 7px 10px;
  margin-bottom: 15px;
}

.course .course-header .field--name-field-competence-test a:hover, .course .course-header .field--name-field-competence-test a:active, .course .course-header .field--name-field-competence-test a.active {
  background: #ff4c4c;
  border-color: #ff4c4c;
}

.course .course-header {
  display: block;
}

@media screen and (min-width: 768px) {
  .course .course-header {
    display: flex;
  }
}

.course .course-header .course-header-left {
  position: relative;
  padding: 19px 15px 15px 40px;
  height: auto;
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .course .course-header .course-header-left {
    width: 65%;
    min-height: 380px;
  }
}

.course .course-header .course-header-left .course-header-image-protection {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: .45;
  z-index: 1;
}

.course .course-header .course-header-left .course-wrapper {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  z-index: 2;
}

.course .course-header .course-header-left .course-wrapper .course-content {
  padding: 16px 0;
}

.course .course-header .course-header-left .course-wrapper .course-content h2.h1 {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .course .course-header .course-header-left .course-wrapper .course-content.course-header-left-top {
    display: flex;
  }
  .course .course-header .course-header-left .course-wrapper .course-content.course-header-left-top .date {
    margin-right: 32px;
  }
}

.course .course-header .course-header-left .course-wrapper .course-content .date {
  background: #F3F3F3;
  width: 61px;
  height: 61px;
  color: #4D4D4D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 31px;
}

.course .course-header .course-header-left .course-wrapper .course-content .date h4, .course .course-header .course-header-left .course-wrapper .course-content .date h5, .course .course-header .course-header-left .course-wrapper .course-content .date span {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1em;
  margin: 0;
}

.course .course-header .course-header-left .course-wrapper .course-content .desc {
  margin-top: 10px;
}

.course .course-header .course-header-left .course-wrapper .course-content .desc h2, .course .course-header .course-header-left .course-wrapper .course-content .desc .category {
  color: #ff4c4c;
  line-height: 1;
  margin: 0 0 1em;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  margin: 0;
}

.course .course-header .course-header-left .course-wrapper .course-content .desc h4, .course .course-header .course-header-left .course-wrapper .course-content .desc .modality {
  display: inline-flex;
  font-size: 11px;
  font-weight: 300;
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  .course .course-header .course-header-left .course-wrapper .course-content .desc h4, .course .course-header .course-header-left .course-wrapper .course-content .desc .modality {
    font-size: 14px;
  }
}

.course .course-header .course-header-left .course-wrapper .course-content h1, .course .course-header .course-header-left .course-wrapper .course-content .h1 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

@media screen and (min-width: 768px) {
  .course .course-header .course-header-left .course-wrapper .course-content h1, .course .course-header .course-header-left .course-wrapper .course-content .h1 {
    font-size: 36px;
  }
}

.course .course-header .course-header-left .course-wrapper .button {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff4c4c;
  border: none;
  transition: all .5s;
  padding: 11px 10px 11px;
}

.course .course-header .course-header-right {
  color: #ff4c4c;
  background: #F3F3F3;
}

@media screen and (min-width: 768px) {
  .course .course-header .course-header-right {
    width: 35%;
  }
}

.course .course-header .course-header-right .course-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.course .course-header .course-header-right .course-wrapper .course-content {
  height: auto;
  display: flex;
  justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .course .course-header .course-header-right .course-wrapper .course-content {
    height: 100%;
  }
}

.course .course-header .course-header-right .course-wrapper .course-content > div {
  position: relative;
  width: 100%;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}

.course .course-header .course-header-right .course-wrapper .course-content > div h2, .course .course-header .course-header-right .course-wrapper .course-content > div h3, .course .course-header .course-header-right .course-wrapper .course-content > div .h2, .course .course-header .course-header-right .course-wrapper .course-content > div .h3 {
  margin: 0;
  text-transform: uppercase;
}

.course .course-header .course-header-right .course-wrapper .course-content > div h2, .course .course-header .course-header-right .course-wrapper .course-content > div .h2 {
  margin: 8px 0;
}

.course .course-header .course-header-right .course-wrapper .course-content > div:not(:last-child) {
  background-image: linear-gradient(to bottom, #979797 30%, rgba(255, 255, 255, 0) 50%);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: right;
}

.course .course-header .course-header-right .course-wrapper .course-content > div:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: #F3F3F3;
}

.course .course-header .course-header-right .course-wrapper .course-content:not(:last-child) {
  background-image: linear-gradient(to right, #979797 30%, rgba(255, 255, 255, 0) 50%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.course .course-container {
  color: #4D4D4D;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .course .course-container {
    max-width: 750px;
    margin: 0 auto;
  }
}

.course .course-container > div {
  padding: 16px;
}

.course .course-container .tags {
  display: inline-flex;
  color: #ff4c4c;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 16px 0;
}

.course .course-container .tags > div,
.course .course-container .tags > span {
  padding: 0 20px;
  border-left: 1px dashed #FF4C4C;
  border-right: 1px dashed #FF4C4C;
}

.course .course-container table {
  width: 100% !important;
  border: 1px solid #dddddd;
  table-layout: auto;
}

.course .course-container table thead {
  background: #f8f8f8;
  color: #0a0a0a;
  border: 1px solid #f1f1f1;
  border-bottom: 3px solid #ccc;
}

.course .course-container table th, .course .course-container table td {
  font-size: 14px;
  padding: 8px;
}

.course .course-related,
.course .course-feedback {
  max-width: 750px;
  margin: 16px auto;
}

.course .course-related .field--name-field-related-courses {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.course .course-related .field--name-field-related-courses > .field__item {
  width: 32%;
  margin: 5px 5px 24px;
  flex-grow: 0;
  flex-shrink: 0;
}

.course .course-footer .course-wrapper {
  margin: 0 auto;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .course .course-footer .course-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 750px;
    margin: 0 auto;
  }
}

.course .course-footer .course-wrapper > div {
  width: 100%;
}

.course .course-footer .course-wrapper > div.field--name-variations, .course .course-footer .course-wrapper > div.field--name-field-competence-test, .course .course-footer .course-wrapper > div.field--name-contact {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .course .course-footer .course-wrapper > div.field--name-variations, .course .course-footer .course-wrapper > div.field--name-field-competence-test, .course .course-footer .course-wrapper > div.field--name-contact {
    width: auto;
    margin-top: 25px;
  }
}

.course .course-footer .course-wrapper .field--name-field-course-target .field__item:before {
  content: "\A";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #4D4D4D;
  display: inline-block;
  margin: 0 10px;
}

.course .field .field__label {
  font-size: 19px;
  text-transform: uppercase;
  padding: 20px 0 10px;
}

.course .commerce-order-item-add-to-cart-form {
  display: flex;
  align-items: flex-end;
}

.course .commerce-order-item-add-to-cart-form .form-item-purchased-entity-0-variation {
  margin: 0 20px 0 0;
}

.course .commerce-order-item-add-to-cart-form .form-item-purchased-entity-0-variation label {
  font-size: 18px;
  font-weight: normal;
  color: white;
}

.course .commerce-order-item-add-to-cart-form .form-item-purchased-entity-0-variation .form-select {
  margin: 0;
  height: 44px;
  width: 100%;
  background-color: #fefefe;
}

.competence-test-recommendations section {
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .competence-test-recommendations .recommendations,
  .competence-test-recommendations .other-levels .content {
    display: flex;
  }
  .competence-test-recommendations .recommendations > div,
  .competence-test-recommendations .other-levels .content > div {
    flex: 1 0 33.33%;
  }
}

.competence-test-recommendations .recommendations > div,
.competence-test-recommendations .other-levels .content > div {
  padding: 10px;
}

.competence-test-recommendations .competence-test-result {
  margin-top: 30px;
}

.competence-test-recommendations .other-levels {
  background: #DCDCDC;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  width: 100vw;
}

.competence-test-recommendations .other-levels > div {
  padding: 30px 55px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .competence-test-recommendations .other-levels > div {
    max-width: 1200px;
  }
}

.competence-test-recommendations .other-levels .content a {
  display: block;
}

.competence-test-result td {
  text-align: center;
  width: 90px;
  height: 3em;
  border: 1px solid #FFF;
}

.competence-test-result thead td {
  background: #DCDCDC;
}

.competence-test-result .levels-obtained .row-highlight {
  font-weight: bold;
}

.competence-test-result .levels-obtained .row-highlight td {
  background: #FFF;
}

.competence-test-result .levels-obtained .column-highlight,
.competence-test-result .levels-obtained .row-highlight .column-highlight {
  background: #ff4c4c;
  color: #FFF;
}

.competence-test-result .actions {
  text-align: right;
}

.commerce-checkout-flow-custom-checkout-flow {
  padding-top: 1.5em;
}

.commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset {
  max-width: 768px;
  margin: 0 auto;
}

.commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .fieldset-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .form-item-email-registration-login-register-mail,
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .field--name-field-phone,
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .field--name-field-first-name,
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .field--name-field-document-type {
    width: calc(50% - 15px);
    float: left;
    clear: left;
  }
}

@media screen and (min-width: 768px) {
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .form-item-email-registration-login-register-conf-mail,
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .field--name-field-surname,
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .field--name-field-document-id {
    width: calc(50% - 15px);
    float: right;
    clear: right;
  }
}

.commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .form-type-password-confirm {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .form-type-password-confirm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .form-type-password-confirm .form-type-password {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .form-type-password-confirm .form-type-password {
    width: calc(50% - 15px);
  }
}

.commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .field--name-field-education-role {
  clear: both;
}

.commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .field--name-field-comercial-communication {
  margin-bottom: 1em;
}

.commerce-checkout-flow-custom-checkout-flow .register-wrapper fieldset .form-submit {
  float: right;
}

@media screen and (min-width: 780px), (min-device-height: 780px) and (orientation: landscape) {
  .commerce-checkout-flow .layout-region-checkout-main,
  .commerce-checkout-flow .layout-region-checkout-footer {
    padding-right: 4em;
  }
}

.commerce-checkout-flow .layout-region-checkout-footer {
  margin-top: 2em;
}

@media screen and (min-width: 992px) {
  .commerce-checkout-flow .layout-region-checkout-footer {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .commerce-checkout-flow .layout-region-checkout-secondary {
    padding-top: 3em;
  }
}

.commerce-checkout-flow .layout-region-checkout-secondary > h3 {
  font-size: 1em;
}

.commerce-checkout-flow fieldset {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .commerce-checkout-flow #edit-payment-information-billing-information-address-0-address-container0 {
    display: flex;
    justify-content: space-between;
  }
}

.commerce-checkout-flow #edit-payment-information-billing-information-address-0-address-container0 .form-item {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .commerce-checkout-flow #edit-payment-information-billing-information-address-0-address-container0 .form-item {
    width: 49%;
  }
}

@media screen and (min-width: 992px) {
  .commerce-checkout-flow #edit-payment-information-billing-information-address-0-address-container4 {
    display: flex;
    justify-content: space-between;
  }
}

.commerce-checkout-flow #edit-payment-information-billing-information-address-0-address-container4 .form-item {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .commerce-checkout-flow #edit-payment-information-billing-information-address-0-address-container4 .form-item {
    width: 32%;
  }
}

.commerce-checkout-flow .checkout-pane-review fieldset {
  margin-bottom: 2em;
}

.commerce-checkout-flow .checkout-pane-review fieldset:last-child {
  margin-bottom: 0;
}

.commerce-checkout-flow .checkout-pane-review fieldset legend {
  margin-bottom: 0.2em;
}

.commerce-checkout-flow .address-book-edit-button {
  color: #ff4c4c;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: 2px solid #ff4c4c;
  transition: all .5s;
  padding: 7px 10px;
  margin: 0;
}

.commerce-checkout-flow .address-book-edit-button:hover, .commerce-checkout-flow .address-book-edit-button:focus {
  color: white;
  background: #ff4c4c;
}

.commerce-checkout-flow .form-wrapper .form-item:last-child {
  margin-right: 0;
}

.commerce-checkout-flow .form-wrapper .form-item select,
.commerce-checkout-flow .form-wrapper .form-item input:not([type="submit"]):not([type="checkbox"]) {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .commerce-checkout-flow .checkout-pane-coupon-redemption {
    margin-top: 15px;
  }
}

.commerce-checkout-flow .checkout-pane-coupon-redemption > div {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.commerce-checkout-flow .checkout-pane-coupon-redemption > div * {
  margin: 0;
}

.commerce-checkout-flow .checkout-pane-coupon-redemption > div div[data-drupal-messages] {
  width: 100%;
}

.commerce-checkout-flow .checkout-pane-coupon-redemption > div .form-item {
  width: calc(100% - 125px);
}

.commerce-checkout-flow .checkout-pane-coupon-redemption input[type="submit"] {
  color: #ff4c4c;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: 2px solid #ff4c4c;
  transition: all .5s;
  padding: 7px 10px;
}

.commerce-checkout-flow .checkout-pane-coupon-redemption input[type="submit"]:hover, .commerce-checkout-flow .checkout-pane-coupon-redemption input[type="submit"]:focus {
  color: white;
  background: #ff4c4c;
}

.commerce-checkout-flow .checkout-pane-smformacion-commerce-terms-checkbox {
  padding: 16px 0;
}

.commerce-checkout-flow .coupon-redemption-form__coupons {
  width: 100%;
}

.commerce-checkout-flow .coupon-redemption-form__coupons h3 {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 3px;
}

.commerce-checkout-flow .coupon-redemption-form__coupons table {
  width: 100%;
}

.commerce-checkout-flow .coupon-redemption-form__coupons table td:first-child {
  width: calc(100% - 138px);
  background: #eaf1f7;
  outline: none;
  padding: 7px 10px;
}

.commerce-checkout-flow .coupon-redemption-form__coupons table td:last-child {
  width: 138px;
  text-align: right;
}

.commerce-order-item-add-to-cart-form {
  padding-left: 0;
  padding-right: 0;
}

.contact-message-personal-form .form-item:not(.form-type-checkbox) label {
  font-weight: bold;
}

.user-form {
  padding: 0;
}

.user-form input[type="password"],
.user-form input[type="date"],
.user-form input[type="email"],
.user-form input[type="tel"],
.user-form input[type="text"] {
  max-width: 520px;
  width: 100%;
}

.user-form select {
  min-width: 300px;
}

.user-register-form.user-form,
.user-register-form,
.user-login-form,
.user-pass {
  max-width: 768px;
  margin: 0 auto;
}

.user-register-form.user-form::after,
.user-register-form::after,
.user-login-form::after,
.user-pass::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  .user-register-form.user-form > .form-wrapper,
  .user-register-form > .form-wrapper,
  .user-login-form > .form-wrapper,
  .user-pass > .form-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .user-register-form.user-form > .form-wrapper .form-type-email,
  .user-register-form > .form-wrapper .form-type-email,
  .user-login-form > .form-wrapper .form-type-email,
  .user-pass > .form-wrapper .form-type-email {
    width: calc(50% - 15px);
  }
}

.user-register-form.user-form > .form-wrapper .form-type-password-confirm,
.user-register-form > .form-wrapper .form-type-password-confirm,
.user-login-form > .form-wrapper .form-type-password-confirm,
.user-pass > .form-wrapper .form-type-password-confirm {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .user-register-form.user-form > .form-wrapper .form-type-password-confirm,
  .user-register-form > .form-wrapper .form-type-password-confirm,
  .user-login-form > .form-wrapper .form-type-password-confirm,
  .user-pass > .form-wrapper .form-type-password-confirm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.user-register-form.user-form > .form-wrapper .form-type-password-confirm .form-type-password,
.user-register-form > .form-wrapper .form-type-password-confirm .form-type-password,
.user-login-form > .form-wrapper .form-type-password-confirm .form-type-password,
.user-pass > .form-wrapper .form-type-password-confirm .form-type-password {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .user-register-form.user-form > .form-wrapper .form-type-password-confirm .form-type-password,
  .user-register-form > .form-wrapper .form-type-password-confirm .form-type-password,
  .user-login-form > .form-wrapper .form-type-password-confirm .form-type-password,
  .user-pass > .form-wrapper .form-type-password-confirm .form-type-password {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 768px) {
  .user-register-form.user-form > .field--name-field-phone,
  .user-register-form.user-form > .field--name-field-first-name,
  .user-register-form.user-form > .field--name-field-document-type,
  .user-register-form > .field--name-field-phone,
  .user-register-form > .field--name-field-first-name,
  .user-register-form > .field--name-field-document-type,
  .user-login-form > .field--name-field-phone,
  .user-login-form > .field--name-field-first-name,
  .user-login-form > .field--name-field-document-type,
  .user-pass > .field--name-field-phone,
  .user-pass > .field--name-field-first-name,
  .user-pass > .field--name-field-document-type {
    width: calc(50% - 15px);
    float: left;
    clear: left;
  }
}

@media screen and (min-width: 768px) {
  .user-register-form.user-form > .field--name-field-surname,
  .user-register-form.user-form > .field--name-field-document-id,
  .user-register-form > .field--name-field-surname,
  .user-register-form > .field--name-field-document-id,
  .user-login-form > .field--name-field-surname,
  .user-login-form > .field--name-field-document-id,
  .user-pass > .field--name-field-surname,
  .user-pass > .field--name-field-document-id {
    width: calc(50% - 15px);
    float: right;
    clear: right;
  }
}

.user-register-form.user-form .field--name-field-education-role,
.user-register-form .field--name-field-education-role,
.user-login-form .field--name-field-education-role,
.user-pass .field--name-field-education-role {
  clear: both;
}

.user-register-form.user-form .field--name-field-privacy-policy .description,
.user-register-form .field--name-field-privacy-policy .description,
.user-login-form .field--name-field-privacy-policy .description,
.user-pass .field--name-field-privacy-policy .description {
  margin: 10px 0;
}

.user-register-form.user-form .form-type-checkbox,
.user-register-form .form-type-checkbox,
.user-login-form .form-type-checkbox,
.user-pass .form-type-checkbox {
  width: 100%;
}

.user-register-form.user-form .form-actions,
.user-register-form .form-actions,
.user-login-form .form-actions,
.user-pass .form-actions {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0 0;
}

.user-register-form.user-form .form-actions input,
.user-register-form .form-actions input,
.user-login-form .form-actions input,
.user-pass .form-actions input {
  margin-left: 20px;
}

.user-register-form.user-form input[type="password"],
.user-register-form.user-form input[type="date"],
.user-register-form.user-form input[type="email"],
.user-register-form.user-form input[type="tel"],
.user-register-form.user-form input[type="text"],
.user-register-form input[type="password"],
.user-register-form input[type="date"],
.user-register-form input[type="email"],
.user-register-form input[type="tel"],
.user-register-form input[type="text"],
.user-login-form input[type="password"],
.user-login-form input[type="date"],
.user-login-form input[type="email"],
.user-login-form input[type="tel"],
.user-login-form input[type="text"],
.user-pass input[type="password"],
.user-pass input[type="date"],
.user-pass input[type="email"],
.user-pass input[type="tel"],
.user-pass input[type="text"] {
  max-width: 100%;
}

.node--type-page {
  max-width: 648px;
  margin: 0 auto;
  padding-top: 42px;
  font-size: 14px;
}

.node--type-page h2, .node--type-page .h2 {
  font-size: 20px;
  color: #4D4D4D;
}

.node--type-page a {
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

.node--type-page ol {
  list-style: none;
  counter-reset: li;
}

.node--type-page ol li {
  counter-increment: li;
}

.node--type-page ol li::before {
  content: counter(li);
  color: #ff4c4c;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}

.profile > div {
  margin-top: 10px;
}

.paragraph--type--paragraph-text h1.custom-training {
  font-size: 26px;
}

.paragraph--type--seccion-destacado {
  max-width: 1100px;
  margin: 0 15px 50px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--seccion-destacado {
    margin: 0 auto 50px;
  }
}

.paragraph--type--seccion-destacado .field--name-field-seccion-titulo {
  margin: 0;
}

.paragraph--type--seccion-destacado .field--name-field-cursos-destacados {
  max-width: 950px;
  margin: 85px auto 0 auto;
}

.paragraph--type--seccion-destacado .field--name-field-cursos-destacados .field--name-field-destacado-curso {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0;
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-destacado .field--name-field-cursos-destacados .field--name-field-destacado-curso {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .paragraph--type--seccion-destacado .field--name-field-cursos-destacados .field--name-field-destacado-curso > .field__item {
    width: 32%;
    margin: 5px 5px 24px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .paragraph--type--seccion-destacado .field--name-field-cursos-destacados .field--name-field-destacado-curso > .field__item article {
    height: 100%;
  }
}

.paragraph--type--seccion-destacado .field--name-field-destacado-enlace {
  position: absolute;
  right: 32px;
  margin-bottom: 32px;
}

.paragraph--type--seccion-destacado .field--name-field-destacado-enlace a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.paragraph--type--seccion-destacado .field--name-field-destacado-enlace a:after {
  display: block;
  content: "";
  background: url("../images/icons/icon-arrow-right-red.svg") no-repeat;
  height: 20px;
  width: 20px;
  margin-left: 16px;
}

.paragraph--type--youtube-video {
  position: relative;
}

.paragraph--type--youtube-video .thumbnail {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph--type--youtube-video .thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.paragraph--type--youtube-video .thumbnail:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("/themes/custom/smformacion/images/icons/yt-play.svg") no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 75px;
  transition: background-color 250ms;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph--type--youtube-video .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.paragraph--type--youtube-video .field--name-field-youtube-code {
  z-index: 0;
}

.paragraph--type--youtube-video .field--name-field-youtube-code iframe {
  vertical-align: top;
}

.paragraph--type--youtube-video .container {
  position: relative;
  width: 100vw;

}

#youtube-thumbnail-preview {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  cursor: pointer;
}

.paragraph--type--youtube-video .preview-container {
  position: relative;
  width: 100%;
  height: 560px;
  object-fit: cover;
  --aspect-ratio: 16/10;

  cursor: pointer;
}

 .paragraph--type--youtube-video .preview-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/themes/custom/smformacion/images/icons/yt-play.svg") no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 75px;
  transition: background-color 250ms;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.paragraph--type--youtube-video .preview-container.no-before:before {
  content:none;
}

#youtube-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.field--name-field-seccion-titulo {
  color: #ff4c4c;
  font-size: 30px;
  font-weight: bold;
  margin: 32px 0 25px 32px;
}

.paragraph--type--seccion-pasos {
  counter-reset: section;
}

.paragraph--type--seccion-pasos .field--name-field-pasos {
  background: #ff4c4c;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-pasos .field--name-field-pasos {
    flex-direction: row;
    justify-content: space-around;
  }
}

.paragraph--type--seccion-pasos .field--name-field-pasos > .field__item {
  width: 100%;
  padding: 0 32px;
  margin: 40px 0;
  border-bottom: 2px dotted #ffffff;
}

.paragraph--type--seccion-pasos .field--name-field-pasos > .field__item:last-child {
  border-bottom-width: 0;
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-pasos .field--name-field-pasos > .field__item {
    border-bottom-width: 0;
    border-right: 2px dotted #ffffff;
  }
  .paragraph--type--seccion-pasos .field--name-field-pasos > .field__item:last-child {
    border-right-width: 0;
  }
}

.paragraph--type--seccion-pasos .field--name-field-pasos > .field__item > .paragraph--type--pasos {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.paragraph--type--seccion-pasos .field--name-field-pasos > .field__item > .paragraph--type--pasos:before {
  counter-increment: section;
  content: counter(section);
  border: 5px solid #ffffff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
}

.paragraph--type--seccion-pasos .field--name-field-pasos > .field__item > .paragraph--type--pasos:after {
  display: block;
  content: "";
  background: url("../images/icons/icon-check-white.svg") no-repeat center;
  height: 32px;
  width: 32px;
  margin: 32px auto;
}

.paragraph--type--seccion-pasos .field--name-field-pasos > .field__item > .paragraph--type--pasos .field--name-field-pasos-titulo {
  font-weight: bold;
  max-width: 60%;
  margin: 0 auto 14px auto;
}

.paragraph--type--seccion-pasos .field--name-field-pasos > .field__item > .paragraph--type--pasos .field--name-field-pasos-descripcion {
  font-weight: 100;
  max-width: 60%;
  margin: 0 auto;
}

.paragraph--type--texto-simple .field--name-field-texto-simple {
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  padding: 30px 0px;
  max-width: 80%;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-texto-boton .field--name-field-texto-boton {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item {
    width: 50%;
  }
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(odd) {
  background: #ff4c4c;
  color: #ffffff;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(odd) .field--name-field-boton-enlace {
  font-size: 18px;
  padding: 0px;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(odd) .field--name-field-boton-enlace a {
  color: #fefefe;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  margin-top: 15px;
  max-width: 305px;
  border: 2px solid #fefefe;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) {
  background: #F3F3F3;
  color: #4D4D4D;
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) .field--name-field-boton {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: start;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) .field--name-field-boton.swiper-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) .field--name-field-boton.swiper-wrapper .swiper-slide {
    width: 25%;
    margin-bottom: 35px;
  }
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) .field--name-field-boton .field--name-field-boton-icono {
  text-align: center;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) .field--name-field-boton .field--name-field-boton-icono img {
  width: 106px;
  height: 77px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) .field--name-field-boton .field--name-field-boton-enlace {
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item:nth-child(even) .field--name-field-boton .field--name-field-boton-enlace a {
  color: #4D4D4D;
  text-decoration: none;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item .paragraph--type--texto-boton {
  min-height: 416px;
  padding: 33px 52px;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item .paragraph--type--texto-boton .field--name-field-titulo {
  font-size: 24px;
  font-weight: bold;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item .paragraph--type--texto-boton .field--name-field-body {
  font-size: 18px;
  font-weight: lighter;
  line-height: 29px;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item .paragraph--type--boton a.icon-text {
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
  color: #4D4D4D;
  text-decoration: none;
}

.paragraph--type--seccion-texto-boton .field--name-field-texto-boton > .field__item .paragraph--type--boton a.icon-text .text {
  margin-top: 5px;
}

.paragraph--type--paragraph-text {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 15px;
}

.paragraph--type--paragraph-text .field--type-text-long {
  padding: 0 15px;
}

.paragraph--type--paragraph-text .field--type-text-long .destacado {
  font-size: 36px;
  line-height: 51px;
  font-weight: 100;
}

.paragraph--type--paragraph-text .field--type-text-long .destacado:first-child {
  padding-top: 50px;
}

.paragraph--type--paragraph-text .field--type-text-long .destacado:last-child {
  padding-bottom: 50px;
}

.paragraph--type--paragraph-text .field--type-text-long p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
}

.paragraph--type--paragraph-text .field--type-text-long p:nth-child(2) {
  margin-top: 0px;
}

.paragraph--type--paragraph-text .field--type-text-long p.titulo {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.view-course-catalog .block-page-title-block {
  visibility: visible;
  height: auto;
}

@media screen and (min-width: 768px) {
  .view-course-catalog {
    max-width: 1000px;
    margin: 0 auto;
  }
  .view-course-catalog .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .view-course-catalog .view-content .views-row {
    width: 32%;
  }
}

.view-commerce-order-item-table table thead tr {
  background: #F3F3F3;
}

.view-commerce-order-item-table table th, .view-commerce-order-item-table table td {
  padding: 7px;
}

.view-commerce-order-item-table table th,
.view-commerce-order-item-table table th a {
  font-size: 18px;
}

.view-commerce-order-item-table table th {
  text-align: left;
}

.view-commerce-order-item-table table th a {
  text-decoration: none;
  transition: all .4s;
}

.view-commerce-order-item-table table th a:hover, .view-commerce-order-item-table table th a:active {
  color: #4D4D4D;
}

.view-commerce-order-item-table table th .tablesort {
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.view-commerce-order-item-table table tbody tr:nth-child(even) {
  background: #F3F3F3;
}

.view-commerce-user-orders table thead tr {
  background: #F3F3F3;
}

.view-commerce-user-orders table th, .view-commerce-user-orders table td {
  padding: 7px;
}

.view-commerce-user-orders table th,
.view-commerce-user-orders table th a {
  font-size: 18px;
}

.view-commerce-user-orders table th {
  text-align: left;
}

.view-commerce-user-orders table th a {
  text-decoration: none;
  transition: all .4s;
}

.view-commerce-user-orders table th a:hover, .view-commerce-user-orders table th a:active {
  color: #4D4D4D;
}

.view-commerce-user-orders table th .tablesort {
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.view-commerce-user-orders table tbody tr:nth-child(even) {
  background: #F3F3F3;
}

.view-smformacion-view-logs table {
  margin-top: 16px;
}

.view-smformacion-view-logs table th, .view-smformacion-view-logs table td {
  padding: 16px;
  border: 1px solid #979797;
}

.view-smformacion-view-logs table th.views-field-field-log-message div, .view-smformacion-view-logs table td.views-field-field-log-message div {
  width: 510px;
  overflow: hidden;
}

.view-smformacion-view-logs table th.views-field-field-log-message .more-opt, .view-smformacion-view-logs table td.views-field-field-log-message .more-opt {
  cursor: pointer;
  position: absolute;
  right: 16px;
  color: #ff4c4c;
}

.view-smformacion-view-logs table th.views-field-field-log-message .hidden, .view-smformacion-view-logs table td.views-field-field-log-message .hidden {
  display: none;
}

.view-smformacion-view-logs table th {
  background: #c5c5c5;
}

.layout-content-top {
  display: block;
}

.layout-content-top .region-content-top {
  width: 100%;
  color: #ff4c4c;
  margin: 0 auto;
}

.layout-content-top .region-content-top .page-title {
  padding: 0;
}

.dialog-off-canvas-main-canvas > div > footer {
  min-height: 122px;
  color: #fefefe;
  background: #4D4D4D;
  position: relative;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper {
  color: #ffffff;
  padding: 32px 53px;
}

@media screen and (min-width: 768px) {
  .dialog-off-canvas-main-canvas > div > footer .wrapper {
    display: flex;
    padding: 32px 0;
    justify-content: space-between;
    align-items: center;
  }
}

.dialog-off-canvas-main-canvas > div > footer .wrapper > div {
  display: flex;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-feedback {
  max-height: 150px;
  max-width: 200px;
  margin: 16px auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .dialog-off-canvas-main-canvas > div > footer .wrapper .footer-feedback {
    margin: 0 auto;
  }
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .left {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .dialog-off-canvas-main-canvas > div > footer .wrapper .left {
    margin-bottom: 0;
  }
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .left > div {
  width: 33.33333%;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-info {
  margin-top: 10px;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-info p {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-info a {
  color: #fefefe;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-menu {
  text-align: left;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-menu ul {
  padding: 0;
  margin: 0;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-menu li {
  line-height: 1;
  margin: 0;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-menu a {
  color: #fefefe;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  padding: 0;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-menu a:hover, .dialog-off-canvas-main-canvas > div > footer .wrapper .footer-menu a:active {
  text-decoration: none;
  background: transparent;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-social-links li {
  margin-left: 10px;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-social-links a:hover, .dialog-off-canvas-main-canvas > div > footer .wrapper .footer-social-links a:active {
  background-color: transparent;
  opacity: 0.6;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper .footer-link-to-top {
  padding-left: 54px;
}

.dialog-off-canvas-main-canvas > div > footer .wrapper p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  body .layout-container {
    padding-top: 70px;
    background: #ffffff;
  }
}

.layout-container main {
  overflow: hidden;
}

.layout-container main .translations .block-system-main-block {
  padding: 30px 20px;
}

.content-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.content-container.full-width {
  max-width: 100vw;
  padding: 0;
}

.content-container.full-width.landing-page > .layout-content {
  max-width: 100vw !important;
  padding: 0;
}

.content-container.full-width > .layout-content {
  max-width: 1200px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.content-container.breadcrumb.with-header {
  margin-top: 48px;
}

.content-container .system-wrapper.breadcrumb {
  margin-top: 48px;
}

.system-wrapper {
  background: white;
}

.layout-content {
  background: white;
  padding-bottom: 3em;
}

.region-content-top .block-page-title-block h1 {
  padding: 0 15px 1em;
  margin: 0;
}

.dialog-off-canvas-main-canvas > div > header {
  display: none;
  height: 70px;
  z-index: 99;
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas > div > header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
}

.dialog-off-canvas-main-canvas > div > header .header-fixed {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.toolbar-tray-open.toolbar-fixed .dialog-off-canvas-main-canvas > div > header .header-fixed.toolbar-vertical {
  margin-top: 39px;
}

.dialog-off-canvas-main-canvas > div > header .header-fixed .header-logo-wrapper {
  display: flex;
  align-items: center;
}

.dialog-off-canvas-main-canvas > div > header .header-fixed .header-logo-wrapper .header-country {
  font-size: 18px;
  color: #4D4D4D;
  font-weight: 300;
}

.dialog-off-canvas-main-canvas > div > header .wrapper-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-off-canvas-main-canvas > div > header .block-system-branding-block {
  max-width: 200px;
}

.region-primary-menu > .menu--main-menu {
  display: none;
  background: #ff4c4c;
}

@media screen and (min-width: 992px) {
  .region-primary-menu > .menu--main-menu {
    display: block;
  }
}

.region-primary-menu > .menu--main {
  display: none;
}

@media screen and (min-width: 992px) {
  .region-primary-menu > .menu--main {
    display: block;
  }
}

.view-contacto-envios table.views-table {
  margin-top: 30px;
}

.view-contacto-envios table.views-table td, .view-contacto-envios table.views-table th {
  border: 1px solid #d6d6d6;
  padding: 5px;
}

.view-courses .view-content {
  display: flex;
  flex-wrap: wrap;
}

.view-courses .view-content .views-row {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .view-courses .view-content .views-row {
    width: 32%;
    margin: 5px;
  }
  .view-courses .view-content .views-row article {
    height: 100%;
  }
}

.path-cursos #block-smformacion-page-title {
  margin-bottom: 32px;
}

.path-cursos .content-wrapper {
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .path-cursos .content-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.path-cursos .content-wrapper .layout-sidebar-first {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .path-cursos .content-wrapper .layout-sidebar-first {
    width: 23%;
  }
}

.path-cursos .content-wrapper .layout-sidebar-first h2, .path-cursos .content-wrapper .layout-sidebar-first .h2 {
  color: #4D4D4D;
  padding-top: 16px;
  font-size: 16px;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links {
  position: relative;
  max-height: 50px;
  padding: 0 16px;
  border-bottom: 1px solid #4D4D4D;
  overflow: hidden;
  cursor: pointer;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #ff4c4c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transition: all .25s linear;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links.active {
  max-height: 100vh;
  transition: 1s max-height 0s;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links.active:after {
  transform: rotate(-135deg);
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links.has-active-item h2, .path-cursos .content-wrapper .layout-sidebar-first .block-facet--links.has-active-item .h2 {
  display: flex;
  align-items: center;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links.has-active-item h2:after, .path-cursos .content-wrapper .layout-sidebar-first .block-facet--links.has-active-item .h2:after {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  background-color: #ff4c4c;
  border-radius: 50%;
  margin-left: 8px;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links .item-list__links {
  padding: 0 0 0 8px;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links .item-list__links .facet-item {
  list-style: none;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links .item-list__links .facet-item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #4D4D4D;
  text-decoration: none;
}

.path-cursos .content-wrapper .layout-sidebar-first .block-facet--links .item-list__links .facet-item a:hover {
  font-weight: bold;
  color: #ff4c4c;
}

.path-cursos .content-wrapper .layout-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .path-cursos .content-wrapper .layout-content {
    width: 75%;
  }
}

.page-product .content-container.full-width > .layout-content {
  max-width: initial;
  padding: 0;
}

.page-product #block-smformacion-page-title {
  visibility: hidden;
  height: 0;
}

.page-product .course-authors .authors-list {
  padding: 0;
}

.page-product .course-authors .authors-list li {
  color: #ff4c4c;
  text-decoration: underline;
  cursor: pointer;
  list-style: none;
}

.page-product .course-authors .author-details {
  position: relative;
  background: #F3F3F3;
}

.page-product .course-authors .author-details .author {
  padding: 16px;
  display: none;
  flex-direction: row;
}

.page-product .course-authors .author-details .author.active {
  display: flex;
}

.page-product .course-authors .author-details .author .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 8px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 16px;
  color: #ff4c4c;
}

.page-product .course-authors .author-details .author .author-image {
  height: 150px;
  width: auto;
  padding-right: 16px;
}

.page-user {
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .page-user {
    margin-top: 0;
  }
}

.page-user .page-user-title {
  background: #ff4c4c;
  padding: 10px;
  text-align: center;
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .page-user .page-user-title {
    text-align: left;
    padding: 20px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .page-user .page-user-title {
    width: calc(1200px - 30px);
  }
}

.page-user .page-user-title p {
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  max-width: 1150px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-user .page-user-title p {
    font-size: 32px;
  }
}

.page-user .layout-content-top .layout-content-top-user-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .page-user .layout-content-top .layout-content-top-user-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
  }
}

.page-user .layout-content-top .layout-content-top-user {
  height: 389px;
  background: #F3F3F3;
  color: #4D4D4D;
}

@media screen and (min-width: 768px) {
  .page-user .layout-content-top .layout-content-top-user {
    width: 55%;
  }
}

.page-user .layout-content-top .layout-content-top-user .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .page-user .layout-content-top .layout-content-top-user .wrapper {
    height: 60%;
    margin-top: 60px;
    align-content: space-around;
  }
}

.page-user .layout-content-top .layout-content-top-user .wrapper .user-field {
  line-height: 1;
  padding-bottom: 8px;
}

.page-user .layout-content-top .layout-content-top-user .wrapper .user-field span.user-field-label {
  font-size: 12px;
}

.page-user .layout-content-top .layout-content-top-user .wrapper .user-field p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.page-user .layout-content-top .page-user-top-image {
  position: relative;
  height: 389px;
  background: url("/themes/custom/smformacion/images/smformacion_node_bg.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-user .layout-content-top .page-user-top-image {
    width: 45%;
  }
}

.page-user .layout-content-top .page-user-top-image a.button {
  color: #ffffff;
  background: #ff4c4c;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  padding: 10px 20px;
  font-weight: bold;
  position: absolute;
  bottom: 24px;
  left: 50%;
}

.page-user .layout-content-top .page-user-top-image a.button:hover, .page-user .layout-content-top .page-user-top-image a.button:focus {
  color: #ffffff;
  background: #a32c33;
}

.page--with-header .layout-content-top {
  display: block;
}

@media screen and (min-width: 768px) {
  .page--with-header .layout-content-top {
    display: flex;
  }
}

.page--with-header .layout-content-top .layout-content-top-image {
  height: 389px;
  background: url("/themes/custom/smformacion/images/smformacion_node_bg.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page--with-header .layout-content-top .layout-content-top-image {
    width: 65%;
  }
}

.page--with-header .layout-content-top .layout-content-top-image:after {
  display: block;
  content: '';
  background: rgba(77, 77, 77, 0.5);
  width: 100%;
  height: 100%;
}

.page--with-header .layout-content-top .region-content-top {
  background: #ff4c4c;
  color: #fefefe;
  padding: 46px;
}

@media screen and (min-width: 768px) {
  .page--with-header .layout-content-top .region-content-top {
    width: 35%;
    max-width: 35%;
  }
}

.page--with-header .layout-content-top .region-content-top .field--name-title {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
}

.path-checkout .region-content-top .page-title {
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.path-checkout form {
  padding-left: 0;
  padding-right: 0;
}

.path-checkout .form-wrapper__login-option input[type="submit"] {
  display: inline-block;
  color: #ff4c4c;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 2px solid #ff4c4c;
  transition: all .5s;
  padding: 5px 35px;
  margin: 0;
}

.path-checkout .form-wrapper__login-option input[type="submit"]:hover, .path-checkout .form-wrapper__login-option input[type="submit"]:focus {
  color: white;
  background: #ff4c4c;
}

.path-checkout .form-wrapper__returning-customer .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.path-checkout .form-wrapper__returning-customer .fieldset-wrapper > div {
  width: 100%;
  margin: 0 0 2em;
}

.path-checkout .form-wrapper__returning-customer .fieldset-wrapper > a {
  transition: all 0.4s;
}

.path-checkout .form-wrapper__returning-customer .fieldset-wrapper > a:hover, .path-checkout .form-wrapper__returning-customer .fieldset-wrapper > a:active {
  color: #4D4D4D;
}

.path-node .layout-content {
  margin: 0 auto;
  max-width: 648px !important;
}

.path-user form {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.path-user form .shs-container .shs-widget-container {
  margin-right: 8px;
}

.path-user #ui-id-1 {
  font-family: "Exo 2", sans-serif;
  max-height: 300px;
  overflow: auto;
  border-left: 2px solid #c5c5c5;
}

.path-user #ui-id-1 li.ui-menu-item:not(:last-child) {
  padding-bottom: 10px;
}

.path-user #ui-id-1 li.ui-menu-item .ui-menu-item-wrapper {
  margin: 0;
}

.path-user #ui-id-1 li.ui-menu-item .name {
  font-weight: bold;
}

.path-user #ui-id-1 li.ui-menu-item .ui-state-active,
.path-user #ui-id-1 li.ui-menu-item .ui-widget-content .ui-state-active,
.path-user #ui-id-1 li.ui-menu-item .ui-widget-header .ui-state-active,
.path-user #ui-id-1 li.ui-menu-item a.ui-button:active,
.path-user #ui-id-1 li.ui-menu-item .ui-button:active,
.path-user #ui-id-1 li.ui-menu-item .ui-button.ui-state-active:hover {
  border-width: 0;
  background-color: #ff4c4c;
  color: #ffffff;
}

.path-user .block-local-tasks-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.path-user .region-content-top .page-title {
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.path-user .empty.message {
  text-align: center;
  padding: 15px 10px;
}

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