﻿/* 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 .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 */
}

.info {
  background: #629cc2;
  color: #fff;
  font-size: 16px;
}

.row {
  margin: 5px;
}

.title {
  padding: 10px 0px;
  font-size: 18px;
  font-weight: bold;
}

.form-group {
  margin: 15px 0px;;
}

.form-control {
  background: #c6c9ce;
  color: #FFF;
}

.form-control::placeholder {
  color: #FFF;
}

.logo {
  margin: 0 auto;
  display: block;
}

.interactive-map {
  position: relative;
}

.card {
  display: none;
  position: absolute;
  pointer-events: none;
}

.copy {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 11px;
}

.cont_status {
  width: 200px;
  height: 500px;
  position: absolute;
  top: 200px;
  right: 0px;
}

.disponible {
  width: 20px;
  height: 20px;
  margin: 10px;
  background: rgba(142, 186, 130, .4);
}

.apartado {
  width: 20px;
  height: 20px;
  margin: 10px;
  background: rgba(255, 223, 125, .4);
}

.vendido {
  width: 20px;
  height: 20px;
  margin: 10px;
  background: rgba(251, 186, 186, .4);
}

.cont_detalle {
  height: 600px;
}

#detalleCotizador {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

.form-control1 {
  background: #FFF;
  color: #629cc2;
  border: 0px #FFF;
  padding: 5px;
}

.form-control::placeholder {
  color: #629cc2;
}