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

body {
  background: 
    url('../images/interfaz/fondo1.png') no-repeat right top,
    linear-gradient(90deg, 
      rgba(0, 105, 200, 1) 0%, 
      rgba(94, 135, 133, 1) 83%, 
      rgba(83, 159, 76, 1) 100%
    );
  background-size: auto, cover;     /* la imagen tamaño natural, gradiente cubre todo */
  /* O si quieres que la imagen sea más grande o se ajuste de otra forma: */
  /* background-size: 400px auto, cover;   ← ejemplo */
  
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 100vh;          /* mejor que height: 100% en la mayoría de casos modernos */
  overflow-x: hidden;
}
.main-wrapper
{
  margin: 30px auto;
  width: 100%;
  max-width:960px;
}

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

.form-control {
  margin-bottom: 2px;
}

.capa_princiapl {
  position: relative;
  width: 100%;
  height: 100vh;
}
.contenedorMulti {
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  left: 0;
}

.multi-bg {
  height: 800px;
  display: block;
  background-color: transparent;
  background-image:
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23001964" fill-opacity="0.5" d="M0,32L120,80C240,128,480,224,720,250.7C960,277,1200,235,1320,213.3L1440,192L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z"></path></svg>'),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23001964" fill-opacity="0.3" d="M0,128L80,160C160,192,320,256,480,277.3C640,299,800,277,960,229.3C1120,181,1280,107,1360,69.3L1440,32L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>');

  background-repeat: no-repeat;
  background-size: cover;
  background-position:
    bottom center,
    10%,
    20%;
}

#mosca {
  width: 100%;
  position: relative;
  background: #fff url(../images/fondo.png) no-repeat bottom right;
  z-index: 2;
}

#container {
  width: 95%;
  max-width: 960px;
  min-width: 320px;
  margin: 0px auto 0px auto;
  position: relative;
  background: #cbe1ff url(../images/interfaz/fondo-login.jpg) no-repeat top right;
  border-radius: 0px;
  min-height: 540px;
  padding: 87px 0px;
  border-top: 0px solid #3f9f93;
  border-bottom: 0px solid #3f9f93;
}

.sombra-container {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
}

.svg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.leyendaImagen {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  font-size: 12px;
  padding: 0px 12px 13px 0px;
  margin: 10px;
}

.capaLogin {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0px solid #3f9f93;
  background: #ebf5ff;
  width: 100%;
  max-width: 300px;
  padding: 15px 15px;
  height: 540px;
  border-radius: 0px;
  border-right: 0px solid #083999;
  z-index: 100;
}

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

.capaLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 90px;
  background: #002396;
  z-index: 200;
}

.capaLogo2 {
  width: 100%;
  height: 90px;
  background: #002396;
}

#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: #003e8c;
  color: #fff;
  padding: 0px 30px;
  border-radius: 0px;
}

.btn-ohl:hover {
  background: #444;
  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: #ebf5ff;
    border-radius: 0px;
    padding: 0px 20px;
    border-left: 2px solid #ffffff;
}

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;
}

/* ---------------------------------------------------
    PANEL LATERAL
----------------------------------------------------- */


cd-panel-content::after, cd-panel-content::before
{
  content: '';
}  
  
.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s; }

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s; }

.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s; }

.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s; }

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg); } }
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(45deg); } }
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg); } }
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(-45deg); } }
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
.cd-panel-header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0069c8;
  z-index: 2;
  border-left: 1px solid #0069c8;
  border-bottom: 2px solid #4da8fb;
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}

.cd-panel-header h1 {
  font-weight: normal;
    color: #fff;
    font-size: 1.5rem;
    padding-left: 20px;
    margin-top: 9px;
   }

.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px; }

.from-right .cd-panel-header {
  right: 0; }

.from-left .cd-panel-header {
  left: 0; }

.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s; }

@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 70%; } }
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 50%; } }
.cd-panel-close {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
   
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-panel-close::before, .cd-panel-close::after {
   
  position: absolute;
  content: '';
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #e7e7e7;
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-panel-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-panel-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-touch .cd-panel-close:hover {
  background-color: #424f5c; }

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.no-touch .cd-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg); }

.no-touch .cd-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-panel-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  border-left: 1px solid #999;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 70%; } }
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 50%; } }
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  height: 100%;
  padding: 70px 5% 0px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch; }

.cd-panel-content p {

  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0; }

.cd-panel-content p:first-of-type {
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  .cd-panel-content p {
  
    line-height: 1.6; } }
    
    

@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;
  padding-top:9px;
}

.boxes {
  flex-basis: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#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;
}

#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: #444;
  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: 5px auto;
  background-color: #00a22d;
  border: none;
  padding: 3px 0px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border: 1px solid #ffffff;
  font-size: 15px;
  border-radius: 7px;
  line-height: 34px;
}

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

.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;
}

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

.effect1 {
  -webkit-box-shadow: 10px 10px 6px -6px #777;
  -moz-box-shadow: 10px 10px 6px -6px #777;
  box-shadow: 10px 10px 6px -6px #777;
}
