*{
    padding: 0;
    margin: 0;
}
/* #nav-link-1{
    font-weight: 600;
    } */

.swiper-pagination-bullet-active{
    background-color: #FFB828 !important;

}
.swiper-pagination-bullet{
    width: 1vw;
    height: 1vw;
}
#nav-link-1.active{
    color: #1A55DF ;   
    font-weight: 600; 
}
.services_text {
    color: #000000;
}
.layout__main{
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding-bottom: 10rem;
}
.layout__riskBanner{
    position: relative;
    padding: 3rem 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: #0B54B7;
    gap: 1.5rem;
    & .riskBanner__btns{
        display: flex;
        justify-content: center;
        margin-top: 1rem ;
        margin-bottom: 1rem ;
        gap: 2.5rem;
        & > a{
            margin: unset;
        }
    }

    & > .riskBanner__shape-1{
        width: 15%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    & > .riskBanner__shape-2{
        width: 3%;
        position: absolute;
        right: 0;
        top: 0;
    }
}
.layout__riskAdq{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;

    & > figure{
        width: 38%;
        padding: 0.5rem;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        &::before {
            display: none !important;
            content: '';
            position: absolute;
            background-color: transparent !important;
            z-index: -1;
        }
        & img {
            border-radius: 16px;
            max-width: 320px;
            width: 100%;
            height: auto;
            aspect-ratio: auto;
            object-fit: contain;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        }
    }

    & > header{
        width: 58%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        gap: 1rem;
        padding: 1rem;
    }
}

.layout__infRisk{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    & .infRisk__content{
        display: flex;
        overflow-x: auto;
        .infRisk__item{
            min-width: 540px;
            display: flex;
            flex-direction: column;
            padding: 2rem 1.5rem;
            & > header{
                display: flex;
                align-items: flex-start;
                gap: 1rem;
                & > img{
                    object-fit: contain;
                    width: 5%;
                    margin-top: .5rem;
                }
                & > h5{
                    width: 95%;
                    line-height: 1.2;
                }
            }
        }
    }
    
    & .infRisk__content::-webkit-scrollbar{
        display: none; 
    }
}
.infRisk__item-1{
    background: radial-gradient(50% 50% at 50% 50%, rgba(88, 158, 255, 0.1) 0%, rgba(88, 158, 255, 0.1) 100%);
}
.infRisk__item-2{
    background: #EFA3081A;
}
.infRisk__item-3{
    background: #38B4651A;
}
.infRisk__item-4{
    background: #EF44441A;
}
.infRisk__item-5{
    background: #1451A31A;

}




.layout__pestFrau{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    & .pestFrau__content{
        & > figure{
            width: 85%;
            margin: 0 auto;
        }
    }

    & .pestFrau__items{
        width: 90%;
        margin: 3rem auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: flex-start;
        gap: 2rem;
    }

    & .pestFrau__item{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem;
        margin: 0 auto;
        box-shadow: 0px 4px 24px 0px #4B3CFF1A;
        border-radius:20px ;
        -webkit-border-radius:20px ;
        -moz-border-radius:20px ;
        -ms-border-radius:20px ;
        -o-border-radius:20px ;
        & .item__header{
            display: flex;
            gap: 1rem;
            justify-content: space-between;
            align-items: center;
            & > .item__icon{
                width: 10%;
            }
            & > h5{
                width: 80%;
                margin: 0;
            }
            & > .item__more{
                width: 10%;
                cursor: pointer;
            }
        }
        & > p{
            max-height: 0;
            color: #2B2B2B;
            overflow: hidden;
            transition: max-height 0.3s ease-in-out;
            -webkit-transition: max-height 0.3s ease-in-out;
            -moz-transition: max-height 0.3s ease-in-out;
            -ms-transition: max-height 0.3s ease-in-out;
            -o-transition: max-height 0.3s ease-in-out;
        }
    }
        & .pestFrau__item.active{
            padding: 1rem 1rem 4rem 1rem;
            
            & > p{
                max-height: 100px; 
            }
        }

    & .pestFrau__item--center{
        grid-column: 2 / 3;
    }
}












/*benefist*/
.layout__sAlterRisk{
    background-color: #F7FAFF;
    padding: 3rem 0;
    & > h2{

    }

    & .sAlter__container{
        width: 90%;
        margin: 1.8rem auto;
    }
    & .sAlter__container__preview{
        gap: 2rem;
    }
    .cardSlide_origin{
        display: flex;
        flex-direction: column;
        /* min-height: 422px; */
        gap: 1rem;
        padding:1.5rem 1rem;
        background-color: white;
        box-shadow: 0px 4px 24px 0px #4B3CFF1A;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        & > figure{
            width: 10%;
        }
    }
}
.layout__sAlterFrau{
    background-color: #F7FAFF;
    padding: 3rem 0;
    & > h2{

    }

    & .sAlter__container{
        width: 90%;
        margin: 1.8rem auto;
    }
    & .sAlter__container__preview{
        gap: 2rem;
    }
    .cardSlide_origin{
        display: flex;
        flex-direction: column;
        min-height: 290px;
        gap: 1rem;
        padding:1.5rem 1rem;
        background-color: white;
        box-shadow: 0px 4px 24px 0px #4B3CFF1A;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        & > figure{
            width: 10%;
        }
    }
}

