@charset "UTF-8";
/* EJEMPLO RETINA: @include retina('../img/menu/barra_menu_logo.png', 2, 808px 187px, top right no-repeat); */
/* RM */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-size: 16px; }

h1, h2, h3, h4, ol, p, ul {
  margin: 0;
  padding: 0; }

li {
  display: block;
  vertical-align: top; }

h1, h2, h3, h4 {
  font-size: inherit;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }

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

/* FIN RM */
/* MIXINS */
/* VARIABLES */
/* CLASES GENERALES */
.clearfix {
  overflow: auto;
  zoom: 1; }

.oculto {
  display: none; }

.boton {
  border: 2px solid #343434;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-family: "Cousine", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 18px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer; }
  .boton:hover {
    transition: all 0.5s;
    background: #343434;
    color: white; }

/* CSS GENERAL */
input[type=submit] {
  -webkit-appearance: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #343434; }

section {
  clear: both; }
  section h1 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 30px; }

/* FONDO DE IMÁGENES */
#top #images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  overflow: hidden; }

#top #images li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.14, 1.14);
  -moz-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
  -o-transform: scale(1.14, 1.14);
  transform: scale(1.14, 1.14);
  -webkit-transition: opacity 0, -webkit-transform 0;
  -moz-transition: opacity 0, -moz-transform 0;
  -o-transition: opacity 0, -o-transform 0;
  transition: opacity 0, transform 0; }

#top #images li.current {
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 1.6s ease-out, -webkit-transform 7.2s linear;
  -moz-transition: opacity 1.6s ease-out, -moz-transform 7.2s linear;
  -o-transition: opacity 1.6s ease-out, -o-transform 7.2s linear;
  transition: opacity 1.6s ease-out, transform 7.2s linear; }

#top #images li.hide {
  z-index: 1; }

/* HEADER */
header div.info {
  position: absolute;
  left: 25px;
  top: 20px;
  transition: all 0.5s;
  cursor: pointer; }
  header div.info:hover {
    opacity: 0.5;
    transition: all 0.5s; }
header h1 {
  max-width: 190px;
  margin: 20px auto 0 auto; }
  @media screen and (max-width: 500px) {
    header h1 {
      position: absolute;
      right: 30px;
      top: 0px; } }
header h2 {
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  right: 30px; }
  @media screen and (max-width: 500px) {
    header h2 {
      display: none; } }

/* INTRANET */
section#intranet {
  margin-top: 80px; }
  @media screen and (max-width: 500px) {
    section#intranet {
      margin-top: 140px; } }
  section#intranet form {
    max-width: 1000px;
    width: 85%;
    margin: 0 auto; }
    section#intranet form input[type=text], section#intranet form input[type=password], section#intranet form label {
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      font-size: 18px; }
    section#intranet form input[type=text], section#intranet form input[type=password] {
      display: inline-block;
      width: 100%;
      background: #f7f7f7;
      padding: 50px 40px;
      box-sizing: border-box; }
    section#intranet form span.input {
      display: inline-block;
      width: 45%;
      text-align: center;
      border-bottom: 2px solid #e1e1e1; }
      section#intranet form span.input.primero {
        margin-right: 8%; }
      @media screen and (max-width: 500px) {
        section#intranet form span.input {
          width: 100%;
          margin-bottom: 50px; } }
    section#intranet form label {
      margin-left: 25px; }
    section#intranet form input[type=submit] {
      margin: 58px 0;
      display: block;
      background: none; }
      section#intranet form input[type=submit]:hover {
        background: #343434; }
      @media screen and (max-width: 500px) {
        section#intranet form input[type=submit] {
          margin: 20px 0;
          background: rgba(255, 255, 255, 0.5); } }

/* MODAL */
div.modal-master div.info-modal {
  max-width: 415px;
  margin-left: 175px;
  padding-bottom: 50px; }
  @media screen and (max-width: 880px) {
    div.modal-master div.info-modal {
      margin: 0 auto;
      width: 85%; } }
  div.modal-master div.info-modal p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 550px) {
      div.modal-master div.info-modal p {
        font-size: 18px;
        line-height: 22px; } }
    div.modal-master div.info-modal p a {
      text-decoration: underline; }

.modal a.close-modal {
  position: absolute;
  top: -80px;
  left: -50px;
  margin-top: -0px;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(../img/10_intranet/icon_cerrar@2x.png) no-repeat 0 0;
  background-size: 32px 32px; }
  @media screen and (max-width: 550px) {
    .modal a.close-modal {
      top: -50px;
      left: -20px; } }

/*# sourceMappingURL=intranet-style.css.map */
