﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.container {
    min-height: 65vh;
}
.footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/*  */
body {
  background-image: url("../images/FONDO SLIDE 2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
Header {
  background: rgb(77, 153, 207);
  background: linear-gradient(
    90deg,
    rgba(77, 153, 207, 1) 0%,
    rgba(44, 50, 96, 1) 100%
  );
}
Header .imgEsav {
  height: 100px;
}
Header .imgEsav img {
  height: 100px;
}
.h5Bienvenido {
  color: #606060;
  margin-bottom: -16px;
  font-size: 3.5rem;
}
.h4Ecosistema {
  color: #00496d;
  margin-bottom: -16px;
  font-size: 3.4rem;
}
.h4Acciones {
  color: #00496d;
  font-weight: 900;
  font-size: 3.1rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .h5Bienvenido {
    margin-bottom: 0;
    font-size: 3rem;
  }
  .h4Ecosistema {
    font-size: 2.8rem;
    margin: 0;
  }
  .h4Acciones {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .h5Bienvenido {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
  .h4Ecosistema {
    font-size: 2rem;
    margin: 0;
  }
  .h4Acciones {
    font-size: 1.8rem;
  }
}
.form-group label{
  font-weight: 600;
}
.form-group input{
  box-shadow: 2px 2px 4px;
}
.buttonEntrar {
  background: #486d2b;
  border-radius: 5px;
  box-shadow: 5px 5px 5px;
  color: white;
}
.buttonEntrar:hover {
  color: white;
}
footer img {
  max-width: 260px;
}

.eyePassport {
    position: absolute;
    right: 24px;
    bottom: 36%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .eyePassport {
        bottom: 46%;
    }
}