/*fin benefist*/



.mySwiperTestimoniosOrigin {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 0 4rem;
}
.hTestimonials__content{
    margin-bottom: 3rem;
    
    & > .hTestimonials__item{
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
        padding: 1rem 1.5rem;
        box-shadow: 0px 8px 20px 0px #2B2B2B40;
        border-radius: 20px ;
        -webkit-border-radius: 20px ;
        -moz-border-radius: 20px ;
        -ms-border-radius: 20px ;
        -o-border-radius: 20px ;
        transform: scale(88%);
        -webkit-transform: scale(88%);
        -moz-transform: scale(88%);
        -ms-transform: scale(88%);
        -o-transform: scale(88%);

        & .hTestimonials__figure-1{
            width: 10%;
        }
        & .hTestimonials__figure-2{
            width: 35%;
        }
        & .hTestimonials__figure-2-md{
            width: 50%;
        }
        & > p{
            color: #2B2B2B;
        }
    }
}

.hTestimonials__item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 1.5rem;
    box-shadow: 0px 8px 20px 0px #2B2B2B40;
    min-height: 20vw;
    justify-content: space-around;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: scale(88%);
    -webkit-transform: scale(88%);
    -moz-transform: scale(88%);
    -ms-transform: scale(88%);
    -o-transform: scale(88%);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 58%;
    top: 96%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 40%;
    top: 96%;
}
.swiper-pagination-fraction {
    margin: 0 auto;
    background: #1A55DF;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    padding: 1.5rem;
    color: #FFFF;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8vw;
}

.hTestimonials__item__info {
    display: flex;
    align-items: center;
    gap: 2rem;
}




/*preguntas frecuentes*/
.questionsSection {
    margin: 0 auto;
    gap: 2rem;
    flex-direction: column;
}
.accordionOrigin {
    /* border-top: 2px solid #ddd; */
    width: 70%;
    margin: 0 auto;
}
.accordion-itemOrigin {
    border-bottom: 2px solid #ddd;
}
.accordion-triggerOrigin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-align: left;
    background: #FFFF;
}
.accordion-contentOrigin {
    height: 0;
    color: #2B2B2B;
    overflow: hidden;
    padding: 0 1rem;
    transition: height 0.5s ease-in-out, padding 0.3s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: height 0.5s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: height 0.5s ease-in-out, padding 0.3s ease-in-out;
    & li{
        padding-left: 5px;
    }
}
.accordion-itemOrigin.active .accordion-contentOrigin {
    height: auto;
    padding: 1rem;
}

.accordion-itemOrigin img {
    width: 1.2vw;
    height: 1.2vw;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 0.5;
}

