.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 {
  height: 550px;
}

.fb-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../files/images/layout/facebook.svg');
  right: 0;
  top: 0;
  position: absolute;
}

.ig-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../files/images/layout/instagram.svg');
  right: 0;
  top: 0;
  position: absolute;
}

.spec a:after {
  display: none;
}

.spec a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.yellow * {
  color: #ffe600 !important;
}

@media only screen and (max-width: 400px) {
  .main-slider .slick-slide .item-slider-container h1 {
    font-size: 30px;
    padding: 0 .5em .5em 1em;
  }

  .main-slider .slick-slide .item-slider-container h2 {
    font-size: 22px;
    padding: 0 .5em;
  }
}

.stb table {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.stb table th, .stb table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.stb table .desc td {
  font-style: italic;
  font-size: .9em;
}