@charset "UTF-8";
/*
    Created on : Jun 26, 2025, 5:16:53 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Jun 30, 2025, 12:02:56 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
body,
body * {
  font-family: "Raleway", sans-serif;
}

.container {
  width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

a {
  color: inherit;
}

picture {
  display: flex;
}

.text-balance {
  text-wrap: balance;
}

.rank-math-breadcrumb {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.rank-math-breadcrumb .last {
  color: #fff;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  display: block;
  margin-right: 40px;
  float: left;
}
@media only screen and (max-width: 600px) {
  img.alignleft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 20px;
  }
}

img.alignnone {
  margin-bottom: 20px;
}

img.alignright {
  display: block;
  margin-left: 40px;
  float: right;
}
@media only screen and (max-width: 600px) {
  img.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 20px;
  }
}

.heading-picture {
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .heading-picture img {
    height: 90px !important;
    width: auto;
    max-width: none !important;
  }
}

.heading-title {
  font-size: 30px !important;
  text-transform: none !important;
  line-height: 36px !important; /* 120% */
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .heading-title {
    font-size: 20px !important;
    line-height: 25.575px !important;
  }
}

.uael-retina-image-container {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .hide-br-mb br {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .hide-br-dk br {
    display: none;
  }
}

.overflow-x-scroll {
  overflow-x: auto !important;
}

.main-btn {
  border-radius: 100px;
  background: #f2f3f0;
  border: 2px solid #f2f3f0;
  color: #252621;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 11px 17px 10px;
  display: flex;
  gap: 10px;
  transition: all 0.3s;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.main-btn:hover {
  background: #fff;
}
.main-btn i {
  color: #9bc32f;
  transition: all 0.3s;
}
.main-btn--shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.main-btn--grey {
  background-color: #444;
  color: #fff;
}
.main-btn--grey:hover {
  background-color: #1f1f1f;
}
.main-btn--black {
  background-color: #000;
  color: #fff;
}
.main-btn--black:hover {
  background-color: #1f1f1f;
}
.main-btn--white {
  background: #fff;
  border-color: #fff;
}
.main-btn--white:hover {
  background: #9bc32f;
  border-color: #9bc32f;
}
.main-btn--white:hover i {
  color: #000;
}
.main-btn--green {
  background: #9bc32f;
  border-color: #9bc32f;
  color: #fff;
}
.main-btn--green i {
  color: #fff;
}
.main-btn--green:hover {
  background: #fff;
  border-color: #9bc32f;
  color: #000;
}
.main-btn--green:hover i {
  color: #000;
}
.main-btn--big {
  font-size: 16px;
  min-height: 63px;
  padding-left: 25px;
  padding-right: 25px;
}
.main-btn__wrap {
  display: flex;
  justify-content: center;
}
.main-btn__wrap--left {
  justify-content: flex-start;
}
.main-btn__wrap--right {
  justify-content: flex-end;
}

.check-icon-list {
  font-size: 20px;
  color: #608301;
  flex: 0 0 20px !important;
}
@media only screen and (max-width: 768px) {
  .check-icon-list i {
    margin-top: 3px;
    display: block;
  }
}

.icon-destacado {
  color: #9bc32f;
  font-size: 20px;
  flex: 0 0 20px !important;
  line-height: 20px;
}

@media only screen and (max-width: 768px) {
  .heading-svg {
    width: 68px;
    height: auto;
  }
}

body .elementor-widget-text-editor .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

#content ol {
  padding-left: 1.5em;
  list-style-type: decimal;
  color: #252621;
  line-height: 1.6;
}
#content ol li {
  margin-bottom: 0.5em;
}
#content ol li::marker {
  font-weight: bold;
}
#content ul {
  padding-left: 1.5em;
  list-style-type: disc;
  color: #252621;
  line-height: 1.6;
}
#content ul li {
  margin-bottom: 0.5em;
}
#content ul li::before {
  display: none !important;
}
#content ul li::marker {
  color: #9bc32f;
}

.swiper-button-lock {
  display: none !important;
}

#regular-content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 140% */
}
#regular-content h2 {
  margin-bottom: 0.5em;
}
#regular-content h3 {
  color: #252621;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0.5em;
}
#regular-content h4 {
  color: #252621;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0.5em;
}
#regular-content hr {
  margin: 20px 0;
}
#regular-content a {
  color: #9bc32f;
}
#regular-content p {
  margin-bottom: 1em;
}
#regular-content p:last-child {
  margin-bottom: 0;
}
#regular-content *[class^=boton] {
  border-radius: 100px;
  background: #f2f3f0;
  border: 2px solid #f2f3f0;
  color: #252621;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 11px 17px 10px;
  display: inline-flex;
  margin-top: 1em;
  gap: 10px;
  transition: all 0.3s;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
#regular-content *[class^=boton]:hover {
  background: #fff;
}
#regular-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
#regular-content th,
#regular-content td {
  padding: 0.75em 1em;
  border: 1px solid #e0e0e0;
  text-align: left;
}
#regular-content th {
  background-color: #f2f3f0;
  font-weight: 700;
}
#regular-content tr:nth-child(even) {
  background-color: #fafafa;
}
#regular-content tr:hover {
  background-color: #f5f5f5;
}
#regular-content.contenido-entrada p {
  margin-bottom: 1em;
}
#regular-content.contenido-entrada p:last-child {
  margin-bottom: 1em;
}
#regular-content.contenido-entrada blockquote p:last-child {
  margin-bottom: 0;
}
#regular-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
#regular-content blockquote p:last-child {
  margin-bottom: 0;
}
#regular-content ul,
#regular-content ol {
  margin-bottom: 1em;
}
#regular-content p:empty {
  display: none;
}

.pagination {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 12px;
  line-height: normal;
}
@media only screen and (max-width: 600px) {
  .pagination {
    margin-top: 38px;
  }
}
.pagination__num, .pagination__dots {
  color: #252621;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 2px;
}
.pagination__num--current, .pagination__num:hover, .pagination__dots--current, .pagination__dots:hover {
  color: #9bc32f;
}
.pagination__dots {
  margin-top: 4px;
}
.pagination__prev, .pagination__next {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  background-color: #444;
  color: #9bc32f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  transition: all 0.3s;
}
.pagination__prev:hover, .pagination__next:hover {
  background-color: #1f1f1f;
}
.pagination__prev--disabled, .pagination__next--disabled {
  opacity: 0.5;
  background-color: #444 !important;
}
.pagination__prev {
  margin-right: 18px;
}
.pagination__next {
  margin-left: 18px;
}/*# sourceMappingURL=main.css.map */