.accordion-itemOrigin.active img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    opacity: 1;
}

/*preguntas frecuentes*/

.kpis__origination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 5% auto;
    text-align: center;
    & div {
        & > span {
            color: #1A55DF;
            text-align: center;
        }
        & > p{
            color: #2B2B2B;
        }
    }
}


.clients_text {
    color: #000000;
}



@media screen and (min-width:1280) {
    .layout__infRisk{

        & .infRisk__content{
            display: flex;
            overflow-x: auto;
            .infRisk__item{
                min-width: 28.242677824267783vw; /*lo unico que modifque*/
                display: flex;
                flex-direction: column;
                padding: 2rem 1.5rem;
                & > header{
                    display: flex;
                    align-items: flex-start;
                    gap: 1rem;
                    & > img{
                        object-fit: contain;
                        width: 4%;
                    }
                    & > h5{
                        width: 96%;
                        line-height: 1;
                    }
                }
            }
        }
            
    }
    .cardSlide_origin{
        display: flex;
        flex-direction: column;
        min-height: 22.07112970711297vw;
        gap: 1rem;
        padding:1.5rem 1rem;
        background-color: white;
        box-shadow: 0px 4px 24px 0px #4B3CFF1A;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        & > figure{
            width: 10%;
        }
    }
}

@media screen and (max-width: 1299px) {
    
}


@media screen and (max-width: 991px){
    .mySwiperTestimoniosOrigin {
        width: 95%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 0 auto;
        padding: 0;
    }
    .swiper-pagination-fraction {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }
    .hTestimonials__item {
        min-height: 20rem;
    }
    .hTestimonials__figure-1,
    .hTestimonials__item__info figure {
        width: 5rem;
    }
    .questionsSection {
        margin: 0 auto;
    }
    .accordionOrigin {
        width: 90%;
    }
    .accordion-itemOrigin img {
        width: 1.2rem;
        height: 1.2rem;
    }
    
    
    .kpis__origination {
        margin: 5rem auto;
        & div {
            width: 33%;
        }
    }



    .layout__riskAdq{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    
        & > figure{
            width: 100%;
            padding: 2rem;
            position: relative;
            z-index: 1;
            &::before {
                content: '';
                position: absolute;
                top: 5%;
                left: 5%;
                right: 5%;
                bottom: 5%;
                background-color: #e5e7fa;
                border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
                z-index: -1;
                transform: scale(1.1) rotate(5deg);
            }
            & img {
                border-radius: 50%;
                aspect-ratio: 1 / 1;
                object-fit: cover;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            }
        }
    
        & > header{
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 1rem;
            padding: 2rem;

            text-align: center;

            & > #btnUniver25__3-id{
                margin: 0 auto !important;
            }
        }
    }

    .layout__infRisk{

        & .infRisk__content{
            display: flex;
            overflow-x: auto;
            .infRisk__item{
                min-width:330px ;                
                display: flex;
                flex-direction: column;
                padding: 2rem 1.5rem;
            }
        }

            
    }
    .layout__pestFrau{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        & .pestFrau__content{
            & > figure{
                width: 85%;
                margin: 0 auto;
            }
        }
    
        & .pestFrau__items{
            width: 90%;
            margin: 3rem auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            align-items: flex-start;
            gap: 2rem;
        }
    
        & .pestFrau__item{
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 2rem;
            padding: 1rem;
            margin: 0 auto;
            box-shadow: 0px 4px 24px 0px #4B3CFF1A;
            transition: all 300ms ease-in-out ;
            -webkit-transition: all 300ms ease-in-out ;
            -moz-transition: all 300ms ease-in-out ;
            -ms-transition: all 300ms ease-in-out ;
            -o-transition: all 300ms ease-in-out ;

            border-radius:20px ;
            -webkit-border-radius:20px ;
            -moz-border-radius:20px ;
            -ms-border-radius:20px ;
            -o-border-radius:20px ;

            & .item__header{
                display: flex;
                gap: 1rem;
                justify-content: space-between;
                align-items: center;
                & > .item__icon{
                    width: 10%;
                }
                & > h5{
                    width: 80%;
                    margin: 0;
                }
                & > .item__more{
                    width: 10%;
                    cursor: pointer;
                }
            }
            & > p{
            }
        }
        & .pestFrau__item.active{
            padding: 1rem 1rem 4rem 1rem;
            transition: all 300ms ease-in-out ;
            -webkit-transition: all 300ms ease-in-out ;
            -moz-transition: all 300ms ease-in-out ;
            -ms-transition: all 300ms ease-in-out ;
            -o-transition: all 300ms ease-in-out ;
            
            & > p{
            }
        }
    
        & .pestFrau__item--center{
            grid-column: unset;
        }
    }
    
}

