@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 1.5em;
  font-weight: 700;

}
h2 {
  font-size: 1.2em;
  font-weight:300;

}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

body {
  margin:0;
  background-color: #f5f5f5;
  color: #676a6c;
  font-family: 'Montserrat', helvetica, arial, sans-serif;

}

.topnav {
  overflow: hidden;
  background-color: #2D4978;
  text-align: center;
  padding-top:10px;
  padding-bottom:10px;
}

.topnav a {
  float: center;
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {

  color: rgb(252, 161, 24);
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#validate-info{
    background-image: url("../img/fondo-validador.jpg");
    background-repeat: no-repeat;
    height:870px;
    padding-top: 20rem;
    padding-left: 5rem;
    padding-right: 5rem;
    color: #fff;
  }

#validate-login{
    background-color: #F2F2F2;
    padding-top: 30rem ;
    display:flex;
    justify-content: center;
    border-radius: 0px !important;
}

#validate-alert{
    padding-top: 3rem;
    display:flex;
    justify-content: center;
}

@media screen and (max-width: 600px) {
  #validate-info{
    height:600px;
    padding-top: 3rem;

  }

  #validate-login{

    padding-top: 5rem ;
    padding-bottom: 7rem ;
    display:flex;
    justify-content: center;
  }
}

@media screen and (max-width: 321px) {
  #validate-info{

    height:auto;
    padding-top: 3rem;
  }
}

.home{

justify-content: center;
align-items:center;
}

.login-info{
width:70%;
}

.logo-blanco{
max-height: 10rem !important;
}

.box{
display: flex;
justify-content: center;
align-items:center;
background-color:white;
width:80%;
padding-top:3rem;
-webkit-box-shadow: 5px 7px 12px -5px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 7px 12px -5px rgba(0,0,0,0.12);
box-shadow: 5px 7px 12px -5px rgba(0,0,0,0.12);
}

.btn {
    padding: 1px 18px;
    line-height: 1.928571;
    border-radius: 4px;
}

.btn-validate {
    color: #2D4978;
    background:transparent;
    border: 1px solid #2D4978;
    padding:1rem 1rem;
    border-radius: 15px;
    margin-bottom:20px;
}

.header-validar{
    background-image: url("../img/fondo-validador.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #search-certificate{
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #certificate-results{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color:#fff;
  }

  #search-certificate{
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form-login {
    max-width: 660px;
    max-height:auto;
    margin: 0 auto;
    padding: 24px 10px 24px 10px;
}

  .form-login, .input{
    background-color: transparent;
    background-image: none;
    border-bottom: 2px solid #bcbcbc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    color: inherit;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 12px;

  }

  .form-login:focus,
  .single-line:focus {
    border-color: #f8ac59;
  }

  .navbar, a {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

input.search {
    border: 0;
    outline: 0;
    height: 37px;
    background: transparent;
    border-bottom: 2px solid #bcbcbc;
    width: 20px;
    display: block;
    width: 70%;
    font-size: 12px;
    line-height: 1.5;
    color:inherit;
    background-color: transparent;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

/* FOOTER */


.footer {
    background: none repeat scroll 0 0#2D4978;
    position:fixed;
    left:0px;
    padding-top:2px;
    padding-bottom:2px;
    bottom:0px;
    height:50px;
    width:100%;
    color:white;
  }

  .footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;
    border-top: 1px solid #e7eaec;
    margin-left: 220px;
  }
