@import url('tools.css');
@import url('font-awesome.min.css');

body, html {
  font-family: Arial, Helvetica, sans-serif;
}

header {
  margin-top: 15px;
}

.container {
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

header .header-border {
  border-left: solid 3px #f2f3f4;
  border-right: solid 3px #f2f3f4;
  border-top: solid 3px #f2f3f4;
}

header .header-border h1.logo {
  padding: 30px 0 30px 50px;
}

.main .container {
  border-top: solid 3px #006371;
  padding: 50px 0;
  background-color: #f2f3f4;
}

.main .main-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tarjeta {
  width: 370px;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.tarjeta .tarjeta-content {
  padding: 0 15px;
}

.tarjeta .tarjeta-footer {
  padding: 15px;
}

.tarjeta.right {
  border: solid 2px #006371;
  background: #fff;
}

.tarjeta .tarjeta-head {
  text-align: center;
  padding: 15px;
}

.tarjeta .tarjeta-head h3 {
  padding-bottom: 8px;
  font-size: 1.2em;
}

.tarjeta.right .tarjeta-head h3 {
  border-bottom: solid 2px #006371;
  color: #006371;
}

.tarjeta.left {
  background-color: #fff;
}

.bg-blue {
  background: #006371;
}

.tarjeta.left .tarjeta-head h3 {
  color: #fff;
  border-bottom: solid 2px #fff;
}

.tarjeta.left .tarjeta-content {
  padding-bottom: 15px;
}

.tarjeta.left .form-group {
  width: 100%;
  background: #f2f3f4;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box;
}

.tarjeta.left .form-group .input-text {
  background: none;
  padding: 4px;
  border: none;
  width: 95%;
  box-sizing: border-box;
}

.tarjeta.left .form-group i {
  color: #006371;
}

.tarjeta.left .form-link {
  margin: 5px 0 10px;
}

.tarjeta.left .form-link a {
  color: #fff;
  text-decoration: none;
  font-size: .9em;
}

.tarjeta.left .form-button .submit-green {
  background: #FFB300;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold;
  font-size: .8em;
}

.tarjeta.left .form-button .errors {
  width: 230px;
  font-size: .8em;
  background: #da2c27;
  color: #fff;
  box-sizing: border-box;
  padding: 3px;
  margin-top: 3px;
}

.tarjeta.left .tarjeta-footer {
  background: #fff;
  font-size: .8em;
  color: #949698;
}

.tarjeta.left .tarjeta-footer ul li + li {
  margin-top: 10px;
  line-height: 1em;
}

.tarjeta.right .tarjeta-content {
  font-size: .9em;
  color: #949698;
}

.tarjeta.right .tarjeta-content ul {
  margin-left: 10px;
}

.tarjeta.right .tarjeta-content ul li + li {
  margin-top: 10px;
}

.tarjeta.right .tarjeta-content .registro-link {
  margin-top: 15px;
}

.tarjeta.right .tarjeta-content .registro-link a {
  text-decoration: none;
  color: #fff;
  background: #006371;
  border-radius: 5px;
  padding: 8px 35px;
  display: inline-block;
  font-weight: bold;
  font-size: .9em;
}

.tarjeta.right .tarjeta-footer p {
  font-size: .7em;
  font-weight: bold;
  color: #0c7b54;
}

.tarjeta.right .tarjeta-footer h3 {
  font-size: 1.6em;
  color: #8a949c;
  margin: 10px 0;
  font-weight: normal;
}

.tarjeta.right .tarjeta-footer h3 i {
  position: relative;
  top: 4px;
}

footer .container {
  background: #006371;
  color: #fff;
  text-align: center;
  font-size: .8em;
  padding: 20px;
}

@media screen and (max-width: 750px) {
  .tarjeta {
    float: none;
    width: 90%;
    margin: 0 auto;
  }

  .tarjeta + .tarjeta {
    margin-top: 10px;
  }

  header {
    margin-top: 0;
  }

  .tarjeta.left .form-group .input-text {
    width: 90%;
  }

  .logo img {
    width: 230px;
    height: auto;
  }
}
