/* ------------------- VER CONTACTOS  -------------------- */

.cuerpo__vercontactos_recuadrogris {
    background-color: var(--gris);
    padding: 18px 55px 12px 50px;
    margin-bottom: 35px;
}

.cuerpo__vercontactos__paginacion {
    display: inline-block;
    font-family: "humanist531", sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    color: #a2a2a2;
}

.cuerpo_vercontactos_botones1 {
    height: 21px;
    transform: translate(0, 5px);
}

.cuerpo__vercontactos__barra1 {
    background-color: #df7099;
    height: 12px;
    opacity: 0.39;
}

.cuerpo__vercontactos_nombre {
    display: block;
    font-family: "humanist531", sans-serif;
    font-size: 28px;
    color: var(--purpura);
    margin-bottom: 3px;
}

.cuerpo__vercontactos_datos {
    font-family: Poppins, "Noto sans", sans-serif;
    color: #57003f;
    font-size: 12px;
    letter-spacing: 0.1px;
    margin-left: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cuerpo__vercontactos_texto {
    font-family: Poppins, "Noto sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 4px 14px 18px;
    color: #757575;
    text-align: justify;
}

.cuerpo__vercontactos_recuadromail {
    display: inline-block;
    background-color: #f8e8ed;
    width: 360px;
    height: 100%;
    margin: 0 0 0 -16px;
    vertical-align: top;
    line-height: 22px;
    padding: 0 5px 0 18px;
}

.cuerpo__vercontactos_sobrecito {
    display: inline-block;
    width: 21px;
    margin: 0px 15px -2px 0;
    opacity: 0.8;
    vertical-align: middle;
}

.cuerpo__vercontactos_mail {
    display: inline-block;
    font-family: "Noto sans", sans-serif;
    color: var(--purpura);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-top: -1px;
    margin-bottom: 3px;
    word-break: break-all;
}

.cuerpo__vercontactos_fecha {
    display: inline-block;
    margin-left: 43px;
    font-family: "noto-bold", sans-serif;
    color: var(--purpura);
    opacity: 0.5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.cuerpo__vercontactos_puntito {
    display: inline-block;
    margin: 0 8px;
    color: var(--purpura);
}

.cuerpo__vercontactos_botonanterior {
    margin: 0 44px 0 204px;
}

.cuerpo__vercontactos_botonsiguiente {
    margin: 0 0 0 44px;
}

.cuerpo__botonpagina {
    display: inline-block;
}

.contacto_boton {
    display: block;
    width: 80%;
    height: 60px;
    border: 1px outset #ffffff;
    border-radius: 18px;
    color: #555;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.05em;
    font-size: 0.96rem;
    margin: 0 0 9px auto;
    font-weight: 700;
    outline: none;
    background: #f5f5f5; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to bottom,
        #eaeaea,
        #dbdbdb,
        #f2f2f2,
        #ada996
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to bottom,
        #eee,
        #efefef,
        #f8f8f8,
        #dadada
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.contacto_boton_colorido {
    background: #e13067;
    color: #fff;
    background: linear-gradient(
        #eb336d,
        #e3336b,
        #e6336c,
        #d62960       
    );
    background: -webkit-linear-gradient(
        to bottom,
        #eb336d,
        #e3336b,
        #e6336c,
        #d62960 
    );
    background: linear-gradient(#eb336d, #ef3771, #ef3570, #ce2258);
}

.contacto_boton:focus {
    border-style: inset;
}

.contacto_boton:hover {
    /*background: #E9E9E9; */
    background: #fc466b; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to bottom,
        #8c5ecb,
        #ff466b
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to bottom,
        #483ecb,
        #ff466b
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    /*background: var(--amarillo);
color: #505050;*/
    cursor: pointer;
}

.contacto_botonbusqueda {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 80px;    
    margin-top: 40px;  
    /* margin-bottom: 35px;       */
    text-align: left;
    border-radius: 18px;
    color: #fff;    
    outline: none;    
    border: none;
    position: relative;
    overflow: hidden;
    /* Gradient background - darker pink at top, darker red at bottom to match image */
    background: #b81a4d; /* fallback - darker */
    background: -webkit-linear-gradient(
        to bottom,
        #e77b9c 0%,
        #dc2357 10%,
        #dc2366 74%,
        #800037 100%
    );
    background: linear-gradient(
        to bottom,
        /* #e77b9c 0%, */
        #dc2357 0%,
        #dc2357 25%,
        /* #dc2366 74%, */
        #800037 100%
    );
    /* Subtle drop shadow */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 0;
}

.contacto_botonbusqueda_content {    
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0 30px;
    position: relative;
    z-index: 2;        
}

.contacto_botonbusqueda_text {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    font-family: "Nunito", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding-right: 38px; /* Space before vertical line */
}

.contacto_botonbusqueda_icon {    
    font-size: 1.65rem;
    color: #fff;
    opacity: 0.95;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;   
}

.contacto_botonbusqueda_text span {
    display: inline-block;
    line-height: 1.4;
}

/* Horizontal separator line - inside button at bottom edge */
.contacto_botonbusqueda_line_horizontal {
    position: absolute;
    width: 80%;
    align-self: center;
    bottom: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 3;
    display: none;
}

/* Vertical separator line - between text and icon */
.contacto_botonbusqueda_line_vertical {
    position: absolute;
    right: 68px; /* Position before the icon area */
    top: 19px;
    bottom: 18px;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 3;
}


.aside {
    display: inline-flex;
    width: 240px;
    padding: 100px 0 0 0;
    vertical-align: top;
    text-align: right;
    justify-content: center;
    flex-direction: column;
}

.aside__logo_static {
    display: block;
    position: fixed;
    bottom: 100px;
    width: 180px;
    margin-left: 80px;
    z-index: 4;
}


/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ------------ SETTINGS FOR MOBILE SMALL -------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */


@media screen and (max-width: 790px) {
    /* ---------------  ASIDE  ------------------ */

    .aside {
        display: flex;
        width: 100%;
        padding: 35px 0 30px 0;
        text-align: center;
    }

    .contacto_botonbusqueda {
        width: 80%;
        margin: 35px auto 0px auto;
    }

    .contacto_boton {
        margin-inline: auto;
        max-width: 400px;
    }

    .contacto_botonbusqueda_line_vertical {        
        right: 85px; /* Position before the icon area */        
    }
    
}



@media screen and (max-width: 580px) {
    /* ---------------  VER CONTACTOS  ------------------ */

    .cuerpo__vercontactos__paginacion {
        text-align: center;
        margin-bottom: 20px;
    }

    .cuerpo__vercontactos_texto {
        margin: 6px 3px 13px 3px;
    }

    .cuerpo__vercontactos_recuadrogris {
        padding: 18px 30px 12px 30px;
    }

    .cuerpo__vercontactos_recuadromail {
        width: 111%;
        /*margin: 0 -50px 0 -16px;*/
    }

    .cuerpo__vercontactos_fecha {
        margin-left: 43px;
    }

    .cuerpo__vercontactos_botonanterior {
        margin: 0 35px 0 0;
    }

    .cuerpo__vercontactos_botonsiguiente {
        margin: 0 0 0 35px;
    }    
}

