﻿/* 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. */

.card-img-top {
  width: 100%;
  height: 150px; /*8vw;*/
  object-fit: cover;
}

.card-over:hover {
  border-color: var(--primary);
}

.bg-image-re2mrab {
  background-image: url('../images/re2mrab.png');
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1rem;
}

.grid > div {
  padding: 1.5rem;
}

.fs-90{
  font-size: 90%;
}

.fs-85 {
  font-size: 85%;
}

.fs-80 {
  font-size: 80%;
}

.bg-green {
  background-color: #008272;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

label.required {
  font-weight: 500;
  color: var(--dark);
}

label.required::after {
  content: " (Requerido)";
  font-size: 70%;
  color: var(--primary);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 10px;
  margin: 10px;
  text-indent: 0;
  cursor: pointer;
  border: 1px black;
  /*border-radius: 50%;*/
  background-color: #005ba1;
  /*box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);*/
}

.carousel-indicators .active {
  width: 30px;
  height: 10px;
  margin: 10px;
  background-color: #808080;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 48px;
  width: 48px;
  background-size: 100%, 100%;
  background-image: none;
  opacity: 0.75;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 48px;
  color: #005ba1;
  left: 0;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 48px;
  color: #005ba1;
  right: 0;
}

.carousel-caption {
  top: 10%;
  left: 7%;
  text-align: left;
  color: black;
}

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 .25rem .75rem rgba(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;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
