@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Open Sans Regular";
  src: url("../fonts/OpenSans-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("../fonts/OpenSans-SemiBold.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/OpenSans-Bold.woff2");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Open Sans Regular";
  overflow-x: hidden;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.separador {
  margin: 35px 0;
}

.base {
  margin-bottom: 300px;
}

.table {
  margin: 0px;
}

.insite-edit div {
  font-size: 1rem;
  line-height: 24px;
}

.stop-scroll {
  overflow-y: hidden;
}

a:focus,
button:focus,
.slick-active:focus,
input:focus {
  outline: 2px solid #47D7AC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Bold";
  color: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #28344A;
  font-family: "Open Sans Bold";
}

.h1 {
  font-size: 3.5rem;
  line-height: 65px;
  margin-bottom: 15px;
}

.h2 {
  font-size: 2.875rem;
  line-height: 58px;
}

.h3 {
  font-size: 2.5rem;
  line-height: 52px;
}

.h4 {
  font-size: 2rem;
  line-height: 42px;
}

.h5 {
  font-size: 1.5rem;
  line-height: 30px;
}

.h6 {
  font-size: 1.25rem;
  line-height: 28px;
}

img {
  max-width: 100%;
}

small {
  font-size: 0.75rem;
}

p {
  font-family: "Open Sans Regular";
  font-size: 1rem;
  line-height: 24px;
  color: #28344A;
  font-weight: 300;
}

a {
  color: #47D7AC;
}
a:hover {
  text-decoration: none;
  color: #28344A;
}

b,
strong {
  font-family: "Open Sans Semibold";
  color: inherit;
}

.slick-slide img {
  cursor: auto;
}

button,
a,
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}

.btn-primary,
.main-wysiwyg a {
  padding: 8px 30px;
  color: #28344A;
  background: #47D7AC;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 19px;
  border-radius: 20px;
  display: inline-block;
  border: 2px solid #47D7AC;
  cursor: pointer;
  font-family: "Open Sans Semibold";
  min-width: 165px;
  text-align: center;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  text-decoration: none;
  color: #47D7AC !important;
  background: #28344A !important;
  border: 2px solid #47D7AC !important;
  box-shadow: none;
}

.btn-secondary {
  padding: 8px 30px;
  color: #ffffff;
  background: #28344A;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 19px;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  font-family: "Open Sans Semibold";
  border: 2px solid #28344A;
  min-width: 170px;
  text-align: center;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  text-decoration: none;
  color: #28344A !important;
  background-color: #ffffff !important;
  border: 2px solid #28344A !important;
  box-shadow: none;
}
.btn-secondary--light {
  color: #ffffff;
  background-color: #006ff5;
  border: 2px solid #006ff5;
}
.btn-secondary--light:hover, .btn-secondary--light:focus, .btn-secondary--light:active {
  text-decoration: none;
  color: #28344A !important;
  background-color: #ffffff !important;
  border: 2px solid #006ff5 !important;
  box-shadow: none;
}

.btn-normal {
  padding: 8px 30px;
  font-size: 0.875rem;
}

.btn-big {
  padding: 10px 30px;
  font-size: large;
}

.btn-v-big {
  padding: 12px 30px;
  font-size: x-large;
}

.btn-small {
  min-width: auto;
  padding: 8px 25px;
}
.btn-small:hover {
  text-decoration: none;
  color: #28344A;
  background: transparent;
  border: 2px solid #28344A;
  box-shadow: none;
}

.btn-primary.btn-icon .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary.btn-icon .wrapper .icon {
  margin-right: 5px;
  font-size: 1.062rem;
}

.block-btn-double {
  margin-top: 50px;
  width: 100%;
}
.block-btn-double__element-button + .block-btn-double__element-button {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .btn-small:hover {
    border: none;
    text-decoration: underline;
  }
  .block-title__btn {
    left: 0;
    right: auto;
    background: transparent;
    color: #28344A;
    padding: 0px;
    min-width: auto;
    border: none;
    margin-top: 22px;
    text-decoration: underline;
    position: relative;
  }
  .block-title--btn {
    display: block;
  }
  .block-title--slider-cards-type2 .block-title__text {
    margin-bottom: 30px;
  }
  .block-title--lead {
    margin-bottom: 20px;
  }
  .block-title--lead .block-title__text {
    margin-bottom: 10px;
  }
  .block-title--lead .block-title__lead {
    margin-bottom: 20px;
  }
  .header-tabs {
    position: relative;
  }
  .header-tabs .nav {
    margin-bottom: 45px;
    border: none;
  }
  .header-tabs .nav .nav-item + .nav-item {
    margin-left: 30px;
  }
  .header-tabs .nav::after, .header-tabs .nav::before {
    display: none;
  }
  .header-tabs .nav-pills {
    display: -webkit-box;
    flex-direction: initial;
    flex-wrap: nowrap;
    overflow-x: auto;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 3px;
  }
  .header-tabs .nav-pills .nav-link {
    margin: 0px;
  }
  .header-tabs .nav-pills::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }
  .header-tabs .nav-pills::-webkit-scrollbar-button,
  .header-tabs .contenedor::-webkit-scrollbar-button {
    display: none;
  }
  .header-tabs .nav-pills::-webkit-scrollbar {
    height: 3px;
  }
  .header-tabs .line-tab {
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  .header-tabs .line-tab:before, .header-tabs .line-tab:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 15px;
    background: rgba(255, 255, 255, 0.15);
  }
  .header-tabs .line-tab:before {
    left: -15px;
  }
  .header-tabs .line-tab:after {
    right: -15px;
  }
  .block-arrows--semicircle .arrow-next {
    right: -16px;
  }
  .block-arrows--semicircle .arrow-prev {
    left: -16px;
  }
  .video-controls .button-play {
    width: 35px;
    height: 35px;
    left: 15px;
    top: 15px;
  }
  .video-controls .button-play:before {
    top: 11px;
    left: 14px;
  }
  .video-controls .button-pause {
    width: 35px;
    height: 35px;
    left: 15px;
    top: 15px;
  }
  .video-controls .button-pause:after, .video-controls .button-pause:before {
    top: 13px;
  }
  .video-controls .button-pause:after {
    left: 12px;
  }
  .video-controls .button-pause:before {
    left: 19px;
  }
  .video-controls__button-circle--level1 {
    width: 50px;
    height: 50px;
    z-index: 2;
    left: 8px;
    top: 8px;
  }
  .video-controls__button-circle--level2 {
    width: 65px;
    height: 65px;
  }
  .semicircle-arrows .arrow-next {
    right: -16px;
  }
  .semicircle-arrows .arrow-prev {
    left: -16px;
  }
  .semicircle-arrows .arrow-next,
  .semicircle-arrows .arrow-prev {
    top: 50%;
  }
  .block-radioButton-complex--big {
    flex-direction: column;
    margin: 0px 0px;
  }
  .block-radioButton-complex--big .radio {
    width: 100%;
    margin: 5px 0px;
  }
}
@media (max-width: 767px) {
  .block-btn-double {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .block-btn-double__element-button + .block-btn-double__element-button {
    margin-left: 0px;
  }
  .block-btn-double__element-button {
    width: 80%;
    margin-bottom: 20px;
    position: relative;
  }
  .main-wysiwyg {
    margin: 40px auto;
  }
  .section-title {
    margin: 40px 0px;
  }
  .block-title {
    margin-bottom: 30px;
    display: block;
  }
  .block-title .title-icon:after {
    bottom: -7px;
    font-size: 0.5rem;
  }
  .header-tabs .line-tab {
    bottom: 3px;
  }
  .header-tabs .nav .nav-item .nav-link.active:before {
    bottom: 0px;
  }
  .block-arrows--circle {
    margin-top: 10px;
  }
  .h1,
  .h2 {
    font-size: 2rem;
    line-height: 43px;
  }
  .h3,
  .h4 {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .h5,
  .h6 {
    font-size: 1.25rem;
    line-height: 28px;
  }
  p {
    font-size: 0.875rem;
    line-height: 20px;
  }
  .block-radioButton-complex {
    flex-direction: column;
  }
  .block-radioButton-complex .radio {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  #accordion .card .card-header h5 button {
    padding-left: 15px;
  }
  #accordion .card .card-header h5 button:before {
    top: 6px;
    font-size: 1rem;
  }
}
.link {
  color: #28344A;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 600;
}

.main-wysiwyg {
  margin: 80px auto;
}
.main-wysiwyg p {
  margin-bottom: 10px;
  text-align: justify;
}
.main-wysiwyg ul {
  padding-left: 45px;
}
.main-wysiwyg ul p {
  margin-bottom: 10px;
  text-align: justify;
}
.main-wysiwyg ul li {
  position: relative;
  margin-bottom: 20px;
  line-height: 22px;
}
.main-wysiwyg ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #47D7AC;
  left: -45px;
  top: 8px;
}
.main-wysiwyg ol {
  padding-left: 35px;
}
.main-wysiwyg ol li {
  margin-bottom: 15px;
  line-height: 22px;
}
.main-wysiwyg a {
  margin-top: 20px;
}
.main-wysiwyg a:hover, .main-wysiwyg a:focus, .main-wysiwyg a:active {
  text-decoration: none;
  color: #47D7AC;
  background: #28344A;
  border: 2px solid #47D7AC;
  box-shadow: none;
}

.reference .colores {
  display: flex;
}
.reference .colores p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reference .colores p span {
  display: inline-block;
  height: 40px;
  width: 150px;
}
.reference .colores .blue {
  background: #006ff5;
}
.reference .colores .green {
  background: #47D7AC;
}
.reference .colores .blue-dark {
  background: #28344A;
}
.reference .colores .white {
  background: #ffffff;
  border: 1px solid #000000;
  height: 38px;
}
.reference .fonts {
  display: flex;
}
.reference .fonts p {
  margin: 0 20px;
}
.reference .fonts .regular {
  font-weight: 400;
}
.reference .fonts .semibold {
  font-weight: 600;
}
.reference .fonts .bold {
  font-weight: 700;
}

.bg-gradient,
.bg-blueDark {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-blueDark {
  background: #28344A;
  z-index: -2;
}

.bg-gradient {
  background: linear-gradient(314.91deg, #02f0be 0%, #096edc 48.65%, #28344A 100%);
  opacity: 0.18;
  z-index: -1;
}

.section-title {
  margin: 80px 0px;
}
.section-title__title {
  margin-bottom: 10px;
}
.section-title .insite-edit p {
  margin-bottom: 10px;
}

.section-title ~ .main-wysiwyg {
  margin-top: -40px;
}

.block-title {
  margin-bottom: 45px;
  padding-top: 20px;
}
.block-title span {
  font-family: "Open Sans Regular";
}
.block-title .title-icon {
  font-family: "Open Sans Bold";
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.block-title .title-icon:after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  bottom: -15px;
  font-weight: 600;
  font-size: 0.625rem;
}
.block-title--inside {
  margin-bottom: 30px;
}
.block-title--btn, .block-title--arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.block-title--lead .block-title__text {
  margin-bottom: 25px;
}
.block-title__btn {
  position: absolute;
  right: 0;
}
.block-title--bg-blueDark {
  background: #28344A;
}
.block-title--bg-blueDark .block-title__text {
  color: #ffffff;
}
.block-title--bg-blue {
  background: #006ff5;
}
.block-title--bg-blue .block-title__text,
.block-title--bg-blue .block-title__lead {
  color: #ffffff;
}
.block-title--slider-cards-type2 .block-title__text {
  margin-bottom: 115px;
}

@media (max-width: 991px) {
  .block-title__btn {
    left: 0;
    right: auto;
    background: transparent;
    color: #28344A;
    padding: 0px;
    min-width: auto;
    border: none;
    margin-top: 22px;
    text-decoration: underline;
    position: relative;
  }
  .block-title--btn {
    display: block;
  }
  .block-title--slider-cards-type2 .block-title__text {
    margin-bottom: 30px;
  }
  .block-title--lead {
    margin-bottom: 20px;
  }
  .block-title--lead .block-title__text {
    margin-bottom: 10px;
  }
  .block-title--lead .block-title__lead {
    margin-bottom: 20px;
  }
}
.header-tabs .nav {
  border-bottom: 3px solid;
  border-color: rgba(255, 255, 255, 0.15);
  justify-content: center;
  position: relative;
  margin-bottom: 70px;
}
.header-tabs .nav:before, .header-tabs .nav:after {
  content: "";
  position: absolute;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  width: 9999px;
  bottom: -3px;
}
.header-tabs .nav:before {
  right: 100%;
}
.header-tabs .nav:after {
  left: 100%;
}
.header-tabs .nav .nav-item .nav-link {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  height: 100%;
  font-family: "Open Sans Regular";
  position: relative;
  bottom: 0px;
  padding: 8px 0px 20px 0px;
}
.header-tabs .nav .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #47D7AC;
  width: 100%;
  bottom: -3px;
  border-radius: 0 100px 0 100px;
  z-index: 9;
}
.header-tabs .nav .nav-item .nav-link i {
  margin-bottom: 14px;
}
.header-tabs .nav .nav-item + .nav-item {
  margin-left: 70px;
}

@media (max-width: 991px) {
  .header-tabs {
    position: relative;
  }
  .header-tabs .nav {
    margin-bottom: 45px;
    border: none;
  }
  .header-tabs .nav .nav-item + .nav-item {
    margin-left: 30px;
  }
  .header-tabs .nav::after, .header-tabs .nav::before {
    display: none;
  }
  .header-tabs .nav-pills {
    display: -webkit-box;
    flex-direction: initial;
    flex-wrap: nowrap;
    overflow-x: auto;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 3px;
  }
  .header-tabs .nav-pills .nav-link {
    margin: 0px;
  }
  .header-tabs .nav-pills::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .header-tabs .nav-pills::-webkit-scrollbar {
    width: 10px;
  }
  .header-tabs .nav-pills::-webkit-scrollbar-button,
  .header-tabs .contenedor::-webkit-scrollbar-button {
    display: none;
  }
  .header-tabs .nav-pills::-webkit-scrollbar {
    height: 3px;
  }
  .header-tabs .line-tab {
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  .header-tabs .line-tab:before, .header-tabs .line-tab:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 15px;
    background: rgba(255, 255, 255, 0.15);
  }
  .header-tabs .line-tab:before {
    left: -15px;
  }
  .header-tabs .line-tab:after {
    right: -15px;
  }
}
@media (max-width: 575px) {
  .nav:before, .nav:after {
    display: none;
  }
}
.block-dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
}
.block-dots .slick-dots li {
  background: #ffffff;
  width: 5px;
  height: 5px;
}
.block-dots .slick-dots li button {
  display: none;
}
.block-dots .slick-dots li.slick-active {
  background: #47D7AC;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  outline: 0px;
}
.block-dots .slick-dots li + li {
  margin-left: 20px;
}
.block-dots--light .slick-dots li {
  background: #ffffff;
}
.block-dots--dark .slick-dots li {
  background: #28344A;
}

.block-arrows .arrow-next,
.block-arrows .arrow-prev {
  cursor: pointer;
  background: #47D7AC;
  color: #006ff5;
}
.block-arrows .arrow-next {
  transform: rotate(-90deg);
}
.block-arrows .arrow-next.slick-disabled {
  background: rgba(255, 255, 255, 0.5);
  cursor: inherit;
}
.block-arrows .arrow-prev {
  transform: rotate(90deg);
}
.block-arrows .arrow-prev.slick-disabled {
  background: rgba(255, 255, 255, 0.5);
  cursor: inherit;
}
.block-arrows--semicircle .arrow-next,
.block-arrows--semicircle .arrow-prev {
  position: absolute;
  background: #ffffff;
  z-index: 9;
  height: 32px;
  width: 64px;
  border-radius: 32px 32px 0px 0px;
  box-shadow: 0 2px 4px 0 rgba(10, 16, 54, 0.62);
  top: 40%;
}
.block-arrows--semicircle .arrow-next:before,
.block-arrows--semicircle .arrow-prev:before {
  position: absolute;
  left: 23px;
  top: 12px;
  color: #006ff5;
}
.block-arrows--semicircle .arrow-next {
  right: -1px;
}
.block-arrows--semicircle .arrow-prev {
  left: -1px;
}
.block-arrows--circle {
  display: flex;
  justify-content: flex-end;
}
.block-arrows--circle .arrow-prev,
.block-arrows--circle .arrow-next {
  background: #47D7AC;
  color: #006ff5;
  border-radius: 50%;
  padding: 12px;
  display: inline-block;
}
.block-arrows--circle .slick-disabled {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 4px 0 rgba(81, 91, 162, 0.15);
}
.block-arrows--circle .arrow-prev {
  margin-right: 10px;
}
.block-arrows--noticias .arrow-prev,
.block-arrows--noticias .arrow-next {
  padding: 19px;
  border-radius: 0px 0px 5px 5px;
}
.block-arrows--noticias .arrow-prev:before,
.block-arrows--noticias .arrow-next:before {
  font-size: 1.375rem;
}
.block-arrows--noticias .arrow-prev {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .block-arrows--semicircle .arrow-next {
    right: -16px;
  }
  .block-arrows--semicircle .arrow-prev {
    left: -16px;
  }
}
.video-controls__wrapper {
  position: relative;
  height: 80px;
  width: 80px;
}
.video-controls__button-circle {
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 1px solid #47D7AC;
  background: rgba(40, 52, 74, 0.75);
}
.video-controls__button-circle--level1 {
  width: 65px;
  height: 65px;
  z-index: 2;
  left: 7.5px;
  top: 7.5px;
}
.video-controls__button-circle--level2 {
  width: 80px;
  height: 80px;
  z-index: 1;
}
.video-controls .button-play {
  background: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 17.5px;
  top: 17.5px;
}
.video-controls .button-play:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid #096edc;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 16px;
  left: 19px;
}
.video-controls .button-pause {
  background: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 17.5px;
  top: 17.5px;
}
.video-controls .button-pause:before, .video-controls .button-pause:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 4px;
  background: #006ff5;
  top: 18px;
  border-radius: 2px;
}
.video-controls .button-pause:before {
  left: 24px;
}
.video-controls .button-pause:after {
  left: 17px;
}

