body{
    overflow-x:hidden; 
    background:#dce2e6;
    font-family: 'Numans', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: 5;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.login-form{
  margin-top: auto;
  margin-bottom: auto;
  background-color:#308ce2 !important;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: 0rem;
}
  .social_icon{
    position: absolute;
    right: 20px;
    top: -35px;
    }
  .social_icon span{
    font-size: 33px;
    margin-left: 10px;
    color: #000;
    background: #FFC312;
    width: 45px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px !important;
  }
  
  .social_icon span:hover{
    color: white ! important;
    cursor: pointer ! important;
  }
  
  .card-header h3{
  color: white;
  }
  
  .input-group-prepend span{
  width: 35px;
  background-color: wheat;
  color: #009c00;
  border:0 !important;
  }
  
  input:focus{
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;
  
  }
  
  .remember{
  color: white;
  }
  
  .remember input
  {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
  }
  
  .login_btn{
    color: wheat;
    background-color: darkgreen;
  width: 100px;
  }
  
  .login_btn:hover{
  color: white;
  background-color: rgb(32, 138, 32);
  }
  
  .links{
  color: white;
  }
  
  .links a{
  margin-left: 4px;
  }
.custom_boder {
    border: 1px solid #000;
    border-radius: 0px;
}
.login-form .card {
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0,0,0,0.5) !important;
  border: 1px solid rgba(0,0,0,.125) !important;
}
.modal {
  position: fixed;
  top: 24%; 
  padding-top: 20px;
}
a {
    cursor: pointer;
}

#contacto {
    background-image: url("../images/background4.jpg");
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.back-top {
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 9999;
    display: none;
    text-decoration: none;
    right: 64px;
    bottom: 40px !important;
    text-align: center;
    opacity: .4;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 50%;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
}

.show {
    display: block !important;
}

.btn-success {
    color: #fff !important;
    font-weight: 900;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.card {
    border: 1px solid #eee;
    border-radius: 5px;
}

.card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}
.card:hover .overlay {
    opacity: 0.8;
}
.overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}
/* .page{
  color:#fff !important;
} */
.pagination {
    display: inline-block;
    margin-top:20px;
}
.pagination a {
    color: #fff !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.current {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
#detail h5{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  border-bottom-style: dotted;
  padding-top: 10px;
  color: red;
}
#detail h5 strong{
      color:#000;
      font-size: 18px;
      margin-left: 15px;
      font-weight: 400;
}
#detail h5 i{
    color: green;
}
#question_form{
    background:#000;
}
.header{
    background-color:#000;
    height:70px;  
    padding-top:15px;
    position: fixed;
    z-index: 1;
    top: 0;
}
.logo_question{
    padding-top:70px; 
    z-index:-1;
}
@media (max-width: 776px){
    .logo_question{
       display:none;
    }
    #question_form{
        display:block !important;
    }
}
.btn-light {
    color: #000;
    background-color: #b8c0c7;
    border-radius: 0px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-light:hover {
    color: #007bff;
    text-decoration: underline; 
}


