
/* ===================================
    general
====================================== */

section{
  overflow-x: clip;
  position: relative;
}

.bg-color-w{background-color: #fff;}

.content-icon-lg path{
  stroke:#fff!important;
}


/*section servicios*/
.custom-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.nav-tabs{
  border-bottom: none;
}

.custom-tabs .nav-link{
  border-top: 4px solid #F1F1F1;
  padding-top: 30px;
  position: relative;
  background: transparent;
  border: 0px solid transparent;
  border-radius: 0px!important;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.custom-tabs .content-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border: none;
  color: #2B50AA;
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 15px 10px;
  width: 130px;
  height: 130px;
}

.custom-tabs .content-nav-link .icon {
  margin-bottom: 15px;
  width: 100%;
}

.custom-tabs .content-nav-link svg {
  transition: color 0.3s ease, fill 0.3s ease;

  width: 30px;
  height: 30px;
}

.custom-tabs .content-nav-link path{
  stroke:#2B50AA;
}


.custom-tabs .nav-link:hover,
.custom-tabs .nav-link.active {
  border-top: 4px solid #2B50AA;
}

.custom-tabs .nav-link:hover .content-nav-link,
.custom-tabs .nav-link.active .content-nav-link{
  background-color: #2B50AA;
  color: #ffffff;
  transform: translateY(15px);
}


.custom-tabs .nav-link:hover path,
.custom-tabs .nav-link.active path {
  stroke:#fff;
}


/*Content tab*/

.inf-sec{grid-area: inf;}
.img1{grid-area:img1;}
.img2{grid-area:img2;}

.grid-tab{
  display: grid;
  grid-template-columns: 60% auto;
  gap:20px;
  grid-template-areas:
  "inf inf"
  "img1 img2";
    grid-template-rows:auto 150px;
}


.grid-tab-int{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
  height: 100%;
}

.inf-sec{
  background: #F2F2F2;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.img1{
  width: 100%;
  height: 100%;
}

.img1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 50px;
}


.img2{
  width: 100%;
  height: 100%;
}

.img2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 50px;
}

.content-inf-int{
  width: 100%;
  height: 65%;
  margin-top: 30px;
}

.content-inf-int .text{
  background: #fff;
  padding: 15px;
}

.content-inf-int .img{
  width: 100%;
  height: 100%;
}

.content-inf-int .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 20px;
}

.icon-serv{
  width: 150px;
height: 150px;
background: #113180;
border-radius: 20px;
padding: 15px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.icon-serv svg{
  width: 50px;
  height: 50px;
}

/*----Grid tab alt----*/
.inf-tab-alt{grid-area: inf;}
.img1-alt{grid-area: img1;}
.img2-alt{grid-area: img2;}

.grid-tab-alt{
  display: grid;
  grid-template-columns: 1fr 60%;
  gap:20px;
  grid-template-areas:
  "inf inf"
  "img1 img2";
  grid-template-rows:auto 200px;
}


/*-----Seccion 1-----*/
.inf-tab-alt{
  background: #113180;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.inf-tab-alt .icon{
margin-bottom: 20px;
}

.inf-tab-alt .icon svg{
  width: 50px;
  height: 50px;
}

.img1-alt img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img2-alt img{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.card-sector .inf{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


.sector-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.sector-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.bullelts-content {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 20px;
}

.bullet-btn {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  position: relative;
  cursor: pointer;
  appearance: none;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  aspect-ratio: 1 / 1; /* asegura forma circular */
  padding: 0;
}

.bullet-btn.active {
    background-color: #1a1a1a;
}

.bullet-btn.active::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  aspect-ratio: 1 / 1; /* asegura forma circular */
}


.card-sectores-wrapper{
  width: 100%;
  min-height: 250px;
}


/*Slide 2*/

.card-sector2 .inf{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


.sector-slide2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.sector-slide2.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.bullelts-content2 {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 20px;
}

.bullet-btn2 {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  position: relative;
  cursor: pointer;
  appearance: none;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  aspect-ratio: 1 / 1; /* asegura forma circular */
  padding: 0;
}

.bullet-btn2.active {
    background-color: #1a1a1a;
}

.bullet-btn2.active::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  aspect-ratio: 1 / 1; /* asegura forma circular */
}


.card-sectores-wrapper2{
  width: 100%;
  min-height: 250px;
}


/*Slide 2*/

.card-sector3 .inf{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


.sector-slide3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.sector-slide3.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.bullelts-content3 {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 20px;
}

.bullet-btn3 {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  position: relative;
  cursor: pointer;
  appearance: none;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  aspect-ratio: 1 / 1; /* asegura forma circular */
  padding: 0;
}

.bullet-btn3.active {
    background-color: #1a1a1a;
}

.bullet-btn3.active::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  aspect-ratio: 1 / 1; /* asegura forma circular */
}


.card-sectores-wrapper3{
  width: 100%;
  min-height: 250px;
}

/*grid tab tipe 3*/

.inf-tab-3{grid-area: inf;}
.img1-tab-3{grid-area:img1;}
.img2-tab-3{grid-area:img2;}

.grid-tab-t3{
  display: grid;
  grid-template-columns: 60% auto;
  gap:20px;
  height: 100%;
  grid-template-areas:
    "inf inf"
    "img1 img2";
  grid-template-rows:auto 150px;
}




.img1-tab-3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 50px;
}



.img2-tab-3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 50px;
}

