p{
    text-align: justify;
}

.header-bottom {
    background-color: #07082A;
    
   
  
}
.submenu{
    z-index: 1000;
}

.img-banner {
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente (opcional) */
    height: 100%; /* Asegura que tenga altura suficiente */
    margin-top: 20px;
}

.img-banner img{
    margin-top: 40px;
}


@media screen and (max-width: 768px) {
    .img-banner {
        display: none;
    }
}

.index-slider-container {
    height: 700px;
    margin-top: -160px;
}

@media screen and (max-width: 444px) {
    .index-slider-container {
        height: 500px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 444px) and (max-width: 668px) {
    .index-slider-container {
        height: 400px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 669px) and (max-width: 940px) {
    .index-slider-container {
        height: 450;
        margin-top: 0px
    }
}

@media screen and (min-width: 941) and (max-width: 1300px) {
    .index-slider-container {
        height: 800px !important;
        margin-top: -200px !important;
    }
}

@media screen and (min-width: 1301px)  {
    .index-slider-container {
        height: 720px;
        margin-top: -220px
    }
}


 @media screen and (max-width: 768px)  {
    .index-slide-imagen{
        display: none;
    }
}

 .certificacion_section {
    padding-top: 3em ;
    padding-bottom: 2em;
    position: relative;
    width: 100%;
}

.ftco-faqs .img {
    height: 350px;
}

.img_certificacion, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */

.services-3 {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
}

.services-3 h3 {
    font-size: 20px;
    font-weight: 500;
}


ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-omnes-bold {
    font-family: 'Omnes', sans-serif !important;
    font-weight: bold !important;
    text-align: justify;
}

.services-3 li {
    font-family: 'Omnes', sans-serif !important;
    font-weight: bold !important;
    text-align: justify;
    color: #999999;
}

.services-3 p {
    font-family: 'Omnes', sans-serif !important;
   
    text-align: justify;
    color: #999999;
}

.card p{
    font-family: 'Omnes', sans-serif !important;
    text-align: justify;
    color: #999999;
}

.myaccordion button{
    height: 70px;
}

#content-benefits li {
    font-weight: normal !important;
}

.card button p{
    color: white;
}

.card button:hover p {
    color: black;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.services-3 p {
    font-family: 'Omnes', sans-serif !important;
    text-align: justify;
}

.services-3 ul li{
    list-style-type: disc !important;
}

.myaccordion ol li{
    font-family: 'Omnes', sans-serif !important;
    text-align: justify;
    font-size: 16px;
    color: #999999;
    list-style-type: disc;
    margin-bottom: 10px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.heading-section .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #162F80;
    text-transform: uppercase;
}

.text-omnes-bold {
    font-family: 'Omnes', sans-serif !important;
    font-weight: bold !important;
    text-align: justify;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
}

.ftco-faqs .myaccordion .card, .ftco-faqs .myaccordion .card:last-child .card-header {
    border: none;
    background: transparent;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.ftco-faqs .myaccordion .btn {
    width: 100%;
    font-weight: 600;
    color: black;
    padding: 15px 20px !important;
    text-transform: inherit;
    letter-spacing: 0;
    border-radius: 0 !important;
    margin-bottom: 10px;
    border-radius: 4px !important;
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}


.ul-footer{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}

.slider-area2{
    margin-bottom: 0px ;
}

@media screen and (max-width: 444px) {
    .slider-area2 {
        margin-bottom: -300px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 668px) {
    .slider-area2 {
        margin-bottom: -300px !important;
       
    }
}


@media screen and (min-width: 669px) and (max-width: 940px) {
    .slider-area2 {
        margin-bottom: -200px;
       
    }
}

@media screen and (min-width: 941px) and (max-width: 1500px) {
    .slider-area2 {
        margin-bottom: -100px ;
       
    }
}

@media screen and (min-width: 1501px)  {
    .slider-area2 {
        margin-bottom: 0px;
        
    }
}


.slider-area3{
    margin-bottom: 0px ;
}

@media screen and (max-width: 444px) {
    .slider-area3 {
        margin-bottom: -300px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 668px) {
    .slider-area3 {
        margin-bottom: -300px !important;
       
    }
}


@media screen and (min-width: 669px) and (max-width: 940px) {
    .slider-area3 {
        margin-bottom: -200px;
       
    }
}

@media screen and (min-width: 941px) and (max-width: 1500px) {
    .slider-area3 {
        margin-bottom: -200px ;
       
    }
}

@media screen and (min-width: 1501px)  {
    .slider-area3 {
        margin-bottom: 0px;
        
    }
}



.slider-area4 {
    background-image: url("https://ingecorp3.lsccertification.com/assets/img/hero/INGCORP_V2_BANNERS_FINAL_Mesa de trabajo 1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
}

@media screen and (max-width: 444px) {
    .slider-area4 {
        margin-bottom: -700px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 668px) {
    .slider-area4 {
        margin-bottom: -600px !important;
       
    }
}


@media screen and (min-width: 669px) and (max-width: 940px) {
    .slider-area4 {
        margin-bottom: -500px;
       
    }
}

@media screen and (min-width: 941px) and (max-width: 1020px) {
    .slider-area4 {
        margin-bottom: -400px ;
       
    }
}

@media screen and (min-width: 1021px) and (max-width: 1300px) {
    .slider-area4 {
        margin-bottom: -280px ;
       
    }
}

@media screen and (min-width: 1301px) and (max-width: 1536px) {
    .slider-area4 {
        margin-bottom: -150px ;
       
    }
}

@media screen and (min-width: 1537px)  {
    .slider-area4 {
        margin-bottom: -50px;
        
    }
}

.slider-area5 {
    background-image: url("https://ingecorp3.lsccertification.com/assets/img/hero/INGCORP_V2_BANNERS_FINAL-03.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
}

@media screen and (max-width: 444px) {
    .slider-area5 {
        margin-bottom: -700px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 668px) {
    .slider-area5 {
        margin-bottom: -600px !important;
       
    }
}


@media screen and (min-width: 669px) and (max-width: 940px) {
    .slider-area5 {
        margin-bottom: -500px;
       
    }
}

@media screen and (min-width: 941px) and (max-width: 1020px) {
    .slider-area5 {
        margin-bottom: -400px ;
       
    }
}

@media screen and (min-width: 1021px) and (max-width: 1300px) {
    .slider-area5 {
        margin-bottom: -280px ;
       
    }
}

@media screen and (min-width: 1301px) and (max-width: 1536px) {
    .slider-area5 {
        margin-bottom: -150px ;
       
    }
}

@media screen and (min-width: 1537px)  {
    .slider-area5 {
        margin-bottom: -50px;
        
    }
}


.slider-area6 {
    background-image: url("https://ingecorp3.lsccertification.com/assets/img/hero/INGCORP_V2_BANNERS_FINAL-04.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
}

@media screen and (max-width: 444px) {
    .slider-area6 {
        margin-bottom: -750px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 630px) {
    .slider-area6 {
        margin-bottom: -650px !important;
       
    }
}


@media screen and (min-width: 631px) and (max-width: 789px) {
    .slider-area6 {
        margin-bottom: -570px;
       
    }
}

@media screen and (min-width: 790px) and (max-width: 985px) {
    .slider-area6 {
        margin-bottom: -450px ;
       
    }
}

@media screen and (min-width: 986px) and (max-width: 1238px) {
    .slider-area6 {
        margin-bottom: -300px ;
       
    }
}

@media screen and (min-width: 1239px) and (max-width: 1536px) {
    .slider-area6 {
        margin-bottom: -260px ;
    }
}

@media screen and (min-width: 1537px)  {
    .slider-area6 {
        margin-bottom: -100px;
        
    }
}


.slider-area7 {
    background-image: url("https://ingecorp3.lsccertification.com/assets/img/hero/INGCORP_V2_BANNERS_FINAL-05.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
}

@media screen and (max-width: 444px) {
    .slider-area7 {
        margin-bottom: -750px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 630px) {
    .slider-area7 {
        margin-bottom: -650px !important;
       
    }
}


@media screen and (min-width: 631px) and (max-width: 789px) {
    .slider-area7 {
        margin-bottom: -550px;
       
    }
}

@media screen and (min-width: 790px) and (max-width: 985px) {
    .slider-area7 {
        margin-bottom: -480px ;
       
    }
}

@media screen and (min-width: 986px) and (max-width: 1153px) {
    .slider-area7 {
        margin-bottom: -350px ;
       
    }
}

@media screen and (min-width: 1154px) and (max-width: 1400px) {
    .slider-area7 {
        margin-bottom: -200px ;
       
    }
}

@media screen and (min-width: 1401px)  {
    .slider-area7 {
        margin-bottom: -100px;
        
    }
}


.slider-area8 {
    background-image: url("https://ingecorp3.lsccertification.com/assets/img/hero/INGCORP_V2_BANNERS_FINAL-02.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
}

@media screen and (max-width: 444px) {
    .slider-area8 {
        margin-bottom: -700px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 668px) {
    .slider-area8 {
        margin-bottom: -700px !important;
       
    }
}


@media screen and (min-width: 669px) and (max-width: 940px) {
    .slider-area8 {
        margin-bottom: -500px;
       
    }
}

@media screen and (min-width: 941px) and (max-width: 1020px) {
    .slider-area8 {
        margin-bottom: -400px ;
       
    }
}

@media screen and (min-width: 1021px) and (max-width: 1300px) {
    .slider-area8 {
        margin-bottom: -280px ;
       
    }
}

@media screen and (min-width: 1301px) and (max-width: 1536px) {
    .slider-area8 {
        margin-bottom: -150px ;
       
    }
}

@media screen and (min-width: 1537px)  {
    .slider-area8 {
        margin-bottom: -50px;
        
    }
}





.slider-area9{
    margin-bottom: 0px ;
   /*  background-image: url("https://ingecorp3.lsccertification.com/assets/img/hero/R04325_BANNER_1_BANNER_1.png"); */
}

@media screen and (max-width: 444px) {
    .slider-area9 {
        margin-bottom: -300px !important;
    }
}

@media screen and (min-width: 445px) and (max-width: 668px) {
    .slider-area9 {
        margin-bottom: -300px !important;
       
    }
}


@media screen and (min-width: 669px) and (max-width: 940px) {
    .slider-area9 {
        margin-bottom: -200px;
       
    }
}

@media screen and (min-width: 941px) and (max-width: 1500px) {
    .slider-area9 {
        margin-bottom: -200px ;
       
    }
}

@media screen and (min-width: 1501px)  {
    .slider-area9 {
        margin-bottom: 0px;
        
    }
}
/*  pymes*/

/* 
.pymes-slider-container {
    height: 750px;
   
}

@media screen and (max-width: 444px) {
    .pymes-slider-container {
        height: 500px;
    
    }
}

@media screen and (min-width: 444px) and (max-width: 668px) {
    .pymes-slider-container {
        height: 400px;
       
    }
}

@media screen and (min-width: 669px) and (max-width: 940px) {
    .pymes-slider-container {
        height: 450;
       
    }
}

@media screen and (min-width: 941) and (max-width: 1300px) {
    .pymes-slider-container {
        height: 800px !important;
       
    }
}

@media screen and (min-width: 1301px)  {
    .pymes-slider-container {
        height: 800px;
        
    }
}
 */
/*  empresa-slider-container*/


/* .empresa-slider-container {
    height: 750px;
   
}

@media screen and (max-width: 444px) {
    .empresa-slider-container {
        height: 500px;
    
    }
}

@media screen and (min-width: 444px) and (max-width: 668px) {
    .empresa-slider-container {
        height: 400px;
       
    }
}

@media screen and (min-width: 669px) and (max-width: 940px) {
    .empresa-slider-container {
        height: 450;
       
    }
}

@media screen and (min-width: 941) and (max-width: 1300px) {
    .empresa-slider-container {
        height: 800px !important;
       
    }
}

@media screen and (min-width: 1301px)  {
    .empresa-slider-container {
        height: 800px;
        
    }
} */

/*  silver-slider-container*/


/* .silver-slider-container {
    height: 750px;
   
}

@media screen and (max-width: 444px) {
    .silver-slider-container {
        height: 500px;
    
    }
}

@media screen and (min-width: 444px) and (max-width: 668px) {
    .silver-slider-container {
        height: 400px;
       
    }
}

@media screen and (min-width: 669px) and (max-width: 940px) {
    .silver-slider-container {
        height: 450;
       
    }
}

@media screen and (min-width: 941) and (max-width: 1300px) {
    .silver-slider-container {
        height: 800px !important;
       
    }
}

@media screen and (min-width: 1301px)  {
    .silver-slider-container {
        height: 800px;
        
    }
} */


/*  gold-slider-container*/


/* .gold-slider-container {
    height: 750px;
   
}

@media screen and (max-width: 444px) {
    .gold-slider-container {
        height: 500px;
    
    }
}

@media screen and (min-width: 444px) and (max-width: 668px) {
    .gold-slider-container {
        height: 400px;
       
    }
}

@media screen and (min-width: 669px) and (max-width: 940px) {
    .gold-slider-container {
        height: 450;
       
    }
}

@media screen and (min-width: 941) and (max-width: 1300px) {
    .gold-slider-container {
        height: 800px !important;
       
    }
}

@media screen and (min-width: 1301px)  {
    .gold-slider-container {
        height: 800px;
        
    }
}
 */

/*  platinum-slider-container*/


/* .platinum-slider-container {
    height: 750px;
   
}

@media screen and (max-width: 444px) {
    .platinum-slider-container {
        height: 500px;
    
    }
}

@media screen and (min-width: 444px) and (max-width: 668px) {
    .platinum-slider-container {
        height: 400px;
       
    }
}

@media screen and (min-width: 669px) and (max-width: 940px) {
    .platinum-slider-container {
        height: 450;
       
    }
}

@media screen and (min-width: 941) and (max-width: 1300px) {
    .platinum-slider-container {
        height: 800px !important;
       
    }
}

@media screen and (min-width: 1301px)  {
    .platinum-slider-container {
        height: 800px;
        
    }
} */


.single-brand img {
    height: 100px; /* o el alto que desees */
    width: auto; /* mantiene la proporción */
    object-fit: contain; /* o 'cover' si prefieres que rellene el contenedor */
    display: block;
    margin: 0 auto;
    background-color: white;
}    


p {
    font-family: 'Poppins', sans-serif !important;
    text-align: justify !important;
    font-size: 16px !important;
}