section {
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedor{
    max-width: 100%;
    padding: 0px;
}
/* ---------- SLIDER SECTION ---------- */
.slider-section {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('https://thelogisticsworld.com/wp-content/uploads/2025/08/dbf2669073a1c327cff0ec8256a47cd78bb0375b.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.slider-section .overlay {
  position: absolute;
  inset: 0;
  background: #00236dfc;
  opacity: 0.8;
}
.slider-container{
    max-width: 1334px;
    width: 100%;
}

.slider-text-container-ampip {
  position: relative;
  max-width: 796px;
  text-align: left;
  z-index: 1;
}

.slider-text-container-ampip .pretitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #03DBC0;
  margin-bottom: 10px;
  font-weight: 700;
 
}

.slider-text-container-ampip .title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1;
}

.slider-text-container-ampip .description {
  font-size: 20px;
  line-height: 1.5;
}

/* SLIDER MOBILE*/

@media (max-width: 970px) {
  .slider-section{
    height: 520px;
  }
  .slider-container{
    padding: 0px 16px;
  }
  .slider-text-container-ampip .title {
    font-size: 32px;
  }
  .slider-text-container-ampip .description {
  font-size: 16px;
  line-height: 1.5;
}
}


/* ---------- PORCENTAGE SECTION ---------- */
.porcentage-section {
  padding: 40px 20px;

}

.porcentage-container {
  max-width: 1334px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.porcentage-text-container{
    width: 446px;
}

.porcentage-container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  max-width: 446px;;
  font-weight: 600;
  color: #2B2829;
}

.porcentage-container p {
  font-size: 14px;
  color: #2B2829;
  font-style: italic;
}

/* ---------- CARDS ---------- */
.card01,
.card02 {
  width: 330px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.08);
  padding: 30px 20px;
  text-align: center;
}

.card01 h2,
.card02 h2 {
  font-size: 60px;
  font-weight: 800;
  color: #1FBAE5;
  margin-bottom: 10px;
}

.card01 p,
.card02 p {
  font-size: 20px;
  color: #2B2829;
}



/*PORCENTAGE SECTION*/

@media (max-width: 970px) {
  .porcentage-container {
    flex-direction: column;
  }
  .porcentage-text-container{
    width: 100%;
  }
  .card01, .card02{
        padding: 10px 20px;

  }
}



/* ---------- GRAPHICS SECTION ---------- */
.graphics-section{
    padding: 40px 20px;
    width: 100%;
    

}
.graphics-general-container{
    max-width: 1337px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.graphics-text-container h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2B2829;
    padding-bottom: 16px;
}
.graphics-text-container p {
    font-size: 16px;
    font-weight: 500;
    color: #2B2829;
    padding-bottom: 16px;
}
.graphics-text-container p span {
    color: #0033A1;
    font-weight: 700;
}