.listado-componentes li {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.listado-componentes li a {
  min-width: 200px;
}
.listado-componentes li img {
  max-width: 300px;
  max-height: 250px;
  margin: 0px 30px;
}
.listado-componentes li .invision {
  display: flex;
  flex-direction: column;
  padding: 0px 50px;
  width: 125px;
}
.listado-componentes li .invision strong {
  margin-bottom: 10px;
}
.listado-componentes li .invision a {
  margin-bottom: 5px;
  display: inline-block;
}
.listado-componentes .estado {
  display: flex;
  margin-left: 20px;
}
.listado-componentes .estado small {
  text-align: center;
  background: #f5f5f5;
  margin: 5px;
  padding: 5px;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
}
.listado-componentes .estado small strong {
  text-transform: uppercase;
}

.page-with-banner .miga-de-pan {
  position: absolute;
}
.page-with-banner .miga-de-pan span {
  color: #47D7AC;
}
.page-with-banner .miga-de-pan span a {
  color: #47D7AC;
}
.page-with-banner .miga-de-pan span a:last-child:hover {
  color: #47D7AC;
}

.miga-de-pan {
  margin: 0;
  padding: 25px 0;
  position: relative;
  z-index: 10;
}
.miga-de-pan span {
  color: #28344A;
  font-size: 12px;
}
.miga-de-pan span a {
  color: #28344A;
}
.miga-de-pan span a:last-child:hover {
  color: #28344A;
}
.miga-de-pan span:after {
  content: ">";
  padding: 0 10px;
}
.miga-de-pan span:last-child a {
  font-weight: 600;
}
.miga-de-pan span:last-child:after {
  content: "";
}
.miga-de-pan--bw span {
  color: #000000;
}
.miga-de-pan--bw span a {
  color: #000000;
}
.miga-de-pan--disabled {
  display: none;
}

@media (max-width: 768px) {
  .miga-de-pan .container {
    max-width: 100%;
  }
}
.paginacion {
  font-family: "Open Sans Regular";
}
.paginacion ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginacion__ant, .paginacion__sig {
  margin: 0 15px;
  background-color: #47D7AC;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #096edc;
  cursor: pointer;
}
.paginacion__ant--inactive, .paginacion__sig--inactive {
  background-color: rgba(71, 215, 172, 0.25);
  cursor: auto;
}
.paginacion__num {
  padding: 0 10px;
  font-size: 0.812rem;
  color: #28344A;
  cursor: pointer;
}
.paginacion__num.active {
  color: #006ff5;
  font-weight: 600;
}

@media (max-width: 991px) {
  .semicircle-arrows .arrow-next {
    right: -16px;
  }
  .semicircle-arrows .arrow-prev {
    left: -16px;
  }
  .semicircle-arrows .arrow-next,
  .semicircle-arrows .arrow-prev {
    top: 50%;
  }
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-toggle {
  border-radius: 0px;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #28344A;
  padding: 5px 0px;
  width: 100%;
  border-color: #28344A !important;
}
.bootstrap-select .dropdown-toggle:hover {
  background: transparent;
  border: none;
  border-bottom: 1px solid #28344A;
  color: #28344A !important;
}
.bootstrap-select .dropdown-toggle:active {
  background-color: transparent !important;
  color: #28344A !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #28344A;
  color: #28344A !important;
}
.bootstrap-select .dropdown-toggle:after {
  content: "\e905";
  font-family: "icomoon" !important;
  line-height: 1;
  border: none;
  margin: 0px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 0.875rem;
  font-family: "Open Sans Regular";
}
.bootstrap-select.bs-placeholder {
  color: #28344A !important;
}
.bootstrap-select.bs-placeholder:focus {
  color: #28344A !important;
}
.bootstrap-select.show .dropdown-toggle {
  border-color: #47D7AC !important;
}
.bootstrap-select .dropdown-menu {
  min-width: 320px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09);
  margin: 0px;
  width: 100%;
}
.bootstrap-select .dropdown-menu .dropdown-item:active {
  background: #47D7AC;
}
.bootstrap-select .dropdown-menu li a {
  padding: 12px 30px;
}
.bootstrap-select .dropdown-menu li a .text {
  font-size: 0.875rem;
  font-family: "Open Sans Regular";
}
.bootstrap-select .dropdown-menu li a:hover {
  border: none;
}
.bootstrap-select .dropdown-menu li a.active {
  background: rgba(71, 215, 172, 0.25);
  color: #28344A;
}

.form-group {
  position: relative;
  margin: 20px 0px;
  display: inline-block;
  width: 100%;
}
.form-group input {
  font-family: "Open Sans Regular";
  font-size: 0.875rem;
  color: #28344A;
}
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=date],
.form-group input[type=tel],
.form-group input[type=email],
.form-group input[type=file],
.form-group input[type=number] {
  border-bottom: 1px solid #28344A;
  width: 100%;
  font-size: 0.875rem;
  padding: 5px 0px;
  position: relative;
  font-family: "Open Sans Regular";
  border-radius: 0px;
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=password]::-moz-placeholder, .form-group input[type=date]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=file]::-moz-placeholder, .form-group input[type=number]::-moz-placeholder {
  color: #28344A;
  font-family: "Open Sans Regular";
}
.form-group input[type=text]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=date]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=file]::placeholder,
.form-group input[type=number]::placeholder {
  color: #28344A;
  font-family: "Open Sans Regular";
}
.form-group input[type=text]:focus,
.form-group input[type=password]:focus,
.form-group input[type=date]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=email]:focus,
.form-group input[type=file]:focus,
.form-group input[type=number]:focus {
  border-bottom: 1px solid #47D7AC;
}
.form-group label,
.form-group .label {
  transition: all 0.4s;
  z-index: 1;
  font-size: 0.875rem;
  font-family: "Open Sans Regular";
  position: absolute;
  bottom: 10px;
  color: #28344A;
  cursor: text;
  width: 100%;
}
.form-group label.active,
.form-group .label.active {
  transform: translateY(-10px);
  font-size: 0.75rem;
  padding-bottom: 10px;
}
.form-group textarea {
  width: 100%;
  border-radius: 0px;
  border-color: #949494;
  padding: 10px;
  font-size: 0.875rem;
}
.form-group textarea:focus {
  border-color: #47D7AC;
  outline: none;
}
.form-group .show-password {
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 8px;
  right: -1px;
  z-index: 2;
  cursor: pointer;
}
.form-group--icon:after {
  position: absolute;
  font-family: "icomoon";
  line-height: 1;
  right: -4px;
  bottom: 5px;
  padding: 4px;
  background: #ffffff;
}
.form-group.icon-tooltip .button-tooltip {
  position: absolute;
  right: 0;
  bottom: -1px;
  padding: 0;
  cursor: pointer;
}
.form-group.icon-tooltip .button-tooltip .icon {
  font-size: 1rem;
  color: #28344A;
}
.form-group.icon-file {
  display: flex;
}
.form-group.icon-file label {
  background: #ffffff;
  width: 100%;
  bottom: 2px;
  padding: 30px 0px 0px 0px;
}
.form-group.icon-file label.active {
  transform: none;
}
.form-group.icon-file .label.active {
  top: -33px;
  color: red;
  background: transparent;
}
.form-group.icon-file:after {
  content: "\e913";
  z-index: 9;
}
.form-group.icon-password-close:after {
  content: "\e916";
}
.form-group.icon-password-open:after {
  content: "\e92a";
}
.form-group.icon-date:after {
  content: "\e914";
}
.form-group.icon-check-ok input {
  border-bottom: 1px solid #47D7AC;
}
.form-group.icon-check-ok:after {
  content: "\e929";
  color: #84d5ac;
}
.form-group.icon-check-error input {
  border-bottom: 1px solid #ff295f;
}
.form-group.icon-check-error input:focus {
  border-bottom: 1px solid #ff295f;
}
.form-group.icon-check-error:after {
  content: "\e926";
  color: #ff295f;
}
.form-group.icon-check-error span {
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #ff295f;
  font-size: 0.75rem;
  font-family: "Open Sans Regular";
}
.form-group.form-group-textArea label {
  position: relative;
  bottom: auto;
  margin-bottom: 10px;
}
.form-group.form-group-legalText {
  background-color: #f5f5f5;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 6.21429rem;
  padding: 10px;
  width: 100%;
  margin-bottom: 0;
}
.form-group.form-group-legalText span {
  font-size: 12px;
}
.form-group p.error-text {
  position: absolute;
  color: #ff295f;
  font-size: 0.687rem;
  bottom: -22px;
}

.select-group--icon:after {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.select-group.icon-tooltip .button-tooltip {
  bottom: -22px;
}
.select-group.icon-tooltip .button-tooltip .icon {
  font-size: 1rem;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: 0;
}
.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 170px;
  width: 170px;
  font-size: 0.812rem;
  background-color: #28344A;
  border-radius: 0 24px 0 24px;
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 34px;
  right: 0;
}
.tooltip .tooltiptext:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 4px 0 12px;
  border-color: #28344A transparent transparent transparent;
  bottom: -9px;
  right: 0px;
  /* margin-left: -23px; */
  position: absolute;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.derogacion .form-group {
  padding-top: 10px;
  display: none;
}
.derogacion.checked .form-group {
  display: block;
}
.derogacion .checkbox label {
  display: flex;
  align-items: center;
}
.derogacion .checkbox label .icon-info {
  font-size: 1rem;
  margin-left: 5px;
}

.radio {
  margin: 10px 0px 10px 20px;
  cursor: pointer;
}
.radio input[type=radio]:checked + label::before {
  border-color: #47D7AC;
}
.radio input[type=radio]:checked + label::after {
  background-color: #47D7AC;
  transform: scale(1, 1);
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-size: 0.875rem;
  cursor: pointer;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #28344A;
  left: 0;
  top: -1px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  left: 5px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #47D7AC;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.block-radioButton-complex {
  display: flex;
  margin: 0px -5px;
}
.block-radioButton-complex .radio {
  border: 1px solid #949494;
  border-radius: 4px;
  width: 33%;
  margin: 5px;
}
.block-radioButton-complex .radio label {
  padding: 15px 15px 10px 40px;
}
.block-radioButton-complex .radio label:before {
  top: 14px;
  margin-left: 15px;
}
.block-radioButton-complex .radio label:after {
  left: 40px;
  top: 19px;
}
.block-radioButton-complex .radio label span {
  font-family: "Open Sans Semibold";
}
.block-radioButton-complex .radio label p {
  font-size: 0.812rem;
  line-height: 16px;
  margin-top: 5px;
}
.block-radioButton-complex .radio.active {
  border: 1px solid #47D7AC;
}
.block-radioButton-complex--big {
  margin: 0px -15px;
}
.block-radioButton-complex--big .radio {
  width: 50%;
  margin: 5px 15px;
}
.block-radioButton-complex--big .radio label {
  padding: 30px 40px 25px 40px;
  width: 100%;
}
.block-radioButton-complex--big .radio label:before {
  width: 24px;
  height: 24px;
}
.block-radioButton-complex--big .radio label:after {
  width: 8px;
  height: 8px;
  left: 43px;
  top: 22px;
}
.block-radioButton-complex--big .radio .wrapper-text {
  text-align: center;
}
.block-radioButton-complex--big .radio .wrapper-text .text {
  max-width: 230px;
  margin: 0 auto;
}
.block-radioButton-complex--big .radio .wrapper-text .price {
  margin-top: 10px;
}
.block-radioButton-complex--big .radio .wrapper-text .price span {
  font-family: "Open Sans Regular";
  font-size: 1.25rem;
  margin-left: 4px;
}
.block-radioButton-complex--big .radio .wrapper-text ul {
  display: inline-block;
}
.block-radioButton-complex--big .radio .wrapper-text ul li {
  position: relative;
  margin-left: 25px;
  padding: 6px 0px;
}
.block-radioButton-complex--big .radio .wrapper-text ul li:before {
  position: absolute;
  color: #47D7AC;
  left: -25px;
  top: 5px;
  font-size: 1rem;
  content: "\e91d";
  font-family: "icomoon";
}
.block-radioButton-complex--big .radio .wrapper-text .coverage {
  font-family: "Open Sans Semibold";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.block-radioButton-complex--big .radio .wrapper-text .coverage span {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 1.062rem;
  margin-left: 5px;
}

.block-radio-text {
  display: block;
}
.block-radio-text p {
  font-size: 0.875rem;
}
.block-radio-text .wrapper-radios {
  margin-top: 10px;
  display: flex;
}
.block-radio-text .wrapper-radios .radio + .radio {
  margin-left: 50px;
}

.checkbox {
  margin: 10px 0px 10px 20px;
  cursor: pointer;
}
.checkbox input:focus {
  outline: none;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #47D7AC;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  margin-left: -20px;
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #47D7AC;
  border-width: 0px 2px 2px 0;
  z-index: 9;
  cursor: pointer;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-size: 0.875rem;
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #28344A;
  left: 0;
  top: -1px;
  margin-left: -20px;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out;
  border-radius: 3px;
}
.checkbox label::after {
  transform: rotate(45deg);
}
.checkbox p.error-text ~ .form-check-label:before {
  border: 2px solid #ff295f;
}
.checkbox .error ~ label:before {
  border: 2px solid #ff295f;
}

@media (max-width: 991px) {
  .block-radioButton-complex--big {
    flex-direction: column;
    margin: 0px 0px;
  }
  .block-radioButton-complex--big .radio {
    width: 100%;
    margin: 5px 0px;
  }
}
#accordion .card {
  border: none;
}
#accordion .card .card-header {
  background: none;
  border: none;
  border-bottom: 1px solid #e5e8ea;
}
#accordion .card .card-header h5 button {
  color: #28344A;
  position: relative;
  padding-left: 30px;
}
#accordion .card .card-header h5 button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
#accordion .card .card-header h5 button:hover {
  text-decoration: none;
}
#accordion .card .card-header h5 button:before {
  content: "\e919";
  position: absolute;
  font-family: "icomoon";
  left: -20px;
  top: 2px;
  font-size: 1.437rem;
}
#accordion .card .card-header h5 button.collapsed:before {
  content: "\e918";
}
#accordion .card .card-body {
  line-height: 24px;
}

.modal .modal-dialog.modal-sm-general {
  max-width: 460px;
}
.modal .modal-dialog.modal-sm-general .modal-content .modal-body {
  padding: 20px 60px 40px;
}
.modal .modal-dialog.modal-video .modal-content .modal-body {
  padding: 15px;
}
.modal .modal-dialog .modal-content {
  border-radius: 24px 0px 24px 0px;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 30px 20px 10px 20px;
}
.modal .modal-dialog .modal-content .modal-header button {
  display: flex;
  align-items: center;
  color: #28344A;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header button .icon {
  font-size: 1.25rem;
  margin-right: 5px;
}
.modal .modal-dialog .modal-content .modal-header button .text {
  font-size: 1rem;
}
.modal .modal-dialog .modal-content .modal-body {
  width: 80%;
  margin: auto;
}
.modal .modal-dialog .modal-content .modal-body .header p {
  font-size: 0.875rem;
}
.modal .modal-dialog .modal-content .modal-body .checkbox {
  margin: 0.5em 1.3em;
}

