@media screen and (max-width: 1170px) {

  /* header */
  li.nav-item {
    padding: 0 5px;
  }

  a.nav-link {
    font-size: 15px !important;
  }


  /* hero */
  .heroSection h1.section-title {
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 38px;
  }

  .heroSection .underline-heading h1::after {
    bottom: -20px;
    height: 4px;
  }

  .heroSection h2.section-subtitle {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 0;
  }

  .heroSection p.desc b {
    font-size: 20px;
  }

  .heroSection p.desc {
    font-size: 18px;
    line-height: 25px;
  }

  /* 
  .underline-heading {
    max-width: 90%;
  } */

  .heroSection p.desc .title {
    line-height: 28px;
    margin: 15px 0;
  }

  .ForzaSeguros {
    row-gap: 20px;
  }

  .ForzaSeguros h1::after {
    height: 4px;
  }

  .ForzaSeguros h1 {
    font-size: 35px;
  }

  .ForzaSeguros h4 {
    line-height: 28px;
  }
}

.heroSectionMobile {
  display: none;
}

.technoloyFutureMobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .footerUpper {
    background-color: rgb(55, 134, 142) !important;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    color: #ffffff;
    align-items: center;
  }


  .KeyBusinessStrategies .section-title::after {
      bottom: -19px;
  }

  div.whiteBorder h1::after {
    bottom: -27px;
  }

  

  div.ForzaSeguros h1.forza-seguros {
      margin-bottom: 0px !important;
  }

  .position-relative.pb-5.underline-heading {
    padding: 0 !important;
    margin: 0 !important;
  }

  .KeyBusinessStrategies .position-relative.mb-5.pb-2.underline-heading {
    margin: 0 !important;
  }

  .navbar-collapse {
    border-top: .5px solid #e1e1e1;
    margin-top: .5rem;
  }

  .heroSection h2.section-subtitle {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .heroSectionPC {
    display: none;
  }

  .heroSectionMobile {
    display: block;
    background-color: #25383e;
  }

  .heroSectionMobile h1 {
    text-transform: uppercase;
    color: #52b5be;
  }

  .heroSectionMobile h1::after {
    background-color: #52b5be !important;
  }

  .heroSectionMobile h2 {
    color: white;
  }

  .heroSectionMobile {
    display: block;
  }

  .ForzaCorrectorPC {
    display: none;
  }

  .technoloyFuturePC {
    display: none;
  }

  .technoloyFutureMobile {
    display: block;
  }


  .TechnologyLeadership {
    background-image: url("/assets/images/Technology\ IMG\ \(Phone\).png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100v; */
    width: 100%;

    color: #ffffff;
    align-items: center;
  }



  .FutureExpansion {
    background-image: url("/assets/images/Future\ IMG\ \(Phone\)\ \(1\).png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100v; */
    width: 100%;

    color: #ffffff;
    align-items: center;
  }

  div.KeyDifferentiators h1 {
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 44px;
  }

  .KeyBusinessStrategies h1 {
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 44px;
  }

  div.whiteBorder h1::after {
    height: 4px !important;
  }

  .card-test .card-title {
    line-height: 28px;
  }

  .ForzaCorrectorMobile {
    display: block;
  }

  .my-mb-5 {
    margin-bottom: 0px !important;
  }

  .ForzaSeguros .uppercase img {
    width: 100% !important;
  }
  
}

@media screen and (max-width: 1073px) {
   /* header */
   li.nav-item {
    padding: 0 0px;
  }

  a.nav-link {
    font-size: 14px !important;
  }
}


@media screen and (1074px <= width <= 1280px) {
    /* header */
    li.nav-item {
      padding: 0 5px;
    }
  
    a.nav-link {
      font-size: 14px !important;
    }
}
@media screen and (993px <= width <= 1280px) {
  .ForzaCorrectorPC{
   padding-bottom: 50px !important;
  }
}
@media screen and (993px <= width <= 1180px) {
  .positionSetterPC{
   position: relative !important;
   top: 15px !important;
  }
}


@media screen and (320px <= width <= 991px) {
  a.nav-link {
    font-size: 16px !important;
  }

  .KeyDifferentiators {
    background-image: url(./assets/images/key-different-mobile.jpg);
  }

  .CoreServices {
    background-image: url(./assets/images/core-services-mobile.jpg);
    }
}