@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700&display=swap');

.caja {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  background: #fcfcfc;
  padding: 15px 15px 15px 15px;
}

.btn {
  background: #3498db;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
  transition: 1s ease-in-out;
}

.btn:hover {
  background: #3cb0fd;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  cursor:pointer;
}

.btninfo {
  background: #444444;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  cursor:pointer;
  transition: 1s ease-in-out;
}

.btninfo:hover {
  background: #ff9800;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  cursor:pointer;
}

.btninscr {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 20px;
  background: #142c44;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 0px;
  text-decoration: none;
  cursor:pointer;
  transition: 1s ease-in-out;
}

.btninscr:hover {
  background: #a1c63a;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 20px;
  cursor:pointer;
}

.line
{
    border-bottom: 1px solid #dddddd;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333333;
}

.Titulo
{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    letter-spacing: 1.5px;
    color: #333333;
}

.negrita
{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #333333;
}

.Texto
{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #142c44;
    font-weight: 800;
}

.Textoinfo
{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.Textoalto
{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #de4f47;
}
.Textobajo
{
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #333333;
}

.secode {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #333333;
  font-family:'Open Sans', sans-serif;
  padding: 6px 10px 6px 10px;
  border: solid #333333 1px;
  text-decoration: none;
}

hr {
  width:100%;
  background-color:#ddd;
  border:0 solid;
  color:#ddd;
  height:1px;
}

A {
  font-size:14px;
  color:#0783b7;
  font-family: 'Raleway', sans-serif;
  list-style-type:circle;
  font-weight:400;
  text-decoration:none;
}

A:hover {
  color:#0CA6E7;
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight:400;
  text-decoration:none;
}

.form {
  max-width: 100%;
  min-width: 0%;
  border-width: 1px;
  border-color: #DDDDDD;
  border-radius: 12px;
  border-style: solid;
  color: #222222;
  font-size: 16px;
  margin: 0px;
  background-color: #EEEEEE;
  padding: 20px;
}

.content {
  margin: 4px;
}

.intro {
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

.form input[type=submit] {
  width: 100%;
  background-color: #999999;
  color: #EEEEEE;
}

.field {
  margin-bottom: 5px;
}

.footer {
  position: fixed;
  height: 93px;
  width: 100%;
  bottom: 0;
  z-index:99;
}

body {
  background-color:#EEEEEE;
  padding-top : 0;
  padding-left : 0;
  padding-right : 0;
  padding-bottom : 0;
  margin-top : 0;
  margin-left : 0;
  margin-right : 0;
  margin-bottom : 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="file"],
input[type="select"],
input[type="url"],
input[type="tel"],
input[type="number"],
select,
textarea {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #f2f2f2;
  font-family:'Open Sans', sans-serif;
  padding: 6px 10px 6px 10px;
  border: solid #cccccc 1px;
  text-decoration: none;
  width: 95%;
    color: #999999;
  transition: 1s ease-in-out;
  font-size: 14px;
  margin-top: 4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
input[type="select"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #FFF59D;
  font-family:'Open Sans', sans-serif;
  font-color: #666666
  padding: 6px 10px 6px 10px;
  border: solid #cccccc 1px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
}

.tooltip {
  display: inline;
  position: relative;
}

.tooltip:hover:after {
  bottom: 26px;
  content: attr(rel); /* este es el texto que ser� mostrado */
  left: 20%;
  position: absolute;
  z-index: 98;
  /* el formato gr�fico */
  background: rgba(255,255,255, 1); /* el color de fondo */
  border-radius: 5px;
  color: #D64541; /* el color del texto */
  font-family:'Open Sans', sans-serif;
  font-size: 12px;
  padding: 5px 15px;
  text-align: center;
  width: 220px;
}

.tooltip:hover:before {
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
  /* el tri�ngulo inferior */
  border: solid;
  border-color: rgba(255,255,255, 1) transparent;
  border-width: 6px 6px 0 6px;
}

.squaredTwo {
  width: 20px;
  height: 20px;
  margin: 5px auto;
  background: #fcfff4;
  @include background( linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #45484d 100%) );
  @include box-shadow( inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5) );
  label {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    @include background( linear-gradient(top, #222 0%, #45484d 100%) );
    @include box-shadow( inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1) );
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      @include opacity( 0 );
      @include transform( rotate(-45deg) );
}

  &:hover::after {
    @include opacity( 0.3 );
  }
}

input[type=checkbox] {
  visibility: hidden;
  &:checked + label:after {
  @include opacity( 1 );
    }
  }
}