.graphics-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
}
.graphics{
    max-width: 487px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.graphics p{
    font-size: 16px;
    color: #2B2829;
    text-align: center;
}
.graphics img {
    width: 100% ;
    height: auto;
}


/* ---------- ACORDEON SECTION ---------- */
.acordeon-section {
  width: 100%;
  background: #f8f9fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 48px;
}

.acordeon-image-container {
  width: 100%;
  background: url('https://thelogisticsworld.com/wp-content/uploads/2025/08/bg-ampip.png') no-repeat center top;
  background-size: cover;
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.acordeon-text-container {
  max-width: 1334px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.acordeon-text-container h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: start;
  width: 100%;
}

.acordeon-text-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* Contenedor principal del acordeón */
.acordeon-container {
  max-width: 1334px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  margin-top: -60px;
  z-index: 1;
}


.acordeon-item {
  border-bottom: 1px solid #e5e5e5;
}

.acordeon-header {
  width: 100%;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2B2829;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
}

.acordeon-header img {
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease;
}

.acordeon-header span{
  padding-right: 8px;
}
.acordeon-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #3E4669;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.acordeon-content p {
   color: #3E4669;
}

.acordeon-item.active .acordeon-content {
  max-height: 300px;
  padding: 16px 20px;
}

/* Caja destacada número 6 */
.number6-container {
  max-width: 1334px;
  background: #00226B;
  padding: 45px;
  margin: 20px auto 0 auto;
  color: #fff;
}

.number6-container p {
  font-size: 16px;
  line-height: 1.6;
  
}

.number6-container span {
  font-weight: 700;
}

.text-secondary-container{
  margin: 32px 0px;
  max-width: 1334px;
  
}

.text-secondary-container p {
  font-size: 20px;
  font-weight: 600;
}

.acordeon-container-02 {
  max-width: 1334px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  z-index: 1;
}
/*ACORDEON SECTION MOBILE*/

@media (max-width: 970px) {
  .acordeon-section{
    padding-bottom: 0px;
  }
.acordeon-text-container  {
  padding: 0px 16px;
}
.acordeon-image-container{
  height: 560px;
}
.acordeon-text-container h2{
  line-height: normal;
}
.acordeon-container{
  margin-top: 0px;
}

.acordeon-content p {
   font-size: 16px ;
}
.number6-container {
  margin: 0px;
  padding: 32px 16px;
}
.text-secondary-container{
  padding: 0px 16px;
}
}




/*SECURITY SECTION*/

.security-section{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.security-container {
  max-width: 1334px;
  width: 100%;
  padding: 48px 0px;

}
.security-text-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

}

.security-text-container h2 {
  text-align: start;
  color: #2B2829;
  font-size: 24px;
   font-weight: 600;
   width: 100%;
   padding-bottom: 24px;

}

.security-text-container p {
  text-align: start;
  color: #2B2829;
  font-size: 16px;
  font-weight: 500;

}


/*SECURITY SECTION MOBILE*/
@media (max-width: 970px) {
  .security-container {
    padding: 48px 16px;
  }
}




/* ---------- VOCES EXPERTAS SECTION ---------- */
.expert-voices-section {
  width: 100%;
  background: #f8f9fb;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.expert-voices-container {
  max-width: 1337px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.expert-voices-text-container {
  text-align: center;
  margin-bottom: 40px;
}

.expert-voices-text-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2B2829;
  
}

.expert-slider {
  display: flex;
  align-items: center;
  gap: 55px;
  position: relative;
}

.expert-card-continer {
  display: flex;
  overflow: hidden;
  flex: 1;
}

.expert-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.expert-card-inner-continer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.expert-card {
  flex: 0 0 260px;
  height: 381px;
  margin: 0 10px;
  background: #002c6f;
  color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-sizing: border-box;
}

.expert-card img {
  width: 65px;
  margin-bottom: 12px;
}

.expert-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.expert-card p {
  font-size: 14px;
  opacity: 0.9;
  margin: 2px 0;
 
}

.expert-card p span {
  color: #BBC6FF;
}


.expert-slider-arrows img {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

/*VOCES EXPERTAS MOBILE*/
@media (max-width: 970px) {
.expert-voices-section{
  padding: 24px 0px;
}
.expert-voices-container{
  padding: 0 12px;
}
.expert-slider{
  gap: 0;
}
}
@media (max-width: 970px) {
.industrial-parks-desctiption-container{
  padding: 32px 16px;
}
}

/*-------PARQUES INDUSTRIALES--------*/
 

.industrial-parks-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
 
}

.industrial-parks-image-container {
  width: 100%;
  background: url('https://thelogisticsworld.com/wp-content/uploads/2025/08/bg-ampip-parques-scaled.webp') no-repeat center top;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 206px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.overlay-industrial-parks{
  position: absolute;
  inset: 0;
  background: #00236dfc;
  opacity: 0.8;
   z-index: 1;
   height: 206px;
}
.industrial-parks-text-container {
  max-width: 1334px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.industrial-parks-text-container h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.industrial-parks-desctiption-container{
  max-width: 1334px;
  color: #2B2829;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 32px;
}

.industrial-parks-desctiption-container p {
  font-size: 16px;
  text-align: start;
  width: 100%;
  padding-bottom: 32px;
}


/*-----PARQUES INDUSTRIALES MOBILE ------*/
@media (max-width: 970px) {
.industrial-parks-desctiption-container{
  padding: 32px 16px;
}
}
.industrial-parks-text-container{
  padding: 0 16px;
}