.icon-inline {
  width: 35%;
  display: inline-flex;
}
.icon-inline-can-hold {
  width: 35%;
  height: 0px;
}

.btn-more-icons-off {
  position: absolute;
  padding-bottom: -25px;
  left: 500px;
}

.fotos_region {
  width: 100%;
  height: 250px;
  display: -webkit-inline-box;
  overflow-wrap: break-word;
}
.fotos-main > img {
  border-radius: 15px 0px 0px 15px;
  height: 250px;
}
.fotos-modal > img {
  border-radius: 5px 5px 5px 5px;
  height: 250px;
}
.fotos-regular {
  height: 125px;
  padding-left: 10px;
  padding-top: 1px;
}

.fotos-regular-row2 {
  height: 125px;
  padding-left: 10px;
  top: 125px;
}
.fotos-regular-row2 > img {
  height: 120px;
}
.fotos-regular > img {
  height: 120px;
}

.fotos-regular-container {
  max-height: 125px;
  display: flex;
  width: 80%;
}
.href-summary {
  width: 120px;
}
.img-summary {
  height: 100px;
  border-radius: 8px;
}
.img-summary:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
