 /*HEADER*/
 .header-content,
.header-content nav.uk-navbar.uk-navbar-container{
  background: #ffffff;
}

.menu ul.uk-navbar-nav > li:not(:last-child) {
  margin-right: 20px;
}

.menu ul.uk-navbar-nav > li > a {
  font-weight: 500;
  color: #373737;
}

button.uk-button.btn-nfc {
  margin: 0px;
}

.uk-button:not(.uk-button-primary){
  color: #333333;
}

.uk-button{  
  border-radius: 10px;
}

.uk-button:hover:not(.btn-nfc){
  background-color: #87d6f7;
  
}

/*SLIDESHOW*/

.description h1 {
  font-size: 60px;
  color: #27aff9;
  font-weight: 700;
}

.description h3 {
  color: #031e2c;
  font-size: 1.67rem;
}

.description p {
  font-size: 18px;
  color: #444444;
}

.description {
  text-align: left;
}


@keyframes bounce {
  0% {
    transform: translateY(-50%);    
    opacity: 1;
  }  
  
  100% {
    transform: translateY(100%);
    opacity: 0.5;
  }
  
}

.animation-bounce {
  animation: bounce 2s infinite;
}

#verVideo > span{
  float: right;
}

.c-light{
  color:#ffffff;
}

.c-dark{
  color:#333333 !important;
}

label.c-light > input {
  vertical-align: middle;
}



#video h2 {
  padding: 35px 0px;
  color: #ffffff;
}
#video {
  background-color: #231f1e;
 
}


/*REGISTER*/
div#img-register {background-image: url('../images/bg-register.jpg');min-height: 100vh;background-size: cover;}


@media screen and (min-width: 992px) {

  .register-form {
      margin-top: 50px;
      margin-bottom: 50px;
  }
}

.select_login_register {
  display: block;
  text-align: center;
  padding-top: 50px;
}

input.login_register {
  position: relative;
  margin: 4px 15px;
  vertical-align: text-top;
}

input.login_register::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 15px;
  background: white;
  left: -14px;
  top: -1px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out 0.1s;
}

input.login_register::after {
  position: absolute;
  content: '';
  background: #87d6f7;
  width: 15px;
  height: 15px;
  top: -1px;
  left: -14px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out 0.1s;
}

input.login_register:checked::after {
  left: 100%;
  background: #0c77ba;
}

.select_login_register + div > div {
  transition: all 1s ease-in-out 0s;
  transform: scale(0);
  opacity: 0;  
  height: 0px;
}

.select_login_register + div > div.visible {
  transform: scale(1);
  opacity: 1;
  height: auto;
}


.select_login_register + div {
  justify-content: center;       
}

.select_login_register > span {
  color: #ffffff;
  font-weight: 700;
}

.register-form {
  background-color: rgb(0 0 0 / 20%);
  max-width: 440px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px;
  padding: 50px;
}
img.user-avtar {
  max-width: 70px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
h2.reg-head {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.login-separator {
  display: flex;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  color: #fff;
  margin: 16px 0;
}
.login-line {
  flex: 1;
  background: #fff;
  height: 1px;
}
.login-separator p {
  margin: 15px;
  text-transform: uppercase;
  font-weight: lighter;
}
input.reg-in {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  margin-bottom: 20px;
  height: 45px;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  box-sizing: border-box;
}

@media screen and (max-width: 510px){
  input.reg-in {
    
    font-size: 15px;

  }
  div#img-register > div {
    padding: 30px 15px;
}
}

#gridStep .uk-grid > div > img {
    width: 100%;
    height: 640px;
    object-fit: contain;
    transition: all 0.3s ease-in-out 0s;
    transform: scale(0.8);
}

#gridStep .uk-grid > div > img:hover {
    transform: scale(1);
}

.content-title > p{
  font-size: 20px;
  margin-top: 15px;
}


input.reg-in::placeholder{
  color:#ffffff
}

.password-container {
  position: relative;
}

#registerItem .register-form {
  margin-top: 0px !important;
  max-width: 480px;
}

div#registerItem {
  padding: 50px 0px;
}

#btnSubmit,
#btnRegister {
  background: #ffffff;
  line-height: 45px;
  padding: 0px;
  color: #1e1e1e;
  max-width: 100% !important;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
}
input#btnSubmit + label {
color: #ffffff;
}
input#btnSubmit:hover, input#btnRegister:hover {
  background: #87d6f7;
  box-shadow: none;
}


.btn-link {
  position: relative;
  text-decoration: none !important; 
  color: #87d6f7 !important;
}

.btn-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out 0s;
  background: #87d6f7;
}

.btn-link:hover::before {
  height: 1px;
  bottom: -4px;
}


a.btn.btn-link::before {
  content: '';
  position: absolute;
  right: 0px;
  left:0px;
  top:auto;
  bottom:0;
  height:0px; 
  width:100%;
  transition: all 0.3s ease-in-out 0s;
  background:#87d6f7;
}


a.btn.btn-link:hover::before{
   height:3px;
}



h2.line {
  position: relative;
}

h2.line::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #a4a4a4;
  top: 52%;
}

h2.line > span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 25px 15px;
  background: #ffffff;
  position: relative;
}

h2.line.light > span {
  background: #000000;
}

.login-wrapper .col-12 > p {
  color: #ffffff;
  font-size: 18px;
  margin: 15px 0px;
}

.login-wrapper fieldset > legend {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

div#mensajes {
  min-height: calc(100vh - 0px);
  background: #27aff9;
}

@media screen and (max-width: 510px){
  div#mensajes h1 {
      font-size:26px;
  }

  div#mensajes h3 {
      font-size:22px;
  }

  h2.reg-head {
    font-size: 28px;
  }

  .uk-slideshow-items .uk-overlay > div.uk-card {
      padding: 0px;
  }

  .uk-slideshow-items .uk-overlay > div.uk-card a#verVideo {
    padding: 5px 20px;
  }

  ul.uk-slideshow-items > li > img {
    left: 100%;
    top: 0;
  }

  #mensajes a.uk-button.uk-button-primary {
    margin: 10px 0px;
    display: block;
}

}

div#mensajes h1 {
  color: #2d619a;
} 

.uk-modal-body .register-form {
  background: #333333;
}

button.uk-modal-close-default.uk-icon.uk-close {
  background: #ca2424;
  border-radius: 25px;
  color: #ffffff;
}

h2.uk-modal-title {
  color: #333333;
  font-weight: 600;
}

.uk-modal-header {
  border-bottom: 2px solid #e5e5e5;
}
.uk-button-hover-danger:hover {
  color: #ffffff;
  background: #ca2424 !important;
}

.uk-button-danger{
  background-color: #ca2424 ;
  color:#ffffff !important;
}

.uk-button-danger:hover{
  background-color: #8e1818 !important;

}
.no-button{
  background: none;
  border: none;
}

#profile .uk-container > div,
#foundObject .uk-container > div {
  border-radius: 10px;
  overflow: hidden;
}