@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

thead {
    border-bottom: 3px solid white;
    margin-bottom: 3px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(2.5em, 3em);
    }
}

.mud-appbar {
    z-index: 1;
}
/* crops animations that exceeds one line area */
.line {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    padding: 0;
    margin-bottom: 16px;
}

.lineUp {
    animation: 2.5s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(80%);
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: translateY(0%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

#bloquesgrid {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#divfotoaerotermia img {
    width: 300px;
    height: auto;
}

.juzgadoficha2 {
    margin-left: 8px;
}

#login-logo1 {
    padding: 15px;
    background-color: #ffc519;
}

#paper-at {
    width: 40% !important;
}

#menu-notif {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#mainpaper {
    display: flex;
}

#imagenpago {
    transition: 0.5s ease;
}

#docuwareimg img {
    margin-left: 23%;
    width: 300px;
}

#gifdescargadocuware {
    margin-left: 43%;
}

    #gifdescargadocuware p {
        margin-left: -7px;
    }

#imagenpago:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: 0.5s ease;
}

#ficha-juzgado {
    transition: 0.5s ease;
    column-count: 3;
}

#logalty-cliente {
    color: darkblue;
    text-decoration: underline;
}

    #logalty-cliente:hover {
        font-weight: bold;
    }

#sips-mercado {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.botonesfv2 {
    margin-top: 25px;
}

#despl {
    background: white;
    height: 25px;
}

#opciones-bloque2 ul li a {
    font-size: 15px;
}

#sips {
    grid-column: 1/2;
}

#opciones-bloque2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#carrusel {
    width: 100%;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,.32);
    grid-column: 2/2;
}

html {
    scroll-behavior: smooth;
}

td {
    text-align: center;
}

#campos_contrato {
    display: flex;
}

tbody tr:hover {
    background-color: antiquewhite;
    cursor: pointer;
}

#logoiner {
    margin-top: -8px;
    width: 150px;
    background-size: contain;
    border-radius: 5px;
    margin-left: 25px;
}

.container {
    width: 100%;
}

.contenido2 {
    display: flex;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

#ablanco:hover {
    color: blue;
    cursor: pointer;
}

.bloquefv {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#presentacionsdn {
    text-align: left;
    font-size: 19px;
    padding: 13px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #805E2B, -5px -5px 15px #ffffff;
    background-image: linear-gradient(#AB8F67 0 0);
    background-size: 200% .08em; /* .08em is our fixed height, use what you want  */
    background-position: 200% 100%;
    background-repeat: no-repeat;
    transition: background-size .3s, background-position .3s .3s;
}

    #presentacionsdn:hover {
        transition: background-size .3s .3s, background-position .3s;
        background-size: 200% 100%;
        background-position: 100% 100%;
        cursor: pointer;
        padding-left: 15px;
    }

#presentacion3, #presentacion4, #presentacion5 {
    color: orange;
    text-align: left;
    padding: 13px;
    margin-bottom: 20px;
    transition: 0.4s ease;
    border-radius: 10px;
    box-shadow: 5px 5px 15px orange, -5px -5px 15px #ffffff;
}

#presentacion3, #presentacion4, #presentacion5, #presentacionsdn {
    height: 190px;
    width: 500px;
}

    #presentacion3:hover, #presentacion4:hover, #presentacion5:hover {
        background-color: antiquewhite;
        cursor: pointer;
        margin-bottom: 20px;
        padding-left: 15px;
        transition: 0.3s ease;
    }

.wrapper {
    display: flex;
}

.wrapper2 {
    display: grid;
    grid-gap: 5px;
    grid-auto-rows: minmax(100px, auto);
}

.one {
    grid-column: 1;
    grid-row: 1;
    width: 300px;
}

.one-sim-a {
    grid-column: 1;
    grid-row: 1;
    width: 400px;
    padding: 5px;
}

.one-sim-b {
    grid-column: 1;
    grid-row: 1;
    padding: 5px;
    width: 400px;
}

.two-sim-a {
    padding: 5px;
    grid-column: 1;
    grid-row: 1;
    width: 200px;
}

.two-sim-b {
    padding: 5px;
    grid-column: 2;
    grid-row: 1;
    width: 300px;
    margin-top: 50px;
    margin-left: 30px;
}

