

/** MAIN **/
main .container.flex-column{
  max-width: 310px;
  margin: auto;
}

.introduccion-sectores section div.container{
  align-items: center;
}

.subtitle-text,
.subtitle-text h4,
div.introduccion-sectores section div.subtitle-text {
  align-items: normal;
}

.sectores{
  margin-top: 2rem;
  display: flex;
}

.introduccion-sectores,
.container-contact-text{
  flex: 1; /* Que ocupe todo el espacio restante */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hexagon-image {
  width: 100%;
  height: 100%;
}

/************* SECTORES ******************/
/*** section : introduccion ***/
.container-introduccion{
  padding: 1.81rem 0;
  justify-content: center;
  position: relative;
  
}

.container-introduccion .introduccion::before{
  content: "";
  position: absolute;
  top: 20px;
  left: -29px;
  width: 71px;
  height: 72px;
  background-image: url('../../images/servicios/grupo-pantera-icon-green.svg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
}



.introduccion{
  color: var(--bg-color-white);
  font-family: 'MrEavesXLModOT-Reg',sans-serif ;
  font-size: 0.94rem;
  text-align: center;

  position: relative;
}

.sector-title{
  color: var(--bg-color-green);
  font-family: 'MrEavesXLModOT-Heavy',sans-serif;
  font-size: 25px;
}

section div{
  color: var(--bg-color-white);
}

section div h3{
  font-family: 'MrEavesXLModOT-Heavy',sans-serif;
  font-size: 1.25rem;
  margin-top: 1rem;
}

section div p{
  font-family: 'MrEavesXLModOT-Reg',sans-serif;
  font-size: 0.94rem;
  margin-top: 0.625rem;
  line-height: 18px;
}

.sectores .hexagon-container img{
  object-fit: none;
  object-position: center;
}

.sectores-hexagon-container{
  width: 194px;
  height: 224px;
  flex-shrink: 0;
  margin-top: 28px;
}

.sections-sectores > *:not(:first-child) {
  margin-top: 4.81rem;
}

.sub-sector{
  flex-direction: column;
}

/*** section : sector-petroleo ***/

.subtitle-text{
  flex-direction: column;
  max-width: 768px;
  flex-grow: 1;
}

/*** section : contact ***/
.sectores-section-contact{
  margin-top: 3.94rem;
  margin-bottom: 112px;
}

.container-contact-text{
  border-radius: 20px;
  /* background: linear-gradient(180deg, #2667FF 40.5%, rgba(38, 103, 255, 0.57) 100%); */
  background: url('../../images/sections/sectors/sectores-contactanos-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 3.06rem 2.19rem 3.44rem 2.19rem;
}

.sectores-contactanos-text p{
  color: var(--bg-color-black);
  font-family: 'MrEavesXLModOT-Heavy',sans-serif;
  font-size: 30px;
  min-width: 15rem;
  margin: 0;
  text-align: center;
  line-height: 30px; /* 100% */
}
.sectores-contactanos-button button{
  color: var(--bg-color-green);
  background: var(--bg-color-white);
  border: none;
  border-radius: 0.53rem;
  padding: 0.44rem 1.13rem;
  font-family:'MrEavesXLModOT-Bold',sans-serif;
  font-size: 1.37rem;
  margin-top: 1.5rem;
  transition: transform .5s ease;
}

.sectores-contactanos-button button:hover{
  background: var(--bg-color-green);
  color: var(--bg-color-white);
  cursor: pointer;
  transform: rotateY(360deg);
  backface-visibility: hidden;
  text-align: center;
  font-family:  'MrEavesXLModOT-Heavy',sans-serif;
  /* font-size: 30px; */
  line-height: normal;
}




@media (min-width: 420px) {
  
}

@media (min-width: 570px) {
  main .container.flex-column{
    max-width: 450px;
    margin: auto;/*60*/
  }
}
@media (min-width: 700px) {

}

@media (min-width: 992px) {
  main .container.flex-column{
    max-width: 832px;
    margin: auto;
  }
}


@media (min-width: 1150px) {

  .sector-mineria .subtitle-text,
  .sector-consumo .subtitle-text{
    margin-right: 51px;
  }
  .sectores{
    justify-content: center;
  }


  .sectores-hexagon-container{
    width: 249px;
    height: 287px;
    margin-top: 0px;
  }

  .sectores-section-contact{
    margin-bottom: 71px;
  }
  .introduccion-sectores{
    max-width: 1068px;
  }
  


}

@media (min-width: 1250px) {
  .order-1{
    margin-right: 1.56rem;
    order: 1;
  }
  .order-2{
    margin-left: 1.56rem;
    order: 2;
  }


  .sub-sector{
    flex-direction: row;
  }

  main .container.flex-column{
    max-width: 952px;
    margin: auto;
  }

  .container-introduccion .introduccion::before{
    content: "";
    position: absolute;
    top: -30px;
    left: -90px;
    width: 129px;
    height: 132px;
    background-image: url('../../images/servicios/grupo-pantera-icon-green.svg');
    background-repeat: no-repeat;
  }

  .sector-info{
    font-size: 20px;
    font-family: 'MrEavesXLModOT-Reg',sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .subtitle-text p{
    font-size: 20px;
    font-family: 'MrEavesXLModOT-Reg',sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  section > div.container{
    align-items: center;
  }

  /*** section :introduccion ***/
  .introduccion{
    font-family: 'MrEavesXLModOT-Reg',sans-serif;
    font-size: 20px;
    max-width: 42.75rem;

    position: relative;
  }


  /*** section : sector-petroleo ***/
  .refinerias,.terminales{
    margin-top: 1rem;
    flex-direction: row;
  }

  .refinerias .subtitle-text,
  .terminales .subtitle-text{
    margin-left: 3.125rem;
    order:2;
    
  }
  .refinerias .hexagon-container{
    order: 1;
  }


  /*** section : sector-mineria -sector consumo ***/
  .plantas,
  .consumo{
    margin-top: 1rem;
    flex-direction: row;
  }

  /*** section : sector-astillero - sector-energia ***/
  .astilleros,.energia{
    margin-top: 1rem;
    flex-direction: row;
  }

  .astilleros .subtitle-text,
  .energia .subtitle-text{
    margin-left: 3.125rem;
    order:2;
  }

  .astilleros .hexagon-container,
  .energia .hexagon-container{
    order: 1;
  }

  /*** section : contacto ***/

  .sectores-section-contact{
    margin-top: 8.88rem;
  }

  .container-contact-text{
    flex-direction: row;
    justify-content: space-between;
    padding: 3.06rem 11rem 2.94rem 9rem;
    gap: 310px;
  }

  .sectores-contactanos-button button{
    margin-top: 0;
  }



  .hexagon-container-footer p{
    color: var(--bg-color-white);
    border-radius: 0px 0px 58.904px 58.904px;
    opacity: 0.9;
    background: var(--bg-color-green);
    
  }

  .container-contact-text{
    gap: 452px;
  }
    
}

@media (min-width: 1366px) {
  main .container.flex-column{
    max-width: 1166px;
    margin: auto;
  }
}

@media (min-width: 1536px) {
  .container-contact-text{
    flex: none;
  }
  .sectores-section-contact{
    justify-content: center;
  }
}