*{
     font-family: "Work Sans", sans-serif;
}
.my-8{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}
.container-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}
/* Estilo base para móviles (xs) */
.container-1440 {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
  margin: auto;

}

/* Tablets (≥768px) */
@media (min-width: 769px) {
  .container-1440 {
    max-width: 720px;
  }
}

/* Escritorio mediano (≥992px) */
@media (min-width: 992px) {
  .container-1440 {
    max-width: 960px;
  }
}

/* Escritorio grande (≥1200px) */
@media (min-width: 1200px) {
  .container-1440 {
    max-width: 1140px;
  }
}

/* Escritorio extra grande (≥1440px) */
@media (min-width: 1440px) {
  .container-1440 {
    max-width: 1440px;
  }
}
a{
    text-decoration: none !important;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-pl-black{
  width: auto;
  background-color: #222222;
  color: white;
  border-radius: 100px;
  border: 1px solid #222222;
  font-size: 14px;
  padding: 8px 8px 8px 16px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.btn-pl-circle-black{
  width: 36px;
  height: 36px;
  background-color: #4B4A4A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  margin-left: 8px;
  border-radius: 100px;
}
.btn-pl-black:hover{
  background-color: #4B4A4A;
  color: white !important;
}
.btn-pl-black:hover  .btn-pl-circle-black{
  background-color: #222222;
}
.btn-pl-light{
  width: auto;
  background-color: #ffffff;
  color: #222222;
  border-radius: 100px;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 8px 8px 8px 16px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.btn-pl-circle-light{
  width: 36px;
  height: 36px;
  background-color: #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  margin-left: 8px;
  border-radius: 100px;
}
.btn-pl-light:hover{
  background-color: #d8d8d8;
  color: #222222;
}
.btn-pl-light:hover .btn-pl-circle-light{
  background-color: white;
}
.btn-pl-blue{
  width: auto;
  background-color: #0055FF;
  color: white;
  border-radius: 100px;
  border: 1px solid #0055FF;
  font-size: 14px;
  padding: 8px 8px 8px 16px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.btn-pl-circle-blue{
  width: 36px;
  height: 36px;
  background-color: #2B72FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 8px;
  border-radius: 100px;
}
.btn-pl-blue:hover{
  background-color: #2B72FF;
  color: white;
}
.btn-pl-blue:hover .btn-pl-circle-blue{
  background-color: #0055FF;
}
.web-pl-hero{
    width: 100%;
    height: 80vh;
    position: relative;
    background-color: #F9B712;
    z-index: 0;
}
@media (max-width: 991px) {
  .web-pl-hero {
    height: auto;
  }
}
.web-pl-hero-absolute{
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;

}

h1{
    font-family: "Work Sans", sans-serif;
    font-size: 72px;
    font-weight: 600;
    }
  @media (max-width: 768px) {
  h1 {
     font-size: 38px;
  }
}
h2{
    font-family: "Work Sans", sans-serif;
    font-size: 56px;
    font-weight: 600;
    }
.web-pl-hero-img{

    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/bg1.jpg');
}
 @media (max-width: 991px) {
.web-pl-hero-img{
    height: 80vh;
    background-position: left;
    background-color: #F9B712;
    background-image: url('../img/bg1.jpg');
  }
}
 @media (max-width: 768px) {
.web-pl-hero-img{
    height: 80vh;
    background-position: center;
    background-color: #F9B712;
    background-image: url('../img/bg2.jpg');
  }
}
 
   
.hexagono-clip {
    width: 100%;
    height: 180px;
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
}
.hexagono-clip h6{
    color: #0055FF;
    font-weight: 600;
    font-size: 1.4rem;
}
.fa-pl-blue{
    color: #0055FF !important;
}

.web-pl-about-img{
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
 @media (max-width: 768px) {
.web-pl-about-img{
   height: 400px;
     border-radius: 0px;
  }
}
.web-pl-subtitle{
    width: 200px;
    padding: 0px 8px;
    border: 1px solid #222222;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.web-pl-sectores-img{
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 0px !important;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
  .web-pl-sectores-img {
     height: 280px;
    
  }
}
.web-pl-sectores-img-overlay{
    height: 100%;
    background-color: #22222236;
    border-radius: 12px;
    display: flex;
    align-items: end;
    padding: 20px;
}
.web-pl-sectores-img-overlay p{
    color: white;
    font-size: 22px;
    margin-bottom: 0px;
}
.hexagono-yellow{
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.web-pl-carousel{
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
@media (max-width: 768px) {
  .web-pl-carousel{
         height: 300px;
  }
}
.carousel-container {
    overflow: hidden;
    position: relative;
  }
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item-custom {
  flex: 0 0 30%; /* col-3 = 25% */
  padding: 0 10px;
}
@media (max-width: 768px) {
  .carousel-item-custom {
       flex: 0 0 45%; /* col-3 = 25% */
  }
}
.carousel-item-custom img {
    width: 100%;
    border-radius: 8px;
}
.carousel-controls {
    position: relative;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: end;
    transform: translateY(-50%);
    padding: 0 10px;
}
.btn-pl-carousel{
  width: 55px;
  height: 55px;
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid #222222;
    color: #222222;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}
.web-pl-started{
    width: 100%;
    height: 380px;
    background-color: #F9B712;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 40px;
    color: #222222 !important;
}
@media (max-width: 768px) {
  .web-pl-started {
     height: 300px;
     border-radius: 12px 12px 0px 0px;
  }
}
.web-pl-started h1{
    font-size: 40px !important;
    font-weight: 700;

}
@media (max-width: 768px) {
  .web-pl-started h1 {
    font-size: 32px !important;
  }
}
.web-pl-wsp{
    width: 100%;
    height: 380px;
    background-color: #222222;
    border-radius: 12px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 40px;
}
@media (max-width: 768px) {
  .web-pl-wsp {
    height: 300px;
     border-radius: 0px 0px 12px 12px;
  }
}
.web-pl-wsp h1{
    font-size: 40px !important;
    color: white;
    font-weight: 600;
}
@media (max-width: 768px) {
  .web-pl-wsp h1 {
    font-size: 32px !important;
  }
}
.web-pl-footer{
    height: auto;
    background-color: #222222;
    color: white;
    padding: 80px 0px 80px 0px;
    font-size: 14px !important;
}

.nav-pl-footer{
  color: white;
  font-size: 14px;
  padding-left: 0px !important;
}
.nav-pl-footer:hover{
  color: #8d8d8d;
}
.nav-pl-footer-sub{
  font-size: 24px !important;
  color:white;
}
.text-2{
    color: #8d8d8d;
}
.web-pl-contact{
  height: 80vh;
  background-color: #F9B712;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  color: #222222 !important;
}
@media (max-width: 768px) {
  .web-pl-contact {
    height: auto;
  }
    }
  .web-pl-contact h2 {
    color: #222222;
  }
   .web-pl-contact p {
    color: #222222;
  }
.web-pl-contact h2{
    margin-bottom: 0px;
    font-size: 36px;

}
.web-form-contact{
    width: 100%;
    height: auto;
    background-color: white;
    padding: 56px;
    border-radius: 12px;
  -webkit-box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.187);
    font-family: "Work Sans", sans-serif;
}
@media (max-width: 768px) {
  .web-form-contact {
    height: auto;
        padding: 26px;
  }
}
/*!==============================================
 * INPUT HIDDEN PARA FORMULARIOS
 * ============================================!*/
.input-control-fk:focus
  {
    color:transparent!important;
    border: none;
  }
 
  .input-control-fk
  {
    color: transparent;
    background: transparent;
    height: auto;
    border: 0;
    position: absolute;
    z-index: -10;
  }