.two {
    grid-column: 2;
    grid-row: 1;
    width: 300px;
}

.three {
    grid-column: 3;
    grid-row: 1;
    width: 300px;
}

.four {
    grid-column: 4;
    grid-row: 1;
    width: 300px;
}

#bl1 {
    height: 560px;
    background-color: green;
}

.mensaje {
    padding: 10px;
    margin: 10px;
    color: #333;
    background: #fafafa;
    border: 1px solid #ccc;
}

#subtitulo {
    font-size: medium;
    color: darkblue;
    padding: 10px 0px 0px 0px;
}

#precios-contrato {
    display: flex;
}

.ico {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}

$primary: rgb(182,157,230); html, body {
    height: 100vh;
    width: 100vw;
    margin: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #f3f2f2;
}

.formlogin {
    padding: 0px 30px 20px 30px;
    flex-direction: column;
    width: 290px;
}

#formulogin {
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.session {
    border: 3px solid white;
    width: min-content;
    height: auto;
    margin: auto;
    margin-top: 1%;
    border-radius: 24px;
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,.32);
}

.left {
    z-index: 1001;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    min-width: 350px;
    height: 270px;
    min-height: 100%;
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    background: url(bg-login-ios.png);
    background-size: contain;
}

    .left video {
        margin-top: -130px;
        width: 350px;
        height: 450px;
    }

.right {
}

#fondo {
    background-size: contain;
    width: 100%;
}

#itemcarrusel {
    font-size: 29px;
}

#button-group-sips {
    display: block;
    margin-left: 36%;
    box-shadow: none;
}

.select-categorias {
    display: none;
}

#grafico-ctos {
    display: flex;
}

#buscador {
    width: 390px;
}

#barrabusqueda {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and(min-width: 1656px) {
    #presentacion3, #presentacion4, #presentacion5, #presentacionsdn {
        width: 350px;
    }
}

@media only screen and (min-width: 1300px) {
    #fondo {
        margin-top: 1%;
        position: absolute;
        transform: translate(-1.94%,-60%);
    }

    #mainpaper {
        display: flex;
    }

    .select-categorias {
        display: none;
    }

    #presentacion3, #presentacion4, #presentacion5 {
        font-size: 19px;
        padding: 13px;
        padding-left: 6px;
    }

    #lapices {
        margin-top: 120px;
        width: 300px;
    }

    #itemcarrusel {
        font-size: 27px;
        color: white;
    }

    #button-group-sips {
        margin-left: 40%;
    }

    #sips-mercado {
        column-count: 2;
    }

    #mudcarrusel {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1000px) and (max-width:1300px) {
    #mainpaper {
        display: flex;
    }

    .select-categorias {
        display: none;
    }

    #button-group-sips {
        margin-left: 26%;
    }

    #divfotoaerotermia img {
        width: 200px;
        height: auto;
    }

    #sips-mercado {
        column-count: 2;
    }

    #lapices {
        width: 270px;
        margin-top: 80px;
    }

    #menu-notif {
        display: flex;
    }

    #presentacion3, #presentacion4, #presentacion5, #presentacionsdn {
        width: 350px;
    }
}

@media screen and (min-width: 760px) and (max-width:999px) {
    #fondo {
        transform: translate(0%,-0%);
        margin-bottom: -1%;
        z-index: 1;
    }

    #grafico-ctos {
        display: block;
        column-count: 1;
    }

    #divfotoaerotermia img {
        width: 150px;
        height: auto;
    }

    #mainpaper {
        display: flex;
    }

    #ficha-juzgado {
        transition: 0.5s ease;
        column-count: 2;
    }

    .bloquefv {
        width: 90%;
    }

    #menu-notif {
        column-count: 2;
        display: block;
        padding: 5px;
    }

    #sips-mercado {
        display: block;
        column-count: 1;
    }

    #campos_contrato {
        display: block;
    }

    .one, .one-sim-a, .one-sim-b {
        grid-column: 1;
        grid-row: 1;
    }

    .select-categorias {
        display: none;
    }

    .two, .two-sim-a, .two-sim-b {
        grid-column: 2;
        grid-row: 1;
        margin-left: 0px;
    }

    #lapices {
        width: 300px;
        margin-top: 50px;
    }

    .three {
        grid-column: 1;
        grid-row: 2;
    }

    .four {
        grid-column: 2;
        grid-row: 2;
    }

    #button-group-sips {
        margin-left: 35%;
    }

    #itemcarrusel {
        font-size: 20px;
        color: white;
    }

    #p-contratos {
        width: 44px;
    }

    #carrusel {
        margin: 20px;
        margin-left: 10px;
        width: 97%;
        height: 130px;
    }

    #presentacion3, #presentacion4, #presentacion5, #presentacionsdn {
        width: 250px;
    }

    .contenido2 {
        display: block;
    }
}

