

/* Personalización colores fondo */

  .bg-light2 {
    background-color: #efefef !important;
  }

  .bg-green-lines {
    background: linear-gradient(40deg, #89ae37 35%, #91b93a 35%, #91b93a 50%, #98c23d 50%);
  }

  .bg-med-green {
    background: linear-gradient(90deg, #f0f0f0 75%, #98c23d 75%);
  }
  @media (max-width: 992px) {
    .bg-med-green {
      background: linear-gradient(170deg, #f0f0f0 75%, #98c23d 75%);
    }
  }

  /* Oscurecimiento de la capa overlay de banner en Mobile */
  @media (max-width: 992px) {
    .gradient-x-overlay-sm-navy::before {
      background-image: linear-gradient(to right, rgba(33, 50, 91, 0.5) 0%, rgba(30, 32, 34, 0.6) 100%);
      background-repeat: repeat-x;
    }
  }


/* Personalización botones */

  .scale-hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

/* Personalización hero */
  .img-hero-overlay {
    background: rgba(70,70,70,0.5);
  }

/* Otros */
.shadow-xl {
  box-shadow: 0px 0.375rem 1.5rem 0px rgba(0, 0, 0, 0.15) !important;
}

.bancoestado-width-query{
  max-width: 350px;
}

@media (max-width: 575.98px) {
  .bancoestado-width-query{
    width: 80%!important;
    max-width: 300px!important;
  }
}


.bg-circulo-mediclic {
  background-image: none;
}

@media (min-width: 768px) {
  .bg-circulo-mediclic {
    background-image: url(../../assets/img/farmex/fondo-circulo.png); background-position:right 50%; background-repeat:no-repeat; background-size:contain;
  }
}

.bg-lines-farmex{
  background: linear-gradient(0deg,#fff 3%,#DADADA 3%,#DADADA 15%,#D01111 15%);

}

@media (min-width: 768px) {
  .bg-lines-farmex {
    background: linear-gradient(-120deg,#fff 25%,#DADADA 25.2%,#DADADA 30%,#D01111 30.2%)
  }
}



/* Resposive */

@media (max-width: 991.98px) {

  .max-w-mobile-40rem {
    max-width: 30rem;
  }

  .banner-card {
    max-width: 700px;
  }

  @media (max-width: 576px) {
    .max-w-mobile-40rem {
      max-width: 19.5rem;
    }
