@font-face {
    font-family: 'Raleway';
    src: url('https://login.fucsalud.basesdedatosezproxy.com/public/menu/fonts/Raleway-Regular.ttf');
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button {
  background: none;
  outline: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Raleway';
  /*font-family: 'Roboto', sans-serif;*/
  /*IE FIX*/
  /*display: flex;
  flex-direction: column;*/
}

/* CONTAINER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
.wrapper-fucs:before {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/

/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-header-fucs {
  margin: 0;
  border-bottom: none;
}
.page-header-fucs img {
  width: 100%;
}
em.titulo-fucs {
    font-size: 1.5rem;
    color: #092755;
    margin: 0 0 0 20px;
    padding: 0;
    font-weight: bold;
}
/* MAIN
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-main {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 350px;
  z-index: 1000;
}
/* LOGINBU */
.page-main-bu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 350px;
  z-index: 1000;
}
.texto-loginbu {
  text-align: center;
  font-size: 20px;
  font-family: 'Raleway';
  /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
  color: #fc9705;
}
/*FIN LOGINBU*/
.formulario {
  display: flex;
  justify-content: center;
  text-align: center;
}
.formulario img {
  width: 60%;
}
.form-top-flex {
  display: flex;
  justify-content: space-around;
}
.form-top {
  /*display: flex;*/
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
  border-top: 5px solid #eee;
  align-items: center;
}
span.Estilo13 {
    font-size: 12px;
}
i.fa.fa-key {
    font-size: 36px;
    color: #e0e0e0;
}
.form-top h3 {
  font-weight: 600;
  color: #092755;
}
h3, h4 {
    font-size: 14px;
  }
.form-top p {
  font-weight: 300;
  color: #092755;
}
p, li {
    font-size: 12px;
  }
.form-bottom {
    padding: 10px 15px 15px 15px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}
.form-bottom form button.btn {
    width: 100%;
}
button.btn {
    background: #092755 !important;
}
input[type="text"], input[type="password"], textarea, textarea.form-control {
    height: 40px;
    font-size: 14px;
}
button.btn {
    height: 40px;
    font-size: 14px;
    line-height: 0;
}


/*AJUSTAR FORMULARIO TEXTO*/
.input-group-addon {
  color: #092755;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  right: 0;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 0 0 10px;
  background-color: #eee;
  border: 0px;
  border-radius: 0;
}

.formulario-footer {
  color: #092755;
}
.formulario-footer h6 {
    font-size: 11px !important;
  }
/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  display: flex;
  flex-direction: column-reverse;
  background: rgba(63, 113, 147, 0.6);
  color: white;
  z-index: 1;
}
.page-footer img {
  width: 100%;
  display: none;
}
.page-footer ul {
  margin-bottom: 5px;
}

.page-footer ul li:not(:last-child) {
  margin-right: 20px;
}
.container-web {
    display: none;
  }
  .container-cell {
    display: block;
  }

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 550px) {
  .container-web {
    display: block;
  }
  .container-cell {
    display: none;
  }
  .page-header ul {
    width: auto;
    margin-top: 0;
  }

  .page-header .cta-contact {
    order: 1;
  }

  .page-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-footer ul {
    margin-bottom: 0;
  }
  span.Estilo13 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }


/*PERSONALIZACION FUCS PC*/
  em.titulo-fucs {
      font-size: 2.5rem;
      margin: 0 0 0 20px;
  }
  i.fa.fa-key {
      font-size: 50px;
  }
  .formulario-footer h6 {
    font-size: 12px !important;
  }
  .texto-loginbu {
    font-size: 30px;
  }
/*FIN*/

  .page-footer img {
      width: 100%;
      display: block;
  }
  h3 {
    font-weight: 500;
    font-size: 24px;
  }
  h4 {
    font-size: 14px;
  }
  p {
    font-size: 15px;
  }
  li{
    font-size: 12px;
  }
  input[type="text"], input[type="password"], textarea, textarea.form-control {
    height: 50px;
    font-size: 16px;
  }
  button.btn {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .form-bottom {
    padding: 15px 20px 20px 20px;
  }
}