@media screen and (min-width: 510px) and (max-width:759px) {
    #presentacion3, #presentacion4, #presentacion5, #presentacionsdn {
        font-size: 20px;
        padding: 10px;
    }

    .contenido2 {
        display: block;
    }

    .wrapper {
        display: grid;
    }

    #buscador {
        width: 150px;
    }

    #barrabusqueda {
        display: flex;
        margin-left: 5px;
    }

    #bloquesgrid {
        display: block;
        column-count: 1;
        transition: 0.5s ease;
    }

    .juzgadoficha2 {
        margin-left: 0px;
        margin-top: 8px;
    }

    #grafico-ctos {
        display: block;
        column-count: 1;
    }

    #mainpaper {
        display: block;
    }

    #paper-at {
        width: 85% !important;
    }

    #menu-notif {
        display: block;
        padding: 5px;
    }

    #campos_contrato {
        display: block;
    }

    .mud-tabs-toolbar-wrapper.mud-tabs-vertical {
        display: none;
    }

    .select-categorias {
        display: block;
    }

    .one, .one-sim-a, .one-sim-b {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
    }

    #ficha-juzgado {
        transition: 0.5s ease;
        column-count: 1;
    }

    .bloquefv {
        width: 90%;
    }

    .two, .two-sim-a, .two-sim-b {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        margin-left: 0px;
    }

    #lapices {
        width: 200px;
        margin-left: 78%;
    }

    .three {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
    }

    .four {
        grid-column: 1;
        grid-row: 4;
        margin-left: 32%;
    }

    #button-group-sips {
        margin-left: 32%;
    }

    #sips-mercado {
        column-count: 1;
    }

    #p-contratos {
        padding: 4px;
    }

    #itemcarrusel {
        font-size: 17px;
        color: white;
    }

    #sips-mercado {
        display: block;
        column-count: 1;
    }

    #carrusel {
        margin: 20px;
        margin-left: 8px;
        width: 97%;
        height: 130px;
    }

    #precios-contrato {
        display: block;
    }

    #menu-notif {
        display: block;
    }
}

@media only screen and (min-width: 160px) and (max-width: 509px) {
    #fondo {
        position: absolute;
        transform: translate(-4%,0%);
        margin-top: -18px;
    }

    .contenido2 {
        display: block;
    }

    #bloquesgrid {
        display: block;
        column-count: 1;
        transition: 0.5s ease;
    }

    #buscador {
        width: 150px;
    }

    #bloque-notificaciones {
        width: 360px;
    }

    #barrabusqueda {
        display: flex;
        margin-left: 5px;
    }

    .juzgadoficha2 {
        margin-left: 0px;
        margin-top: 8px;
    }

    #grafico-ctos {
        display: block;
        column-count: 1;
    }

    #divfotoaerotermia img {
        width: 100px;
        height: auto;
    }

    #mainpaper {
        display: block;
    }

    #paper-at {
        width: 85% !important;
    }

    #ficha-juzgado {
        transition: 0.5s ease;
        column-count: 1;
    }

    .botonesfv2 {
        margin-top: 1px;
    }

    #menu-notif {
        display: block;
        padding: 5px;
    }

    #campos_contrato {
        display: block;
    }

    #botonesfv {
        column-count: 1;
    }

    .mud-tabs-toolbar-wrapper.mud-tabs-vertical {
        display: none;
    }

    .select-categorias {
        display: block;
    }

    .bloquefv {
        width: 90%;
    }

    .wrapper {
        display: grid;
    }

    .one, .one-sim-a, .one-sim-b {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
    }

    .two, .two-sim-a, .two-sim-b {
        grid-column: 1;
        grid-row: 2;
        margin-left: 0px;
        width: 100%;
    }

    .two-sim.search-btn {
        margin-left: 0px;
    }

    #lapices {
        width: 200px;
        margin-left: 20px;
    }

    .three {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
    }

    .four {
        grid-column: 1;
        grid-row: 4;
    }

    #precios-contrato {
        display: block;
    }

    #sips-mercado {
        column-count: 1;
    }

    #button-group-sips {
        margin-left: 27%;
    }

    #presentacion3, #presentacion4, #presentacion5, #presentacionsdn {
        font-size: 20px;
        padding: 16px;
        width: 350px;
        font-size: 19px;
        background: #fafafa;
    }

    #presentacion-bloque2 {
        column-count: 1;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #subtitulo {
        font-size: 13px;
    }

    #itemcarrusel {
        font-size: 17px;
        color: white;
    }

    #opciones-bloque2 a {
        font-size: 18px;
        padding-left: 1px;
    }

    #sips-mercado {
        display: block;
        column-count: 1;
    }

    #carrusel {
        margin: 20px;
        margin-left: 8px;
        width: 97%;
        height: 130px;
    }
}