.inf-tab-3{
  background: #F2F2F2;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.inf-tab-3 .img{
  width: 100%;
height: 70%;
margin-top: 15px;
}

.inf-tab-3 .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*Grid type tab 4*/


.inf-tab-4{grid-area: inf;}
.img1-tab-4{grid-area:img1;}
.img2-tab-4{grid-area:img2;}

.grid-tab-t4{
  display: grid;
  grid-template-columns: 35% auto;
  height: 100%;
  grid-template-areas:
    "img1 img1"
    "inf inf";
  grid-template-rows:250px 200px;
  gap:20px;
}

.img1-tab-4{
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 20px;
  position: relative;

}

.img1-tab-4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.img1-tab-4 .fondo{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(1, 5, 14, 0) 0%, rgba(2, 25, 81, 0.5) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.img1-tab-4 .fondo svg{
  position: absolute;
  top:20px;
  left: 20px;
}

.img2-tab-4{
  width: 100%;
  height: 100%;
  display: none;
}

.img2-tab-4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inf-tab-4{
  background: #F2F2F2;
  padding: 30px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stretch{align-items: stretch;}

/* ===================================
    grids
====================================== */

/*----Grid seccion servicios----*/

.grid-sec-serv{
  display:grid;
  grid-template-columns: 1fr;
  gap:50px;
}



/* ===================================
    Responsive
====================================== */


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.grid-tab-int{grid-template-columns: 1fr 150px;height: 100%;}

.grid-tab-t3{
  grid-template-columns: 50% auto;
  grid-template-areas:
    "img1 inf"
    "img2 inf";
  grid-template-rows:200px 280px;
  margin-top: 30px;
}

.grid-tab-t4{grid-template-areas:
    "img1 img1"
    "img2 inf";
  grid-template-rows:250px 200px;
  gap:20px;
}

.img2-tab-4{display: inherit;}

}
/* md  */ @media (min-width: 768px) {
.grid-sec-serv{grid-template-columns: repeat(2, 1fr);gap:50px;}

.custom-tabs .content-nav-link {width: 160px;height: 160px;padding: 25px 15px;}
.custom-tabs .content-nav-link svg {width: 50px;height: 50px;}


.grid-tab{gap:20px;
  grid-template-areas:
    "inf img1"
    "inf img2";
    grid-template-rows:200px 280px;
}


.grid-tab-alt{
  display: grid;
  grid-template-columns: 1fr 60%;
  gap:20px;
  grid-template-areas:
    "img1 inf"
    "img2 img2";
    grid-template-rows:200px 280px;
}

.grid-tab-t3{
  grid-template-columns: 60% auto;
  grid-template-areas:
    "img1 inf"
    "img2 inf";
  grid-template-rows:200px 280px;
  margin-top: 0px;
}




} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {


.grid-sec-serv{grid-template-columns: repeat(4, 1fr);gap:20px;}

.custom-tabs .content-nav-link {width: 160px;height: 160px;padding: 25px 15px;}

.grid-tab{gap:20px;
  grid-template-areas:
    "inf inf"
    "img1 img2";
    grid-template-rows:auto 280px;
  }

  .grid-tab-alt{grid-template-areas:
      "inf inf"
      "img1 img2";
      grid-template-rows:auto 250px;
  }

  .grid-tab-t3{
    grid-template-columns: 50% auto;
    grid-template-areas:
      "img1 inf"
      "img2 inf";
    grid-template-rows:200px 280px;
    margin-top: 30px;
  }



} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.custom-tabs .content-nav-link {width: 160px;height: 160px;}

.grid-tab{gap:20px;
  grid-template-areas:
    "inf img1"
    "inf img2";
    grid-template-rows:250px 280px;
}

.grid-tab-alt{grid-template-areas:
    "img1 inf"
    "img2 img2";
    grid-template-rows:200px 280px;
}

.grid-tab-t3{
  grid-template-columns: 60% auto;
  grid-template-areas:
    "img1 inf"
    "img2 inf";
  grid-template-rows:200px 280px;
  margin-top: 0px;
}


}
/* xxl */ @media (min-width: 1400px) {}
