.services-title {
    color: black !important;
    padding: 0.5em;
    font-size: 2.2em !important;
    font-weight: 600;
    background-image: url("../../../../../storage/img/background/background-services.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .services-icon{
    display: flex !important;
    justify-content: center !important;
    align-items: start !important;
    color: rgb(150, 150, 150) !important;
    color: rgb(150,150,150) !important;
    margin: 0 !important;
    transition: color 1s;
    position:relative;
    top: 0;
  }
  
  .square-item:hover .services-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    margin: 0 !important;
  }

  .services-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: max-content;
    padding: 0.2em;
    background-image: linear-gradient(to bottom, #e9e6e6, #d0cece);
  }

  .square-link {
    display: flex;
    flex-direction: column;

  }
  
  .square-item {
    /*
    background-image: linear-gradient(to right, #11305D, #113082);
    */
    background-color: aliceblue !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #FAFAFA;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0.4em;
    clip-path: square(8rem);
    width: 7.5rem;
    height: 7.5rem;
    margin: 0.5rem;
    padding-left: 1em !important;
    padding-right: 1em !important;
    justify-content: center;
    text-align: center;
    font-size: 0.8em !important;
    box-shadow: 0px 0px 2px #C8C8C8;
    color: rgb(150,150,150);
    color: rgb(150, 150, 150);
    font-weight: 600;
    transition: box-shadow 0.5s, border 3s, color 1s, background-image 3s, width 1s, height 1s;
    
  }
  
  .square-item:hover {
    box-shadow: 0px 0px 6px grey;
    color: white;
    background-image: linear-gradient(to left, #0080C6, #00B4E3);
    height: 8.0rem;
    width: 8.0rem;
  }
  
  .subtitle-square {
    color: black;
  }

  @media (min-width: 576px) {
    .img-slide-news {
      height: 102vh !important;
      width: 100% !important;
      margin: auto !important;
    }
  
    .slider-box {
      display: none !important;
    }
  
    .slider {
      display: none !important;
    }
  
    .section-services {
      padding: 0;
    }
  
    .disclaimer-slide {
      display: none !important;
    }
  
  }
  
  .slide-horizontal-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 2px solid #DEE4E8;
    border-radius: 0.4em;
    clip-path: square(8rem);
    min-width: 8rem;
    min-height: 8rem;
    margin: 0.5rem;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 0px 10px #C8C8C8;
    color: rgb(150,150,150);
    font-weight: 600;
    transition: box-shadow 0.5s, border 3s, color 1s, background-image 3s, min-width 1s, min-height 1s;
  }
  
  .slide-horizontal-item:hover {
    box-shadow: 0px 0px 5px grey;
    color: white;
    background-image: linear-gradient(to left, #0080C6, #00B4E3);
    min-height: 9rem !important;
    min-width: 9rem !important;
  }

  @media (max-width: 575px) {
    #slide-box {
      width: 100%;
      background-color: white;
      margin-bottom: 1em !important;
      padding: 0 !important;
    }
  
    .img-slide-news {
      width: 100% !important;
      height: auto !important;
      margin: auto !important;
    }
  
    .section-services {
      padding: 0;
      display: none !important;
    }
  
    .disclaimer-slide {
      border-bottom: orangered 2px solid;
      display: flex !important;
      justify-content: center;
      margin: auto !important;
      background-image: linear-gradient(to right, #0081C5, #00B4E3);
      color: white;
      padding: 0.1em;
      font-family: "Oswald", serif !important;
    }
  
    .slider-box {
      width: 100%;
      background-color: white !important;
      visibility: visible !important;
      display: flex !important;
      flex-direction: row;
      padding: 0 !important;
      -ms-overflow-style: none !important; /*IE*/
      scrollbar-width: none !important; /*Chrome*/
    }
  
    .slider {
      overflow-x: scroll;
      width: auto;
      height: auto !important;
      background-color: white !important;
      display: flex !important;
      flex-direction: row;
      -ms-overflow-style: none !important; /*IE*/
      scrollbar-width: none !important; /*Chrome*/
    }
  
    #footer-general-box {
      display: flex;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center;
      padding: 2em !important;
      margin: 0 !important;
    }
  
    #footer-col-left>ul {
      display: flex;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center;
      padding: 0px !important;
      margin: 0 !important;
      margin-bottom: 1em !important;
    }
  
    #footer-col-center>ul {
      display: flex;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center;
      padding: 0px !important;
      margin: 0 !important;
      margin-bottom: 1em !important;
    }
  
    #footer-col-right>ul {
      display: flex;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center;
      padding: 0px !important;
      margin: 0 !important;
      margin-bottom: 1em !important;
    }
  
    #footer-credits {
      display: flex;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding: 0.5em !important;
      margin: 0 !important;
    }
  
  }