@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  font-family: "Work Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700; }

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  font-family: "Lexend Deca", sans-serif;
  color: #333;
  font-size: 2.25rem;
  font-weight: 700; }

.subtitulo {
  font-family: "Lexend Deca", sans-serif;
  color: #333;
  font-weight: 500; }

.text-color {
  color: var(--botones) !important; }

.text-12 {
  font-size: 12px !important; }

.text-13 {
  font-size: 13px !important; }

.text-14 {
  font-size: 14px !important; }

.texto {
  color: #666;
  font-weight: 300; }
  .texto .text-tiny {
    font-size: 12px !important; }
  .texto .text-small {
    font-size: 14px !important; }
  .texto .text-big {
    font-size: 20px !important; }
  .texto .text-huge {
    font-size: 28px !important; }
  .texto figure img {
    width: 100%; }
  .texto figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em; }

.bg-claro {
  background-color: #F7F7F7; }

.icono {
  font-size: 20px;
  line-height: 20px; }

.icono-lg {
  font-size: 23px;
  line-height: 23px; }

.btn-sm, .btn-color, .btn-outline-blanco, .btn-outline-color, .btn-color2 {
  border-radius: 10px; }

.btn-sm {
  font-size: 12px !important;
  line-height: 12px; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff;
  padding: .5rem 20px; }
  .btn-color:is(:hover,:focus) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important;
    color: #fff; }

.btn-outline-blanco {
  background-color: transparent;
  color: #fff;
  padding: .5rem 20px;
  border-color: #fff; }
  .btn-outline-blanco:is(:hover,:focus) {
    background-color: #fff !important;
    color: #222 !important; }

.btn-outline-color {
  border-color: var(--botones);
  color: var(--botones); }
  .btn-outline-color:is(:hover,:focus,:active) {
    background-color: var(--botones);
    color: #fff; }

.btn-color2 {
  background-color: var(--botones-hover);
  color: #fff;
  padding: .5rem 20px; }
  .btn-color2:is(:hover,:focus,:active) {
    background-color: var(--botones);
    color: #fff; }

.btn-carro {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: all .3s ease-in-out; }
  .btn-carro .icono {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--botones);
    color: #fff;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .15s ease; }
  .btn-carro:is(:hover,:focus) .icono {
    background-color: var(--botones) !important;
    color: #fff !important; }
  .btn-carro .badge {
    position: absolute;
    top: -2px;
    right: -9px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-weight: 400;
    font-size: 10px;
    background-color: var(--botones-hover);
    padding: 0;
    color: #fff; }

.wsp {
  font-size: 11px;
  font-weight: 400;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 1px;
  padding: 3px 7px;
  letter-spacing: 0;
  text-transform: none; }

.whatsapp {
  position: fixed;
  z-index: 9999 !important;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  padding: 8px 8px 8px 10px;
  animation: 1s infinite alternate shimmy;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center; }
  .whatsapp i {
    font-size: 42px;
    color: #fff; }

@keyframes shimmy {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(5px, 5px); } }
.accordion .accordion-item .accordion-header .link-categorias {
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  text-decoration: none;
  color: #212529; }

.form-control, .form-select {
  border-radius: 0; }

header .carousel-inner .carousel-item {
  height: 100vh;
  min-height: 400px;
  max-height: 1000px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #B6B6B6;
  background-blend-mode: multiply; }
  header .carousel-inner .carousel-item .gradiente {
    background: linear-gradient(to right, var(--botones), 50%, rgba(150, 25, 20, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: soft-light; }
  header .carousel-inner .carousel-item .carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-35%); }
    header .carousel-inner .carousel-item .carousel-caption .titulo-slide {
      font-weight: 700; }
      @media screen and (min-width: 0px) {
        header .carousel-inner .carousel-item .carousel-caption .titulo-slide {
          font-size: 28px;
          line-height: 28px; } }
      @media screen and (min-width: 768px) {
        header .carousel-inner .carousel-item .carousel-caption .titulo-slide {
          font-size: 45px;
          line-height: 45px; } }
      @media screen and (min-width: 992px) {
        header .carousel-inner .carousel-item .carousel-caption .titulo-slide {
          font-size: 55px;
          line-height: 55px; } }
      header .carousel-inner .carousel-item .carousel-caption .titulo-slide .script {
        margin-bottom: 0;
        font-weight: 400 !important; }
        @media screen and (min-width: 0px) {
          header .carousel-inner .carousel-item .carousel-caption .titulo-slide .script {
            font-size: 30px;
            line-height: 60px; } }
        @media screen and (min-width: 768px) {
          header .carousel-inner .carousel-item .carousel-caption .titulo-slide .script {
            font-size: 38px;
            line-height: 68px; } }
header [class^='carousel-control-'] {
  width: 7%; }
header .carousel-indicators button {
  height: 15px !important;
  width: 15px !important;
  border-radius: 50% !important;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

header.banner-seccion {
  position: relative;
  height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #B6B6B6;
  background-blend-mode: multiply; }
  header.banner-seccion .gradiente {
    background: linear-gradient(to right, var(--botones), 50%, rgba(150, 25, 20, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: soft-light; }
  header.banner-seccion.dashboard {
    height: 120px; }
  header.banner-seccion .titulo-slide {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 0px) {
      header.banner-seccion .titulo-slide {
        font-size: 28px;
        line-height: 28px; } }
    @media screen and (min-width: 768px) {
      header.banner-seccion .titulo-slide {
        font-size: 45px;
        line-height: 45px; } }
    @media screen and (min-width: 992px) {
      header.banner-seccion .titulo-slide {
        font-size: 50px;
        line-height: 50px; } }

/*Modal buscar*/
#buscardor.modal .modal-dialog {
  max-width: 100%;
  width: 100%; }
  #buscardor.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
    #buscardor.modal .modal-dialog .modal-content .modal-body .input-group span.input-group-text {
      border-radius: 0;
      background-color: transparent;
      border: 0; }
    #buscardor.modal .modal-dialog .modal-content .modal-body .input-group .form-control {
      border-radius: 0;
      border: 0;
      border-bottom: 1.5px solid #666;
      background-color: transparent; }
      #buscardor.modal .modal-dialog .modal-content .modal-body .input-group .form-control:is(:focus) {
        box-shadow: none;
        border-color: #ff9800; }
    #buscardor.modal .modal-dialog .modal-content .modal-body #results {
      width: 230px;
      max-height: 300px;
      text-align: left;
      list-style: none;
      padding: 5px 15px;
      overflow-y: auto;
      background-color: #fff;
      border-radius: 10px;
      position: absolute;
      z-index: 99; }
      #buscardor.modal .modal-dialog .modal-content .modal-body #results a {
        text-decoration: none;
        font-size: 14px;
        color: #666; }
        #buscardor.modal .modal-dialog .modal-content .modal-body #results a:hover {
          color: var(--botones); }
    #buscardor.modal .modal-dialog .modal-content .modal-body button.close {
      height: 40px !important;
      width: 40px;
      border-radius: 50%;
      opacity: 1;
      text-shadow: none;
      color: #000;
      padding: 0;
      transition: all .2s ease; }
      #buscardor.modal .modal-dialog .modal-content .modal-body button.close:hover {
        background-color: #222;
        color: #fff;
        transition: all .2s ease; }
      #buscardor.modal .modal-dialog .modal-content .modal-body button.close:focus {
        outline: none;
        box-shadow: none; }

.buscador #buscar2 {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  padding: .4rem .7rem;
  font-size: 13px;
  color: #666;
  min-width: 200px; }
  .buscador #buscar2::placeholder {
    font-size: 13px;
    color: #666; }
  .buscador #buscar2 + button.btn-link {
    color: #777; }
.buscador .cont-resultados {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0; }
  .buscador .cont-resultados #results2 {
    width: 100%;
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99; }
    .buscador .cont-resultados #results2 a {
      text-decoration: none;
      font-size: 14px;
      color: #666; }
      .buscador .cont-resultados #results2 a:is(:hover) {
        color: #000; }

.alerta .alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 25px 15px;
  border: none;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.suscribir {
  background-color: #FAFAFA; }
  .suscribir .form-control {
    border: 0;
    color: #666;
    padding: .4rem .7rem;
    border-bottom: 1px solid #666;
    background-color: transparent; }

.pagination {
  justify-content: flex-end; }
  .pagination .page-item .page-link {
    color: #666; }
  .pagination .page-item.active .page-link {
    background-color: var(--botones);
    border-color: var(--botones);
    color: #fff; }

.topbar {
  background-color: var(--topbar-footer);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300; }

#navbar .header-menu {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 20px; }
  #navbar .header-menu .navbar-brand img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  #navbar .header-menu .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    text-align: center;
    padding: .6rem 1rem .5rem; }
    #navbar .header-menu .navbar-nav .nav-item .nav-link:is(:hover,.active) {
      color: var(--botones); }
  #navbar .header-menu .btn-link {
    text-decoration: none;
    color: #777; }
    #navbar .header-menu .btn-link:is(:hover,:focus) {
      color: #222 !important; }
#navbar.navbar-shrink .header-menu {
  background-color: #fff; }
  #navbar.navbar-shrink .header-menu .navbar-brand img {
    width: 160px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.cont-indicadores {
  background-color: var(--bar-footer) !important; }
  .cont-indicadores .indicadores .row [class^='col-'] {
    border-left: 1px solid var(--botones); }

footer {
  border-top: 6px solid var(--botones-hover);
  background-color: #fff; }
  footer ul {
    color: #666; }
  footer .rrss-foot {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .3rem; }
    footer .rrss-foot a {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: var(--topbar-footer);
      color: #fff;
      text-decoration: none;
      transition: all .2s ease-in; }
      footer .rrss-foot a:hover {
        background-color: var(--bar-footer); }
  footer .down-foot {
    border-top: 1px solid #D9D9D9;
    font-size: 14px; }

#categorias figure {
  position: relative;
  transition: all .3s ease-in-out;
  border-radius: 30px;
  overflow: hidden; }
  #categorias figure:hover {
    background-color: #e4e4e4; }
  #categorias figure img {
    width: 100%;
    aspect-ratio: .8;
    object-fit: cover; }
  #categorias figure .sobre-categoria {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), 30%, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; }
    #categorias figure .sobre-categoria .titulo-categoria {
      font-family: "Lexend Deca", sans-serif;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      font-weight: 600;
      font-size: 20px; }
    #categorias figure .sobre-categoria a {
      transition: all .3s ease;
      margin-top: 1rem;
      opacity: 0;
      color: var(--botones-hover);
      text-decoration: none; }
  #categorias figure:hover .sobre-categoria a {
    margin-top: .5rem;
    opacity: 1; }
