@import url('reset.css');

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: url("/sigemades/img/bg.png") repeat-x bottom center !important;
    background: fixed;
    font-family: 'Roboto', sans-serif;
}

html {
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    html {
      font-size: 0.9rem; } }

body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  color: #454545;
  line-height: 1.4;
  width: 100%; }
  @media (max-width: 576px) {
    body {
      padding: 5px 0 0 0;
      font-size: 14px; } }

.text-indent-h1 {
  text-indent: -9999999px;
  position: absolute; }

.container-fluid {
  max-width: 100%; }

.container {
  max-width: 1400px; }

ul {
  padding: 0;
  list-style: none; }

ol.disc {
  list-style: disc; }
  ol.disc li {
    padding-bottom: 14px; }

h1 small, h2 small, h3 small, h4 small, h5 small {
  font-size: 80%; }

h1 {
  font-size: 2.4rem; }
  @media (max-width: 992px) {
    h1 {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.1rem !important; } }

h2 {
  font-size: 1.4rem !important;
  font-weight: 500; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2rem; } }
  @media (max-width: 576px) {
    h2 {
      font-size: 1.9rem; } }

h3 {
  font-size: 1.3rem;
  letter-spacing: 0.3px; }
  @media (max-width: 576px) {
    h3 {
      font-size: 1rem;
      letter-spacing: 0; } }

h4 {
  font-size: 1.5rem; }
  @media (max-width: 576px) {
    h4 {
      font-size: 1.1rem; } }

h5 {
  font-size: 1.1rem; }
  @media (max-width: 576px) {
    h5 {
      font-size: 1rem;
      line-height: 1.4em; } }

