html,
body {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
}

.text-muted {
    color: #a6a4b1 !important;
    font-weight: lighter !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: rgb(133, 22, 25);
}

a{
    color:#13527F;
}

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("img/empire.jpg") no-repeat;
    background-size: cover;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #13527F;
}




#homeNav a.nav-link,
#homeNav a.nav-link:focus {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}


#homeNav a.nav-link:hover,
#homeNav a.nav-link:active {

    color: #851619;
}

#interiorNav a.nav-link,
#interiorNav a.nav-link:focus {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #4a4a4a;
}

#interiorNav a.nav-link:hover,
#interiorNav a.nav-link:active {

    color: #851619;
}


#homeNav a.nav-link:hover,
#homeNav a.nav-link:active {

    color: #851619;
}


#menu2 {
    border-top: 1px solid #d8d8d8;
    padding-top: .25em;
}


#interiorNav {
    background: #ffffff !important;
}







#menu2 a.nav-link,
#menu2 a {

    color: #4a4a4a;
    font-weight: normal;
    text-transform: capitalize !important;
}

#menu2 a.nav-link.active,
#menu2 a.nav-link:hover {

    color: #851619;
    text-decoration: none;
    background: #ffffff;
}



.blink {
    animation: blinker 1s linear infinite;
    color: #FFF;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.lmText {

    font-family: 'Playfair Display SC', serif;
    color: #FFF;
}

#splash .jumbotron {
    height: auto;
    width: auto;
    /*padding: 2% 20%;*/

    padding: 0.5% 0.5%;

   /* background: rgba(255, 255, 255, .55);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;*/

    background: transparent;
    
}

#llave{

      width: 400px;
      height: 200px;
      border:2px solid #fff;
      background: url(img/llave.svg) no-repeat;
      box-shadow: 10px 10px 5px #ccc;
      -moz-box-shadow: 10px 10px 5px #ccc;
      -webkit-box-shadow: 10px 10px 5px #ccc;
      -khtml-box-shadow: 10px 10px 5px #ccc;
      
}



#splash h2 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #13527F;
}

#logo {
    margin-left: 10%;
}

#logo img {
    max-height: 30px;
}

.card-header a.nav-link{
    color:#777;
}


/*sidebar*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0);*/
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #13527F;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #851619;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


#buscarContainer {
    width: 30vw;
}

#loginContainer {
    width: 40vw;
}

section {
    padding: 20px 0;
}

#properties .card-body {
    padding-top: 0;
    padding-bottom: 0;
}



#properties .card-img-overlay {
    /*background: none repeat scroll 0 0 #000;
    opacity: 0.55;*/
    background: rgba(0, 0, 0, 0.55);
    bottom: auto;
    top: 5%;

    font-family: 'Playfair Display SC', serif;
    color: #FFFFFF;
    font-weight: bold;
}


@media (max-width: 575.98px) {
     #properties .card-img-overlay.classB {

        top: auto;
        bottom: 18%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
     #properties .card-img-overlay.classB {

        top: auto;
        bottom: 12%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
     #properties .card-img-overlay.classB {

        top: auto;
        bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #properties .card-img-overlay.classB {

        top: auto;
        bottom: 15%;
    }
}


@media (min-width: 1200px) {
    #properties .card-img-overlay.classB {

        top: auto;
        bottom: 12%;
    }
}


footer {
    padding-top: 10px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #13527F;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;

    >.col,
    >[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    flex-grow: 1;
}

.propiedadH {
    font-family: 'Playfair Display SC', serif;
    color: #FFFFFF;
    font-weight: bold;
}

.zonaH {
    font-family: 'Playfair Display SC', serif;
    color: #b5af95;
    font-weight: bold;
}

#tablaP img {
    max-height: 100px;
    min-width: 70px;
}

#miniMenu:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: left;
    transition: all 0.5s;
}

#miniMenu.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-danger {
    color: #fff;
    background-color:  rgb(133, 22, 25);
    border-color:rgb(133, 22, 25);
}

#caractH{
    color: rgb(133, 22, 25);
    text-transform: uppercase;
    font-weight: bold;
}

.spDesa {
    border-top: 1px solid #d8d8d8;
    padding-top: .25em;
}

.bg-semilight{
    background-color:#ededed;
}

#gmap{
    height:80vh;
}

#gmap img{
    height:40vh;
}

/*//dropdown*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;

}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}


.trU{
  cursor: pointer;
}


.bg-blue {
    background-color: #13527F !important;
}

.bg-blue .section-heading{
    color: #fff;
}

.bg-blue .my-4 {
    border-color: #868e96;
}

.nav-link .badge{
    font-size: 100%;
}

.nav-link .badge-info{
    background-color: #13527F;
}


.badge-Nuevo {
    color: #fff;
    background-color: #13527F;
}

.badge-SuperLujo {
    color: #fff;
    background-color: #efb810;
    
}

.badge-Preventa {
    color: #fff;
    background-color: #572364;
    
}

.badge-Oportunidad {
    color: #fff;
    background-color: #ff0000;
    
}


.btn-group-fab {
  position: fixed;
  /*width: 50px;
  height: auto;*/
  right: 20px; bottom: 20px;
  border:10px solid rgba(0, 0, 0, 0.55);
  border-radius: .25rem;
 
}

.btn-group-fab .alert-info {
     color: #fff;
    background-color: #13527F;
    border:0 solid transparent !important;
    border-radius: 0rem;
    width: 25em;
    margin-bottom: 0px;
    
}


.btn-group-fab .alert-dismissible{
    padding-right: 20px;
}

.etiquetaProp{
    position: absolute;
    top: 1em;
    right: 1em;

}