/*CSS checklist */
.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
  list-style: square url("images/topo.png");
}

/*CSS Video para móvil */
@media (max-width: 767px) {
  .cid-t6h5E4QZs6 .modalWindow .modalWindow-video {
    height: calc(98vw);
    width: 98vw;
    margin: 0 auto;
  }
}

.text-gray {
  color: #c8c8c8;
}

.text-grey {
  color: #7e7e7e;
}

.text-red {
  color: #ff0000;
}

/*! Carrusel */

.cid-u0RGogUUOn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}

.cid-u0RGogUUOn img,
.cid-u0RGogUUOn .item-img {
  width: 100%;
}

.cid-u0RGogUUOn .item:focus,
.cid-u0RGogUUOn span:focus {
  outline: none;
}

.cid-u0RGogUUOn .item-wrapper {
  position: relative;
}

.cid-u0RGogUUOn .slide-content {
  position: relative;
  border-radius: 50px;
  background: #edefeb;
  height: 90%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

@media (min-width: 992px) {
  .cid-u0RGogUUOn .slide-content .item-content {
    padding: 2rem;
  }
}

@media (max-width: 991px) {
  .cid-u0RGogUUOn .slide-content .item-content {
    padding: 1rem;
  }
}

.cid-u0RGogUUOn .mbr-section-btn {
  margin-top: auto !important;
}

.cid-u0RGogUUOn .mbr-section-title {
  color: #232323;
}

.cid-u0RGogUUOn .mbr-text,
.cid-u0RGogUUOn .mbr-section-btn {
  text-align: left;
}

.cid-u0RGogUUOn .item-title {
  text-align: left;
}

.cid-u0RGogUUOn .item-subtitle {
  text-align: left;
}

.cid-u0RGogUUOn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-u0RGogUUOn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-u0RGogUUOn .embla__button--next,
.cid-u0RGogUUOn .embla__button--prev {
  display: flex;
}

.cid-u0RGogUUOn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-u0RGogUUOn .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-u0RGogUUOn .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}

.cid-u0RGogUUOn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-u0RGogUUOn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .cid-u0RGogUUOn .embla__button {
    top: auto;
  }
}

.cid-u0RGogUUOn .embla {
  position: relative;
  width: 100%;
}

.cid-u0RGogUUOn .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-u0RGogUUOn .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-u0RGogUUOn .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-u0RGogUUOn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}