
/*NUMERACIÓN DE TITULOS Y PARRAFOS*/

body{counter-reset: capitulo 9 seccion;}  /*inicia la numeración del tema*/
/* Elementos solo visibles al imprimir — ocultos en pantalla */
.print_cabecera { display: none; }

/********************* CONFIGURACIÓN DE LA IMPRESION DEL TEMA ******************************/

@media print {

    @page {
        size: 8.27in 11.69in;
        margin: 0.6cm 2cm 2cm 2cm;

        @top-left   { content: ""; }
        @top-center { content: ""; }
        @top-right  { content: ""; }

        @bottom-center {
            content: "webadministrativa.es";
            font-size: 11pt;
            color: #444;
        }
        @bottom-right {
            content: "Página " counter(page) " de " counter(pages);
            font-size: 8pt;
            color: #666;
        }
    }

    .print_cabecera { display: block; margin-top: 0; margin-bottom: 10px; }
    .print_seccion { font-size: 13pt; font-weight: normal; color: #555; text-transform: uppercase; letter-spacing: 1px; text-align: center; }
    .print_titulo_tema { font-size: 18pt; font-weight: bold; color: black; margin-top: 4px; text-align: center; }

    #botonsubiralmenu  { display: none; }
    header             { display: none; }
    footer             { display: none; }
    #modal_overlay     { display: none; }
    .contenedor        { display: none; }
    #boton_ts          { padding-top: 0; }
    .ts_1_wrapper      { display: none; }
    .ts_1              { display: none !important; }

    .boton_ts h2 { visibility: hidden; height: 0; margin: 0; padding: 0; overflow: hidden; }

    h3 { page-break-before: auto; }
    p, li, h3, h4, h5 { page-break-inside: avoid; }
    h3, h4 { page-break-after: avoid; }

    .p { widows: 3; orphans: 3; }
    .lih3, .lih3cp, .lih3cpcl, .lih3cpclcp, .lih3cpclcpcl { widows: 3; orphans: 3; }
    .lih4, .lih4cp, .lih4cpcl, .lih4cpclcp                { widows: 3; orphans: 3; }
    .lih5, .lih5cp                                         { widows: 3; orphans: 3; }
    .img, .container, .ph3ej { break-inside: avoid-page; }
}

/********************* FIN IMPRESION DEL TEMA ******************************/

/*************** INICIO TRANSPARENCIAS — MODAL *********************/

#modal_overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 999; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
#modal_overlay.overlay_visible { opacity: 1; pointer-events: all; }

.contenedor { position: fixed; z-index: 1000; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.85); width: 96%; max-width: 1500px; height: 54vw; max-height: 90vh; opacity: 0; pointer-events: none; border-radius: 15px; overflow: hidden; box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.8); transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease; }
.contenedor_visible { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: all; }

.carruseles { height: 100%; width: 700%; display: flex; }
.transparencias { width: calc(100% / 7); height: 100%; }
.transparencias img { width: 100%; height: 100%; object-fit: contain; border-radius: 15px; padding: 2px; }

.btn-left { display: flex; position: absolute; top: 50%; left: 1%; background-color: transparent; border-radius: 50%; padding: 18px; cursor: pointer; transform: translate(0,-50%); transition: .5s ease; user-select: none; z-index: 1; background-repeat: no-repeat; background-position: center; background-size: 100%; -webkit-user-drag: none; background-image: url(../Imagenes/btn_left_azul.png); }
.btn-right { display: flex; position: absolute; top: 50%; right: 1%; background-color: transparent; border-radius: 50%; padding: 18px; cursor: pointer; transform: translate(0,-50%); transition: .5s ease; user-select: none; z-index: 1; background-repeat: no-repeat; background-position: center; background-size: 100%; -webkit-user-drag: none; background-image: url(../Imagenes/btn_right_azul.png); }
.btn-right:hover { background-image: url(../Imagenes/btn_right_seleccionado.png); }
.btn-left:hover  { background-image: url(../Imagenes/btn_left_seleccionado.png); }