#categorias .owl-nav {
  display: block !important;
  margin-top: 0.5rem;
  position: relative; }
  #categorias .owl-nav button.owl-next {
    float: right; }
  #categorias .owl-nav button span {
    height: 26px;
    width: 26px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(150, 25, 20, 0.5);
    transition: all .2s ease-in-out; }
    #categorias .owl-nav button span:hover {
      color: #961914; }
#categorias .owl-dots {
  /* text-align: center; */
  top: -24px;
  position: relative;
  width: fit-content;
  margin: auto; }
  #categorias .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: rgba(150, 25, 20, 0.1);
    margin-inline: .2rem; }
    #categorias .owl-dots .owl-dot.active {
      background-color: var(--botones); }

#reviews .owl-stage {
  margin: 0 auto; }
#reviews .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem auto 0 auto; }
  #reviews .owl-dots button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #e3e3e3 !important;
    margin: 0 3px; }
    #reviews .owl-dots button.active {
      background-color: var(--botones) !important; }
#reviews .review .foto img {
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover; }

#clientes .owl-item figure img {
  width: 175px !important;
  opacity: .6;
  transition: all .3s ease; }
#clientes .owl-item figure:is(:hover) img {
  opacity: 1; }
#clientes .owl-dots {
  text-align: center; }
  #clientes .owl-dots button.owl-dot {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #d7d7d7 !important;
    margin: 5px 3px; }
    #clientes .owl-dots button.owl-dot.active {
      background-color: var(--botones) !important; }

