html {
  width: 100%;
  height: 100%;
}

body {
  background: #f3f3f3;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  color: #444444;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.enunciado {
  color: #1d69a6;
  font-size: 32px;
  line-height: 34px;
}

.enunciado .destacado {
  font-weight: bolder;
  color: #00a896;
  font-size: 36px;
}

.pie {
  margin: 70px 0px 20px 0px;
  font-size: 16px;
  line-height: 16px;
  color: #bb5c69;
  mix-blend-mode: difference;
}

.barratop {
  background: #ffffffba;
  width: 100%;
  height: 70px;
  text-align: left;
  box-shadow: 0 4px 6px -5px gray;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#container {
	  width: 100%;
    max-width: 1000px;
    margin: 0px auto 0px auto;
    position: relative;
    background: #fff url(../images/interfaz/fondo-index.jpg) no-repeat center right;
    border-radius: 0px;
    min-height: 550px;
    padding: 0px;
    border-top: 0px solid #3f9f93;
    border-bottom: 0px solid #3f9f93;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}

#container2 {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  position: relative;
  background: #fff url(../images/interfaz/esquina-izq.jpg) no-repeat left top;
  border-radius: 0px;
  min-height: 550px;
  padding: 0px;
  border-top: 0px solid #3f9f93;
  border-bottom: 0px solid #3f9f93;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.titulo-index
{
	width: 100%;
	max-width:500px;
	margin-left: auto; 
	padding-top: 150px;	
	padding-right: 20px;
}

#logoohla {
  text-align: center;
  padding: 40px 0px 0px 0px;
}

.btn {
  color: #29327b;
  font-size: 20px;
  border: 2px solid #3f9f93;
  border-radius: 0;
  text-align: center;
  width: 125px;
  font-weight: bold;
  padding: 2px;
  background: #fff;
  transition: all 0.7s ease;
}

.btn:hover {
  background: #3f9f93;
  color: #fff;
}

.leyendaImagen {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  font-size: 12px;
  padding: 2px 10px;
  margin: 10px;
  background: rgb(255 255 255 / 72%);
}

.capaLogin {
  width: fit-content;
  text-align: left;
  background: #fff;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

@media screen and (max-width: 690px) {
  .capaLogin {
    text-align: center;
    border: 1px solid #3f9f93;
    border-top: 0;
    max-width: 110px;
  }
}

#cont_video {
  max-width: 640px;
  margin: 0 auto;
  width: 95%;
  text-align: left;
}

#tituloLogin {
  font-size: 26px;
  color: #003e8c;
  text-align: center;
}

#datos-personales {
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}

.btn-ohl {
  background: #00a094;
  color: #fff;
  padding: 0px 30px;
  border-radius: 50px;
}

.btn-ohl:hover {
  background: #003e8c;
  color: #fff;
}

.bandera:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

#fecha {
  font-size: 17px;
  color: #999;
  text-align: center;
}

.gris {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.nogris {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.enlace:hover {
  cursor: pointer;
}

.noenlace:hover {
  cursor: auto;
}

#columna1-login {
  background-size: 600px 600px;
  border-radius: 10px 0px 0px 10px;
}

#columna2-login {
  background: #f7f7f7;
}

a {
  outline: 0;
}
object,
embed {
  outline: 0;
}
a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;

  z-index: -1;
}

@media screen and (max-width: 1024px) {
  /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px; /* 50% */
    z-index: -1;
  }
}

#logo {
  text-align: center;
  margin: 10px auto;
}

.boxes {
  display: table;
  width: 100%;
  height: 100%;
}

.box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#mosca {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 150px;
  height: 150px;
  background-image: url("../images/mosca.png");
  background-repeat: no-repeat;
  margin-top: -185px;
  margin-left: -335px;
}

#mosca2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 150px;
  height: 150px;
  background-image: url("../images/mosca.png");
  background-repeat: no-repeat;
  margin-top: -315px;
  margin-left: -430px;
}

.container {
  margin: 10px auto;
  background: rgb(255, 255, 255);
  border-radius: 10px 10px 10px 10px;
}

#seccion {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  border: 2px solid #00b3c7;
}

input,
textarea {
  outline: none;
  /*border-color:#d1d1d1;
		border-style:solid;
		border-width:1px;*/

  border: 1px solid #cccccc;
  padding: 4px;
  margin: 4px 0 0px 0;
  background: #fff;
  width: 100%;
  font-size: 12px;
  color: #555;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background: #e8f9fd;
  border: 1px solid #cccccc;
}

a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #dc0028;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#rotar:hover {
  cursor: pointer;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

#rotar {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

input.submit {
  width: 60%;
  min-width: 100px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border: 1px solid #ff6600;
}

input.submit:hover {
  background-color: #ff6600;
  color: #ffffff;
  cursor: pointer;

  border: 1px solid #ffffff;
}

textarea {
  resize: none;
}

#content {
  background-color: #1a2f5e;

  width: 95%;
  color: #ffffff;
  margin: 20px auto;
  border: 10px solid rgba(0, 171, 207, 0.2);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px -2px;
}

#contact-wrapper {
  padding: 20px 20px 0px 20px;
  text-align: left;
}

.contenedor_contacto {
  width: 100%;
  color: #ffffff;
  max-width: 380px;
  margin: 20px auto 0px auto;
}

.submit {
  border: 1px solid #4c727e;

  text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;

  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px -2px;

  -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px,
    rgba(255, 255, 255, 0.09) 0 1px 0;

  width: 120px;
  height: 30px;
  color: #0493b5;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px auto 0 auto;
  background-color: #a5e4f4;
  text-align: center;
}

.submit:hover {
  -webkit-box-shadow: 0px 0px 10px #555;
  -moz-box-shadow: 0px 0px 10px #aaa;
  box-shadow: 0px 0px 10px #555;
  cursor: pointer;
}

.boton {
	width: 100%;
    max-width: 120px;
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
    background-color: #7C9F79;
    border: none;
    padding: 5px 20px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border: 1px solid #ffffff;
    font-size: 20px;
    border-radius: 12px;
    line-height: 38px;
}

.boton:hover {
  background-color: #c1ca34;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #c1ca34;
}

.campo {
  display: inline-block;
  width: 100%;
  max-width: 210px;
  margin: 20px 20px 10px 20px;
  vertical-align: top;
  text-align: center;
  color: #444444;
}

.campo2 {
  display: inline-block;
  width: 2px;
  height: 200px;
  margin: 30px 10px 20px 10px;
  vertical-align: top;
  border-left: 1px solid #cccccc;
  text-align: left;
}

.pie2 {
  color: #3c9e92;
  font-size: 18px;
  padding: 20px;
  display: none;
}

fieldset {
  border: none;
}
#clear {
  clear: both;
}

.logoGrande {
  margin-top: 90px;
  margin-bottom: 90px;
}

.logoblanco {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.separacionInferior {
  padding-bottom: 150px;
}

.enunciado {
  display: flex;
  align-items: center;
}

.enunciado img {
  margin-left: 10px;
  margin-right: 10px;
}

.espacioEsp {
  margin-right: 0px;
}

.espacioIng {
  margin-left: 15px;
}

.icon {
  background: #f9fbfb;
}

/* ===== PRELOADER ===== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.no-js #preloader,
.oldie #preloader {
  display: none;
}
#loader {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  padding: 0;
  background-color: #7c9f79;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