a {
  text-decoration: none;
  color: #144AA7;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

b,
strong {
  font-weight: 500; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"], 
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 42px !important;
  height: auto !important;
  box-sizing: border-box;
  border: 0;
  font-size: 1.07rem;
  outline: none;
  border-radius: 6px;
  border: #B8C9D6 1px solid;
  margin: 0;
  padding: 0.6rem 0.9rem;
  color: #2F3A45; }
  @media (max-width: 767px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="password"], 
    textarea,
    select {
      padding: 0.4rem 0.5rem;
      min-height: 36px ​ !important;
      font-size: 1rem; } }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #AAB8C2;
    font-weight: normal; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    outline: none;
    background-color: #fff;
    border-color: #0a32a052;
    box-shadow: 0 0 0 4px #e7f2ff; }
  input[type="text"]:disabled,
  input[type="number"]:disabled,
  input[type="email"]:disabled,
  input[type="tel"]:disabled,
  textarea:disabled,
  select:disabled {
    background-color: #eff0f1;
    border-color: #e2e2e2;
    cursor: no-drop; }

.file {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .file__button {
    background: white;
    color: #144AA7 !important;
    border: 1px solid #144AA7 !important;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 8px;
    min-width: 200px;
    cursor: pointer; }
  .file__input {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }

button:focus {
  outline: none !important; }

button:disabled {
  opacity: .4 !important; }

label {
  display: block;
  font-size: 1rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    label {
      font-size: .85rem;
      font-weight: 500;
      margin-bottom: .2rem; } }
 
.color-primary {
  color: #144AA7 !important; }

.color-secondary {
  color: #0BC7E0; }

.color-neutral-medium {
  color: #AAB8C2; }

.color-neutral-dark {
  color: #657786; }

.error {
  color: #FF5254;
  font-size: 80%; }

.button {
  border-radius: 8px;
  border: 0;
  padding: 0.9em 1.2em;
  line-height: 1.5 !important;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  transition: all  .3s;
  font-weight: 500;
  font-size: .95rem; }
  .button:hover {
    box-shadow: 0px 7px 6px #00000029;
    transition: all  .3s; }
  .button img {
    margin-right: 6px; }
  .button__primary {
    background-color: #1d85bf;
    color: #fff; }
  .button__secondary {
    background-color: #0BC7E0;
    color: white; }
    .button__secondary:hover {
      color: white; }
  .button__white {
    background-color: #fff;
    color: #0BC7E0; }
  .button-simple {
    color: #838F9B;
    padding: 0;
    margin-bottom: 10px; }
  .button-custom {
    background: #1A7FBA;
    color: #fff;
    border-radius: 20px;
    padding: 10px 10px; }
    .button-custom:hover {
      color: #fff; }
  .button__xsmall {
    min-width: 90px; }
  .button__small {
    min-width: 140px; }
  .button__medium {
    min-width: 180px; }
    @media (max-width: 767px) {
      .button__medium {
        min-width: auto; } }
  .button__large {
    min-width: 240px; }
    @media (max-width: 767px) {
      .button__large {
        min-width: 140px; } }
  .button-firstly {
    background: #144AA7;
    color: white;
    line-height: 24px;
    text-decoration: none; }
  .button-outline-light {
    background: white;
    color: #144AA7 !important;
    border: 1px solid #144AA7 !important;
    padding: 10px 10px; }
  .button-outline-light2 {
    background: white;
    border: 1px solid #838F9B !important;
    border-radius: 4px;
    padding: 7px 10px;
    color: #838F9B; }
  .button-transparent {
    background: transparent !important; }
  .button-icon {
    text-align: center;
    padding: 2px 6px; }
    .button-icon img {
      max-width: 10px;
      margin: 0; }
  .button-back {
    background: transparent;
    padding: 5px;
    min-width: 28px;
    text-align: center; }

.link {
  font-weight: 400;
  color: #144AA7;
  text-decoration: underline;
  font-size: 1rem; }

.h-100 {
  height: 100%; }

.input__medium {
  width: 100%;
  max-width: 400px; }



.slide-left {
    position: relative;
    background: url(../../../img/bg-login.png);
    background-size: cover;
    background-color: #154374;
    min-height: 100vh;
}
.slide-left  .text-inaff{
    position: absolute;
    top: 30px;
    left: 40px;
    color: white;
    max-width: 190px;
}

.slide-right .logo-oefa {
    position: absolute;
    top: 30px;
    right: 30px;
    max-width: 100px;
}

 



 
 
/***************************
|||     BOTONES
****************************/
.btn {
  border-radius: 10px;
  padding: .8em 1em; }
  .btn__primary {
    color: white;
    background-color: #144AA7;
    border-color: #144AA7; }
  .btn__primarysky {
    background-color: #0BC7E0;
    color: #fff !important; }
    .btn__primarysky:hover {
      color: #fff; }
  .btn__secondary {
    color: white;
    background-color: #0BC7E0;
    border-color: #0BC7E0; }
  .btn__outline {
    border: 1px solid; }
    .btn__outline--primary {
      color: #144AA7;
      border-color: #144AA7; }
    .btn__outline--secondary {
      color: #0BC7E0;
      border-color: #0BC7E0; }
    .btn__outline--light {
      color: #539DE6;
      border: #539DE6 1px solid; }
      .btn__outline--light:hover {
        color: #539DE6;
        border-color: #539DE6 1px solid; }
    .btn__outline--light2 {
      color: #ffffff;
      border-color: #0BC7E0;
      font-size: .95rem; }
      .btn__outline--light2:hover {
        color: #ffffff; }
  .btn__simple {
    color: #144AA7;
    text-decoration: underline; }
  .btn__small {
    min-width: 160px; }
  .btn__medium {
    min-width: 180px; }
  .btn__back {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 44px;
    text-align: center; }
    .btn__back:hover {
      color: #fff; }
    .btn__back img {
      transform: rotate(90deg) scale(0.6); }
  @media (max-width: 767px) {
    .btn .icon {
      display: none !important; } }




.login {
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    box-shadow: 0px 12px 32px #002b3d34;
    border-radius: 32px;
    max-width: 372px;
    width: 100%;
}
@media (max-width: 767px) {
    .login {
        box-shadow: none;
    }

}

.login__box {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 25px 40px 25px;
}

.login__box--logo{
    text-align: center;
}
.login__box--logo img {
    max-width: 194px;
    margin: 0 auto;
}

.login__form {
    max-width: 370px;
    margin: 40px auto;
}

.w-100 {
    width: 100%!important;
}
.enlaces{
    text-align: center;
}
.login .enlaces a{
    color: #1d85bf;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    font-weight: regular;
    font-size: 1rem;
}