#form-aerotermia {
    z-index: 2;
}

#divfotoaerotermia {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}

.mensaje-error {
    color: #ba3939;
    background: #ffe0e0;
    border: 1px solid #a33a3a;
    font-weight: bold;
}

.loading-logo {
    background-color: #ffc519;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#body-login {
    background-color: #ffc519;
    position: absolute;
    width: 100%;
    height: 1050px;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#img-loading {
    width: 210px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #ffc519;
    border-radius: 200px;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffd800;
    height: auto;
    width: auto;
    padding-top: 20px;
    color: #fff;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#footer-logos {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #footer-logos li img {
        padding: 8px;
        width: 40px;
        height: auto;
        transition: 0.5s ease;
    }

    #footer-logos img:hover {
        padding: 2px;
        cursor: pointer;
        transition: 0.2s ease;
    }

#opciones-bloque2 {
    padding: 5px;
    font-size: 24px;
    width: 395px;
    margin-top: -21px;
    background: rgba(163, 177, 198, 0.1);
    box-shadow: inset 3px 3px 7px white, inset 3px 3px -7px rgba(136, 165, 191, 0.48);
    border-bottom: 2px solid orange;
}

    #opciones-bloque2 ul {
        padding: 7px;
    }

        #opciones-bloque2 ul li {
            margin-top: 20px;
        }

            #opciones-bloque2 ul li a {
                color: orange;
                margin: 3px;
                padding: 8px;
                border-bottom-left-radius: 20px;
            }

                #opciones-bloque2 ul li a:hover {
                    color: #3131ff;
                    cursor: pointer;
                    font-weight: bold;
                    margin-left: 4px;
                    border-bottom: 2px solid orange;
                    border-bottom-left-radius: 10px;
                    transition: 0.2s;
                }

#potencias-contrato {
    display: flex;
}

#input-pot {
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    height: 40px;
}

#espacio-pot {
    width: 8px;
}

#sips-luz {
    background-color: orange;
    height: 100px;
}

#sips-gas {
    background-color: mediumseagreen;
    height: 100px;
}

#button-group-sips button {
    border-radius: 30px;
}

.search-container {
    background: #fff;
    height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;
    /*box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    inset -7px -7px 10px 0px rgba(0,0,0,.1),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
   text-shadow:  0px 0px 6px rgba(255,255,255,.3),
              -4px -4px 6px rgba(116, 125, 136, .2);
  text-shadow: 2px 2px 3px rgba(255,255,255,0.5);*/
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

    .search-container:hover > .search-input {
        width: 100%;
    }

    .search-container .search-input {
        background: transparent;
        border: none;
        outline: none;
        width: 0px;
        font-weight: 500;
        font-size: 16px;
        transition: 0.8s;
    }

    .search-container .search-btn .fas {
        color: #5cbdbb;
    }

.search-input:not(:placeholder-shown) {
    width: 100%;
}

.search-btn {
    margin-left: auto;
    margin-right: auto;
}

#sips-luz, #sips-gas {
    border-radius: 30px;
    height: 100px;
}

