@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url(https://fonts.googleapis.com/css?family=Patrick+Hand+SC);
.space { margin-top: 1em; margin-bottom: 1em; }
.max-space-top { margin-top: 1em; }
.max-space { margin-top: 2em; margin-bottom: 2em; }
.max-space-bottom { margin-bottom: 2em; }
.bottom-space { margin-bottom: 1em; }
.bold { font-weight: bold; }
.brown { color: #402021; }
.pink { color: #F4388E; }
.gray { color: gray; }
.top-menu { padding: 1em 0; }
.bg-top { background: url('../img/bgs/banner_s_t.jpg')no-repeat center bottom; background-size: cover; }
.bg-top-contact { background: url('../img/bgs/banner_s_t.jpg')no-repeat center center; background-size: cover; }
.blue { color: #193E8F !important; }
.bg-blue { background-color: #193E8F !important; }
.main-menu li a { color: #333; font-weight: bold; font-size: 1.2em; padding: .5em 2em; }
.main-menu a.active { color: #d9282f; }
.main-menu a.contact { font-weight: bold; color: #F4388E !important; }
.box-banners { position: relative;overflow: hidden; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; }
.box-servicios {  padding-left: 50px; }
.box-comercio { min-height: 350px; background: url('../img/bgs/equipo.jpg')no-repeat center bottom; background-size: cover; }
.box-comercio p { max-width: 400px; }
.bg-equipo { min-height: 350px; background: url('../img/bgs/equipo.jpg')no-repeat center bottom; background-size: cover; }
.box-equipo h2{ padding-top: 2em; }
.box-equipo h2, .box-equipo p { max-width: 400px; }
.box-opts div.medium-4 { border-radius: 10px; padding-top: 100px; padding-bottom: 100px; }
.box-opts p { background: #d9282f; color: #fff; font-size: 1.3em; border-radius: 10px; }
.box-footer { background-color: #412022; }
.box-footer-data { padding: 7.5em 0; padding-left: 2em; }
.box-footer-data > *, .box-footer-data a { color: #fff !important; font-weight: bold; }
.box-footer { padding-bottom: 10px; }
.box-sub { padding-top: 60px; }
.box-sub ul li { color: gray; font-size: .9em; }
.pre-contact { text-align: right; }
.pre-contact p { letter-spacing: 1px; }
#wrp-contacto input, #wrp-contacto textarea{ text-align: center; font-size: 1.1em; }
#wrp-contacto label{ font-size: 1em; color: #5d5d5d; }
#wrp-contacto .lead { font-size: 1.2em; color: #678; font-weight: bold; }

.snip1335 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.snip1335 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.snip1335 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1em;
  overflow: hidden;
}
.snip1335 a {
  padding: 0.3em 0.8em;
  backface-visibility: hidden;
  color: #bfbfbf;
  display: block;
  line-height: 2em;
  padding: 0 1em;
  position: relative;
  text-decoration: none;
}
.snip1335 a:after {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  padding: .5em 2em;
  color: #F4388E;
  content: attr(data-hover);
  top: 0;
  line-height: 2em;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.snip1335 li:hover a,
.snip1335 li.current a {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
  color: transparent;
}
.snip1335 li:hover a:after,
.snip1335 li.current a:after {
  opacity: 1;
}

html section h2, body section h2 {
  align-self: center;
  background: transparent;
  padding: 1rem 1rem;
  margin: 0 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #41403E;
  font-size: 2rem;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
html section h2:hover, body section h2:hover {
  box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
html section h2.lined.thick, body section h2.lined.thick {
  border: solid 7px #41403E;
}
@media (max-width: 620px) {
  body h1 {
    margin-top: 2rem;
  }
  body section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
  body section button {
    align-self: center;
    margin-bottom: 2rem;
  }
}