body {
  font: 100%/1.414 "Open Sans", "Roboto", arial, sans-serif;
  background: #eeeeee;
}

a,
[type=submit] {
  transition: all 0.25s ease-in;
}

.fondo {
  height: 100px;
}

.form-control:focus {
  box-shadow: none;
}

#spinner {
  position: fixed;
  top: 80px;
  left: 10px;
  right: 10px;
  text-align: center;
  z-index: 1081;
  color: rgba(27, 117, 188, 0.76);
}

#alerta_ajax {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.signup__container {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-width: 66.875rem;
  border-radius: 0.1875rem;
  box-shadow: 0 0.1875rem 0.4375rem #1B75BC;
  margin-top: 1rem;
  margin-bottom: 90px;
}
.logo-tv {
  max-width: 80%;
}
@media (min-width: 768px) {
  .logo-tv {
    max-width: 40%;
  }
  .signup__container {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40.625rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.signup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 117, 188, 0.76);
}

.container__child {
  height: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .container__child {
    width: 50%;
  }
}

.signup__thumbnail {
  background: url(../img/oficina-l.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding: 1rem;
}
@media (min-width: 768px) {
  .signup__thumbnail {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.thumbnail__logo,
.thumbnail__content,
.thumbnail__links {
  position: relative;
  z-index: 2;
}

.thumbnail__logo {
  align-self: flex-start;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .thumbnail__logo {
    text-align: left;
  }
}

.logo__shape {
  fill: #fff;
}

.logo__text {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  vertical-align: bottom;
}

.thumbnail__content {
  align-self: center;
}

h1,
h2 {
  font-weight: 300;
  color: rgb(255, 255, 255);
}

h4 {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-bottom: 1rem;
}

.heading--primary {
  font-size: 1.999rem;
}
@media (max-width: 767px) {
  .heading--primary {
    margin-bottom: 1rem;
  }
}

.heading--secondary {
  font-size: 1.414rem;
}
@media (max-width: 767px) {
  .heading--secondary {
    margin-bottom: 1rem;
  }
}

.thumbnail__links {
  align-self: flex-end;
  width: 100%;
}

.thumbnail__links a {
  font-size: 1rem;
  color: #fff;
}
.thumbnail__links a:focus, .thumbnail__links a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.signup__form {
  background: #fafafa;
  padding: 1rem;
}
@media (min-width: 768px) {
  .signup__form {
    padding: 2.5rem;
    float: right;
  }
}

label {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #908b8b;
}

label.form-check-label {
  text-transform: none;
}

.form-control, .select2-container--bootstrap .select2-selection {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  height: 35px;
}
.form-control:focus, .select2-container--bootstrap .select2-selection:focus {
  border-color: #111;
}

[type=text], [type=email], [type=password], [type=tel] {
  color: #111;
}

.btn--form {
  padding: 0.5rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #1B75BC;
  border-radius: 2.1875rem;
}
.btn--form:focus, .btn--form:hover {
  background: #323232;
  color: #fff;
}

.signup__link {
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: underline;
  color: #999;
}
.signup__link:focus, .signup__link:hover {
  color: #787878;
}

.tv-group > .btn {
  width: 158px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: #111;
}

.select2-container--bootstrap .select2-selection {
  box-shadow: none;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #111;
  border-top: 1px solid;
}

.carousel-item {
  height: 32.3125rem;
}

.captcha-text {
  color: #908b8b;
  margin-top: 0.75rem;
}

/*# sourceMappingURL=plantilla1.css.map */