#presentacion-contrato {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

#btn-cto {
    margin: auto;
}

#navperfil {
    padding-left: 10px;
}

    #navperfil:hover {
        cursor: pointer;
    }

#nl-login:hover {
    font-weight: bold;
    padding-left: 25px;
    transition: 0.4s;
}

#nl-login {
    font-size: 17px;
    font-weight: bold;
    transition: 0.4s;
}

#form-nuevomsj {
    padding: 20px;
}

#mensaje-detalle {
    padding: 4px 0px 5px 25px;
    width: 100%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.foto {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    background-color: orange;
    cursor: pointer;
    border-radius: 25px;
    color: white;
}

#file-upload {
    border-radius: 10px;
    background-color: orange;
    border: 1px solid #ccc;
}

    #file-upload:hover, .custom-file-upload:hover {
        background-color: darkorange;
    }

a:hover {
    cursor: pointer;
}

#navcontratacion {
    color: lightyellow;
    padding-left: 30px
}

#cambios ul li {
    text-align: right;
}

    #cambios ul li:hover {
        text-align: right
    }

#map {
    margin: auto;
    width: 700px;
    height: 700px;
}

#panel-simulacion {
    border: 2px solid orange;
    padding: 20px;
    box-shadow: 1px 1px darkgray;
    border-radius: 20px;
    margin-bottom: 15px;
}

#showlogin {
    margin: auto;
    padding: 15px;
}

#pige {
    width: 320px;
    margin-left: -10px;
}

#bloque-mail-docum {
    padding: 4px;
    border: 1px solid black;
    border-radius: 10px;
}

#fechas-comis {
    display: flex;
    margin: auto;
}

    #fechas-comis div {
        width: 300px;
    }

#tablagas {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    border: 2px solid orange;
    border-radius: 5px;
    text-align: center;
}

    #tablagas tr th {
        background-color: orange;
        color: white;
        margin-right: 10px;
    }

    #tablagas tr td {
        padding: 10px;
        border: 1px solid orange;
    }

#bajas {
    width: 150px;
    margin-top: -6px;
    height: 48px;
    border: 1px solid orange;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    transition: 0.5s ease;
    box-shadow: 0px 0px 0px 0px orange;
}

    #bajas:hover {
        transition: 0.5s ease;
        box-shadow: 0px 0px 6px 6px orange;
        cursor: pointer;
    }

#avisos-index {
    width: 150px;
    margin-top: -6px;
    height: 48px;
    border: 1px solid #ff1a1a;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    transition: 0.5s ease;
    box-shadow: 0px 0px 0px 0px #ff1a1a;
}

    #avisos-index:hover {
        transition: 0.5s ease;
        box-shadow: 0px 0px 6px 6px#ff1a1a;
        cursor: pointer;
    }

#newlogalty {
    width: 150px;
    background-image: url("../media/imagenes/logalty_header.jpg");
    background-size: cover;
    height: 48px;
    border: 1px solid blue;
    border-radius: 50px;
    transition: 0.5s ease;
    box-shadow: 0px 0px 0px 0px blue;
}

    #newlogalty:hover {
        transition: 0.5s ease;
        box-shadow: 0px 0px 6px 6px blue;
        cursor: pointer;
    }

.notification .badge {
    position: absolute;
    height: 25px;
    top: -10px;
    font-size: 14px;
    right: -10px;
    padding: 6px 10px;
    border-radius: 50%;
    background: red;
    color: white;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

#itemcarrusel:hover {
    transition: 0.5s ease;
    color: blue;
    font-weight: bold;
}

#marco-perfil {
    border: 2px solid orange;
    border-radius: 5px;
    padding: 7px;
    margin-top:-10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 15px;
}

#barra-bot-perfil {
    display: flex;
    border: 2px solid orange;
    background-color: orange;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 3px;
    border-top-left-radius: 5px;
}

.boton-borde {
    transition: 0.5s ease;
    color: white;
    border-right: 2px solid white;
    border-bottom: 2px solid orange;
    border-radius: 0px;
}

    .boton-borde:hover {
        transition: 0.5s ease;
        border-radius: 0px;
        color: navy;
        background-color: orange;
    }