.precio-oferta {
  font-size: .8rem;
  line-height: .8rem;
  text-decoration: line-through;
  letter-spacing: 1px;
  font-weight: 300; }

.productos .card {
  background-color: transparent; }
  .productos .card figure img {
    aspect-ratio: 1.3;
    width: 100%;
    object-fit: cover;
    transition: all .2s ease-in-out;
    border-radius: 20px; }
  .productos .card figure .oferta {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    background-color: #FF0000;
    color: #fff;
    font-weight: 600;
    border-radius: 25px; }
  .productos .card:hover figure img {
    opacity: .7; }
  .productos .card .card-body .desde {
    font-size: 10px;
    line-height: 9px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0; }
  .productos .card .card-body .precio-producto {
    float: right;
    text-align: right; }
    .productos .card .card-body .precio-producto .precio {
      font-weight: 700;
      font-size: 1rem; }
    .productos .card .card-body .precio-producto .precio-oferta {
      font-size: .7rem;
      line-height: .7rem;
      text-decoration: line-through;
      letter-spacing: 1px;
      font-weight: 300; }
  .productos .card .card-body .titulo-producto {
    font-weight: 700; }
  .productos .card .card-footer {
    background-color: transparent; }
    .productos .card .card-footer .desde {
      font-size: 10px;
      line-height: 9px;
      font-weight: 400;
      color: #666;
      margin-bottom: 0; }

