/*
https://codepen.io/carontestudio/pen/abVQdVw
https://englishtools.app/
*/
* {
  box-sizing: border-box;
}

::selection {
  background-color: #888;
  color: white;
}

html {
  ///font-size: 0.94vw;
}

body {
  font-family: 'roboto', serif;
  font-weight: 200;
  color: #fff;
  background-color: #000;
  font-size: 1rem;
  font-weight: 400;
  background-image: url("../img/trama2.png");
  z-index: 1001;
}

h2 {
  font-family: 'roboto', serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #0072bb;
}

a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}

a:hover {
  color: rgba(255, 255, 255, 0.3);
}

section {
  position: relative;
}

.cabecera {
  position: relative;
  background-color: rgba(255, 255, 255, 0.97);
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  z-index: 1000;
  border-bottom: 5px solid #fff;
}

.cabecera .container {
  width: 100%;
  display: flex;
}

.cabecera .container .logo-v {
  margin-top: 20px;
  margin-left: 10%;
}

.cabecera .container .logo-e {
  display: flex;
  justify-content: flex-end;
  margin-right: 12%;
}

.cabecera .container .logo-e img {
  position: absolute;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}

.cabecera .caja-isotipo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera .caja-isotipo img {
  margin-top: 10px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.cabecera .btn-login {
  text-align: center;
  padding-top: 6px;
  width: 120px;
  height: 35px;
  border: 3px solid #fff;
  border-radius: 7px;
  background-color: #a3c719;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  transition: all .3s ease;
}

.cabecera .btn-login:hover {
  background-color: #909090;
}

.columna-100 {
  width: 100%;
}

.columna-60 {
  width: 60%;
}

.columna-50 {
  width: 50%;
}

.columna-40 {
  width: 40%;
}

.columna-33 {
  width: 33.33%;
}

.columna-33-2 {
  width: 33.33%;
}

.columna-25 {
  width: 25%;
}

.fila {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.videos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  ///filter: grayscale(0.5);
  opacity: 0.8;
  background-attachment: fixed;
}

.flex {
  display: flex;
}

#formulario {}

#formulario .centar-formutario {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

#formulario .caja-formulario {
  display: flex;
  border-radius: 15px;
  border: 5px solid #acc735;
  background-color: #fff;
  margin: 0;
  margin-top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  height: 310px;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.3);
}

#formulario .caja-datos {
  display: flex;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: #0072bb;
  top: 0;
  margin: 0;
  padding: 0;
  height: 300px;
}

#formulario .contac-cja {
  position: relative;
  ///display: flex;
  ///display: inline-block;
  width: 100%;
  height: 35px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-left: 20px;
  margin-top: 0;
  padding: 0 0 0 12px;
  background-color: #fff;
}

#formulario .caja-datos p {
  font-size: 0.9rem;
  margin-left: 20px;
  margin-bottom: 5px;
}

#formulario .index-datos {
  width: 85%;
}

#formulario .caja-datos p.txt-datos1 {
  margin-top: 25px;
}

#formulario .caja-ingresar {
  display: flex;
  flex-direction: column;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #fff;
  top: 0;
  margin: 0;
  padding: 5px 10px 5px 15px;
}

#formulario .caja-ingresar .txt-english {
  font-size: 0.9rem;
  color: #000;
}

#formulario .caja-ingresar .btn-ingresar {
  padding-top: 20px;
  filter: grayscale(0);
  transition: all 0.3s ease;
}

#formulario .caja-ingresar .btn-ingresar:hover {
  filter: grayscale(1);
}

#formulario .globo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#formulario .globo img {
  margin-top: 25%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  width: 350px;
}


/*-------------------footer------------------*/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pre-footer {
  width: 100%;
  height: 150px;
  background-color: #666;
  display: flex;
  justify-content: center;
}

footer .barra-footer {
  width: 100%;
  height: 40px;
  background-color: #3C3C3C;
  display: flex;
  justify-content: center;
}

footer .barra-footer {
  //padding-left: 15%;
}

.fila-footer {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.fila-footer-2 {
  width: 100%;
  height: 30px;
  align-items: center;
  display: flex;
}

.fila-footer-3 {
  width: 100%;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.columna-25 .fila-footer-2 i {
  color: #AFCB1F;
  padding-right: 10px;
}

.columna-25 .fila-1 {
  margin-top: 30px;
}

.logo-k4u-white {
  padding-top: 20px;
}

.lista-footer {
  padding-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 2rem;
}

.lista-footer a {
  color: #03A9F4;
}

.txt-footer {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
}

.txt-footer-2 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  //margin-left: 50px;
}

.conten-center i {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}



/*<-----------@media------------>*/


@media (min-width: 1200px){

}

@media (max-width: 1199px){

  .container {
     width: 960px;
  }

}

@media (max-width: 991px){

  .container {
     width: 750px;
  }

}

@media (max-width: 767px){

  /*.container {
     width: 750px;
  }*/

  #formulario {
    position: relative;
  }

  #formulario .centar-formutario {
    padding: 0;
  }

  #formulario .caja-formulario {
    ///margin-top: 80px;
  }

  #formulario .contac-cja {
    margin-left: 13px;
    margin-top: 0;
  }

  #formulario .caja-datos p {
    margin-left: 13px;
    margin-bottom: 5px;
  }

  .cabecera {
    height: 65px;
    width: 100%;
  }

  .cabecera .container .logo-v {
    margin-right: 0;
    margin-top: 10px;
  }

  .cabecera .container .logo-e {
    margin-left: 5px;
  }

  .cabecera .container .logo-e img {
    position: relative;
    width: 110px;
  }

  .cabecera .caja-isotipo img {
    margin-top: -13px;
    width: 130px;
  }

  .cabecera .btn-login {
    width: 80px;
    height: 45px;
    border-radius: 7px;
    padding-top: 11px;
    margin-top: 0;
  }

  .columna-60 {
    width: 0;
  }

  .columna-40 {
    width: 100%;
  }

  .columna-25 {
    width: 100%;
  }

  .container .img img {
    margin-top: 40px;
    width: 60px;
    height: 43px;
  }

  .container .img2 img {
    margin-top: 40px;
    width: 70px;
    height: 39px;
  }

  .container .img3 img {
    width: 140px;
    height: 31px;
  }

  .columna-33 {
    width: 25%;
  }

  .columna-33-2 {
    width: 50%;
  }

  #formulario .globo img {
    margin-top: 180px;
    margin-bottom: 10px;
 }

  /*<-----------footer------------>*/
  footer {
    position: relative;
  }

  footer .barra-footer {
    height: 100px;
    display: block;
    justify-content: center;
  }

  .pre-footer {
    width: 100%;
    height: inherit;
    display: block;
    justify-content: center;
  }

  .logo-k4u-white {
    margin-top: 25px;
  }

  .lista-footer {
    padding-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 2rem;
  }

  .columna-25 .fila-1, .fila-mb {
    margin-top: 10px;
    justify-content: center;
  }

  .fila-number {
    margin-bottom: 30px;
  }


  .fila-footer-3 {
    height: 5px;
    margin-top: 25px;
  }

  .fila-footer-2 {
    justify-content: center;
  }

  .logo-k4u-white {
    margin-top: 25px;
  }

}
