.menu-d {
    left: auto !important;
    width: auto !important;
}
.bg-primary-25 {
    background-color: #007fba !important;
}

.bg-azul-claro {
    background-color: #007fba !important;
    border-color: #007fba !important;
}

.be-shape{
	-webkit-clip-path: polygon(0 0 , 100% 0, 100% calc(100% - 60px), 0 100%);
	clip-path: polygon(0 0 , 100% 0, 100% calc(100% - 60px), 0 100%);
}

.hero_header2 .row h2 {
    font-size: 88px;
    margin-bottom: 40px;
}

.font {
    font-family: 'Kanit'!important;
    font-size: 26px!important;
}

.about-item .im {
    justify-content: center !important;
    width: 100% !important;
    max-width: 300px !important;
    padding: 0 1rem !important;
}

.about-item h1{
    color: inherit !important;
    font-family: inherit !important;
    white-space: nowrap !important;
    margin-left: 20px;
}

.section-content {
    font-family: "Kanit" !important;
}

body, body *, ::after {
    font-family: 'Kanit' !important;
}


.h1, .h2, .h3, .h4, .h5, .h6 h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit' !important;
}

@media (max-width: 1199px){
     .negrita{
        margin-top: 6rem!important;
    }
}
/*2da seccion WHO WE ARE*/

@media (min-width: 992px) and (max-width: 1200px) {
    .lg\:child-cols-6>* {
        width: 50%!important;
    }
}

.radius {
    border-radius: 40px!important;
    background: #00dcff!important;
    border: #00dcff!important;
}

.text_left{
    text-align: left!important;
    font-weight: 100!important;
}

.text_bold{
    font-weight: bold!important;
    font-size: 52px!important;
    letter-spacing: 1px!important;
}
.about-item .h6{
    font-size: 24px!important;
    font-family: Merriweather!important;
    line-height: 30px!important;
    font-weight: normal!important;
}


#uni_blog {
    position: relative;
    /*min-height: 100px;
    overflow: hidden;
}

.triangle-bottom {
    position: absolute;
    margin-top: 60px;
    top: -60px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100vw 0 0; /* 60px = altura, 100vw = ancho completo */
    border-color: #0080bb transparent transparent transparent; /* Color en TOP */
    z-index: 8;
}

#hero_header2 {
    position: relative;
    overflow: hidden;
}

/* 2da SECCIÓN */

/* Contenedor principal */
.projects-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Triángulo decorativo superior */
.triangle-top {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 60px;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #f1f1f1 transparent;
  z-index: 8;
  transform: scaleX(-1);
}

.projects-row {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.projects-row::-webkit-scrollbar {
  display: none;
}

.project-card {
  position: relative;
  margin: 0;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.image-container,
.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 60px;
  display: flex;
  flex-direction: column;
}

.text-overlay h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.match2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.match2 h4 {
  min-height: 100px;
  margin: 0 0 15px 0;
  font-size: 32px;
  font-weight: bold !important;
  display: flex;
  align-items: center;
  line-height: 1;
}

.match3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}


.link {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  margin-top: auto;
}

a.link {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-right: 140px;
  background: url(../images/common/arrow-right-blue.svg) center center no-repeat !important;
  background-size: 9px;
  display: inline-block;
  line-height: 1;
  margin-top: 40px;
}

a.link:hover,
a:hover {
  color: #00dcff;
}

.project-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.projects-container .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.projects-container .arrow.prev {
  left: 10px;
}

.projects-container .arrow.next {
  right: 10px;
}


@media (min-width: 1199px) {
  .project-card {
    flex: 33.333%;
    min-height: 550px;
  }
}

@media (max-width: 1198px) {
  .project-card {
    flex: 0 0 50%;
    min-height: 500px;
    height: 500px;
  }
}

