/* :root {
  --varHeightNav: 60px;
  --varColorNav: #9cbed3;
  --varFont: 'Roboto', sans-serif;
} */

.sectionCompanias{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    row-gap: 50px;
 
    padding-top: var(--varHeightNav);
}

.splide_companias{
  background-color: #fff;
    width: 65%;
border: 1px solid;
border-radius: 15px;
margin-bottom: 100px;
 }

.sectionCompanias a{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;

}




 .divTitleCompanias {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
}


.splide__slide img {
    width: 100%;
    height: auto;
  }


  .logoRivadavia,
  .logoBoston,
  .logoExperta,
  .logoLPS,
  .logoSMG,
  .logoMapfre {

      width: 150px;
      height: auto;
      gap: 5px;
      justify-self: center;

    
  }
  ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* IMAGENES DE LAS COMPAÑIAS */
  /*  .logoRivadavia{
     
  }
  .logoBoston{
  }
  .logoSMG{
    
  }
  .logoExperta{
    
  }
  .logoMapfre{
    
  } 
  .logoLPS{
     
  }
   */