#barra-sup-perfil {
    display: flex;
    justify-content: flex-end;
}

.boton-sup {
    background-color: orange;
    color: white;
    padding: 15px;
    margin-bottom: -10px;
    border-radius: 0px;
}

#boton-perfil-deseleccionado {
    background-color: #ffeedb;
    color: #b77702;
    border: 2px solid orange;
    border-bottom: white;
}

#boton-perfil-seleccionado {
    background-color: orange;
    color: white;
    border: 2px solid orange;
    border-bottom: orange;
}

#boton-perfil-deseleccionado:hover {
    background-color: white;
    color: darkorange;
}

#excedentes {
    font-size: 10px;
}

#url-important {
    color: navy !important;
}

#cuadro-imagen-firma {
    column-count: 1;
    border: 2px solid navy;
    border-radius: 20px;
    padding: 2px;
    margin-bottom: 8px;
    transition: 0.5s ease;
    background-color: white;
}

    #cuadro-imagen-firma:hover {
        transition: 1s ease;
        background-color: lightgray;
    }

#label_chk {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
}

#btnlogalty {
    background-color: blue;
    font-weight: bold;
    padding-left: 0px;
    transition: 0.5s ease;
    border-radius: 10px;
}

    #btnlogalty:hover {
        padding-left: 10px;
        font-weight: bolder;
        transition: 0.5s ease;
    }

#actuacion-parent .actuacion-child {
    visibility: hidden;
}

#actuacion-parent:hover .actuacion-child {
    visibility: visible;
}

#gifdescargadocuware {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.loader-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.loader-icons {
    position: relative;
    width: 100px;  /* Tamaño de los iconos */
    height: 100px;
    margin-bottom: 25px;
}

/* --- ESTILO BASE OPTIMIZADO PARA GPU --- */
.loader-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(45%) sepia(38%) saturate(638%) hue-rotate(347deg) brightness(94%) contrast(93%);
    
    animation-duration: 3s; /* 3 segundos en total */
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    opacity: 0; /* Empiezan invisibles */
    /* Fuerza el renderizado por GPU para evitar cuelgues de Blazor */
    will-change: transform, opacity;
    transform: translateZ(0); 
}

/* --- ¡ESTO FALTABA! Enlazar cada icono con su animación --- */
.icon-panel { animation-name: wipeTop; }
.icon-coche { animation-name: wipeRight; }
.icon-bombilla { animation-name: wipeBottom; }

/* --- TEXTO COBRIZO PARPADEANTE (También faltaba en tu snippet) --- */
.loader-text {
    color: #987033; /* Tu color cobrizo */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 4px;
    animation: pulseText 1.5s infinite alternate;
}

@keyframes pulseText {
    0% { opacity: 0.4; }
    100% { opacity: 1; }
}

/* --- LOS KEYFRAMES --- */

/* 1. PANEL (0% - 33%) */
@keyframes wipeTop {
    0%   { opacity: 0; transform: translateY(-20px) scale(0.9); }
    5%   { opacity: 1; transform: translateY(0) scale(1); }
    30%  { opacity: 1; transform: translateY(0) scale(1); }
    33%  { opacity: 0; transform: translateY(20px) scale(0.9); }
    100% { opacity: 0; }
}

/* 2. COCHE (33% - 66%) */
@keyframes wipeRight {
    0%   { opacity: 0; }
    33%  { opacity: 0; transform: translateX(20px) scale(0.9); }
    38%  { opacity: 1; transform: translateX(0) scale(1); }
    63%  { opacity: 1; transform: translateX(0) scale(1); }
    66%  { opacity: 0; transform: translateX(-20px) scale(0.9); }
    100% { opacity: 0; }
}

/* 3. BOMBILLA (66% - 100%) */
@keyframes wipeBottom {
    0%   { opacity: 0; }
    66%  { opacity: 0; transform: translateY(20px) scale(0.9); }
    71%  { opacity: 1; transform: translateY(0) scale(1); }
    96%  { opacity: 1; transform: translateY(0) scale(1); }
    100% { opacity: 0; transform: translateY(-20px) scale(0.9); }
}