html,
body {
  font-family: 'Helvetica Neue', 'Open Sans Pro', 'Arial', sans-serif; }

.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  border-color: transparent; }

  .navbar-brand {
      display: inline-block;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      /* margin-right: 1rem; */
      margin: 0;
      font-size: 1.25rem;
      line-height: inherit;
      white-space: nowrap;
  }

.btn,
.btn-lg,
.btn-sm,
.form-control,
.form-control-lg,
.form-control-sm {
  font-size: 1rem; }

.form-control-lg,
.btn-lg {
  padding-top: .75rem;
  padding-bottom: .75rem; }

.btn-link.btn-lg {
  font-size: 1.25rem; }

.display-1 {
  font-size: 4.5rem; }

.display-2 {
  font-size: 4rem; }

.display-3 {
  font-size: 3.5rem; }

.display-4 {
  /* font-size: 3rem;
  color: #962016; */
 }

 .display-5 {
    font-size: 2.8rem;
    color: #962016;
}

.titulo-logo {
    font-size: 2rem;
}

.font-weight-bold {
  font-weight: 400; }

.carousel-control-prev,
.carousel-control-next {
  width: 10%; }

.table th,
.table td {
  padding: 0;
  border-top: none; }

.table th {
  padding-bottom: .75rem; }

.table thead th {
  border-bottom: 1px solid #eceeef; }

.replacer-light-fixed-navbar {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.replacer-dark-fixed-navbar {
  background-color: #000; }

@media (max-width: 1200px) {
  .navbar-light.fixed-top {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff; }

  .navbar-dark.fixed-top {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: transparent; } }
.dropdown-toggle:after {
  vertical-align: 0.2em; }

.navbar-brand span {
  display: inline-block;
  min-height: 2rem;
  min-width: 10rem;
  background-repeat: no-repeat;
  background-size: auto 100%; }



.navbar.bg-white {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: 0.25rem 1rem; }

.lead {
  font-size: 1.125rem !important; }

.bg-white {
    background-color: #131212 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.81);
}

/**ESTILOS PROPIOS**/

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.tit-portada {
  font-size: 2.5rem;
  color: aliceblue;
  text-shadow: 0px 5px 6px black;
}

.subtit{
  color: #07cfe7;
text-shadow: -2px 3px 5px black;
}
.cards-sombras {
      box-shadow: 0 20px 25px 0px rgba(0, 0, 0, 0.17);
}


.parallax {


    /* Set a specific height */
    min-height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.parallax-refuerzo {
    /* The image used */



    /* Set a specific height */
    min-height: 80vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}





.btn-guardamuebles {
    color: #ffffff;
    background-color: #217cb3;
    border-color: #217cb3;

}
.btn-guardamuebles:hover {
    color: #ffffff;
    background-color: #0e5682;
    border-color: #0e5682;

}
.btn-info {
    color: #fff;
    background-color: #11c107;
    border-color: #11c107;
}
.btn-info:hover {
    color: #fff;
    background-color: #109608;
    border-color: #109608;
}

.badge-dark {
    color: #fff;
    background-color: #962016;
}

.sombra {
      text-shadow: 5px 5px 9px #000000;
}


/* .fa, .fas {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    color: #962016;
} */


.row-call {
    display: flex;
    flex-wrap: wrap;
}

.btn-llamar {
    color: #fff;
    background-color: #3ac000;
    border-color: #3ac000;
}
.btn-wa {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-mail {
    color: #fff;
    background-color: #ec1b0e;
    border-color: #ec1b0e;
}
.btn-llamar:hover {
    color: #fff;
    background-color: #2f9005;
    border-color: #2f9005;
}
.btn-wa:hover {
    color: #fff;
    background-color: #2f9005;
    border-color: #2f9005;
}
.btn-mail:hover {
    color: #fff;
    background-color: #940d05;
    border-color: #940d05;
}

.call {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: none;
}





/* .mapa {
  width: 100% !important;
  height: 450px !important;
} */



.color-rojo {
  color: #ff2917 !important;
}
















/*# sourceMappingURL=replacer.css.map */
