/*Hero*/

/*CONTENEDOR DE IMAGEN */
.hero-image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* IMAGEN */
.hero-image img{
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

/* OPCIONAL: darle más presencia */
@media (min-width: 992px){
    .hero-image img{
        max-width: 600px;
    }
}

/* MOBILE */
@media (max-width: 991px){
    .hero-image{
        margin-top: 40px;
    }

    .hero-image img{
        max-width: 400px;
    }
}

.icon-20.rotate-down{
    transform: rotate(135deg);
}

.icon-20.rotate-right{
    transform: rotate(45deg);
}

.text-light
{
    color: #fff !important;
}

.text-dark
{
    color: #f5f5f5 !important;
}

.text-light-2
{
    color: #cae9ff !important;
}

.heading-2 {
    color: #0D1C2E;
    font-weight: var(--font-heading--weight);
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    letter-spacing: normal;
}

.section-legal-note{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    color: #8A94A6;
    opacity: 0.8;
}

.image-card-service {
    background: linear-gradient(135deg, #0d1c2e, #325781) !important;
}

.pui-questions-intro{
    max-width: 900px;
    margin: 18px auto 0;
}

.pui-question-grid{
    margin-top: 40px;
}

.pui-question-card{
    position: relative;
    background: #EEEEF0;
    border: 1px solid rgba(31, 65, 104, 0.12);
    border-radius: 18px;
    padding: 28px 24px;
    min-height: 220px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 10px 30px rgba(13, 28, 46, 0.05);
}

.pui-question-card-2{
    position: relative;
    background: #1F4168;
    border: 1px solid rgba(31, 65, 104, 0.12);
    border-radius: 18px;
    padding: 28px 24px;
    min-height: 220px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 10px 30px rgba(13, 28, 46, 0.05);
}

.pui-question-card:hover{
    transform: translateY(-6px);
    border-color: rgba(53, 112, 179, 0.35);
    box-shadow: 0 18px 45px rgba(13, 28, 46, 0.10);
}

.pui-question-number{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #3570B3;
    margin-bottom: 14px;
}

.pui-question-number-2{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #A0b7c6;
    margin-bottom: 14px;
}

.pui-question-title{
    margin: 0;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600;
    color: #0D1C2E;
    max-width: 90%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pui-question-title-2{
    margin: 0;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600;
    color: #fcfcfc;
    max-width: 90%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pui-question-answer{
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.pui-question-answer-2{
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.pui-question-answer p{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #1F4168;
}

.pui-question-answer-2 p{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #fcfeff;
}

.pui-question-answer p:last-child{
    margin-bottom: 0;
}

.pui-question-answer strong{
    color: #0D1C2E;
    font-weight: 600;
}

.pui-question-answer-2 p:last-child{
    margin-bottom: 0;
}

.pui-question-answer-2 strong{
    color: #78b5df;
    font-weight: 600;
}

.pui-question-card:hover .pui-question-title{
    opacity: 0;
    transform: translateY(-10px);
}

.pui-question-card-2:hover .pui-question-title-2{
    opacity: 0;
    transform: translateY(-10px);
}

.pui-question-card:hover .pui-question-answer{
    opacity: 1;
    transform: translateY(0);
}

.pui-question-card-2:hover .pui-question-answer-2{
    opacity: 1;
    transform: translateY(0);
}

.pui-questions-note{
    margin-top: 34px;
    font-size: 17px;
    line-height: 1.7;
    color: #1F4168;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.pui-questions-note a{
    color: #1F4168;
}

/* Responsive */
@media (max-width: 991px){
    .pui-question-card{
        min-height: 200px;
    }

    .pui-question-card-2{
        min-height: 200px;
    }

    .pui-question-title{
        font-size: 24px;
        max-width: 100%;
    }

    .pui-question-title-2{
        font-size: 24px;
        max-width: 100%;
    }
}

@media (max-width: 767px){
    .promotion-img {
    display: none;}
    .pui-question-card{
        min-height: auto;
        padding: 24px 20px;
    }

    .pui-question-card-2{
        min-height: auto;
        padding: 24px 20px;
    }

    .pui-question-title{
        font-size: 22px;
        opacity: 1 !important;
        transform: none !important;
        margin-bottom: 18px;
    }

    .pui-question-title-2{
        font-size: 22px;
        opacity: 1 !important;
        transform: none !important;
        margin-bottom: 18px;
    }

    .pui-question-answer{
        position: static;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .pui-question-answer-2{
        position: static;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
}

#purchase-now {
    position: fixed;
    bottom: 90px;
    left: 30px;
    z-index: 10000;
}

#purchase-now a {
    color: #ffffff;
    z-index: 1;
    position: absolute;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background: #38a963;
    display: block;
    font-size: 24px;
    font-weight: bold;
    width: 70px;
    height: 70px;
    padding: 17px;
    padding-left: 19px;
    line-height: 1em;
    text-decoration: none;
    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
    }
}

#purchase-now a span {
    font-size: 14px;
    font-weight: 500;
    left: 8px;
    position: absolute;
    top: 18px;
    width: 100px;
}

#purchase-now .pn-hover {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    background: #ffffff;
    color: #38a963;
    width: 120px;
    padding: 10px;
    padding-left: 20px;
    text-align: center;
    top: 8px;
    border-radius: 0px;
    left: 30px;
    opacity: 0;
    -webkit-box-shadow: 0 30px 60px rgb(0 19 87 / 25%);
    -moz-box-shadow: 0 30px 60px rgb(0 19 87 / 25%);
    box-shadow: 0 30px 60px rgb(0 19 87 / 25%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#purchase-now:hover .pn-hover {
    opacity: 1;
    left: 40px;
}

#purchase-now * {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

.certificacion {
    margin-top: 20px;
}

.certificacion img {
    width: 140px;
    height: auto;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.certificacion img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.rol-top{
    gap: 12px;
}

@media (max-width: 767px){    
    .certificacion img{
        max-width: 90px;
        height: auto;
    }

    .rol-top{
        flex-wrap: nowrap !important; 
        justify-content: space-between !important;
        align-items: center !important;
    }

    .rol-btn{
        padding: 8px 10px !important;
        font-size: 13px !important;
        border-radius: 30px !important;
    }

    .button .svg-wrapper{
        transition: all 0.3s;
        min-width: 25px;
        height: 25px;
        border-radius: 100%;
    }

    .button
    {
        padding: 5px 10px 5px 10px;
    }

    .rol-btn .icon-20{
        width: 14px !important;
        height: 14px !important;
    }

    .subheading-2{
        font-size: 14px !important;
        padding: 8px 12px !important;
        white-space: nowrap !important;
    }

    .rol-btn-text{
        font-size: 0;
    }

    .rol-btn-text::after{
        content: "Contacto";
        font-size: 13px;
    }
}

.menu-open{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.menu-open svg{
    color: #000; 
}

.page-banner-dev {
    min-height: 420px;
    display: flex;
    align-items: center;
}

.page-banner-dev .page-banner-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.dev-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
    backdrop-filter: blur(4px);
}

.page-dev-title {
    margin-bottom: 18px;
}

.section-dev-status {
    padding-top: 90px;
    padding-bottom: 90px;
}

.dev-media {
    margin-bottom: 30px;
}

.dev-media img {
    max-width: 100%;
    width: 320px;
    height: auto;
    object-fit: contain;
}

.dev-section-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d2746;
    margin-bottom: 16px;
}

.dev-text {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #5b647a;
    line-height: 1.8;
}

.section-dev-status .buttons {
    display: flex;
    justify-content: center;
}

.section-dev-status .button {
    min-width: 220px;
}

.page-banner-dev .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.page-banner-dev .breadcrumb li {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991px) {
    .page-banner-dev {
        min-height: 360px;
    }

    .page-dev-title {
        font-size: 52px !important;
    }

    .dev-section-title {
        font-size: 28px;
    }

    .dev-media img {
        width: 340px;
    }
}

@media (max-width: 767px) {
    .page-banner-dev {
        min-height: 320px;
    }

    .page-banner-dev .page-banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-dev-title {
        font-size: 38px !important;
        line-height: 1.15;
    }

    .dev-badge {
        font-size: 13px;
        padding: 7px 16px;
        margin-bottom: 14px;
    }

    .dev-section-title {
        font-size: 24px;
    }

    .dev-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .dev-media img {
        width: 280px;
    }

    .section-dev-status {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .page-dev-title {
        font-size: 32px !important;
    }

    .dev-section-title {
        font-size: 22px;
    }

    .dev-text {
        font-size: 15px;
    }

    .section-dev-status .button {
        width: 100%;
        max-width: 260px;
    }
}

