main {
min-height: 100px !important;
}
/*headerMain*/
.MaskFondo {
background-image: linear-gradient(to bottom, #000000, #cf1f2d);
background-position: center;
background-size: cover;
}
.Mask {
min-height: 126px;
}
.Header-text {
height: 44px;
font-size: 23px;
font-weight: 500;
font-style: italic;
font-stretch: normal;
line-height: 1.26;
letter-spacing: 0.6px;
text-align: center;
color: #ffffff;
}

/*GRID clientes*/



.clientes .inferiorCard-slider-container{
margin-top: -35px;
}
.clientes .superiorCard-slider{
z-index: 10;
border-radius: 4px;
width: 100%;
height: auto; 
box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.16);
  padding-top: 30px !important;
  padding-bottom: 30px !important;

  padding-left:10px !important;
  padding-right:10px !important;
}
.clientes .inferiorCard-slider{
width: 90%;
/* height: 133px;*/
margin: auto;
padding-top: 35px;
border-radius: 4px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fbfbfb;
  border: solid 1.5px #ffffff;
/*position: relative;
top: -40px;*/
}
.clientes .inferiorCard-slider strong{
font-size: 16px;
font-weight: 500;
letter-spacing: 0.7px;
text-align: left;
color: #0a213f;
}
.clientes .inferiorCard-slider small{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: rgba(10, 33, 63, 0.4);
}
.h-40px{
      height: 40px;
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.paddingCliente-logo{
  /**/
  display: block;
  margin: auto;
  max-height: 165px !important;
    padding-bottom: 20px;
    padding-top: 20px;
}
/*-------------------------MEDIA QUERYS-----------------------*/
/*LG -LARGO */
@media (max-width: 1200px){
}
/*MD - MEDIANO*/
@media (max-width: 992px){

}
/*SM - PEQUEÑO*/
@media (max-width: 768px){
}
/*XS - EXTRA PEQUEÑO*/
@media (max-width: 576px){
}