.carousel {
  width: 100%;
  height: 195px;
  overflow: hidden;
  position: relative;
  margin: 50px auto; }

  #carousel-home{
    margin: 0px auto;
    padding:0px;
    height: 440px;
    margin-bottom: 30px;
  }
.carousel:hover{
  cursor: pointer;
}
  .carousel .inner {
    display: flex;
    position: absolute;
    width: 100%; }
  .carousel .next::after, .carousel .prev::after {
    content: url(../images/icons/next_arrow.png);
    position: absolute;
    top: 50%;
    right: 0;
    color: #B8B8B8;
    font-size: 5rem;
    width: 1em;
    height: 1.5em;
    transform: translateY(-50%);
     }
  .carousel .prev::after {
    content: url(../images/icons/back_arrow.png);
    left: 0;
     }
  .carousel .next:hover::after, .carousel .prev:hover::after {
    opacity: 0.5; }
  .carousel_slot {
    position: relative;
    text-align: center;
    color: white; }
    .carousel_slot img {
      width: 100%;
    }
    .carousel_slot div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .carousel_slot h1 {
      font-size: 3em;
      margin-bottom: 0; }
    .carousel_slot p {
      font-size: 1.5em;
      margin-top: 0; }

.tabs {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px; }
  .tabs .tab {
    margin: 2.5px;
    background-color: #B8B8B8;
    width: 50px;
    height: 10px;
    display: inline-block;
    opacity: 0.25;
    transition: opacity 0.1s linear;
    cursor: pointer; }
    .tabs .tab:hover {
      background-color: #212F38;
      opacity: 0.5; }
    .tabs .tab.active {
      background-color: #212F38;
      opacity: 1; }
.ancho100 {
  width: 100%;
}

@media (min-width: 800px) {
  .carousel {
      height: 390px;
  }
}
.custom-address-container {
  display: grid; grid-template-columns: 15px 170px;grid-gap: 10px;
}

.custom-address-link {
  cursor: pointer;
}

#title-banners-bottom{
    text-align: center;
}

#title-banners-bottom label{
  font-size: 24px;
    font-weight: lighter;
    color: #212424;
    margin: 0;
    text-align: center;
    margin-left: 35px;
}
.value-propasal{
	text-align: initial;
    margin-left: 120px;
    font-size: 15px;
}


.value-propasal-c{
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}

.value-propasal-txt{
  margin-bottom: 15px;
}