<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: 'DINPro';
    font-size: small;
    box-sizing: border-box;
}


@font-face {
    font-family: 'DINPro';
    src: url('archivos/DINPro.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('archivos/DINPro-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Dense-Regular';
    src: url('archivos/Dense-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

.logo {
    /*width: 100%;*/
    position: relative;
    float: left;
    margin: 7px;
    border-radius: 7px;
}

.logosfooter {
    width: 80%;
    position: relative;
    margin: 7px;
    border-radius: 7px;
}

.fondomenu {
    background-image: url("imgs/fondo.png");
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 7px;
}

h1 {
    color: #2986ed;
    font-family: 'DINPro-Bold';
    font-size: 30px;
}

.fechabienvenida {
    font-family: 'DINPro';
    color: #2986ed;
    font-size: 20px;
}

.likeh1 {
    color: #53c0f5;
    font-family: 'DINPro-Bold';
    font-size: 26px;
}

.bubble {
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background: linear-gradient(to right, #217beb, transparent);
    width: 50%;
    color: white;
    font-family: 'DINPro-Bold';
    font-size: 20px;
    padding-left: 20px;
}

.bubble2 {
    text-align: right;
    width: 100%;
}

.organizadores {
    width: 100%;
    font-family: 'Dense-Regular';
    color: #53c0f5;
    margin-top: -8px;
}

.organizadores2 {
    width: 100%;
    font-family: 'Dense-Regular';
    color: #00bebe;
    text-align: center;
    margin-top: -0.6em;
}

.centrado {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

label {
    display: block;
    width: 100%;
    margin: 15px;
    padding: 5px;
    border: 0px;
    border-radius: 7px;
    color: #006790;
}

#barramenu {
    padding: 1px;
}

#contmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    /* margin-top: 10px; */
    border-radius: 7px;
    /* background: linear-gradient(to right, #ceedf2, white);*/
    /* background-color: #ceedf2;*/
}

.cabecera_izda {
    background-image: url("imgs/Bacteria-2-2025-v2.png");
    background-size: 80px;
    background-repeat: no-repeat;
    backdrop-filter: opacity(0.5);
    background-position: left top;
}

.cabecera_dcha {
    background-image: url("imgs/Bacteria-3-2025-v2.png");
    background-size: 80px;
    background-repeat: no-repeat;
    backdrop-filter: opacity(0.5);
    background-position: right bottom;
}

.fondofoter {
    border-radius: 7px;
    background-color: #3870bc;
}

#masinfo,
#datos_inscripcion {
    display: none
}

.menu {
    position: relative;
    padding: 9px;
    /* margin-top: 10px; */
    border-radius: 7px;
    border: 0px;
    background-color: #006790;
    cursor: pointer;
    color: white;
    display: inline-block;
    font-size: larger;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}


.menu:hover {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #014c6a;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    /* border: 1px solid #014c6a;*/
}

.menu2 {
    padding: 9px;
    border-radius: 7px;
    margin-bottom: 7px;
    border: 0px;
    background-color: #006790;
    cursor: pointer;
    color: white;
    font-size: larger;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menu2:hover {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #014c6a;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    /* border: 1px solid #014c6a;*/
}

.menu2 a {
    color: white;
    font-size: larger;
}

.menu2 a:hover {
    color: #006790;
}



#contmenu {
    position: relative;
}

.pulsing-image {
    position: absolute;
    z-index: 10;
    cursor: grab;
    animation: rotatePulse 2s infinite linear;
}

@keyframes rotatePulse {
    0% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.04) rotate(2deg);
    }

    50% {
        transform: scale(1) rotate(0deg);
    }

    75% {
        transform: scale(1.04) rotate(-2deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}


.menuCV1 {
    padding: 9px;
    margin-top: 10px;
    border-radius: 7px;
    border: 0px;
    background-color: #925ca6;
    cursor: pointer;
    color: white;
    display: inline-block;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuCV1:hover {
    background-color: #00bebe;
    color: #925ca6;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuCV2 {
    padding: 9px;
    margin-top: 10px;
    border-radius: 7px;
    border: 0px;
    background-color: #1cb8d9;
    cursor: pointer;
    color: white;
    display: inline-block;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuCV2:hover {
    background-color: #014c6a;
    color: #1cb8d9;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.parrafo {
    width: 100%;
    text-align: justify;
}

.parrafoANUNCIO {
    width: 100%;
    text-align: center;
}

.parrafoANUNCIOAFOROLIMITADO {
    font-family: 'DINPro';
    color: #2986ed;
    font-size: 22px;
}

#labelconsentimiento,
#Consentimiento {
    cursor: pointer;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
select {
    border-radius: 7px;
    border: 0px;
    background-color: #EFEFEF;
    padding: 3px;
    width: 50%;
}

input[type="checkbox"] {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

input[type="radio"] {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

.campoerror {
    border: 1px solid red;
}

.botonform {
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    border: 1px solid lightgrey;
    width: 100%;
    font-size: larger;
    padding: 10px;

}

.botonformover {
    background-color: lightgrey;
}

#contform {
    width: 80%;
    text-align: right;
    align-items: right;
}

#registro,
#olvido,
i {
    cursor: pointer;
}

.grupolistadesplegable {
    /* width: 100%;*/
    border: 1px solid #E9E9E9;
    border-radius: 7px;
}

/* ESTILOS DE LA PARTE DEL PROGRAMA */
.itemprograma {
    margin-bottom: 20px;
}

.hora {
    color: #377430;
    font-weight: bolder;
}

.evento {
    color: black;
    font-weight: bolder;
}

.parrafoprograma {
    margin-left: 45px;
}

.listaprograma {
    margin-left: 20px;
    margin-top: -9px;
}

.tablaitemprograma td {
    vertical-align: top;
}

.spandatosuser {
    width: 75%;
    display: inline-block;
    text-align: left;
    border-radius: 7px;
    border: 0px;
    background-color: #EFEFEF;
    padding: 5px;
}

.red {
    color: red;
    font-weight: bold;
    margin-top: 20px;
}

.green {
    color: lightgreen;
    font-weight: bold;
    margin-top: 20px;
}

.maxfont {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: red;
}

/* ESTILOS VIDEO */
.div_video {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    background-color: rgba(233, 225, 85, .85);
    /*
    background-image: url('imgs/logo2-7cva.png');
    background-repeat: no-repeat;
    background-position: 15% 0%;
    background-size: contain;
    */
    border-radius: 5px;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    color: black;
    display: none;
    width: 100%;
}

/*
#video1 {
    border-radius: 10px;
    height: 99%;
}*/

#cierraV {
    font-size: 28pt;
    color: white;
    cursor: pointer;
}

#cartel {
    border-radius: 5px;
    background-color: #a4c515;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#cierraV:hover {
    color: red;
}

.vervideo:hover {
    cursor: pointer;
}

#Vd2448 {
    padding: 15px;
}

.contenedorQR {
    display: flex;
    justify-content: center;
    padding: 40px;
    width: 100%;
}

#tbodyfacturas,
#formfact_content,
#cont_user_lab_form,
#herramientas_gestion,
#servicios_mailing,
#div_form_codigo_regalo,
.div_datos_personales,
.div_datos_facturacion {
    display: none;
}

#verfacturas,
#reservafactura,
#creausuariolab,
#abrir_herramientas_gestion,
#abre_servicios_mailing,
#email_inicio_jornada,
#videos_disponibles,
#documentos_disponibles,
#certificados_asistencia,
#certificados_ponentes,
#certificados_creditos,
#creacodigosregalo,
.datos_personales,
.abre_datos_facturacion {
    cursor: pointer;
}

.ul_datos_personales,
.ul_datos_facturacion {
    margin-left: -30px;
}

.inblock {
    display: inline-block;
}

/* PARA EL PDF VIEWER */

#pdf-viewer {
    width: 90%;
    margin: auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

canvas {
    display: block;
    margin: 10px auto;
}</pre></body></html>