@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


body {
  background-color: #FFFFFF;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #3bc492;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  /*background-color: #34495e;*/
  background-image: url(img/bg_front.jpg);
  padding-top: 60px;
}

#headerwrap h1 {
  margin-top: 30px;
  color: white;
  font-size: 70px;
}

#headerwrap h3 {
  color: white;
  font-size: 30px;
}

#headerwrap h5 {
  color: white;
  font-weight: 700;
  text-align: left;
}

#headerwrap p {
  text-align: left;
  color: white
}

/* intro Wrap */

#intro {
  padding-top: 100px;
}

#features {
  padding-top: 50px;
  padding-bottom: 50px;
}

#features .ac a {
  font-size: 20px;
}

/* Showcase Wrap */

#showcase {
  display: block;
  background-color: #34495e;
  padding-top: 50px;
  padding-bottom: 50px;
}

#showcase h1 {
  color: white;
}

#footerwrap {
  background-color: #2f2f2f;
  color: white;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
}

#footerwrap h3 {
  font-size: 28px;
  color: white;
}

#footerwrap p {
  color: white;
  font-size: 18px;
}

/* Copyright Wrap */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#copyrights p {
  margin: 0 0 5px 0;
}

.credits {
  color: #999;
}
/* Contact Form */

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #3bc492;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #3be6a7;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}



/*INDEX*/



#nombre-indan{
  background-color: #18d26e;
}