.footer-columns {
  padding: 30px 30px 10px 30px;
  position: relative;
  top: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
}
.footer-columns > div + div {
  position: relative;
}
.footer-columns > div + div:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e8ea;
  left: 0;
  top: 0;
}
.footer-columns__col {
  width: 30%;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.footer-columns__title {
  margin: 0px 0px 12px 0px;
  display: inline-block;
  font-weight: bold;
  color: #02f0be;
}
.footer-columns__list {
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-columns__item {
  margin: 10px 0px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer-columns__item:hover a,
.footer-columns__item:hover .icon {
  color: #006ff5;
}
.footer-columns__link {
  color: #28344A;
  padding: 10px 0px;
  display: inline-block;
  font-size: 0.812rem;
}
.footer-columns__icon--mobile {
  display: none;
}

@media (max-width: 991px) {
  .footer-columns {
    position: relative;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 5px 0px 5px 0px;
  }
  .footer-columns > div + div:before {
    display: none;
  }
  .footer-columns__col {
    padding: 0px 20px 0px 20px;
    flex-direction: inherit;
    width: 100%;
    border-bottom: 1px solid #edeeef;
  }
  .footer-columns__title {
    margin: 0px 0px 0px 15px;
  }
  .footer-columns__wrapper {
    display: flex;
    padding: 18px 20px 18px 20px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .footer-columns__list {
    position: relative;
    padding: 0px 50px 0px 58px;
    top: auto;
    flex-direction: column;
    border: none;
    display: none;
    box-shadow: none;
  }
  .footer-columns__item {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }
  .footer-columns__icon--mobile {
    display: block;
    cursor: pointer;
    right: 16px;
    font-size: 2rem;
    padding: 8px 16px;
  }
}
.stickymenu {
  display: flex;
  background: #28344a;
  position: relative;
  z-index: 10;
}
.stickymenu.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.stickymenu__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.stickymenu__list {
  display: flex;
  justify-content: space-evenly;
  color: #ffffff;
  width: 100%;
}
.stickymenu__item {
  padding: 17px 0px;
  list-style: none;
  color: #ffffff;
}
.stickymenu__link {
  color: #ffffff;
}
.stickymenu__link:hover {
  color: #02f0be;
}
.stickymenu__icon--mobile {
  display: none;
}
.stickymenu .level-1__item {
  display: flex;
  font-size: 1rem;
  line-height: 22px;
}

@media (max-width: 991px) {
  .stickymenu {
    display: none;
  }
}
#ui-datepicker-div {
  background: #28344A;
  font-family: "Open Sans Regular";
  padding: 30px 20px;
  width: 325px;
  border-radius: 0px 0px 0px 24px;
}
#ui-datepicker-div .ui-widget-header {
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
  color: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span {
  font-family: "icomoon";
  text-indent: 0;
  background: #28344A;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span:before {
  content: "\e905";
  color: #ffffff;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover {
  background: transparent;
  border: none;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  left: 4px;
  top: 0;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  left: 4px;
  top: 0;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span {
  transform: rotate(90deg);
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  right: 4px;
  top: 0;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover {
  background: transparent;
  border: none;
  right: 4px;
  top: 0;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span {
  transform: rotate(-90deg);
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  border-bottom: none;
  color: #ffffff;
  font-size: 0.75rem;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  padding: 9px;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a:hover {
  background: #47D7AC;
  color: #28344A;
  border-radius: 10px 0px 0px 0px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-default {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 0.875rem;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today .ui-state-default {
  color: #47D7AC;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today .ui-state-default.ui-state-active {
  color: #ffffff;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today .ui-state-default:hover {
  color: #28344A;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-active {
  background: #47D7AC;
  color: #ffffff;
  border-radius: 10px 0px 0px 0px;
}

/*Accesibilidad labels*/
.form-search .a11y {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.modal-backdrop {
  z-index: 100;
}

/*Desplegable Idioma*/
.dropdown.dropdown-lang {
  padding: 10px 0px;
  margin-left: 1.875rem;
}

.dropdown-lang-name {
  margin: 0px 0px 0px 2px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 16px 0 0;
  min-width: 80px;
}

.dropdown-menu.open {
  display: flex;
  flex-direction: column;
}

.dropdown-item {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #096EDC;
  padding: 0 32px 16px;
}
.dropdown-item:hover {
  background-color: #006FF5;
  color: #FFFFFF;
}

.dropdown-lang .dropdown-toggle {
  min-width: 80px;
  height: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-color: white;
}
.dropdown-lang .dropdown-toggle:focus {
  color: var(#28344a);
  border: none;
  border-color: white;
}

/*Ancho reducido*/
.reduced-width {
  margin: 0px 100px 0px 100px;
}

/*Colores de Texto*/
.text-color--black {
  color: #000000 !important;
}
.text-color--blue {
  color: #006ff5 !important;
}
.text-color--blueDark {
  color: #28344A !important;
}
.text-color--green {
  color: #47D7AC !important;
}
.text-color--white {
  color: #ffffff !important;
}

/*Colores de fondo*/
.background-color--white {
  background-color: #ffffff !important;
}
.background-color--gray {
  background-color: #f5f5f5 !important;
}
.background-color--black {
  background-color: #000000 !important;
}
.background-color--blueDark {
  background-color: #28344A !important;
}
.background-color--green {
  background-color: #47D7AC !important;
}
.background-color--blue {
  background-color: #006ff5 !important;
}

/*Cuadro de texto*/
.text-cuad {
  padding: 15px 0px;
}
.text-cuad div {
  margin-top: 20px;
}

/*Formulario embebido*/
.embed-form-wrapper {
  border-radius: 24px;
  padding-bottom: 20px;
}

.embed-form-thankyou {
  display: none;
  color: #47D7AC;
  margin-top: 12px;
  text-shadow: 1px 1px 1px #000000;
  font-size: larger;
}

/*Contactos Nuevo*/
.icons--box .borderAzul {
  border: 2px solid #006ff5 !important;
}
.icons--box .borderAzulOscuro {
  border: 2px solid #28344A !important;
}
.icons--box .borderVerde {
  border: 2px solid #47D7AC !important;
}
.icons--box .borderNone {
  border: none !important;
}

.marco__contacto img {
  width: 100%;
  height: 100%;
}

.tarjetaContacto:nth-last-child(1):nth-child(odd) {
  flex: 0 0 100%;
  max-width: 100%;
}

.tarjetaContacto:nth-last-child(1):nth-child(odd) .icono {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/*underline color*/
.underline-color--blue {
  border-bottom: 1px solid #006ff5 !important;
}
.underline-color--blueDark {
  border-bottom: 1px solid #28344A !important;
}
.underline-color--green {
  border-bottom: 1px solid #47D7AC !important;
}

.form-group {
  position: relative;
}

.form-group input {
  width: 100%;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.form-group input:focus {
  outline: none;
  border-bottom-color: #47D7AC;
}

.form-group label {
  position: relative;
  left: 0;
  font-size: 14px;
}

.input-group-append {
  cursor: pointer;
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  cursor: pointer;
}

.underline-color--blue {
  border-bottom: 1px solid #006ff5 !important;
}

.underline-color--blueDark {
  border-bottom: 1px solid #28344A !important;
}

.underline-color--green {
  border-bottom: 1px solid #47D7AC !important;
}

.radio-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 15px;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1em;
  margin: 5px;
}

.radio-item label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-size: 0.875rem;
  cursor: pointer;
}

.radio-list.horizontal {
  /* Cambia a orientación horizontal */
  flex-direction: row;
}

input[type=radio] + label {
  transition: none !important;
  transform: none !important;
  font-size: 14px !important;
}

input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.rbBg--green:checked:after {
  background-color: #47D7AC;
}

.rbBg--blue:checked:after {
  background-color: #006ff5;
}

.rbBg--blueDark:checked:after {
  background-color: #28344A;
}

.checkbox-group {
  margin-top: 15px;
  width: 320px;
  font-family: Arial, sans-serif;
}

.checkbox-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2px;
}

.checkbox-subtitle {
  font-size: 1em;
  color: #555;
  margin-bottom: 12px;
}

.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Espacio entre opciones */
  margin-top: 5px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  font-size: 1em;
  gap: 8px;
}

.embed-form-btn {
  margin: 15px 0px;
  width: -moz-fit-content;
  width: fit-content;
}

.embed-form-error {
  color: #e74c3c;
  font-size: 0.95em;
  margin-top: 2px;
  display: none;
}

.wc_wrapper {
  overflow: visible !important;
}

.wc_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1;
}
.wc_overlay.opct3 {
  opacity: 0.3;
}
.wc_overlay.opct5 {
  opacity: 0.5;
}
.wc_overlay.opct7 {
  opacity: 0.7;
}

.wc_cards__elements {
  margin: 0px -15px;
  display: flex;
  justify-content: space-around;
}

.wc_cards__element {
  padding: 20px;
}

.wc_cards__element-content {
  color: #28344A;
  padding: 20px;
  border: 1px solid #47D7AC;
  border-radius: 16px;
  backdrop-filter: blur(5px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.wc_cards__element-text {
  color: white;
  margin-top: 15px;
  text-align: center;
  box-sizing: border-box;
  max-width: 200px; /* o el ancho que necesites */
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 10px;
}

p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
}

.p-dropdown-panel {
  background: #fff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1411764706), 0 1px 10px rgba(0, 0, 0, 0.1215686275);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.5rem;
  margin-right: -1.5rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
  margin-top: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #495057;
  background: #e3f2fd;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
  background: rgba(33, 150, 243, 0.2392156863);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #495057;
  background: #dee2e6;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #fff;
  font-weight: 600;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}

.p-multiselect-panel {
  background: #fff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1411764706), 0 1px 10px rgba(0, 0, 0, 0.1215686275);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
  margin-top: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #495057;
  background: #e3f2fd;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
  background: rgba(33, 150, 243, 0.2392156863);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #495057;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #fff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}

header .header__box-bottom {
  background: #28344A;
}
header .auxiliary-menu {
  background: #ffffff;
}
header .auxiliary-menu p {
  margin: 0px;
}
header .auxiliary-menu li {
  list-style: none;
}
header .auxiliary-menu .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row;
  min-height: 42px;
}
header .auxiliary-menu__icon {
  font-size: 1.125rem;
}
header .auxiliary-menu__icon:hover {
  color: #006ff5;
}
header .auxiliary-menu .nomenu div + div {
  margin: 0px 10px 0px 30px;
}
header .auxiliary-menu__actions {
  display: flex;
  align-items: center;
}
header .auxiliary-menu__actions > div + div {
  margin-left: 35px;
}
header .auxiliary-menu__actions > div {
  padding: 12px 0px;
}
header .auxiliary-menu__actions > div .title {
  display: flex;
  align-items: center;
}
header .auxiliary-menu__actions > div .title span {
  margin-left: 5px;
}
header .auxiliary-menu__actions .form-search {
  margin-left: 15px;
  position: absolute;
  width: 50%;
  min-width: 380px;
  transition: all 1s;
  display: flex;
  align-items: center;
  right: -100%;
  background: #ffffff;
  padding: 11px 0px;
}
header .auxiliary-menu__actions .form-search .icon {
  color: #006ff5;
}
header .auxiliary-menu__actions .form-search .icon-close {
  cursor: pointer;
}
header .auxiliary-menu__actions .form-search__input--text {
  width: 100%;
  padding: 5px 10px;
}
header .auxiliary-menu__actions .form-search--active {
  right: 0%;
}
header .auxiliary-menu__actions .search {
  cursor: pointer;
  display: flex;
}
header .auxiliary-menu__actions .search:hover span {
  color: #006ff5;
}
header .auxiliary-menu__actions .lenguage {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #006ff5;
}
header .auxiliary-menu__actions .lenguage .icon {
  margin-right: 5px;
}
header .auxiliary-menu__actions .lenguage__text {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 2px solid;
  color: #28344A;
}
header .auxiliary-menu__actions .private-area {
  cursor: pointer;
}
header .auxiliary-menu__actions .private-area__title .icon {
  margin-right: 5px;
}
header .auxiliary-menu__actions .private-area__menu {
  position: absolute;
  border-top: 5px solid #006ff5;
  padding: 30px 35px 20px 35px;
  right: 0;
  top: 48px;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.09);
  display: none;
}
header .auxiliary-menu__actions .private-area__menu .title {
  font-weight: bold;
  font-size: 1rem;
}
header .auxiliary-menu__actions .private-area__menu .list {
  margin: 0px;
}
header .auxiliary-menu__actions .private-area__menu .list li {
  margin: 15px 0px;
  padding: 5px 0px;
  position: relative;
  transition: all 0.3s;
  text-align: left;
}
header .auxiliary-menu__actions .private-area__menu .list li a {
  color: #28344A;
  font-size: 0.875rem;
  transition: all 0.3s;
}
header .auxiliary-menu__actions .private-area__menu .list li:hover a {
  color: #006ff5;
}
header .auxiliary-menu__actions .private-area__menu .list li:hover:before {
  content: "\e901";
  position: absolute;
  color: #006ff5;
  font-family: "icomoon";
  line-height: 1;
  bottom: -7px;
  font-size: 0.312rem;
}
header .auxiliary-menu__actions .private-area:hover .private-area__title {
  color: #006ff5;
}
header .auxiliary-menu__actions .private-area:hover .private-area__menu {
  display: block;
}
header .auxiliary-menu__actions .icon-menu {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
}
header .megamenu {
  background: #28344A;
  position: relative;
}
header .megamenu__link-nav--contacto.menu-active {
  color: #47D7AC;
}
header .megamenu.level2-active {
  margin-bottom: 90px;
}
header .megamenu .header-mobile {
  color: #ffffff;
  display: none;
  padding: 25px;
}
header .megamenu .header-mobile__lenguage .title {
  display: flex;
  color: #ffffff;
  align-items: center;
  font-size: 1rem;
}
header .megamenu .header-mobile__lenguage .title .icon {
  margin-right: 10px;
}
header .megamenu .header-mobile .icon {
  font-size: 1.375rem;
  cursor: pointer;
  color: #ffffff;
}
header .megamenu__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row;
}
header .megamenu__list {
  display: flex;
}
header .megamenu__item {
  padding: 17px 0px;
  list-style: none;
}
header .megamenu__link-nav {
  color: #ffffff;
  font-size: 1rem;
  line-height: 22px;
}
header .megamenu__icon--mobile {
  display: none;
}
header .megamenu__hover-icon:hover:before {
  content: "\e901";
  position: absolute;
  color: #096edc;
  font-family: "icomoon";
  line-height: 1;
  bottom: 0;
  font-size: 0.312rem;
}
header .megamenu__level-2 {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  top: 56px;
  padding: 0px 30px;
}
header .megamenu__level-2 .item {
  padding: 30px 20px;
  cursor: pointer;
}
header .megamenu .level-1 > li + li {
  margin-left: 59px;
}
header .megamenu .level-1__item {
  display: flex;
}
header .megamenu .level-1__item:hover .level-1__wrapper > a {
  color: #47D7AC;
  position: relative;
}
header .megamenu .level-1__item:hover .level-1__wrapper > a:before {
  content: "\e901";
  position: absolute;
  color: #47D7AC;
  font-family: "icomoon";
  line-height: 1;
  bottom: -8px;
  font-size: 0.312rem;
}
header .megamenu .level-1 .menu-active .megamenu__link-nav {
  color: #47D7AC;
}
header .megamenu .level-1 .menu-active .level-2 {
  display: flex;
  background: #ffffff;
}
header .megamenu .level-1 .menu-active .level-2--hide .level-3 {
  display: flex;
}
header .megamenu .level-1 .iris-active .level-1__wrapper > a {
  color: #47D7AC;
}
header .megamenu .menu-hover:hover .level-2 {
  display: flex;
}
header .megamenu .menu-hover:hover .level-2--hide .level-3 {
  display: flex;
}
header .megamenu .level-2 {
  padding: 0px;
  height: 90px;
  align-items: center;
  display: none;
}
header .megamenu .level-2 > li + li {
  margin-left: 30px;
}
header .megamenu .level-2__item {
  padding: 15px 20px;
  cursor: pointer;
}
header .megamenu .level-2__item:hover:before {
  bottom: 6px;
  font-size: 0.312rem;
}
header .megamenu .level-2__item:hover > .level-3 {
  display: flex;
}
header .megamenu .level-2__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .megamenu .level-2__title {
  margin-top: 10px;
  color: #28344A;
  font-size: 0.875rem;
}
header .megamenu .level-2__img {
  max-width: 35px;
  max-height: 35px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
header .megamenu .level-2:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.09);
}
header .megamenu .level-2 .options-desktop {
  position: relative;
  padding: 0px 15px;
  flex-direction: column;
}
header .megamenu .level-2 .options-desktop:before {
  content: "";
  position: absolute;
  height: 80%;
  right: 0px;
  top: 10px;
  width: 1px;
  background: #e5e8ea;
}
header .megamenu .level-2 .options-desktop button {
  display: block;
  font-size: 0.875rem;
  margin: 10px 0px;
  position: relative;
}
header .megamenu .level-2 .options-desktop button:hover:before {
  content: "\e901";
  position: absolute;
  color: #006ff5;
  font-family: "icomoon";
  line-height: 1;
  bottom: -7px;
  font-size: 0.312rem;
}
header .megamenu .level-2 .options-desktop button.option-active {
  color: #006ff5;
}
header .megamenu .level-2 .options-desktop button.option-active:before {
  content: "\e901";
  position: absolute;
  color: #006ff5;
  font-family: "icomoon";
  line-height: 1;
  bottom: -7px;
  font-size: 0.312rem;
}
header .megamenu .level-2 .options-mobile .list-options {
  display: none;
}
header .megamenu .level-2 .options-mobile .list-options > li + li {
  margin-left: 30px;
}
header .megamenu .level-2 .options-mobile.option-active .list-options {
  display: flex;
}
header .megamenu .level-2--hide {
  height: 0px;
}
header .megamenu .level-2--hide .level-3 {
  display: none;
}
header .megamenu .level-3 {
  padding: 30px;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.09);
  width: 100%;
  left: 0;
  display: none;
  background: #ffffff;
  z-index: 20;
}
header .megamenu .level-3 > div + div {
  position: relative;
}
header .megamenu .level-3 > div + div:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e8ea;
  left: 0;
  top: 0;
}
header .megamenu .level-3 .icon {
  font-size: 1.5rem;
  margin: 12px 10px 12px 0px;
  display: inline-block;
}
header .megamenu .level-3__col {
  width: 33%;
  padding: 0px 30px;
}
header .megamenu .level-3__title {
  margin: 0px 0px 12px 0px;
  display: inline-block;
  font-weight: bold;
}
header .megamenu .level-3__item {
  margin: 10px 0px;
  display: flex;
  align-items: center;
  position: relative;
}
header .megamenu .level-3__item:hover a, header .megamenu .level-3__item:hover .icon {
  color: #006ff5;
}
header .megamenu .level-3__list-image {
  height: 100%;
  max-height: 200px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
header .megamenu .level-3__item-image {
  padding: 30px 20px;
  display: block;
  margin: 0px;
}
header .megamenu .level-3__item-image .block-title .h6 {
  color: #ffffff;
}
header .megamenu .level-3__item-image .link {
  color: #ffffff;
  text-decoration: underline;
}
header .megamenu .level-3__item-image .link:hover {
  color: #47D7AC;
}
header .megamenu .level-3__item-image:hover .link {
  color: #ffffff;
}
header .megamenu .level-3__link {
  color: #28344A;
  padding: 10px 0px;
  display: inline-block;
  font-size: 0.812rem;
}

@media (max-width: 991px) {
  header .megamenu {
    position: fixed;
    padding: 0px;
    width: 100%;
    left: 100%;
    top: 0px;
    min-height: 100vh;
    transition: all 0.5s;
    z-index: 999;
  }
  header .megamenu--active {
    left: 0;
    overflow: scroll;
    height: 100%;
  }
  header .megamenu .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #1C283D;
    padding: 0px;
  }
  header .megamenu .header-mobile button {
    padding: 25px;
  }
  header .megamenu .container {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    flex-direction: column;
  }
  header .megamenu__item {
    padding: 0px;
  }
  header .megamenu__link-nav--contacto {
    width: 100%;
    padding: 12px 25px;
    margin: 35px 0px;
  }
  header .megamenu__icon--mobile {
    display: block;
  }
  header .megamenu__hover-icon:hover:before {
    display: none;
  }
  header .megamenu .level-1 {
    flex-direction: column;
    width: 100%;
  }
  header .megamenu .level-1 > li + li {
    margin-left: 0px;
  }
  header .megamenu .level-1__item {
    flex-direction: column;
    border-bottom: 2px solid #1C283D;
  }
  header .megamenu .level-1__item:hover .level-1__wrapper > a:before {
    display: none;
  }
  header .megamenu .level-1__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .megamenu .level-1__wrapper a {
    padding: 25px;
    border-top: 1px solid #28344A;
    display: block;
    width: 100%;
  }
  header .megamenu .level-1__wrapper button {
    display: inline-block;
    background: #1C283D;
    padding: 27px 26px;
  }
  header .megamenu .level-1__wrapper button span {
    display: inline-block;
    color: #ffffff;
    transition: all 0.3s;
    cursor: pointer;
  }
  header .megamenu .level-1__wrapper button span:before {
    border: 2px solid;
    border-radius: 50%;
    padding: 6px;
  }
  header .megamenu .level-1__wrapper--active {
    border-bottom: 3px solid #47D7AC;
  }
  header .megamenu .level-1__wrapper--active > a {
    color: #47D7AC;
  }
  header .megamenu .level-1__wrapper--active > button span {
    color: #47D7AC;
    transform: rotate(180deg);
  }
  header .megamenu .level-1__wrapper--active.level-2 {
    border-bottom: none;
  }
  header .megamenu .level-1__wrapper--active .level-3 {
    display: flex;
  }
  header .megamenu .level-1:hover .level-2 {
    display: none;
  }
  header .megamenu .level-2 {
    height: auto;
    flex-direction: column;
    position: relative;
    padding: 15px 0px;
    top: auto;
    background: #ffffff;
    box-shadow: none;
    display: none;
  }
  header .megamenu .level-2--hide .level-3 {
    margin-top: 20px;
  }
  header .megamenu .level-2--with-options {
    padding: 0px 0px;
  }
  header .megamenu .level-2 > li + li {
    margin-left: 0px;
  }
  header .megamenu .level-2__item {
    padding: 0;
    width: 100%;
  }
  header .megamenu .level-2__wrapper {
    padding: 18px 30px 18px 25px;
    flex-direction: inherit;
  }
  header .megamenu .level-2__img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .megamenu .level-2__title {
    margin: 0px 0px 0px 15px;
  }
  header .megamenu .level-2__icon {
    display: inline-block;
    position: absolute;
    right: 16px;
    font-size: 2rem;
    padding: 8px 16px;
    cursor: pointer;
    color: #006ff5;
  }
  header .megamenu .level-2:hover .level-3 {
    display: none;
  }
  header .megamenu .level-2 .options-mobile .options-header {
    justify-content: space-between;
  }
  header .megamenu .level-2 .options-mobile .options-header span {
    transition: all 0.3s;
  }
  header .megamenu .level-2 .options-mobile .options-header--active span {
    transform: rotate(90deg);
  }
  header .megamenu .level-2 .options-mobile .options-header button {
    padding: 12px 25px;
  }
  header .megamenu .level-2 .options-mobile .options-header .icon-desplegable {
    padding: 27px 26px;
    display: inline-block;
    color: #000000;
    transition: all 0.3s;
    cursor: pointer;
  }
  header .megamenu .level-2 .options-mobile .options-header .icon-desplegable:before {
    border: 2px solid;
    border-radius: 50%;
    padding: 6px;
  }
  header .megamenu .level-2 .options-mobile .list-options {
    display: flex;
    flex-direction: column;
    display: none;
  }
  header .megamenu .level-2 .options-mobile .list-options > li + li {
    margin-left: 0px;
  }
  header .megamenu .level-2 .options-mobile + .options-mobile {
    border-top: 1px solid #e5e8ea;
  }
  header .megamenu .level-3 {
    position: relative;
    padding: 0px 50px 0px 58px;
    top: auto;
    flex-direction: column;
    border: none;
    display: none;
    box-shadow: none;
  }
  header .megamenu .level-3__col {
    width: 100%;
    border-bottom: 1px solid #edeeef;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
  }
  header .megamenu .level-3__col:before {
    display: none;
  }
  header .auxiliary-menu .icon {
    font-size: 1.5rem;
  }
  header .auxiliary-menu__actions .form-search {
    width: 100%;
    right: -120%;
  }
  header .auxiliary-menu__actions .form-search--active {
    right: 0%;
    padding: 10px 10px 10px 15px;
    margin-left: 0px;
    min-width: auto;
  }
  header .auxiliary-menu__actions div + div {
    margin: 0px 35px;
  }
  header .auxiliary-menu__actions .lenguage {
    display: none;
  }
  header .auxiliary-menu__actions .icon-menu {
    display: block;
  }
  header .auxiliary-menu__actions .private-area__title .text {
    display: none;
  }
  header .auxiliary-menu__actions .private-area__menu {
    width: calc(100% + 30px);
    left: -15px;
    z-index: 0;
  }
  header .auxiliary-menu__actions .private-area:hover .private-area__menu {
    display: none;
  }
  header .auxiliary-menu__actions .private-area.active .private-area__title span {
    color: #006ff5;
  }
  header .auxiliary-menu__actions .private-area.active .private-area__menu {
    display: block;
    z-index: 99;
  }
}
/*Newsletter*/
.sl-newsletter {
  padding: 35px 15px;
  background: linear-gradient(230.6deg, #47D7AC 0%, #006ff5 100%);
}
.sl-newsletter .container {
  height: 100%;
}
.sl-newsletter .row {
  height: 100%;
}
.sl-newsletter__box {
  background-color: #ffffff;
  padding: 38px 31px 33px;
  border-radius: 0px;
}
.sl-newsletter__form__header {
  font-weight: 600;
  margin-bottom: 17px;
}
.sl-newsletter__form__input {
  border: none;
  border-bottom: 1px solid #949494;
  display: block;
  margin-bottom: 24px;
  width: 100%;
  padding: 0 0 14px;
  font-size: 0.875rem;
  color: #949494;
}
.sl-newsletter__form-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sl-newsletter__form-footer button {
  margin-left: 0px;
}
.sl-newsletter .btn {
  width: 100%;
}
.sl-newsletter .modal button {
  margin-left: 0px;
}
.sl-newsletter__background {
  display: none;
}

@media screen and (min-width: 769px) {
  .sl-newsletter {
    padding: 25px 0px;
  }
  .sl-newsletter__box {
    border-radius: 24px 0px 24px 0px;
  }
  .sl-newsletter__form__input {
    width: 311px;
  }
  .sl-newsletter__form-footer {
    flex-direction: row;
  }
  .sl-newsletter__form-footer button {
    margin-left: 20px;
  }
  .sl-newsletter .btn {
    width: auto;
  }
  .sl-newsletter__background {
    display: inline;
    padding-left: 0;
  }
  .sl-newsletter__background img {
    height: 180px;
  }
}
.sl-footer__wrapper-links {
  display: flex;
  flex-direction: column-reverse;
}
.sl-footer__row.row1 {
  background-color: #ffffff;
  padding: 16px;
}
.sl-footer__row.row1 .row {
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: space-between;
}
.sl-footer__row.row2 {
  background-color: #28344A;
  padding: 8px;
}
.sl-footer__logo {
  margin: 32px 0;
}
.sl-footer__logo img {
  width: 140px;
}
.sl-footer__social {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 32px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sl-footer__social__text {
  font-size: 0.875rem;
  margin-bottom: 18px;
}
.sl-footer__social__icons {
  display: inherit;
  padding: 0;
}
.sl-footer__social__icons li {
  margin: 0 36px 0 0;
}
.sl-footer__social__icons li a {
  color: #28344A;
}
.sl-footer__social__img {
  max-width: 35px;
  max-height: 35px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sl-footer__copyright {
  color: #ffffff;
  font-size: 0.75rem;
  margin-top: 8px;
}
.sl-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 30px 15px;
  width: 100%;
}
.sl-footer__links li {
  height: 9px;
  display: inherit;
  align-items: center;
  line-height: 15px;
  margin: 17px 0;
  padding-right: 7px;
  border: none;
}
.sl-footer__links li a {
  font-size: 0.937rem;
  color: #ffffff;
}
.sl-footer__links li:last-child {
  border: none;
}

@media (min-width: 769px) {
  .sl-footer__wrapper-links {
    display: flex;
    flex-direction: column;
  }
  .sl-footer__row.row1 .row {
    flex-direction: row;
    align-items: center;
    height: -moz-min-content;
    height: min-content;
    justify-content: space-between;
    margin: 0 -15px;
  }
  .sl-footer__logo {
    margin: 0;
    width: auto;
  }
  .sl-footer__social {
    width: auto;
    flex-direction: row;
    padding: 0;
    border-bottom: none;
  }
  .sl-footer__social__icons {
    padding: 0 18px;
  }
  .sl-footer__social__icons li {
    margin: 0 0 0 12px;
  }
  .sl-footer__social__icons li a span {
    font-size: 1.187rem;
  }
  .sl-footer__social__img {
    max-width: 18px;
    max-height: 18px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sl-footer__copyright {
    color: #ffffff;
    margin-top: 0;
    width: auto;
  }
  .sl-footer__links {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0;
    width: auto;
  }
  .sl-footer__links li {
    height: 9px;
    display: inherit;
    align-items: center;
    line-height: 15px;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ffffff;
  }
  .sl-footer__links li a {
    font-size: 0.75rem;
  }
}
.news {
  margin: 40px 0px;
}
.news .insite-edit {
  margin-top: 10px;
}
.news .slick-list {
  display: flex;
  margin-right: -15px;
}
.news .slick-track {
  display: flex;
}
.news .slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.news__title {
  color: #2B2B38;
}
.news__shadow {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);
  border-radius: 24px 0 24px 0;
}
.news__element {
  background: #ffffff;
  position: relative;
  margin: 0px 15px;
}
.news__element-bg-category {
  background: #ffffff;
  position: absolute;
  height: 72px;
  width: 72px;
  transform: rotate(-180deg);
  border-radius: 66.56px 0 16px 0;
}
.news__element-icon-category {
  position: absolute;
  left: 25px;
  top: 25px;
  transform: rotate(-180deg);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 33px;
  height: 33px;
}
.news__element-image {
  border-radius: 24px 0 0px 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.news__element-content {
  flex-grow: 1;
  position: relative;
  padding: 30px 20px 80px 20px;
  border-radius: 0px 0 24px 0;
}
.news__element-title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 10px 0px;
}
.news__element-category {
  font-size: 0.875rem;
  color: #28344A;
  position: relative;
  margin-right: 10px;
  text-decoration: underline;
}
.news__element-category:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #28344A;
  right: -8px;
  top: 3px;
}
.news__element-date {
  font-size: 0.875rem;
  color: #28344A;
}
.news__element-description {
  font-size: 0.875rem;
  line-height: 24px;
  margin-top: 10px;
}
.news__element-button {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  color: #28344A;
  background: #47D7AC;
  border: 2px solid #47D7AC;
  padding: 18px;
  width: 100%;
  left: 0;
  text-align: left;
  border-radius: 0px 0 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.news__element-button:hover {
  background: #28344A;
  color: #47D7AC;
}
.news__element-button:hover .icon-desplegable {
  color: #47D7AC;
}
.news__element-button span {
  color: #000000;
  transform: rotate(-90deg);
}
.news--page .buscador-ajax .news__element {
  margin: 0px 0px 30px 0px;
}
.news--page .filtro-ajax {
  display: flex;
  justify-content: flex-end;
}
.news--page .slider-noticias .slick-list {
  margin: 0px -15px;
}
.news--page .resultado-ajax {
  display: flex;
  flex-wrap: wrap;
}
.news--page .resultado-ajax__container {
  margin-bottom: 30px;
}
.news--page .resultado-ajax__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 992px) {
  .news .slick-list {
    margin: 0px -15px;
  }
}
@media (min-width: 768px) {
  .news {
    margin: 80px 0px;
  }
  .news .slider-noticias {
    margin: 0px;
  }
  .news .slider-noticias .slick-list {
    margin: auto;
  }
}
@media (min-width: 577px) {
  .news .slick-list {
    margin: 0px 0 0 -15px;
  }
}
.accordion-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.accordion-services__container {
  width: calc(100% - 30px);
  margin-bottom: 10px;
  border-radius: 24px 0;
  margin-left: auto;
  margin-right: auto;
}
.accordion-services__header {
  position: relative;
  z-index: 1;
}
.accordion-services__button {
  width: 100%;
  height: 65px;
  padding: 0;
  border: 0;
  border-radius: 24px 0;
  overflow: hidden;
  background-color: #ffffff;
}
.accordion-services__button:hover, .accordion-services__button:focus {
  text-decoration: none;
}
.accordion-services__img-container {
  display: flex;
  height: 65px;
  width: 23%;
}
.accordion-services__img {
  border-radius: 24px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  aspect-ratio: 4/3;
}
.accordion-services__title-container {
  width: calc(67% - 30px);
  margin-left: 30px;
  text-align: left;
}
.accordion-services__text-container {
  width: calc(67% - 30px);
  margin-right: 15px;
  text-align: right;
}
.accordion-services__title {
  font-family: "Open Sans Semibold";
  font-size: 1rem;
  line-height: 24px;
  color: #28344A;
  font-weight: 300;
}
.accordion-services__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: -1px;
  width: 10%;
  height: 100%;
  border-radius: 66.56px 0 16px 0;
  color: #28344A;
  background-color: #47D7AC;
  font-size: larger;
  font-weight: bold;
}
.accordion-services__arrow::after {
  font-family: "icomoon";
  transition: transform 0.4s ease;
}
.accordion-services__button.collapsed .accordion-services__arrow::after {
  transform: rotate(0);
}
.accordion-services__button:not(.collapsed) .accordion-services__arrow::after {
  transform: rotate(180deg);
}
.accordion-services__body {
  position: relative;
  top: -20px;
  background-color: #edeeef;
  border-radius: 0 0 24px 0;
}
.accordion-services__content {
  width: calc(100% - 22px);
  max-height: 265px;
  padding: 50px 30px 30px;
  overflow-y: auto;
}
.accordion-services__content::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.accordion-services__content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.accordion-services__content::-webkit-scrollbar-thumb, .accordion-services__content::-webkit-scrollbar-thumb:hover, .accordion-services__content::-webkit-scrollbar-thumb:active {
  background: #28344A;
}
.accordion-services__content::-webkit-scrollbar-thumb, .accordion-services__content::-webkit-scrollbar-track {
  border: none;
  border-radius: 0.3em;
  margin: 50px 0 30px;
}
.accordion-services__content::-webkit-scrollbar-track, .accordion-services__content::-webkit-scrollbar-track:hover, .accordion-services__content::-webkit-scrollbar-track:active {
  background: #cccccc;
}
.accordion-services__content::-webkit-scrollbar-corner {
  background: transparent;
}
.accordion-services__content div {
  margin-bottom: 20px;
}
.accordion-services__content ul {
  padding-left: 45px;
}
.accordion-services__content li {
  position: relative;
  margin-bottom: 20px;
  line-height: 22px;
}
.accordion-services__content li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #47D7AC;
  left: -45px;
  top: 8px;
}

@media (min-width: 993px) {
  .accordion-services__container {
    width: calc(50% - 15px);
  }
  .accordion-services__img-container {
    display: flex;
    height: 65px;
    width: 10%;
  }
}
@media (min-width: 578px) {
  .accordion-services__container {
    width: 100%;
  }
}
.slider-cards {
  margin: 40px 0px;
}
.slider-cards .slick-track {
  display: flex;
}
.slider-cards .slick-dots {
  bottom: -45px;
}
.slider-cards .slick-slider {
  margin-bottom: 0px;
}
.slider-cards__elements {
  margin: 0px -15px;
  display: flex;
}
.slider-cards__elements--center {
  justify-content: center;
}
.slider-cards__element {
  position: relative;
  border-radius: 24px 0 24px 0;
  margin: 0px 15px;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.09);
  width: 33%;
}
.slider-cards__element-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: all 0.5s;
}
.slider-cards__element-content {
  color: #28344A;
  padding: 50px 35px 50px 35px;
  border-radius: 24px 0 24px 0;
  text-align: center;
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.slider-cards__element-icon {
  margin-bottom: 20px;
  max-width: 80px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.slider-cards__element-title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 20px 0px;
}
.slider-cards__element-text {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.slider-cards__element-text .insite-edit div, .slider-cards__element-text .insite-edit p {
  font-size: 0.875rem;
}
.slider-cards--hover .slider-cards__element {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09);
}
.slider-cards--hover .slider-cards__element:hover .slider-cards__element-image {
  opacity: 1;
}
.slider-cards--hover .slider-cards__element:hover .slider-cards__element-content {
  background: rgba(0, 111, 245, 0.5);
}
.slider-cards--hover .slider-cards__element:hover .slider-cards__element-title {
  color: #ffffff;
}
.slider-cards--hover .slider-cards__element:hover .slider-cards__element-text {
  color: #ffffff;
}
.slider-cards--hover .slider-cards__element:hover .slider-cards__element-text .insite-edit div, .slider-cards--hover .slider-cards__element:hover .slider-cards__element-text .insite-edit p {
  color: #ffffff;
}
.slider-cards--hover .slider-cards__elements {
  flex-direction: column;
}
.slider-cards--hover .slider-cards__element-content {
  padding: 25px 15px 30px 15px;
}
.slider-cards--hover .slider-cards__element-icon {
  margin: 0 auto 20px auto;
}
.slider-cards--simple {
  padding: 40px 0px;
  margin: 0px;
  background: #006ff5;
}
.slider-cards--simple .slider-cards__title {
  color: #ffffff;
}
.slider-cards--simple .slider-cards__elements {
  flex-direction: column;
}
.slider-cards--simple .slider-cards__element {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09);
}
.slider-cards--simple .slider-cards__element-content {
  padding: 25px 15px 30px 15px;
}
.slider-cards--simple .slider-cards__element-icon {
  margin: 0 auto 20px auto;
}

@media (min-width: 992px) {
  .slider-cards {
    margin: 80px 0px;
  }
  .slider-cards--simple .slider-cards__element {
    width: 50%;
  }
  .slider-cards--simple {
    padding: 80px 0px;
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .slider-cards .arrow-next,
  .slider-cards .arrow-prev {
    top: 50%;
  }
  .slider-cards--hover .slick-track {
    display: flex;
  }
  .slider-cards--hover .slider-cards__element-icon {
    margin: 0 auto 20px auto;
  }
  .slider-cards--hover .slider-cards__elements {
    flex-direction: column;
  }
  .slider-cards--hover .slider-cards__element {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen,
:root .slider-cards__element-text {
  max-width: 300px;
}

.slider-cards-type1 {
  background: #28344A;
}
.slider-cards-type1 .item-hide {
  display: none;
}
.slider-cards-type1 .item-hide--disable {
  display: block;
}
.slider-cards-type1__elements {
  margin: 0px -15px;
}
.slider-cards-type1__element {
  position: relative;
  border-radius: 24px 0 24px 0;
  margin: 0px 15px;
  overflow: hidden;
  cursor: pointer;
}
.slider-cards-type1__element:hover .slider-cards-type1__element-content {
  background: #47D7AC;
}
.slider-cards-type1__element:hover .slider-cards-type1__element-title {
  color: #28344A;
}
.slider-cards-type1__element:hover .slider-cards-type1__element-text {
  color: #28344A;
}
.slider-cards-type1__element:hover .slider-cards-type1__element-wrapper-icon {
  background: #28344A;
  color: #ffffff;
}
.slider-cards-type1__element-content {
  position: absolute;
  background: rgba(40, 52, 74, 0.95);
  width: 95%;
  bottom: 30px;
  left: 0;
  padding: 20px 15px;
  transition: all 0.5s;
  border-radius: 0 0 16px 0;
}
.slider-cards-type1__element-title {
  color: #ffffff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 10px 0px;
}
.slider-cards-type1__element-title span {
  font-weight: normal;
}
.slider-cards-type1__element-text {
  font-size: 0.875rem;
  color: #ffffff;
  padding-right: 30px;
}
.slider-cards-type1__element-wrapper-icon {
  height: 42.6px;
  width: 42.6px;
  border-radius: 66.56px 0 16px 0;
  background-color: #47D7AC;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slider-cards-type1__element-icon {
  transform: rotate(-90deg);
  position: absolute;
  padding: 17px 5px 0px 0px;
  display: inline-grid;
  bottom: 4px;
  right: 12px;
  font-size: 0.812rem;
}
.slider-cards-type1--tabs {
  padding: 80px 0px 60px 0px;
}
.slider-cards-type1--wTabs {
  background: #ffffff;
  margin: 80px 0px;
}
.slider-cards-type1--simple {
  padding: 80px 0px 60px 0px;
}
.slider-cards-type1--simple .slider-cards-type1__element {
  margin: 0px 0px 30px 0px;
}
.slider-cards-type1--simple .slider-cards-type1__element-title {
  font-weight: bold;
}
.slider-cards-type1--simple .slider-cards-type1__element-title span {
  font-weight: normal;
}
.slider-cards-type1--simple .show-items {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
.slider-cards-type1--simple .show-items .more-less {
  margin: 0px 3px;
}
.slider-cards-type1--simple .show-items .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #47D7AC;
}
.slider-cards-type1--simple .show-items .icon {
  font-size: 0.937rem;
  margin-left: 5px;
}
.slider-cards-type1--simple .show-items--less .icon {
  transform: rotate(-180deg);
}
.slider-cards-type1--simple-with-link {
  padding: 80px 0px 60px 0px;
}
.slider-cards-type1--simple-with-link .slider-cards-type1__element .link-form {
  color: #47D7AC;
  text-decoration: underline;
  margin-top: 15px;
  display: inline-block;
}
.slider-cards-type1--simple-with-link .slider-cards-type1__element-content {
  bottom: 65px;
}
.slider-cards-type1 .nav-pills {
  display: flex;
  flex-direction: initial !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.slider-cards-type1 .nav-pills .nav-link {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  color: #ffffff;
}
.slider-cards-type1 .nav-pills .nav-link.active {
  background-color: #47D7AC;
  color: #28344A;
  border-radius: 0 24px 24px 0;
  padding: 12px 45px 12px 25px;
}
.slider-cards-type1 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.slider-cards-type1 .slick-dots li {
  background: #ffffff;
  width: 5px;
  height: 5px;
}
.slider-cards-type1 .slick-dots li button {
  display: none;
}
.slider-cards-type1 .slick-dots li.slick-active {
  background: #47D7AC;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  outline: 0px;
}
.slider-cards-type1 .slick-dots li + li {
  margin-left: 20px;
}
.slider-cards-type1 .list-services li {
  display: none;
}
.slider-cards-type1 .loadMore {
  color: #47D7AC;
  cursor: pointer;
}
.slider-cards-type1 .slick-list {
  display: flex;
}
.slider-cards-type1 .slick-track {
  display: flex;
}
.slider-cards-type1 .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slider-cards-type1 .slider-cards-type1__element-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/4;
}
.slider-cards-type1 .block-arrows--semicircle .arrow-prev {
  left: -31px;
}

@media (min-width: 992px) {
  .slider-cards-type1 .nav-pills {
    display: inline;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: visible;
    box-sizing: content-box;
    align-items: stretch;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .slider-cards-type1 .nav-pills .nav-link {
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .slider-cards-type1--wTabs {
    margin: 40px 0px;
  }
  .slider-cards-type1__elements {
    margin: 0px 0px;
  }
  .slider-cards-type1 .nav-pills::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }
  .slider-cards-type1 .nav-pills::-webkit-scrollbar-button, .slider-cards-type1 .contenedor::-webkit-scrollbar-button {
    display: none;
  }
  .slider-cards-type1 .nav-pills::-webkit-scrollbar {
    height: 3px;
  }
  .slider-cards-type1 .nav-pills::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
  }
  .slider-cards-type1 .nav-pills::-webkit-scrollbar-track {
    border-radius: 10px;
  }
}
@media (min-width: 577px) {
  .slider-cards-type1--tabs {
    padding: 40px 0px 10px 0px;
  }
  .slider-cards-type1--simple {
    padding: 40px 0px 30px 0px;
  }
  .slider-cards-type1 .item-hide-xs {
    display: none;
  }
  .slider-cards-type1 .item-hide-xs--disable {
    display: block;
  }
  .slider-cards-type1 .slick-list {
    margin: 0px 0 0 -15px;
  }
  .slider-cards-type1 .block-arrows--semicircle .arrow-prev {
    left: -16px;
  }
  .slider-cards-type1 .block-arrows--semicircle .arrow-next {
    right: -16px;
  }
}
.slider-cards-type2 {
  padding: 40px 0px 95px 0;
  background: #006ff5;
  overflow: hidden;
}
.slider-cards-type2 .container {
  position: relative;
}
.slider-cards-type2 .container:before {
  content: "";
  position: absolute;
  background: #006ff5;
  height: 200%;
  width: 600px;
  top: 0;
  left: -600px;
  z-index: 9;
}
.slider-cards-type2 .container:after {
  content: "";
  position: absolute;
  background: #006ff5;
  height: 200%;
  width: 600px;
  top: 0;
  right: -600px;
  z-index: 9;
}
@media (min-width: 2300px) {
  .slider-cards-type2 .container {
    padding: 5% 15px;
    overflow: hidden;
  }
}
.slider-cards-type2__element {
  position: relative;
  border-radius: 24px 0 24px 0;
  margin: 0px 20px;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.09);
  transition: all 1s;
}
.slider-cards-type2__element-category {
  display: flex;
  position: absolute;
  right: 0;
  background: #ffffff;
  padding: 10px;
  color: #006ff5;
  font-size: 1rem;
  align-items: center;
  border-radius: 0 0 0 12px;
}
.slider-cards-type2__element-category img {
  margin-right: 5px;
  width: 25px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.slider-cards-type2__element-content {
  color: #28344A;
  padding: 15px;
  border-radius: 24px 0 24px 0;
  text-align: center;
  position: relative;
  z-index: 9;
  height: 100%;
}
.slider-cards-type2__element-image {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}
.slider-cards-type2__element-title {
  height: auto;
  font-size: 1.5rem;
  line-height: 26px;
  margin-bottom: 5px;
  color: #28344A;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.slider-cards-type2__element-title span {
  font-weight: normal;
}
.slider-cards-type2__element-text {
  font-size: 0.625rem;
  line-height: 16px;
}
.slider-cards-type2__element-text .insite-edit div, .slider-cards-type2__element-text .insite-edit p {
  font-size: 0.875rem;
  line-height: 24px;
}
.slider-cards-type2__element-link {
  font-size: 0.875rem;
  margin-top: 10px;
  padding: 8px 40px;
}
.slider-cards-type2 .arrow-next,
.slider-cards-type2 .arrow-prev {
  top: 45%;
}
.slider-cards-type2 .slick-dots {
  position: absolute;
  bottom: -45px;
}
.slider-cards-type2 .slick-slider {
  margin: 0px -20px;
}
.slider-cards-type2 .slick-slider .slick-list {
  overflow: visible;
  padding: 0px;
}
.slider-cards-type2 .slick-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.slider-cards-type2 .slick-slider .slick-list .slick-track .slick-slide .hide-content {
  display: inline-block;
}
.slider-cards-type2 .slick-slider .slick-list .slick-track .slick-center {
  transform: scale(1);
}
.slider-cards-type2 .slick-slider .slick-list .slick-track .slick-center .hide-content {
  display: inline-block;
}
.slider-cards-type2 .slick-center .slider-cards-type2__element-category {
  padding: 7.14285714px;
}
.slider-cards-type2 .slick-center .slider-cards-type2__element-category img {
  width: 25px;
  margin-right: 3.571428px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.slider-cards-type2 .slick-center .slider-cards-type2__element-category a {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .slider-cards-type2 {
    padding: 80px 0px 180px 0;
  }
  .slider-cards-type2 .arrow-next,
  .slider-cards-type2 .arrow-prev {
    top: 65%;
  }
  .slider-cards-type2__element {
    margin: 0px 45px;
  }
  .slider-cards-type2__element-title {
    font-size: 1rem;
  }
  .slider-cards-type2__element-text .insite-edit div, .slider-cards-type2__element-text .insite-edit p {
    font-size: 0.625rem;
    line-height: 16px;
  }
  .slider-cards-type2__element-link {
    font-size: 0.625rem;
    padding: 3px 27px;
  }
  .slider-cards-type2 .slick-dots {
    bottom: -110px;
  }
  .slider-cards-type2 .slick-slider .slick-list .slick-track .slick-slide .hide-content {
    display: none;
  }
  .slider-cards-type2 .slick-slider .slick-list .slick-track .slick-center {
    transform: scale(1.4);
  }
  .slider-cards-type2 .slick-center .slider-cards-type2__element-category img {
    width: 17.857142px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
  .slider-cards-type2 .slick-center .slider-cards-type2__element-category a {
    font-size: 0.714285rem;
  }
}
.slider-cards-type4 {
  padding: 40px 0px;
  background: #006ff5;
}
.slider-cards-type4 .slick-list {
  overflow: visible;
}
.slider-cards-type4 .container {
  position: relative;
}
.slider-cards-type4 .container:before {
  content: "";
  position: absolute;
  background: #006ff5;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: 9;
}
.slider-cards-type4__elements {
  margin: 0px -15px;
}
.slider-cards-type4__element {
  height: auto;
  margin: 0px 15px;
}
.slider-cards-type4__element-content {
  position: relative;
  background: #47D7AC;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  color: #28344A;
  padding: 35px 15px 65px 15px;
  border-radius: 24px 0 24px 0;
  opacity: 1;
  transition: all 0.5s;
  min-height: 260px;
}
.slider-cards-type4__element-image {
  position: relative;
  top: 15px;
  left: 15px;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 16px 0 16px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.slider-cards-type4__element-title {
  font-size: 1rem;
  line-height: 22px;
  color: #28344A;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 0px 75px;
}
.slider-cards-type4__element-text {
  font-style: italic;
}
.slider-cards-type4__element-client {
  position: absolute;
  bottom: 35px;
  font-weight: bold;
}
.slider-cards-type4 .slick-track {
  display: flex;
}

@media (min-width: 768px) {
  .slider-cards-type4 {
    padding: 80px 0px;
    background: #006ff5;
  }
  .slider-cards-type4__element-content {
    height: 100%;
    padding: 35px 30px;
    position: absolute;
    opacity: 0;
    min-height: auto;
  }
  .slider-cards-type4__element-image {
    position: static;
    z-index: 9;
    width: auto;
    height: auto;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 1/1;
  }
  .slider-cards-type4__element-title {
    font-size: 1.5rem;
    line-height: 32px;
    margin: 0px 0px 20px 0px;
  }
  .slider-cards-type4__element-client {
    bottom: 50px;
  }
  .slider-cards-type4__element {
    position: relative;
    border-radius: 24px 0 24px 0;
    margin: 0px 15px;
    overflow: hidden;
    cursor: pointer;
  }
  .slider-cards-type4__element:hover .slider-cards-type4__element-content {
    opacity: 1;
  }
  .slider-cards-type4 .slick-track {
    display: flex;
  }
}
.slider-cards-type3 {
  padding: 40px 0px 45px 0;
  background: #28344A;
}
.slider-cards-type3 .slick-list {
  overflow: visible;
}
.slider-cards-type3__elements {
  margin: 0px 0px;
}
.slider-cards-type3__element {
  display: none;
  position: relative;
  border-radius: 24px 0 24px 0;
  cursor: pointer;
  margin: 0px 35px;
  overflow: visible;
}
.slider-cards-type3__element:first-child {
  display: block;
}
.slider-cards-type3__element-content {
  position: absolute;
  background: #ffffff;
  height: 90%;
  width: 95%;
  top: 5%;
  right: -30px;
  padding: 20px 20px 35px 20px;
  transition: all 0.5s;
  border-radius: 24px 0 16px 0;
}
.slider-cards-type3__element-title {
  margin: 0px 0px 10px 0px;
}
.slider-cards-type3__element-category {
  margin: 10px 0px 25px 0px;
  font-size: 0.875rem;
  display: inline-block;
  color: #28344A;
  text-decoration: underline;
}
.slider-cards-type3__element-text {
  font-size: 0.875rem;
  padding-right: 0px;
}
.slider-cards-type3__element-text .insite-edit div {
  font-size: 0.875rem;
}
.slider-cards-type3__element-wrapper-icon {
  height: 42.6px;
  width: 42.6px;
  border-radius: 66.56px 0 16px 0;
  background-color: #47D7AC;
  color: #28344A;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slider-cards-type3__element-icon {
  transform: rotate(-90deg);
  position: absolute;
  padding: 17px 5px 0px 0px;
  display: inline-grid;
  bottom: 4px;
  right: 12px;
  font-size: 0.812rem;
}
.slider-cards-type3__element-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}
.slider-cards-type3 .arrow-prev {
  left: -1px;
}
.slider-cards-type3 .arrow-next {
  right: -2px;
}

@media (min-width: 768px) {
  .slider-cards-type3 {
    padding: 80px 0px;
  }
  .slider-cards-type3__element {
    margin: 0px 95px;
  }
  .slider-cards-type3__element-content {
    right: -120px;
    width: 95%;
    height: 90%;
    top: 5%;
    padding: 40px 30px;
  }
  .slider-cards-type3__element-text {
    padding-right: 30px;
  }
}
.call-to-action__bg-element-image {
  opacity: 0;
  padding: 30px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
}
.call-to-action__bg-element-color {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
}
.call-to-action__content {
  text-align: center;
  background: #28344A;
  padding: 40px 85px 60px 85px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
}
.call-to-action__content-img {
  overflow: hidden;
  position: relative;
  padding-left: 0px;
}
.call-to-action__element-title {
  color: #ffffff;
  margin: 20px 0px 20px 0px;
}
.call-to-action__element-title span {
  font-family: "Open Sans Regular";
}
.call-to-action__element-text {
  color: #ffffff;
  margin-bottom: 30px;
}
.call-to-action__element-discount {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  position: absolute;
  left: 0;
  background: #006ff5;
  color: #ffffff;
  padding: 15px 14px;
  border-radius: 0 0 24px 0px;
  margin-top: -40px;
}
.call-to-action__element-discount-number {
  font-weight: bold;
  font-size: 1.31rem;
  display: flex;
  align-items: center;
}
.call-to-action__element-discount-number small {
  margin-left: 3px;
}
.call-to-action__element-discount-text {
  font-size: 0.625rem;
  letter-spacing: 1px;
  font-weight: 100;
  margin: 3px 0px 0px 1px;
}
.call-to-action__element-icon {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 45px;
}
.call-to-action__element-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px;
}
.call-to-action__element-img {
  min-height: 250px;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.call-to-action__element-img--radius {
  border-radius: 0 50px 0 50px;
}
.call-to-action__mapa-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.call-to-action--type1, .call-to-action--type2, .call-to-action--type3 {
  margin: 80px 0px;
}
.call-to-action--type3 .call-to-action__element-discount {
  background: #ffffff;
  border-radius: 0 0 66.56px 0;
  width: 73px;
  display: block;
  padding: 0;
  height: 73px;
}
.call-to-action--type3 .call-to-action__element-icon-category {
  left: 15px;
  top: 15px;
  position: absolute;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 32px;
}
.call-to-action--full {
  background: #28344A;
}
.call-to-action--full .call-to-action__elements {
  position: relative;
}
.call-to-action--full .call-to-action__content {
  text-align: left;
  background: transparent;
  padding: 20px 85px 40px 85px;
}
.call-to-action--full .call-to-action__mask {
  opacity: 0.2;
  background: linear-gradient(314.91deg, #02F0BE 0%, #096edc 48.65%, #28344A 100%);
  height: 100%;
  width: 100%;
  position: absolute;
}
.call-to-action--full .insite-edit p, .call-to-action--full .insite-edit div {
  color: #ffffff;
}
.call-to-action--type5 .call-to-action__element-title {
  margin-top: 0px;
}
.call-to-action--type5 .call-to-action__element-image {
  border-radius: 0 50px 0 50px;
  margin-bottom: -2px;
}
.call-to-action--type5 .call-to-action__element-img {
  min-height: auto;
  max-height: 100%;
}
.call-to-action--type5 .call-to-action__content {
  background: #006ff5;
  padding: 30px 0px;
  text-align: left;
}
.call-to-action--type5 .call-to-action__content:before {
  display: none;
}
.call-to-action--type5-light {
  background: #006ff5;
}
.call-to-action--type5-light .call-to-action__content {
  background: #006ff5;
}
.call-to-action--type5-dark {
  background: #28344A;
}
.call-to-action--type5-dark .call-to-action__content {
  background: #28344A;
}
.call-to-action--type5-footer {
  background: linear-gradient(230.6deg, #47D7AC 0%, #006ff5 100%);
}
.call-to-action--type5-footer .call-to-action__content {
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
  .call-to-action__elements {
    position: relative;
  }
  .call-to-action__content-img {
    position: static;
  }
  .call-to-action__bg-element-image {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .call-to-action__bg-element-color {
    background: rgba(9, 110, 220, 0.2);
    width: 100%;
    height: 100%;
  }
  .call-to-action__content:before {
    content: "";
    position: absolute;
    background: rgba(40, 52, 74, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .call-to-action__element-icon, .call-to-action__element-title, .call-to-action__element-text, .call-to-action__element-button {
    z-index: 9;
    position: relative;
  }
  .call-to-action__element-image {
    display: none;
  }
  .call-to-action__element-discount {
    padding: 10px 9px;
  }
  .call-to-action__element-discount-number {
    font-size: 1.125rem;
  }
  .call-to-action__element-discount-number small {
    font-size: 0.5rem;
    letter-spacing: 3px;
  }
  .call-to-action__mapa-image {
    position: relative;
    max-height: 250px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .call-to-action--full .call-to-action__element-image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .call-to-action--full .call-to-action__content {
    text-align: center;
  }
  .call-to-action--full .call-to-action__content:before {
    display: none;
  }
  .call-to-action--full .call-to-action__element-title {
    margin-top: -50px;
  }
  .call-to-action--full .call-to-action__mask {
    background: linear-gradient(to bottom, #02f0be 0%, #096edc 48.65%, rgb(40, 52, 74) 100%);
  }
  .call-to-action--type5 .call-to-action__content {
    padding: 45px 0px;
    text-align: center;
  }
  .call-to-action--type5 .call-to-action__element-image {
    display: block;
  }
  .call-to-action--type5 .call-to-action__element-img {
    position: relative;
    max-height: 286px;
    margin-bottom: -2px;
  }
  .call-to-action--type5 .call-to-action__element-img--radius {
    border-radius: 0 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .call-to-action--type1, .call-to-action--type2, .call-to-action--type3 {
    margin: 40px 0px;
  }
  .call-to-action__content {
    padding: 30px;
  }
  .call-to-action--full .call-to-action__content {
    padding: 5px 45px 30px 45px;
  }
  .call-to-action--type5 {
    background: transparent;
  }
  .call-to-action--type5 .call-to-action__wrapper-image {
    position: relative;
  }
  .call-to-action--type5 .call-to-action__wrapper-image:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: -9;
  }
  .call-to-action--type5-light .call-to-action__wrapper-image {
    position: relative;
  }
  .call-to-action--type5-light .call-to-action__wrapper-image:before {
    background: #006ff5;
  }
  .call-to-action--type5-dark .call-to-action__wrapper-image {
    position: relative;
  }
  .call-to-action--type5-dark .call-to-action__wrapper-image:before {
    background: #28344A;
  }
  .call-to-action--type5-footer {
    background: linear-gradient(230.6deg, #47D7AC 0%, #006ff5 100%);
  }
  .call-to-action--type5-footer .call-to-action__content {
    background: transparent;
  }
  .call-to-action--type5-footer .call-to-action__wrapper-image {
    position: relative;
  }
  .call-to-action--type5-footer .call-to-action__wrapper-image:before {
    background: linear-gradient(230.6deg, #47D7AC 0%, #006ff5 100%);
  }
}
.blog {
  margin: 40px 0px;
}
.blog__header {
  margin-bottom: 30px;
}
.blog__title {
  color: #2B2B38;
}
.blog__element {
  background: #ffffff;
  box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  border-radius: 24px 0 24px 0;
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}
.blog__element-header {
  position: relative;
  width: 100%;
  border-radius: 66.56px 0 0px 0;
  min-height: 200px;
}
.blog__element-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 66.56px 0 0px 0;
  aspect-ratio: 4/5;
}
.blog__element-bg-category {
  background: #ffffff;
  position: absolute;
  height: 72px;
  width: 72px;
  transform: rotate(-180deg);
  border-radius: 66.56px 0 16px 0;
}
.blog__element-icon-category {
  position: absolute;
  left: 25px;
  top: 25px;
  transform: rotate(-180deg);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__element-content {
  width: 100%;
  position: relative;
  padding: 30px 20px 80px 20px;
  border-radius: 0px 0 24px 0;
}
.blog__element-title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 10px 0px;
}
.blog__element-category {
  font-size: 0.875rem;
  color: #28344A;
  position: relative;
  margin-right: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.blog__element-category:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #28344A;
  right: -8px;
  top: 3px;
}
.blog__element-date {
  font-size: 0.875rem;
  color: #28344A;
  font-weight: bold;
}
.blog__element-description {
  font-size: 0.875rem;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 16px;
}
.blog__element-button {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  color: #28344A;
  padding: 18px;
  width: 100%;
  left: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.blog__element-button span {
  color: #000000;
  transform: rotate(-90deg);
  background: #47D7AC;
  padding: 20px;
  border-radius: 0 65px 0 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog__element-button span:before {
  position: relative;
  right: 5px;
  bottom: -5px;
}
.blog__element-button:hover {
  color: #28344A;
}
.blog__element-button:hover span {
  background: #28344A;
  color: #ffffff;
}

@media (min-width: 769px) {
  .blog {
    margin: 80px 0px;
  }
  .blog__header {
    margin-bottom: 45px;
  }
  .blog__element {
    flex-direction: row;
  }
  .blog__element-header {
    width: 40%;
  }
  .blog__element-content {
    width: 60%;
  }
}
.galeria-slider {
  margin: 45px 0px;
}
.galeria-slider .slick-list {
  overflow: visible;
}
.galeria-slider .wrapper-arrows {
  margin-bottom: 20px;
}
.galeria-slider__element {
  margin: 0px 1px;
}
.galeria-slider__element-image {
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.galeria-img {
  margin: 45px 0px;
}
.galeria-img__header {
  margin-bottom: 30px;
}
.galeria-img__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: auto;
}
.galeria-img__element-image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
}
.galeria-img__left {
  width: 100%;
  display: flex;
}
.galeria-img__left picture {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.galeria-img__right {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}
.galeria-img__right picture {
  position: relative;
  display: flex;
  width: calc(50% - 8px);
  height: 100%;
}

@media (min-width: 768px) {
  .galeria-img {
    margin: 80px 0px;
  }
  .galeria-img__header {
    margin-bottom: 45px;
  }
  .galeria-img__content {
    flex-direction: row;
    height: 700px;
  }
  .galeria-img__left {
    width: 58%;
  }
  .galeria-img__right {
    flex-direction: column;
    justify-content: space-between;
    width: 38%;
    margin-top: 0;
  }
  .galeria-img__right picture {
    position: relative;
    display: flex;
    width: 100%;
    height: 48%;
  }
  .galeria-img__element-image {
    position: absolute;
  }
  .galeria-slider {
    margin: 80px 0px;
  }
}
.hero-bg-video .video-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-bg-video video {
  display: block;
  width: 100%;
  height: 98%;
  -o-object-fit: fill;
     object-fit: fill;
  aspect-ratio: 4/5;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero .slick-list {
  min-height: 420px;
}
.hero .slick-list .slick-track {
  display: flex;
}
.hero .slick-list .slick-track .slick-slide {
  height: auto;
  min-height: 600px;
}
.hero .arrow-prev {
  left: -16px;
}
.hero .arrow-next {
  right: -16px;
}
.hero .wrapper-dots {
  display: none;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}
.hero .w-100 {
  margin: 0px 30px 30px 30px;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero__bg-line {
  position: absolute;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: auto;
}
.hero__element {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 600px;
  background-position: center;
  overflow: hidden;
  min-height: 420px;
}
.hero__element:hover .hero__element-content {
  opacity: 1;
}
.hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
}
.hero__element-content {
  position: absolute;
  top: 0;
  left: 0;
}
.hero__element-title {
  color: #ffffff;
}
.hero__element-title span {
  font-family: "Open Sans Regular";
}
.hero__element-text {
  color: #ffffff;
  font-size: 1rem;
  max-width: 70%;
  margin-top: 15px;
}
.hero__video-controls {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.hero__element-link {
  color: #47D7AC;
  margin-right: 25px;
}
.hero__wrapper-element-button {
  position: relative;
  height: 80px;
  width: 80px;
}
.hero__element-button-circle {
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 1px solid #47D7AC;
  background: rgba(40, 52, 74, 0.75);
}
.hero__element-button-circle--level1 {
  width: 65px;
  height: 65px;
  z-index: 2;
  left: 7.5px;
  top: 7.5px;
}
.hero__element-button-circle--level2 {
  width: 80px;
  height: 80px;
  z-index: 1;
}

@media (min-width: 768px) {
  .hero-bg-video .video-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .hero-bg-video video {
    display: block;
    width: 100%;
    height: 98%;
    -o-object-fit: fill;
       object-fit: fill;
    aspect-ratio: 16/9;
  }
  .hero .slick-list {
    min-height: 600px;
  }
  .hero .wrapper-dots {
    position: relative;
    z-index: 9;
  }
  .hero .wrapper-dots .slick-dots {
    justify-content: flex-start;
    position: relative;
    bottom: 0;
    top: -75px;
  }
  .hero .w-100 {
    margin: 0 0 60px 0;
  }
  .hero__element-text {
    font-size: 1rem;
    max-width: none;
    margin-top: 30px;
  }
  .hero__element {
    min-height: auto;
  }
  .hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 16/9;
  }
}
/*.ios {
    .hero {
        $self: &;
        // video {
        //     display: none;
        // }
        &__video-controls {
            display: none;
        }
    }
}*/
.slider-noticias {
  margin: 40px 0px;
}
.slider-noticias .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slider-noticias .container {
  position: relative;
}
.slider-noticias .wrapper-arrows {
  position: absolute;
  left: 15px;
  top: 0;
}
.slider-noticias .wrapper-dots {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.slider-noticias__lead {
  margin-bottom: 30px;
}
.slider-noticias__elements-content {
  margin: 55px 0px 30px 0px;
}
.slider-noticias__elements-image img {
  border-radius: 50px 5px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

@media (min-width: 992px) {
  .slider-noticias {
    margin: 80px 0px;
  }
}
@media (min-width: 768px) {
  .slider-noticias__wrapper-text {
    margin-top: 30px;
  }
  .slider-noticias__elements-content {
    margin: 0px;
  }
  .slider-noticias .wrapper-arrows {
    position: relative;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .slider-noticias .wrapper-dots {
    margin-top: 35px;
    position: relative;
  }
}
.slider-noticias-2 {
  margin: 40px 0px;
}
.slider-noticias-2 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slider-noticias-2 .container {
  position: relative;
}
.slider-noticias-2__wrapper-slider {
  position: relative;
  display: flex;
  align-items: center;
}
.slider-noticias-2__wrapper-slider .wrapper-arrows {
  position: absolute;
  bottom: 0;
  left: 1px;
}
.slider-noticias-2__title {
  font-style: italic;
}
.slider-noticias-2__lead {
  margin-top: 20px;
}
.slider-noticias-2__elements-image {
  width: 40%;
  margin-right: 10%;
}
.slider-noticias-2__elements-image img {
  border-radius: 0px 50px 0px 0px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}
.slider-noticias-2__elements-content {
  width: 50%;
  margin: 55px 0px 25px 0px;
}
.slider-noticias-2 .wrapper-arrows {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
}
.slider-noticias-2 .block-dots {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
}
.slider-noticias-2 .block-dots .slick-dots {
  justify-content: end;
}

@media (min-width: 992px) {
  .slider-noticias-2 {
    margin: 80px 0px;
  }
}
@media (min-width: 768px) {
  .slider-noticias-2__wrapper-slider {
    flex-direction: column;
  }
  .slider-noticias-2__elements-content {
    margin: 0px;
  }
  .slider-noticias-2__elements-image, .slider-noticias-2__elements-content {
    width: 100%;
    margin-right: 0%;
  }
  .slider-noticias-2__title {
    margin-top: 30px;
  }
  .slider-noticias-2 .block-dots {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0px;
    margin-top: 25px;
  }
  .slider-noticias-2 .block-dots .slick-dots {
    justify-content: center;
  }
  .slider-noticias-2 .wrapper-arrows {
    position: relative;
    right: 0;
    margin-bottom: 30px;
  }
}
.testimonials {
  margin: 40px 0px;
}
.testimonials .slick-list {
  margin: 0px -15px;
}
.testimonials .slick-track {
  display: flex;
}
.testimonials__box {
  background-color: #ffffff;
  border-radius: 24px 0;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);
  padding: 40px 30px;
  font-family: "Open Sans Regular";
  margin: 10px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.testimonials__box__profile-pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.testimonials__box p {
  font-size: 1rem;
  line-height: 24px;
  color: #28344A;
  margin-bottom: 12px;
}
.testimonials__box h6 {
  font-size: 1rem;
  line-height: 22px;
  color: #28344A;
  font-family: "Open Sans Bold", sans-serif;
  margin-bottom: 15px;
}
.testimonials__box a {
  font-size: 0.875rem;
  color: #28344A;
  line-height: 22px;
  font-weight: bold;
  /*text-decoration: underline;
  &:after{
      content:"\e91c";
      position: absolute;
      font-size: .937rem;
      font-family: 'icomoon';
      transform: rotate(-90deg);
      margin-left: 7px;
  }*/
}
.testimonials__element-image {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .testimonials {
    margin: 80px 0px;
  }
}
.icons {
  margin: 40px 0px;
}
.icons__header {
  margin-bottom: 30px;
}
.icons__title {
  color: #2B2B38;
}
.icons__element {
  margin-bottom: 25px;
}
.icons__element-icon {
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.icons__element-title {
  font-size: 1.25rem;
  color: #006ff5;
  font-weight: bold;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0px 5px 0px;
}
.icons--center .icons__header {
  text-align: center;
}
.icons--center .icons__elements {
  text-align: center;
  justify-content: center;
}
.icons--left .icons__element {
  display: flex;
  align-items: end;
  padding: 15px 20px 15px 20px;
}
@media (max-width: 991px) {
  .icons--left .icons__element {
    align-items: flex-start;
  }
}
.icons--left .icons__element > picture {
  flex: 0 0 auto;
}
.icons--left .icons__element-content {
  text-align: left;
}
.icons--left .icons__element-icon {
  margin-right: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.icons--left .icons__element-title {
  margin-top: 0px;
}
.icons--box .icons__header {
  text-align: left;
}
.icons--box .icons__element {
  display: flex;
  align-items: center;
  border: 2px solid #ebf2fc;
  border-radius: 0 0 32px 0;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
}
.icons--box .icons__element > picture {
  flex-shrink: 0;
}
.icons--box .icons__element-content {
  text-align: left;
}
.icons--box .icons__element-icon {
  margin-right: 20px;
}
.icons--box .icons__element-title {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .icons {
    margin: 80px 0px;
  }
  .icons__header {
    margin-bottom: 45px;
  }
}
.contacto__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contacto__card {
  border: 2px solid #e5e8ea;
  border-radius: 65px 0px 65px 0px;
  overflow: hidden;
}
.contacto__element {
  display: flex;
  margin-bottom: 20px;
  flex: 1 0 auto;
}
.contacto__element-icon {
  background: #47D7AC;
  border-radius: 50%;
  margin: 5px 15px 0px 0px;
  color: #28344A;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}
.contacto__element-title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.contacto__element-text {
  font-size: 0.875rem;
  color: #28344A;
}
.contacto--cards {
  margin: 40px 0px;
}
.contacto--cards .contacto__card {
  padding: 40px 15px;
  margin-bottom: 15px;
}
.contacto--cards .contacto__card-title {
  margin-bottom: 25px;
}
.contacto--tab {
  margin: 80px 0px;
}
.contacto--tab__elements {
  padding: 50px 50px 30px 20px;
}
.contacto--tab__element-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.contacto--tab__element-header {
  display: flex;
}
.contacto--tab .nav-pills .nav-link {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0px;
  color: #28344A;
}
.contacto--tab .nav-pills .nav-link.active {
  background-color: #47D7AC;
  color: #28344A;
  border-radius: 0 24px 24px 0;
  padding: 12px 45px 12px 25px;
}
.contacto--colaborador {
  padding: 80px 0px;
  background: #28344A;
  color: #ffffff;
  overflow-x: hidden;
}
.contacto--colaborador__title {
  color: #ffffff;
}
.contacto--colaborador__element-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 63px 0 63px;
  aspect-ratio: 4/3;
}
.contacto--colaborador .contacto__title, .contacto--colaborador .contacto__description, .contacto--colaborador .contacto__element-title, .contacto--colaborador .contacto__element-text {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .contacto__element-header {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .contacto__card {
    border-radius: 35px 0px 35px 0px;
  }
  .contacto--tab {
    margin: 40px 0px 40px 0;
  }
  .contacto--tab__header {
    margin-bottom: 30px;
  }
  .contacto--tab__element-header {
    flex-direction: column;
  }
  .contacto--tab__wrapper-element {
    border-radius: 0px 24px 0px 24px;
  }
  .contacto--tab__elements {
    padding: 30px 30px 0px 10px;
  }
  .contacto--tab__element-icon {
    margin: 0px 15px 0px 0px;
  }
  .contacto--tab .nav-pills {
    display: flex;
    flex-direction: initial;
    flex-wrap: nowrap;
    overflow-x: auto;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .contacto--tab .nav-pills .nav-link {
    margin: 0px;
  }
  .contacto--tab .nav-pills::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }
  .contacto--tab .nav-pills::-webkit-scrollbar-button, .contacto--tab .contenedor::-webkit-scrollbar-button {
    display: none;
  }
  .contacto--tab .nav-pills::-webkit-scrollbar {
    height: 3px;
  }
  .contacto--tab .nav-pills::-webkit-scrollbar-thumb {
    background-color: #1C283D;
    border-radius: 20px;
  }
  .contacto--tab .nav-pills::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .contacto--cards {
    margin: 40px 0px;
  }
  .contacto--cards .contacto__card {
    margin-bottom: 15px;
  }
  .contacto--colaborador {
    padding: 40px 0px;
    background: #28344A;
    color: #ffffff;
  }
  .contacto--colaborador__element-image {
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .contacto__header {
    margin-bottom: 45px;
  }
  .contacto__element-icon {
    margin: 5px 15px 0px 0px;
  }
  .contacto--tab__element-image {
    display: none;
  }
  .contacto--tab .contacto__card {
    border-radius: 24px 0 24px 0;
  }
  .contacto--cards {
    margin: 80px 0px;
  }
  .contacto--cards .contacto__card {
    padding: 50px 80px;
  }
  .contacto--colaborador {
    padding: 80px 0px;
  }
}
.video {
  position: relative;
  margin: 40px 0px 20px 0px;
}
.video__ios-img {
  display: none;
}
.video__header {
  margin-bottom: 30px;
}
.video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}
.video .remove-cortina {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.video .container {
  position: relative;
  z-index: 2;
}
.video__element {
  position: relative;
  margin-bottom: 25px;
}
.video__element:hover .remove-cortina {
  opacity: 0.5;
  transition: opacity 0.25s linear;
}
.video__element:hover .remove-caja {
  opacity: 1;
}
.video__element-content {
  position: absolute;
  bottom: 25px;
  left: 5%;
  z-index: 9;
  width: 90%;
  display: none;
}
.video__element-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.video__element-text {
  color: #ffffff;
}
.video__video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.video .remove-caja {
  opacity: 0;
}

@media (min-width: 992px) {
  .video {
    margin: 80px 0px 60px 0px;
  }
  .video__element-title {
    margin-bottom: 20px;
  }
  .video__element-content {
    bottom: 55px;
    left: 10%;
    width: 55%;
  }
}
@media (min-width: 768px) {
  .video__element-content {
    display: block;
  }
}
/*.ios {
    .video {
        $self: &;
        &__ios-img {
            display: block;
        }
        video {
            display: none;
        }
        &__video-controls {
            display: none;
        }
    } 
}*/
.news-detail {
  margin: 40px 0px;
}
.news-detail .video {
  margin: 0px;
}
.news-detail__header-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: baseline;
  margin: 20px 0px;
}
.news-detail__rrss a {
  margin: 0px 10px;
}
.news-detail__rrss a span {
  color: #28344A;
}
.news-detail__rrss a:hover span {
  color: #47D7AC;
}
.news-detail__rrss a:first-child {
  margin-left: 0;
}
.news-detail__rrss a:last-child {
  margin-right: 0px;
}
.news-detail__category {
  color: #28344A;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: underline;
  font-size: 0.875rem;
}
.news-detail__category:before {
  content: "";
  position: absolute;
  height: 19px;
  width: 2px;
  background: #28344A;
  right: -2px;
  top: 5px;
}
.news-detail__date {
  color: #28344A;
  font-size: 0.875rem;
}
.news-detail__image,
.news-detail .video {
  margin-bottom: 30px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.news-detail__content li {
  margin-top: 15px;
  line-height: 25px;
}
.news-detail__content p {
  margin-bottom: 35px;
}
.news-detail__content p:last-child {
  margin-bottom: 0px;
}
.news-detail__content small {
  font-size: 0.875rem;
  font-style: italic;
}
.news-detail__content--article .news-detail__header-info {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .news-detail {
    margin: 80px 0px;
  }
  .news-detail__header-info {
    margin: 35px 0px;
    align-items: center;
    flex-direction: row;
  }
  .news-detail__content p {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .news-detail__header-info {
    flex-direction: row;
    align-items: stretch;
  }
  .news-detail__rrss {
    margin-bottom: 20px;
  }
  .news-detail__rrss a:first-child {
    margin-left: 0;
  }
  .news-detail__category, .news-detail__date {
    font-size: 1.25rem;
  }
}
.image-text {
  margin: 20px 0px;
}
.image-text__icon {
  margin-bottom: 15px;
  width: 35px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.image-text__content {
  margin: 20px 0px 30px 0px;
}
.image-text__image {
  margin: 0px 0px 30px 0px;
  border-radius: 0 40px 0 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text__wrapper-text {
  text-align: center;
}
.image-text--left .image-text__image {
  border-radius: 0 40px 0 0;
}
.image-text__title span {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

@media (min-width: 992px) {
  .image-text {
    margin: 20px 0px;
  }
  .image-text__image {
    border-radius: 0px 50px 0px 0px;
  }
  .image-text__wrapper-text {
    margin-right: 25px;
    text-align: left;
  }
  .image-text--left .image-text__image {
    border-radius: 0px 0px 0px 50px;
  }
  .image-text--left .image-text__wrapper-text {
    margin: 0px 0px 0px 25px;
  }
}
@media (min-width: 768px) {
  .image-text {
    margin: 20px 0px;
  }
  .image-text__wrapper-text {
    margin: 0px;
    text-align: left;
  }
  .image-text__image {
    margin-bottom: 30px;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-text__icon {
    margin-bottom: 20px;
    width: 60px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
  .image-text--left .image-text__wrapper-text {
    margin: 0px;
  }
}
.informative__header {
  margin-bottom: 25px;
}
.informative__wrapper-element-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.informative__element-button {
  width: 80%;
  margin-bottom: 20px;
  position: relative;
}
.informative__title {
  margin-bottom: 25px;
  color: #ffffff;
}
.informative__content {
  background: #28344A;
  color: #ffffff;
}
.informative__element-text {
  color: #ffffff;
  margin-bottom: 25px;
}
.informative__list {
  line-height: 23px;
}
.informative__element-list {
  margin-bottom: 15px;
  font-size: 0.875rem;
}
.informative__element-list:before {
  left: -35px;
}
.informative__element-image {
  position: relative;
  max-height: 500px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.informative__img-wrap {
  position: static;
}
.informative--type1 .informative__list {
  margin-left: 0px;
}
.informative--type1 .informative__element-list {
  margin-left: 35px;
}
.informative--type2 {
  background: #e0e0e0;
}
.informative--type2 .informative__wrapper-element-button {
  flex-direction: column;
  align-items: center;
}
.informative--type2 .informative__list {
  margin-top: 0px;
}
.informative--type2 .informative__element-list {
  margin-left: 35px;
}

@media (min-width: 1171px) {
  .informative__element-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 16/9;
  }
  .informative__img-wrap {
    position: static;
  }
  .informative--type1 .informative__header .title-icon:after {
    color: #096edc;
  }
  .informative--type1 .informative__content {
    background: #28344A;
    padding: 100px 85px;
    color: #ffffff;
  }
  .informative--type1 .informative__list {
    margin: 30px 0px 40px 0px;
  }
  .informative--type1 .informative__element-list {
    margin-left: 45px;
  }
  .informative--type1 .informative__element-list:before {
    background: #006ff5;
  }
  .informative--type1 .informative__element-button + .informative__element-button {
    margin-left: 0px;
  }
  .informative--type2 {
    background: #e0e0e0;
    padding: 100px 85px;
  }
  .informative--type2 .informative__element-list {
    font-size: 0.875rem;
  }
  .informative--type2 .informative__element-list:before {
    background: #47D7AC;
  }
}
@media (min-width: 992px) {
  .informative__img-wrap {
    position: static;
  }
  .informative--type1 .informative__content {
    padding: 65px 40px;
    background: #e0e0e0;
    color: #ffffff;
  }
  .informative__element-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 16/9;
  }
  .informative__imgs {
    display: block;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .informative__img-wrap {
    position: relative;
  }
  .informative__header {
    margin-bottom: 45px;
  }
  .informative__element-button {
    width: auto;
    margin-bottom: 0px;
    position: static;
  }
  .informative__element-list {
    position: relative;
    margin-bottom: 20px;
  }
  .informative__element-list:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #006ff5;
    left: -45px;
    top: 8px;
  }
  .informative .informative__element-button + .informative__element-button {
    margin-left: 15px;
    margin-bottom: 0px;
  }
  .informative--type1 .informative__content {
    padding: 40px 30px;
    background: #28344A;
    color: #ffffff;
  }
  .informative--type1 .informative__element-image {
    min-height: 400px;
  }
  .informative--type2 {
    padding: 40px 0px;
  }
  .informative--type2 .informative__list {
    margin-top: 30px;
  }
  .informative--type2 .informative__element-list {
    margin-left: 45px;
  }
  .informative--type2 .informative__content {
    padding-top: 15px;
    background: #28344A;
    color: #ffffff;
  }
}
.cifras {
  margin: 40px 0px 10px 0px;
}
.cifras__num p, .cifras__num span {
  color: #006ff5;
  line-height: initial;
  margin-bottom: 10px;
}
.cifras__txt {
  font-family: "Open Sans Regular";
}
.cifras__box {
  margin: 0px 15px 30px 15px;
}

@media (min-width: 992px) {
  .cifras {
    margin: 80px 0;
  }
}
.btn-flotante {
  width: 220px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  min-height: 200px;
  transition: position 0.5s ease;
  overflow: hidden;
  z-index: 99;
}
.btn-flotante span[class*=icon-] {
  margin-right: 5px;
}
.btn-flotante__cerrar {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 5px;
  margin: 0px !important;
  z-index: 9;
  border: 2px solid transparent;
}
.btn-flotante__cerrar:focus {
  border: 2px solid #096edc;
}
.btn-flotante__cerrar, .btn-flotante__data, .btn-flotante__form-link {
  opacity: 1;
  transition: all 0.6s ease;
}
.btn-flotante__action {
  background-color: #47D7AC;
  padding: 18px 0px;
  text-align: center;
}
.btn-flotante__action p {
  font-weight: bold;
  color: #28344A;
  font-size: 0.812rem;
  display: flex;
  align-items: center;
  padding-right: 20px;
  justify-content: center;
}
.btn-flotante__action p .icon-chat {
  margin-right: 7px;
  font-size: 1.062rem;
}
.btn-flotante__action p .icon-chat span:before {
  color: #28344A;
}
.btn-flotante__action:focus {
  border: 2px solid #096edc;
}
.btn-flotante__action.opn {
  border-radius: 10px 10px 0px 0px;
  pointer-events: none;
}
.btn-flotante__action.opn:focus {
  border: none;
}
.btn-flotante__data {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #e5e8ea;
}
.btn-flotante__data a {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
.btn-flotante__data p {
  display: flex;
  align-items: center;
  position: relative;
}
.btn-flotante__data p i {
  margin-right: 10px;
}
.btn-flotante__data__tel {
  padding-bottom: 13px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 12px;
}
.btn-flotante__data__tel h4 {
  margin-bottom: 10px;
  color: #28344A;
  font-weight: bold;
  font-size: 0.875rem;
}
.btn-flotante__data__tel .btn-call,
.btn-flotante__data__tel p {
  margin: 11px 0 0 5px;
  font-size: 0.812rem;
  font-weight: 600;
  color: #28344A;
  padding: 0;
}
.btn-flotante__data__chat {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 13px;
  margin-bottom: 5px;
}
.btn-flotante__data__chat p {
  margin: 1px 0 0 5px;
  font-size: 600;
}
.btn-flotante__form-lnk {
  padding: 0.4rem;
  font-size: 0.812rem;
  margin-top: 15px;
  width: 100%;
}
.btn-flotante--cerrado {
  width: 200px;
  height: 36px;
  min-height: 0;
}
.btn-flotante--cerrado .btn-flotante__action {
  padding: 6px 0;
  border-radius: 100px;
  cursor: pointer;
}
.btn-flotante--cerrado .btn-flotante__action p {
  justify-content: center;
  padding-right: 0px;
}
.btn-flotante--cerrado .btn-flotante__cerrar, .btn-flotante--cerrado .btn-flotante__data, .btn-flotante--cerrado .btn-flotante__form-lnk {
  opacity: 0;
  visibility: hidden;
}
.btn-flotante--copia {
  right: 20em;
}

@media (min-width: 769px) {
  .btn-flotante__data__tel {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .btn-flotante__data__tel p {
    margin: 5px 0 0 5px;
  }
  .btn-flotante__data__chat {
    padding-bottom: 7px;
  }
  .btn-flotante__data__chat p {
    font-size: 0.812rem;
  }
}
.btn-list {
  min-height: 100vh;
}

.modal__checkbox {
  cursor: default;
}
.modal__checkbox-label.active {
  outline: 2px solid #47D7AC;
}
.modal__checkbox-input ~ .modal__btn .modal__btn-link {
  opacity: 0.5;
  pointer-events: none;
}
.modal__checkbox-input:checked ~ .modal__btn .modal__btn-link {
  opacity: 1;
  pointer-events: initial;
  cursor: pointer;
}

.sl-rrss__tabla {
  background-color: #28344A;
  padding: 40px 0;
}
.sl-rrss__tabla__contenido .tab-pane > div, .sl-rrss__tabla__contenido .tab-pane > iframe {
  flex: 0 0 22%;
  flex-wrap: wrap;
  margin: 20px 12px;
  max-width: initial;
  width: 90%;
  min-width: 100%;
}
.sl-rrss__tabla__contenido .tab-pane > div[src*="www.facebook.com"], .sl-rrss__tabla__contenido .tab-pane > iframe[src*="www.facebook.com"] {
  height: auto;
}
.sl-rrss__tabla__contenido .tab-pane.active {
  display: flex;
  align-items: center;
  padding: 30px 0;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 967px) {
  .sl-rrss__tabla {
    padding: 80px 0;
  }
  .sl-rrss__tabla__contenido .tab-pane > div, .sl-rrss__tabla__contenido .tab-pane > iframe {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .sl-rrss__tabla {
    padding: 40px 0;
  }
  .sl-rrss__tabla__contenido .tab-pane > div, .sl-rrss__tabla__contenido .tab-pane > iframe {
    width: 50%;
  }
}
.hero-subhome {
  position: relative;
  overflow: hidden;
}
.hero-subhome__overlay-box {
  position: absolute;
  background: rgba(40, 52, 74, 0.65);
  height: 100%;
  border-radius: 0 0 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 35px;
}
.hero-subhome__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.hero-subhome__text {
  padding: 65px 0px 40px 0px;
  z-index: 8;
  position: relative;
}
.hero-subhome__text .block-title {
  margin-bottom: 15px;
}
.hero-subhome__text p,
.hero-subhome__text .h2 {
  color: #ffffff;
}
.hero-subhome__text .hero-subhome__btn-link {
  margin-top: 25px;
}
.hero-subhome__text .hero-subhome__btn-link--one {
  margin-right: 15px;
}
.hero-subhome__text .insite-edit a:hover {
  color: #47d7ac;
  text-decoration: underline;
}
.hero-subhome .insite-edit div {
  color: #ffffff;
}
.hero-subhome--curve {
  position: relative;
}
.hero-subhome--curve .hero-subhome__overlay-box {
  width: 100%;
}
.hero-subhome--curve .hero__bg-line {
  bottom: -1px;
}

@media (min-width: 769px) {
  .hero-subhome__text {
    padding: 85px 40px 85px 0px;
  }
  .hero-subhome__text .block-title {
    margin-bottom: 30px;
  }
  .hero-subhome__text a {
    margin-top: 20px;
  }
}
.sl-logotipos {
  margin: 40px 0px;
}
.sl-logotipos__logo {
  padding: 15px 0px;
}
.sl-logotipos__img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (min-width: 769px) {
  .sl-logotipos {
    margin: 80px 0px;
  }
  .sl-logotipos__logo {
    padding: 15px;
  }
}
.sl-coberturas {
  margin: 40px 0px;
}
.sl-coberturas__box {
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
}
.sl-coberturas__modal .table-striped tbody tr:nth-of-type(even) {
  background: #ffffff;
}
.sl-coberturas__modal .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(40, 52, 74, 0.08);
}
.sl-coberturas__modal table td {
  border: none;
  padding: 12px 15px;
}
.sl-coberturas__modal table tr {
  display: flex;
  flex-direction: column;
}
.sl-coberturas__modal table td:nth-of-type(odd) {
  font-family: "Open Sans Semibold";
}
.sl-coberturas__modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  padding: 15px;
}
.sl-coberturas__modal .modal-dialog .modal-content .modal-body .text-header .title {
  padding: 0px;
  margin-bottom: 15px;
}
.sl-coberturas__tabla ul li {
  font-size: 1rem;
  margin: auto;
  display: none;
}
.sl-coberturas__tabla ul li .open-modal {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
}
.sl-coberturas__tabla ul li > div {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sl-coberturas__tabla ul li > div .icono {
  margin-left: 10px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  z-index: 2;
}
@media (min-width: 768px) {
  .sl-coberturas__tabla ul li > div .icono:hover + div {
    display: flex;
  }
}
.sl-coberturas__tabla ul li:nth-child(1), .sl-coberturas__tabla ul li:nth-child(2), .sl-coberturas__tabla ul li:nth-child(3), .sl-coberturas__tabla ul li:nth-child(4) {
  display: flex;
}
.sl-coberturas__tabla ul li:nth-child(2n+2) {
  background: rgba(40, 52, 74, 0.08);
}
.sl-coberturas__tabla ul .sl-coberturas__tabla__header {
  font-weight: bold;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.25rem;
}
.sl-coberturas__tabla__collapse {
  margin: 20px 0 0;
  padding: 0px;
  font-size: 0.937rem;
  line-height: 20px;
  position: relative;
  z-index: 2;
  max-width: 518px;
  left: 0;
}
.sl-coberturas__tabla__collapse .card {
  border: none;
}
.sl-coberturas__tabla__ver-mas {
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  transition: all 0.5s ease;
  padding: 25px 0;
  margin: auto;
}
.sl-coberturas__tabla__ver-mas p {
  text-align: center;
  color: #28344A;
  text-decoration: underline;
}
.sl-coberturas__tabla__ver-mas.active {
  display: none;
  opacity: 0;
}
.sl-coberturas__tabla.expandida {
  max-height: none;
}
.sl-coberturas__tabla.expandida ul li {
  display: flex;
}
.sl-coberturas__contrata {
  margin-top: 30px;
  padding-top: 20px;
  width: 100%;
}
.sl-coberturas__contrata a {
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .sl-coberturas {
    margin: 80px 0px;
  }
  .sl-coberturas__modal table td {
    padding: 12px 30px;
    text-transform: initial;
    width: 200%;
  }
  .sl-coberturas__modal table tr {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .sl-coberturas__modal .modal-dialog .modal-content .modal-body {
    padding: 0px 50px 70px 50px;
  }
  .sl-coberturas__modal .modal-dialog .modal-content .modal-body .text-header .title {
    margin-bottom: 30px;
    padding: 0px 30px;
  }
  .sl-coberturas__tabla ul li > div .icono {
    position: absolute;
  }
  .sl-coberturas__tabla__collapse {
    position: absolute;
    width: 200%;
    left: -50px;
  }
}
.download {
  padding: 40px 0px;
  background: #006ff5;
}
.download .slick-list {
  padding: 0px !important;
}
.download__lead {
  color: #ffffff;
}
.download__elements {
  margin: 0px -15px;
  display: flex;
}
.download__element {
  background: #ffffff;
  box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.09);
  padding: 20px;
}
.download__element-content {
  color: #28344A;
  padding: 20px;
  border: 1px solid #949494;
  border-radius: 32px 0 32px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.download__element-icon {
  width: 45px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.download__element-title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0px 10px 0px;
}
.download__element-wrapper-btn {
  margin-top: 25px;
}
.download--slider .download__element {
  width: 33%;
  margin: 0px 15px;
}
.download--slider .download__element-wrapper-btn {
  text-align: center;
}

@media (min-width: 1200px) {
  .download {
    padding: 40px 0px;
  }
  .download__element {
    padding: 30px;
  }
  .download__element-content {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .download {
    padding: 40px 0px;
  }
  .download .arrow-next,
  .download .arrow-prev {
    top: 50%;
  }
  .download__element {
    height: auto;
  }
}
@media (min-width: 768px) {
  .download {
    padding: 40px 0px;
  }
  .download--simple {
    padding: 40px 0px 20px 0px;
  }
  .download--simple .download__element {
    margin-bottom: 30px;
  }
  .download--simple .download__element-wrapper-btn {
    text-align: center;
  }
  .download .slick-track {
    display: flex;
  }
}
.login {
  height: calc(100vh - 52px);
}
.login__wrapper-form {
  padding: 45px 15px;
  margin: 0px 15px;
}
.login__sign-up {
  font-size: 0.875rem;
}
.login__sign-up a {
  margin-left: 5px;
  font-family: "Open Sans Bold", sans-serif;
  color: #28344A;
}
.login__bg {
  bottom: 52px;
}
.login__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
}

@media (min-width: 992px) {
  .login {
    height: calc(100vh - 104px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .login__wrapper-form {
    max-width: 460px;
    background: #ffffff;
    border-radius: 24px 0px 24px 0px;
    padding: 55px 60px;
  }
  .login__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 104px;
    left: 0;
    z-index: -1;
  }
  .login__bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 16/9;
  }
}
.register {
  background: rgba(40, 52, 74, 0.85);
  padding: 40px 0px;
}
.register__intro-form {
  background: #ffffff;
  border-radius: 24px 0px 24px 0px;
  padding: 45px 15px 30px 15px;
  margin-bottom: 25px;
}
.register__wrapper-form {
  background: #ffffff;
  border-radius: 24px 0px 24px 0px;
  padding: 45px 15px;
  margin: 0px;
}
.register__intro-element {
  background: #47D7AC;
  border-radius: 24px 0px;
  display: flex;
  align-items: center;
  color: #28344A;
  margin-bottom: 15px;
}
.register__intro-element-text {
  color: #ffffff;
  font-size: 0.875rem;
  max-width: 50%;
}
.register__intro-element-img {
  border-radius: 24px 0px;
  width: 100px;
  margin-right: 10px;
  background-size: cover;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}
.register__intro-element-icon {
  transform: rotate(-90deg);
  margin-right: 15px;
  position: absolute;
  right: 12px;
}
.register__form-element-block + .register__form-element-block {
  border-top: 1px solid #e5e8ea;
  margin-top: 15px;
  padding-top: 30px;
}
.register .send-error {
  display: none;
  margin-top: 20px;
}
.register .send-error__title {
  color: #ff295f;
}
.register .send-error.active {
  display: block;
}

@media (min-width: 992px) {
  .register {
    padding: 80px 0px;
  }
  .register__wrapper-form {
    padding: 55px 60px;
  }
  .register__intro-form {
    padding: 45px 30px 30px 30px;
  }
  .register__intro-element {
    margin-bottom: 0px;
  }
  .register__intro-element-img {
    width: 80px;
  }
}
.contratacion {
  padding: 45px 0px;
  position: relative;
}
.contratacion .step-1 .contratacion__wrapper-btn {
  border-top: 1px solid #28344A;
  padding: 25px 0px 0px 0px;
  margin-top: 30px;
}
.contratacion__menu {
  background: #ffffff;
  z-index: 9;
  position: fixed;
  width: 100%;
}
.contratacion__menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.contratacion__menu-info {
  display: flex;
  align-items: center;
}
.contratacion__menu-info img {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e5e8ea;
}
.contratacion__menu-actions-closed {
  display: flex;
  align-items: center;
}
.contratacion__menu-actions-closed .text {
  margin-left: 5px;
  font-size: 0.875rem;
}
.contratacion__progress-container {
  margin: 50px 0px 50px 0px;
}
.contratacion__progression-bar {
  list-style: none;
  margin: 0 0 38px 0;
  padding: 0;
  display: flex;
  width: 100%;
  z-index: 1;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.contratacion__progression-bar:before {
  transition-delay: 2s;
  transition: width 0.5s linear;
  content: "";
  background-color: #47D7AC;
  height: 6px;
  left: 0px;
  position: absolute;
  z-index: 2;
  top: -1px;
}
.contratacion__progression-bar:after {
  transition: width 0.9s ease-in-out;
  content: "";
  width: 100%;
  background-color: #1b4e90;
  height: 6px;
  left: 0px;
  position: absolute;
  top: -1px;
}
.contratacion__progression-bar.step-1:before {
  width: 19%;
}
.contratacion__progression-bar.step-2:before {
  width: 39%;
}
.contratacion__progression-bar.step-3:before {
  width: 59%;
}
.contratacion__progression-bar.step-4:before {
  width: 79%;
}
.contratacion__progression-bar.step-5:before {
  width: 99%;
}
.contratacion__progression-bar li {
  position: relative;
  cursor: pointer;
}
.contratacion__progression-bar li.completed:before, .contratacion__progression-bar li.is-active:before {
  content: "";
  z-index: 6;
  background-color: #47D7AC;
  position: absolute;
  top: -7px;
  right: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #47D7AC;
}
.contratacion__progression-bar li.is-active:before {
  background-color: #28344A;
}
.contratacion__progression-bar li:first-child:before {
  display: none;
}
.contratacion__progress-container-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.contratacion__progress-container-title span {
  font-size: 1rem;
  font-family: "Open Sans Regular";
}
.contratacion__content {
  display: flex;
}
.contratacion__wrapper-form {
  background: #ffffff;
  border-radius: 24px 0px 0px 0px;
  padding: 40px 15px;
  width: 70%;
}
.contratacion__wrapper-form.step-1 {
  border-radius: 24px 0px 24px 0px;
}
.contratacion__detail {
  background: #28344A;
  width: 30%;
  padding: 25px 15px;
}
.contratacion__detail p {
  color: #ffffff;
}
.contratacion__form-pre-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
}
.contratacion__form-pre-header p {
  margin-bottom: 20px;
}
.contratacion__lead {
  font-size: 0.875rem;
}
.contratacion__form-element-block + .contratacion__form-element-block {
  border-top: 1px solid #e5e8ea;
  margin-top: 15px;
  padding-top: 30px;
}
.contratacion__link {
  text-decoration: underline;
  font-size: 0.875rem;
}
.contratacion__form-footer {
  display: flex;
}
.contratacion__form-footer .footer-bg-white {
  width: 70%;
  background: #ffffff;
}
.contratacion__form-footer .footer-bg-white .line {
  border-top: 1px solid #28344A;
  margin: 20px 15px 0px 15px;
}
.contratacion__form-footer .footer-bg-blueDark {
  background: #28344A;
  width: 30%;
  border-radius: 0px 0px 24px 0px;
}
.contratacion__wrapper-btn {
  padding: 25px 60px 35px 60px;
  display: flex;
  justify-content: space-between;
}
.contratacion__wrapper-btn button {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0px;
  cursor: pointer;
}
.contratacion__wrapper-btn button span {
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 6px;
}
.contratacion__wrapper-btn--send {
  justify-content: flex-end;
}
.contratacion__detail-element-wrapper {
  margin-bottom: 10px;
}
.contratacion__detail-title {
  color: #ffffff;
  margin-bottom: 0px;
}
.contratacion__detail-element {
  margin-top: 30px;
}
.contratacion__detail-element-pdf {
  display: flex;
}
.contratacion__detail-element-pdf + .contratacion__detail-element-pdf {
  margin-top: 10px;
}
.contratacion__detail-element-wrapper-double {
  display: flex;
}
.contratacion__detail-element-wrapper-double div {
  margin-right: 2%;
  width: 48%;
}
.contratacion__detail-element-wrapper-double div + div {
  margin-left: 2%;
  margin-right: 0%;
}
.contratacion__detail-element-label {
  font-size: 0.875rem;
}
.contratacion__detail-element-name {
  font-size: 0.875rem;
  font-family: "Open Sans Bold", sans-serif;
}
.contratacion__detail-element-icon-pdf {
  font-size: 1.375rem;
  color: #ffffff;
  margin: 5px 10px 0px 0px;
}
.contratacion__detail-element-text {
  font-size: 0.875rem;
}
.contratacion__detail-element-document {
  color: #47D7AC;
  font-size: 0.875rem;
  display: flex;
  cursor: pointer;
}
.contratacion__detail-element-document .icon-open-eye {
  margin-right: 5px;
}
.contratacion__tabs .nav-tabs {
  margin-bottom: 20px;
  border: none;
}
.contratacion__tabs .nav-tabs .nav-link {
  padding: 10px 40px;
  border-radius: 4px;
  border: 2px solid #47D7AC;
  color: #47D7AC;
}
.contratacion__tabs .nav-tabs .nav-link.active {
  background: #47D7AC;
  border: none;
  color: #ffffff;
}
.contratacion__tabs .nav-tabs .nav-link + .nav-link {
  margin-left: 15px;
}
.contratacion .btn-form-step4 {
  border: 2px solid #47D7AC;
  color: #47D7AC;
  background: #ffffff;
  border-radius: 4px;
  padding: 8px 10px;
}
.contratacion .btn-form-step4:hover, .contratacion .btn-form-step4:focus, .contratacion .btn-form-step4:active {
  background: #47D7AC;
  color: #ffffff;
  border: 2px solid #47D7AC;
  outline: none;
}

/* style 6 */
.inputfile-6 + label {
  color: #28344A;
}

.inputfile-6 + label span {
  z-index: 1;
  font-size: 0.875rem;
  font-family: "Open Sans Regular";
  position: absolute;
  bottom: 10px;
  color: #949494;
  cursor: text;
}

.inputfile-6 + label strong {
  color: #28344A;
  text-decoration: underline;
  position: absolute;
  bottom: -24px;
  right: 0;
  padding: 0;
  font-size: 0.875rem;
  cursor: pointer;
}

.modal.modal-contratacion {
  padding: 0px 15px;
}
.modal.modal-contratacion .modal-dialog {
  margin: 0px auto;
}
.modal.modal-contratacion .modal-dialog .modal-content {
  border-radius: 24px 0 24px 0;
}
.modal.modal-contratacion .modal-dialog .modal-content .modal-header button .text {
  font-size: 0.875rem;
}
.modal.modal-contratacion .modal-dialog .modal-content .modal-body {
  padding: 0px 15px 15px 15px;
}
.modal.modal-contratacion .modal-dialog .modal-content .modal-body .text-header {
  text-align: center;
  margin-top: 15px;
}
.modal.modal-contratacion .modal-dialog .modal-content .modal-footer {
  border: none;
  justify-content: center;
  padding: 35px 15px 60px 15px;
}
.modal.modal-pdf .modal-dialog .modal-content {
  height: 90vh;
}
.modal.modal-pdf .modal-dialog .modal-content .modal-body {
  height: 100%;
  margin-bottom: 60px;
}
.modal.modal-pdf .modal-dialog .modal-content .modal-body .wrapper-link {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.modal.modal-pdf .modal-dialog .modal-content .modal-body .wrapper-link .link {
  text-decoration: underline;
}
.modal.modal-pdf .modal-dialog .modal-content .modal-body .wrapper-link span {
  font-size: 1.375rem;
  margin-left: 10px;
  color: #47D7AC;
}
.modal.modal-pdf .modal-dialog .modal-content .modal-body object {
  height: 100%;
}
.modal.modal-pdf .modal-dialog .modal-content .modal-body embed {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.modal #accordion {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .contratacion {
    padding: 80px 0px;
  }
  .contratacion__wrapper-form {
    padding: 55px 60px 35px 60px;
    width: 66%;
  }
  .contratacion__detail {
    padding: 55px 35px;
    width: 34%;
  }
  .contratacion__detail-title {
    margin-bottom: 0px;
  }
  .contratacion__detail-content {
    margin-top: 30px;
  }
  .contratacion__form-footer .footer-bg-white {
    width: 66%;
  }
  .contratacion__form-footer .footer-bg-white .line {
    margin: 0px 60px;
  }
  .contratacion__form-footer .footer-bg-blueDark {
    width: 34%;
  }
}
@media (min-width: 992px) {
  .contratacion__content {
    flex-direction: column;
  }
  .contratacion__wrapper-form {
    width: 100%;
  }
  .contratacion__detail {
    width: 100%;
  }
  .contratacion__detail-title {
    position: relative;
    cursor: pointer;
  }
  .contratacion__detail-title:before {
    content: "\e91c";
    font-family: "icomoon";
    position: absolute;
    right: 0;
    font-size: 1.687rem;
    transition: all 0.4s;
  }
  .contratacion__detail-title.active:before {
    transform: rotate(-180deg);
  }
  .contratacion__form-footer {
    flex-direction: column;
  }
  .contratacion__form-footer .footer-bg-white {
    width: 100%;
    border-radius: 0px 0px 24px 0px;
  }
  .contratacion__form-footer .footer-bg-blueDark {
    width: 100%;
  }
  .contratacion__detail-content .contratacion__detail-element-pdf:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .contratacion__detail-content {
    margin-top: 0px;
  }
  .contratacion__form-footer .footer-bg-white .line {
    margin-top: 20px;
  }
  .contratacion__detail-element-pdf {
    display: flex;
  }
  .contratacion__detail-element-pdf + .contratacion__detail-element-pdf {
    margin-top: 30px;
  }
  .contratacion__form-pre-header {
    flex-direction: row;
    align-items: center;
  }
  .contratacion__wrapper-btn {
    padding: 25px 15px 35px 15px;
  }
  .modal.modal-contratacion .modal-dialog .modal-content .modal-body {
    padding: 0px 60px 60px 60px;
  }
  .modal.modal-contratacion .modal-dialog .modal-content .modal-footer {
    justify-content: flex-start;
    padding: 0px 60px 60px 60px;
  }
}
.toggle-container {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}

.toggle-container:not(.active) {
  display: none;
}

.thankyou-page {
  background: rgba(40, 52, 74, 0.85);
  padding: 40px 0px;
  min-height: 100vh;
}
.thankyou-page__element {
  border-radius: 24px 0px 0px 0px;
}
.thankyou-page__content {
  padding: 30px 20px;
  background: #ffffff;
  top: -4px;
  position: relative;
  border-radius: 0px 0px 24px 0px;
}
.thankyou-page__element-image {
  height: auto;
  aspect-ratio: 2/1;
}
.thankyou-page__title span {
  font-family: "Open Sans Regular";
}
.thankyou-page__lead {
  padding: 20px 0px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .thankyou-page__lead {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .thankyou-page {
    padding: 80px 0px;
  }
  .thankyou-page__content {
    padding: 40px 70px;
    top: -2px;
  }
}
.contacto-form {
  padding: 45px 0px;
  position: relative;
}
.contacto-form .bg-gradient,
.contacto-form .bg-blueDark {
  position: absolute;
}
.contacto-form__wrapper {
  display: flex;
}
.contacto-form__form {
  background: #ffffff;
  border-radius: 24px 0px 0px 0px;
  padding: 55px 60px 35px 60px;
  width: 50%;
}
.contacto-form__content {
  margin: 25px 0px;
}
.contacto-form__right {
  position: relative;
  width: 50%;
  border-radius: 0px 0px 24px 0px;
}
.contacto-form__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 0px 24px 0px;
  aspect-ratio: 1/1;
}
.contacto-form .form-group {
  max-width: 320px;
}
.contacto-form .form-group input {
  border-bottom: 1px solid #e5e8ea;
  max-width: 320px;
  background: transparent;
}
.contacto-form .form-group--icon:after {
  background: transparent;
}
.contacto-form .form-group.icon-check-error input {
  border-bottom: 1px solid #ff295f;
}
.contacto-form .form-group.form-group-textArea {
  max-width: 100%;
}
.contacto-form .form-group.form-group-legalText {
  max-width: 100%;
}
.contacto-form__wrapper-btn {
  padding: 25px 0px;
  max-width: 320px;
}
.contacto-form__wrapper-btn button {
  color: #ffffff;
}
.contacto-form__wrapper-btn button span {
  color: #ffffff;
}
.contacto-form .form-steps {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  display: flex;
}
.contacto-form .form-steps:before {
  content: "";
  position: absolute;
  left: 0;
  background: #1b4e90;
  height: 6px;
  width: 100%;
  top: 6px;
}
.contacto-form .form-steps:after {
  content: "";
  display: table;
  clear: both;
}
.contacto-form .form-steps__item {
  padding: 0;
  position: relative;
  display: block;
  width: 16.66%;
  text-align: right;
}
.contacto-form .form-steps__item.step-1:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 99%;
  background: #47D7AC;
  left: 0;
  top: 6px;
}
.contacto-form .form-steps__item-content {
  display: inline-block;
}
.contacto-form .form-steps__item-line {
  display: inline-block;
  height: 6px;
  width: 100%;
  background: #1b4e90;
  position: absolute;
  left: -4px;
  top: 6px;
  z-index: 1;
}
.contacto-form p.error-text {
  position: absolute;
  color: #ff295f;
  font-size: 0.687rem;
  bottom: -22px;
}
.contacto-form .checkbox p.error-text {
  display: none;
}
.contacto-form .checkbox p.error-text ~ .form-check-label:before {
  border: 2px solid #ff295f;
}
.contacto-form .checkbox .error ~ label:before {
  border: 2px solid #ff295f;
}
.contacto-form .button-bar {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contacto-form .button-bar button {
  color: #ffffff;
  padding: 0;
}
.contacto-form .button-bar button span {
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 6px;
}
.contacto-form .question-container {
  display: none;
  position: relative;
}
.contacto-form .question-container.active_panel {
  display: block;
}
.contacto-form #send-error.active {
  display: block;
}
.contacto-form .button-bar.disabled.disabled {
  display: none;
}

.form-steps__item--active .form-steps__item-line {
  transition: background-color 0.5s ease;
  background: #47D7AC;
}

.form-steps__item--completed .form-steps__item-icon {
  background: #47D7AC;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  border: 2px solid #47D7AC;
  text-align: center;
  position: relative;
  z-index: 2;
}

.form-steps__item--completed .form-steps__item-line {
  background: #47D7AC;
}

.form-steps__item--active .form-steps__item-icon {
  background: #28344A;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  border: 2px solid #47D7AC;
  text-align: center;
  position: relative;
  z-index: 2;
}

#raq_back.disabled {
  color: #949494;
  cursor: unset;
  opacity: 0;
}

@media (min-width: 992px) {
  .contacto-form__form {
    width: 100%;
    border-radius: 24px 0px 24px 0px;
    padding: 40px 15px;
  }
  .contacto-form__right, .contacto-form__image {
    display: none;
  }
  .contacto-form .button-bar {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .contacto-form {
    padding: 80px 0px;
  }
  .contacto-form__form {
    padding: 40px 15px;
  }
}
/* Change the white to any color ;) */
.page-search__search {
  margin: 35px 0px;
}
.page-search__search-bottom {
  display: block;
}
.page-search__search-bottom-text {
  font-size: 0.875rem;
}
.page-search__search-bottom-text span {
  font-family: "Open Sans Bold";
}
.page-search__search-filter {
  margin: 15px 0px 0px 0px;
  width: 100%;
}
.page-search__results {
  background: #28344A;
  padding: 5px 0px 25px 0px;
}
.page-search__results-element {
  padding: 20px 0px;
  border-bottom: 1px solid #949494;
}
.page-search__results-element div {
  color: #ffffff;
  line-height: 23px;
}
.page-search__results-element p {
  color: #ffffff;
}
.page-search__results-element-title {
  color: #47D7AC;
  margin-bottom: 7px;
  cursor: pointer;
  display: inline-block;
}
.page-search__results-element-title:hover {
  color: #ffffff;
}
.page-search__results-element-text {
  color: #ffffff;
}
.page-search .paginacion {
  margin: 35px 0px;
}

@media (min-width: 992px) {
  .page-search__search {
    margin-bottom: 35px;
  }
  .page-search__search-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .page-search__search-filter {
    width: 210px;
    margin-bottom: 5px;
  }
  .page-search__results {
    padding: 15px 0px 50px 0px;
  }
  .page-search__results-element {
    padding: 30px 0px;
  }
  .page-search .paginacion {
    margin: 40px 0px 60px 0px;
  }
}
.sl-map {
  margin: 40px 0px;
}
.sl-map__box {
  width: 100%;
  margin: auto;
}
.sl-map__box #map {
  height: 400px;
  width: 100%;
  z-index: 0;
}
.sl-map__gm {
  height: 295px;
}
.sl-map__info {
  border-radius: 0;
}

@media (min-width: 769px) {
  .sl-map {
    margin: 80px 0px;
  }
  .sl-map__gm {
    padding: 0;
  }
  .sl-map__info {
    background-color: #28344A;
    padding: 5%;
    border-radius: 0 20px 0 0;
    color: #ffffff;
  }
  .sl-map__info ul li {
    align-items: center;
    margin-bottom: 1em;
    flex-wrap: nowrap;
  }
  .sl-map__info ul li [class*=icon-] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #47D7AC;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  .sl-map__info ul li div {
    margin-left: 1em;
  }
  .sl-map__info ul li div p {
    color: #ffffff;
  }
  .sl-map__info ul li div p.title {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .sl-map__info ul li div p.data {
    font-size: 0.812rem;
  }
  .sl-map__info ul li div a {
    color: #ffffff;
  }
  .sl-map__info ul li div a:hover {
    color: #ffffff;
  }
  .sl-map__info ul li .h5 {
    color: #ffffff;
  }
}
.page-404 {
  background: #28344A;
  padding: 80px 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404__title {
  font-size: 150px;
  line-height: 160px;
  display: inline-block;
  margin-bottom: 20px;
  background: linear-gradient(303.16deg, #02F0BE 0%, #006ff5 75%, #28344A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-404 .h4, .page-404 p {
  color: #ffffff;
}

@media (min-width: 768px) {
  .page-404__title {
    font-size: 220px;
    line-height: 230px;
  }
}
.product-price {
  margin: 40px 0px;
}
.product-price .slider-noticias .slick-list {
  margin: 0px 0px;
}
.product-price .insite-edit {
  margin-top: 10px;
}
.product-price .slick-list {
  margin-right: -15px;
}
.product-price .slick-track {
  display: flex;
}
.product-price .slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-price__title {
  color: #2B2B38;
}
.product-price__shadow {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);
  border-radius: 24px 0 24px 0;
}
.product-price__element {
  background: #ffffff;
  position: relative;
  margin: 0px 15px;
}
.product-price__element-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
  position: relative;
  padding: 30px 20px 80px 20px;
  border: 2px solid #e5e8ea;
  border-radius: 0px 0 24px 0;
}
.product-price__element-title {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 32px 0px;
}
.product-price__element-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  background-color: currentColor;
}
.product-price__price {
  text-align: center;
  margin-bottom: 32px;
  font-size: 32px;
  font-family: "Open Sans Bold";
  color: #47D7AC;
}
.product-price__list {
  padding-left: 30px;
  margin-bottom: 24px;
}
.product-price__list-item {
  position: relative;
  margin-bottom: 10px;
  line-height: 22px;
}
.product-price__list-item:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #47D7AC;
  left: -25px;
  top: 8px;
}
.product-price__link {
  margin-bottom: 24px;
  margin-top: auto;
  text-align: center;
}
.product-price__link-item {
  text-transform: uppercase;
}
.product-price__button {
  text-align: center;
}
.product-price__button-item {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .product-price .slick-list {
    display: flex;
    margin: 0px -15px;
  }
}
@media (min-width: 768px) {
  .product-price .slick-list {
    margin: 0px 0 0 -15px;
  }
  .product-price .slider-noticias .slick-list {
    margin: 0px 0px;
  }
}
@media (min-width: 577px) {
  .product-price {
    margin: 80px 0px;
  }
  .product-price .slider-noticias .slick-list {
    margin: 0px -15px;
  }
}
.ot-floating-button__front {
  background-image: url("../img/cookie.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#ot-sdk-btn-floating .ot-floating-button__front svg {
  display: none;
}

.opinion__container {
  margin-top: 40px;
}
.opinion__content {
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .opinion__content {
    justify-content: center;
  }
}
.opinion__img {
  width: 32px;
  height: 32px;
}
.opinion__star {
  width: 16px;
  height: 16px;
}
.opinion__line {
  height: 4px;
  width: 100%;
  background-color: #006ff5;
}
@media (max-width: 768px) {
  .opinion__img, .opinion__text, .opinion__stars, .opinion__aux {
    margin-bottom: 16px;
  }
}
.opinion__rate {
  float: left;
  padding: 0 10px;
}
.opinion__rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.opinion__rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #cccccc;
}
.opinion__rate:not(:checked) > label:before {
  content: "★ ";
}
.opinion__rate > input:checked ~ label {
  color: #ffc700;
}
.opinion__rate:not(:checked) > label:hover, .opinion__rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.opinion__rate > input:checked + label:hover, .opinion__rate > input:checked + label:hover ~ label, .opinion__rate > input:checked ~ label:hover, .opinion__rate > input:checked ~ label:hover ~ label, .opinion__rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.popup-ad__img {
  border-radius: 24px 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 16/9;
  height: auto;
}
.popup-ad__header-title--aux {
  font-family: "Open Sans Regular";
}

.img-blocks {
  margin: 40px 0px;
}
.img-blocks__header {
  margin-bottom: 30px;
}
.img-blocks__title {
  color: #2B2B38;
}
.img-blocks__element {
  margin-bottom: 25px;
  transition: all 0.1s;
}
.img-blocks__element:hover {
  border: solid #47D7AC;
}
.img-blocks__link {
  color: #000000;
}
.img-blocks__element-title {
  font-size: 1.25rem;
  color: #006ff5;
  font-weight: bold;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0px 5px 0px;
}
.img-blocks__element-subtitle {
  font-weight: bold;
  color: #28344A;
  margin-bottom: 5px;
}
.img-blocks--center .img-blocks__header {
  text-align: center;
}
.img-blocks--center .img-blocks__elements {
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.img-blocks--left .img-blocks__element {
  display: flex;
  align-items: end;
  padding: 15px 20px 15px 20px;
}
@media (max-width: 991px) {
  .img-blocks--left .img-blocks__element {
    align-items: flex-start;
  }
}
.img-blocks--left .img-blocks__element > picture {
  flex: 0 0 auto;
}
.img-blocks--left .img-blocks__element-content {
  text-align: left;
}
.img-blocks--left .img-blocks__element-icon {
  display: inline-block;
  margin-right: 20px;
}
.img-blocks--left .img-blocks__element-title {
  margin-top: 0px;
}
.img-blocks--box .img-blocks__header {
  text-align: left;
}
.img-blocks--box .img-blocks__element {
  display: flex;
  align-items: center;
  border: 2px solid #ebf2fc;
  border-radius: 0 0 32px 0;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
}
.img-blocks--box .img-blocks__element > picture {
  flex-shrink: 0;
}
.img-blocks--box .img-blocks__element-content {
  text-align: left;
}
.img-blocks--box .img-blocks__element-icon {
  margin-right: 20px;
}
.img-blocks--box .img-blocks__element-title {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .img-blocks {
    margin: 80px 0px;
  }
  .img-blocks__header {
    margin-bottom: 45px;
  }
}
.tdc {
  background-color: #e0e0e0;
  border: solid #949494;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  padding: 15px;
}
.tdc__container {
  width: 100%;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.tdc__title {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-self: center;
  color: #28344A;
  margin-bottom: 10px;
}
.tdc__list {
  margin-right: 25px;
  margin-left: 35px;
  width: -moz-fit-content;
  width: fit-content;
}
.tdc__item {
  color: #47D7AC;
  font-weight: bold;
}
.tdc__item:hover {
  color: #28344A;
}
.tdc__link {
  color: #47D7AC;
  font-weight: bold;
}/*# sourceMappingURL=main.css.map */