#customers-card * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

#customers-card a.enlace {
    color: #5584eb;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #5584eb;
    border-radius: 7px;
    display: flex;
  align-items: center;
    line-height: 20px;
    text-align: center;
    transition: all .4s ease-out;
}

#customers-card a.enlace:hover{
  background-color: #E8F8FF;}

.swiper-pagination {
  display: none;}

.swiper-pagination-bullet {
    background-color: transparent !important;
    border: 1px solid #12d67d;
    opacity: 1;
    width: 12px !important;
    height: 12px !important;
    margin: 4px !important;
}


.swiper-pagination-bullet-active {

    background-color: #12D67D !important;
}



#customers-card .customer-card_content{
  max-width: 1280px;
  margin: auto;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
}

#customers-card .customers-card_group, #customers-card .customers-card_group .card-logo, #customers-card .customers-card_group .industria_item,#customers-card .customers-card_group .industria_container, #customers-card .customers-card_group .solutions {
  
display: flex;
}


#customers-card .customers-card_group{
  
margin: auto;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding: 30px;
gap: 15px;
width:100%;
min-height: 484px;
max-height: 730px;
background: #FFFFFF;
border: 1px solid *rgba(255, 255, 255, 0.1);
border-radius: 10px;
  }

#customers-card .card-logo img {
    width: auto;
    height: 50px !important;
}

#customers-card .customers-card_group .card-logo{
  flex-direction: column;
  align-items: flex-start;
  min-width: 131.5px;
  max-width: 250px;
  max-height: 100px;
  margin-bottom: 10px;
}
#customers-card .customers-card_group h3{
  font-weight: 600;
  font-size: 20px;
}

#customers-card .customers-card_group .customer_description span {
line-height: 20px;}

#customers-card .customers-card_group .industria_item{
flex-direction: row;
align-items: center;
gap: 5px;
  margin-bottom: 10px;
height: 30px;
}


#customers-card .customers-card_group .industria_icon{
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

#customers-card .customers-card_group .industria_container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 562.5px;
  margin-top: 10px;

}


#customers-card .customers-card_group .solutions_container{
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(auto-fill, minmax(161px, 1fr));
   margin-top: 10px;
}


#customers-card .customers-card_group .solutions{
display: flex;
flex-direction: row;
align-items: center;
gap: 15px;
width: 188px;
height: 70px;
  
}

#customers-card .customers-card_group .solutions span.title{
  width: 125px;
font-weight: 500;
font-size: 14px;
}

#customers-card .customers-card_group .solutionscard-img{
    width: 50px;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
}

#customers-card .customers-card_group .solutionscard-img img{
    width: 30px;
    
}
@media only screen and (min-width: 1230px){
  #customers-card .swiper-slide{
    width: 100% !important;}
}
  

@media screen and (max-width: 1229px)
{
  #customers-card .customers-card_group {
    min-height: 538px;
}
  #customers-card .customer-card_content {
    display: flex;
    gap: 0;
}
  
  #customers-card .customers-card_group .industria_container {
    display: grid;
    width: 365.5px;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}


.truora-customers{
  margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  padding-bottom: 55px;
}
  
  .swiper-pagination {
  display: block;}

}
@media screen and (max-width: 977px){
  #customers-card .customers-card_group .solutions_container {
    grid-template-columns: repeat(auto-fill,minmax(151px,1fr));
}
  
  #customers-card .customers-card_group {
    min-height: 559px;
}
}

}
@media screen and (max-width: 460px){
  #customers-card .customers-card_group {
    min-height: 609px;
}
  
  #customers-card .customers-card_group {
    max-height: 730px;
  }
  
  #customers-card .customers-card_group .solutions_container{
    gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));}
  
  #customers-card .customers-card_group .solutionscard-img {
    min-height: 50px;
    width: 50px;
}
  #customers-card .customers-card_group .solutionscard-img img {
    width: 30px;
}
#customers-card .customers-card_group .solutions {
    width: 203px;
}

}

@media screen and (max-width: 413px){
#customers-card .customers-card_group {
    min-height:  730px;
}
  
  #customers-card .customers-card_group .industria_container {
    grid-template-columns: repeat(auto-fill,minmax(178px,1fr));
}


  
  #customers-card .customers-card_group .solutions_container {
    gap: 0;
    grid-template-columns: repeat(auto-fill,minmax(222px,1fr));
}
  
}