@charset "UTF-8";
/* ===  Config Styles === */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/* font-family: 'Poppins', sans-serif; */
/* ===  Layout Styles === */
/********** base **********/
.controls-hidden .portlet-header, .signed-out .portlet-header {
  display: none; }

.no-js:not(html),
.no-js-inline,
html.no-js .no-js-hidden {
  display: none !important; }

html.no-js .no-js:not(html) {
  display: block !important; }

html.no-js .no-js-inline {
  display: inline-block !important; }

*:focus {
  outline: none; }

button:focus {
  outline: none; }

.wrapper-overlay {
  position: fixed;
  background-color: rgba(35, 35, 35, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 100; }

html {
  padding-bottom: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased; }

html,
body {
  font-size: 1rem;
  color: #545454; }

body {
  background-color: #fff;
  margin: 0 auto;
  font-family: "Poppins", sans-serif, "Arial", "sans-serif";
  line-height: 24px;
  letter-spacing: normal;
  opacity: 1 !important;
  visibility: visible !important; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

.image-adapt {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  .image-adapt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center; }
    @media (min-width: 481px) and (max-width: 1023px) {
      .image-adapt img {
        object-position: right; } }

ul,
ol {
  margin-bottom: 20px; }

ul li,
ol li {
  margin-bottom: 0.25em; }

a {
  transition: all 0.3s ease; }

a:hover {
  color: #232323;
  outline: none;
  text-decoration: none; }

a {
  transition: all ease 0.3s;
  color: rgba(160, 12, 89, 0.6);
  cursor: pointer;
  border: none;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600; }

.link {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px; }

.link .icon {
  fill: rgba(160, 12, 89, 0.6); }

.link-underline .text {
  transition: text-decoration 100ms ease; }

.link-underline:hover .text {
  text-decoration: underline;
  text-underline-offset: 0.2rem; }

.text-underline .text {
  text-decoration: underline;
  text-underline-offset: 0.2rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.5rem;
  margin-bottom: 1em; }

h2 {
  font-size: 2rem;
  margin-bottom: 1em; }

h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25em; }

h4 {
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

h5 {
  font-size: 1rem;
  margin-bottom: 1.5em; }

h6 {
  font-size: 0.9rem;
  margin-bottom: 1.5em; }

p:last-child,
p:last-of-type {
  margin-bottom: 0; }

small {
  font-size: 12px; }

.purple {
  color: #A00C59 !important; }

.left,
.text-left {
  text-align: left; }

.center,
.text-center {
  text-align: center; }

.right,
.text-right {
  text-align: right; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.normal-weight {
  font-weight: 400; }

.blankSpace {
  height: 40px; }

.bg-white {
  background: #fff; }

.hide,
.hidden {
  display: none !important; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  word-wrap: normal !important; }

.overflow-hidden {
  overflow: hidden; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.close svg {
  width: 17px;
  height: 17px; }

.errors ul {
  padding-left: 0; }

.form-success {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px; }

table {
  border: 1px solid #ebebeb;
  min-width: 100%; }

table td,
table th {
  border-bottom: 1px solid #ebebeb;
  padding: 9px 15px; }

table th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700; }

.background-white {
  background-color: #fff; }

button[aria-disabled=true],
button:disabled,
button[disabled],
button.disabled,
.button:disabled,
.button[disabled],
.button[aria-disabled=true],
.button.disabled {
  opacity: .6;
  cursor: default !important; }

.button {
  display: inline-block;
  vertical-align: middle;
  /*line-height: 20px;*/
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid transparent;
  min-width: 160px;
  max-width: 100%;
  transition: all .3s ease;
  padding: 0.75rem 1rem;
  letter-spacing: .05em;
  cursor: pointer;
  text-align: center; }
  .button.button-theme {
    background-color: #A00C59;
    color: #fff;
    box-shadow: 0 5px 10px rgba(160, 12, 89, 0.35); }
    .button.button-theme:hover {
      background-color: rgba(160, 12, 89, 0.72); }
  .button.button-secondary {
    background-color: #000;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35); }
    .button.button-secondary:hover {
      background-color: #fff;
      border-color: #232323;
      color: #000; }
  .button.button-3 {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    width: 270px;
    height: 50px; }
    .button.button-3:hover {
      background-color: #232323;
      border-color: #232323;
      color: #ffffff; }
  .button.but-special {
    font-weight: 500;
    padding: 5px 10px;
    min-width: 120px;
    font-size: 12px;
    background-color: #A00C59;
    border-color: #A00C59;
    color: #fff;
    border-radius: 24px; }
    .button.but-special:hover {
      background-color: #232323;
      border-color: #232323;
      color: #ffffff; }
    .button.but-special i {
      font-size: 16px;
      vertical-align: middle; }
    .button.but-special.menu-item-active {
      border-color: #FF553F;
      color: #FF553F; }
      .button.but-special.menu-item-active:hover {
        color: #fff;
        background-color: #FF553F;
        border-color: #FF553F; }
        .button.but-special.menu-item-active:hover svg {
          color: #fff; }
  .button.button-list {
    padding: 0.1rem 0.25rem;
    border: 1px solid #A00C59;
    background: #fff;
    box-shadow: none;
    color: #A00C59;
    position: relative;
    border-radius: 8px; }
    .button.button-list:hover {
      color: #fff;
      background-color: #A00C59; }

.content-box--absolute {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  padding: 15px;
  margin: 0 auto;
  width: 100%; }

.content-box--full {
  max-width: 100% !important; }

br:empty,
hr:empty,
iframe:empty,
path:empty,
line:empty,
circle:empty,
use:empty,
img:empty,
input:empty,
rect:empty,
textarea:empty,
.display-empty:empty,
shopify-payment-terms:empty,
shopify-installments-modal:empty,
model-viewer:empty,
polyline:empty {
  display: block; }

hr {
  border: none;
  height: 0.1rem;
  display: block;
  margin: 1rem 0;
  background-color: #ebebeb; }

details > * {
  box-sizing: border-box; }

.break {
  word-break: break-word; }

.visibility-hidden {
  visibility: hidden; }

/********** Forms **********/
fieldset,
legend {
  border: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px white inset;
  -webkit-text-fill-color: #545454; }

input::-ms-clear,
select::-ms-expand {
  display: none; }

input[type=search]::-webkit-search-cancel-button {
  display: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type=checkbox],
input[type=radio] {
  display: none;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  box-sizing: border-box; }

input[type=checkbox] + .form-label--checkbox,
input[type=radio] + .form-label--radio {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
  pointer-events: auto;
  cursor: pointer; }

input[type=checkbox] + .form-label--checkbox:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #dbdbdb;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 0; }

input[type=checkbox] + .form-label--checkbox:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  opacity: 0;
  top: 6px;
  left: 3px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all .1s;
  -webkit-appearance: none; }

input[type=checkbox]:checked + .form-label--checkbox:before {
  background-color: #000;
  border-color: #000; }

input[type=checkbox]:checked + .form-label--checkbox:after {
  opacity: 1; }

input[type=radio] + .form-label--radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 50ms ease-out;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  width: 16px;
  height: 16px;
  border-radius: 50%; }

input[type=radio]:checked + .form-label--radio:after {
  opacity: 1;
  transform: scale(1); }

input[type=radio] + .form-label--radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  transition: all 50ms ease-out;
  width: 0;
  height: 0;
  border: 4px solid #000;
  background-color: #000;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0; }

/********** Hide arrow Firefox **********/
input[type=number] {
  -moz-appearance: textfield !important; }

blockquote {
  border: none;
  background-color: #fafafa;
  color: #3c3c3c;
  font-size: 1rem;
  line-height: 24px;
  font-style: normal;
  margin: 0;
  padding: 20px 35px; }

input[type="image"] {
  width: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  margin: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 11px 12px 10px;
  line-height: 24px; }

input[type="checkbox"],
.custom-radio input[type="radio"] {
  vertical-align: top;
  margin-right: 10px;
  display: none; }

input[type="checkbox"] + label {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative; }

input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 2.5px;
  left: 0;
  border: 1px solid #d0d0d0;
  width: 14px;
  height: 14px;
  background-color: #fff; }

input[type="checkbox"] + label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.1s; }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(0) rotate(-45deg); }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  transform: scale(1) rotate(-45deg); }

select {
  border-radius: 0;
  border: 1px solid #cbcbcb;
  display: block;
  width: 100%;
  padding: 7px 32px 5px 12px;
  line-height: 24px;
  outline: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 36px; }

select * {
  outline: none;
  background: #fff;
  color: #3c3c3c;
  border: none; }

select + .icon-dropdown {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 2px;
  background-color: rgba(255, 255, 255, 0);
  height: 36px;
  top: inherit;
  z-index: 1;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center; }

select + .icon-dropdown .fa {
  font-size: 16px; }

label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  color: #232323;
  letter-spacing: .02em; }
  label em {
    color: #f1152f;
    font-weight: 500;
    font-style: italic; }
  label.hiddenLabel {
    display: none;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.form-label,
.field__label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 6px; }

.form-input,
.field__input {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .02em;
  line-height: 22px;
  text-align: left;
  border: 1px solid #cbcbcb;
  color: #232323;
  background-color: #ffffff;
  box-shadow: unset !important;
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  overflow: hidden;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/********** START: Layout **********/
.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-all-1 {
  flex: 1; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.align-center {
  align-items: center; }

.row {
  margin-left: -5px;
  margin-right: -5px;
  padding: 0px; }
  .row > * {
    padding: 0;
    margin: 0; }
  .row.column-5 .halo-row-item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px; }
  .row .halo-item {
    padding: 0 5px; }
  .row .halo-row-item {
    position: relative;
    padding: 0px 5px; }
  .row .halo-row-justify {
    padding: 0 !important; }

.col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #545454;
  margin: 0px;
  font-weight: 400; }

/* END: Layout */
/********** START: Container **********/
.container {
  display: block;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto !important; }

.container.container-full {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden; }

.container-1920 {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0; }

.cabecera .container-1770 {
  max-width: 1770px;
  padding-left: 0;
  padding-right: 0; }

/* END: Container */
/********** START: Page Cabeceras contenido **********/
.page {
  padding-bottom: 0; }

.template-bg {
  background: #f5f6f9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(100vw / 2) center; }
  .template-bg .page-header {
    background: #f5f6f9 !important; }
  .template-bg .container.container-full.bg-white .page-header {
    background: #fff !important; }
  .template-bg .bread-text {
    font-size: 22px;
    line-height: 34px;
    color: #232323; }
  .template-bg .highligh-text {
    color: #A00C59; }

.template-default .page-header {
  padding: 0 15px; }
  .template-default .page-header .page-header-left {
    padding-left: 15px; }
    .template-default .page-header .page-header-left .page-title {
      border-bottom: none;
      width: 100%; }
    .template-default .page-header .page-header-left .breadcrumb {
      padding-top: 0;
      background: transparent; }
  .template-default .page-header .page-subtitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 30px; }
  .template-default .page-header .page-header-right {
    padding-right: 0;
    margin: 40px 0 auto; }
  .template-default .page-header .row-date {
    display: flex; }
    .template-default .page-header .row-date .halo-row-item {
      padding: 0; }
    .template-default .page-header .row-date i {
      font-size: 32px;
      color: rgba(0, 0, 0, 0.5); }
    .template-default .page-header .row-date .hours {
      font-size: 36px;
      font-weight: 300;
      color: #000; }
    .template-default .page-header .row-date .flex-date {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-right: 1.5rem;
      margin-right: 1.25rem;
      border-right: 1px solid #ccc; }
      .template-default .page-header .row-date .flex-date .day {
        font-size: 36px;
        font-weight: 700;
        line-height: 30px;
        margin-top: 5px; }
      .template-default .page-header .row-date .flex-date .month {
        font-size: 0.75rem; }

.page-header {
  position: relative;
  min-height: 200px;
  padding-bottom: 40px; }
  .page-header .page-title {
    margin-bottom: 22px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 56px;
    color: #232323; }
  .page-header .cab-navigation {
    margin-top: 50px; }
    .page-header .cab-navigation .nav .nav-item a {
      border: 1px solid #232323;
      padding: 5px 20px;
      margin-right: 20px; }
    .page-header .cab-navigation .nav .nav-item:last-child a {
      margin-right: 0; }

.breadcrumb {
  color: #999999;
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 30px 0px 11px;
  font-size: 16px; }
  .breadcrumb a {
    line-height: 24px;
    letter-spacing: .02em;
    color: #999999; }
    .breadcrumb a:hover {
      color: #232323; }
  .breadcrumb .separate {
    display: block;
    position: relative;
    padding: 0 7px; }
    .breadcrumb .separate svg {
      width: 9px;
      height: 10px;
      position: relative;
      top: -1px;
      color: #999999;
      fill: #999999; }
  .breadcrumb.position-center {
    justify-content: center; }

.cab-content.text-right .img-cab {
  border-radius: 45px; }

@media (min-width: 1601px) {
  .cab-content.text-left {
    left: calc((100vw - 1570px)/2); } }

@media (max-width: 1600px) {
  .cab-content.text-left {
    left: 0; } }

@media (min-width: 1280px) {
  .cabecera-lg {
    min-height: 600px;
    /*max-height: $heigt-cab-lg + 200px;*/ }
    .cabecera-lg .page-header .row {
      min-height: 600px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .cabecera-lg {
    min-height: 500px;
    max-height: 650px; }
    .cabecera-lg .page-header .row {
      min-height: 550px; }
  .template-default .page-header .page-header-left .page-title {
    width: 100%;
    font-size: 36px;
    padding-bottom: 15px;
    line-height: 46px; }
  .template-default .page-header .page-header-left .page-subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-right: 0; } }

@media (min-width: 1024px) {
  .cab-content {
    width: calc(100vw / 2);
    max-width: 800px; }
    .cab-content.text-left {
      /*right: 50%;*/
      padding: 65px 10px 25px 5px;
      position: relative; }
    .cab-content.text-right {
      padding: 25px 45px 25px 50px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cabecera-lg {
    min-height: 300px;
    max-height: 480px; }
    .cabecera-lg .page-header .row {
      min-height: 500px; } }

@media (min-width: 576px) {
  .cabecera-md {
    min-height: 400px; }
    .cabecera-md .page-header .row {
      min-height: 400px; }
  .cabecera-sm {
    min-height: 200px; }
    .cabecera-sm .page-header .row {
      min-height: 200px; }
    .cabecera-sm .page-header .page-title {
      margin-bottom: 0;
      padding-bottom: 0;
      height: 150px;
      display: grid;
      align-items: center; }
    .cabecera-sm .page-header .breadcrumb, .cabecera-sm .page-header .page-subtitle {
      display: none; } }

@media (min-width: 576px) and (max-width: 1023px) {
  .template-default .page-header .page-header-left .breadcrumb .bread-text {
    font-size: 20px;
    line-height: 20px; }
  .template-default .page-header .page-header-left .page-title {
    width: 100%;
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 0; }
  .template-default .page-header .page-header-left .page-subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 0; }
  .template-default .page-header .cab-navigation .nav .nav-item a {
    padding: 5px 10px; }
  .cab-content {
    width: calc(100vw / 2);
    max-width: 800px; }
    .cab-content.text-left {
      /*right: 50%;*/
      padding: 55px 10px 25px 25px;
      position: absolute; }
    .cab-content.text-right {
      padding: 5px 45px 25px 50px; } }

@media (max-width: 575px) {
  .page-header .page-title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 10px; }
  .cabecera-lg .page-header .page-title {
    margin-bottom: 0; }
  .cabecera-sm {
    min-height: 100px; }
    .cabecera-sm .page-header {
      min-height: 100px; }
      .cabecera-sm .page-header .cab-content.text-left {
        padding-left: 25px; }
      .cabecera-sm .page-header .row {
        min-height: 100px; }
      .cabecera-sm .page-header .page-title {
        margin-bottom: 0;
        padding-bottom: 0;
        height: 100px;
        display: grid;
        align-items: center; }
  .template-default .page-header {
    padding: 0; }
    .template-default .page-header .page-header-left .breadcrumb .bread-text {
      font-size: 18px;
      line-height: 26px; }
    .template-default .page-header .page-header-left .page-title {
      width: 95%;
      font-size: 32px;
      line-height: 44px;
      padding-bottom: 20px; }
    .template-default .page-header .page-header-right {
      padding: 0 15px 30px; }
    .template-default .page-header .page-subtitle {
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      padding-right: 30px; }
    .template-default .page-header .cab-navigation {
      margin-top: 20px;
      margin-bottom: 10px; }
      .template-default .page-header .cab-navigation .nav .nav-item a {
        padding: 5px 10px; }
    .template-default .page-header .image-adapt img {
      position: relative; } }

/* END: Page Cabeceras */
/********** START: Overlay  **********/
.background-overlay,
.background-overlay-popup {
  position: fixed;
  background-color: rgba(35, 35, 35, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: block;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s; }

/* END: Overlay */
/********** START: liferay  **********/
.portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }

.portlet {
  margin-bottom: 0 !important; }

.portlet-boundary:first-child .portlet-content-editable {
  margin-top: 30px; }

#p_p_id_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_INSTANCE_EUUgMcTrGbgE_ .portlet-content {
  background: transparent !important;
  margin-right: 0;
  margin-left: 0; }

/*section.portlet {
	z-index: 10;
}*/
/* END: liferay */
/* ===  Header Styles === */
.header {
  background: #fff; }
  .header .header-top {
    /*display: none;*/
    background-color: #f3f5f9;
    padding: 0; }
    .header .header-top .header-top-wrapper {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      min-height: 50px; }
      .header .header-top .header-top-wrapper .content-right {
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 30px; }
        .header .header-top .header-top-wrapper .content-right .customer-links i,
        .header .header-top .header-top-wrapper .content-right .nav-wishlist i,
        .header .header-top .header-top-wrapper .content-right .cart i,
        .header .header-top .header-top-wrapper .content-right .live-help i {
          font-size: 28px; }
        .header .header-top .header-top-wrapper .content-right .customer-links svg,
        .header .header-top .header-top-wrapper .content-right .nav-wishlist svg,
        .header .header-top .header-top-wrapper .content-right .cart svg,
        .header .header-top .header-top-wrapper .content-right .live-help svg {
          width: 20px;
          height: 20px;
          margin-right: 20px;
          cursor: pointer;
          fill: #ffffff; }
        .header .header-top .header-top-wrapper .content-right .cus-ser-text {
          font-size: 14px;
          font-weight: 400;
          margin-right: 30px; }
          .header .header-top .header-top-wrapper .content-right .cus-ser-text a {
            color: #A00C59;
            font-size: 13px;
            padding: 0 15px; }
          .header .header-top .header-top-wrapper .content-right .cus-ser-text .underline {
            text-decoration: underline;
            text-underline-offset: 0.2rem; }
    .header .header-top .global {
      cursor: pointer; }
  .header .header-bottom {
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
    z-index: 9; }
    .header .header-bottom .header-left {
      width: auto; }
    .header .header-bottom .header-bottom--wrapper {
      padding: 0; }
    .header .header-bottom .menu-dropdown {
      border-top: 1px solid #e0e0e1;
      padding: 30px 0 2px; }
    .header .header-bottom .menu-lv-1:hover > a:hover {
      color: #000000; }
    .header .header-bottom .megamenu_style_2 .product-card .product-card-bottom {
      padding: 10px 0 0 10px; }
    .header .header-bottom .has-megamenu .list-menu__item {
      padding-right: 0 !important; }
    .header .header-bottom .custom-magamenu-1 .hola-row-item-left {
      padding-left: 160px;
      padding-top: 20px; }
    .header .header-bottom .wrapper-mega-banner-style-2::before {
      content: " ";
      width: 300%;
      height: 100%;
      position: absolute;
      left: -100%;
      bottom: 0;
      z-index: -1;
      background-color: transparent;
      border-top: 1px solid #e6e6e6;
      margin-bottom: 1px; }
    .header .header-bottom .header-bottom--wrapper {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .header .header-bottom .header__inline-menu {
      display: flex;
      align-items: center;
      min-width: 65%; }
      .header .header-bottom .header__inline-menu .dropdown .menu-lv-1__action:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-width: 2px 0 0 2px;
        border-style: solid;
        border-color: #1e1e1e;
        margin-left: 10px;
        transform: rotate(-135deg) translateY(-50%);
        transform-origin: top;
        top: 30px;
        transition: all .3s ease-out; }
        @media (min-width: 1500px) {
          .header .header-bottom .header__inline-menu .dropdown .menu-lv-1__action:after {
            right: 0; } }
    .header .header-bottom .menu-lv-1__action {
      color: #1e1e1e;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      /*line-height: 54px;*/ }
    @media (min-width: 1025px) and (max-width: 1366px) {
      .header .header-bottom .menu-lv-1__action {
        padding: 20px 10px; } }
    @media (min-width: 1367px) {
      .header .header-bottom .menu-lv-1__action {
        padding: 20px 20px 20px 10px; } }
    .header .header-bottom .search-bar {
      display: flex; }
    .header .header-bottom .logo-home {
      margin-left: -15px;
      margin-bottom: 0; }
      .header .header-bottom .logo-home .img-box img {
        width: auto;
        height: 100px;
        padding: 0; }

.has-stickyHeader [data-header-sticky] {
  position: sticky;
  top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12); }

.header .animate {
  transition: transform .15s ease-out; }

.has-stickyHeader [data-header-sticky] {
  z-index: 20;
  will-change: transform; }
  .has-stickyHeader [data-header-sticky].sticky-up {
    transform: translateY(-100%); }

.menu-item-active {
  color: #A00C59; }

/* START: Header logout */
/*.log-out {
    display: inline-block;
    position: relative;
    text-align: right;
    top: -1px;
    padding: 4px 15px;
    border: 1px solid rgba(160, 12, 89, 0.55);
    border-radius: 15px;
}*/
.log-out {
  top: -1px;
  display: inline-block;
  position: relative; }
  .log-out .border-button {
    border: 1px solid rgba(160, 12, 89, 0.55);
    background: transparent;
    box-shadow: none;
    color: #A00C59;
    padding: 6px 15px;
    border-radius: 15px; }
    .log-out .border-button span {
      font-size: 0.9rem;
      font-weight: 500; }
    .log-out .border-button:hover {
      background: rgba(160, 12, 89, 0.25); }
  .log-out i {
    padding-left: 0.5rem; }

/* START: Header Language and Currency */
.header-language_currency {
  display: inline-block;
  position: relative;
  text-align: right;
  top: -1px;
  padding: 4px 15px;
  border: 1px solid rgba(160, 12, 89, 0.55);
  border-radius: 15px; }
  .header-language_currency .halo-language_currency .disclosure__button {
    padding: 0; }
    .header-language_currency .halo-language_currency .disclosure__button .icon {
      width: 16px;
      height: 16px;
      position: relative;
      top: -1px; }
      .header-language_currency .halo-language_currency .disclosure__button .icon svg {
        width: 16px;
        height: 16px; }
    .header-language_currency .halo-language_currency .disclosure__button .text {
      font-size: 16px;
      font-weight: 500;
      color: #A00C59;
      margin-left: 10px;
      margin-right: 10px;
      font-family: "Poppins", "Arial", "sans-serif"; }
      .header-language_currency .halo-language_currency .disclosure__button .text.text-language {
        position: relative; }
        .header-language_currency .halo-language_currency .disclosure__button .text.text-language:after {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-width: 1px 0 0 1px;
          border-style: solid;
          border-color: #A00C59;
          margin-left: 10px;
          transform: rotate(-135deg) translateY(-50%);
          transform-origin: top;
          top: 7px;
          left: 20px;
          transition: all .3s ease-out; }
  .header-language_currency .dropdown-language_currency {
    display: flex;
    justify-content: center;
    background: #fafafa;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    transition: all .5s ease;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    min-width: 60px; }
    .header-language_currency .dropdown-language_currency.show {
      top: calc(100% + 2px);
      opacity: 1;
      z-index: 19; }
    .header-language_currency .dropdown-language_currency .dropdown-item {
      width: 50%;
      padding: 0;
      text-align: left; }
      .header-language_currency .dropdown-language_currency .dropdown-item:hover {
        background: transparent; }
    .header-language_currency .dropdown-language_currency .title {
      font-size: 14px;
      line-height: 24px;
      color: #202020;
      padding: 13px 30px 13px;
      text-transform: uppercase;
      font-weight: 700;
      background: #fafafa;
      margin-bottom: 10px; }
    .header-language_currency .dropdown-language_currency .text {
      position: relative;
      color: #505050;
      font-size: 14px;
      font-weight: 400; }
    .header-language_currency .dropdown-language_currency .currency-item {
      font-size: 14px;
      font-weight: 500;
      color: #505050;
      line-height: 22px;
      letter-spacing: .02em;
      padding: 7px 15px 8px 30px;
      display: flex;
      align-items: center; }
      .header-language_currency .dropdown-language_currency .currency-item .icon {
        width: 24px;
        height: 24px;
        margin-right: 6px; }
        .header-language_currency .dropdown-language_currency .currency-item .icon svg {
          width: 24px;
          height: 24px; }
      .header-language_currency .dropdown-language_currency .currency-item.active {
        text-decoration: underline;
        text-underline-offset: 2px; }
        .header-language_currency .dropdown-language_currency .currency-item.active span {
          font-weight: 600; }
      .header-language_currency .dropdown-language_currency .currency-item:hover {
        text-decoration: underline;
        text-underline-offset: 2px; }
    .header-language_currency .dropdown-language_currency .disclosure__list {
      background: transparent; }
    .header-language_currency .dropdown-language_currency .disclosure__link {
      display: flex;
      align-items: center;
      padding: 5px 10px;
      text-decoration: none;
      line-height: 1.8; }
      .header-language_currency .dropdown-language_currency .disclosure__link .icon {
        width: 24px;
        height: 24px;
        margin-right: 6px;
        position: relative;
        top: -1px; }
        .header-language_currency .dropdown-language_currency .disclosure__link .icon svg {
          width: 24px;
          height: 24px; }
      .header-language_currency .dropdown-language_currency .disclosure__link.disclosure__link--active {
        text-decoration: underline;
        text-underline-offset: 2px; }
        .header-language_currency .dropdown-language_currency .disclosure__link.disclosure__link--active span {
          font-weight: 700; }
      .header-language_currency .dropdown-language_currency .disclosure__link:hover {
        text-decoration: underline;
        text-underline-offset: 2px; }
  .header-language_currency .halo-currency {
    margin-left: 5px; }
    .header-language_currency .halo-currency .text + svg {
      position: relative;
      top: 0px; }
    .header-language_currency .halo-currency .btn-group .icon {
      position: relative;
      top: 2px; }
    .header-language_currency .halo-currency .currency-menu {
      padding: 9px 0;
      min-width: 100px;
      outline: 0;
      background: #ffffff;
      max-height: 300px;
      overflow: auto; }
      .header-language_currency .halo-currency .currency-menu .icon {
        width: 22px;
        height: 22px;
        margin-right: 4px; }
        .header-language_currency .halo-currency .currency-menu .icon svg {
          width: 100%;
          height: 100%;
          stroke: initial;
          vertical-align: top; }
    .header-language_currency .halo-currency .currency-item {
      font-size: 12px;
      font-weight: 500;
      color: #232323;
      line-height: 22px;
      letter-spacing: .02em;
      padding: 7px 15px;
      display: flex;
      align-items: center; }
      .header-language_currency .halo-currency .currency-item .text {
        position: relative;
        color: #232323; }
      .header-language_currency .halo-currency .currency-item.active {
        text-decoration: underline;
        text-underline-offset: 2px; }
      .header-language_currency .halo-currency .currency-item:hover {
        text-decoration: underline;
        text-underline-offset: 2px; }
    .header-language_currency .halo-currency .dropdown-toggle {
      cursor: pointer; }
  .header-language_currency .halo-language .div {
    min-width: 100px; }
    .header-language_currency .halo-language .div .disclosure__list {
      padding: 8px 0;
      margin: 0; }
    .header-language_currency .halo-language .div .disclosure__link {
      display: flex;
      align-items: center;
      padding: 7px 15px;
      text-decoration: none;
      line-height: 1.8; }
      .header-language_currency .halo-language .div .disclosure__link .icon {
        width: 22px;
        height: 22px;
        margin-right: 6px; }
        .header-language_currency .halo-language .div .disclosure__link .icon svg {
          width: 22px;
          height: 22px; }
      .header-language_currency .halo-language .div .disclosure__link.disclosure__link--active {
        text-decoration: underline;
        text-underline-offset: 2px; }
      .header-language_currency .halo-language .div .disclosure__link:hover {
        text-decoration: underline;
        text-underline-offset: 2px; }
  .header-language_currency .halo-language,
  .header-language_currency .halo-currency {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .header-language_currency .dropdown-language,
  .header-language_currency .dropdown-currency {
    display: flex;
    justify-content: flex-end;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    transition: all .5s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
    .header-language_currency .dropdown-language.show,
    .header-language_currency .dropdown-currency.show {
      top: calc(100% + 10px);
      opacity: 1;
      z-index: 9;
      overflow: visible; }
  .header-language_currency .disclosure {
    position: relative;
    right: 15px; }
  .header-language_currency .disclosure__list {
    z-index: 2;
    background: #ffffff; }
  .header-language_currency .disclosure__button {
    border: 0;
    align-items: center;
    cursor: pointer;
    display: flex;
    background-color: transparent; }
  .header-language_currency .icon {
    width: 16px;
    height: 16px; }
    .header-language_currency .icon svg {
      width: 16px;
      height: 16px;
      stroke: initial;
      vertical-align: top; }
  .header-language_currency .text {
    color: #232323;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px; }
    .header-language_currency .text + svg {
      width: 10px;
      height: 9px; }
  .header-language_currency .dropdown-toggle::after {
    display: none; }

/* START: Header Search */
.header-search {
  display: none;
  margin-left: 20px;
  border-radius: 15px;
  background: #fff;
  margin-right: 25px; }
  .header-search .search-bar {
    background-color: transparent;
    display: flex;
    align-items: center; }
    .header-search .search-bar .input-group-field {
      color: #323232;
      padding: 5px 11px 5px;
      width: calc(100% - 30px);
      border: none;
      background-color: #fff0;
      margin: 0;
      font-size: 12px;
      line-height: 20px; }
    .header-search .search-bar .icon-search {
      background: rgba(255, 255, 255, 0);
      min-width: 30px;
      display: inline-flex;
      padding: 8px 10px 8px; }

/* START: Header Bottom */
.header-bottom {
  display: none;
  background: #232323; }

.main-menu {
  position: static; }
  .main-menu > .container {
    position: static; }

.header__inline-menu {
  display: block;
  grid-area: navigation; }

.list-menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }

.menu-lv-item {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .menu-lv-item.has-megamenu {
    position: static; }
  .menu-lv-item > a {
    display: block;
    position: relative; }
  .menu-lv-item .site-nav-list-dropdown > a {
    display: block;
    position: relative; }

.menu-lv-1__action {
  color: #ffffff;
  padding: 11px 20px 12px; }

.menu-lv-1__action,
.menu--mobile-lv-1__action {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .05em; }

.menu-lv-item .text {
  transition: text-decoration 100ms ease;
  padding-right: 5px; }

.menu-lv-item .icon {
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  fill: #232323;
  stroke: transparent; }

.menu-lv-1__action .text {
  text-decoration-thickness: 1px !important; }

.menu-lv-1:hover > a:hover {
  color: #ffffff; }

.menu-lv-item:hover > a > .text {
  text-decoration: none;
  text-underline-offset: 0.3rem;
  color: #A00C59; }

.menu-lv-1 .label {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 7px;
  top: -9px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  height: 17px;
  padding: 0 6px;
  text-transform: capitalize;
  text-align: center;
  border-radius: 1px; }
  .menu-lv-1 .label::before {
    content: "";
    position: absolute;
    opacity: auto;
    left: 50%;
    bottom: -9px;
    transform: translate(-50%) rotate(180deg);
    border: 5px solid transparent; }
  .menu-lv-1 .label.hot-label {
    color: #ffffff;
    background-color: #ffbb49; }
    .menu-lv-1 .label.hot-label::before {
      border-bottom-color: #ffbb49; }
  .menu-lv-1 .label.sale-label {
    color: #ffffff;
    background-color: #ef6454; }
    .menu-lv-1 .label.sale-label::before {
      border-bottom-color: #ef6454; }
  .menu-lv-1 .label.new-label {
    color: #ffffff;
    background-color: #06bfe2; }
    .menu-lv-1 .label.new-label::before {
      border-bottom-color: #06bfe2; }

.list-menu--disclosure {
  width: 300px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 0px 0px 5px;
  position: absolute;
  top: calc( 100% + 20px);
  visibility: visible;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: transform 350ms ease, visibility 350ms ease;
  webkit-transition: all 350ms ease;
  transition: all 350ms ease; }
  .list-menu--disclosure::before {
    content: ' ';
    width: 120px;
    height: 6px;
    background-color: #000;
    margin-top: -6px;
    display: block; }
  .list-menu--disclosure li {
    padding: 0px 20px;
    width: 100%; }
    .list-menu--disclosure li a {
      padding: 10px 0 10px;
      color: #232323;
      font-size: 12px;
      letter-spacing: .02em; }
    .list-menu--disclosure li + li > a {
      border-top: 1px solid #ebebeb; }

.list-menu--disclosure-2 {
  right: calc(-100% + 30px);
  top: 0px !important; }

.megamenu-custom-product-width-banner {
  position: relative;
  padding: 40px 0px;
  bottom: -17px; }
  .megamenu-custom-product-width-banner::before {
    content: " ";
    width: calc( 100% + 200%);
    height: 100%;
    position: absolute;
    left: -100%;
    bottom: 0;
    z-index: -1;
    background: #ffffff; }
  .megamenu-custom-product-width-banner .product-card .card-action {
    visibility: hidden; }
  .megamenu-custom-product-width-banner .product-card .product-card-bottom {
    padding: 0 !important; }
  .megamenu-custom-product-width-banner .product-card .card-vendor-title {
    padding: 0 !important; }
  .megamenu-custom-product-width-banner .banner {
    padding-left: 23px; }

.wrapper-mega-banner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: -17px;
  margin-top: 3px;
  margin-top: -5px; }
  .wrapper-mega-banner::before {
    content: " ";
    width: calc( 100% + 200%);
    height: 100%;
    position: absolute;
    left: -100%;
    bottom: 0;
    z-index: -1;
    background: #f2f2f2; }
  .wrapper-mega-banner .col-brands .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #00163a;
    margin-bottom: 15px; }
  .wrapper-mega-banner .col-brands .azbrandstable {
    list-style: none;
    margin: 0 !important;
    max-width: 320px;
    text-align: left; }
    .wrapper-mega-banner .col-brands .azbrandstable li {
      display: inline-block;
      width: 28px;
      text-align: left;
      margin-bottom: 0px; }
      .wrapper-mega-banner .col-brands .azbrandstable li a {
        font-size: 14px;
        color: #00163a;
        font-weight: 400; }
        .wrapper-mega-banner .col-brands .azbrandstable li a:hover span {
          border-bottom: 1px solid; }
  .wrapper-mega-banner .col-brands .link-brands {
    font-size: 14px;
    color: #00163a;
    font-weight: 400;
    margin-top: 13px;
    display: block; }
  .wrapper-mega-banner .halo-col-banner .row {
    align-items: center; }
  .wrapper-mega-banner .halo-col-banner .content-box .sub-title {
    font-size: 12px;
    font-weight: 900;
    color: #00163a;
    margin-bottom: 11px; }
  .wrapper-mega-banner .halo-col-banner .content-box .title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 19px;
    text-transform: uppercase;
    font-style: italic; }
  .wrapper-mega-banner .halo-col-banner .content-box .link {
    font-size: 14px;
    color: #00163a; }

.header .menu-dropdown {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  text-align: left;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 24px 0 34px;
  transition: transform 350ms ease, visibility 350ms ease;
  webkit-transition: all 350ms ease;
  transition: all 350ms ease; }
  .header .menu-dropdown .list-nav-title .site-nav-title {
    margin: 0 0 12px; }
    .header .menu-dropdown .list-nav-title .site-nav-title.sale {
      color: #e10600; }

.site-nav-title {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: .02em;
  margin: 0 0 5px;
  color: #232323;
  display: block; }

.site-nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: .02em;
  text-transform: capitalize;
  margin: 0;
  padding: 4px 0;
  color: #3c3c3c; }

@media (min-width: 1025px) and (max-width: 1279px) {
  .header .header-bottom .header-search {
    width: 12%;
    margin-left: 0; }
  .header .header-bottom .header__inline-menu {
    width: 60%;
    justify-content: space-around; }
    .header .header-bottom .header__inline-menu .menu-lv-1:last-child .menu-lv-1__action {
      padding-right: 0; }
  .header .header-bottom .header-left {
    width: 20%; }
    .header .header-bottom .header-left .logo-home {
      margin-right: 5px;
      height: 100%; }
      .header .header-bottom .header-left .logo-home .img-box {
        width: auto; }
  .button.but-special {
    min-width: 50px; } }

@media (min-width: 1025px) {
  .header-top {
    display: block !important; }
    .header-top .header-top--left {
      width: 90px;
      padding-bottom: 6px; }
    .header-top .header-top--right {
      width: calc( 100% - 90px); }
  .header-search {
    display: block; }
  .header-bottom {
    display: block; }
  .list-menu.text-left {
    margin-left: -20px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between; }
  .menu-lv-item:hover > .header__submenu,
  .menu-lv-item.menu-lv-2.dropdown:hover .site-nav-list-dropdown > .header__submenu {
    z-index: 99;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .menu-lv-item.has-megamenu:hover > .menu-dropdown {
    margin-top: 0px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    .menu-lv-item.has-megamenu:hover > .menu-dropdown .megamenu-custom-product-width-banner .product-card .card-action {
      visibility: visible; }
  .menu-lv-item.menu-lv-2:hover .list-menu--disclosure-2 {
    right: calc(-100% + 10px); } }

@media (min-width: 1441px) {
  .header-search {
    max-width: 400px; } }

@media (max-width: 1024px) {
  .content-right {
    padding-right: 0 !important; }
  .header-top-wrapper {
    min-height: 30px !important; }
  .header-language_currency {
    padding: 4px 5px;
    border: none;
    margin-top: 2px; } }

@media (max-width: 767px) {
  .cus-ser-text a {
    padding: 0 5px !important;
    border-right: 1px solid rgba(160, 12, 89, 0.25); }
    .cus-ser-text a:last-child {
      border: none; } }

.header-mobile {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: block; }
  .header-mobile .container {
    padding: 0 15px 0 0; }
  .header-mobile .header-mobile--wrapper {
    padding: 0px; }
  .header-mobile .header-mobile--wrapper,
  .header-mobile .header-mobile--item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .header-mobile .header-mobile--wrapper.header-mobile--left,
    .header-mobile .header-mobile--item.header-mobile--left {
      justify-content: flex-start; }
    .header-mobile .header-mobile--wrapper.header-mobile--right,
    .header-mobile .header-mobile--item.header-mobile--right {
      justify-content: flex-end; }
  .header-mobile .header-mobile--icon {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 50px; }
    .header-mobile .header-mobile--icon .min-logo {
      max-width: 60%; }
    .header-mobile .header-mobile--icon.item__mobile--hamburger {
      margin-right: 3px; }
    .header-mobile .header-mobile--icon .mobileMenu-toggle {
      width: 24px;
      height: 24px;
      font-size: 0;
      overflow: hidden;
      position: relative;
      top: -1px;
      z-index: 1;
      outline: none;
      box-shadow: none;
      display: block;
      color: #232323; }
      .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon {
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        transition: background-color 10ms ease-in .1s;
        background-color: #232323;
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: #232323;
        transform: rotate(0);
        transition: transform .1s ease-in,top .1s ease-in .15s,bottom .1s ease-in .15s; }
        .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::before, .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::after {
          content: "";
          display: block;
          height: 2px;
          width: 100%;
          position: absolute;
          background-color: #232323;
          transform: rotate(0);
          transition: transform .1s ease-in,top .1s ease-in .15s,bottom .1s ease-in .15s; }
        .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::before {
          top: -8px; }
        .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::after {
          bottom: -8px; }
    .header-mobile .header-mobile--icon + .header-mobile--icon {
      margin-left: 30px;
      padding-right: 0; }
  .header-mobile .header-mobile--icon {
    line-height: 10px; }
    .header-mobile .header-mobile--icon i {
      font-size: 22px; }
    .header-mobile .header-mobile--icon svg {
      width: 24px;
      height: 24px;
      fill: #232323; }
    .header-mobile .header-mobile--icon.item-mobile-logo .header__heading-link {
      max-width: 240px; }
    .header-mobile .header-mobile--icon .header__icon--cart svg {
      margin: 0; }
    .header-mobile .header-mobile--icon .header__icon--cart .cart-count-bubble {
      position: absolute;
      right: -12px;
      top: -8px;
      margin: 0; }
    .header-mobile .header-mobile--icon .header__link--account svg {
      width: 30px;
      height: 30px; }

li.blank_space {
  min-height: 60px;
  border-bottom: 1px solid #e6e6e6; }

@media (min-width: 1025px) {
  .header-mobile {
    display: none; } }

/* ===  Footer Styles === */
.footer-page {
  padding: 0; }
  .footer-page .footer-top {
    background: #f3f5f9;
    padding: 37px 0 22px; }
    .footer-page .footer-top .footer-logo {
      margin-bottom: 24px; }
      .footer-page .footer-top .footer-logo img {
        width: 400px;
        height: auto; }
    .footer-page .footer-top .footer-nav .footer-block__heading, .footer-page .footer-top .footer-nav .footer-block {
      font-size: 1.5rem;
      letter-spacing: 0;
      font-weight: 600;
      padding-bottom: 12px;
      margin: 0;
      color: #212529; }
    .footer-page .footer-top .footer-nav .footer-link,
    .footer-page .footer-top .footer-nav .contact-info p,
    .footer-page .footer-top .footer-nav .contact-info a,
    .footer-page .footer-top .footer-nav .contact-info span {
      font-size: 1rem;
      line-height: 24px;
      letter-spacing: 0;
      color: #143d8e; }
    .footer-page .footer-top .footer-nav .footer-link:hover, .footer-page .footer-top .footer-nav .footer-link:focus {
      color: #A00C59; }
    .footer-page .footer-top .footer-nav .contact-info .icon {
      width: 33px;
      display: inline-block;
      vertical-align: top; }
      .footer-page .footer-top .footer-nav .contact-info .icon i {
        font-size: 22px; }
      .footer-page .footer-top .footer-nav .contact-info .icon svg {
        height: 22px;
        width: 22px; }
      .footer-page .footer-top .footer-nav .contact-info .icon + span {
        width: calc(100% - 40px);
        display: inline-block; }
    .footer-page .footer-top .footer-link,
    .footer-page .footer-top .desc {
      display: inline-block;
      padding: 2px 0;
      line-height: 22px;
      color: #cfcfcf;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: .02em; }
    .footer-page .footer-top .footer-securityImage {
      margin-top: 38px; }
      .footer-page .footer-top .footer-securityImage ul {
        display: flex;
        justify-content: flex-start;
        margin: 0px -12px;
        flex-wrap: wrap; }
        .footer-page .footer-top .footer-securityImage ul li {
          padding: 0px 12px 10px; }
    .footer-page .footer-top .contact-info {
      line-height: 22px; }
  .footer-page .footer-securityImage {
    padding: 30px 0px 19px; }
    .footer-page .footer-securityImage ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer-page .footer-securityImage ul li {
        padding: 0px 15px; }
  .footer-page .footer-bottom {
    background: #dfe4ef;
    padding-top: 22px;
    padding-bottom: 40px; }
    .footer-page .footer-bottom .copyright__content {
      padding-top: 22px;
      padding-bottom: 40px;
      border-top: 1px solid #3b3b3b; }
    .footer-page .footer-bottom li {
      line-height: 12px;
      margin-bottom: 0;
      list-style: none; }
      .footer-page .footer-bottom li a {
        line-height: 12px;
        font-size: 14px;
        color: #143d8e; }
      .footer-page .footer-bottom li.line {
        width: 2px;
        background: #143d8e; }
    .footer-page .footer-bottom .container > .row > p.flex {
      flex-wrap: wrap; }

.footer {
  clear: both;
  padding-bottom: 0; }
  .footer .footer-block__heading, .footer .footer-block {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0;
    color: #ffffff;
    margin-bottom: 0; }

@media (min-width: 1025px) {
  .footer {
    padding-bottom: 0; }
  .list-social__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    pointer-events: none;
    transition: transform .2s, opacity .2s;
    transform: scale(0.8);
    opacity: 0;
    box-shadow: 0 0 0 2px #ffffff; } }

@media (max-width: 992px) {
  .footer-page .footer-nav .col-custom-text {
    flex: 0 0 auto;
    width: 100%; }
  .footer-page .footer-top .footer-securityImage ul {
    justify-content: flex-start;
    margin: 0px -15px;
    flex-wrap: wrap; }
    .footer-page .footer-top .footer-securityImage ul li {
      padding: 0px 15px 10px;
      min-width: 115px; }
  .footer-page .footer-bottom {
    padding-top: 20px; }
    .footer-page .footer-bottom .halo-row-item {
      width: 100%; }
      .footer-page .footer-bottom .halo-row-item.halo-row-item {
        margin-top: 20px; } }

@media (max-width: 767px) {
  .footer-page .footer-top {
    padding: 50px 0 40px; }
    .footer-page .footer-top .footer-block__heading::after, .footer-page .footer-top .footer-block__heading::before {
      background-color: #212529; }
  .footer-top .border-purple {
    display: none; }
  .footer-top .footer-block__heading {
    border-bottom: 1px solid #c7c7c7;
    pointer-events: auto;
    padding-bottom: 17px !important;
    position: relative;
    margin-bottom: 20px !important;
    cursor: pointer; }
    .footer-top .footer-block__heading::after, .footer-top .footer-block__heading::before {
      content: "";
      position: absolute;
      top: calc(50% - 6.5px);
      z-index: 2;
      transform: translateY(-50%) rotate(0);
      background-color: #ffffff;
      transition: transform 350ms ease, visibility 350ms ease; }
    .footer-top .footer-block__heading::before {
      right: 5px;
      width: 2px;
      height: 12px; }
    .footer-top .footer-block__heading::after {
      right: 0;
      width: 12px;
      height: 2px; }
    .footer-top .footer-block__heading.is-clicked::before {
      transform: translateY(-50%) rotate(90deg); }
  .footer-top .list-unstyled {
    transition: max-height .5s ease-out;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    margin-bottom: 30px; }
  .footer-block-newsletter .footer-block__heading {
    padding: 0;
    border-bottom: none; }
    .footer-block-newsletter .footer-block__heading::after, .footer-block-newsletter .footer-block__heading::before {
      display: none; }
  .footer .footer-block__newsletter-form {
    max-width: 100%; }
  .footer-bottom .halo-row-item {
    width: 100%; }
  .footer-bottom .footer__payment .list-payment {
    text-align: left; }
    .footer-bottom .footer__payment .list-payment .list-payment__item {
      margin-left: 0px;
      margin-right: 10px; } }

@media (max-width: 551px) {
  footer .container {
    padding-left: 20px;
    padding-right: 20px; }
  .footer-block__newsletter-form {
    max-width: 100% !important; }
  .newsletter-form .newsletter-form__field-wrapper {
    flex-wrap: wrap; }
    .newsletter-form .newsletter-form__field-wrapper .field {
      flex: initial;
      width: 100%;
      margin: 0px 0px 15px !important; }
    .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
      max-width: 100% !important;
      width: 100% !important; }
    .newsletter-form .newsletter-form__field-wrapper .field__input {
      text-align: center; } }

.halo-toolbar-bottom-mobile {
  background: #ffffff;
  padding: 25px 10px 5px;
  position: fixed;
  display: block;
  bottom: 0px;
  z-index: 9;
  transition: transform .6s;
  width: 100%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
  .halo-toolbar-bottom-mobile .halo-toolbar-wrapper {
    display: flex;
    justify-content: space-between; }
    .halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item {
      position: relative; }
      .halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link {
        text-align: center;
        position: relative; }
        .halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link img {
          margin: 0 auto;
          height: 26px; }
        .halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link svg {
          width: 36px;
          height: 36px;
          fill: #fff;
          stroke: #232323;
          padding: 2px; }
        .halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link.mobileSearch-toggle svg {
          padding: 0; }
      .halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item [data-open-auth-sidebar] svg {
        padding: 0; }
      .halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .label {
        display: block;
        font-size: 11px;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 22px;
        padding-top: 2px;
        border: none;
        margin: 0; }

@media (min-width: 1025px) {
  .halo-toolbar-bottom-mobile {
    display: none; } }

/* ===  Theme Styles === */
/* START: Sections  */
.halo-block.black-bg {
  background-color: #000; }
  .halo-block.black-bg .title, .halo-block.black-bg .text {
    color: #fff; }

.halo-block.theme-bg {
  background-color: #A00C59; }
  .halo-block.theme-bg .title, .halo-block.theme-bg .text {
    color: #fff; }

.halo-block.gray-bg {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 60px 0; }

.halo-block.cream-bg {
  background: rgba(233, 225, 215, 0.4); }

.halo-block.halo-block-brands {
  padding-top: 60px; }

.halo-block .black-bg {
  background-color: #000; }
  .halo-block .black-bg .title, .halo-block .black-bg .text {
    color: #fff; }

.halo-block .green-bg {
  background-color: #3EAA5D; }
  .halo-block .green-bg .title, .halo-block .green-bg .text {
    color: #fff; }
  .halo-block .green-bg .button {
    border-color: #3EAA5D; }
    .halo-block .green-bg .button:hover {
      border-color: #fff;
      background: #3EAA5D; }

.halo-block-padding {
  padding: 60px 0; }

.halo-block.zero-margin {
  margin: 0; }

.text-policies {
  font-size: 1.5rem;
  color: #232323;
  margin-bottom: 10px;
  font-weight: 600; }

.border-top-2 {
  border-top-width: 4px !important;
  border-top-style: solid;
  max-width: 30px;
  border-radius: 2px; }
  .border-top-2.center {
    margin: 0 auto; }

.border-purple {
  border-color: #A00C59; }

.border-white {
  border-color: #ffffff; }

.border-green {
  border-color: #42AB5D; }

.halo-block-custom .halo-row-item .content-box {
  padding: 23px 0px 25px;
  width: 100%; }
  .halo-block-custom .halo-row-item .content-box .title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px; }
  .halo-block-custom .halo-row-item .content-box .precio {
    font-size: 20px; }
  .halo-block-custom .halo-row-item .content-box .productView-rating {
    display: block;
    margin-top: 10px; }

.block-last {
  margin-bottom: 0 !important; }

.cyellow {
  color: #FFDB00; }

.cgreen {
  color: #3EAA5D; }

.cblue {
  color: #20C9FF; }

@media (min-width: 768px) and (max-width: 991px) {
  .text-policies {
    font-size: 20px; }
  .desc {
    font-size: 14px; }
  .halo-block {
    margin: 40px 0; } }

@media (max-width: 575px) {
  .halo-block {
    margin: 30px 0; } }

/* START: Iconos con texto */
.halo-block.halo-block-icon-with-text {
  margin-top: 40px; }
  .halo-block.halo-block-icon-with-text .wrapper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0px 20px;
    position: relative; }
    .halo-block.halo-block-icon-with-text .wrapper-item .icon {
      margin-right: 20px; }
      .halo-block.halo-block-icon-with-text .wrapper-item .icon img {
        min-width: 40px; }
    .halo-block.halo-block-icon-with-text .wrapper-item .content-box {
      margin-top: 0.5rem;
      margin-right: 1rem; }
      .halo-block.halo-block-icon-with-text .wrapper-item .content-box .link {
        margin-top: 30px;
        font-weight: 600; }
      .halo-block.halo-block-icon-with-text .wrapper-item .content-box .desc {
        padding-right: 60px; }

/* START: Iconos con texto centrados - varias columnas */
.halo-block-center-icons .img-box img {
  height: 5rem;
  width: auto;
  margin: 0 auto 0.75rem;
  padding: 1rem;
  background: #d7a1bf;
  border-radius: 10px; }

.halo-block-center-icons .img-box .image {
  padding: 4px 0; }

.halo-block-center-icons .halo-block-header .title .text {
  width: 100%; }

@media (max-width: 767px) {
  .halo-block-center-icons .halo-row-item {
    margin-bottom: 2rem; } }

/* START: marcas */
.halo-block-brands .halo-block-content img {
  max-height: 100px;
  margin: 0 auto; }

/* START: Fullwidth banner con imagen de fondo */
.halo-block-fullwidth-banner {
  margin-bottom: 30px; }
  .halo-block-fullwidth-banner .banner-item .banner-title {
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
    font-size: 40px;
    margin-bottom: 18px; }
    .halo-block-fullwidth-banner .banner-item .banner-title .line {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%);
      height: 2px;
      width: 40px;
      background: #232323;
      display: inline-block; }
  .halo-block-fullwidth-banner .banner-item .banner-text {
    margin-bottom: 33px;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #232323;
    line-height: 22px; }
  .halo-block-fullwidth-banner .button {
    min-width: 195px; }
  .halo-block-fullwidth-banner .content-box--left {
    border-radius: 24px; }
  .halo-block-fullwidth-banner .content-box--right {
    right: calc((100% - 1200px)/2);
    padding: 25px 25px 30px;
    width: 475px;
    padding-top: 0;
    padding-bottom: 30px;
    z-index: 9; }
  .halo-block-fullwidth-banner .halo-block-header {
    margin-bottom: 0; }
  @media (min-width: 1600px) {
    .halo-block-fullwidth-banner .content-box--left {
      left: calc((100% - 1600px)/2);
      padding: 80px 60px;
      width: 40%; } }
  @media (min-width: 1280px) and (max-width: 1599px) {
    .halo-block-fullwidth-banner .content-box--left {
      left: calc((100% - 1200px)/2);
      padding: 40px;
      width: 50%; }
    .halo-block-fullwidth-banner .title-highlight {
      font-size: 2.5rem !important; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .halo-block-fullwidth-banner .content-box--left {
      left: 50px;
      padding: 30px;
      width: 75%; } }
  @media (max-width: 767px) {
    .halo-block-fullwidth-banner .content-box--left {
      left: 5%;
      padding: 40px 30px;
      width: 90%; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .img-box--mobile .image {
    padding-top: 60% !important; } }

@media (max-width: 480px) {
  .img-box--mobile .image {
    padding-top: 166% !important; } }

/* START: Texto libre */
.halo-block-free .text-content .list-img {
  margin-top: 1rem; }
  .halo-block-free .text-content .list-img img {
    width: 20px; }
  .halo-block-free .text-content .list-img .col-txt {
    padding-left: 0.5rem; }

.text-content p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* START: Texto libre */
.halo-block-iframe .embed-responsive {
  border-radius: 20px; }

/* START: listado cursos */
.page-content .cursos-header .title {
  color: #232323;
  position: relative;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600; }

.cursos {
  margin-bottom: 80px; }

.curso-card .curso-card-top {
  position: relative; }

.curso-card .curso-card-bottom {
  padding: 20px 0px 10px; }

.curso-card .curso-card-information .card-category {
  overflow: hidden;
  white-space: normal;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  letter-spacing: .02em;
  width: auto;
  min-width: 60%;
  margin-bottom: 0;
  padding: 3px 25px;
  background: rgba(20, 41, 162, 0.4);
  border-radius: 8px; }
  .curso-card .curso-card-information .card-category a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit; }

.curso-card .curso-card-information .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .02em;
  display: block;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 20px 0; }

.curso-card .curso-card-information .card-date .date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .02em;
  opacity: .5; }

/* START: curso */
.sidebarPerson img {
  width: 180px;
  margin-bottom: 1.5rem; }

/* START: destacado actualidad */
.actualidad {
  margin-bottom: 80px; }

.actual-card > h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #A00C59;
  background-color: rgba(160, 12, 89, 0.05);
  padding: 3px 5px 2px;
  line-height: 1rem; }

.actual-card .actual-card-top {
  position: relative; }
  .actual-card .actual-card-top .actual-card-media img {
    border-radius: 20px; }

.actual-card .actual-card-bottom {
  padding: 20px 0px 10px; }

.actual-card .actual-card-information .card-category {
  overflow: hidden;
  white-space: normal;
  /*display: inline-flex;*/
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  letter-spacing: .02em;
  width: auto;
  min-width: 60%;
  margin-bottom: 0;
  padding: 3px 25px;
  background: rgba(20, 41, 162, 0.4);
  border-radius: 8px; }
  .actual-card .actual-card-information .card-category a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit; }

.actual-card .actual-card-information .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .02em;
  display: block;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 20px 0; }

.actual-card .actual-card-information .card-date .date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .02em;
  opacity: .5; }

/* START: listado noticias */
.new-card .new-card-top {
  position: relative; }
  .new-card .new-card-top .new-card-media img {
    border-radius: 15px; }

.new-card .new-card-bottom {
  padding: 20px 0px 10px; }

.new-card .new-card-information .card-category {
  overflow: hidden;
  white-space: normal;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: #143d8e;
  line-height: 24px;
  letter-spacing: .02em;
  margin-bottom: 0;
  text-transform: uppercase; }
  .new-card .new-card-information .card-category a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit; }

.new-card .new-card-information .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: .02em;
  display: block;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 20px 0 10px; }

.new-card .new-card-information .card-date .date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .02em;
  opacity: .5; }

.new-card .new-card-information .card-desc {
  margin: 10px 0 30px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

/* START: noticia/entrada */
.page-comunicacion .page-header-left .page-subtitle span {
  border-left: 1px solid; }

/* START: Block Slideshow home */
section.halo-block-slideshow {
  background: rgba(235, 238, 244, 0.5);
  min-height: 600px; }
  section.halo-block-slideshow .page-header-left .cab-content .page-subtitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 30px; }
  section.halo-block-slideshow .page-header .page-header-right {
    padding-right: 0;
    margin: 40px 0 auto; }
  section.halo-block-slideshow .carousel .page-header, section.halo-block-slideshow .carousel .breadcrumb {
    background: transparent !important; }
  section.halo-block-slideshow .carousel-indicators {
    margin: auto 1rem;
    width: auto;
    position: unset; }
    section.halo-block-slideshow .carousel-indicators button {
      width: 10px;
      height: 10px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid rgba(20, 61, 142, 0.55);
      background: rgba(20, 61, 142, 0.55);
      padding: 0;
      outline: none;
      cursor: pointer;
      margin: 0 8px; }
  section.halo-block-slideshow .carousel-control-next-icon, section.halo-block-slideshow .carousel-control-prev-icon {
    background-color: #143d8e;
    border-radius: 50%;
    background-size: 20px; }
  section.halo-block-slideshow .carousel-control-next, section.halo-block-slideshow .carousel-control-prev {
    width: auto;
    opacity: 1;
    position: unset; }
  section.halo-block-slideshow .tabControls {
    position: relative;
    bottom: 30px;
    max-height: fit-content;
    display: flex;
    justify-content: center; }
  section.halo-block-slideshow .carousel-item .row {
    margin-left: 0;
    margin-right: 0; }
  section.halo-block-slideshow .carousel-item .page-header {
    background: transparent; }
    section.halo-block-slideshow .carousel-item .page-header .breadcrumb {
      background: transparent; }

#carouselHome .page-header {
  min-height: 600px; }

@media (max-width: 767px) {
  .page-header-left, .page-header-right {
    padding: 0 10px 20px; } }

/* START: Block Slideshow servicios */
.halo-block-slideshow {
  line-height: 1;
  font-size: 0;
  margin-bottom: 0;
  /*.content-box{
        max-width: 800px;
		width: 50vw;
		.txt-button {
			font-size: 1rem;
		}
		&.content-box--absolute {
			top: 35%;
		}
        .banner-title {
            font-size: 35px;
            font-weight: 700;
            letter-spacing: 0;
            color: #ffffff;
            line-height: 1.2em;
            margin-bottom: 15px;
            .custom-color{
                color: #10ffda;
            }
        }
        .banner-text{
            font-size: 18px;
            letter-spacing: 0;
            color: #ffffff;
            margin-bottom: 30px;
        }
        .button{
            border-color: #ffffff;
            background: transparent;
            color: #ffffff;
            &:hover{
                border-color: #10ffda;
                background: transparent;
                color: #10ffda;
            }
        }
    }*/ }
  .halo-block-slideshow .container {
    padding-left: 0; }
  .halo-block-slideshow .halo-row-carousel {
    line-height: 1; }
    .halo-block-slideshow .halo-row-carousel .bannerCarousel-slide {
      display: none; }
      .halo-block-slideshow .halo-row-carousel .bannerCarousel-slide:first-child {
        display: block; }
      .halo-block-slideshow .halo-row-carousel .bannerCarousel-slide .image-adapt img {
        height: auto; }
    .halo-block-slideshow .halo-row-carousel.slick-initialized .bannerCarousel-slide {
      display: block; }
  .halo-block-slideshow .bannerCarousel-slide.slide-item {
    margin-bottom: 30px; }
  .halo-block-slideshow .slick-dotted .slick-dots {
    bottom: 35px;
    background-color: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    padding: 4px 1px;
    border-radius: 50%;
    position: absolute;
    margin: 0;
    left: 50%;
    text-align: center;
    letter-spacing: -.33em;
    line-height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .halo-block-slideshow .slick-dotted .slick-dots li {
      display: inline-block;
      font-size: 0px;
      margin: 0 8px;
      width: 15px;
      height: 15px;
      letter-spacing: normal; }
      .halo-block-slideshow .slick-dotted .slick-dots li.slick-active button {
        background: #143d8e;
        border-color: #143d8e; }
    .halo-block-slideshow .slick-dotted .slick-dots button {
      width: 12px;
      height: 12px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid rgba(20, 61, 142, 0.55);
      background: rgba(20, 61, 142, 0.55);
      padding: 0;
      outline: none;
      cursor: pointer; }
  .halo-block-slideshow .cab-content .txt-button {
    font-size: 1rem; }
  .halo-block-slideshow .slick-arrow svg {
    top: 0; }
  .halo-block-slideshow .slick-arrow.slick-prev {
    left: 5%; }
  .halo-block-slideshow .slick-arrow.slick-next {
    right: 5%; }

@media (max-width: 1023px) {
  .hidden-mb {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1300px) {
  .halo-block-slideshow .content-box {
    max-width: 640px; } }

@media (min-width: 768px) {
  .halo-block-slideshow .content-box {
    padding: 25px 10px 25px 25px; }
    .halo-block-slideshow .content-box .banner-title {
      font-size: 40px; }
    .halo-block-slideshow .content-box .banner-text {
      margin-bottom: 43px; }
    .halo-block-slideshow .content-box.content-box--left {
      left: -15px; } }

@media (min-width: 1024px) {
  .hidden-ds {
    display: none; } }

@media (min-width: 1200px) {
  .halo-block-slideshow .img-box .image {
    min-height: 510px; }
  .halo-block-slideshow .content-box.content-box--left {
    left: calc((100% - 1270px)/2); }
  .halo-block-slideshow .content-box.content-box--right {
    right: calc((100% - 1270px)/2); } }

@media (min-width: 1600px) {
  .halo-block-slideshow .content-box.content-box--left {
    left: calc((100% - 1570px)/2); }
  .halo-block-slideshow .content-box.content-box--right {
    right: calc((100% - 1570px)/2); } }

/* START: Block navigation */
.halo-block-accesos {
  background: #ebeef4;
  margin: 0;
  padding: 30px 0; }
  .halo-block-accesos .nav {
    justify-content: center;
    gap: 40px; }
    .halo-block-accesos .nav .nav-item {
      max-width: 7rem; }
      .halo-block-accesos .nav .nav-item a {
        display: flex;
        flex-direction: column;
        overflow-wrap: normal; }
        .halo-block-accesos .nav .nav-item a img {
          height: 5rem;
          width: auto;
          margin: 0 auto 0.75rem;
          padding: 1.25rem;
          background: #e1d1df;
          border-radius: 10px; }
        .halo-block-accesos .nav .nav-item a:hover .text, .halo-block-accesos .nav .nav-item a :focus .text {
          color: #A00C59; }
        .halo-block-accesos .nav .nav-item a:hover img, .halo-block-accesos .nav .nav-item a :focus img {
          opacity: 0.75; }

/* START: Block columnas asimetricas */
.halo-block-colum-asim .halo-row-item {
  margin-bottom: 0.5rem; }
  .halo-block-colum-asim .halo-row-item .content-box {
    padding: 2.5rem !important;
    min-height: 400px; }
    .halo-block-colum-asim .halo-row-item .content-box .text-policies {
      font-weight: 700; }

.item-grey {
  border-radius: 20px;
  background-color: #f5f6f9; }

.item-purple {
  border-radius: 20px;
  background-color: rgba(160, 12, 89, 0.1); }

.item-lab {
  background-image: url("../images/bglaboratorio.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60%; }

.item-spm {
  background-image: url("../images/bgspm.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60%; }

.item-for {
  background-image: url("../images/bgformacion.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60%; }

.item-med {
  background-image: url("../images/bgmedicina.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%; }

/* START: slick carousel */
section.animate {
  background: rgba(235, 238, 244, 0.5);
  min-height: 600px; }
  section.animate .halo-block-slideshow .page-header .page-header-left .cab-content .page-subtitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 30px; }
  section.animate .halo-block-slideshow .slick-arrow.slick-prev {
    left: 3%; }
  section.animate .halo-block-slideshow .slick-arrow.slick-next {
    right: 3%; }
  section.animate .halo-block-slideshow .page-header .page-header-right {
    padding-right: 0;
    margin: 40px 0 auto; }
  section.animate .halo-block-slideshow .slide-item .row {
    margin-left: 0;
    margin-right: 0; }

/* START: Scrollbar */
body::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-track {
  background-color: transparent; }

body::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0; }

body::-webkit-scrollbar-thumb:hover {
  background-color: #e0e0e0; }

body:hover::-webkit-scrollbar-thumb {
  background-color: #aeaeae; }

.disable-scrollbar::-webkit-scrollbar {
  display: none; }

.disable-scrollbar::-webkit-scrollbar-track {
  display: none; }

.disable-scrollbar::-webkit-scrollbar-thumb {
  display: none; }

.disable-scrollbar::-webkit-scrollbar-thumb:hover {
  display: none; }

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f4f4f4; }

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #aeaeae; }

.custom-scrollbar-x::-webkit-scrollbar {
  height: 3px; }

.custom-scrollbar-x::-webkit-scrollbar-track {
  background-color: #f4f4f4; }

.custom-scrollbar-x::-webkit-scrollbar-thumb {
  background-color: #aeaeae; }

/* END: Scrollbar */
/* START: Focus */
/* Focus ring - default (with offset) */
*:focus-visible {
  outline: 0;
  box-shadow: none; }

*:focus {
  outline: 0;
  box-shadow: none; }

*:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none; }

/* Focus ring - inset */
.focus-inset:focus-visible {
  outline: 0;
  box-shadow: none; }

/* Fallback */
.focus-inset:focus {
  outline: 0;
  box-shadow: none; }

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none; }

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important; }

/* END: Focus */
/* START: SVG Icon */
svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
  width: 1rem;
  height: 1rem;
  transition: all ease 0.3s; }

.icon {
  fill: #545454;
  stroke: transparent; }

/* END: SVG Icon */
/* START: Banner Image */
.img-box .image {
  display: block;
  overflow: hidden;
  position: relative; }

.img-box--mobile .image {
  display: none; }

.fullwidth-banner .img-box {
  position: relative; }

.img-box--mobile .image + .image {
  display: block; }

[data-banner-carousel] .row:not(.slick-slider) {
  overflow: hidden;
  flex-wrap: nowrap; }

/* END: Banner Image */
/* START: Form */
.contact-form .form-field + .form-field {
  margin-top: 17px; }

.form-label,
.field__label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 9px; }

label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 20px;
  text-align: left;
  color: #232323; }

.contact-form .form-input {
  padding-top: 10px;
  padding-bottom: 10px; }

.form-input,
.field__input {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .02em;
  line-height: 22px;
  text-align: left;
  border: 1px solid #c7c7c7;
  color: #232323;
  background-color: #ffffff;
  box-shadow: unset !important;
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  overflow: hidden;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.red-asterisk {
  color: #f1152f;
  margin-left: 3px; }

/* END: Form */
/* START: Slick Slider */
.slick-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  color: #323232;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  outline: none;
  transition: all .5s ease;
  border-radius: 50%;
  padding: 9px !important; }
  .slick-arrow:hover {
    background-color: #323232;
    color: #ffffff;
    border-color: #232323; }
    .slick-arrow:hover svg {
      fill: #ffffff;
      color: #ffffff; }
  .slick-arrow svg {
    width: 90%;
    height: 90%;
    color: #323232;
    fill: #323232;
    stroke: transparent; }
  .slick-arrow.slick-next {
    right: -10px; }
    .slick-arrow.slick-next svg {
      position: relative;
      top: 0;
      left: 1px; }
  .slick-arrow.slick-prev {
    left: -10px; }
    .slick-arrow.slick-prev svg {
      transform: rotate(180deg);
      position: relative;
      top: 0;
      right: 1px; }
  .slick-arrow.slick-disabled {
    opacity: .4; }

.slick-dots {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: -.33em;
  line-height: 0;
  background: rgba(0, 0, 0, 0.1); }
  .slick-dots li {
    display: inline-block;
    font-size: 0px;
    margin: 0;
    width: 100%;
    height: 10px;
    letter-spacing: normal; }
    .slick-dots li.slick-active button {
      background: black;
      border-color: #000; }
  .slick-dots button {
    width: 100%;
    height: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    outline: none;
    cursor: pointer; }

.slick-nav-dots .slick-dots {
  bottom: 30px;
  background-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 4px 1px;
  border-radius: 50%;
  position: absolute;
  margin: 0;
  left: 50%;
  text-align: center;
  letter-spacing: -.33em;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-nav-dots .slick-dots li {
    display: inline-block;
    font-size: 0px;
    margin: 0 8px;
    width: 20px;
    height: 20px;
    letter-spacing: normal; }
    .slick-nav-dots .slick-dots li.slick-active button {
      background: #20C9FF;
      border-color: #20C9FF; }
  .slick-nav-dots .slick-dots button {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #707070;
    background: #ffffff;
    padding: 0;
    outline: none;
    cursor: pointer; }

.slick-slider img {
  visibility: visible !important; }

/* END: Slick Slider */
/* START: Block Header */
.halo-block-header {
  margin-bottom: 20px;
  /*.title:before {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #232323;
    }*/ }
  .halo-block-header .title {
    color: #232323;
    position: relative;
    font-size: 2.25rem;
    margin-top: 20px;
    margin-bottom: 30px; }
    .halo-block-header .title .text {
      padding: 0 20px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 2;
      max-width: 100%; }
  .halo-block-header .title-highlight {
    font-size: 2.25rem; }
  .halo-block-header.text-center .sub-title {
    margin: 0 auto; }
  .halo-block-header .sub-title {
    font-size: 20px;
    max-width: 640px;
    line-height: 28px; }
  .halo-block-header .view_all {
    display: inline-block;
    border-bottom: 1px solid !important;
    line-height: 16px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px !important;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: .02em; }

@media (max-width: 280px) {
  .halo-block-header .title, .halo-block-header .title-highlight {
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-top: 0; }
  .halo-block-header .sub-title {
    font-size: 16px;
    line-height: 18px; }
  .halo-block-header .button {
    margin-top: 1rem !important; }
  .halo-block-fullwidth-banner .content-box--left {
    padding: 25px; } }

@media (min-width: 281px) and (max-width: 420px) {
  .halo-block-header .title, .halo-block-header .title-highlight {
    font-size: 1.5rem; } }

@media (min-width: 421px) and (max-width: 1023px) {
  .halo-block-header .title, .halo-block-header .title-highlight {
    font-size: 2rem; } }

/* END: Block Header */
/* START: pagination list */
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .pagination__list .pagination-arrow:first-child {
    margin-right: 10px; }
  .pagination__list .pagination-arrow.disabled {
    opacity: .4; }
  .pagination__list li {
    min-width: 4rem; }
  .pagination__list .pagination-arrow {
    position: relative;
    width: 35px;
    min-width: 35px; }
  .pagination__list .pagination__item-arrow {
    color: #232323;
    background: #fff;
    border: 1px solid #232323;
    display: flex;
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    z-index: 1;
    outline: none;
    transition: all ease .3s;
    border-radius: 50%; }
    .pagination__list .pagination__item-arrow .icon {
      fill: #3c3c3c;
      width: 100%;
      height: 100%;
      color: #323232;
      stroke: transparent; }
    .pagination__list .pagination__item-arrow:hover {
      color: #ffffff;
      background: #232323; }
      .pagination__list .pagination__item-arrow:hover .icon {
        fill: #ffffff; }
  .pagination__list .pagination__item--prev .icon {
    transform: rotate(90deg); }
  .pagination__list .pagination__item--next .icon {
    transform: rotate(270deg); }
  .pagination__list .pagination-num .pagination__item {
    color: #707070;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .05s; }
    .pagination__list .pagination-num .pagination__item:hover, .pagination__list .pagination-num .pagination__item.active {
      background-color: #f8f8f8;
      color: #3c3c3c;
      font-weight: 600; }

/* END: pagination list */
/* START: toolbar */
.toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0;
  border-bottom: none;
  margin-top: -20px;
  margin-bottom: 20px; }
  .toolbar .sidebar-toogle {
    margin-bottom: 0; }

/* END: toolbar */
/* START: pagination wrapper */
.pagination-wrapper .pagination-page-total {
  margin: 25px 0px 20px; }

.pagination-wrapper .border-button {
  border: 1px solid #A00C59;
  background: #fff;
  box-shadow: none;
  color: #A00C59; }
  .pagination-wrapper .border-button:hover {
    color: #fff; }

/* END: pagination wrapper */
/* START: Accordion */
#accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  #accordion .card {
    border-width: 1px 0 0 0;
    border-color: rgba(0, 0, 0, 0.125);
    border-style: solid;
    border-radius: 0; }
    #accordion .card .card-header {
      padding: 0.8rem 1rem 0.8rem 0.25rem;
      background-color: #fff;
      border-bottom: none; }
      #accordion .card .card-header h4 a {
        text-transform: uppercase;
        font-weight: 400;
        color: #143d8e; }
        #accordion .card .card-header h4 a:after {
          content: '\f2d1';
          float: right;
          font-family: 'Font Awesome 6 Free'; }
        #accordion .card .card-header h4 a.collapsed:after {
          content: '\2b'; }

/* START: Descargas */
#downloads .list-downloads {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  #downloads .list-downloads li {
    border-width: 1px 0 0 0;
    border-color: rgba(0, 0, 0, 0.125);
    border-style: solid;
    padding: 0.8rem 1rem 0.8rem 0.25rem;
    background-color: #fff; }
    #downloads .list-downloads li .downDoc {
      text-transform: uppercase;
      font-weight: 400;
      color: #143d8e;
      font-size: 1.25rem; }
      #downloads .list-downloads li .downDoc:after {
        content: '\f019';
        float: right;
        font-family: 'FontAwesome'; }

/* START: tabs */
.barraTabs {
  background: #EBEEF4;
  min-height: 100px;
  max-height: 150px; }
  .barraTabs .nav-tabs {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    border-bottom: none;
    height: 100px;
    align-items: center; }
    .barraTabs .nav-tabs .nav-title {
      font-size: 2.5rem;
      font-weight: 300;
      padding-right: 50px;
      line-height: 2.75rem;
      margin-bottom: 6px;
      padding-left: 10px; }
    @media (max-width: 767px) {
      .barraTabs .nav-tabs .nav-title {
        font-size: 2rem; } }
    .barraTabs .nav-tabs .nav-item {
      text-transform: uppercase; }
    @media (max-width: 1023px) {
      .barraTabs .nav-tabs .nav-menu ul {
        max-height: 50px;
        margin-bottom: 0; }
        .barraTabs .nav-tabs .nav-menu ul a {
          line-height: 30px; } }
    .barraTabs .nav-tabs .nav-link {
      color: #A00C59;
      line-height: 80px;
      padding: 0.75rem 2rem 0.25rem;
      margin-right: 5px;
      margin-left: 5px;
      border-width: 0 0 4px 0;
      border-color: transparent; }
      .barraTabs .nav-tabs .nav-link:hover {
        border-bottom: 4px solid transparent; }
      .barraTabs .nav-tabs .nav-link.active {
        background-color: transparent;
        border-bottom: 4px solid #A00C59; }
    @media (max-width: 767px) {
      .barraTabs .nav-tabs .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-right: 3px;
        margin-left: 3px;
        font-size: 14px; } }

/* START: liferay */
html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #b2bddb !important;
  border-color: #fff !important;
  border-width: 2px 0 0 0 !important;
  padding: 0 15px !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  z-index: 2; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 16px !important; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-tooltip-scope, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-tooltip-scope:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4); }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a, html:not(#__):not(#___) .cadmin .component-action {
  border-radius: 0 !important;
  width: 48px !important;
  padding: 0 5px; }

html:not(#__):not(#___) .cadmin .component-action:hover {
  background-color: rgba(39, 40, 51, 0.1) !important; }

.portlet-layout .portlet-header {
  margin-bottom: 0 !important; }

.portlet-journal-content .portlet .portlet-header {
  background: #d8deed !important; }

.portlet-journal-content .portlet .portlet-header .visible-interaction .dropdown-action > button {
  width: 48px;
  margin-top: 0;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  border-radius: 0; }

.portlet-content-editable .autofit-col.autofit-col-expand {
  justify-content: center;
  margin-left: 15px; }

.portlet-title-text {
  font-size: 1rem !important;
  margin-bottom: 0;
  line-height: 1rem;
  font-weight: normal;
  color: #A00C59; }

.dropdown-menu-indicator-start .dropdown-item {
  padding-left: calc( 0.75rem + 0.75rem + 0.75rem);
  font-size: 14px;
  font-family: system-ui;
  color: #6b6c7e !important; }

.dropdown-item-indicator-start {
  left: 0.75rem; }

a.dropdown-item {
  font-size: 14px;
  font-family: system-ui;
  color: #6b6c7e; }

/* START: Listas docs */
.halo-block-list {
  margin-bottom: 2.5rem; }
  .halo-block-list .text-content h4 {
    font-size: 1.35rem;
    margin-bottom: 0; }
  .halo-block-list .text-content h5 {
    margin-bottom: 0;
    text-transform: uppercase; }
    .halo-block-list .text-content h5:before {
      content: '';
      background-image: url("../images/layout/lista.svg");
      background-size: 16px;
      background-repeat: no-repeat;
      width: 22px;
      height: 16px;
      display: inline-flex;
      align-items: flex-end; }
  .halo-block-list .text-content .list-item {
    margin-top: 1rem; }
    .halo-block-list .text-content .list-item .p-divider-solid.p-divider-horizontal:before {
      border-top-style: solid !important; }
    .halo-block-list .text-content .list-item .p-divider.p-divider-horizontal:before {
      border-top: 1px rgba(0, 0, 0, 0.12); }
    .halo-block-list .text-content .list-item .p-divider-horizontal:before {
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      width: 100%;
      content: ""; }
    .halo-block-list .text-content .list-item .p-divider-horizontal.p-divider-right {
      justify-content: flex-end; }
    .halo-block-list .text-content .list-item .p-divider.p-divider-horizontal {
      margin: 0.25rem 0 1.25rem;
      padding: 0 1.25rem; }
    .halo-block-list .text-content .list-item .p-divider-horizontal {
      display: flex;
      width: 100%;
      position: relative;
      align-items: center; }
    .halo-block-list .text-content .list-item .row-buttons {
      margin: 1rem 0;
      padding: 0.5rem 1.75rem;
      background: rgba(160, 12, 89, 0.05);
      border-radius: 0 0 20px 20px;
      display: flex;
      width: 100%;
      justify-content: flex-end; }
      .halo-block-list .text-content .list-item .row-buttons .list-link {
        display: flex;
        width: auto;
        padding: 0 0.5rem;
        align-items: center; }
        .halo-block-list .text-content .list-item .row-buttons .list-link img {
          width: auto;
          height: 16px;
          padding-right: 5px; }

/* ===  Component Styles === */
@keyframes box-shadow {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
  50% {
    -webkit-box-shadow: 0 0 0 4px;
    -moz-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px; } }

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.halo-popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: -1;
  width: 100%;
  max-width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #ffffff;
  box-shadow: 0 6px 27px #0003;
  transition: all ease .5s;
  transform: translate(calc(-50% - 25px), -50%); }
  .halo-popup .halo-popup-wrapper {
    position: relative;
    padding: 30px; }
  .halo-popup .halo-popup-header {
    margin: 0 0 25px; }
    .halo-popup .halo-popup-header .halo-popup-title {
      font-size: 16px;
      font-weight: 700;
      overflow: hidden;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      letter-spacing: .02em; }
    .halo-popup .halo-popup-header .halo-popup-close {
      display: block;
      position: absolute;
      top: -15px;
      right: -15px;
      width: 30px;
      height: 30px;
      line-height: 1;
      font-size: 0;
      letter-spacing: 0;
      text-align: center;
      padding: 7px;
      background: #232323;
      z-index: 9; }
      .halo-popup .halo-popup-header .halo-popup-close i {
        width: 100%;
        font-size: 1.25rem;
        color: #ffffff; }
      .halo-popup .halo-popup-header .halo-popup-close:hover {
        background: #ef6454; }
  .halo-popup.customPopup-small .halo-popup-header .halo-popup-close {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    padding: 0;
    background: #ffffff; }
    .halo-popup.customPopup-small .halo-popup-header .halo-popup-close svg {
      fill: #5a5a5a;
      stroke: transparent; }
  .halo-popup.halo-popup-topDown {
    top: 0;
    transform: translate(-50%, -100px); }

body.search-popup-show {
  overflow: hidden; }
  body.search-popup-show .halo-search-popup {
    pointer-events: auto;
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    z-index: 99; }
  body.search-popup-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.halo-search-popup {
  max-width: 100%; }
  .halo-search-popup .halo-popup-header {
    position: relative; }
    .halo-search-popup .halo-popup-header .halo-popup-close {
      top: -4px;
      right: 0;
      background: transparent !important;
      padding: 4px; }
      .halo-search-popup .halo-popup-header .halo-popup-close svg {
        fill: #00163a; }
  .halo-search-popup .halo-popup-content {
    max-width: 100%; }
    .halo-search-popup .halo-popup-content .search-bar {
      margin-bottom: 50px;
      background: transparent; }
    .halo-search-popup .halo-popup-content .input-group-field {
      color: #00163a;
      padding: 15px 0px 15px;
      font-size: 14px;
      width: calc(100% - 25px); }
    .halo-search-popup .halo-popup-content .icon-search {
      width: 23px;
      height: 23px;
      min-width: 23px;
      padding: 0; }
      .halo-search-popup .halo-popup-content .icon-search svg {
        width: 100%;
        height: 100%;
        fill: #00163a; }
  .halo-search-popup .quickSearchResultsWrap {
    position: relative;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    width: 100%;
    top: 0;
    padding: 0;
    max-height: calc( 80vh - 50px); }
    .halo-search-popup .quickSearchResultsWrap .search-block-title .text {
      font-size: 14px;
      letter-spacing: 0;
      color: #00163a;
      font-style: italic;
      font-weight: 900; }
    .halo-search-popup .quickSearchResultsWrap .list-item .link {
      padding: 13px 20px 10px 12px;
      color: #00163a;
      font-size: 14px;
      background: #f2f2f2;
      border-radius: 4px; }

@media (min-width: 1025px) {
  body.search-popup-show {
    padding-right: 10px; } }

.halo-accept-cookie-popup {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 100%;
  max-width: 440px;
  background: #000000;
  padding: 20px 23px 24px;
  border-radius: 3px;
  z-index: 9; }
  .halo-accept-cookie-popup.is-hidden {
    opacity: 0;
    bottom: 45px;
    transition: all ease .7s;
    z-index: -1;
    visibility: hidden; }
  .halo-accept-cookie-popup .desc {
    color: #ffffff;
    line-height: 26px;
    letter-spacing: .02em; }
  .halo-accept-cookie-popup .group-action-links {
    text-align: right;
    padding-top: 22px; }
    .halo-accept-cookie-popup .group-action-links .accept-cookie {
      color: #aaaaaa;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .02em; }
      .halo-accept-cookie-popup .group-action-links .accept-cookie:hover {
        color: #ffffff; }
    .halo-accept-cookie-popup .group-action-links .accept {
      margin-left: 30px;
      font-size: 15px;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: .02em; }

@media (max-width: 1024px) {
  .halo-accept-cookie-popup {
    bottom: 83px;
    left: 15px; } }

@media (max-width: 551px) {
  .halo-accept-cookie-popup {
    max-width: 100%;
    bottom: 67px;
    left: 0;
    text-align: center; }
    .halo-accept-cookie-popup .desc {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .halo-accept-cookie-popup .group-action-links {
      text-align: center; } }

/* ===  Sidebar === */
.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
  z-index: 101;
  max-width: calc(100% - 40px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, transform 350ms ease, visibility 350ms ease;
  background-color: #ffffff; }
  .halo-sidebar.halo-sidebar-right {
    right: 0;
    transform: translate(101%); }
  .halo-sidebar.halo-sidebar-left {
    left: 0;
    transform: translate(-101%); }
  .halo-sidebar .halo-sidebar-header {
    position: relative;
    padding: 24px 20px 0;
    background-color: #fff; }
    .halo-sidebar .halo-sidebar-header .title {
      display: block;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 22px;
      color: #232323;
      text-transform: uppercase; }
    .halo-sidebar .halo-sidebar-header .halo-sidebar-close {
      position: absolute;
      top: 16px;
      right: 17px;
      width: 40px;
      height: 40px;
      font-size: 32px;
      z-index: 10;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      pointer-events: auto;
      background-color: transparent; }
      .halo-sidebar .halo-sidebar-header .halo-sidebar-close svg {
        display: block;
        width: 18px;
        height: 18px;
        fill: #5a5a5a;
        stroke: transparent; }
  .halo-sidebar .halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 70px; }

@media (max-width: 767px) {
  .halo-sidebar .halo-sidebar-header {
    padding: 9px 20px 9px;
    border-bottom: 1px solid #e6e6e6; }
  .halo-sidebar .halo-sidebar-close {
    top: 0px !important;
    background: #232323 !important;
    color: #fff !important; }
  .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
    right: -40px !important; }
  .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
    left: -40px !important; }
  .halo-sidebar-header .halo-page-sidebar-close {
    top: 0px !important;
    background: #232323 !important;
    color: #fff !important;
    right: -40px !important; } }

@media (min-width: 1025px) {
  .halo-sidebar .halo-sidebar-header {
    padding-left: 30px;
    padding-right: 30px; } }

body.auth-sidebar-show {
  overflow: hidden; }
  body.auth-sidebar-show .halo-auth-sidebar {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.auth-sidebar-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.auth-form {
  padding: 22px 20px; }
  .auth-form .form-field + .form-field {
    margin-top: 14px; }

.auth-actions {
  margin: 15px 0 0; }
  .auth-actions .button {
    width: 100%; }
  .auth-actions .auth-link {
    font-size: 12px;
    margin: 14px 0 22px;
    color: #3c3c3c;
    text-decoration: underline;
    text-underline-offset: 0.2rem; }
    .auth-actions .auth-link:hover {
      color: #232323; }

@media (min-width: 1025px) {
  .auth-form {
    padding-left: 30px;
    padding-right: 30px; }
  body.auth-sidebar-show {
    padding-right: 10px; } }

body.contacto-sidebar-show {
  overflow: hidden; }
  body.contacto-sidebar-show .halo-contacto-sidebar {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.contacto-sidebar-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.halo-contacto-sidebar .content-sidebar {
  margin-top: 25px;
  padding-right: 10px;
  padding-left: 10px; }
  .halo-contacto-sidebar .content-sidebar .nav-item {
    margin-bottom: 0; }
  .halo-contacto-sidebar .content-sidebar .nav-tabs .nav-link.active {
    color: #42AB5D; }
  .halo-contacto-sidebar .content-sidebar .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    color: #232323;
    text-transform: uppercase;
    font-size: 13px; }
  .halo-contacto-sidebar .content-sidebar .content-contact {
    margin-top: 1em;
    padding: 0 10px; }
    .halo-contacto-sidebar .content-sidebar .content-contact a {
      margin-top: 15px; }
  .halo-contacto-sidebar .content-sidebar h6 {
    margin-bottom: 0.2em; }
  .halo-contacto-sidebar .content-sidebar .blue-text {
    color: #20C9FF; }
    .halo-contacto-sidebar .content-sidebar .blue-text i {
      font-size: 1.5em;
      padding-right: 8px; }
  .halo-contacto-sidebar .content-sidebar .i-contactos {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
  .halo-contacto-sidebar .content-sidebar .border-bottom {
    border-bottom-width: 5px !important;
    border-bottom-style: solid;
    max-width: 25px;
    border-radius: 2px; }
    .halo-contacto-sidebar .content-sidebar .border-bottom.center {
      margin: 0 auto; }

body.analisis-sidebar-show {
  overflow: hidden; }
  body.analisis-sidebar-show .halo-analisis-sidebar {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.analisis-sidebar-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.halo-analisis-sidebar .content-sidebar {
  margin-top: 25px;
  padding-right: 30px;
  padding-left: 30px; }
  .halo-analisis-sidebar .content-sidebar .menu-sidebar .menu-lv-item {
    padding-right: 2%;
    margin-bottom: 30px; }
    .halo-analisis-sidebar .content-sidebar .menu-sidebar .menu-lv-item a {
      width: 93px;
      height: auto;
      overflow: hidden;
      font-size: 12px;
      line-height: 15px; }
      .halo-analisis-sidebar .content-sidebar .menu-sidebar .menu-lv-item a .vertical-image img {
        width: auto;
        min-height: 132px;
        margin-bottom: 10px; }

body.menu-sidebar_show {
  overflow: hidden; }
  body.menu-sidebar_show .halo-sidebar_menu {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.menu-sidebar_show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.halo-sidebar_menu .halo-sidebar-header {
  padding-left: 20px;
  padding-right: 20px; }
  .halo-sidebar_menu .halo-sidebar-header .halo-sidebar-close {
    right: 5px; }

.halo-sidebar_menu .site-nav-mobile.nav .list-menu {
  width: 100%; }
  .halo-sidebar_menu .site-nav-mobile.nav .list-menu .menu-lv-item {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative; }
    .halo-sidebar_menu .site-nav-mobile.nav .list-menu .menu-lv-item:last-child {
      border: none; }

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item {
  width: 100%; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action {
    font-size: 14px;
    font-weight: 500;
    color: #232323; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action span {
      margin-left: 10px;
      position: relative;
      z-index: -1; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action.menu-lv__flex {
      display: flex !important;
      align-items: center;
      width: 100%; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon {
    display: inline-block;
    vertical-align: middle;
    top: unset;
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: relative;
    z-index: -1; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon.style-circle {
      border-radius: 50%; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon img {
      width: 100%;
      height: 100%; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon.style-logo {
      width: 32px;
      height: auto; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon.style-boton {
      width: 40px;
      height: 40px;
      background: #ECECEC;
      border-radius: 25%;
      padding: 12px;
      margin-left: 2px; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon i {
      font-size: 18px; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-2__action,
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-3__action {
    display: block;
    padding: 11px 30px 12px;
    width: 100%;
    font-weight: 400;
    letter-spacing: .02em;
    /*span{
						position: relative;
                        z-index: -1;
                    }*/ }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .icon-dropdown {
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    display: inline-block;
    position: absolute;
    transform: none;
    z-index: -1; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .icon-dropdown .fa-arrow-left-long {
      font-size: 18px; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .icon-dropdown svg {
      left: 50%;
      right: inherit;
      width: 15px;
      height: 15px;
      transform: translate(-50%, -50%);
      stroke: transparent; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile {
    margin: 0;
    background: #f8f8f8;
    padding: 11px 20px 12px;
    cursor: pointer; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile span {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #232323;
      line-height: 22px;
      letter-spacing: .02em;
      padding: 0;
      z-index: 1; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile .icon-dropdown {
      right: inherit;
      left: 6px; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .menu-lv__dropdownmenu .menu-lv__list .nav-title-mobile svg {
      width: 25px;
      height: 25px;
      transform: none; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-open > .menu-dropdown {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    position: relative; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-open > .list-menu__item {
    display: none !important; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-hidden {
    display: none !important;
    border-bottom: none; }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    z-index: 101;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, transform 350ms ease, visibility 350ms ease, -webkit-transform 350ms ease;
    background-color: #ffffff;
    left: 0;
    transform: translate(-101%); }
  .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 {
    right: unset;
    top: unset;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto; }
    .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu {
      padding: 5px 25px 20px; }
      .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu .menu-lv-item {
        display: inline-block;
        vertical-align: top;
        width: 33.3333333% !important;
        border: none;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
        border-bottom: none !important;
        overflow: unset !important; }
        .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu .menu-lv-item .menu-lv-3__action {
          padding: 0; }
      .halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 .grid-menu .custom-image + .text {
        display: block;
        margin-top: 5px; }

.halo-sidebar_menu .nav-currency-language .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #232323;
  line-height: 22px;
  letter-spacing: .02em;
  padding: 10px 19px 22px;
  text-align: left;
  margin: 0;
  background: #f8f8f8;
  padding: 11px 20px 12px; }

.halo-sidebar_menu .nav-currency-language .disclosure__list,
.halo-sidebar_menu .nav-currency-language .wrapper-currencies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 20px 11px; }

.halo-sidebar_menu .nav-currency-language .disclosure__list {
  margin: 0; }
  .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item {
    width: 33.3333%;
    padding: 10px;
    margin: 0; }
    .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link {
      display: flex;
      align-items: center;
      padding: 0; }
      .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .icon {
        width: 22px;
        height: 22px;
        margin-right: 6px; }
        .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .icon svg {
          width: 100%;
          height: 100%; }
      .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link .text {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        margin-left: 5px;
        margin-right: 5px;
        color: #232323; }
      .halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item .disclosure__link.disclosure__link--active {
        text-decoration: underline;
        text-underline-offset: 2px; }

.halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item {
  width: 33.3333%;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center; }
  .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item .icon {
    width: 22px;
    height: 22px;
    margin-right: 6px; }
    .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item .icon svg {
      width: 100%;
      height: 100%; }
  .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item .text {
    font-family: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
    color: #232323; }
  .halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item.active {
    text-decoration: underline;
    text-underline-offset: 2px; }

@media (min-width: 768px) {
  .site-nav-mobile.nav {
    margin-top: 20px; } }

@media (min-width: 1025px) {
  body.menu-sidebar_show {
    padding-right: 10px; } }

body.search_sidebar-show {
  overflow: hidden; }
  body.search_sidebar-show .halo-sidebar_search {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.search_sidebar-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.halo-sidebar_search .header-search {
  max-width: 100%;
  display: block; }
  .halo-sidebar_search .header-search .header-search__form {
    padding: 0px 20px; }

.halo-sidebar_search .halo-sidebar-wrapper {
  overflow-x: inherit;
  overflow-y: inherit;
  padding: 25px 0px 40px;
  margin: 0; }
  .halo-sidebar_search .halo-sidebar-wrapper .search-bar {
    border-bottom: 1px solid #e7e7e7; }
    .halo-sidebar_search .halo-sidebar-wrapper .search-bar .input-group-field {
      padding: 10px 12px 10px; }
    .halo-sidebar_search .halo-sidebar-wrapper .search-bar .icon-search {
      padding: 10px;
      width: 40px;
      height: 40px; }
      .halo-sidebar_search .halo-sidebar-wrapper .search-bar .icon-search svg {
        width: 100%;
        height: 100%; }
  .halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap {
    position: relative;
    top: 0;
    z-index: 1;
    opacity: 1;
    width: 100%;
    padding: 0px;
    box-shadow: none;
    margin: 20px 0px;
    padding: 0px 20px;
    max-height: calc(100vh - 150px);
    visibility: visible; }
    .halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap .halo-product-block .halo-row--swipe {
      overflow: auto;
      white-space: nowrap;
      flex-wrap: nowrap;
      margin-left: -10px;
      margin-right: -10px; }
      .halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap .halo-product-block .halo-row--swipe > * {
        padding: 0px 10px; }
    .halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap .halo-product-block .product-item {
      flex: 0 0 auto;
      width: 220px; }

@media (min-width: 1025px) {
  body.search_sidebar-show {
    padding-right: 10px; } }

body.cita-sidebar-show {
  overflow: hidden; }
  body.cita-sidebar-show .halo-cita-sidebar {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.cita-sidebar-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.halo-cita-sidebar .content-sidebar {
  margin-top: 25px;
  padding-right: 30px;
  padding-left: 30px; }
  .halo-cita-sidebar .content-sidebar .menu-sidebar .menu-lv-item {
    padding-right: 2%;
    margin-bottom: 30px; }
    .halo-cita-sidebar .content-sidebar .menu-sidebar .menu-lv-item a {
      width: 93px;
      height: auto;
      overflow: hidden;
      font-size: 12px;
      line-height: 15px; }
      .halo-cita-sidebar .content-sidebar .menu-sidebar .menu-lv-item a .vertical-image img {
        width: auto;
        min-height: 132px;
        margin-bottom: 10px; }

body.formacion-sidebar-show {
  overflow: hidden; }
  body.formacion-sidebar-show .halo-formacion-sidebar {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.formacion-sidebar-show .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

.halo-formacion-sidebar .content-sidebar {
  margin-top: 25px;
  padding-right: 30px;
  padding-left: 30px; }
  .halo-formacion-sidebar .content-sidebar .menu-sidebar .menu-lv-item {
    padding-right: 2%;
    margin-bottom: 30px; }
    .halo-formacion-sidebar .content-sidebar .menu-sidebar .menu-lv-item a {
      width: 93px;
      height: auto;
      overflow: hidden;
      font-size: 12px;
      line-height: 15px; }
      .halo-formacion-sidebar .content-sidebar .menu-sidebar .menu-lv-item a .vertical-image img {
        width: auto;
        min-height: 132px;
        margin-bottom: 10px; }

.page-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  max-width: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-101%);
  transition: opacity 0.5s, transform 350ms ease, visibility 350ms ease;
  background-color: #ffffff; }
  .page-sidebar .halo-sidebar-wrapper {
    padding: 30px 15px;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc( 100vh - 20px); }
  .page-sidebar .sidebarBlock-heading {
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    color: #232323;
    border-bottom: 0;
    margin: 0;
    padding-bottom: 9px;
    margin-bottom: 13px;
    position: relative;
    cursor: pointer; }
    .page-sidebar .sidebarBlock-heading .icon {
      position: absolute;
      right: 1rem; }
    .page-sidebar .sidebarBlock-heading.is-clicked .icon.fa-chevron-down {
      display: none; }
    .page-sidebar .sidebarBlock-heading.is-clicked .icon.fa-chevron-up {
      display: inline-block; }
    .page-sidebar .sidebarBlock-heading .icon.fa-chevron-up {
      display: none; }
  .page-sidebar .halo-sidebar-header {
    position: relative;
    padding: 0;
    background-color: #fff;
    border-bottom: none; }
    .page-sidebar .halo-sidebar-header .title {
      display: block;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 22px;
      color: #232323;
      text-transform: uppercase; }
    .page-sidebar .halo-sidebar-header .halo-page-sidebar-close {
      position: absolute;
      background: transparent;
      top: 2px;
      right: 17px;
      width: 40px;
      height: 40px;
      font-size: 32px;
      z-index: 10;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      pointer-events: auto; }
  .page-sidebar .sidebarBlock-header .title {
    color: #232323;
    position: relative;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 600; }
  .page-sidebar .sidebarBlock-content {
    position: relative;
    overflow: hidden; }
    .page-sidebar .sidebarBlock-content .nav {
      margin: 0; }
      .page-sidebar .sidebarBlock-content .nav li {
        margin: 0;
        position: relative;
        padding-right: 22px;
        cursor: pointer;
        width: 100%; }
        .page-sidebar .sidebarBlock-content .nav li a {
          font-size: 1rem;
          display: inline-block;
          font-weight: 500;
          color: #A00C59;
          padding: 0;
          line-height: 50px;
          position: relative;
          transition: padding-left .5s linear; }
        .page-sidebar .sidebarBlock-content .nav li .fa-solid {
          color: #A00C59;
          font-size: 14px;
          padding-right: 8px; }
  .page-sidebar .facets__count {
    width: 21px;
    height: 21px;
    background: #232323;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
    margin-left: 5px; }
  .page-sidebar.page-sidebar-left {
    left: 0;
    transform: translate(-101%); }
  .page-sidebar.page-sidebar-right {
    right: 0;
    transform: translate(101%); }
    .page-sidebar.page-sidebar-right .halo-sidebar-header .halo-page-sidebar-close {
      right: inherit;
      left: -40px; }
  .page-sidebar.page-sidebar--vertical .sidebar-refined-widgets {
    padding: 0; }
    .page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .sidebarBlock-heading {
      padding: 0;
      margin: 0;
      border: none; }
      .page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .sidebarBlock-heading .facets__clear-all {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin: 0; }
    .page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .results-count {
      padding: 7px 0px 10px; }
      .page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .results-count .results {
        font-size: 12px;
        color: #707070; }

.sidebar-toogle {
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px;
  background-color: #f5f5f5;
  margin: 0 0 15px; }
  .sidebar-toogle svg {
    width: 100%;
    height: 100%;
    stroke: transparent;
    fill: #808080; }

body.open-mobile-sidebar {
  overflow: hidden; }
  body.open-mobile-sidebar .page-sidebar {
    transform: translate(0);
    opacity: 1;
    visibility: visible; }
  body.open-mobile-sidebar .background-overlay {
    z-index: 99;
    opacity: 1;
    visibility: visible; }

ul.menu-sidebar {
  margin-top: 2rem; }

@media (min-width: 552px) {
  .halo-sidebar {
    max-width: 370px; }
  .page-sidebar {
    max-width: 370px; } }

@media (min-width: 1025px) {
  .page-sidebar {
    position: sticky;
    top: 30px;
    left: unset !important;
    right: unset !important;
    bottom: unset;
    height: auto;
    transition: unset;
    transform: unset !important;
    z-index: inherit;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    width: 350px;
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    float: left; }
    .page-sidebar .halo-sidebar-wrapper {
      padding: 0 0.5rem 0 0;
      max-height: initial; }
    .page-sidebar .halo-sidebar-header {
      display: none; }
    .page-sidebar + .page-content {
      width: calc(100% - 350px);
      padding-left: 30px;
      float: left; }
    .page-sidebar.page-sidebar-right {
      float: right; }
      .page-sidebar.page-sidebar-right + .page-content {
        padding-left: 0;
        padding-right: 30px;
        float: none; }
  .sidebar-toogle {
    display: none;
    margin-bottom: 0; } }

/********** General **********/
.portlet-forms {
  background: #f5f6f9; }
  .portlet-forms form .alert-info {
    color: #A00C59;
    background-color: rgba(160, 12, 89, 0.1);
    border-color: rgba(160, 12, 89, 0.25); }
    .portlet-forms form .alert-info .alert-footer button {
      font-weight: 500;
      padding: 8px 10px;
      min-width: 120px;
      font-size: 12px;
      background-color: #A00C59;
      border-color: #A00C59;
      color: #fff;
      border-radius: 24px; }
      .portlet-forms form .alert-info .alert-footer button:hover {
        background-color: rgba(160, 12, 89, 0.72); }
      .portlet-forms form .alert-info .alert-footer button:active:focus {
        box-shadow: 0 0 0 0.25rem rgba(160, 12, 89, 0.15) !important; }
  .portlet-forms form .lfr-ddm__default-page-header-title {
    margin-bottom: 22px;
    padding-bottom: 35px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 56px;
    color: #232323;
    display: none; }
  .portlet-forms form .lfr-ddm-form-container .form-builder-layout .ddm-row .row {
    margin-right: 0;
    margin-left: 0; }
  .portlet-forms form .lfr-ddm-form-container .form-builder-layout .ddm-label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 9px; }
  .portlet-forms form .lfr-ddm-form-container .form-builder-layout .lexicon-icon {
    fill: #A00C59;
    height: 0.75em; }
  .portlet-forms form .lfr-ddm-form-container .form-builder-layout input {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-grow: 1;
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .02em;
    line-height: 22px;
    text-align: left;
    border: 1px solid #c7c7c7;
    color: #545454;
    background-color: #ffffff;
    box-shadow: unset !important;
    outline: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    overflow: hidden;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .portlet-forms form .lfr-ddm-form-container .form-builder-layout input:focus {
      border-color: rgba(160, 12, 89, 0.5);
      box-shadow: 0 0 0 0.25rem rgba(160, 12, 89, 0.15) !important; }
  .portlet-forms form .lfr-ddm-form-container .form-builder-layout .form-control {
    font-size: 14px;
    color: #545454; }
    .portlet-forms form .lfr-ddm-form-container .form-builder-layout .form-control:focus {
      border-color: rgba(160, 12, 89, 0.5);
      box-shadow: 0 0 0 0.25rem rgba(160, 12, 89, 0.15); }
  .portlet-forms form .lfr-ddm-form-container .form-builder-layout .lfr-ddm-legend {
    font-size: 1rem;
    color: #A00C59;
    font-weight: 600; }
  .portlet-forms form .lfr-ddm-form-container .lfr-ddm-form-pagination-controls {
    text-align: right; }
    .portlet-forms form .lfr-ddm-form-container .lfr-ddm-form-pagination-controls button {
      font-weight: 500;
      padding: 8px 10px;
      min-width: 120px;
      font-size: 12px;
      background-color: #A00C59;
      border-color: #A00C59;
      color: #fff;
      border-radius: 24px; }
      .portlet-forms form .lfr-ddm-form-container .lfr-ddm-form-pagination-controls button:hover {
        background-color: rgba(160, 12, 89, 0.72); }
      .portlet-forms form .lfr-ddm-form-container .lfr-ddm-form-pagination-controls button:active:focus {
        box-shadow: 0 0 0 0.25rem rgba(160, 12, 89, 0.15) !important; }
  .portlet-forms form .liferay-ddm-form-field-paragraph {
    min-height: 32px; }

.search-bar-keywords-input:focus {
  border-color: rgba(160, 12, 89, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(160, 12, 89, 0.15) !important; }

.portlet-column-first {
  padding-right: 2rem; }

.portlet-column-last {
  padding-left: 1rem; }

.portlet-dropzone .panel-title {
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  color: #232323;
  border-bottom: 0;
  margin: 0;
  padding-bottom: 9px;
  margin-bottom: 13px;
  position: relative;
  cursor: pointer; }

.portlet-dropzone .facet-value {
  margin: 0;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
  width: 100%; }
  .portlet-dropzone .facet-value span {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    color: #A00C59;
    padding: 0;
    line-height: 30px;
    position: relative;
    transition: padding-left .5s linear; }

.portlet-dropzone .display-list .list-group .list-group-item-flex {
  display: flex; }
  .portlet-dropzone .display-list .list-group .list-group-item-flex .autofit-col {
    padding-top: 5px; }
    .portlet-dropzone .display-list .list-group .list-group-item-flex .autofit-col.autofit-col-expand {
      padding-top: 0; }
    .portlet-dropzone .display-list .list-group .list-group-item-flex .autofit-col .sticker-secondary {
      background-color: #A00C59; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857142857%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/* ===  Pages Styles === */
/* Formación */
.page-search {
  display: flex;
  align-items: center;
  /*max-width: 200px;*/
  position: static;
  margin-left: -20px;
  padding-top: 60px; }
  .page-search .page-search__form {
    width: 100%;
    margin-bottom: 30px; }
  .page-search .input-icon-left {
    display: block;
    width: 100%; }
    .page-search .input-icon-left i {
      position: relative;
      top: 14px;
      left: 40px;
      font-size: 1.25rem; }
  .page-search .search-bar {
    border: none;
    display: flex; }
    .page-search .search-bar .input-group-field {
      color: #818E94;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 11px 22px 11px 45px;
      margin-right: 1rem;
      background-color: #fff;
      border: 1px solid #A00C59;
      border-radius: 24px; }
    @media (max-width: 1023px) {
      .page-search .search-bar .input-group-field {
        max-width: 210px; }
      .page-search .search-bar .button-search {
        min-width: 100px; } }
    .page-search .search-bar .button-search {
      width: auto;
      background-color: #A00C59;
      border: none;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 11px 22px;
      border-radius: 24px;
      box-shadow: 0 5px 10px rgba(160, 12, 89, 0.35); }
      .page-search .search-bar .button-search:hover {
        background-color: rgba(160, 12, 89, 0.72); }

/* acceso */
.page-password {
  height: 100vh;
  overflow-y: clip; }

.page-password .background-banner {
  position: relative; }

.page-password .background-banner .img-box .image {
  position: relative;
  padding-bottom: 129.7297297297297%; }

.page-password .background-banner .img-box .image-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%; }

.page-password .wrapper-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh; }

.page-password .wrapper-content .content {
  width: 100%;
  max-width: 382px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-password .wrapper-content .content .logo {
  position: absolute;
  top: 100px;
  width: 250px;
  height: auto; }
  .page-password .wrapper-content .content .logo img {
    width: 100%; }

.page-password .wrapper-content .content .contact-form {
  width: 100%; }

.page-password .wrapper-content .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-password .wrapper-content .content .title .title-top,
.page-password .wrapper-content .content .title .title-bottom {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 0; }

.page-password .wrapper-content .content .desc {
  padding: 22px 0; }

.page-password .wrapper-content .content .button {
  width: 100%;
  max-width: 380px;
  margin: 15px 0; }

.page-password .wrapper-content .content .button-2 {
  text-transform: capitalize;
  font-weight: 400; }

.page-password .wrapper-content .content .form-field {
  text-align: center; }

.page-password .wrapper-content .content .form-field .text-checkbox {
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: .02em;
  font-weight: 400; }

.page-password .wrapper-content .content .form-field .text {
  position: relative;
  top: -1px; }

.page-password .wrapper-content .content .coppyright {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #848484;
  font-size: 12px;
  letter-spacing: .02em;
  font-weight: 400;
  width: 100%; }

.page-password .auth-actions .d-flex {
  justify-content: space-between; }

@media (max-width: 768px) {
  .password-page .wrapper-content .content .contact-form {
    width: calc(100% - 30px); } }

@media (max-width: 1024px) {
  .password-page .background-banner .img-box .image {
    position: relative;
    padding-bottom: 129.7297297297297%;
    height: 100vh; } }

@media (max-width: 767px) {
  .password-page .wrapper-content {
    position: absolute; }
  .password-page .wrapper-content .content {
    background-color: transparent;
    z-index: 11; }
  .password-page .wrapper-content .content .title .our, .password-page .wrapper-content .content .title .will {
    font-weight: bold; }
  .password-page .wrapper-content .content .logo {
    top: 20px;
    left: 20px; }
  .password-page .wrapper-content .content .form-field .text-checkbox {
    color: #232323; }
  .password-page .wrapper-content .content .coppyright {
    left: 5px;
    text-align: center;
    color: #232323; }
  .password-page .wrapper-content .content input#NewsletterForm--Popup {
    background: transparent;
    border: 1px solid; }
  .password-page .wrapper-content .content .coppyright {
    text-align: center;
    left: 0;
    color: #232323; }
  .password-page .wrapper-content .content .form-label--checkbox:before {
    border-color: #232323; }
  .password-page .background-banner .password-form {
    top: 25px;
    right: 0; }
  .password-page .background-banner .password-form .link {
    color: #232323; }
  .password-page .background-banner .img-box .image::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 0; } }

@media (max-width: 320px) {
  .password-page .wrapper-content .content .title .title-top,
  .password-page .wrapper-content .content .title .title-bottom {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; } }

/* Página privada */
.private-page {
  margin-top: -4px; }
  .private-page .breadcrumb {
    background-color: transparent !important;
    font-size: 0.8rem; }
    .private-page .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 1.25rem; }
      .private-page .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: ''; }
  .private-page .header-search {
    border: 1px solid rgba(160, 12, 89, 0.55); }
    .private-page .header-search .search-bar .icon-search i:before {
      color: #A00C59; }
  .private-page .page-sidebar--vertical .halo-sidebar-wrapper {
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.1); }
  .private-page .page-sidebar--vertical .sidebar-head {
    align-items: center; }
    .private-page .page-sidebar--vertical .sidebar-head .title {
      margin-bottom: 0;
      margin-top: 2.5rem;
      border-left: 2px solid #A00C59;
      padding-left: 1rem; }
    .private-page .page-sidebar--vertical .sidebar-head .logo {
      margin-left: -25px; }
  .private-page .page-sidebar--vertical .sidebarBlock-heading {
    text-transform: none;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-top: 12px;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 1px solid #e6e6e6; }
    .private-page .page-sidebar--vertical .sidebarBlock-heading span {
      margin-left: 10px; }
    .private-page .page-sidebar--vertical .sidebarBlock-heading a {
      color: #232323; }
  .private-page .page-sidebar--vertical a.sidebarBlock-heading {
    padding: 12px 0 !important; }
  .private-page .page-sidebar--vertical .menu-sidebar {
    padding-left: 0 !important; }
    .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock > .sidebarBlock-content {
      padding-bottom: .5rem; }
    .private-page .page-sidebar--vertical .menu-sidebar .nav-item {
      list-style: none; }
      .private-page .page-sidebar--vertical .menu-sidebar .nav-item .sidebarBlock-heading {
        padding-left: 0.5rem; }
      .private-page .page-sidebar--vertical .menu-sidebar .nav-item.active {
        background-color: #A00C59; }
        .private-page .page-sidebar--vertical .menu-sidebar .nav-item.active .sidebarBlock-heading {
          color: #fff; }
          .private-page .page-sidebar--vertical .menu-sidebar .nav-item.active .sidebarBlock-heading.menu-lv-two {
            color: #232323; }
            .private-page .page-sidebar--vertical .menu-sidebar .nav-item.active .sidebarBlock-heading.menu-lv-two a {
              color: #232323 !important; }
          .private-page .page-sidebar--vertical .menu-sidebar .nav-item.active .sidebarBlock-heading > a {
            color: #fff !important; }
        .private-page .page-sidebar--vertical .menu-sidebar .nav-item.active .sidebarBlock-content {
          background: #ebeef4;
          margin: -1px; }
      .private-page .page-sidebar--vertical .menu-sidebar .nav-item .sidebarBlock-content {
        background: #ebeef4; }
      .private-page .page-sidebar--vertical .menu-sidebar .nav-item .menu-lv__flex {
        display: flex !important;
        align-items: center;
        width: 100%; }
        .private-page .page-sidebar--vertical .menu-sidebar .nav-item .menu-lv__flex .custom-icon i {
          font-size: 18px; }
    .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav {
      margin-left: 2.75rem; }
      .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav.nav-lv2 {
        margin-left: 1.75rem; }
      .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav li.sidebar-link-lv1.active .menu-lv-two > a {
        color: #A00C59 !important;
        font-weight: 700; }
        .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav li.sidebar-link-lv1.active .menu-lv-two > a:before {
          content: '>';
          padding-right: 3px; }
      .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav li {
        font-size: 14px;
        padding-right: 1rem; }
        .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav li.sidebar-link-lv2 {
          padding-right: 0; }
          .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav li.sidebar-link-lv2.active > a {
            color: #A00C59; }
        .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav li a {
          font-size: 14px;
          color: #232323;
          line-height: 22px; }
          .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav li a .menu-item-active {
            color: #A00C59;
            font-weight: 600; }
      .private-page .page-sidebar--vertical .menu-sidebar .sidebarBlock-content .nav .sidebarBlock-heading {
        border-bottom: none; }
  .private-page table td,
  .private-page table th {
    border-left: 1px solid #ebebeb; }
  .private-page .cab-content.text-left {
    left: 20px !important; }
  @media (min-width: 1280px) {
    .private-page .halo-block-fullwidth-banner .content-box--left {
      left: 20px;
      padding: 30px;
      width: 60%; }
      .private-page .halo-block-fullwidth-banner .content-box--left .title-highlight {
        font-size: 2rem !important; } }
  .private-page .link-underline:hover .text {
    text-decoration: none; }
  .private-page .page-content #main-content #column-1 .visordoc .portlet-content .lfr-tooltip-scope .management-bar .container-fluid .navbar-nav:last-child {
    display: none; }
  .private-page .page-content #main-content #column-1 .portlet-document-library .portlet-content .lfr-tooltip-scope .management-bar .container-fluid .navbar-form > .container-fluid > form > .input-group > .input-group-item {
    flex-wrap: nowrap; }

.bargroup.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*.icon-bar i {
        margin: 1rem 0.5rem 0;
    border: 1px solid #ccc;
    padding: 0.5rem 0.4rem 0.5rem 0.6rem;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #ccc;
}*/
@media (max-width: 1024px) {
  .private-page .bargroup.flex {
    margin-right: 60px; }
    .private-page .bargroup.flex .icon-bar, .private-page .bargroup.flex .portlet-breadcrumb {
      display: none; }
  .private-page .toolbar {
    margin-top: 20px;
    max-width: 50px;
    float: right; }
  .private-page .page-content #main-content {
    margin-top: 70px; }
  .private-page .sidebar-toogle {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0; }
    .private-page .sidebar-toogle i {
      font-size: 24px; }
  .private-page .page-sidebar .halo-sidebar-header .halo-page-sidebar-close {
    right: 5px; }
  .private-page .page-sidebar {
    top: 50px; }
  .private-page .icon-bar-mobile {
    flex-wrap: wrap; }
    .private-page .icon-bar-mobile .header-language_currency {
      display: inline-block;
      position: relative;
      text-align: right;
      top: -3px;
      padding: 4px 15px;
      border: 1px solid rgba(160, 12, 89, 0.55);
      border-radius: 15px; }
    .private-page .icon-bar-mobile .header-search {
      display: block;
      margin-left: 0;
      margin-top: 8px;
      min-width: 245px; }
    .private-page .icon-bar-mobile .log-out .button {
      padding: 4px 15px; } }

@media (min-width: 1025px) {
  .private-page .sidebar--layout_vertical {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch; }
    .private-page .sidebar--layout_vertical .page-sidebar--vertical {
      height: 100%; }
  .private-page .cab-content {
    width: calc((100vw - 350px) / 2);
    max-width: 725px; }
  .private-page .icon-bar-mobile {
    display: none; }
  .private-page .page-content #main-content {
    margin-top: 20px; }
  .private-page .page-content table {
    min-width: auto; }
  .private-page .page-sidebar .halo-sidebar-wrapper {
    overflow-y: clip; } }

@media (min-width: 1025px) and (max-width: 1919px) {
  .private-page .journal-content-article .page-comunicacion section .image .text-right img {
    max-width: calc((100vw - 500px) / 2); } }

/*@media (min-width: 1601px) {
	.private-page {
		.cab-content {
			&.text-left {
				left: 20px;
			}
		}
	}
}*/
@media (min-width: 1280px) {
  .private-page .cabecera-lg {
    max-height: none; } }

@media (min-width: 1800px) {
  .private-page .container.container-1770 {
    max-width: none !important; } }

@media (min-width: 1920px) {
  .private-page .container.container-1770 {
    padding-left: calc((100% - 1860px)/2);
    padding-right: calc((100% - 1860px)/2); }
  .private-page .journal-content-article .page-comunicacion section .image .text-right img {
    max-width: 650px; } }

/* Novedades Legislativas */
.private-page .sidebar--layout_vertical .page-content #main-content.osarten-1-2-layout-template > .portlet-layout.row.container.container-1570 {
  display: flex; }
  .private-page .sidebar--layout_vertical .page-content #main-content.osarten-1-2-layout-template > .portlet-layout.row.container.container-1570 #column-2.portlet-column-first {
    width: 100%;
    max-width: none;
    padding-right: 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
    z-index: 1; }
  @media (min-width: 1025px) {
    .private-page .sidebar--layout_vertical .page-content #main-content.osarten-1-2-layout-template > .portlet-layout.row.container.container-1570 #column-3.portlet-column-last {
      width: 90%;
      margin: 0 auto;
      float: none; } }
  @media (max-width: 1024px) {
    .private-page .sidebar--layout_vertical .page-content #main-content.osarten-1-2-layout-template > .portlet-layout.row.container.container-1570 #column-3.portlet-column-last {
      width: 100%; } }

.private-page .tit-underline {
  border-bottom: 1px solid;
  color: rgba(160, 12, 89, 0.75);
  line-height: 1.5; }
  .private-page .tit-underline span {
    border-bottom: 3px solid; }

.private-page h2.entry-title.taglib-categorization-filter {
  top: 0; }

.horizontal-sidebar {
  margin: 1rem 0 2rem; }
  .horizontal-sidebar .halo-sidebar-header {
    display: none; }
  .horizontal-sidebar .halo-sidebar-wrapper {
    padding: 0; }
  .horizontal-sidebar .categories .sidebarBlock-header .border-top-2.left.border-purple {
    display: none; }
  .horizontal-sidebar .categories .sidebarBlock-content {
    background: #f5f6f9;
    border-bottom: 2px solid #ebeef4;
    margin-bottom: 1rem; }
    .horizontal-sidebar .categories .sidebarBlock-content .nav {
      display: flex;
      flex-direction: row;
      justify-content: center;
      list-style-type: none;
      align-items: center;
      padding: 8px 0;
      margin: 0 auto;
      flex-wrap: wrap;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden; }
      .horizontal-sidebar .categories .sidebarBlock-content .nav li {
        width: auto;
        position: relative;
        padding: 0; }
        .horizontal-sidebar .categories .sidebarBlock-content .nav li > span {
          display: none; }
        .horizontal-sidebar .categories .sidebarBlock-content .nav li:after {
          content: '·';
          color: #A00C59;
          font-size: 1rem;
          font-weight: bold;
          padding: 0 20px; }
        .horizontal-sidebar .categories .sidebarBlock-content .nav li a {
          line-height: 2rem; }
          .horizontal-sidebar .categories .sidebarBlock-content .nav li a:hover {
            text-decoration: underline; }
        .horizontal-sidebar .categories .sidebarBlock-content .nav li:last-child:after {
          display: none; }

/* Página noticias */
@media (min-width: 1600px) {
  #newsGrid {
    max-width: 1600px;
    margin: 0 auto !important;
    padding: 0 1rem; } }

.news-content .cursos-header {
  background: #f5f6f9 !important;
  min-height: 200px;
  position: relative;
  padding-top: 90px; }

@media (min-width: 1600px) {
  .news-content .cursos-header {
    padding-left: calc((100vw - 1570px)/2); } }

.news-content #newsGrid {
  margin: 0 auto !important;
  padding: 0 1rem; }
  .news-content #newsGrid .news-grid {
    padding-top: 2rem; }
    .news-content #newsGrid .news-grid .journal-content-article .grid-item .new-card-top .image-adapt {
      padding-bottom: 40% !important; }
    .news-content #newsGrid .news-grid .journal-content-article .grid-item .new-card-top .img-box .image {
      border-radius: 15px;
      box-shadow: 0 0 4px #ebeef4; }
    .news-content #newsGrid .news-grid .journal-content-article .grid-item .new-card-bottom .card-category {
      display: none !important; }

/* Página desarrollo noticia */
@media (min-width: 1600px) {
  .portlet-asset-publisher .asset-content .page-noticias section.halo-block.halo-block-right-sidebar {
    max-width: 1600px;
    margin: 0 auto !important;
    padding: 0 1rem; } }

.journal-content-article .page-comunicacion section .page-header > .row {
  flex-direction: column-reverse;
  justify-content: flex-end; }

.journal-content-article .page-comunicacion section .page-header .page-header-left, .journal-content-article .page-comunicacion section .page-header .page-header-right {
  margin: 40px auto 0 !important;
  width: 100% !important;
  max-width: 1600px; }
  .journal-content-article .page-comunicacion section .page-header .page-header-left .cab-content, .journal-content-article .page-comunicacion section .page-header .page-header-right .cab-content {
    width: 100% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
    left: auto !important; }
  @media (max-width: 1024px) {
    .journal-content-article .page-comunicacion section .page-header .page-header-left .cab-content.text-left, .journal-content-article .page-comunicacion section .page-header .page-header-right .cab-content.text-left {
      padding: 25px 10px;
      position: relative; } }

.journal-content-article .page-comunicacion section .image .text-right {
  display: block;
  position: relative;
  padding-bottom: 27%;
  left: 25px;
  max-width: 725px; }
  .journal-content-article .page-comunicacion section .image .text-right picture {
    display: flex;
    justify-content: center;
    align-items: center; }
  .journal-content-article .page-comunicacion section .image .text-right img {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    max-height: 500px !important;
    min-height: 160px;
    z-index: 1;
    object-fit: cover;
    object-position: center; }

.journal-content-article .page-comunicacion section .page-sidebar-right {
  display: none; }

@media (min-width: 1025px) {
  .journal-content-article .page-comunicacion section .page-content {
    width: 100%;
    padding-right: 0; } }

@media (min-width: 1200px) {
  .journal-content-article .page-comunicacion section.halo-block-right-sidebar .container-1570 {
    max-width: 1200px !important; } }

.journal-content-article .page-comunicacion section.halo-block-right-sidebar .page-content {
  padding-top: 3rem; }
  .journal-content-article .page-comunicacion section.halo-block-right-sidebar .page-content .toolbar {
    display: none; }

.asset-full-content.clearfix.mb-5.default-asset-publisher.show-asset-title .autofit-row.mb-4.metadata-author, .asset-full-content.clearfix.mb-5.default-asset-publisher.show-asset-title .align-items-center.d-flex.mb-2 {
  display: none !important; }

/* Página Blog */
@media (max-width: 1024px) {
  #column-3.page-content.col-md-8.portlet-column.portlet-column-last {
    width: 99%; }
  .osarten-1-2-layout-template .portlet-layout.row.container.container-1570 {
    padding-left: 0 !important; } }

.blog-grid.news-grid {
  padding-top: 0 !important; }
  @media (max-width: 1024px) {
    .blog-grid.news-grid {
      width: 100%; } }

.blog-grid .col-12 .toolbar {
  display: none; }

.blog-grid .col-12:first-child .journal-content-article .toolbar {
  display: flex;
  right: -20px; }
  @media (max-width: 551px) {
    .blog-grid .col-12:first-child .journal-content-article .toolbar {
      margin-top: -50px; } }
  @media (min-width: 552px) {
    .blog-grid .col-12:first-child .journal-content-article .toolbar {
      margin-top: -60px; } }

.blog-grid .journal-content-article {
  margin-bottom: 2.5rem; }
  .blog-grid .journal-content-article .grid-item .new-card .new-card-top .new-card-information .card-category {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 1rem; }
  .blog-grid .journal-content-article .grid-item .new-card .new-card-top .new-card-information .card-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px; }
    .blog-grid .journal-content-article .grid-item .new-card .new-card-top .new-card-information .card-title:after {
      content: '';
      border-top: 4px solid #A00C59;
      width: 40px;
      margin: 20px auto;
      border-radius: 2px;
      display: block; }
  @media (max-width: 551px) {
    .blog-grid .journal-content-article .grid-item .new-card .new-card-top .new-card-information .card-title {
      font-size: 1.4rem;
      display: block; } }
  .blog-grid .journal-content-article .grid-item .new-card .new-card-top .new-card-media.img-box .image-adapt {
    padding-bottom: 35% !important; }
  .blog-grid .journal-content-article .grid-item .new-card .new-card-bottom .new-card-information .card-desc {
    /*span:after {
                                content: 'Leer más';
                                display: flex;
                                border: 1px solid #ccc;
                                justify-content: center;
                                width: 200px;
                                margin: 20px auto;
                                padding: 8px;
                                border-radius: 20px;
							}*/ }
  .blog-grid .journal-content-article .grid-item .new-card .new-card-bottom .new-card-information .card-date {
    border-top: 1px solid #b2bddb;
    border-bottom: 1px solid #b2bddb;
    padding: 10px 0;
    text-align: center; }

.blog-grid .ratings {
  display: none;
  border-top: 1px solid #b2bddb;
  border-bottom: 1px solid #b2bddb;
  padding: 10px 0;
  text-align: center; }

h2.entry-title.taglib-categorization-filter {
  z-index: 2;
  position: relative;
  top: -60px; }
  h2.entry-title.taglib-categorization-filter em {
    float: right; }
    h2.entry-title.taglib-categorization-filter em span.label.label-dark.label-lg {
      border: none;
      color: #A00C59;
      background: rgba(160, 12, 89, 0.1); }

/* Página desarrollo entrada blog */
.journal-content-article .toolbar {
  margin-top: -60px; }

.journal-content-article .page-blog {
  margin-top: -20px; }
  .journal-content-article .page-blog section .page-header > .row {
    flex-direction: column;
    justify-content: flex-start; }
  .journal-content-article .page-blog section.template-default {
    background: #fff !important; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .journal-content-article .page-blog section.template-default {
        max-height: 550px; } }
    .journal-content-article .page-blog section.template-default nav.breadcrumb {
      background: #fff;
      padding-top: 0; }
    .journal-content-article .page-blog section.template-default .page-header {
      background: #fff !important; }
    .journal-content-article .page-blog section.template-default .page-header-left {
      margin-top: 10px;
      padding-left: 0; }
      .journal-content-article .page-blog section.template-default .page-header-left .cab-content.text-left {
        padding: 0; }
        .journal-content-article .page-blog section.template-default .page-header-left .cab-content.text-left .page-title {
          font-size: 2rem;
          text-align: center !important;
          margin-bottom: 10px;
          color: #A00C59; }
          .journal-content-article .page-blog section.template-default .page-header-left .cab-content.text-left .page-title:after {
            content: '';
            border-top: 4px solid #A00C59;
            width: 40px;
            margin: 20px auto;
            border-radius: 2px;
            display: block; }
        .journal-content-article .page-blog section.template-default .page-header-left .cab-content.text-left .page-subtitle {
          text-align: center; }
        @media (max-width: 551px) {
          .journal-content-article .page-blog section.template-default .page-header-left .cab-content.text-left .page-title {
            font-size: 1.5rem;
            line-height: 2rem; } }
    .journal-content-article .page-blog section.template-default .page-header-right {
      margin-top: 20px !important; }
      .journal-content-article .page-blog section.template-default .page-header-right .cab-content {
        padding: 0 !important; }
        @media (min-width: 1025px) {
          .journal-content-article .page-blog section.template-default .page-header-right .cab-content {
            max-width: 980px !important; } }
        @media (max-width: 1024px) {
          .journal-content-article .page-blog section.template-default .page-header-right .cab-content {
            max-width: 800px !important; }
            .journal-content-article .page-blog section.template-default .page-header-right .cab-content .img-cab {
              max-height: 350px !important; } }
    @media (min-width: 768px) {
      .journal-content-article .page-blog section.template-default .ratings {
        max-width: 480px !important; } }
    @media (max-width: 767px) {
      .journal-content-article .page-blog section.template-default .ratings {
        max-width: 280px !important; } }
  .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 {
    max-width: 1010px !important;
    display: flex;
    flex-direction: column-reverse; }
    @media (max-width: 1024px) {
      .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar.page-sidebar-right.page-sidebar--vertical {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: translate(0%);
        z-index: 1; } }
    .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right {
      display: block;
      width: 100%;
      background: #fff;
      border-radius: 25px;
      box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
      margin: 1rem auto;
      max-width: none; }
      .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .halo-sidebar-header {
        display: none; }
      .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .halo-sidebar-wrapper {
        padding: 0; }
      .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson {
        padding: 0 15px; }
        .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-header.text-center {
          padding-top: 0.75rem; }
          .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-header.text-center h3.sidebarBlock-heading.title {
            font-weight: 300;
            margin: 0.75rem 0;
            font-size: 1.75rem; }
        .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content .img-box img {
            max-width: 75px !important;
            height: 75px;
            border-radius: 50%;
            margin-bottom: 0.75rem; }
          .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content h4.purple.center {
            padding-left: 20px;
            margin-bottom: 0; }
          .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content .sidebarBlock-content p.desc {
            margin-bottom: 0 !important; }
            .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content .sidebarBlock-content p.desc:before {
              content: '·';
              padding: 0 20px;
              color: #A00C59;
              font-weight: 700; }
            .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content .sidebarBlock-content p.desc:after {
              content: '·';
              padding: 0 20px;
              color: #A00C59;
              font-weight: 700; }
        @media (max-width: 551px) {
          .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content {
            flex-direction: column; }
            .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content .sidebarBlock-content p.desc:before {
              content: none;
              padding: 0; }
            .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson .sidebarBlock-content .sidebarBlock-content p.desc:after {
              content: none;
              padding: 0; } }
      @media (max-width: 551px) {
        .journal-content-article .page-blog section.halo-block-right-sidebar > .container-1570 > .page-sidebar-right .sidebarPerson {
          padding: 15px; } }
  .journal-content-article .page-blog section.halo-block-right-sidebar .page-content {
    padding-top: 1rem; }
  .journal-content-article .page-blog section .text-content.desc img {
    display: inline;
    width: 100%;
    border-radius: 45px;
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
    @media (min-width: 1025px) {
      .journal-content-article .page-blog section .text-content.desc img {
        max-width: 980px !important; } }
    @media (max-width: 1024px) {
      .journal-content-article .page-blog section .text-content.desc img {
        max-width: 800px !important; } }
  .journal-content-article .page-blog section .text-content.desc h3 {
    font-size: 1.5rem;
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-weight: normal !important;
    color: #A00C59; }
  .journal-content-article .page-blog section .image .text-right img {
    position: relative;
    width: 100%;
    height: auto; }

.journal-content-article .ratings {
  border-top: 1px solid #b2bddb;
  border-bottom: 1px solid #b2bddb;
  padding: 10px 0;
  text-align: center;
  max-width: 1024px !important;
  margin: 18px auto 10px; }

/* ===  Vendors Styles === */
/* ===  Responsive Styles === */
@media (max-width: 1200px) {
  .slick-arrow.slick-next {
    right: 10px; }
  .slick-arrow.slick-prev {
    left: 10px; } }

@media (max-width: 1024px) {
  .slick-arrow.slick-next svg {
    position: relative;
    top: 0;
    left: 2px; }
  .halo-block-video .video_icon {
    right: 15px;
    bottom: 15px; }
  .halo-block-video .video-banner.fixed_video {
    bottom: 60px;
    max-width: 300px;
    max-height: 200px;
    z-index: 99999;
    right: 0 !important; } }

@media (max-width: 992px) {
  .halo-row--swipe {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px 0 15px;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: nowrap; }
    .halo-row--swipe .halo-row-item {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
      margin-right: 15px;
      white-space: normal;
      width: 350px; }
      .halo-row--swipe .halo-row-item:last-child {
        margin-right: 0; } }

@media (max-width: 768px) {
  .halo-row--swipe .halo-row-item {
    width: 330px; } }

@media (max-width: 551px) {
  .halo-row--swipe .halo-row-item {
    width: 300px; } }

@media (min-width: 768px) {
  .img-box--mobile .image {
    display: block; }
  .img-box--mobile .image + .image {
    display: none; }
  .content-box--absolute {
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
    padding-right: 0; }
  .content-box--left {
    left: 15px;
    transform: translateY(-50%); }
  .content-box--center {
    left: 50%; }
  .content-box--bottom {
    top: inherit;
    bottom: 0;
    transform: translate(-50%, 0); }
  .content-box--right {
    left: inherit;
    right: 15px;
    transform: translate(0, -50%); }
  .row {
    margin-left: -10px;
    margin-right: -10px; }
    .row .halo-item {
      padding: 0 10px; }
    .row.column-5 .halo-row-item {
      width: 33.333333%;
      padding-left: 10px;
      padding-right: 10px; }
  .product-carousel .row:not(.slick-slider),
  [data-banner-text-carousel] .row:not(.slick-slider) {
    flex-wrap: nowrap;
    overflow: hidden; }
    .product-carousel .row:not(.slick-slider) .slick-list,
    [data-banner-text-carousel] .row:not(.slick-slider) .slick-list {
      padding: 0; }
  .product-carousel .product-item,
  [data-banner-text-carousel] .product-item {
    padding: 0px 10px; }
  .row .halo-row-item {
    padding: 0px 10px; }
  .halo-block-header {
    margin-bottom: 45px; } }

@media (min-width: 1025px) {
  .animate-scale {
    position: relative;
    display: block;
    overflow: hidden; }
    .animate-scale img {
      transition: all .7s ease; }
    .animate-scale:hover img {
      transform: scale(1.1); }
    .animate-scale:hover::before {
      overflow: visible;
      opacity: .3;
      filter: alpha(opacity=30); }
  .animate-overlay {
    position: relative; }
    .animate-overlay .image:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffffb3;
      opacity: 0;
      filter: alpha(opacity=0);
      transition: opacity .7s ease;
      z-index: 2; }
    .animate-overlay:hover .image:before {
      opacity: 1; }
  .view-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    opacity: 0;
    transition: all .5s ease; }
    .view-abs .view {
      width: 40px;
      height: 40px;
      border: 1px solid #232323;
      position: relative;
      display: block;
      transition: all .5s ease; }
      .view-abs .view::before, .view-abs .view::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000;
        transition: all .4s ease; }
      .view-abs .view::before {
        width: 2px;
        height: 20px; }
      .view-abs .view::after {
        width: 20px;
        height: 2px; }
  .animate-border {
    position: relative; }
    .animate-border::before, .animate-border::after {
      content: "";
      position: absolute;
      background: rgba(255, 255, 255, 0.1);
      width: 0;
      height: 0;
      transition: all .4s ease;
      visibility: hidden;
      z-index: 5; }
    .animate-border::before {
      top: 0;
      left: 0; }
    .animate-border::after {
      bottom: 0;
      right: 0; }
    .animate-border:hover::before, .animate-border:hover::after {
      width: 100%;
      height: 100%;
      visibility: visible; }
  .img-box:hover .view-abs {
    opacity: 1;
    transform: translate(-50%, -50%); }
  .row {
    margin-left: -15px;
    margin-right: -15px; }
    .row .halo-item {
      padding: 0 15px; }
    .row.column-5 .halo-row-item {
      width: 20%;
      padding-left: 15px;
      padding-right: 15px; }
  .row .halo-row-item {
    padding: 14px 15px 20px; }
  .product-carousel .product-item {
    padding: 0px 15px; }
  .halo-block-custom-icons .halo-row-item .view-abs .view {
    border: 1px solid #e1732c;
    border-radius: 50%; }
    .halo-block-custom-icons .halo-row-item .view-abs .view::before, .halo-block-custom-icons .halo-row-item .view-abs .view::after {
      background-color: #e1732c; }
  .halo-block-header .title .text {
    width: 80%; }
  .halo-product-block {
    margin-top: 55px; }
    .halo-product-block .product-item:nth-child(n + 5) {
      margin-top: 25px; } }

@media (min-width: 1200px) {
  .container.container-1170 {
    max-width: 1200px !important; }
  /* END: Container */
  .slick-arrow.slick-prev {
    left: 5px; }
  .slick-arrow.slick-next {
    right: 5px; } }

@media (min-width: 1400px) {
  /* START: Container */
  .container.container-1370 {
    max-width: 1400px !important; }
  /* END: Container */ }

@media (min-width: 1500px) {
  /* START: Container */
  .container.container-1470 {
    max-width: 1500px !important; } }

@media (min-width: 1600px) {
  /* START: Container */
  .container.container-1570 {
    max-width: 1600px !important; }
  /* END: Container */
  .slick-arrow.slick-prev {
    left: -2px; }
  .slick-arrow.slick-next {
    right: -2px; } }

@media (min-width: 1800px) {
  .container.container-1770 {
    max-width: 1700px !important; } }

@media (min-width: 1920px) {
  /* START: Container */
  .container.container-1860 {
    padding-left: calc((100% - 1860px)/2);
    padding-right: calc((100% - 1860px)/2); }
  /* END: Container */ }