@media (max-width: 992px) {
  .project-card {
    flex: 0 0 50%;
    min-height: 600px;
  }

  .text-overlay {
    padding: 50px;
  }

  .match3 {
    font-size: 22px;
  }
  .match2 h4.h_4{
      font-size: 22px;
  }

  .text-overlay h4 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .project-card {
    flex: 0 0 100%;
    min-height: 400px;
    height: 400px;
  }

  .text-overlay {
    padding: 50px;
  }

  a.link {
    padding-right: 180px;
  }

  .text-overlay .match3 {
    font-size: 20px;
  }

  .text-overlay h4 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .project-card {
    min-height: 300px;
    height: 500px;
  }

  .text-overlay h4 {
    font-size: 16px;
  }
}

.project-card2 {
  position: relative;
  margin: 0;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.project-card3 {
  position: relative;
  margin: 0;
  scroll-snap-align: start;
  flex-shrink: 0;
    flex: 33.333%;
    min-height: 800px
}
.project-card3 .image-container{
    object-fit: cover;
}

#uni_blog1 .flex-wrap{
    padding: 0;
}

/*4TA seccion*/

.portfolio-icons {
  text-align: center;
}

.portfolio-title {
  color: white;
  font-size: 40px;
  font-weight: 800!important;
  margin: 0 0 50px 0;
}

.icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
}

.icon-item {
  flex: 0 0 auto;
}

.icon-item img {
  height: 58px!important;
  width: auto;
  object-fit: contain;
    padding: 0 15px;
}


.icons-container {
  max-width: 400px;
}


@media (min-width: 768px) {
  .icons-container {
    max-width: 600px;
  }
  .icon-item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .icons-container {
    max-width: 800px;
  }
  .icon-item:nth-child(n+4) {
    margin-top: 0;
  }
  .icon-item:nth-child(5) {
    margin-top: 20px;
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .icons-container {
    max-width: 1000px;
    flex-wrap: nowrap;
  }
  .icon-item:nth-child(5) {
    margin-top: 0;
    flex-basis: auto;
  }
  .icon-item img {
    height: 58px;
  }
}

@media (min-width: 768px) {
  .icon-item img {
    height: 48px;
  }
}

/*6TA SECCION*/
@media (max-width: 1199px) {
    .text-overlay1 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem; /* Reducir padding para mejor ajuste */
        background: rgba(0, 0, 0, 0.6); /* Asegurar visibilidad del texto */
    }

    .match_2 {
        margin-top: 25% !important; /* Reducir margen en pantallas pequeñas */
    }

    h4 {
        font-size: 40px;
    }
}

.swiper-outer .container{
    background: #0080bb;
}

.h3 h3 {
    font-size: 40px!important;
}

.brands .section-outer{
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}

#uni_blog{
    padding-top: 200px;
}

.bg-gray-50 .h4{
    font-size: 52px!important;
    line-height: 1!important;
}

#uni_blog .padding{
    padding-right: 3px;
    padding-left: 3px;
}

.image-container #circle_blue {
    position: absolute;
    top: -10px;
    /*right: 10px;*/
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgba(0, 128, 187, .93);
    border-radius: 150px;
    padding: 40px;
    -webkit-transform: translate(50px, -50px);
    -moz-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
    z-index: 2;
}
#uni_blog1 .rounded-lg section {
    padding: 35px 25px 40px 35px;
    color: #fff;
    margin-top: 30px;
    background: #0080bb;
    font-weight: 400;
}

/*ULTIMA SECCION*/
    .project-card4 {
        position: relative;
        min-height: 100%;
        height: 500px;
    }

    .text-overlay1 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .centered-section1 {
        display: flex;
        flex-direction: column;
    }

    .match_2 {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1;
      height: 100%;
    }

    .match_2 h4 {
      min-height: 72px;
      margin-top: auto;
      font-size: 32px;
      font-weight: bold !important;
      display: flex;
      align-items: center;
      line-height: 1;
    }

    .match_3 h4 {
        min-height: 72px;
        display: flex;
        align-items: center;
    }

    .match_3 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 5px;
      flex-grow: 1; /* Hace que el texto crezca uniformemente */
      display: flex;
      flex-direction: column;
    }

