h1 {
  font-size: 1rem;
}

a {
  font-weight: bold;
}

footer {
  background-color: #121212;
}

ul.no-bullets {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 15px 0 0 0;
  /* Remove margins */
}

p.links {
  margin-bottom: 0px;
}

.modal-body.container-fluid.container-carousel {
  padding-left: 1px;
  padding-right: 1px;
}

.container-fluid.my-5.principal {
  margin-top: 16px !important;
  margin-bottom: 12px !important;
}

.col-carousel {
  padding: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 75px;
  width: 50px;
}

li {
  text-align: center;
}

img.img-fluid {
  max-height: 600px;
}

@media(min-width: 992px) {
  .carousel-item>img {
    height: 40rem;
    margin: 0 auto;
  }
}

@media(max-width: 575px) {
  header {
    text-align: center;
  }

  .logo {
    height: 200px;
    min-width: 200px;
  }
}

@media(max-width: 442px) {
  .br {
    display: none;
  }
}

@media(max-width: 390px) {
  * {
    font-size: 15px;
  }

  li {
    font-size: 13px;
  }

  .col-list {
    padding-right: 0px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 50px;
    width: 25px;
  }
}

.modal-body {
  overflow-y: auto;
}

.img-modal {
  max-height: 100vh;
}

.img-responsive {
  max-height: 100vh;
  margin: -113px 0;
  padding: 113px 0;
}



.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  border: #121212;
}

.carousel {
  margin: 0 auto;
}

.carousel-inner>.item>img {
  margin: 0 auto;
}

.carousel-indicators {
  margin-bottom: -16px;
}

.carousel-indicators button {
  width: 5px !important;
  height: 5px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background-color: rgba(255, 239, 239, 0.80) !important;
  box-shadow: 0 0 0 .2rem rgba(0,0,0,1) !important;
}

.row-footer{
  margin-left: 5px;
  margin-right: 5px;
}

.container-footer.container-reseñas {
  padding: 10px 0px 10px 10px;
  margin-top: 5px !important;
}


.footer-reseñas{
  margin-bottom: 5px;
}

.btn-close {
  position: absolute;
  right: 15px;
}

.bi.bi-instagram {
  width: 32px;
  height: 32px;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  border-radius: 25%;

}

.col-svg {
  margin: 5px;
}