.bg_principal{
  background-color: #333;
  background-image: url(../images/bg_front.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-center-principal{
  background-color: #fff;
  margin-top: -50px;
  padding-top: 30px;
  opacity: 90%;
  border-radius: 3%;
  height: 650px;
}

.bg-center-principal .logo{
  height: 500px;
  width: 500px;
  padding-top: 10px;
  padding-left: 50px;
  margin-left: 20px;
  margin-top: 180px;
  float: left;
}
.resumen{
  height: 600px;
  width: 600px;
  float: right;
  margin-right: 15px;
}


.welcome-index{
  height: 80px;
  padding: 20px;
  font-size: 40px;
  font-weight: bold;
  
}

.titulo-index{
  height: 150px;
  padding: 20px;
  font-size: 70px;
  font-weight: bold;
  
}

.descripcion-index{
  height: 70px;
  font-size: 25px;
}

.form-acceso{
  height: 300px;
}


.form-acceso .btn input{
  font-size: 20px;  
}

.form-acceso .btn button{
  font-size: 20px;  
}

.bg-center-principal img{
  padding-top: 50px;
  width: 400px;
}

.bg-center-principal input{
  align-items: center;
  margin-top: 20px;
  width: 500px;
  opacity: 100%;
}

.bg-center-principal button{
  margin-top: 20px;
  opacity: 100%;
}

.btn_entrar{
  background-color: #337ab7;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}



/*   HOME   */

 .bg_home{
  background-color: #333;
  background-image: url(../images/grey.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.opbarra{
  transition: font-weight 0.1s
}

.opbarra:hover {
  font-weight: bolder;
}

.titulo-home{
  padding: 0;
  /*margin: 0;*/
  height: 220px;
  /*background-color: #4e4e4e;*/
  color: #FFFFFF;
}

.titulo-home .logo_home{
  padding-top: 30px;
  padding-left: 10px;
  margin: 0;
  height: 150px;

}

.titulo-home .logo_home img{
  height: 150px;
  width: auto;
  margin-top: 0;
}

.pleca{
  background-color: black;
  margin-top: 30px;
  margin-left: 50px;
  width: 5px;
  height: 150px;
  position: absolute;
}

.aula-text{
  margin-top: 60px;
  margin-left: 100px;
  width: 300px;
  position: absolute;
  font-size: 40px;
  color: #2f2f2f;
}

.virtual-text{
  margin-top: 100px;
  margin-left: 100px;
  width: 300px;
  position: absolute;
  font-size: 40px;
  color: #2f2f2f;
}


.body-home{
  /*background-color: #18d26e;*/
  margin-top: 0px;
}

.home-links{
  /*background-color: #c0392b;*/
  width: 400px;
  height: 500px;
  position:absolute;
/*   color: blue; */
}

.home-links li{
  list-style: none;
  padding-top: 25px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: bold;
}

.home-links li a{
  color: #222222;
  transition: 0.5s;
}


.home-data{
  /*background-color:aqua;*/
  width: 1000px;
  height: 500px;
  margin-left: 500px;
  position:absolute;
  font-weight: bold;
}

.home-data p{
  padding-left: 5px;
  padding-top: 5px;
  height: 20px;
}


.home-data p .label-a{
  width: 500px;
  font-size: 16px;
  position: absolute;
  font-weight: 200px;
}

.home-data p .label-b{
  width: 500px;
  font-size: 16px;
  position: absolute;
  right: 300px;
}


/* LOGIN */

.body_login{
  background-image: url(../images/bg_front.jpg);
  background-color: #2f2f2f;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Poppins', sans-serif;
  position: fixed;
}

.contenedor_login{
  background-color: rgba(255, 255, 255, 0.8);
  width: 700px;
  height: 550px;
  border-radius: 8px;
  margin-top: 50px;
  margin-left: 600px;
  margin-right: 33%;
}

.img_logo_login{
  /* background-color: #c4d6e9; */
  height: 150px;
  border-top-left-radius: 8px;
  border-top-right-radius:8px;
}

.img_logo_login img{
  width: 400px;
  height: auto;
  margin-top: 25px;
  margin-left: 28%;
}

.form_input{
  /* background-color: yellowgreen; */
  margin-top: 50px;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.form_input span{
  background-color: #415c79;
  color: #FFF;
}

.title_login{
  height: 30px;
  text-align: center;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
}

.title_login h1{
  font-family: 'Poppins', sans-serif;
}

/* FIN LOGIN */


/* Referencia en footer de Login */
.refer_login{
  display: none;
}

/* inputs del login */

.input_login{
  margin-top: 20px;
  height: 50px;
}

.span_input{
  margin-top: 20px;
  height: 50px;
  width: 130px;
}

.btn_login{
  margin-top: 20px;
  margin-left: 470px;
}


@media (max-width: 768px) {


  .body_login{
    background-image: url(../images/bg_front.jpg);
    background-color: #2f2f2f;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    position: fixed;
  }

  .contenedor_login{
    background-color: rgba(255, 255, 255, 0.8);
    width: 230px;
    height: 300px;
    border-radius: 8px;
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 33%;
  }

  .img_logo_login{
    background-color: #c4d6e9;
    height: 70px;
    border-top-left-radius: 8px;
    border-top-right-radius:8px;
  }
  
  .img_logo_login img{
    width:150px;
    height: auto;
    margin-top: 15px;
    margin-left: 40px;
  }

  .form_input{
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .form_input span{
    background-color: #415c79;
    color: #FFF;
    width: 80px;
    height: 20px;
    font-size: 10px;
  }

  .input_login{
    width: 10px;
    height: 20px;
    font-size: 9px;
  }
  
  .title_login{
    height: 30px;
    text-align: center;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
  }
  
  .title_login h1{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bolder;
  }

  .btn_login{
    width: 100px;
    height: 30px;
    margin-left: 25%;
    font-size: 12px;
    margin-top: 10px;

  }

  .refer_login{
    display: block;
    font-size: 12px;
    width: 120px;
    color: #fff;
  }


}


@media (max-width: 1536px) {


  .body_login{
    background-image: url(../images/bg_front.jpg);
    background-color: #2f2f2f;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    position: fixed;
  }
  
  .contenedor_login{
    background-color: rgba(255, 255, 255, 0.8);
    width: 700px;
    height: 550px;
    border-radius: 8px;
    margin-top: 50px;
    margin-left: 450px;
    margin-right: 33%;
  }
  
  .img_logo_login{
    /* background-color: #c4d6e9; */
    height: 150px;
    border-top-left-radius: 8px;
    border-top-right-radius:8px;
  }
  
  .img_logo_login img{
    width: 400px;
    height: auto;
    margin-top: 25px;
    margin-left: 28%;
  }
  
  .form_input{
    /* background-color: yellowgreen; */
    margin-top: 50px;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .form_input span{
    background-color: #415c79;
    color: #FFF;
  }
  
  .title_login{
    height: 30px;
    text-align: center;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
  }
  
  .title_login h1{
    font-family: 'Poppins', sans-serif;
  }


}

/* ============================================================
   RESPONSIVE MÓVIL — Login principal (index.php) y
   Registro Asistencia SENCE (asistencia.php).
   Va AL FINAL a propósito: así tiene prioridad sobre el
   @media (max-width:1536px) anterior, que reimponía el layout
   de escritorio (caja 700px, margin-left 450px) en celulares.
   ============================================================ */
@media (max-width: 768px) {
  .body_login {
    position: static;
    min-height: 100vh;
    overflow-y: auto;
  }

  .contenedor_login {
    width: 90%;
    max-width: 380px;
    height: auto;
    margin: 30px auto;
    padding-bottom: 20px;
  }

  .img_logo_login {
    height: auto;
    background-color: transparent;
    text-align: center;
  }

  .img_logo_login img {
    width: 60%;
    max-width: 220px;
    height: auto;
    margin: 15px auto 0;
    display: block;
  }

  .title_login {
    height: auto;
    margin-top: 15px;
  }

  .title_login h1 {
    font-size: 18px;
    font-weight: 700;
  }

  .form_input {
    margin-top: 15px;
    padding: 10px 18px 0;
  }

  .span_input {
    width: 95px;
    height: 46px;
    margin-top: 15px;
    font-size: 13px;
  }

  .input_login {
    flex: 1 1 auto;
    width: auto;
    height: 46px;
    margin-top: 15px;
    font-size: 14px;
  }

  .btn_login {
    width: auto;
    margin-left: 0;
    margin-top: 15px;
    font-size: 14px;
  }

  .refer_login {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 15px auto 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
}
