.logoH {
    width: 10%;
    height: auto;
}


.hero-section {
    background-image: url(../images/backdoor/decorativo-section01.webp);
    background-color: #ffffff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

/*------------- CIRCULO ARRIBA izquierda ------ */

.circulo-flotante {
    width: 150px;
    height: 150px;
    background-color: #ffffffc5;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: -50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

/*------------- CIRCULO ARRIBA ------ */

/* --------------------Enlaces card start-------------------------------*/


.cardsenlaces {
    z-index: 9999;
    position: relative;
    margin-top: -110px;
}

/*-------------------------------------*/

.titleCard {
    background: linear-gradient(to right, #E533C3, #E8328B);
    margin: 1em;
    color: #fff;
    padding: 15px 10px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/*-------------------------------------*/

.logoConsulta {
    margin-top: 90px;
    width: 20%;
    height: auto;
}

.fondointro {
    width: 40em;
    height: auto;
}

.textodescrip {
    font-size: .8rem;
    margin: 30px;
}

.titleProce {
    font-size: 1.5rem;
}


/* --------------------Enlaces card end-------------------------------*/


.section-padding {
    padding: 80px 0;
}

.section-onlyT {
    margin-top: 50px;
    padding: 30px 0;
    background: linear-gradient(to right, #E533C3, #E8328B);
    color: #fff;
}

.section-header01 {
    padding: 30px 0;
}

/*----------- card --- section home ---*/

.tarjsection01 {
    width: auto;
    border-radius: 80px !important;
    text-align: center;
    box-shadow: 0 6px 15px rgb(148, 148, 148) !important;
    border: #fff !important;
}

.iconcardResul {
    width: 60px;
    height: auto;
}

/* ------------------------Section de botones section home 1 -------------------------------------------*/


.tarjsection01section {
    text-align: center;
    border-radius: 2em !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* ----------------------------------------------------------------------*/

.card-bodysection {
    margin: 5px;
    border: none;
    box-shadow: inset 0 0 0 4px #ee62dd;
    border-radius: 80px;
}

/*-------Circulo en seccion 01----------- */

.image-wrapper {
    display: inline-block;
}

.iconoEtapas {
    width: 35%;
    height: auto;
}

.iconoCard {
    width: 80px;
    height: auto;
}


.overlap-circle {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background-color: #fff;
    color: #969696;
    z-index: 10;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.15), 0 8px 15px rgba(0, 0, 0, 0.1);
}


/* Contenedor gris de la columna */
.timeline-column {
    background-color: #d9d9d9;
    width: 100%;
    max-width: 380px;
    border-radius: 30px;
    padding: 60px 20px 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Línea central gris oscuro */
.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #888;
    z-index: 1;
}

/* Encabezado con icono blanco */
.timeline-header {
    background: white;
    width: 120px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    z-index: 5;
}

/* Ítems del cronograma */
.timeline-item {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

/* Cajas de colores con degradado */
.timeline-box {
    color: white;
    padding: 15px 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

/* Pastillas de fecha blancas */
.timeline-date {
    background: white;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #333;
    margin-top: -15px;
    /* Superposición sobre la caja de color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

/* Paleta de colores degradados exactos */
.gradient-purple {
    background: linear-gradient(to right, #9d50bb, #6e48aa);
}

.gradient-orange {
    background: linear-gradient(to right, #d38312, #a83279);
}

/* Ajustado al ocre de la imagen */
.gradient-pink {
    background: linear-gradient(to right, #ec407a, #d81b60);
}

.gradient-green {
    background: linear-gradient(to right, #9ccc65, #7cb342);
}

.gradient-blue-dark {
    background: linear-gradient(to right, #42a5f5, #1e88e5);
}

.gradient-blue-light {
    background: linear-gradient(to right, #4dd0e1, #00acc1);
}


/*--------------------------------section de acuerdos ---------------------------------------------*/

/* Colores y Degradados */
.bg-magenta-gradient {
    background: linear-gradient(135deg, #a31d7d 0%, #d81b7a 100%);
}

.gradient-purple {
    background: linear-gradient(to right, #9d50bb, #6e48aa);
}

.gradient-gold {
    background: linear-gradient(to right, #d38312, #a83279);
}

/* Formas y Bordes */
.rounded-custom {
    border-radius: 0 0 80px 80px;
}

.bg-dark-glass {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    font-size: 1.1rem;
}

.btn-anexo {
    background: linear-gradient(to right, #d81b7a, #ec407a);
    border: none;
    font-size: 0.9rem;
}

/* Timeline Column */
.timeline-column {
    background: #e0e0e0;
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-step {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.item-box {
    border-radius: 25px;
    padding: 20px;
    color: white;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.item-date {
    background: white;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #555;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -15px;
    /* Hace que flote sobre la caja anterior */
    z-index: 2;
}

.timeline-icon-header {
    background: white;
    padding: 15px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------Contacto boton--------------------------*/

.botonConta {
    display: inline-block;
    background: linear-gradient(to right, #E533C3 0%, #E8328B 100%);
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 60px;
    border-radius: 30px;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*--------------------Contacto boton--------------------------*/


/* =====================================================
   4️⃣  COMPONENTES: CARDS PDF
===================================================== */

.card-pdf {
    background: #e5e5e5;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card-header-pdf {
    text-align: center;
    margin-bottom: 20px;
}

.card-body-pdf {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 15px;
    font-size: 1rem;
    text-align: justify;
}


/* =====================================================
   5️⃣  BOTONES
===================================================== */

/* Botón tipo título con degradado */
.titulo-boton {
    display: inline-block;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 18px;
    color: white;
    background: linear-gradient(90deg, #9D4B93, #E8328B);
    border-radius: 12px;
    pointer-events: none;
}

.titulo-boton-2 {
    display: inline-block;
    padding: 3px 35px;
    font-weight: 600;
    font-size: 18px;
    color: white;
    background: linear-gradient(90deg, #C58253, #C7A853);
    border-radius: 20px;
    pointer-events: none;
}

/* Botón circular para PDF */
.btn-pdf {
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #E8328B;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;

    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-pdf:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    color: #9D4B93;
}


/* Botón grande con icono */
.btn-imagen {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 14px 35px;
    background: #ffffff;
    color: #9D4B93;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;

    border-radius: 14px;
    border: none;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.btn-imagen img {
    width: 24px;
    height: 24px;
}

.btn-imagen:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    color: #E8328B;
}




/*===========================================================================================*/
/*    Personalizacion adaptativa de recursos */
/*===========================================================================================*/


/* 1. MÓVILES PEQUEÑOS (iPhone SE, Androids antiguos) ======================================================== */
@media screen and (min-width: 320px) and (max-width: 768px) {

    .logoConsulta {
        margin-top: 10px;
        width: 25%;
        height: auto;
    }

    .logoH {
        width: 7.5rem;
        height: auto;
    }

    .cardsenlaces {
        z-index: 9999;
        position: relative;
        margin-top: 50px;
    }

    .iconoCard {
        width: 50px;
        height: auto;
    }

    .card-title {
        font-size: small;
    }

    .card-text {
        font-size: small;
    }

    .overlap-circle {
        position: absolute;
        top: 1%;
        left: 15%;
        width: 300px;
        height: 300px;
        background-color: rgba(0, 0, 0, 0.08);
        color: #969696;
        z-index: 10;
    }

    .fondointro {
        width: 90em;
        height: auto;
    }

    .textodescrip {
        font-size: .8rem;
        margin: 2px;
        color: #fff;
        text-align: justify;
    }

    .titleCard {
        background: linear-gradient(to right, #E533C3, #E8328B);
        color: #fff;
        padding: 15px 10px;
        border-radius: 50px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }


    .circulo-flotante {
        display: none;
    }


    .logoCard {
        width: 40px;
        height: auto;
    }

    .tarjsection01section {
        padding: 10px;
        text-align: center;
        border-radius: 2px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-color: #ffffff;
    }

    .card-bodysection {
        margin: 5px;
        border: none;
        box-shadow: inset 0 0 0 4px #ee62dd;
        border-radius: 20px;
    }

    .titleDivisor {
        font-size: 1.4rem;
        text-align: center;
        margin: auto;
    }

    .tarjsection01 {
        width: auto;
        border-radius: 80px important !;
        text-align: center;
        box-shadow: 0 6px 15px rgba(77, 77, 77, 0.2);
        border: #fff;
        margin-top: 10px;
    }

    .iconcardResul {
        width: 40px;
        height: auto;
    }


}

/*++=============================================================================================================================================================*/


/* 2. Tablets ==================== */
@media screen and (min-width: 769px) and (max-width: 1023px) {

    .logoConsulta {
        margin-top: 50px;
        width: 25%;
        height: auto;
    }

    .logoH {
        width: 10rem;
        height: auto;
    }

    .cardsenlaces {
        z-index: 9999;
        position: relative;
        margin-top: 40px;
    }

    .iconoCard {
        width: 50px;
        height: auto;
    }

    .card-title {
        font-size: small;
    }

    .card-text {
        font-size: small;
    }

    .overlap-circle {
        position: absolute;
        top: 1%;
        left: 5%;
        width: 350px;
        height: 350px;
        background-color: #ffffff00;
        color: #969696;
        z-index: 10;
    }

    .fondointro {
        width: 90em;
        height: auto;
    }

    .textodescrip {
        font-size: .8rem;
        margin: 10px;
        color: #fff;
    }

    .titleCard {
        background: linear-gradient(to right, #E533C3, #E8328B);
        color: #fff;
        padding: 15px 10px;
        border-radius: 50px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }


    .circulo-flotante {
        display: block;
    }

    .logoCard {
        width: 40px;
        height: auto;
    }

    .tarjsection01section {
        padding: 10px;
        text-align: center;
        border-radius: 2px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-color: #a95353;
    }

    .card-bodysection {
        margin: 5px;
        border: none;
        box-shadow: inset 0 0 0 4px #ee62dd;
        border-radius: 20px;
    }

    .titleDivisor {
        font-size: 1.4rem;
        text-align: center;
        margin: auto;
    }

    .tarjsection01 {
        width: auto;
        border-radius: 80px;
        text-align: center;
        box-shadow: 0 6px 15px rgba(77, 77, 77, 0.2);
        border: #fff;
        margin-top: 10px;
    }

    .iconcardResul {
        width: 40px;
        height: auto;
    }

}

/*=======================================================================================================================================================*/

/* 3. LAPTOPS estandares  --- ITE  */
@media screen and (min-width: 1024px) and (max-width: 1439px) {

    .logoConsulta {
        margin-top: 50px;
        width: 25%;
        height: auto;
    }

    .logoH {
        width: 10rem;
        height: auto;
    }

    .cardsenlaces {
        z-index: 9999;
        position: relative;
        margin-top: -70px;
    }

    .iconoCard {
        width: 50px;
        height: auto;
    }

    .card-title {
        font-size: small;
    }

    .card-text {
        font-size: small;
    }

    .overlap-circle {
        position: absolute;
        top: 1%;
        left: 5%;
        width: 350px;
        height: 350px;
        background-color: rgba(0, 0, 0, 0.1);
        color: #dedede;
        z-index: 10;
    }

    .fondointro {
        width: 90em;
        height: auto;
    }

    .textodescrip {
        font-size: 1rem;
        margin: 5px;
        color: #fff;
        text-align: justify;
    }

    .titleCard {
        background: linear-gradient(to right, #E533C3, #E8328B);
        color: #fff;
        padding: 15px 10px;
        border-radius: 50px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }


    .circulo-flotante {
        display: block;
    }

    .logoCard {
        width: 40px;
        height: auto;
    }

    .tarjsection01section {
        padding: 10px;
        text-align: center;
        border-radius: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-color: #ffffff;
    }

    .card-bodysection {
        margin: 5px;
        border: none;
        box-shadow: inset 0 0 0 4px #ee62dd;
        border-radius: 20px;
    }

    .titleDivisor {
        font-size: 1.4rem;
        text-align: center;
        margin: auto;
    }

    .tarjsection01 {
        width: auto;
        border-radius: 80px;
        text-align: center;
        box-shadow: 0 6px 15px rgba(77, 77, 77, 0.2);
        border: #fff;
        margin-top: 10px;
    }

    .iconcardResul {
        width: 40px;
        height: auto;
    }
}

/*=======================================================================================================================================================*/


/*================= monitores desktop  laptops ======================================================================================================================================*/

@media screen and (min-width: 1440px) and (max-width: 2559px) {

    .logoConsulta {
        margin-top: 50px;
        width: 25%;
        height: auto;
    }

    .logoH {
        width: 10rem;
        height: auto;
    }

    .cardsenlaces {
        z-index: 9999;
        position: relative;
        margin-top: -80px;
    }

    .iconoCard {
        width: 50px;
        height: auto;
    }

    .card-title {
        font-size: large;
    }

    .card-text {
        font-size: large;
    }

    .overlap-circle {
        position: absolute;
        top: 6%;
        left: 5%;
        width: 620px;
        height: 620px;
        background-color: #fffffffa;
        color: #292929;
        z-index: 10;
    }

    .fondointro {
        width: 90em;
        height: auto;
    }

    .textodescrip {
        font-size: 1.2rem;
        margin: 5px 90px;
        color: #2c2c2c;
        text-align: justify;
    }

    .titleCard {
        background: linear-gradient(to right, #E533C3, #E8328B);
        color: #fff;
        padding: 15px 10px;
        border-radius: 50px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }


    .circulo-flotante {
        display: block;
    }

    .logoCard {
        width: 60px;
        height: auto;
    }

    .tarjsection01section {
        text-align: center;
        border-radius: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        aspect-ratio: 1 / .5;
        border-color: #a95353;
        box-shadow: 0 6px 15px rgba(77, 77, 77, 0.2);
    }

    .card-bodysection {
        margin: 5px;
        border: none;
        box-shadow: inset 0 0 0 4px #ee62dd;
        border-radius: 30px;
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .titleDivisor {
        font-size: 1.4rem;
        text-align: left;
        margin: auto;
    }

    .tarjsection01 {
        width: auto;
        border-radius: 80px;
        text-align: center;
        box-shadow: 0 6px 15px rgba(77, 77, 77, 0.2);
        border: #fff;
        margin-top: 10px;
    }

    .iconcardResul {
        width: 40px;
        height: auto;
    }

    /*==================================laptops =================*/

}



/*==================================MONITORES "DESKTOP" COMUNES (Full HD / 1080p) =============================================================*/

@media screen and (min-width: 2560px) {

    .logoConsulta {
        margin-top: 50px;
        width: 25%;
        height: auto;
    }

    .logoH {
        width: 15rem;
        height: auto;
    }

    .cardsenlaces {
        z-index: 9999;
        position: relative;
        margin-top: -425px;
    }

    .iconoCard {
        width: 50px;
        height: auto;
    }

    .card-title {
        font-size: 1.4rem;
    }

    .card-text {
        font-size: 1rem;
    }

    .overlap-circle {
        position: absolute;
        top: 1%;
        left: 5%;
        width: 850px;
        height: 850px;
        background-color: #ffffff;
        color: #343434;
        z-index: 10;
    }

    .fondointro {
        width: 90em;
        height: auto;
    }

    .textodescrip {
        font-size: 1.6rem;
        margin: 15px 40px;
        color: #242424;
        text-align: justify;
    }

    .titleCard {
        background: linear-gradient(to right, #E533C3, #E8328B);
        color: #fff;
        padding: 15px 10px;
        border-radius: 50px;
        margin: -100px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }


    .circulo-flotante {
        display: block;
    }

    .logoCard {
        width: 90px;
        height: auto;
        padding: 10px;
    }

    .tarjsection01section {
        text-align: center;
        border-radius: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-color: #a95353;
        box-shadow: 0 6px 15px rgba(77, 77, 77, 0.2);
    }

    .card-bodysection {
        margin: 5px;
        border: none;
        box-shadow: inset 0 0 0 4px #ee62dd;
        border-radius: 20px;
    }

    .titleDivisor {
        font-size: 1.7rem;
        text-align: left;
        margin: auto;
    }

    .tarjsection01 {
        width: auto;
        border-radius: 80px;
        text-align: center;
        box-shadow: 0 6px 15px rgba(77, 77, 77, 0.2);
        border: #fff;
        margin-top: 10px;
    }

    .iconcardResul {
        width: 50px;
        height: auto;
    }
}

/*=============================================================*/