@media screen and (max-width: 670px){

    .swiper-pagination-bullet{
        width: 3.5vw;
        height: 3.5vw;
    }

    .layout__infRisk{

        & .infRisk__content{
            display: flex;
            overflow-x: auto;
            .infRisk__item{
                min-width:330px ;                
                display: flex;
                flex-direction: column;
                padding: 2rem 1.5rem;
            }
        }

            
    }


    .hTestimonials__item {
        min-height: 33rem;
    }

    .kpis__origination {
        flex-direction: column;
        gap: 0;
        & figure {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }
    }


    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        left: 61%;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 38%;
    }

    
    .layout__pestFrau{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    & .pestFrau__content{
        & > figure{
            width: 85%;
            margin: 0 auto;
        }
    }

    & .pestFrau__items{
        width: 90%;
        margin: 3rem auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: flex-start;
        gap: 2rem;
    }

    & .pestFrau__item{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem;
        margin: 0 auto;
        box-shadow: 0px 4px 24px 0px #4B3CFF1A;
        border-radius:20px ;
        -webkit-border-radius:20px ;
        -moz-border-radius:20px ;
        -ms-border-radius:20px ;
        -o-border-radius:20px ;
        & .item__header{
            display: flex;
            gap: 1rem;
            justify-content: space-between;
            align-items: center;
            & > .item__icon{
                width: 10%;
            }
            & > h5{
                width: 80%;
                margin: 0;
            }
            & > .item__more{
                width: 10%;
                cursor: pointer;
            }
        }
        & > p{
        }
    }
    & .pestFrau__item.active{
        padding: 1rem 1rem 4rem 1rem;
        
        & > p{
        }
    }

    & .pestFrau__item--center{
        grid-column: 2 / 3;
    }
    }


    .layout__pestFrau{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        & .pestFrau__content{
            & > figure{
                width: 85%;
                margin: 0 auto;
            }
        }
    
        & .pestFrau__items{
            width: 90%;
            margin: 3rem auto;
            display: grid;
            grid-template-columns: 100%;
            align-items: flex-start;
            gap: 2rem;
        }
    
        & .pestFrau__item{
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 2rem;
            padding: 1rem;
            margin: 0 auto;
            box-shadow: 0px 4px 24px 0px #4B3CFF1A;
            border-radius:20px ;
            -webkit-border-radius:20px ;
            -moz-border-radius:20px ;
            -ms-border-radius:20px ;
            -o-border-radius:20px ;
            & .item__header{
                display: flex;
                gap: 1rem;
                justify-content: space-between;
                align-items: center;
                & > .item__icon{
                    width: 10%;
                }
                & > h5{
                    width: 80%;
                    margin: 0;
                }
                & > .item__more{
                    width: 10%;
                    cursor: pointer;
                }
            }
            & > p{
            }
        }
        & .pestFrau__item.active{
            padding: 1rem 1rem 4rem 1rem;
            
            & > p{
            }
        }
    
        & .pestFrau__item--center{
            grid-column: unset;
        }
    }
    
}

@media screen and (max-width: 400px){
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 29%;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        left: 61%;
    }
    .kpis__origination {
        & div {
            width: 60%;
        }
    }
    
}




img.container-100 {
  border-radius: 50%;
}