.boton_ts { display: flex; align-items: center; }
.boton_ts_visible { padding-top: 50%; transition: .2s all linear; }

.ts_1_wrapper { display: none; } /* SIN DIAPOSITIVAS — cambiar a inline-block cuando estén listas */
.ts_1 { cursor: pointer; margin-left: 16px; -webkit-user-drag: none; height: 31px; width: 69px; margin-top: 10px; transition: transform 0.2s ease, filter 0.2s ease; }
.ts_1:hover { background-repeat: no-repeat; background-position: center; background-size: 69px; -webkit-user-drag: none; background-image: url(../Imagenes/botonproyectorwing2.png); transform: scale(1.07) translateY(-3px); filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4)); }

/****************** FIN TRANSPARENCIAS ********************/



.lih3cpejtit {
    
    /*left: 50%;*/
    /*transform: translate(-50%);*/
    text-align: center;
    font-style: italic;
    font-size: small;
    margin-bottom: 10px;
    
}

/* 
.esquemasegundasentregasedificaciones {

    background-image: url(../Imagenes/segundasentregasedificaciones.png);
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 2500px;
    width: auto;
    
    border-radius: 20px;
    display: none;
}

.esquemasegundasentregasedificaciones_visible {
    
    border:1px solid black; 
    display: block;
    
} */

.ph3imgsegundas{
    /*margin-left: 4%; /*movemos el parrafo izquierda*/
    margin-top: 2%;
    max-width: 1000px; /*crea un contenedor donde estará la imagen*/
    /*max-height: 500px; /*crea un contenedor donde estará la imagen*/
    border: #34495e 1px solid;
    background-color: aliceblue;
    padding: 10px;
    border-radius:  15px;
    
    width: 95%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    

}

.ph3imgformulas{

    /*margin-left: 4%; /*movemos el parrafo izquierda*/
    margin-top: 2%;
    margin-bottom: 2%;
    max-width: 360px; /*crea un contenedor donde estará la imagen*/
    /*max-height: 500px; /*crea un contenedor donde estará la imagen*/
    border: #34495e 1px solid;
    background-color: white;
    padding: 20px;
    border-radius:  15px;
    
    width: 75%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    

}


/* 
.ph3imgsegundas:hover 
    {
    transform: scale(1.5, 1.5);
    translate: -50%;
    z-index: 0;
    position: relative;
    }  */


.ph3imgmodelosiva{
    /*margin-left: 4%; /*movemos el parrafo izquierda*/
    margin-top: 2%;
    border: solid black 1px;
    /*background-color: aliceblue;*/
    /*padding: 10px;*/
    border-radius:  15px;
    width: 70%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    

}

.ulh3{padding-left: 19px;}
.lih4{padding-left: 19px;}


.ulh3c

{
    padding-left: 22px; /*movemos el parrafo izquierda*/
    list-style: disc; /*les pone una bolita al principio*/
    /*color: red;*/
    font-style:normal;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.15rem;
    text-align: justify;
    line-height: 30px; /*espacio interlineado*/
    /*border: 3px solid red;*/
    background-color: aliceblue;
    border: solid 0.5px black;
    border-radius: 25px;
    padding: 11px;
    margin-left: 15px;
    margin-top: 15px;
    

}

/* .lih3cpej {background-color: white;} */
.lih3cpclej {background-color: white;}
.lih3cpclcpej{background-color: white;}
.ph3imgtarifas{background-color:white;border: solid 0.5px black;}
.ph3img{background-color: white;}



.objeto_oculto{display: none;}
.objeto_visible {display: block;}

@media  (max-width: 1024px){

    .ph3imgsegundas:hover 
    {
    transform: initial;
    }

   
}

@media  (max-width: 767px){

    
    
}
@media  (max-width: 500px){
    .ulh3c

    {
    
    
    padding: 11px;
    margin-left: 15px;
    margin-top: 15px;
    
    }
    
}