.page-content {
  width: 100%;
  transition: height 0.2s cubic-bezier(0.35,0.51,0.5,0.73);
  padding-top: 0 !important;
}

#about {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#about video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  object-fit: cover;
  object-position: top center;
  user-select: none;
  pointer-events: none;
}

#about .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #FFFFFF;
}

.txt-banner{
  font-size: 1.5em;
}

.logoAbout{
  width: 90px;
}

.img-vision{
  border-radius: 30px;
}

.separator {
  width: 100px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
}

.blancoynegro{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.logobn{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #FFFFFF;
}

.img_benefits{
  border-radius: 30px;
  min-height: 470px;
  height: 470px;
  object-fit: cover;
}

.ui\:slide {
  transition: all 0.2s linear;
  scroll-snap-type: x mandatory;
  overflow: auto;
  user-select: none;
  padding: 0!important;
  scroll-behavior: smooth;
}

.ui\:slide::-webkit-scrollbar {
  -webkit-appearance: none;
  }

.ui\:slide::-webkit-scrollbar-button:increment,.ui\:slide::-webkit-scrollbar-button {
  display: block;
}

.ui\:slide::-webkit-scrollbar:horizontal {
  margin-top: 2px;
  height: 7px;
}

.ui\:slide::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 1px solid #f1f2f3;
}

.ui\:slide::-webkit-scrollbar-track {
  background: whitesmoke;
  display: block !important;
}


::-webkit-scrollbar {
  display: block !important;
}

/*mobile*/
@media screen and (min-width: 12.5rem){
  .aboutInfo{
    background-color: #FFFFFF;
    color: #000000;
  }
  .divAboutUs{
    background-color: #FFFFFF;
  }
  .spAbout{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .map{
    height: 257px;
  }
  .locationJrz{
    position: absolute;
    width: 40px;
    transform: translate(-53px, -130px);
  }
  .locationCDMX{
    position: absolute;
    width: 40px;
    transform: translate(35px, 62px);
  }
  .locationPaso{
    position: absolute;
    width: 40px;
    transform: translate(-76px, 46px);
  }
  .order-1-m{
    order: 1;
  }

  .order-2-m{
    order: 2;
  }

  .img_benefits {
    border-radius: 30px;
    min-height: 400px;
    height: 400px;
    object-fit: cover;
  }
  .ui\:slide .slide__item {
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-rows: 470px 150px;*/
    scroll-snap-align: start;
    min-width: 70%;
    width: 70%;
    margin-bottom: 1rem;
  }
  .img-m{
    display: block;
  }
  .img-d{
    display: none;
  }
  .osgo-logo {
    width: 250px;
  }
  .logoByN{
    width: 200px;
  }
  .padding-t-2-d{
    padding-top: 0;
  }
  .padding-bm-9{
    padding-bottom: 9rem;
  }
}

/*tablet*/
@media screen and (min-width: 48rem){
  .aboutInfo{
    background-color: #FFFFFF;
    color: #000000;
  }
  .divAboutUs{
    background-color: #FFFFFF;
  }
  .spAbout{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .map{
    height: 257px;
  }
  .locationJrz{
    position: absolute;
    width: 40px;
    transform: translate(-54px, -117px);
  }
  .locationCDMX{
    position: absolute;
    width: 40px;
    transform: translate(35px, 62px);
  }
  .locationPaso{
    position: absolute;
    width: 40px;
    transform: translate(-76px, 46px);
  }
  .osgo-logo {
    width: 250px;
  }
  .ui\:slide .slide__item {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-rows: 470px 150px; */
    scroll-snap-align: start;
    min-width: 40%;
    width: 40%;
    margin-bottom: 1rem;
  }
  .padding-bm-9{
    padding-bottom: 9rem;
  }
}

/*pc*/
@media screen and (min-width: 64rem){
  .aboutInfo{
    background-color: #FFFFFF;
    color: #000000;
  }
  .divAboutUs{
    background-color: #FFFFFF;
  }
  .spAbout{
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .map{
    height: 350px;
  }
  .locationJrz{
    position: absolute;
    width: 40px;
    transform: translate(-74px, -153px);
  }
  .locationCDMX{
    position: absolute;
    width: 40px;
    transform: translate(44px, 84px);
  }
  .locationPaso{
    position: absolute;
    width: 40px;
    transform: translate(-110px, 68px);
  }
  .order-1-m{
    order: 2;
  }

  .order-2-m{
    order: 1;
  }
  .img_benefits {
    border-radius: 30px;
    min-height: 470px;
    height: 470px;
    object-fit: cover;
  }
  .ui\:slide .slide__item {
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-rows: 470px 150px;*/
    scroll-snap-align: start;
    min-width: 30%;
    width: 30%;
    margin-bottom: 1rem;
  }

  .img-m{
    display: none;
  }
  .img-d{
    display: block;
  }
  .osgo-logo {
    width: 500px;
  }
  .logoByN{
    width: 500px;
  }
  .padding-t-2-d{
    padding-top: 2rem;
  }
  .padding-bm-9{
    padding-bottom: 0rem;
  }
}

@media screen and (min-width: 1600px) {
  .map{
    height: 500px;
  }
  .locationJrz{
    position: absolute;
    width: 40px;
    transform: translate(-105px, -218px);
  }
  .locationCDMX{
    position: absolute;
    width: 40px;
    transform: translate(44px, 84px);
  }
  .locationPaso{
    position: absolute;
    width: 40px;
    transform: translate(-162px, 94px);
  }

}
