.error {
  color: red;
}

.success {
  color: green;
}

/* play */
.popup-youtube {
  position: relative;
  display: block;
}

.play {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: block;
  cursor: pointer;
}

/* mapa */
#map, .map-container {
  height: 550px;
}

.footer-menu {
  margin: 20px 0;
}

.footer-menu a {
  padding: 0 5px;
  text-decoration: underline;
}

form a {
  text-decoration: underline;
}

/* brands */
.brands {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.brands div {
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 235px;
}

.brands .blogo {
  display: flex;
  justify-content: center;
  height: 100px;
}

.brands .blogo a {
  display: flex;
}

.brands .blogo img {
  object-fit: contain;
  max-width: 100%;
}

/* slider */
.slider-home, .slider-home * {
  height: 100% !important;
}

.slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover ;
}

.section-content ol {
  list-style: decimal;
}
 
.section-content ul {
  list-style: disc;
}

.section-content ol, ul {
  padding-inline-start: 22px;
}