#carousel-proveedores .carousel-inner > .item > a > img {
  border-radius: 150% !important;
  width: 140px !important;
  height: 140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 5px !important;
  object-fit: cover;
  border: solid 2px #ddd;
}

#carousel-proveedores .item {
  margin: 0;
}

#carousel-proveedores .carousel-control.left {
  background-image: none !important;
  left: 0 !important;
}

#carousel-proveedores .carousel-control.right {
  background-image: none !important;
  right: 0 !important;
}

#carousel-proveedores .carousel-control {
  color: #fec941 !important;
  width: 0;
}

#carousel-proveedores .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
#carousel-proveedores .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin: 0;
}

#carousel-proveedores .carousel-indicators .active {
  width: 24px !important;
  height: 12px;
  margin: 0;
  background-color: #fec941 !important;
}

#carousel-proveedores .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fec941 !important;
  border-radius: 10px;
}

#carousel-proveedores .carousel-inner {
  background-color: transparent !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #carousel-proveedores {
    margin: 20px 5%;
  }

  #carousel-proveedores .carousel-control.right {
    right: 25px !important;
  }

  #carousel-proveedores .carousel-control.left {
    left: 25px !important;
  }

  .cont-info-modal {
    min-height: 250px;
  }
}

@media screen and (min-width: 768px) {
  #carousel-proveedores .carousel-indicators {
    bottom: -24px;
  }
}

#carousel-proveedores .carousel-indicators {
  bottom: 54px !important;
}

#carousel-proveedores.home {
  margin: 0px 40px;
}

#carousel-proveedores.copropiedad {
  margin: 0px 0px 20px;
}
.carousel-body {
  position: relative;
  top: -30px;
}

.carousel-dir {
  position: absolute;
  top: 319px;
}

.carousel-slide {
  height: auto !important;
  position: inherit;
}

.seccion-botones-proveedores {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  z-index: 6;
}

/*Estilo ficha proveedores en carrusel home*/
.cont-logo-modal {
  width: 100%;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  overflow: hidden; 
}

.cont-logo-modal img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  background-position: center;
  width: auto !important;
}

.cont-info-modal {
  padding: 10px;
  background-color: #eaeaea;
  background-image: url("https://lacomunidad.co/wp-content/uploads/2021/11/fondo-info-modal-prov.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-position-y: -21px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-flow: column wrap;
  text-align: center;
  min-height: 164px;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
}
#carousel-proveedores.copropiedad .cont-info-modal {
  padding: 10px;
  background-color: #eaeaea;
  background-image: url("https://lacomunidad.co/wp-content/uploads/2021/11/fondo-info-modal-prov.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-flow: column wrap;
  text-align: center;
  min-height: 237px;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.cont-info-modal h2 {
  color: #4d4d4d !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
  margin: 10px 0 0 0;
}

#carousel-proveedores.copropiedad .cont-info-modal h2 {
  color: #4d4d4d !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
  margin: 0px 0 0 0;
}

 .cont-info-modal h3 {
  color: #4d4d4d !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  margin: 30px 0 0 0;
}

#carousel-proveedores.copropiedad  .cont-info-modal h3 {
  color: #4d4d4d !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  margin: 30px 0 0 0;
}

.cont-info-modal .btn-modal {
  background: #8625cc;
  display: flex;
  justify-content: center;
  padding: 5px 30px;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 13px auto;
  font-weight: 600;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: fit-content;
}

#carousel-proveedores.copropiedad .cont-info-modal .btn-modal {
  background: #8625cc;
  display: flex;
  justify-content: center;
  padding: 5px 30px;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 20px auto;
  font-weight: 600;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: fit-content;
}

.cont-social-media-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 5px 0 0 0;
}

.cont-social-media-modal ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0px;
}

.cont-social-media-modal ul li .btn {
  border: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
}

.proveedores-aside .titulo-proveedores {
  width: 100%;
  border-radius: 20px 20px 0 0;
  background: #fec941;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px;
}

.proveedores-aside .titulo-proveedores h2 {
  padding: 0;
  margin: 0;
  color: white !important;
  font-weight: bold;
}

/*Inicio estilos boton ver todos ficha home*/
.boton-ver-todos-home{
  position: absolute;
  right: 5px;
}

#carousel-proveedores.home .icono-red-ficha-home{
  width: 30px!important;
  height: 30px;
}

#carousel-proveedores.copropiedad .icono-red-ficha-home{
  width: 35px!important;
  height: 35px;
}
/*Fin estilos boton ver todos ficha home*/

.slide-proveedor {
  width: 85%;
  margin: 0 auto;
}


#carousel-proveedores.copropiedad .slide-proveedor {
  width: 100%;
  margin: 0 auto;
}



#carousel-proveedores.home h3.provServicios {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 88%;
  margin: 25px 11px auto;
}

#carousel-proveedores.home .boton-ver-todos-home {
  display: none;
}

#carousel-proveedores.home h3.provUbicacion {
  margin: 10px;
}

#carousel-proveedores .slick-next:before
{
    content: '\f105' !important;
    font-family: 'FontAwesome' !important;
}

#carousel-proveedores .slick-prev:before {
  content: '\f104' !important;
  font-family: 'FontAwesome' !important;
}

#carousel-proveedores .slick-prev:before, .slick-next:before {  
  font-size: 40px !important;
  line-height: 1;
  opacity: .75;
  color: #FEC941 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#carousel-proveedores .slick-next {
  right: -10px !important;
}

#carousel-proveedores .slick-prev {
  left: -10px !important;
}

#carousel-proveedores.copropiedad .slick-prev {
  left: 1px !important;
  z-index: 99;
  top: 60%;
}

#carousel-proveedores.copropiedad .slick-next {
  right: 1px !important;
  z-index: 99;
  top: 60%;
}

.proveedores-aside .titulo-proveedores h2.nameProv {
  color: #000 !important;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#carousel-proveedores.home .titulo-proveedores {
  width: 100%;
  border-radius: 15px 15px 0 0;
  background: #fec941;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px;
}

.cont-info-modal div:first-child {
  width: 100%;
}