.cant-personas {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  gap: .5rem; }
  .cant-personas label {
    border-radius: 25px;
    font-size: 14px;
    line-height: 14px;
    padding: .5rem .7rem;
    border: 1px solid #e3e3e3; }

.quantity {
  position: relative; }
  .quantity input {
    width: 85%;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border: 1px solid #eee; }
    .quantity input:is(:focus) {
      outline: 0; }
    .quantity input[type=number] {
      -moz-appearance: textfield;
      appearance: textfield; }
      .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px; }
    .quantity .quantity-nav .quantity-button {
      position: relative;
      cursor: pointer;
      border-left: 1px solid #eee;
      width: 20px;
      text-align: center;
      color: #333;
      font-size: 13px;
      font-family: "Trebuchet MS", Helvetica, sans-serif !important;
      line-height: 1.7;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
      .quantity .quantity-nav .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee; }
      .quantity .quantity-nav .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%; }

.select-color {
  width: 40px;
  height: 40px;
  margin-right: .3rem;
  margin-bottom: .4rem;
  position: relative;
  padding: 0; }
  .select-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0; }
  .select-color .cont-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background-color: #fff; }
    .select-color .cont-color .color {
      height: 100%;
      width: 100%; }
  .select-color:hover input ~ label .cont-color {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    cursor: pointer; }
  .select-color:hover input:checked ~ label .cont-color {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25); }

.select-tallas {
  width: 45px;
  min-height: 32px;
  margin-right: .3rem;
  margin-bottom: .4rem;
  position: relative;
  padding: 0; }
  .select-tallas input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0; }
  .select-tallas .cont-talla {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0px;
    width: 45px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background-color: #fff; }
  .select-tallas :hover input ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    cursor: pointer; }
  .select-tallas :hover:checked ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25); }

.servicios .card {
  border-radius: 30px;
  overflow: hidden; }
  .servicios .card img {
    aspect-ratio: 1.3;
    object-fit: cover; }
  .servicios .card .card-body .servicio-titulo {
    font-family: "Lexend Deca", sans-serif;
    font-size: 22px;
    font-weight: 700; }
  .servicios .card .card-footer {
    background-color: #fff;
    padding: 1rem;
    border: none; }

.filtro-prop .form-select {
  background-color: transparent;
  border-radius: 0;
  border-color: #666;
  color: #666;
  font-size: 13px;
  padding: .8rem .8rem;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .filtro-prop .form-select option {
    color: #666;
    font-size: 14px;
    text-transform: capitalize !important; }
.filtro-prop form .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border-radius: 0;
  border-color: #666;
  color: #666;
  font-size: 13px;
  padding: .8rem .8rem;
  text-transform: uppercase;
  letter-spacing: 1px; }
.filtro-prop form .bootstrap-select .dropdown-menu li a {
  color: #666;
  font-size: 14px;
  text-transform: capitalize !important; }

.galerias figure {
  border-radius: 1rem;
  overflow: hidden; }
  .galerias figure img {
    aspect-ratio: .8;
    object-fit: cover;
    width: 100%;
    transition: all .2s ease-in; }
  .galerias figure:is(:hover) img {
    opacity: .6; }
.galerias .sobre-texto {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), 10%, rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff; }
  .galerias .sobre-texto h5 {
    letter-spacing: 1.5px; }

.galerias-img ul li a img {
  aspect-ratio: .9;
  width: 100%;
  object-fit: cover; }

#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  border: none;
  box-shadow: none; }
#preguntas.accordion-flush .accordion-item .accordion-header:not(.collapsed) {
  color: var(--botones-hover);
  background-color: #f6f6f6; }

.list-noti img {
  aspect-ratio: 1.3;
  object-fit: cover; }

.icono-contacto {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--botones);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.mapa iframe {
  width: 100%; }

.menu-user .nav-link {
  background-color: #f6f6f6;
  color: #777;
  margin-bottom: .5rem;
  font-size: 15px; }
  .menu-user .nav-link i {
    margin-right: .5rem; }
  .menu-user .nav-link:hover {
    color: #000; }
  .menu-user .nav-link.active {
    color: #000;
    font-weight: 500; }
